[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference tincup::tima

Title:Worldwide TIMA Operations
Notice:See topics 2 & 3 for contact information
Moderator:TIMA4::GILBERT
Created:Mon May 03 1993
Last Modified:Fri May 09 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:450
Total number of notes:2208

449.0. "expand tima$tools repository" by FELIKS::PARACCHI (Roberto, @mln http://feliks.mln.dec.com/home.html) Wed Apr 30 1997 11:31


	hello,

	I need to expand the tima$tools repository to another disk/directory
	and I have seen	in TIMA_STARTUP_SITE.COM these definition.
	
def/sys                    TIMA$TOOLS          $1$DIA20:[tima.tools_dir]
def/sys/translat=concealed TIMA$TOOLS_ROOT     $1$DIA20:[tima.tools_dir.]
def/sys/translat=concealed TIMA$TR             $1$DIA20:[tima.tools_dir.]
def/sys/translat=concealed TIMA$TOOLS_ABSTRACT $1$DIA20:[tima.tools_databases.]

	the logical TIMA$TOOLS isn't defined as translat=concealed .

	Can I modify the logical TIMA$TOOLS to be a translat=concealed 
	and add other disk/directory without compromise the tima
    	application?

		My best regars

			Roberto.



	
T.RTitleUserPersonal
Name
DateLines
449.1Yes, but NOT translat=concealedBSS::J_VAETHWed Apr 30 1997 22:2412
    Yes, you can add other disk/directory to the TIMA$TOOLS logical without
    compromising the tima application, but it should NOT be translat=concealed! 
    
    The TIMA$TOOLS logical doesn't translate to a rooted-directory,
    (a directory that ends in '.]'), so don't use translat=concealed. The
    other logicals do translate to a rooted-directory, so you do need the
    translat=concealed for them.
    
    If you add another disk/directory to the TIMA$TOOLS logical then you
    need to add it to the TIMA$TOOLS_ROOT and TIMA$TR logicals as well.
    
     Jack
449.2FELIKS::PARACCHIRoberto, @mln http://feliks.mln.dec.com/home.htmlThu May 08 1997 04:1432
	Tima$tools has been define from:

def/sys TIMA$TOOLS $1$DIA20:[tima.tools_dir]

	to:

def/sys TIMA$TOOLS $1$DIA20:[tima.tools_dir], $1$DIA24:[tima.tools_dir]

and the TIMA$TOOLS_ROOT , TIMA$TR from :
	
def/sys/translat=concealed TIMA$TOOLS_ROOT     $1$DIA20:[tima.tools_dir.]
def/sys/translat=concealed TIMA$TR             $1$DIA20:[tima.tools_dir.]
	
	to:

def/sys/trans=conc TIMA$TOOLS_ROOT $1$DIA20:[tima.tools_dir.], - 
					$1$DIA24:[tima.tools_dir.]
def/sys/trans=conc TIMA$TR         $1$DIA20:[tima.tools_dir.], -
					$1$DIA24:[tima.tools_dir.]


	But when I request a tool or patch and the $1$DIA20: disk 
	is full, the files request aren't copy in $1$DIA24:[tima.tools_dir].

	Does the tima$tools stay on one disk?
                      

		Roberto

	
	
449.3CSEXP2::DEPUEThu May 08 1997 10:314
    In a search list logical, new files default to the first disk listed.
    Either move some files manually or reverse the order of the disks.
    
    Dave