%!PS-Adobe-2.0 %%Creator: VAX DOCUMENT V1.2B %%+(+1 PSEUDOCONDENSE) -- this prolog provided by the CUPFAMILY011 kit %%+Copyright 1986,1987,1988,1989,1990 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%DocumentFonts: (atend) %%Pages: (atend) %%EndComments /DEC_DVC$dict where { %FIND DICTIONARY pop }{ %else /DEC_DVC$dict 300 dict def } ifelse /BeginDVC$PSDoc { %BEGIN DOCUMENT vmstatus pop pop 0 eq { DEC_DVC$dict begin InitializeState }{ %else /DVC$PSJob save def DEC_DVC$dict begin InitializeState /DVC$PSFonts save def } ifelse } def /EndDVC$PSDoc { %END DOCUMENT % --- Preserving current page count --- vmstatus pop pop 0 eq { end }{ %else DVC$PSFonts restore end DVC$PSJob restore } ifelse } def % DEC_DVC$dict begin % mark % CREATE ISOLatin1 ENCODING /ISOLatin1 8#000 1 8#054 {StandardEncoding exch get} for /minus 8#056 1 8#217 {StandardEncoding exch get} for /dotlessi 8#301 1 8#317 {StandardEncoding exch get} for /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis /ISOLatin1 where not {256 array astore def} if cleartomark % /DECMCS ISOLatin1 256 array copy def mark % CREATE DECMCS ENCODING 8#240 8#244 8#246 8#254 8#255 8#256 8#257 8#264 8#270 8#276 8#320 8#336 8#360 8#376 8#377 counttomark {DECMCS exch /.notdef put} repeat % STACK NOW CONTAINS MARK 8#250 /currency 8#327 /OE 8#335 /Ydieresis 8#367 /oe 8#375 /ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DECMCS 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /DOCPSE DECMCS 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /reencodedict 10 dict def %Local storage for "ReENCODE" /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end } def % /cvsstr 64 string def /tempmatrix matrix def % /BP { % BEGIN PAGE /Magnification exch def /Colorsused 0 def /RVmatrix matrix def /DVC$PSPage save def } def % /EP {DVC$PSPage restore} def % END PAGE % /XP { % EXIT PAGE (TEMPORARILY) TO ADD FONTS/CHARS % SAVE CURRENT POINT AND COLOR INFORMATION SO IT CAN BE RESET LATER matrix currentmatrix aload pop currentrgbcolor Colorsused /Xpos where {pop Xpos} {0} ifelse /Ypos where {pop Ypos} {0} ifelse /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if moveto /Ypos exch def /Xpos exch def /Colorsused exch def setrgbcolor matrix astore setmatrix } def % /RP {/DVC$PSPage save def} def % RESUME PAGE % /PF {GlobalMode LocalMode} def % PURGE FONTS TO RECLAIM MEMORY % /GlobalMode { % SWITCH TO BASE SAVE/RESTORE LEVEL, SAVING STATE RVmatrix aload pop PortraitMode PaperWidth PaperHeight PxlResolution Resolution Magnification Ymax Xorigin Yorigin RasterScaleFactor % SAVE CURRENTPOINT INFORMATION TO RESET LATER /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if DVC$PSFonts restore RecoverState } def % /RecoverState { % PRESERVE STATE AT BASE LEVEL 18 copy /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto } def % /InitializeState { % INITIALIZE STATE VARIABLES TO DEFAULT VALUES /Resolution 3600 def /PxlResolution 300 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /Magnification 1000 def /Xorigin 0 def /Yorigin 0 def /Xpos 0 def /Ypos 0 def /InitialMatrix matrix currentmatrix def /Colorsused 0 def /RVmatrix matrix def } def % /LocalMode { % SWITCH FROM BASE SAVE/RESTORE LEVEL, RESTORING STATE /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto /DVC$PSFonts save def /DVC$PSPage save def } def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def /Yadjust {Ymax exch sub} def % /SXY { % (x,y) POSITION ABSOLUTE, JUST SET Xpos & Ypos, DON'T MOVE Yadjust /Ypos exch def /Xpos exch def } def % /XY { % (x,y) POSITION ABSOLUTE Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop 2 copy /Ypos exch def /Xpos exch def moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /R { % DRAW A RULE /ht exch def /wd exch def gsave % 0 setgray currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /RES { % RES /Resolution exch def /PxlResolution exch def /RasterScaleFactor PxlResolution Resolution div def DoInitialScaling } def % /DoInitialScaling { % DO INITIAL SCALING InitialMatrix setmatrix 72 Resolution div dup scale } def % /PM { % PM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperHeight def /PortraitMode true def DoInitialScaling RP } def % /SetupLandscape {translate 90 rotate} def /LM { % LM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperWidth def /PortraitMode false def DoInitialScaling PaperWidth 0 SetupLandscape RP } def % /MAG { % CHANGE MAGNIFICATION SETTING XP /Magnification exch def RP } def % /SPB { % SPB - BEGIN "\SPECIAL" MODE Yadjust /Yorigin exch def /Xorigin exch def currentrgbcolor Colorsused GlobalMode Xorigin Yorigin translate Resolution 72 div dup scale % RESTORE DEFAULT SCALING Magnification 1000 div dup scale % ADJUST FOR ANY MAGNIFICATION /Xpos Xpos 72 Resolution div mul 1000 Magnification div mul def /Ypos Ypos 72 Resolution div mul 1000 Magnification div mul def /spsavobj save def %SAVE STATE & STACK DEPTH FOR CLEANUP AFTER FIGURE /showpage {} def %DISABLE DURING FIGURE; `RESTORE' WILL BLOW DEF AWAY /DEC$EDMS_setrgbcolor /setrgbcolor load def % save standard definition /setrgbcolor { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { pop pop pop 1 1 1 } if % ...then write white } if DEC$EDMS_setrgbcolor % set color as now specified } def /DEC$EDMS_image /image load def % save standard definition /image { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { gsave % ...save current device state nulldevice % ...make no marks DEC$EDMS_image % ...process the image grestore % ...restore old device state } { DEC$EDMS_image } ifelse % if on color pass 0 - image } { DEC$EDMS_image } ifelse % if not separating colors - image } def mark } def % /SPE { % SPE - END "\SPECIAL" MODE cleartomark spsavobj restore 1000 Magnification div dup scale % UN-ADJUST FOR ANY MAGNIFICATION 72 Resolution div dup scale % RESTORE DEFAULT INTERNAL SCALING LocalMode /Colorsused exch def setrgbcolor } def % /PP % % If DEC$EDMS_MAKE_FILM is defined, it will add the crop & alignment marks, % and the document name, page number, & ink color identifiers to the page. % % Formal Arguments: None % % Referenced Variables: DocumentName % Colorsused % Currentpagecount % DEC$EDMS_MAKE_FILM % % Referenced Procedures: AlignMark % % Side Effects: Leaves the current font as Helvetica 8 point. % Creates the variable "junkstr". % { /PageNumber exch def /DEC$EDMS_MAKE_FILM where % if making film... { pop 2 DEC$EDMS_SEPARATE_COLORS exp cvi Colorsused and 0 ne % and if the correct separation { /Helvetica findfont 400 scalefont setfont 20 setlinewidth 0 setgray PaperWidth 150 add PaperHeight 100 add moveto % show the ink color (Ink: ) show DEC$EDMS_COLOR_NAMES DEC$EDMS_SEPARATE_COLORS get show PaperWidth 150 add PaperHeight 600 add moveto (Page: ) show % show the page number /junkstr 4 string def PageNumber junkstr cvs show ( of ) show DEC$EDMS_TOTAL_PAGES junkstr cvs show 150 PaperHeight 100 add moveto % show the document name (Document: ) show DEC$EDMS_DOCUMENT_ID show 150 -500 moveto % show ownership text (This film is the property of Digital Equipment Corporation) show stroke /mask 15 % all crop marks on by default /DEC$EDMS_SUPPRESS_CROPMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_CROPMARKS xor } if def mask 1 and 1 eq { PaperWidth PaperHeight moveto % Upper Right 450 0 rmoveto 1350 0 rlineto -1800 1800 rmoveto 0 -1350 rlineto } if mask 2 and 2 eq { PaperWidth 0 moveto % Lower Right 450 0 rmoveto 1350 0 rlineto -1800 -1800 rmoveto 0 1350 rlineto } if mask 4 and 4 eq { 0 0 moveto % Lower Left -450 0 rmoveto -1350 0 rlineto 1800 -1800 rmoveto 0 1350 rlineto } if mask 8 and 8 eq { 0 PaperHeight moveto % Upper Left -450 0 rmoveto -1350 0 rlineto 1800 1800 rmoveto 0 -1350 rlineto } if stroke /mask 15 % all registration marks on by default /DEC$EDMS_SUPPRESS_REGMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_REGMARKS xor } if def mask 1 and 1 eq % Top Center { gsave PaperWidth 2 div PaperHeight /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if translate AlignMark grestore } if mask 2 and 2 eq % Right Center { gsave PaperWidth /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if PaperHeight 2 div translate AlignMark grestore } if mask 4 and 4 eq % Bottom Center { gsave PaperWidth 2 div 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if translate AlignMark grestore } if mask 8 and 8 eq % Left Center { gsave 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if PaperHeight 2 div translate AlignMark grestore } if showpage } { erasepage } ifelse } { showpage } ifelse } def /CLRP {erasepage} def % /DMF { % /font-name DMF /psz exch def /nam exch def nam findfont psz scalefont setfont } def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /nam exch def /namstr nam cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn } def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn } def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or } def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or } def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if } def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if } def % % FOR POSTSCRIPT FONTS, LOOK AT SIZE REQUESTED. IF IT HAS A DECIMAL REMAINDER % EQUIVALENT TO .001-.009 POINTS (I.E., .050-.450 VAXDOC UNITS), THAT'S A FLAG % TO STRETCH IT VERTICALLY BY ADDING 1-9 EXTRA POINTS TO THE VERTICAL SCALING. % /TESTING false def % /ps-scalefont { % save requested size - as entered and as integer dup /x-size exch def cvi /x-int exch def % calc decimal remainder, mul x 1000, round x-size x-int sub 1000 mul round cvi /remainder exch def % see how we scale... remainder 50 lt remainder 450 gt or { % scale isomorphically /ystretch 0 def x-size scalefont } { % scale anamorphically /ystretch remainder def x-int ystretch add /y-size exch def [x-int 0 0 y-size 0 0] makefont } ifelse % TESTING { (\nSIZE ) print x-size 12 string cvs print (\tINT ) print x-int 12 string cvs print ( REM ) print remainder 12 string cvs print ( +Y ) print ystretch 12 string cvs print ( =\t) print ystretch 0 eq { x-size 12 string cvs print ( scalefont) print } { ([) print x-int 12 string cvs print ( 0 0 ) print y-size 12 string cvs print ( 0 0] makefont) print } ifelse } if } def % /DPSF { % /procname size /fontname DPSF findfont exch ps-scalefont [ exch /setfont cvx ] cvx def } def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div} def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] } def /RunLengthToRasters { % none yet } def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if } def % /int-dict-name {int (-dict) concatnam} def /int-dict {int (-dict) concatnam cvx load} def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end } def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put } def /PXLF { true DefinePXLFont} def % SIGNAL THAT FONT IS ALREADY LOADED /PXLNF {false DefinePXLFont} def % SIGNAL THAT FONT IS NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse } def % /CKSZ {abs 127 le and} def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if} def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x } def % /AlignMark % % This procedure draws an alignment mark centered on the coordinate system % origin. If the variable DEC$EDMS_SEPARATE_COLORS = 0 then a "positive" % alignment mark is drawn. If DEC$EDMS_SEPARATE_COLORS <> 0 then a "negative" % alignment mark is drawn. % % Formal Arguments: NONE % % Referenced Variables: DEC$EDMS_SEPARATE_COLORS % % Referenced Procedures: NONE % % Side Effects: NONE % { DEC$EDMS_SEPARATE_COLORS 0 eq { 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke } { 0 0 450 0 360 arc fill 1 setgray 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke 0 setgray } ifelse } def /SC % If not making film, the following procedure sets the current color using the % RGB color model. If making film, the procedure notes the "color pass" and, % if the specified color index matches the color pass, subsequent marks are % written in black. If the specified color index does not match the color pass, % marks are written in white. Use of colors on individual pages is also tracked % to allow pages that don't use a particular color to be suppressed on that % color pass (by the code in the /PP routine). % % Formal Arguments: color index (on stack) % % Referenced Variables: Colorsused % DEC$EDMS_SEPARATE_COLORS % DEC$EDMS_SUPPRESS_COLOR % % Referenced Procedures: NONE % % Side Effects: Modifies the variable Colorsused to record use of the color. % { /DEC$EDMS_SUPPRESS_COLOR where % if suppressing color { pop 0 setgray pop } % .then set "color" to Black { /DEC$EDMS_SEPARATE_COLORS where % .else if separating colors { pop dup DEC$EDMS_SEPARATE_COLORS eq % ..and if on this color pass { 0 setgray /Colorsused Colorsused % ...then write black (do write) 2 3 index exp cvi or def } % ...and note use of the "color" { 1 setgray } ifelse pop } % ...else write white (don't write) { dup ( ) cvs dup length 15 add string % ..using the color index, /tstr exch def % ..build up the name of the tstr 0 (DEC$EDMS_COLOR_) putinterval % ..potential external color tstr exch 15 exch putinterval % ..name procedure tstr cvn where % ..and see if it is defined { pop pop tstr cvn cvx exec } % ...if it is, execute it { DEC$EDMS_COLOR_ARRAY exch get % ..else execute the internal exec } ifelse % ..color setting procedure } ifelse } ifelse } def /RV % .. gross recto/verso translate { /DEC$EDMS_ENABLE_RECTOVERSO where { pop /RVmatrix DEC$EDMS_ENABLE_RECTOVERSO 50 mul 0 matrix translate def RVmatrix concat } if } def /R-FRV { 600 0 matrix translate dup /RVmatrix exch RVmatrix matrix concatmatrix def concat } def /L-FRV { -600 0 matrix translate dup /RVmatrix exch RVmatrix matrix concatmatrix def concat } def end %DEC_DVC$dict %%EndProlog %%BeginSetup /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack 54 dup translate % ..make room for the film info } if BeginDVC$PSDoc /PaperWidth 7.000 Resolution mul def /PaperHeight 9.000 Resolution mul def /Ymax PaperHeight def CLRP 300 3600 RES %> Postamble of file USER4:[ONEIL]5654_PROFILE_INSTALL.DVI_PS. % DefineFont:F163 Category:10 Pointsize:6 /NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE /F163 300.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F159 Category:10 Pointsize:8 /F159 400.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F157 Category:10 Pointsize:9 /NewCenturySchlbk-Bold /NewCenturySchlbk-Bold@DOCPSE DOCPSE ReENCODE /F157 450.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F155 Category:10 Pointsize:9 /F155 450.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F153 Category:10 Pointsize:10 /F153 500.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F152 Category:10 Pointsize:10 /NewCenturySchlbk-Italic /NewCenturySchlbk-Italic@DOCPSE DOCPSE ReENCODE /F152 500.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F151 Category:10 Pointsize:10 /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F102 Category:10 Pointsize:8 /Courier /Courier@DOCPSE DOCPSE ReENCODE /F102 400.0 /Courier@DOCPSE DPSF % DefineFont:F98 Category:10 Pointsize:9 /F98 450.0 /Courier@DOCPSE DPSF % DefineFont:F42 Category:10 Pointsize:8 /Helvetica /Helvetica@DOCPSE DOCPSE ReENCODE /F42 400.0 /Helvetica@DOCPSE DPSF % DefineFont:F40 Category:10 Pointsize:9 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F40 450.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F39 Category:10 Pointsize:9 /Helvetica-Oblique /Helvetica-Oblique@DOCPSE DOCPSE ReENCODE /F39 450.0 /Helvetica-Oblique@DOCPSE DPSF % DefineFont:F38 Category:10 Pointsize:9 /F38 450.0 /Helvetica@DOCPSE DPSF % DefineFont:F36 Category:10 Pointsize:10 /F36 500.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F34 Category:10 Pointsize:10 /F34 500.0 /Helvetica@DOCPSE DPSF % DefineFont:F28 Category:10 Pointsize:12 /F28 600.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F24 Category:10 Pointsize:14 /F24 700.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F20 Category:10 Pointsize:18 /F20 900.0 /Helvetica-Bold@DOCPSE DPSF %> Postamble of file 5654_PROFILE_INSTALL_CONTENTS. %> Postamble of file 5654_PROFILE_INSTALL_INDEX. %%BeginDEC$EDMSInfo /DEC$EDMS_DOCUMENT_ID () def /DEC$EDMS_COLOR_NAMES [ (0) (1) ] def /DEC$EDMS_COLOR_ARRAY [ %%RGBCustomColor 0.000 0.000 0.000 0 { 0.000 0.000 0.000 setrgbcolor } % 0 not found %%RGBCustomColor 0.000 0.000 0.000 1 { 0.000 0.000 0.000 setrgbcolor } % 1 not found ] def /DEC$EDMS_TOTAL_PAGES 0 def %%EndDEC$EDMSInfo /DEC$EDMS_MAKE_FILM where { pop /DEC$EDMS_SEPARATE_COLORS where { pop } { (ERROR - DEC$EDMS_MAKE_FILM requires DEC$EDMS_SEPARATE_COLORS be defined) = quit } ifelse } if /DEC$EDMS_SEPARATE_COLORS where { pop /DEC$EDMS_SUPPRESS_COLOR where { pop (ERROR - DEC$EDMS_SEPARATE_COLORS and DEC$EDMS_SUPPRESS_COLOR are mutually exclusive) = quit } if } if /DVC$PSFonts save def %%EndSetup % %%Page: I 1 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 8382 XY F24(V)S -51 x(AX)S 166 x(RALL)S -65 x(Y)S 166 x(Installation)S 165 x(Guide)S 5094 X 897 y F34(Order)S 166 x(Number:)S 249 x(AA\203KZ25D\203TE)S 5094 11969 XY F40(May)S 167 x(1991)S 5094 13164 XY F38(This)S 183 x (docum)S 2 x(ent)S 183 x(contains)S 184 x(instructions)S 183 x(for)S 183 x(installing)S 182 x(V)S -33 x(AX)S 183 x(RALL)S -32 x(Y)S 183 x (and)S 184 x(the)S 183 x(V)S -33 x(AX)S 183 x(RALL)S -33 x(Y)S 5094 X 548 y(Run-T)S -16 x(ime)S 168 x(Option)S 167 x(on)S 169 x(the)S 167 x (VMS)S 168 x(oper)S 2 x(ating)S 167 x(system.)S 253 x(It)S 167 x(also)S 167 x(explains)S 169 x(how)S 167 x(to)S 168 x(read)S 169 x(the)S 167 x (online)S 5094 X 548 y(release)S 185 x(notes)S 184 x(before)S 184 x (or)S 184 x(after)S 183 x(installing)S 183 x(the)S 183 x(produc)S 2 x (t.)S 283 x(This)S 183 x(documen)S 2 x(t)S 183 x(applies)S 183 x(to)S 184 x(V)S -34 x(AX)S 5094 X 548 y(RALL)S -33 x(Y)S 180 x(and)S 181 x (V)S -33 x(AX)S 179 x(RALL)S -33 x(Y)S 180 x(Run-T)S -16 x(ime)S 180 x (Option)S 179 x(V)S -24 x(ersion)S 180 x(2.3)S 180 x(and)S 181 x(all)S 179 x(maintenance)S 181 x(updates)S 5094 X 548 y(through)S 2 x(out)S 166 x(that)S 166 x(version.)S 5094 18644 XY F40(Revision/Update)S 166 x (Information:)S 782 x F38(This)S 179 x(revised)S 181 x(manual)S 181 x (supersed)S 2 x(es)S 180 x(the)S 180 x F39(V)S -25 x(AX)S 180 x(RALL)S -41 x(Y)S 12170 X 548 y(Installati)S -2 x(on)S 167 x(Guide)S 166 x F38 (\(Order)S 167 x(Number)S 167 x(AA\203KZ25C\203TE\).)S 5094 X 896 y F40(Operating)S 167 x(System)S 167 x(and)S 166 x(V)S -25 x(ersion:)S 300 x F38(VMS)S 182 x(V)S -24 x(ersion)S 183 x(5.2)S 182 x(or)S 183 x (higher)S -24 x(.)S 281 x(Future)S 183 x(maintenance)S 12170 X 548 y (releases)S 167 x(may)S 167 x(require)S 167 x(higher)S 167 x(versions.)S 5094 X 897 y F40(Software)S 168 x(V)S -25 x(ersion:)S 12170 X F38(V)S -34 x(AX)S 167 x(RALL)S -33 x(Y)S 166 x(V)S -25 x(ersion)S 167 x(2.3)S 5094 28158 XY F40(digital)S 166 x(equipment)S 165 x(corpora)S 2 x(tion)S 5094 X 548 y(maynard,)S 167 x(massachusetts)S %%EndCustomColor L-FRV 1 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%+ Helvetica-Oblique %%PageCustomColors: 0 % %%Page: II 2 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 7448 XY 17928 24 R 5094 8444 XY F40(May)S 167 x(1991)S 5094 X 897 y F38(The)S 179 x(information)S 178 x(in)S 178 x(this)S 178 x(document)S 179 x(is)S 178 x(subject)S 178 x(to)S 178 x(change)S 179 x(without)S 178 x(notice)S 178 x(and)S 179 x(should)S 178 x(not)S 5094 X 498 y(be)S 179 x(construed)S 179 x(as)S 179 x(a)S 178 x(commitment)S 179 x(by)S 178 x(Digital)S 176 x(Equipmen)S 2 x(t)S 177 x(Corporation.)S 274 x (Digit)S -2 x(al)S 178 x(Equipment)S 5094 X 498 y(Corpora)S 2 x(tion)S 165 x(assum)S 2 x(es)S 166 x(no)S 167 x(responsibility)S 166 x(for)S 166 x(any)S 167 x(errors)S 167 x(that)S 166 x(may)S 167 x(appear)S 167 x (in)S 166 x(this)S 166 x(docume)S 2 x(nt.)S 5094 X 897 y(Possess)S 2 x (ion,)S 157 x(use,)S 157 x(duplication)S 156 x(or)S 155 x(dissemination)S 156 x(of)S 155 x(the)S 156 x(software)S 155 x(describe)S 2 x(d)S 155 x (in)S 155 x(this)S 155 x(docume)S 2 x(n-)S 5094 X 498 y(tation)S 172 x (is)S 171 x(authorized)S 173 x(on)S 172 x(pursuant)S 173 x(to)S 171 x (a)S 172 x(valid)S 171 x(written)S 171 x(license)S 172 x(from)S 172 x (Digital)S 170 x(or)S 172 x(the)S 172 x(third-party)S 5094 X 498 y(owner)S 167 x(of)S 166 x(the)S 166 x(software)S 167 x(copyright.)S 5094 X 897 y (No)S 174 x(respons)S 2 x(ibil)S -2 x(ity)S 173 x(is)S 174 x(assumed)S 175 x(for)S 174 x(the)S 174 x(use)S 174 x(or)S 174 x(reliabilit)S -2 x (y)S 174 x(of)S 174 x(software)S 173 x(on)S 175 x(equipment)S 174 x (that)S 174 x(is)S 5094 X 498 y(not)S 167 x(supplied)S 166 x(by)S 167 x (Digit)S -2 x(al)S 166 x(Equipment)S 167 x(Corporation)S 167 x(or)S 167 x(its)S 165 x(af)S -8 x(\211liated)S 166 x(companies.)S 5094 15020 XY (\251)S 167 x(Digit)S -2 x(al)S 166 x(Equipmen)S 2 x(t)S 165 x(Corpora)S 2 x(tion)S 165 x(1991.)S 250 x(All)S 165 x(Rights)S 166 x(Reserved.)S 5094 X 896 y(The)S 184 x(postpaid)S 184 x(Reader)S 17 x(')S -8 x(s)S 183 x(Comments)S 184 x(forms)S 184 x(at)S 183 x(the)S 184 x(end)S 184 x (of)S 183 x(this)S 182 x(docum)S 2 x(ent)S 183 x(reques)S 2 x(t)S 182 x (your)S 5094 X 498 y(critical)S 166 x(evaluation)S 166 x(to)S 166 x (assist)S 166 x(in)S 166 x(preparing)S 167 x(future)S 167 x(documen)S 2 x(tation.)S 5094 X 897 y(The)S 184 x(followi)S -2 x(ng)S 184 x(are)S 183 x(tradem)S 2 x(arks)S 183 x(of)S 183 x(Digital)S 181 x(Equipme)S 2 x(nt)S 182 x(Corpora)S 2 x(tion:)S 282 x(ACMS,)S 183 x(ALL\203IN\2031)S (,)S 5094 X 498 y(DA)S -33 x(T)S -33 x(A)S -33 x(TRIEVE,)S 186 x(DEC,)S 187 x(DECdecision,)S 193 x(DECnet,)S 192 x(DECtrace,)S 193 x(Digit)S -2 x(al,)S 193 x(MicroV)S -33 x(AX,)S 188 x(RALL)S -33 x(Y)S -58 x(,)S 5094 X 498 y(Rdb/VMS,)S 177 x(TEAMDA)S -33 x(T)S -34 x(A,)S 177 x(V)S -34 x(AX,)S 176 x(V)S -33 x(AXcluster)S -24 x(,)S 179 x(V)S -34 x(AX)S 177 x(COBOL)S 176 x(Generator)S -24 x(,)S 179 x(V)S -33 x(AX)S 176 x (DOCUMENT)S -51 x(,)S 5094 X 498 y(V)S -33 x(AX)S 166 x(RALL)S -33 x (Y)S -57 x(,)S 165 x(VIDA,)S 165 x(VMS,)S 166 x(VT100,)S 167 x(VT300,)S 166 x(and)S 167 x(the)S 166 x(DIGIT)S -34 x(AL)S 166 x(logo.)S 5094 X 897 y(ORACLE)S 166 x(is)S 166 x(a)S 166 x(registered)S 167 x(tradema)S 2 x(rk)S 166 x(of)S 166 x(Oracle)S 166 x(Corpora)S 2 x(tion.)S 5094 X 897 y(DB2)S 166 x(is)S 166 x(a)S 166 x(registered)S 168 x(trademark)S 168 x(of)S 165 x(International)S 167 x(Business)S 166 x(Mach)S 2 x(ines)S 166 x(Corporation.)S 5094 X 896 y(PostScript)S 166 x(is)S 166 x(a)S 166 x(registered)S 168 x(trademark)S 168 x(of)S 165 x(Adobe)S 168 x (Systems,)S 166 x(Inc.)S 5094 X 847 y(This)S 166 x(docum)S 2 x(ent)S 166 x(is)S 166 x(available)S 166 x(on)S 166 x(CDROM.)S 21632 X 897 y F42(ZK5654)S 5094 28706 XY(This)S 167 x(documen)S -2 x(t)S 166 x(was)S 166 x(pre)S -2 x(pared)S 164 x(using)S 166 x(V)S -30 x(AX)S 166 x(DOCUMENT)S -45 x(,)S 166 x(V)S -22 x(ersion)S 165 x(1.2)S %%EndCustomColor R-FRV 2 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % % < Beginning of included file 5654_PROFILE_INSTALL_CONTENTS.DVI_PS > %%Page: III 3 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19142 7812 XY F20(Contents)S 2106 X 448 y 20928 48 R 2106 9830 XY F40(Preface)S 262 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22604 X(vii)S 2106 11324 XY 20928 48 R 2106 11922 XY F36(Chapter)S 249 x(1)S 5692 X(Preparing)S 167 x(to)S 167 x(Install)S 167 x(V)S -36 x(AX)S 166 x(RALL)S -46 x(Y)S 3899 13068 XY F40(1.1)S 5692 X(Prere)S 2 x(quisite)S 165 x(Hardware)S 369 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2032)S 3899 14213 XY F40(1.2)S 5692 X(Prere)S 2 x(quisite)S 165 x(and)S 167 x(Optional)S 165 x(Software)S 261 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X (1\2032)S 5692 X 598 y(1.2.1)S 8083 X(Software)S 166 x(for)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 167 x(Development)S 167 x(Option)S 315 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2032)S 5692 X 598 y (1.2.2)S 8083 X(Software)S 166 x(for)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 167 x(Run-T)S -17 x(ime)S 167 x(Option)S 109 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2033)S 3899 16555 XY F40(1.3)S 5692 X(V)S -33 x(AX)S 166 x(Licensing)S 166 x(Management)S 167 x(Facility)S 166 x(\(LMF\))S 203 x F38(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 22279 X(1\2034)S 3899 17700 XY F40(1.4)S 5692 X (Installation)S 166 x(Procedure)S 167 x(Requirements)S 252 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2035)S 5692 X 598 y(1.4.1)S 8083 X(Disk)S 166 x(Space)S 170 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 22279 X(1\2035)S 5692 X 598 y(1.4.2)S 8083 X(Privileges)S 236 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2036)S 5692 X 598 y(1.4.3)S 8083 X(System)S 167 x (Parameter)S 2 x(s)S 294 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2037)S 8083 X 548 y(1.4.3.1)S 10474 X(Checking)S 167 x(System)S 167 x(Parameter)S 167 x(V)S -33 x (alues)S 268 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2038)S 8083 X 548 y (1.4.3.2)S 10474 X(Calculating)S 175 x(the)S 176 x(V)S -34 x(alues)S 176 x(for)S 176 x(GBLP)S -33 x(AGES)S 175 x(and)S 10474 X 548 y(GBLSECTIONS)S 185 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2038)S 8083 X 547 y(1.4.3.3)S 10474 X(Changing)S 178 x(System)S 178 x(Param)S 2 x(eter)S 177 x(V)S -33 x(alues)S 178 x(with)S 10474 X 548 y(AUT)S -8 x(OGEN)S 268 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2039)S 8083 X 548 y(1.4.3.4)S 10474 X(Setting)S 166 x(Dynamic)S 166 x(System)S 167 x (Parame)S 2 x(ter)S 166 x(V)S -33 x(alues)S 326 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 22030 X(1\20310)S 5692 X 598 y(1.4.4)S 8083 X (Process)S 168 x(Account)S 166 x(Quotas)S 152 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 22030 X(1\20310)S 5692 X 598 y(1.4.5)S 8083 X (VMSINST)S -33 x(AL)S 166 x(Requiremen)S 2 x(ts)S 301 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22030 X(1\20312)S 5692 X 598 y(1.4.6)S 8083 X(Backing)S 167 x (Up)S 166 x(Y)S -41 x(our)S 166 x(System)S 167 x(Disk)S 260 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22030 X (1\20312)S -297 x 29901 Y(iii)S %%EndCustomColor L-FRV 3 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: IV 4 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2454 XY 20928 48 R 2106 3052 XY F36(Chapter)S 249 x(2)S 5692 X (Install)S 2 x(ing)S 167 x(V)S -37 x(AX)S 166 x(RALL)S -46 x(Y)S 3899 4198 XY F40(2.1)S 5692 X(The)S 166 x(Installation)S 166 x(Procedure)S 353 x F38(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(2\2031)S 3899 5343 XY F40(2.2)S 5692 X(Error)S 167 x(Recovery)S 96 x F38(.)S 174 x(.)S 174 x(.)S 174 x (.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 22063 X(2\2031)S -32 x(1)S 2106 6838 XY 20928 48 R 2106 7436 XY F36(Chapter)S 249 x(3)S 5692 X(After)S 165 x(Install)S 2 x(ing)S 167 x (V)S -36 x(AX)S 165 x(RALL)S -45 x(Y)S 3899 8581 XY F40(3.1)S 5692 X (Running)S 165 x(the)S 167 x(Installation)S 165 x(V)S -24 x(eri\211cation)S 166 x(Procedure)S 168 x(Separately)S 351 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(3\2031)S 3899 9727 XY F40(3.2)S 5692 X(Editing)S 166 x(the)S 166 x(System)S 167 x(Startup)S 167 x(File)S 168 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 22279 X(3\2031)S 3899 10873 XY F40(3.3)S 5692 X(Modifying)S 166 x(System)S 167 x(Parameter)S 2 x(s)S 177 x F38(.)S 173 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(3\2032)S 3899 12018 XY F40(3.4)S 5692 X(Installing)S 165 x(V)S -33 x(AX)S 166 x (RALL)S -42 x(Y)S 166 x(on)S 166 x(a)S 166 x(V)S -33 x(AXcluster)S 161 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(3\2033)S 3899 13164 XY F40(3.5)S 5692 X (User)S 167 x(Account)S 166 x(Requirements)S 253 x F38(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(3\2033)S 5692 X 598 y(3.5.1)S 8083 X(Privileges)S 236 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(3\2033)S 5692 X 598 y(3.5.2)S 8083 X(User)S 167 x(Account)S 166 x(Quotas)S 227 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 22279 X(3\2034)S 3899 15505 XY F40(3.6)S 5692 X(Customizing)S 165 x(RALL)S -42 x(Y)S 166 x(Error)S 167 x(and)S 166 x(Mess)S 2 x(age)S 166 x(Files)S 168 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X (3\2034)S 3899 16651 XY F40(3.7)S 5692 X(Shutting)S 166 x(Down)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -42 x(Y)S 187 x F38(.)S 174 x(.)S 174 x (.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 22279 X(3\2036)S 2106 18145 XY 20928 48 R 2106 18743 XY F36(Chapter)S 249 x(4)S 5692 X(Maintain)S 2 x(ing)S 167 x(V)S -37 x(AX)S 166 x(RALL)S -46 x(Y)S 3899 19889 XY F40(4.1)S 5692 X(Reading)S 166 x(a)S 166 x(Bugcheck)S 167 x(Dump)S 165 x(File)S 93 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(4\2031)S 3899 21035 XY F40(4.2)S 5692 X(Reporting)S 166 x(Problems)S 166 x(to)S 166 x(Digital)S 211 x F38(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(4\2032)S 2106 22529 XY 20928 48 R 2106 23127 XY F36 (Appendix)S 250 x(A)S 708 x(Files)S 167 x(and)S 167 x(Logi)S 2 x(cal)S 166 x(Names)S 166 x(Installed)S 167 x(on)S 167 x(Y)S -36 x(our)S 166 x (System)S 3899 24272 XY F40(A.1)S 5692 X(V)S -33 x(AX)S 166 x(RALL)S -42 x(Y)S 166 x(Files)S 277 x F38(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22230 X (A\2031)S 3899 25418 XY F40(A.2)S 5692 X(V)S -33 x(AX)S 166 x(RALL)S -42 x(Y)S 166 x(Run-T)S -9 x(ime)S 166 x(Option)S 165 x(Files)S 327 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22230 X(A\2035)S 3899 26564 XY F40(A.3)S 5692 X(Logical)S 166 x(Names)S 169 x F38(.)S 174 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 22230 X(A\2036)S 2106 29901 XY(iv)S %%EndCustomColor R-FRV 4 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: V 5 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2454 XY 20928 48 R 2106 3052 XY F36(Appendix)S 250 x(B)S 708 x (Sample)S 167 x(Install)S 2 x(ations)S 3899 4198 XY F40(B.1)S 5692 X (Installing)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -42 x(Y)S 227 x F38 (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22230 X (B\2031)S 3899 5343 XY F40(B.2)S 5692 X(Installing)S 165 x(the)S 167 x (V)S -33 x(AX)S 165 x(RALL)S -42 x(Y)S 166 x(Run-T)S -8 x(ime)S 166 x (Option)S 334 x F38(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22230 X (B\2034)S 2106 6838 XY 20928 48 R 2106 7436 XY F36(Index)S 2106 8693 XY 20928 48 R 2106 9290 XY(T)S -37 x(ables)S 253 x 748 y F38(1)S(\203)S (1)S 5692 X(Optional)S 166 x(Software)S 166 x(for)S 166 x(V)S -33 x (AX)S 166 x(RALL)S -33 x(Y)S 166 x(Development)S 167 x(Option)S 274 x (.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2033)S 3899 X 697 y(1)S(\203)S(2)S 5692 X(Optional)S 166 x(Software)S 166 x (for)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 166 x(Run-T)S -16 x (ime)S 166 x(Option)S 366 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2034)S 3899 X 697 y(1)S (\203)S(3)S 5692 X(Disk)S 166 x(Space)S 167 x(Requirements)S 203 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X(1\2035)S 3899 X 698 y (1)S(\203)S(4)S 5692 X(Required)S 167 x(Privileges)S 344 x(.)S 173 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x (.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x (.)S 22279 X(1\2036)S 3899 X 697 y(1)S(\203)S(5)S 5692 X(Minimum)S 167 x (Required)S 167 x(System)S 167 x(Parameter)S 167 x(V)S -33 x(alues)S 128 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22279 X (1\2037)S 3899 X 698 y(1)S(\203)S(6)S 5692 X(Process)S 168 x(Account)S 166 x(Quotas)S 167 x(for)S 166 x(the)S 166 x(Installing)S 165 x(Account)S 333 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 174 x(.)S 173 x(.)S 174 x(.)S 174 x(.)S 22063 X(1\2031)S -32 x(1)S -224 x 29901 Y(v)S %%EndCustomColor L-FRV 5 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % % < End of included file 5654_PROFILE_INSTALL_CONTENTS.DVI_PS > %%Page: VI 6 /DEC$EDMS_MAKE_FILM where { pop } { /DEC$EDMS_SUPPRESS_BLANKPAGES where { pop } { CLRP showpage } ifelse } ifelse %%PageTrailer %%PageFonts: %%PageCustomColors: % %%Page: VII 7 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19788 7784 XY F20(Prefa)S -2 x(ce)S 2106 X 448 y 20928 48 R 5094 10524 XY F151(This)S 185 x(manual)S 185 x(describes)S 184 x(how)S 185 x(to)S 184 x(install)S 184 x(V)S -55 x(AX)S 183 x(RALL)S -46 x(Y)S 185 x(and)S 185 x(the)S 184 x(V)S -55 x(AX)S 184 x(RALL)S -46 x(Y)S 5094 X 598 y (Run-T)S -12 x(ime)S 166 x(Option)S 166 x(on)S 166 x(the)S 167 x(VMS)S 165 x(operating)S 167 x(system.)S 5094 X 896 y(The)S 180 x(V)S -56 x (AX)S 179 x(RALL)S -46 x(Y)S 179 x(documentation)S 179 x(refers)S 179 x (to)S 179 x(V)S -55 x(AX)S 178 x(RALL)S -46 x(Y)S 179 x(by)S 179 x(its)S 178 x(abbreviated)S 5094 X 598 y(name,)S 167 x(RALL)S -46 x(Y)S -55 x (.)S 5094 X 897 y(RALL)S -46 x(Y)S 177 x(includes)S 178 x(both)S 177 x (the)S 177 x(RALL)S -46 x(Y)S 177 x(De\211nition)S 177 x(System)S 177 x (and)S 177 x(the)S 177 x(RALL)S -46 x(Y)S 177 x(Run-)S 5094 X 597 y (T)S -12 x(ime)S 191 x(System.)S 300 x(This)S 191 x(manual)S 192 x(uses)S 191 x(the)S 191 x(term)S 191 x(`)S -9 x(`V)S -56 x(AX)S 190 x(RALL)S -46 x(Y)S 191 x(Development)S 5094 X 598 y(Option')S -9 x(')S 165 x (instead)S 166 x(of)S 166 x(`)S -9 x(`RA)S -2 x(LL)S -45 x(Y')S -10 x (')S 166 x(whenever)S 167 x(the)S 167 x(term)S 165 x(`)S -9 x(`RALL)S -46 x(Y')S -10 x(')S 166 x(might)S 166 x(be)S 5094 X 598 y(ambiguous.)S 5094 X 897 y(The)S 168 x(V)S -55 x(AX)S 167 x(RALL)S -46 x(Y)S 167 x (Run-T)S -12 x(ime)S 167 x(Option)S 167 x(includes)S 168 x(only)S 168 x (the)S 167 x(Run-T)S -11 x(ime)S 167 x(System.)S 252 x(Y)S -56 x(ou)S 5094 X 597 y(can)S 172 x(use)S 171 x(this)S 171 x(option)S 172 x(to)S 171 x(run)S 172 x(existing)S 172 x(RALL)S -46 x(Y)S 171 x(applications,)S 172 x(but)S 172 x(you)S 172 x(cannot)S 172 x(use)S 5094 X 598 y(it)S 166 x(to)S 166 x(create)S 166 x(new)S 166 x(RALL)S -46 x(Y)S 166 x(applications)S 165 x(or)S 167 x(modify)S 166 x(existing)S 167 x(ones.)S 5094 X 897 y (The)S 177 x F152(V)S -56 x(AX)S 175 x(RALL)S -27 x(Y)S 176 x(Online)S 175 x(Release)S 176 x(Notes)S 177 x F151(for)S 175 x(V)S -46 x(ersion)S 176 x(2.3)S 176 x(covers)S 176 x(both)S 175 x(options.)S 5094 X 597 y (Read)S 166 x(the)S 166 x(release)S 166 x(notes)S 166 x(before)S 166 x (installing)S 167 x(the)S 166 x(product.)S 2106 19988 XY 20928 24 R 2106 20785 XY F24(Intended)S 232 x(Audience)S 5094 22031 XY F151(This)S 167 x(manual)S 166 x(is)S 166 x(intended)S 166 x(for)S 166 x(those)S 166 x(who)S 166 x(are)S 166 x(responsible)S 166 x(for)S 166 x(any)S 167 x(of)S 166 x(the)S 5094 X 597 y(following:)S 5094 X 897 y(\201)S 595 x(Planning)S 168 x(the)S 166 x(installation)S 165 x(of)S 166 x(RALL)S -46 x(Y)S 166 x(and)S 166 x(preparing)S 167 x(your)S 168 x(system)S 5094 X 797 y(\201)S 595 x(Installing)S 166 x(RALL)S -46 x(Y)S 5094 X 797 y(\201)S 595 x(Changing)S 192 x(your)S 191 x(system)S 190 x(by)S 191 x(adjusting)S 191 x(parameters,)S 196 x(startup)S 190 x(\211les,)S 197 x(and)S 5991 X 598 y(privileges)S 167 x(required)S 166 x(for)S 166 x (runn)S 2 x(ing)S 166 x(RALL)S -46 x(Y)S 22604 29901 XY F38(vii)S %%EndCustomColor L-FRV 7 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageCustomColors: 0 % %%Page: VIII 8 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(T)S -45 x(o)S 166 x(install)S 165 x(the)S 167 x (softwa)S -2 x(re,)S 167 x(you)S 167 x(must:)S 5094 X 896 y(\201)S 595 x (Be)S 174 x(familiar)S 174 x(with)S 175 x(VMSINST)S -28 x(AL,)S 175 x (the)S 174 x(command)S 175 x(procedure)S 175 x(used)S 175 x(to)S 174 x (install)S 5991 X 598 y(software)S 169 x(products)S 170 x(in)S 171 x (the)S 170 x(VMS)S 170 x(environ)S 2 x(ment.)S 257 x(T)S -45 x(o)S 170 x (locate)S 170 x(the)S 171 x(description)S 170 x(of)S 5991 X 598 y(VMSINST)S -28 x(AL,)S 167 x(see)S 165 x(the)S 167 x(master)S 165 x(index)S 167 x (of)S 166 x(the)S 166 x(VMS)S 166 x(documentation)S 166 x(set.)S 5094 X 797 y(\201)S 595 x(Have)S 173 x(access)S 173 x(to)S 172 x(the)S 173 x (SYSTEM)S 173 x(account)S 173 x(on)S 174 x(your)S 173 x(machine)S 174 x (or)S 173 x(to)S 173 x(an)S 173 x(account)S 5991 X 598 y(with)S 166 x (the)S 166 x(user)S 166 x(privilege)S 167 x(SETPR)S -19 x(V)S -64 x (.)S 5094 7357 XY(If)S 169 x(you)S 170 x(are)S 169 x(responsible)S 169 x (for)S 169 x(installing)S 170 x(RALL)S -46 x(Y)S 168 x(on)S 170 x(your)S 170 x(system,)S 170 x(read)S 169 x(this)S 169 x(entire)S 5094 X 597 y (manual)S 172 x(before)S 172 x(you)S 172 x(begin)S 172 x(the)S 172 x (installation.)S 260 x(This)S 171 x(manual)S 172 x(helps)S 171 x(you)S 172 x(make)S 172 x(the)S 5094 X 598 y(required)S 167 x(decisions)S 166 x (and)S 166 x(guides)S 166 x(you)S 167 x(throug)S 2 x(h)S 166 x(the)S 166 x(correct)S 167 x(sequence)S 167 x(of)S 166 x(actions.)S 13369 9648 XY F36(NOTE)S 6290 X 897 y F151(All)S 181 x(RALL)S -46 x(Y)S 182 x(installers)S 181 x(and)S 183 x(application)S 181 x(de\211ners)S 183 x(should)S 182 x (read)S 182 x(the)S 6290 X 597 y(release)S 166 x(notes.)S 2106 12238 XY 20928 24 R 2106 13035 XY F24(Operating)S 232 x(System)S 232 x(Information)S 5094 14281 XY F151(Information)S 168 x(about)S 167 x(the)S 168 x(versions)S 168 x(of)S 167 x(the)S 167 x(operating)S 168 x(system)S 167 x(and)S 168 x(related)S 167 x(software)S 5094 X 597 y(that)S 180 x(are)S 181 x (compatible)S 180 x(with)S 180 x(this)S 179 x(version)S 181 x(of)S 181 x (RALL)S -46 x(Y)S 179 x(is)S 180 x(included)S 181 x(in)S 181 x(Chapter)S 180 x(1)S 5094 X 598 y(of)S 181 x(this)S 180 x(manual,)S 186 x(in)S 181 x(the)S 181 x(RALL)S -46 x(Y)S 180 x(media)S 180 x(kit,)S 185 x (and)S 181 x(the)S 181 x F152(Before)S 181 x(Y)S -64 x(ou)S 181 x(Install)S 181 x(V)S -56 x(AX)S 5094 X 598 y(RALL)S -27 x(Y)S 167 x(Letter)S F151 (.)S 5094 X 897 y(For)S 180 x(information)S 179 x(on)S 179 x(the)S 179 x (compatibility)S 178 x(of)S 178 x(other)S 180 x(softw)S -2 x(are)S 179 x (products)S 179 x(with)S 178 x(this)S 5094 X 597 y(version)S 170 x(of)S 169 x(RALL)S -46 x(Y)S -56 x(,)S 169 x(refer)S 169 x(to)S 169 x(the)S 169 x(System)S 168 x(Support)S 169 x(Addendum)S 169 x(\(SSA\))S 168 x (that)S 168 x(comes)S 5094 X 598 y(with)S 182 x(the)S 182 x(Software)S 181 x(Product)S 183 x(Description)S 182 x(\(SPD\).)S 181 x(Y)S -55 x (ou)S 182 x(can)S 183 x(use)S 182 x(the)S 182 x(SPD/SSA)S 5094 X 598 y (to)S 175 x(verify)S 175 x(which)S 175 x(versions)S 174 x(of)S 175 x (your)S 175 x(operating)S 175 x(system)S 174 x(are)S 174 x(compatible)S 174 x(with)S 174 x(this)S 5094 X 598 y(version)S 167 x(of)S 166 x(RALL)S -46 x(Y)S -56 x(.)S 2106 20458 XY 20928 24 R 2106 21255 XY F24(Structure)S 233 x(of)S 233 x(This)S 232 x(Manual)S 5094 22500 XY F151(This)S 167 x (manual)S 166 x(includes)S 166 x(four)S 167 x(chapters)S 166 x(and)S 166 x(two)S 166 x(appendixes:)S 5094 X 897 y F155(Chapter)S 151 x(1)S 9179 X(Explains)S 159 x(how)S 159 x(to)S 159 x(plan)S 160 x(the)S 159 x (installat)S 2 x(ion)S 159 x(and)S 159 x(prepa)S 2 x(re)S 159 x(your)S 158 x(system)S 9179 X 547 y(for)S 150 x(the)S 150 x(installati)S 2 x (on.)S 5094 X 748 y(Chapter)S 151 x(2)S 9179 X(Explains)S 149 x(how)S 150 x(to)S 150 x(install)S 150 x(the)S 150 x(software.)S 5094 X 747 y (Chapter)S 151 x(3)S 9179 X(Explains)S 170 x(how)S 170 x(to)S 171 x (change)S 170 x(your)S 170 x(VMS)S 170 x(system)S 170 x(by)S 170 x(adjusting)S 170 x(the)S 9179 X 548 y(required)S 169 x(characte)S 2 x(ristics)S 168 x (for)S 168 x(running)S 168 x(RALL)S -42 x(Y)S 168 x(and)S 169 x(the)S 168 x(RALL)S -41 x(Y)S 9179 X 548 y(Run-T)S -11 x(ime)S 149 x(Option.)S 2106 29901 XY F38(viii)S %%EndCustomColor R-FRV 8 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold NewCenturySchlbk-Italic %%+ Helvetica %%PageCustomColors: 0 % %%Page: IX 9 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2952 XY F155(Chapter)S 151 x(4)S 9179 X(Explains)S 163 x(how)S 163 x(to)S 164 x(detect,)S 168 x(solve,)S 166 x(and)S 163 x(report)S 165 x(problems)S 163 x(you)S 163 x(might)S 9179 X 548 y(encounter)S 168 x(after)S 168 x(installing)S 168 x(RALL)S -42 x(Y)S 167 x(and)S 168 x(the)S 168 x(RALL)S -42 x(Y)S 166 x(Run-T)S -11 x(ime)S 9179 X 548 y(Option.)S 5094 X 748 y(Appendix)S 151 x(A)S 9179 X(Lists)S 152 x (the)S 153 x(\211les)S 152 x(transferred)S 154 x(and)S 153 x(logicals)S 153 x(de\211ned)S 153 x(by)S 153 x(the)S 153 x(installation)S 9179 X 547 y(of)S 150 x(RALL)S -42 x(Y)S 149 x(and)S 150 x(the)S 150 x(RALL)S -42 x(Y)S 149 x(Run-T)S -11 x(ime)S 149 x(Option.)S 5094 X 748 y(Appendix)S 151 x(B)S 9179 X(Presents)S 162 x(the)S 163 x(log)S 162 x(of)S 163 x (a)S 162 x(sample)S 162 x(installat)S 2 x(ion)S 162 x(of)S 163 x(RALL)S -42 x(Y)S 162 x(and)S 162 x(of)S 163 x(the)S 9179 X 548 y(RALL)S -42 x (Y)S 149 x(Run-T)S -11 x(ime)S 149 x(Option.)S 2106 7734 XY 20928 24 R 2106 8532 XY F24(Rela)S -2 x(ted)S 233 x(Documents)S 5094 9777 XY F151 (Refer)S 166 x(to)S 166 x(the)S 166 x(following)S 167 x(manuals)S 166 x (for)S 166 x(more)S 166 x(information)S 166 x(about)S 166 x(RALL)S -46 x (Y)S -46 x(:)S 5094 X 896 y(\201)S 595 x F152(Introduc)S 2 x(tion)S 166 x(to)S 167 x(V)S -56 x(AX)S 165 x(RALL)S -27 x(Y)S F151(\202Prov)S 2 x(ides)S 165 x(an)S 167 x(overview)S 166 x(of)S 166 x(RALL)S -46 x (Y)S -55 x(.)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 178 x(RALL)S -27 x(Y)S 179 x(Application)S 178 x(User)S 28 x(')S -19 x(s)S 179 x (Guide)S F151(\202Provides)S 179 x(step-by-step)S 178 x(instruc-)S 5991 X 598 y(tions)S 166 x(on)S 166 x(using)S 167 x(a)S 166 x(RALL)S -46 x (Y)S 166 x(application)S 166 x(at)S 165 x(run)S 167 x(time.)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 161 x(RALL)S -27 x(Y)S 161 x (Command)S 161 x(Referenc)S 2 x(e)S 161 x(Manual)S F151(\202Describes)S 161 x(RALL)S -46 x(Y)S 161 x(commands.)S 5094 X 797 y(\201)S 595 x F152 (V)S -56 x(AX)S 188 x(RALL)S -27 x(Y)S 189 x(ADL)S 188 x(User)S 28 x (')S -18 x(s)S 188 x(Guide)S F151(\202Describes)S 189 x(the)S 189 x (RALL)S -46 x(Y)S 188 x(Application)S 5991 X 598 y(Development)S 166 x (Langu)S 2 x(age)S 166 x(\(ADL\).)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 186 x(RALL)S -27 x(Y)S 187 x(De\211nition)S 188 x(System)S 187 x(User)S 28 x(')S -19 x(s)S 187 x(Guide)S F151(\202Provides)S 187 x (step-by-step)S 5991 X 598 y(instructions)S 166 x(on)S 167 x(de\211ning)S 167 x(a)S 166 x(RALL)S -46 x(Y)S 166 x(application.)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 189 x(RALL)S -27 x(Y)S 189 x(Reference)S 191 x (Manual)S 190 x(and)S 189 x(Master)S 191 x(Index)S F151(\202Explains)S 189 x(major)S 5991 X 598 y(RALL)S -46 x(Y)S 166 x(terms)S 165 x(and)S 167 x(concepts.)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 166 x (RALL)S -27 x(Y)S 166 x(Guide)S 166 x(to)S 167 x(Application)S 166 x (Development)S F151(\202Provides)S 166 x(application)S 5991 X 597 y (development)S 167 x(guidelines)S 166 x(within)S 166 x(the)S 166 x(framework)S 166 x(of)S 166 x(a)S 166 x(suggested)S 5991 X 598 y(development)S 167 x (methodology)S -55 x(.)S 5094 X 797 y(\201)S 595 x F152(V)S -56 x(AX)S 176 x(RALL)S -27 x(Y)S 177 x(Online)S 176 x(Release)S 177 x(Notes)S F151(\202The)S 178 x(online)S 177 x(release)S 176 x(notes)S 176 x(describes)S 5991 X 598 y(problems)S 166 x(and)S 166 x(workarounds)S 167 x(for)S 166 x(this)S 165 x(version)S 167 x(of)S 166 x(RALL)S -46 x(Y)S -55 x (.)S 5094 21533 XY(For)S 178 x(further)S 178 x(information)S 177 x(on)S 178 x(certain)S 178 x(topics)S 176 x(covered)S 178 x(in)S 178 x(this)S 177 x(manual,)S 181 x(you)S 178 x(can)S 5094 X 598 y(refer)S 167 x(to:)S 5094 X 896 y(\201)S 595 x F152(Guide)S 166 x(to)S 167 x(V)S -50 x(AX/VMS)S 165 x(Software)S 166 x(Installation)S 5094 X 797 y F151(\201)S 595 x F152(V)S -50 x(AX/VMS)S 165 x(System)S 167 x(Manager)S 29 x(')S -19 x (s)S 166 x(Reference)S 168 x(Manual)S 5094 X 797 y F151(\201)S 595 x F152(Guide)S 166 x(to)S 167 x(Networking)S 167 x(on)S 166 x(V)S -50 x (AX/VMS)S 5094 X 797 y F151(\201)S 595 x F152(V)S -56 x(AX)S 166 x(Rdb/VMS)S 166 x(Installation)S 167 x(Guide)S 22703 29901 XY F38(ix)S %%EndCustomColor L-FRV 9 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold NewCenturySchlbk-Italic %%+ Helvetica %%PageCustomColors: 0 % %%Page: X 10 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3226 XY F24(Conventions)S 5094 4472 XY F151(This)S 167 x(manual)S 166 x(uses)S 166 x(the)S 166 x(following)S 166 x(conven)S 2 x(tions:)S 5094 X 896 y 17928 24 R 5094 5867 XY F157 (Convention)S 11620 X(Meaning)S 5094 X 298 y 17928 24 R 5094 6713 XY F155(RETURN)S 11620 X(Named)S 150 x(keys)S 149 x(appear)S 151 x(in)S 149 x(uppercase)S 150 x(lett)S 2 x(ers.)S 5094 X 748 y(CTRL/X)S 11620 X (The)S 154 x(slash)S 154 x(in)S 155 x(the)S 154 x(key)S 154 x(name)S 154 x(means)S 154 x(that)S 155 x(you)S 155 x(press)S 154 x(the)S 11620 X 547 y(two)S 140 x(keys)S 139 x(simultaneously)S -50 x(.)S 224 x(In)S 140 x(this)S 139 x(case,)S 141 x(press)S 140 x(the)S 140 x(CTRL)S 11620 X 548 y(key)S 154 x(\(control\))S 156 x(and,)S 155 x(while)S 155 x(holding)S 155 x(down)S 154 x(the)S 155 x(CTRL)S 154 x(key)S -50 x(,)S 11620 X 548 y(press)S 149 x(the)S 150 x(character)S 151 x(key)S -50 x(,)S 149 x (represented)S 150 x(here)S 150 x(by)S 149 x(x.)S 5094 X 748 y(.)S -125 x 548 y(.)S -125 x 547 y(.)S 11620 9852 XY(V)S -42 x(ertical)S 143 x(ellipsis)S 141 x(in)S 141 x(an)S 141 x(example)S 142 x(means)S 140 x(that)S 142 x (information)S 11620 X 548 y(not)S 150 x(directly)S 150 x(relat)S 2 x (ed)S 149 x(to)S 150 x(the)S 150 x(example)S 150 x(has)S 149 x(been)S 150 x(omitted.)S 5094 11695 XY($)S 11620 X(The)S 157 x(dollar)S 159 x (sign)S 156 x(is)S 157 x(used)S 158 x(to)S 157 x(indica)S 2 x(te)S 157 x (the)S 158 x(DCL)S 157 x(prompt.)S 11620 X 548 y(This)S 149 x(prompt)S 150 x(can)S 150 x(be)S 150 x(different)S 151 x(on)S 150 x(your)S 149 x (system.)S 5094 X 747 y F98($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 299 x(RALLY)S 150 x(EDIT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 548 y(_Application)S 150 x(File:)S 11620 X -548 y F155(Interact)S 2 x(ive)S 158 x(examples)S 159 x(show)S 158 x(user)S 158 x(input)S 160 x (in)S 158 x(red)S 160 x(letters)S 11620 X 548 y(and)S 150 x(system)S 149 x(output)S 151 x(\(such)S 149 x(as)S 149 x(prompts)S 151 x(and)S 150 x(messages)S -2 x(\))S 150 x(in)S 11620 X 548 y(black)S 158 x(lette)S 2 x(rs.)S 240 x(The)S 157 x(online)S 159 x(Bookreader)S 158 x(version)S 158 x(of)S 158 x(this)S 11620 X 548 y(document)S 150 x(displays)S 150 x (user)S 149 x(input)S 150 x(in)S 149 x(a)S 150 x(bold)S 151 x(font.)S 5094 X 299 y 17928 24 R 2106 16028 XY 20928 24 R 2106 16825 XY F24(Reference)S -2 x(s)S 233 x(to)S 232 x(Products)S 5094 18071 XY F151(The)S 189 x (RALL)S -46 x(Y)S 188 x(documentation)S 188 x(to)S 188 x(which)S 189 x (this)S 187 x(manual)S 189 x(belongs)S 188 x(refers)S 188 x(to)S 188 x (the)S 5094 X 597 y(following)S 167 x(products)S 166 x(by)S 166 x(their)S 166 x(abbreviated)S 167 x(names:)S 5094 X 897 y(\201)S 595 x(V)S -56 x (AX)S 166 x(CDD)S -2 x(/Plu)S 2 x(s)S 165 x(software)S 165 x(is)S 166 x (referred)S 166 x(to)S 166 x(as)S 166 x(CDD/Plus.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(DA)S -28 x(T)S -28 x(A)S -27 x(TRIEVE)S 164 x (software)S 165 x(is)S 166 x(referred)S 167 x(to)S 165 x(as)S 166 x (DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE.)S 5094 X 797 y(\201)S 595 x (V)S -56 x(AX)S 166 x(DBMS)S 165 x(software)S 165 x(is)S 166 x(referred)S 166 x(to)S 166 x(as)S 166 x(V)S -56 x(AX)S 165 x(DBMS.)S 5094 X 797 y (\201)S 595 x(V)S -56 x(AX)S 166 x(Rdb/VMS)S 166 x(softw)S -2 x(are)S 167 x(is)S 165 x(referred)S 167 x(to)S 166 x(as)S 165 x(Rdb/VMS)S(.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(TEAMDA)S -29 x(T)S -27 x (A)S 166 x(software)S 165 x(is)S 166 x(referred)S 166 x(to)S 166 x(as)S 166 x(TEAMDA)S -29 x(T)S -27 x(A.)S 5094 X 797 y(\201)S 595 x(V)S -56 x (AX)S 166 x(ALL\203IN\2031)S 166 x(softw)S -2 x(are)S 167 x(is)S 165 x (referred)S 167 x(to)S 166 x(as)S 165 x(ALL\203IN\2031)S(.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(Languag)S 2 x(e-Sensitive)S 166 x(Editor)S 165 x(software)S 165 x(is)S 166 x(referred)S 166 x(to)S 166 x(as)S 166 x(LSE.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 173 x (Application)S 173 x(Control)S 173 x(and)S 173 x(Managemen)S 2 x(t)S 173 x(System)S 172 x(software)S 173 x(is)S 172 x(referred)S 5991 X 598 y (to)S 166 x(as)S 166 x(ACMS.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(DEC/Code)S 165 x(Management)S 167 x(System)S 166 x(softwa)S -2 x (re)S 167 x(is)S 165 x(referred)S 167 x(to)S 166 x(as)S 165 x(CMS.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(DEC/Module)S 166 x(Management)S 167 x(System)S 165 x(is)S 166 x(referred)S 167 x(to)S 165 x(as)S 166 x (MMS.)S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(DEC/T)S -46 x (est)S 165 x(Manager)S 167 x(software)S 165 x(is)S 166 x(referred)S 167 x(to)S 165 x(as)S 166 x(DEC/T)S -46 x(est)S 165 x(Manager)S -35 x (.)S 2106 29901 XY F38(x)S %%EndCustomColor R-FRV 10 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageCustomColors: 0 1 % %%Page: XI 11 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(\201)S 595 x(V)S -56 x(AX)S 166 x(DECt)S -2 x (race)S 167 x(for)S 166 x(VMS)S 166 x(software)S 165 x(is)S 165 x(referred)S 167 x(to)S 166 x(as)S 165 x(DECtrace.)S 5094 X 797 y(\201)S 595 x(DEC)S 165 x(RdbExpert)S 166 x(softw)S -2 x(are)S 167 x(is)S 165 x(referred)S 167 x(to)S 166 x(as)S 165 x(RdbExpert.)S 22703 29901 XY F38(xi)S %%EndCustomColor L-FRV 11 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica %%PageCustomColors: 0 % %%Page: XII 12 /DEC$EDMS_MAKE_FILM where { pop } { /DEC$EDMS_SUPPRESS_BLANKPAGES where { pop } { CLRP showpage } ifelse } ifelse %%PageTrailer %%PageFonts: %%PageCustomColors: % %%Page: 1-1 13 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19507 6417 XY F24(Chapter)S 497 x(1)S 9525 8060 XY F20(Preparing)S 298 x(to)S 298 x(Install)S 298 x(V)S -66 x(AX)S 299 x(RALL)S -82 x(Y)S 2106 X 449 y 20928 48 R 5094 10800 XY F151(This)S 176 x(chapter)S 177 x (discusses)S 174 x(the)S 176 x(preparations)S 176 x(and)S 176 x(requirements)S 176 x(necessary)S 177 x(for)S 5094 X 598 y(installing)S 167 x(V)S -56 x (AX)S 165 x(RALL)S -46 x(Y)S -55 x(.)S 5094 X 896 y(There)S 167 x(are)S 167 x(two)S 165 x(RALL)S -46 x(Y)S 166 x(options:)S 5094 X 897 y(\201)S 595 x(V)S -56 x(AX)S 179 x(RALL)S -46 x(Y)S -56 x(\202Includes)S 180 x (both)S 179 x(the)S 180 x(RALL)S -46 x(Y)S 178 x(De\211nition)S 180 x (System)S 179 x(and)S 179 x(the)S 5991 X 598 y(RALL)S -46 x(Y)S 169 x (Run-T)S -12 x(ime)S 170 x(System.)S 256 x(This)S 170 x(manual)S 170 x (sometimes)S 168 x(refers)S 170 x(to)S 169 x(RALL)S -46 x(Y)S 170 x (as)S 5991 X 598 y(the)S 166 x(V)S -55 x(AX)S 165 x(RALL)S -46 x(Y)S 166 x(Development)S 166 x(Option.)S 5094 X 797 y(\201)S 595 x(V)S -56 x (AX)S 175 x(RALL)S -46 x(Y)S 176 x(Run-T)S -12 x(ime)S 176 x(Option\202Includes)S 175 x(only)S 177 x(the)S 176 x(RALL)S -46 x(Y)S 175 x(Run-T)S -12 x (ime)S 5991 X 597 y(System.)S 250 x(Y)S -56 x(ou)S 167 x(can)S 167 x (use)S 166 x(this)S 166 x(option)S 166 x(to)S 167 x(run)S 167 x(existing)S 167 x(RALL)S -46 x(Y)S 166 x(applications,)S 166 x(but)S 5991 X 598 y (you)S 172 x(cannot)S 171 x(use)S 171 x(it)S 170 x(to)S 171 x(create)S 171 x(new)S 171 x(RALL)S -46 x(Y)S 170 x(applications)S 170 x(or)S 171 x (modify)S 171 x(existing)S 5991 X 598 y(applications.)S 5094 18073 XY (The)S 177 x(procedures)S 177 x(for)S 176 x(installing)S 176 x(RALL)S -46 x(Y)S 176 x(and)S 176 x(for)S 176 x(installing)S 176 x(the)S 177 x (V)S -56 x(AX)S 175 x(RALL)S -46 x(Y)S 5094 X 598 y(Run-T)S -12 x(ime)S 169 x(Option)S 169 x(are)S 169 x(similar)S -38 x(.)S 256 x(Where)S 169 x (the)S 169 x(procedures)S 170 x(differ)S -37 x(,)S 170 x(the)S 169 x (instructions)S 5094 X 597 y(note)S 167 x(the)S 166 x(differences.)S 5094 X 897 y(Y)S -55 x(our)S 177 x(bill)S 177 x(of)S 176 x(materials)S 176 x(\(BOM\))S 176 x(and)S 177 x(indented)S 177 x(bills)S 176 x(report)S 177 x(\(BIL\))S 176 x(specify)S 177 x(the)S 5094 X 598 y(number)S 172 x (and)S 170 x(contents)S 171 x(of)S 170 x(your)S 172 x(media.)S 258 x (Be)S 170 x(sure)S 171 x(to)S 170 x(verify)S 171 x(the)S 171 x(contents)S 171 x(of)S 170 x(your)S 5094 X 597 y(kit)S 169 x(with)S 168 x(this)S 168 x(information.)S 255 x(If)S 168 x(your)S 169 x(kit)S 169 x(is)S 167 x(damaged)S 169 x(or)S 169 x(if)S 168 x(you)S 169 x(\211nd)S 169 x (that)S 169 x(parts)S 167 x(of)S 5094 X 598 y(it)S 166 x(are)S 166 x (missing,)S 167 x(contact)S 166 x(your)S 167 x(Digital)S 166 x(representative.)S 5094 X 897 y(V)S -55 x(AX)S 174 x(RALL)S -46 x(Y)S 175 x(provides)S 175 x(online)S 176 x(release)S 175 x(notes.)S 268 x(Digital)S 175 x (strongly)S 176 x(recommends)S 5094 X 598 y(that)S 169 x(you)S 169 x (read)S 169 x(the)S 169 x(release)S 168 x(notes)S 169 x(before)S 168 x (proceeding)S 170 x(with)S 168 x(the)S 169 x(installation.)S 254 x(For)S 5094 X 597 y(information)S 167 x(on)S 166 x(accessing)S 167 x(the)S 166 x(online)S 167 x(release)S 165 x(notes,)S 167 x(see)S 166 x(Section)S 166 x(2.1.)S 15428 29901 XY F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(1\2031)S %%EndCustomColor L-FRV 13 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Helvetica %%PageCustomColors: 0 % %%Page: 1-2 14 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3226 XY F24(1.1)S 597 x(Prerequisite)S 232 x(Hardware)S 5094 4472 XY F151(V)S -55 x(AX)S 188 x(RALL)S -46 x (Y)S 189 x(and)S 190 x(the)S 190 x(V)S -56 x(AX)S 189 x(RALL)S -46 x (Y)S 189 x(Run-T)S -12 x(ime)S 189 x(Option)S 189 x(run)S 190 x(on)S 190 x(all)S 189 x(V)S -56 x(AX)S 5094 X 597 y(processors)S 170 x(except)S 171 x(V)S -56 x(AX\2031)S -28 x(1)S(/725,)S 173 x(V)S -56 x(AX\2031)S -28 x(1)S(/782,)S 172 x(MicroV)S -55 x(AX)S 170 x(I,)S 170 x(and)S 171 x (V)S -56 x(AXstati)S -2 x(on)S 167 x(I)S(.)S 5094 X 598 y(For)S 180 x (a)S 180 x(complete)S 179 x(list)S 179 x(of)S 179 x(processors,)S 183 x (see)S 179 x(the)S 180 x F152(V)S -56 x(AX)S 179 x(RALL)S -27 x(Y)S 180 x(Software)S 180 x(Product)S 5094 X 598 y(Description)S F151(.)S 5094 X 897 y(Installation)S 174 x(and)S 174 x(use)S 174 x(of)S 173 x (either)S 174 x(option)S 174 x(requires)S 175 x(at)S 173 x(least)S 173 x (4)S 174 x(MB)S 174 x(of)S 174 x(memory)S 174 x(on)S 5094 X 597 y(your)S 171 x(V)S -55 x(AX)S 169 x(system.)S 256 x(RALL)S -46 x(Y)S 169 x(applications)S 170 x(will)S 169 x(provide)S 170 x(better)S 169 x(response)S 170 x(if)S 169 x(given)S 5094 X 598 y(additional)S 174 x(memory)S -55 x(.)S 266 x (In)S 174 x(general,)S 178 x(you)S 175 x(should)S 174 x(con\211gu)S 2 x(re)S 174 x(your)S 175 x(system)S 174 x(with)S 173 x(an)S 5094 X 598 y(additional)S 166 x(0.75)S 167 x(MB)S 165 x(for)S 167 x(each)S 166 x(RALL)S -46 x(Y)S 166 x(user)S -37 x(.)S 2106 X 847 y 20928 24 R 2106 10599 XY F24(1.2)S 597 x(Prerequisite)S 232 x(and)S 232 x(Optional)S 232 x(Software)S 5094 11844 XY F151(The)S 160 x(software)S 158 x(that)S 159 x(is)S 159 x(required)S 160 x(or)S 159 x(optional)S 159 x(for)S 159 x(RALL)S -46 x(Y)S 159 x(depends)S 159 x(on)S 160 x(whether)S 159 x (you)S 5094 X 598 y(are)S 174 x(installing)S 173 x(V)S -56 x(AX)S 173 x (RALL)S -46 x(Y)S 173 x(or)S 173 x(the)S 173 x(V)S -55 x(AX)S 172 x (RALL)S -46 x(Y)S 173 x(Run-T)S -12 x(ime)S 173 x(Option.)S 263 x(Sections)S 5094 X 598 y(1.2.1)S 184 x(and)S 183 x(1.2.2)S 184 x(outline)S 183 x (the)S 184 x(softwa)S -2 x(re)S 184 x(to)S 182 x(be)S 183 x(used)S 183 x (with)S 183 x(both)S 183 x(options.)S 283 x(The)S 5094 X 597 y(System)S 173 x(Software)S 172 x(Addendum)S 173 x(\(SSA\))S 172 x(contains)S 173 x (a)S 173 x(complete)S 173 x(list)S 172 x(of)S 172 x(prerequisite)S 5094 X 598 y(and)S 167 x(optional)S 166 x(software)S 165 x(and)S 166 x(their)S 166 x(required)S 167 x(version)S 167 x(numbers.)S 2106 15331 XY 20928 24 R 2106 16078 XY F28(1.2.1)S 599 x(Software)S 199 x(for)S 199 x(V)S -44 x (AX)S 198 x(RALL)S -55 x(Y)S 199 x(Developm)S 2 x(ent)S 199 x(Option)S 5094 17174 XY F151(RALL)S -46 x(Y)S 166 x(requires)S 166 x(the)S 167 x (following)S 166 x(software:)S 5094 X 897 y(\201)S 595 x(VMS)S 166 x (V)S -46 x(ersion)S 166 x(5.2)S 5094 X 797 y(\201)S 595 x(V)S -56 x (AX)S 166 x(Rdb/VMS)S 166 x(V)S -47 x(ersion)S 167 x(3.1B)S 166 x(\(or)S 166 x(higher\))S 5094 X 797 y(\201)S 595 x(V)S -56 x(AX)S 166 x(CDD)S -2 x(/Plu)S 2 x(s)S 165 x(V)S -46 x(ersion)S 166 x(4.2)S 167 x(\(or)S 166 x(higher\))S 5094 20761 XY(T)S -30 x(able)S 166 x(1)S(\203)S(1)S 166 x(lists)S 164 x(the)S 167 x(optional)S 166 x(software)S 165 x(for)S 166 x(V)S -56 x(AX)S 166 x(RALL)S -46 x(Y)S -56 x(.)S 2106 29901 XY F40(1\2032)S 449 x F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 14 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageCustomColors: 0 % %%Page: 1-3 15 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2952 XY F36(T)S -36 x(able)S 150 x(1)S(\203)S(1:)S 498 x(Optional)S 151 x(Software)S 149 x(for)S 149 x(V)S -36 x(AX)S 149 x(RALL)S -46 x (Y)S 150 x(Development)S 150 x(Option)S 5094 X 573 y 17928 24 R 5094 4023 XY F157(Optional)S 150 x(Products)S 14061 X(Purpose)S 5094 X 299 y 17928 24 R 5094 4870 XY F155(V)S -50 x(AX)S 166 x(DA)S -25 x(T)S -24 x(A)S -25 x (TRIEVE)S 166 x(V)S -42 x(ersion)S 167 x(5.1)S 167 x(\(or)S 5094 X 548 y (higher\))S 14061 X -548 y(Required)S 169 x(for)S 169 x(use)S 169 x (of)S 169 x(DA)S -25 x(T)S -25 x(A)S -25 x(TRIEVE)S 168 x(at)S 14061 X 548 y(de\211ne)S 150 x(time)S 5094 X 747 y(V)S -50 x(AX)S 149 x(DBMS)S 150 x(V)S -42 x(ersion)S 150 x(4.2)S 149 x(\(or)S 150 x(higher\))S 14061 X (Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(DBMS)S 149 x(at)S 150 x(de\211ne)S 150 x(time)S 5094 X 748 y(V)S -50 x(AX)S 172 x(TEAMDA)S -25 x(T)S -25 x(A)S 173 x(V)S -42 x(ersion)S 173 x(1.4)S 173 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 153 x(for)S 154 x (use)S 153 x(of)S 153 x(TEAMDA)S -26 x(T)S -24 x(A)S 152 x(at)S 154 x (de\211ne)S 14061 X 548 y(time)S 5094 X 747 y(ALL\203IN\203)S 2 x(1)S 149 x(V)S -41 x(ersion)S 149 x(2.3)S 150 x(\(or)S 150 x(higher\))S 14061 X (Required)S 160 x(for)S 159 x(use)S 159 x(of)S 159 x(ALL\203IN\2031)S 160 x(at)S 160 x(de\211ne)S 14061 X 548 y(time)S 5094 X 747 y(V)S -50 x (AX)S 155 x(Language-Sensitive)S 156 x(Editor)S 157 x(\(LSE\))S 5094 X 548 y(V)S -41 x(ersion)S 149 x(3.0)S 150 x(\(or)S 150 x(higher\))S 14061 X -548 y(Required)S 161 x(for)S 161 x(use)S 160 x(of)S 161 x(callab)S 2 x(le)S 161 x(LSE)S 160 x(as)S 161 x(the)S 14061 X 548 y(ADL)S 149 x (editor)S 5094 X 747 y(V)S -50 x(AX)S 149 x(ACMS)S 149 x(V)S -41 x(ersion)S 149 x(3.1)S 150 x(\(or)S 150 x(higher\))S 14061 X(Required)S 156 x(for)S 156 x(use)S 155 x(of)S 156 x(ACMS)S 156 x(at)S 156 x(de\211ne)S 156 x (time)S 14061 X 548 y(and)S 163 x(for)S 164 x(use)S 163 x(of)S 163 x (the)S 164 x(RALL)S -42 x(Y$ODI_ACMS)S 14061 X 548 y(example)S 5094 X 747 y(V)S -50 x(AX)S 172 x(COBOL)S 172 x(V)S -41 x(ersion)S 172 x(4.2-41A)S 174 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 159 x (for)S 160 x(use)S 158 x(of)S 159 x(RALL)S -42 x(Y$ODI_ACMS)S 14061 X 548 y(example)S 5094 X 747 y(V)S -50 x(AX)S 161 x(VIDA)S 162 x(for)S 162 x(DB2)S 162 x(V)S -42 x(ersion)S 162 x(1.0A)S 161 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 150 x(for)S 150 x(use)S 149 x (of)S 150 x(DB2)S 149 x(at)S 150 x(de\211ne)S 150 x(time)S 5094 15231 XY (RdbAccess)S 152 x(for)S 152 x(ORACLE)S 151 x(V)S -42 x(ersion)S 152 x (1.0)S 152 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(ORACLE)S 148 x(at)S 150 x(run)S 149 x(time)S 5094 16527 XY(RdbAccess)S 166 x(for)S 166 x(RMS)S 167 x (V)S -42 x(ersion)S 166 x(1.0)S 166 x(\(or)S 5094 X 547 y(higher\))S 14061 X -547 y(Optional)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(RMS)S 150 x(at)S 150 x(de\211ne)S 150 x(time)S 5094 17473 XY 17928 24 R 2106 18569 XY 20928 24 R 2106 19316 XY F28(1.2.2)S 599 x(Software)S 199 x(for)S 199 x (V)S -44 x(AX)S 198 x(RALL)S -55 x(Y)S 199 x(Run-T)S -10 x(ime)S 200 x (Option)S 5094 20412 XY F151(The)S 178 x(only)S 178 x(software)S 176 x (required)S 178 x(to)S 177 x(run)S 178 x(V)S -56 x(AX)S 177 x(RALL)S -46 x(Y)S 176 x(Run-T)S -12 x(ime)S 177 x(Option)S 177 x(is)S 176 x (VMS)S 5094 X 598 y(V)S -46 x(ersion)S 166 x(5.2.)S 5094 X 896 y(T)S -30 x(able)S 166 x(1)S(\203)S(2)S 166 x(lists)S 164 x(the)S 167 x(optional)S 166 x(software)S 165 x(for)S 166 x(the)S 166 x(V)S -55 x(AX)S 165 x (RALL)S -46 x(Y)S 166 x(Run-T)S -12 x(ime)S 166 x(Option.)S 15428 29901 XY F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x(V)S -33 x(AX)S 166 x (RALL)S -33 x(Y)S 448 x F40(1\2033)S %%EndCustomColor L-FRV 15 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageCustomColors: 0 % %%Page: 1-4 16 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2952 XY F36(T)S -36 x(able)S 150 x(1)S(\203)S(2:)S 498 x(Optional)S 151 x(Software)S 149 x(for)S 149 x(V)S -36 x(AX)S 149 x(RALL)S -46 x (Y)S 150 x(Run-T)S -8 x(ime)S 149 x(Option)S 5094 X 573 y 17928 24 R 5094 4023 XY F157(Optional)S 150 x(Products)S 14061 X(Purpose)S 5094 X 299 y 17928 24 R 5094 4870 XY F155(V)S -50 x(AX)S 149 x(Rdb/VMS)S 150 x (V)S -42 x(ersion)S 150 x(3.1B)S 149 x(\(or)S 150 x(higher\))S 748 x (Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(Rdb)S 150 x(at)S 150 x(run)S 149 x(time)S 5094 X 747 y(V)S -50 x(AX)S 166 x(DA)S -25 x (T)S -24 x(A)S -25 x(TRIEVE)S 166 x(V)S -42 x(ersion)S 167 x(5.1)S 167 x (\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 155 x(for)S 156 x(use)S 154 x(of)S 156 x(DA)S -26 x(T)S -24 x(A)S -25 x(TRIEVE)S 154 x(at)S 155 x(run)S 14061 X 548 y(time)S 5094 X 748 y(V)S -50 x(AX)S 149 x(DBMS)S 150 x(V)S -42 x(ersion)S 150 x(4.2)S 149 x(\(or)S 150 x (higher\))S 14061 X(Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x (DBMS)S 149 x(at)S 150 x(run)S 150 x(time)S 5094 X 747 y(V)S -50 x(AX)S 172 x(TEAMDA)S -25 x(T)S -25 x(A)S 173 x(V)S -42 x(ersion)S 173 x(1.4)S 173 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 161 x (for)S 161 x(use)S 161 x(of)S 161 x(TEAMDA)S -26 x(T)S -25 x(A)S 161 x (at)S 161 x(run)S 14061 X 548 y(time)S 5094 X 747 y(ALL\203IN\203)S 2 x(1)S 149 x(V)S -41 x(ersion)S 149 x(2.3)S 150 x(\(or)S 150 x(higher\))S 14061 X(Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(ALL\203IN\2031)S 151 x(at)S 150 x(run)S 149 x(time)S 5094 X 747 y(V)S -50 x(AX)S 149 x (ACMS)S 149 x(V)S -41 x(ersion)S 149 x(3.1)S 150 x(\(or)S 150 x(higher\))S 14061 X(Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(ACMS)S 149 x (at)S 150 x(run)S 150 x(time)S 5094 X 747 y(V)S -50 x(AX)S 161 x(VIDA)S 162 x(for)S 162 x(DB2)S 162 x(V)S -42 x(ersion)S 162 x(1.0A)S 161 x (\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(DB2)S 149 x(at)S 150 x(run)S 149 x(time)S 5094 11744 XY(RdbAccess)S 152 x(for)S 152 x(ORACLE)S 151 x(V)S -42 x (ersion)S 152 x(1.0)S 152 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y (Required)S 150 x(for)S 150 x(use)S 149 x(of)S 150 x(ORACLE)S 148 x (at)S 150 x(run)S 149 x(time)S 5094 13040 XY(RdbAccess)S 166 x(for)S 166 x(RMS)S 167 x(V)S -42 x(ersion)S 166 x(1.0)S 166 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Optional)S 150 x(for)S 150 x(use)S 149 x (of)S 150 x(RMS)S 150 x(at)S 150 x(run)S 150 x(time)S 5094 14335 XY (DECtrace)S 164 x(for)S 164 x(VMS)S 163 x(V)S -41 x(ersion)S 163 x(1.0A)S 163 x(\(or)S 5094 X 548 y(higher\))S 14061 X -548 y(Required)S 150 x (for)S 150 x(use)S 149 x(of)S 150 x(DECtrace)S 149 x(at)S 150 x(run)S 150 x(time)S 5094 15281 XY 17928 24 R 2106 16377 XY 20928 24 R 2106 17174 XY F24(1.3)S 597 x(V)S -52 x(AX)S 232 x(Licensing)S 232 x(Management)S 232 x(Facility)S 232 x(\(LMF\))S 5094 18419 XY F151(Before)S 180 x(you)S 180 x(install)S 179 x(and)S 180 x(run)S 180 x(V)S -55 x(AX)S 179 x(RALL)S -46 x(Y)S 179 x(V)S -46 x(ersion)S 179 x(2.3)S 180 x(on)S 180 x(a)S 180 x(newly-licensed)S 5094 X 598 y(node)S 169 x(or)S 168 x(cluster)S -37 x(,)S 169 x(you)S 169 x(must)S 168 x(\211rst)S 168 x(register)S 169 x(a)S 168 x(License)S 168 x(Product)S 169 x(Authorization)S 168 x (Key)S 5094 X 598 y(\(License)S 173 x(P)S -37 x(AK\))S 171 x(using)S 172 x(the)S 172 x(License)S 172 x(Manag)S 2 x(ement)S 171 x(Facility)S 173 x(\(LMF\).)S 172 x(The)S 173 x(License)S 5094 X 598 y(P)S -36 x (AK)S 166 x(may)S 167 x(be)S 166 x(shipped)S 167 x(along)S 167 x(with)S 167 x(the)S 166 x(kit)S 167 x(if)S 167 x(you)S 167 x(ordered)S 167 x (the)S 167 x(license)S 167 x(and)S 167 x(media)S 5094 X 597 y(together;)S 188 x(otherwise,)S 182 x(it)S 179 x(is)S 179 x(shipped)S 179 x(separately)S 180 x(to)S 179 x(a)S 179 x(location)S 179 x(based)S 179 x(on)S 180 x (your)S 5094 X 598 y(license)S 168 x(order)S -36 x(.)S 252 x(If)S 167 x (you)S 169 x(are)S 167 x(installing)S 168 x(RALL)S -46 x(Y)S 167 x(as)S 167 x(an)S 168 x(update)S 168 x(on)S 168 x(a)S 167 x(node)S 168 x(or)S 168 x(cluster)S 5094 X 598 y(already)S 173 x(licensed)S 172 x(for)S 172 x(this)S 172 x(software,)S 173 x(you)S 173 x(have)S 173 x(already)S 173 x(completed)S 172 x(the)S 172 x(License)S 5094 X 598 y(P)S -36 x (AK)S 165 x(registration)S 166 x(requirements.)S 5094 X 896 y(Y)S -55 x (ou)S 168 x(must)S 167 x(register)S 167 x(and)S 168 x(load)S 168 x(your)S 168 x(license)S 168 x(for)S 167 x(V)S -55 x(AX)S 166 x(RALL)S -46 x (Y)S 168 x F152(before)S 167 x F151(you)S 169 x(start)S 167 x(the)S 5094 X 598 y(installation)S 167 x(in)S 168 x(order)S 168 x(to)S 167 x (run)S 168 x(the)S 168 x(Installation)S 167 x(V)S -46 x(eri\211cation)S 168 x(Procedure)S 168 x(\(IVP\))S 167 x(and)S 5094 X 598 y(use)S 166 x (the)S 167 x(software.)S 5094 X 897 y(T)S -45 x(o)S 185 x(register)S 186 x(a)S 185 x(license)S 186 x(under)S 186 x(VMS,)S 185 x(\211rst)S 186 x(log)S 185 x(in)S 186 x(to)S 185 x(the)S 186 x(system)S 185 x(manager)S 28 x(')S -19 x(s)S 5094 X 597 y(account,)S 189 x(SYSTEM.)S 183 x(Y)S -55 x(ou)S 183 x(then)S 184 x(have)S 184 x(a)S 183 x(choice)S 184 x (of)S 183 x(two)S 182 x(ways)S 183 x(to)S 183 x(perform)S 183 x(the)S 5094 X 598 y(registration:)S 5094 X 897 y(\201)S 595 x(Invoke)S 182 x (the)S 180 x(SYS$UPDA)S -28 x(TE:VMSLICENSE.CO)S -2 x(M)S 181 x(procedure.)S 280 x(When)S 181 x(it)S 5991 X 597 y(prompts)S 165 x(you)S 167 x(for)S 166 x(information,)S 167 x(respond)S 166 x(with)S 166 x(data)S 166 x (from)S 166 x(your)S 167 x(License)S 166 x(P)S -36 x(AK.)S 2106 29901 XY F40(1\2034)S 449 x F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 16 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman NewCenturySchlbk-Italic %%+ Helvetica %%PageCustomColors: 0 % %%Page: 1-5 17 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(\201)S 595 x(At)S 168 x(the)S 168 x(DCL)S 167 x (prompt,)S 169 x(enter)S 169 x(the)S 168 x(LICENSE)S 167 x(REG)S -2 x (ISTER)S 168 x(command)S 168 x(with)S 168 x(the)S 5991 X 598 y(appropriate)S 166 x(quali\211ers)S 166 x(that)S 166 x(correspond)S 167 x(to)S 166 x (License)S 166 x(P)S -36 x(AK)S 165 x(information.)S 5094 4467 XY(If)S 180 x(you)S 180 x(plan)S 180 x(to)S 180 x(use)S 180 x(V)S -56 x(AX)S 179 x(RALL)S -46 x(Y)S 180 x(on)S 180 x(more)S 180 x(than)S 180 x(one)S 180 x(node)S 181 x(in)S 180 x(a)S 179 x(V)S -55 x(AXcluster)S -38 x (,)S 5094 X 598 y(you)S 176 x(will)S 175 x(need)S 176 x(to)S 175 x(perform)S 175 x(a)S 175 x(LICENSE)S 174 x(LOAD)S 174 x(on)S 176 x(the)S 175 x (other)S 176 x(nodes)S 175 x(after)S 175 x(you)S 5094 X 598 y(complete)S 166 x(this)S 166 x(installation.)S 249 x(\(See)S 166 x(Section)S 166 x (3.4.\))S 2106 X 847 y 20928 24 R 2106 7307 XY F24(1.4)S 597 x(Installation)S 232 x(Procedure)S 232 x(Requirements)S 5094 8552 XY F151(This)S 157 x (section)S 157 x(and)S 157 x(those)S 157 x(that)S 156 x(follow)S 157 x (discuss)S 156 x(various)S 157 x(requirements)S 157 x(for)S 157 x(installing)S 5094 X 598 y(V)S -55 x(AX)S 165 x(RALL)S -46 x(Y)S -56 x(.)S 5094 X 897 y(The)S 176 x(installation)S 175 x(takes)S 175 x(approximately)S 176 x(5)S 175 x(to)S 176 x(40)S 175 x(minutes,)S 178 x(depending)S 176 x (on)S 176 x(your)S 5094 X 597 y(type)S 167 x(of)S 166 x(media)S 165 x (and)S 167 x(your)S 167 x(system)S 165 x(con\211g)S 2 x(uration.)S 2106 11740 XY 20928 24 R 2106 12487 XY F28(1.4.1)S 599 x(Disk)S 199 x(Space)S 5094 13583 XY F151(V)S -55 x(AX)S 170 x(RALL)S -46 x(Y')S -19 x(s)S 171 x(requirements)S 172 x(for)S 171 x(free)S 172 x(disk)S 171 x(storage)S 172 x(space)S 171 x(are)S 171 x(different)S 172 x(during)S 5094 X 598 y(installation)S 188 x(and)S 188 x(after)S 188 x(installation.)S 293 x(T)S -31 x(able)S 188 x(1)S(\203)S(3)S 187 x(summarizes)S 187 x(the)S 188 x(storage)S 5094 X 598 y(requirements.)S 5094 16174 XY F36(T)S -36 x(able)S 150 x (1)S(\203)S(3:)S 498 x(Disk)S 149 x(Space)S 150 x(Requirements)S 5094 X 572 y 17928 24 R 5094 17793 XY F157(Kit)S 11969 X -548 y(Blocks)S 185 x (During)S 11969 X 548 y(Installation)S 18145 X -548 y(Blocks)S 182 x (After)S 18145 X 548 y(Installation)S 5094 X 298 y 17928 24 R 5094 18639 XY (V)S -41 x(AX)S 150 x(RALL)S -41 x(Y)S 149 x(Development)S 150 x(Option)S 5094 X 299 y 17928 24 R 5094 19486 XY F155(W)S -16 x(ith)S 150 x(the)S 149 x(example)S 150 x(\211les)S 11969 X(28000)S 18145 X(20500)S 5094 X 747 y(W)S -16 x(ithout)S 150 x(the)S 150 x(example)S 150 x(\211les)S 11969 X(21000)S 18145 X(16000)S 5094 X 847 y 17928 24 R 5094 21628 XY F157(V)S -41 x(AX)S 150 x(RALL)S -41 x(Y)S 149 x(Run-T)S -11 x(ime)S 149 x(Option)S 5094 X 299 y 17928 24 R 5094 22475 XY F155(W)S -16 x (ith)S 150 x(the)S 149 x(example)S 150 x(\211les)S 11969 X(1)S -25 x (1000)S 18145 X(8500)S 5094 X 747 y(W)S -16 x(ithout)S 150 x(the)S 150 x (example)S 150 x(\211les)S 11969 X(9000)S 18145 X(4000)S 5094 X 399 y 17928 24 R 5094 24717 XY F151(T)S -45 x(o)S 179 x(determine)S 179 x (the)S 179 x(number)S 179 x(of)S 179 x(free)S 179 x(disk)S 178 x(blocks)S 179 x(on)S 179 x(the)S 179 x(curren)S 2 x(t)S 178 x(system)S 178 x(disk,)S 5094 X 597 y(enter)S 167 x(the)S 166 x(following)S 166 x(command)S 166 x (at)S 166 x(the)S 166 x(DCL)S 166 x(prompt:)S 5094 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SHOW)S 239 x(DEVICE)S 240 x(SYS$SYSDEVICE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 15428 29901 XY F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(1\2035)S %%EndCustomColor L-FRV 17 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold NewCenturySchlbk-Bold %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 1-6 18 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3177 XY F28(1.4.2)S 599 x(Privileges)S 5094 4272 XY F151(The)S 161 x(account)S 160 x(you)S 161 x(use)S 160 x (to)S 160 x(install)S 159 x(RALL)S -46 x(Y)S 159 x(must)S 160 x(have)S 160 x(the)S 160 x(user)S 160 x(privilege)S 161 x(SETPR)S -19 x(V)S -64 x (.)S 5094 X 598 y(As)S 171 x(one)S 171 x(of)S 172 x(the)S 171 x(\211rst)S 171 x(actions,)S 173 x(the)S 171 x(VMSINST)S -28 x(AL)S 171 x(command)S 171 x(procedure)S 172 x(grants)S 172 x(all)S 5094 X 598 y(privileges)S 177 x(\(except)S 176 x(BYP)S -37 x(ASS\))S 175 x(to)S 176 x(the)S 176 x (process)S 175 x(that)S 176 x(invoke)S 2 x(s)S 175 x(it.)S 269 x(This)S 176 x(command)S 5094 X 598 y(succeeds)S 175 x(only)S 175 x(if)S 174 x (the)S 175 x(account)S 175 x(has)S 174 x(SETPR)S -19 x(V)S -64 x(.)S 174 x(On)S 175 x(most)S 173 x(systems,)S 176 x(the)S 175 x(SYSTEM)S 5094 X 598 y(account)S 189 x(has)S 188 x(SETPR)S -19 x(V)S 187 x(and)S 189 x(is)S 187 x(used)S 188 x(to)S 187 x(install)S 188 x(softw)S -2 x (are.)S 294 x(The)S 188 x(procedures)S 5094 X 597 y(described)S 173 x (in)S 172 x(this)S 172 x(installation)S 172 x(guide)S 173 x(refer)S 173 x(to)S 172 x(the)S 173 x(SYSTEM)S 171 x(account,)S 176 x(but)S 172 x (they)S 5094 X 598 y(are)S 167 x(the)S 166 x(same)S 165 x(for)S 167 x (any)S 166 x(account)S 167 x(with)S 166 x(SETPR)S -19 x(V)S -65 x(.)S 5094 X 897 y(Before)S 174 x(you)S 175 x(start)S 174 x(the)S 174 x(VMSINST)S -28 x(AL)S 174 x(command)S 175 x(procedure,)S 177 x(you)S 175 x(might)S 175 x(need)S 174 x(to)S 5094 X 597 y(prepare)S 176 x(your)S 177 x(system)S 175 x(for)S 176 x(the)S 175 x(installation.)S 268 x(For)S 176 x(example,)S 179 x(you)S 177 x(might)S 175 x(have)S 177 x(to)S 5094 X 598 y(run)S 168 x(SYSGE)S -2 x(N)S 167 x(or)S 166 x(AUTHORIZE.)S 166 x(Some)S 166 x (of)S 167 x(these)S 166 x(preparations)S 167 x(require)S 167 x(that)S 166 x(your)S 5094 X 598 y(account)S 181 x(have)S 181 x(speci\211c)S 181 x(user)S 180 x(privileges,)S 185 x(which)S 181 x(might)S 180 x(not)S 180 x(be)S 181 x(among)S 181 x(default)S 5094 X 598 y(privileges)S 167 x (assigned)S 166 x(to)S 166 x(your)S 167 x(account.)S 5094 X 896 y(T)S -30 x(able)S 186 x(1)S(\203)S(4)S 186 x(shows)S 185 x(you)S 187 x(what)S 186 x(privileges)S 186 x(you)S 187 x(need)S 187 x(for)S 186 x(various)S 187 x(installation)S 5094 X 598 y(tasks.)S 5094 14036 XY F36(T)S -36 x (able)S 150 x(1)S(\203)S(4:)S 498 x(Required)S 150 x(Privil)S 2 x(eges)S 5094 X 573 y 17928 24 R 5094 15107 XY F157(Privilege)S 8482 X(Meaning)S 5094 X 299 y 17928 24 R 5094 15954 XY F155(CMKRNL)S 8482 X(Change)S 149 x(mode)S 149 x(to)S 150 x(kernel)S 5094 X 747 y(EXQUOT)S -25 x(A)S 8482 X(Allow)S 149 x(disk)S 150 x(space)S 149 x(to)S 150 x(exceed)S 150 x(establi)S 2 x(shed)S 149 x(quotas)S 5094 X 747 y(NETMBX)S 8482 X (Allow)S 149 x(user)S 149 x(to)S 150 x(perform)S 150 x(network-rela)S 2 x(ted)S 150 x(functions)S 5094 X 747 y(OPER)S 8482 X(Perform)S 149 x (operat)S 2 x(or)S 149 x(functions)S 5094 X 747 y(SETPR)S -16 x(V)S 8482 X(Enable)S 150 x(any)S 149 x(privilege)S 5094 X 748 y(SYSNAM)S 8482 X(Insert)S 150 x(system)S 148 x(logical)S 150 x(names)S 149 x(in)S 150 x(the)S 150 x(name)S 149 x(table)S 5094 X 747 y(SYSPR)S -16 x(V)S 8482 X(Access)S 148 x(resources)S 149 x(as)S 150 x(if)S 150 x(process)S 149 x(has)S 149 x(a)S 150 x(system)S 148 x(UIC)S 5094 X 747 y(TMPMBX)S 8482 X(Create)S 150 x(temporary)S 150 x(mailbox)S 5094 X 747 y(WORLD)S 8482 X(Allow)S 149 x(access)S 149 x(to)S 150 x(other)S 150 x(processes)S 5094 X 399 y 17928 24 R 5094 23426 XY F151(T)S -45 x(o)S 166 x(check)S 167 x(the)S 166 x(privileges)S 167 x(of)S 166 x(the)S 166 x(installing)S 166 x(account,)S 168 x(use)S 166 x(the)S 166 x(SHOW)S 165 x(PROCESS)S -2 x(/)S 5094 X 597 y(PRIVILEGES)S 173 x(command.)S 267 x(If)S 175 x (the)S 175 x(SYSTEM)S 174 x(account)S 176 x(does)S 174 x(not)S 175 x (have)S 176 x(the)S 175 x(privi-)S 5094 X 598 y(leges)S 176 x(listed)S 174 x(in)S 175 x(T)S -30 x(able)S 175 x(1)S(\203)S(4,)S 178 x(use)S 175 x(AUTHORIZE)S 174 x(to)S 175 x(grant)S 176 x(them)S 175 x(permanently)S 176 x(or)S 5094 X 598 y(SET)S 166 x(PROCESS/PRIV)S -2 x(ILEGES)S 165 x (to)S 166 x(grant)S 167 x(them)S 166 x(for)S 166 x(this)S 166 x(installation.)S 2106 29901 XY F40(1\2036)S 449 x F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 18 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica %%PageCustomColors: 0 % %%Page: 1-7 19 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3177 XY F28(1.4.3)S 599 x(System)S 200 x(Parameters)S 5094 4272 XY F151(Installing)S 195 x(V)S -55 x(AX)S 194 x(RALL)S -46 x(Y)S 195 x(requires)S 195 x(certain)S 195 x(system)S 195 x(parameter)S 195 x(settings.)S 5094 X 598 y(T)S -30 x(able)S 182 x (1)S(\203)S(5)S 182 x(lists)S 182 x(the)S 182 x(minimum)S 183 x(required)S 183 x(system)S 182 x(parameter)S 182 x(values)S 183 x(for)S 183 x(the)S 5094 X 598 y(installation.)S 5094 6863 XY F36(T)S -36 x(able)S 150 x (1)S(\203)S(5:)S 498 x(Minimum)S 151 x(Required)S 150 x(System)S 149 x (Parameter)S 149 x(V)S -27 x(alues)S 5094 X 573 y 17928 24 R 5094 7934 XY F157(System)S 150 x(Parameter)S 14409 X(Minimum)S 149 x(V)S -41 x(alue)S 5094 X 299 y 17928 24 R 5094 8781 XY F155(CLISYMTBL)S -191 y F163(1)S 14409 X 191 y F155(500)S 5094 X 747 y(GBLP)S -33 x(AGES)S -191 y F163 (2)S 14409 X 191 y F155(n)S -191 y F163(3)S 175 x 191 y F155(+)S 149 x (3000)S 5094 X 747 y(GBLP)S -33 x(AGFIL)S 14409 X(2048)S 5094 X 747 y (GBLSECTIONS)S -190 y F163(2)S 14409 X 190 y F155(n)S -190 y F163(3)S 175 x 190 y F155(+)S 149 x(14)S 5094 X 747 y(LOCKIDTBL)S -190 y F163 (4)S 14409 X 190 y F155(256)S 5094 X 748 y(LOCKIDTBL_MAX)S -191 y F163 (4)S 14409 X 191 y F155(2048)S 5094 X 747 y(RESHASHTBL)S -191 y F163 (4)S 14409 X 191 y F155(512)S 5094 X 747 y(VIRTUALP)S -33 x(AGECNT)S 14409 X(19000)S 5094 X 548 y 17928 24 R 5094 14869 XY F163(1)S 25 x 140 y F159(The)S 172 x(CLISYMTBL)S 170 x(dynamic)S 171 x(system)S 170 x (parameter)S 171 x(must)S 172 x(be)S 170 x(set)S 171 x(to)S 172 x(a)S 170 x(minimum)S 172 x(value)S 171 x(of)S 171 x(500)S 5094 X 449 y(during)S 159 x(the)S 160 x(install)S -2 x(ation)S 159 x(procedure.)S 243 x(Y)S -45 x(ou)S 160 x(can)S 159 x(change)S 159 x(the)S 160 x(setting)S 158 x (to)S 159 x(its)S 158 x(original)S 158 x(value)S 159 x(once)S 159 x (the)S 5094 X 448 y(installa)S -2 x(tion)S 150 x(is)S 148 x(\211nished.)S 5094 X 316 y F163(2)S 25 x 141 y F159(The)S 153 x(values)S 151 x(lis)S -2 x(ted)S 152 x(for)S 151 x(these)S 153 x(system)S 151 x(parameters)S 150 x(represent)S 152 x(the)S 153 x(number)S 152 x(of)S 152 x(additi)S -2 x(onal)S 152 x(free)S 151 x(global)S 5094 X 448 y(pages)S 154 x(and)S 155 x(global)S 154 x(sections)S 154 x(required)S 155 x(for)S 155 x(the)S 156 x(instal)S -2 x(lation,)S 156 x(not)S 156 x(the)S 156 x(total)S 154 x(number)S 156 x(you)S 156 x(need)S 156 x(to)S 155 x(run)S 5094 X 448 y(your)S 150 x(system)S 149 x(and)S 150 x(other)S 150 x(software.)S 5094 X 408 y F163(3)S 25 x 140 y F159(n)S 150 x(=)S 150 x(current)S 151 x(setting.)S 5094 X 392 y F163(4)S 25 x 140 y F159(The)S 159 x(setting)S 158 x(is)S 157 x(needed)S 159 x(only)S 158 x(for)S 158 x(V)S -45 x(AX)S 158 x(RALL)S -38 x(Y)S 158 x(or)S 158 x(Rdb/R)S -2 x(MS)S 159 x(appl)S -2 x(ications.)S 240 x(The)S 159 x(setting)S 158 x(does)S 157 x(not)S 5094 X 449 y(apply)S 148 x(to)S 150 x(a)S 149 x(V)S -44 x(AX)S 148 x (RALL)S -37 x(Y)S 149 x(Run-T)S -10 x(ime)S 149 x(Option)S 150 x(that)S 149 x(uses)S 150 x(only)S 149 x(RMS.)S 5094 X 480 y 17928 24 R 5094 20364 XY F151(The)S 167 x(next)S 167 x(sections)S 165 x(show)S 166 x(you)S 167 x (how)S 166 x(to)S 166 x(do)S 166 x(the)S 166 x(following:)S 5094 X 896 y (\201)S 595 x(Check)S 167 x(system)S 165 x(parameter)S 166 x(values)S 5094 X 797 y(\201)S 595 x(Calculate)S 188 x(values)S 189 x(for)S 189 x (the)S 189 x(GBLP)S -38 x(AGES)S 188 x(and)S 188 x(GBLSECTIONS)S 187 x (system)S 5991 X 598 y(parameters)S 5094 X 797 y(\201)S 595 x(Change)S 162 x(parameter)S 161 x(values)S 162 x(with)S 161 x(the)S 161 x(VMS)S 161 x(AUTOGEN)S 160 x(command)S 161 x(procedure)S 5094 X 797 y(\201)S 595 x(Set)S 173 x(dynamic)S 174 x(parameters)S 173 x(\(such)S 174 x (as)S 173 x(CLISYMTBL\))S 173 x(with)S 173 x(the)S 173 x(VMS)S 173 x (System)S 5991 X 598 y(Generation)S 166 x(Utility)S 166 x(\(SYSGEN\))S 15428 29901 XY F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(1\2037)S %%EndCustomColor L-FRV 19 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica %%PageCustomColors: 0 % %%Page: 1-8 20 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3127 XY F36(1.4.3.1)S 599 x(Checking)S 167 x(System)S 166 x(Parameter)S 165 x(V)S -27 x(alues)S 5094 X 797 y F151(T)S -45 x(o)S 157 x(check)S 159 x(the)S 158 x(values)S 158 x(of)S 157 x(your)S 159 x(system)S 157 x(parameters,)S 159 x(enter)S 158 x (the)S 157 x(following)S 158 x(command)S 5094 X 598 y(at)S 166 x(the)S 166 x(DCL)S 166 x(prompt)S 166 x(to)S 165 x(invok)S 2 x(e)S 166 x(the)S 166 x(System)S 166 x(Generation)S 166 x(Utility)S 166 x(\(SYSG)S -2 x (EN\):)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(RUN)S 239 x(SYS$SYSTEM:SYSG)S 2 x(EN)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 449 y(SYSGEN>)S 5094 X 896 y F151(At)S 175 x(the)S 176 x (SYSG)S -2 x(EN>)S 175 x(prompt,)S 178 x(enter)S 176 x(the)S 175 x(SHOW)S 174 x(command)S 176 x(to)S 175 x(display)S 175 x(the)S 175 x(value)S 5094 X 598 y(of)S 182 x(a)S 181 x(system)S 181 x(parameter)S -37 x(.)S 280 x(The)S 182 x(values)S 181 x(displayed)S 181 x(should)S 182 x(equal)S 181 x(or)S 182 x(exceed)S 182 x(the)S 5094 X 598 y(value)S 173 x(of)S 171 x(each)S 172 x(system)S 171 x(parameter)S 172 x(listed)S 171 x(in)S 171 x(T)S -30 x(able)S 171 x(1)S(\203)S(5.)S 261 x(The)S 172 x(following)S 172 x(example)S 5094 X 597 y(displays)S 166 x(the)S 166 x(value)S 167 x (for)S 166 x(the)S 166 x(VIRTUALP)S -37 x(AGEC)S -2 x(NT)S 167 x(system)S 165 x(parameter:)S 5094 X 897 y F102(SYSGEN>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SHOW)S 240 x(VIRTUALPAGECNT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(After)S 176 x(checking)S 178 x(the)S 176 x(parameters)S 176 x(with)S 175 x(the)S 177 x(SHOW)S 175 x(command,)S 179 x(enter)S 176 x(the)S 176 x(EXIT)S 5094 X 597 y(command)S 167 x(at)S 165 x(the)S 167 x(SYSG)S -2 x(EN>)S 166 x(prompt)S 166 x(to)S 166 x(return)S 166 x (to)S 166 x(DCL)S 166 x(level.)S 2106 X 897 y 20928 24 R 2106 12541 XY F36(1.4.3.2)S 599 x(Calculating)S 168 x(the)S 166 x(V)S -27 x(alues)S 166 x(for)S 166 x(GBLP)S -37 x(AGES)S 166 x(and)S 167 x(GBLSECTIONS)S 5094 X 797 y F151(T)S -45 x(o)S 175 x(install)S 174 x(and)S 176 x(run)S 175 x(V)S -55 x(AX)S 174 x(RALL)S -46 x(Y)S -56 x(,)S 176 x(you)S 176 x (must)S 174 x(have)S 176 x(suf\211cient)S 176 x(free)S 175 x(global)S 175 x(pages)S 5094 X 598 y(and)S 183 x(global)S 183 x(sections.)S 282 x (Y)S -55 x(ou)S 183 x(must)S 182 x(\211rst)S 182 x(\211nd)S 184 x(out)S 182 x(how)S 183 x(many)S 183 x(free)S 183 x(global)S 183 x(pages)S 5094 X 598 y(and)S 173 x(sections)S 171 x(you)S 173 x(have)S 173 x(on)S 172 x (your)S 173 x(system.)S 261 x(Then)S 173 x(use)S 171 x(AUTOGEN)S 171 x (if)S 172 x(you)S 172 x(need)S 173 x(to)S 5094 X 598 y(increase)S 167 x (the)S 166 x(GLBP)S -37 x(AGES)S 165 x(and)S 166 x(GBLSEC)S -2 x(TIONS)S 166 x(system)S 165 x(parameters.)S 5094 X 896 y(On)S 187 x(a)S 187 x (VMS)S 187 x(V)S -46 x(ersion)S 187 x(5.2)S 188 x(or)S 187 x(higher)S 188 x(system,)S 193 x(you)S 188 x(can)S 187 x(use)S 187 x(the)S 188 x (WRITE)S 186 x(com-)S 5094 X 598 y(mand)S 171 x(with)S 170 x(the)S 171 x (F$GETSYI)S 170 x(lexical)S 171 x(function)S 171 x(to)S 171 x(\211nd)S 171 x(the)S 171 x(number)S 171 x(of)S 171 x(free)S 171 x(global)S 5094 X 598 y(pages)S 183 x(and)S 183 x(global)S 183 x(sections.)S 282 x(The)S 184 x(following)S 183 x(example)S 183 x(shows)S 181 x(how)S 183 x(to)S 183 x(get)S 183 x(this)S 5094 X 598 y(information)S 167 x(at)S 165 x (your)S 168 x(terminal)S 166 x(\(the)S 166 x(default)S 166 x(for)S 166 x (SYS$OUTPUT\):)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(WRITE)S 239 x(SYS$OUTPUT)S 240 x(F$GETSYI\("F)S 2 x(REE_GBLPAGES"\))S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 449 y(15848)S 5094 X 448 y($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(WRITE)S 239 x(SYS$OUTPUT)S 240 x(F$GETSYI\("F)S 2 x(REE_GBLSECTS"\))S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(24)S -478 x 897 y F151(If)S 194 x(the)S 195 x(values)S 195 x(displayed)S 194 x(by)S 195 x(the)S 194 x(system)S 194 x(are)S 194 x(greater)S 195 x(than)S 195 x(the)S 195 x(values)S 194 x(in)S 5094 X 598 y(T)S -30 x(able)S 183 x(1)S(\203)S(5,)S 189 x(you)S 185 x(do)S 184 x(not)S 184 x(need)S 184 x(to)S 183 x(increase)S 185 x(the)S 184 x (values)S 184 x(for)S 184 x(these)S 183 x(parameters.)S 5094 X 597 y (If)S 174 x(the)S 174 x(value)S 175 x(of)S 174 x(free)S 174 x(global)S 174 x(pages)S 174 x(or)S 174 x(global)S 174 x(sections)S 174 x(is)S 173 x(less)S 173 x(than)S 174 x(the)S 175 x(value)S 174 x(in)S 5094 X 598 y(T)S -30 x(able)S 166 x(1)S(\203)S(5,)S 166 x(you)S 167 x(must)S 166 x(increase)S 166 x(the)S 166 x(system)S 166 x(parameter)S 166 x (setting.)S 5094 X 897 y(Section)S 179 x(1.4.3.3)S 179 x(describes)S 178 x(the)S 178 x(procedures)S 179 x(for)S 178 x(increasing)S 180 x (these)S 178 x(values)S 178 x(using)S 5094 X 598 y(AUTOGEN.)S 2106 29901 XY F40(1\2038)S 449 x F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 20 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 1-9 21 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3127 XY F36(1.4.3.3)S 599 x(Changing)S 168 x(System)S 165 x(Parameter)S 166 x(V)S -27 x(alues)S 166 x(with)S 167 x(AUT)S -10 x(OGEN)S 5094 X 797 y F151(Use)S 186 x(the)S 186 x(AUTOGEN)S 185 x(command)S 186 x(procedure)S 187 x(to)S 186 x(change)S 187 x(system)S 185 x(parameters.)S 5094 X 598 y(AUTOGEN)S 169 x(automatically)S 170 x (adjusts)S 170 x(values)S 170 x(for)S 170 x(parameters)S 170 x(that)S 169 x(are)S 170 x(associated)S 5094 X 597 y(with)S 183 x(the)S 183 x (values)S 184 x(you)S 184 x(reset)S 183 x(manually)S -54 x(.)S 283 x (T)S -45 x(o)S 183 x(change)S 185 x(system)S 182 x(parameters)S 183 x (with)S 5094 X 598 y(AUTOGEN,)S 166 x(edit)S 165 x(the)S 166 x(following)S 167 x(\211le:)S 5094 X 897 y F102(SYS$SYSTEM:)S 2 x(MODPARAMS.DAT)S 5094 X 896 y F151(Use)S 173 x(an)S 173 x(editor)S 173 x(to)S 172 x(access)S 173 x(the)S 173 x(\211le.)S 263 x(T)S -46 x(o)S 173 x(chang)S 2 x(e)S 172 x(a)S 173 x(parameter)S 173 x(value)S 173 x(listed)S 172 x(in)S 174 x(this)S 5094 X 598 y(\211le,)S 176 x(delete)S 174 x(the)S 173 x (curren)S 2 x(t)S 173 x(value)S 174 x(associated)S 172 x(with)S 173 x (that)S 174 x(parameter)S 173 x(and)S 174 x(enter)S 174 x(the)S 5094 X 598 y(new)S 166 x(value.)S 5094 X 896 y(T)S -45 x(o)S 173 x(add)S 172 x (a)S 173 x(new)S 173 x(parameter)S -37 x(,)S 175 x(add)S 172 x(a)S 173 x (line)S 173 x(to)S 172 x(the)S 173 x(\211le)S 173 x(that)S 173 x(includes)S 173 x(both)S 173 x(the)S 173 x(name)S 5094 X 598 y(of)S 166 x(the)S 167 x(parameter)S 166 x(and)S 166 x(its)S 165 x(value.)S 251 x(For)S 166 x(example:)S 5094 X 897 y F102(MIN_VIRTUAL)S 2 x(PAGECNT)S 239 x (=)S 240 x(19000)S 5094 X 897 y F151(T)S -45 x(o)S 160 x(modify)S 160 x (incremental)S 161 x(parameters)S 160 x(such)S 160 x(as)S 160 x(GBLP)S -37 x(AGES)S 158 x(and)S 161 x(GBLSEC)S -2 x(TIONS,)S 5094 X 597 y(use)S 166 x(ADD_.)S 249 x(The)S 167 x(following)S 166 x(example)S 166 x(increases)S 166 x(the)S 166 x(global)S 167 x(page)S 166 x(setting)S 166 x(by)S 167 x (2000:)S 5094 X 897 y F102(ADD_GBLPAGE)S 2 x(S)S 239 x(=)S 239 x(2000)S 5094 X 897 y F151(Note)S 171 x(that)S 170 x(when)S 171 x(you)S 172 x (set)S 170 x(the)S 170 x(page)S 171 x(\211le)S 171 x(quota,)S 172 x (do)S 171 x(not)S 171 x(use)S 170 x(a)S 171 x(value)S 171 x(that)S 171 x (exceeds)S 5094 X 597 y(the)S 167 x(amount)S 166 x(of)S 166 x(page)S 166 x(\211le)S 167 x(space)S 166 x(available)S 166 x(on)S 166 x(the)S 166 x(system.)S 5094 X 897 y(After)S 189 x(you)S 189 x(make)S 189 x (all)S 189 x(your)S 190 x(changes,)S 196 x(exit)S 189 x(from)S 188 x (the)S 189 x(editor)S 189 x(and)S 189 x(execute)S 190 x(the)S 5094 X 598 y(AUTOGEN)S 181 x(procedure)S 183 x(to)S 182 x(recalculate)S 183 x (your)S 183 x(system)S 181 x(parameters.)S 282 x(Enter)S 182 x(the)S 5094 X 597 y(following)S 167 x(command)S 166 x(at)S 166 x(the)S 166 x (DCL)S 165 x(prompt:)S 5094 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(@SYS$UPDATE:AUTOGEN)S 241 x(GETDATA)S 240 x(REBOOT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(When)S 187 x(you)S 187 x(specify)S 186 x(REBOO)S -2 x(T)S -45 x(,)S 186 x(AUTOGEN)S 185 x(performs)S 186 x(an)S 186 x (automatic)S 186 x(system)S 5094 X 598 y(shutdown)S 173 x(and)S 174 x (then)S 173 x(reboots)S 173 x(the)S 173 x(system.)S 263 x(Any)S 173 x (users)S 173 x(logged)S 174 x(on)S 174 x(to)S 172 x(the)S 174 x(system)S 5094 X 597 y(are)S 176 x(immediately)S 174 x(disconnected)S 176 x(during)S 176 x(the)S 175 x(shutdown.)S 268 x(The)S 175 x(automatic)S 175 x(reboot)S 5094 X 598 y(puts)S 166 x(the)S 166 x(new)S 166 x(parameter)S 166 x (values)S 167 x(into)S 166 x(effect.)S 5094 X 897 y(The)S 173 x(AUTOGEN)S 170 x(Utility)S 172 x(automatically)S 172 x(adjusts)S 172 x(some)S 171 x (of)S 172 x(the)S 172 x(SYSGEN)S 170 x(param-)S 5094 X 597 y(eters)S 180 x(based)S 180 x(on)S 180 x(the)S 181 x(consumption)S 180 x(of)S 180 x(resources)S 181 x(since)S 180 x(the)S 180 x(last)S 179 x(reboot.)S 278 x(If)S 180 x(you)S 5094 X 598 y(do)S 180 x(not)S 181 x(want)S 179 x (to)S 180 x(take)S 180 x(advantage)S 181 x(of)S 180 x(this)S 180 x(automatic)S 180 x(adjustment,)S 184 x(include)S 180 x(the)S 5094 X 598 y(NOFEEDBA)S -2 x(CK)S 166 x(quali\211er)S 166 x(on)S 167 x(the)S 166 x(AUTOGEN)S 165 x(command)S 166 x(line.)S 5094 X 897 y(For)S 197 x(more)S 197 x (information)S 196 x(about)S 197 x(using)S 197 x(AUTOGEN,)S 195 x(see)S 197 x(the)S 196 x(VMS)S 196 x(System)S 5094 X 597 y(Managemen)S 2 x (t)S 166 x(Subkit.)S 15428 29901 XY F38(Preparing)S 167 x(to)S 166 x (Install)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(1\2039)S %%EndCustomColor L-FRV 21 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 1-10 22 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3127 XY F36(1.4.3.4)S 599 x(Setting)S 167 x(Dynamic)S 166 x(System)S 166 x(Parameter)S 165 x(V)S -27 x(alues)S 5094 X 797 y F151(Use)S 176 x(the)S 176 x(System)S 175 x(Generation)S 176 x(Utility)S 175 x(\(SYSGE)S -2 x(N\))S 176 x(to)S 175 x(set)S 176 x (dynamic)S 176 x(parameters.)S 5094 X 598 y(Dynamic)S 169 x(parameters)S 167 x(change)S 2 x(d)S 167 x(with)S 168 x(the)S 168 x(SYSGEN)S 166 x (WRITE)S 167 x(ACTIVE)S 167 x(command)S 5094 X 597 y(become)S 186 x (active)S 185 x(immediately)S 185 x(without)S 184 x(any)S 186 x(need)S 186 x(to)S 184 x(reboot)S 186 x(your)S 186 x(system.)S 286 x(In)S 5094 X 598 y(fact,)S 177 x(rebooting)S 174 x(returns)S 175 x(dynamic)S 174 x (system)S 174 x(parameter)S 173 x(values)S 175 x(to)S 173 x(their)S 175 x(previous)S 5094 X 598 y(settings.)S 5094 X 896 y(Once)S 167 x (you)S 168 x(change)S 168 x(dynamic)S 167 x(parameter)S 166 x(values,)S 168 x(you)S 167 x(should)S 167 x(complete)S 166 x(the)S 167 x(instal-)S 5094 X 598 y(lation)S 179 x(before)S 178 x(rebooting)S 180 x(the)S 178 x (system.)S 274 x(After)S 178 x(you)S 179 x(\211nish)S 179 x(with)S 178 x (the)S 178 x(installation,)S 5094 X 598 y(you)S 175 x(can)S 174 x(reset)S 173 x(the)S 174 x(dynamic)S 174 x(parameters)S 174 x(to)S 173 x(their)S 174 x(previous)S 174 x(values)S 174 x(or)S 174 x(let)S 173 x(them)S 5094 X 598 y(be)S 166 x(reset)S 166 x(automatically)S 166 x(when)S 167 x (you)S 167 x(next)S 166 x(reboot)S 166 x(your)S 168 x(system.)S 5094 X 896 y(V)S -55 x(AX)S 180 x(RALL)S -46 x(Y)S 180 x(requires)S 181 x(only)S 181 x(the)S 181 x(CLISYMTBL)S 180 x(dynamic)S 181 x(parameter)S 181 x (value)S 181 x(of)S 5094 X 598 y(500.)S 5094 X 897 y(If)S 180 x(the)S 179 x(dynamic)S 180 x(parameter)S 180 x(value)S 180 x(on)S 180 x(your)S 181 x(system)S 179 x(is)S 179 x(less)S 178 x(than)S 180 x(500,)S 183 x (use)S 180 x(the)S 5094 X 598 y(following)S 167 x(series)S 165 x(of)S 166 x(commands)S 166 x(to)S 166 x(change)S 167 x(the)S 166 x(value:)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(RUN)S 239 x(SYS$SYSTEM:SYSG)S 2 x(EN)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(SYSGEN>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(USE)S 240 x(ACTIVE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 449 y(SYSGEN>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SET)S 240 x(CLISYMTBL)S 240 x(500)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(SYSGEN>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(WRITE)S 240 x(ACTIVE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(SYSGEN>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(EXIT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 15779 XY 20928 24 R 2106 16527 XY F28(1.4.4)S 599 x(Process)S 200 x(Account)S 200 x(Quotas)S 5094 17622 XY F151(The)S 175 x(account)S 175 x(you)S 175 x(use)S 174 x(to)S 174 x(install)S 174 x(V)S -56 x(AX)S 174 x(RALL)S -46 x(Y)S 174 x(must)S 173 x(have)S 175 x(suf\211cient)S 175 x(quotas)S 174 x(to)S 5094 X 598 y(enable)S 175 x(you)S 176 x(to)S 174 x(perform)S 175 x(the)S 175 x(installation.)S 266 x(T)S -31 x(able)S 175 x(1)S(\203)S(6)S 174 x(summarizes)S 174 x(the)S 175 x(process)S 5094 X 598 y(quotas)S 171 x(required)S 171 x(for)S 171 x(the)S 171 x (installation)S 170 x(account.)S 260 x(Also)S 170 x(refer)S 171 x(to)S 170 x(the)S 171 x(VMSINST)S -28 x(AL)S 5094 X 598 y(documentation)S 167 x(for)S 166 x(process)S 166 x(account)S 167 x(quotas)S 166 x(requirements.)S 13369 20512 XY F36(NOTE)S 6290 X 896 y F151(Large)S 168 x(or)S 168 x (complex)S 167 x(applications)S 167 x(may)S 168 x(require)S 168 x(higher)S 168 x(process)S 167 x(account)S 6290 X 598 y(quotas.)S 2106 29901 XY F40(1\20310)S 449 x F38(Preparing)S 151 x(to)S 149 x(Install)S 149 x (V)S -34 x(AX)S 150 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 22 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 1-11 23 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2952 XY F36(T)S -36 x(able)S 150 x(1)S(\203)S(6:)S 498 x(Process)S 150 x(Account)S 150 x(Quotas)S 149 x(for)S 150 x(the)S 149 x(Install)S 2 x(ing)S 150 x(Account)S 5094 X 573 y 17928 24 R 5094 5119 XY F157 (Account)S 151 x(Quota)S 9876 X -548 y(Minimum)S 154 x(for)S 154 x(V)S -41 x(AX)S 154 x(RALL)S -41 x(Y)S 9876 X 548 y(or)S 149 x(Rdb)S 150 x (Applications)S 16751 4023 XY(Minumum)S 177 x(for)S 178 x(Run-)S 16751 X 548 y(T)S -12 x(ime)S 164 x(Option)S 163 x(with)S 163 x(RMS)S 16751 X 548 y(Applications)S 5094 X 299 y 17928 24 R 5094 5966 XY F155(BYTLM)S 9876 X(2048)S 2 x(0)S 16751 X(18000)S 5094 X 747 y(ENQLM)S 9876 X(1000)S 16751 X(None)S 5094 X 748 y(FILLM)S 9876 X(100)S 16751 X(100)S 5094 X 747 y(WSQUOT)S -24 x(A)S 9876 X(1024)S 16751 X(1024)S 5094 X 747 y(PGFLQUOT)S -24 x(A)S 9876 X(2000)S 2 x(0)S 16751 X(None)S 5094 X 398 y 17928 24 R 5094 10449 XY F151(User)S 185 x(account)S 185 x(quotas)S 184 x(are)S 184 x(stored)S 184 x(in)S 185 x(the)S 185 x(\211le)S 184 x(SYSUAF)S -56 x(.DA)S -28 x(T)S -45 x(.)S 185 x(Use)S 184 x(the)S 184 x(VMS)S 5094 X 598 y(Authorize)S 172 x(Utility)S 172 x(\(AUTHOR)S -2 x(IZE\))S 172 x(to)S 171 x(verify)S 173 x(and)S 172 x(change)S 173 x(user)S 172 x (account)S 173 x(quotas.)S 5094 X 598 y(First)S 166 x(set)S 166 x(your)S 167 x(directory)S 167 x(to)S 165 x(SYS$SYSTEM)S 165 x(and)S 166 x(then)S 167 x(run)S 167 x(AUTHORIZE:)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SET)S 239 x(DEFAULT)S 240 x(SYS$SYSTEM)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 449 y($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(RUN)S 239 x(AUTHORIZE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(UAF>)S 5094 X 897 y F151(At)S 172 x(the)S 172 x(UAF>)S 172 x(prompt,)S 174 x(enter)S 173 x(the)S 172 x(SHOW)S 171 x(command)S 173 x(with)S 172 x(an)S 172 x(account)S 173 x(name)S 173 x(to)S 5094 X 598 y(check)S 168 x(a)S 166 x(particular)S 166 x(account.)S 250 x(For)S 167 x(example:)S 5094 X 896 y F102(UAF>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SHOW)S 239 x(SMITH)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(T)S -45 x(o)S 177 x(chang)S 2 x(e)S 177 x(a)S 178 x(quota,)S 180 x(enter)S 178 x(the)S 178 x(MODIFY)S 176 x(command.)S 273 x(The)S 178 x(following)S 177 x(example)S 5094 X 598 y(chang)S 2 x (es)S 173 x(the)S 174 x(FILLM)S 174 x(quota)S 174 x(for)S 174 x(the)S 173 x(SMITH)S 174 x(account)S 175 x(and)S 173 x(then)S 175 x(exits)S 173 x(from)S 174 x(the)S 5094 X 597 y(utility:)S 5094 X 897 y F102(UAF>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(MODIFY)S 240 x(SMITH)S 239 x(/FILLM=60)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(UAF>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(EXIT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(After)S 182 x(you)S 183 x(exit)S 182 x(from)S 181 x(the)S 182 x(utility)S -55 x(,)S 187 x(the)S 182 x(system)S 181 x (displays)S 181 x(messages)S 181 x(indicating)S 5094 X 598 y(whether)S 169 x(or)S 169 x(not)S 169 x(changes)S 170 x(were)S 168 x(made.)S 255 x (Once)S 168 x(the)S 169 x(chang)S 2 x(es)S 168 x(have)S 169 x(been)S 170 x(made,)S 169 x(you)S 5094 X 597 y(must)S 166 x(log)S 167 x(out)S 166 x(and)S 166 x(log)S 167 x(in)S 166 x(again)S 167 x(for)S 166 x(the)S 166 x(new)S 166 x(quotas)S 166 x(to)S 166 x(take)S 166 x(effect.)S 5094 X 897 y(For)S 161 x(more)S 160 x(information)S 161 x(on)S 160 x(modifying)S 161 x(account)S 161 x(quotas,)S 162 x(see)S 160 x(the)S 160 x(description)S 160 x(of)S 160 x(the)S 5094 X 598 y(Authorize)S 166 x(Utility)S 166 x (in)S 166 x(the)S 167 x(VMS)S 165 x(System)S 166 x(Management)S 167 x (Subkit.)S 15203 29901 XY F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 449 x F40(1\2031)S -24 x (1)S %%EndCustomColor L-FRV 23 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 1-12 24 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3177 XY F28(1.4.5)S 599 x(VMSINST)S -45 x(AL)S 199 x(Requirements)S 5094 4272 XY F151(When)S 167 x(you)S 167 x(invoke)S 167 x(VMSINST)S -28 x(AL,)S 167 x(it)S 165 x(check)S 2 x(s)S 165 x(the)S 166 x(following:)S 5094 X 897 y(\201)S 595 x(Whether)S 173 x(you)S 174 x(are)S 173 x(logged)S 173 x(in)S 173 x(to)S 173 x(the)S 173 x(SYSTEM)S 172 x(account)S 174 x(or)S 173 x(an)S 173 x(account)S 173 x(with)S 5991 X 598 y(system)S 166 x(privileges)S 5094 X 797 y(\201)S 595 x(Whether)S 167 x(you)S 166 x(have)S 167 x(adequate)S 166 x(quotas)S 166 x(for)S 166 x(installation)S 5094 X 797 y(\201)S 595 x(Whether)S 167 x(any)S 166 x(users)S 166 x(are)S 166 x(logge)S 2 x(d)S 165 x(in)S 167 x(to)S 166 x(the)S 166 x(system)S 5094 8457 XY(Note)S 190 x(that)S 189 x(VMSINST)S -28 x(AL)S 189 x(requires)S 189 x(that)S 190 x(the)S 189 x(installation)S 189 x(account)S 190 x(have)S 190 x(a)S 5094 X 598 y (minimum)S 169 x(of)S 169 x(the)S 169 x(following)S 169 x(quotas.)S 255 x(These)S 169 x(quotas)S 169 x(may)S 169 x(vary)S 170 x(depending)S 170 x(on)S 169 x(the)S 5094 X 597 y(version)S 167 x(of)S 166 x(VMS)S 166 x(that)S 166 x(is)S 165 x(installed)S 166 x(on)S 166 x(your)S 167 x (system.)S 5991 X 897 y(ASTLM)S 166 x(=)S 166 x(24)S 5991 X 598 y(BIOLM)S 165 x(=)S 166 x(18)S 5991 X 597 y(BYTLM)S 166 x(=)S 166 x(32,768)S 5991 X 598 y(DIOLM)S 165 x(=)S 166 x(18)S 5991 X 598 y(ENQLM)S 166 x(=)S 166 x (200)S 5991 X 598 y(FILLM)S 167 x(=)S 166 x(100)S 5094 14634 XY(If)S 170 x(VMSINST)S -28 x(AL)S 170 x(detects)S 169 x(any)S 171 x(problems)S 169 x(during)S 171 x(the)S 170 x(installation,)S 171 x(it)S 169 x(noti\211es)S 170 x(you)S 5094 X 597 y(and)S 177 x(asks)S 176 x(if)S 176 x(you)S 177 x (want)S 176 x(to)S 176 x(continue)S 178 x(the)S 176 x(installation.)S 270 x(In)S 176 x(some)S 176 x(instances,)S 179 x(you)S 5094 X 598 y (can)S 172 x(enter)S 172 x(YES)S 171 x(to)S 172 x(continue.)S 261 x (T)S -45 x(o)S 171 x(stop)S 171 x(the)S 172 x(installation)S 171 x(process)S 171 x(and)S 172 x(correct)S 172 x(the)S 5094 X 598 y(situation,)S 166 x (enter)S 166 x(NO)S 164 x(or)S 166 x(press)S 165 x(RETURN.)S 164 x(Then)S 167 x(correct)S 166 x(the)S 165 x(problem)S 165 x(and)S 166 x(restart)S 5094 X 598 y(the)S 167 x(installation.)S 2106 18121 XY 20928 24 R 2106 18868 XY F28(1.4.6)S 599 x(Backing)S 200 x(Up)S 199 x(Y)S -44 x(our)S 199 x(System)S 200 x(Disk)S 5094 19964 XY F151(At)S 173 x(the)S 174 x(beginning)S 175 x (of)S 174 x(the)S 173 x(installation,)S 176 x(VMSINST)S -28 x(AL)S 173 x (asks)S 173 x(if)S 173 x(you)S 175 x(have)S 174 x(backed)S 5094 X 597 y (up)S 169 x(your)S 169 x(system)S 167 x(disk.)S 253 x(Digital)S 168 x (recommends)S 168 x(that)S 168 x(you)S 169 x(do)S 168 x(a)S 168 x(system)S 167 x(disk)S 168 x(backup)S 5094 X 598 y(before)S 167 x(installing)S 166 x(any)S 167 x(software.)S 5094 X 897 y(Use)S 170 x(the)S 170 x(backup)S 171 x(procedures)S 170 x(that)S 170 x(are)S 170 x(established)S 169 x (at)S 170 x(your)S 171 x(site.)S 257 x(For)S 170 x(details)S 169 x(on)S 5094 X 598 y(performing)S 174 x(a)S 174 x(system)S 172 x(disk)S 173 x (backup,)S 176 x(see)S 173 x(the)S 173 x(section)S 174 x(on)S 173 x (the)S 174 x(Backup)S 173 x(Utility)S 173 x(in)S 5094 X 597 y(the)S 167 x(VMS)S 165 x(System)S 166 x(Management)S 167 x(Subkit.)S 2106 29901 XY F40(1\20312)S 449 x F38(Preparing)S 167 x(to)S 166 x(Install)S 165 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 24 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-1 25 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19507 6417 XY F24(Chapter)S 497 x(2)S 13810 8060 XY F20(Installing)S 298 x(V)S -66 x(AX)S 299 x(RALL)S -82 x(Y)S 2106 X 449 y 20928 48 R 5094 10800 XY F151(This)S 176 x(chapter)S 177 x(explains)S 176 x(how)S 175 x(to)S 176 x(install)S 175 x(V)S -55 x(AX)S 175 x(RALL)S -46 x(Y)S -56 x(.)S 176 x(Section)S 176 x(2.1)S 176 x(contains)S 176 x(a)S 5094 X 598 y(step-by-step)S 165 x(description)S 166 x(of)S 166 x(the)S 167 x (installation)S 165 x(procedure.)S 5094 X 896 y(Chapter)S 166 x(3)S 166 x(covers)S 167 x(postinstallati)S -2 x(on)S 167 x(considerations.)S 2106 X 847 y 20928 24 R 2106 13938 XY F24(2.1)S 597 x(The)S 232 x(Installation)S 232 x(Procedure)S 5094 15184 XY F151(This)S 183 x(section)S 183 x(explains)S 183 x(how)S 182 x(to)S 183 x(install)S 182 x(RALL)S -46 x(Y)S 182 x (and)S 183 x(the)S 183 x(RALL)S -46 x(Y)S 182 x(Run-T)S -12 x(ime)S 5094 X 597 y(Option)S 182 x(using)S 182 x(the)S 182 x(VMSINST)S -28 x (AL)S 182 x(command)S 181 x(procedure.)S 282 x(The)S 183 x(VMSINST)S -28 x(AL)S 5094 X 598 y(command)S 168 x(procedure)S 169 x(moves)S 167 x (the)S 168 x(software)S 167 x(from)S 167 x(the)S 168 x(distribution)S 168 x(media)S 167 x(to)S 167 x(your)S 5094 X 598 y(system)S 166 x(disk.)S 5094 X 897 y(The)S 170 x(V)S -56 x(AX)S 168 x(RALL)S -46 x(Y)S 168 x (installation)S 169 x(procedure)S 169 x(consists)S 168 x(of)S 169 x (a)S 168 x(series)S 168 x(of)S 169 x(questions)S 168 x(and)S 5094 X 597 y(informational)S 167 x(messages.)S 248 x(See)S 166 x(Appendix)S 167 x(B)S 165 x(for)S 167 x(sample)S 165 x(installations.)S 5094 X 897 y (T)S -45 x(o)S 175 x(abort)S 174 x(the)S 175 x(installation)S 174 x (procedure)S 176 x(at)S 174 x(any)S 175 x(time,)S 177 x(press)S 174 x (CTRL/Y)S -55 x(.)S 175 x(When)S 175 x(you)S 5094 X 598 y(press)S 166 x (CTRL/Y)S -55 x(,)S 167 x(the)S 166 x(installation)S 166 x(procedure)S 168 x(deletes)S 166 x(all)S 166 x(\211les)S 166 x(it)S 166 x(has)S 167 x (created)S 166 x(up)S 167 x(to)S 5094 X 597 y(that)S 166 x(point)S 166 x (and)S 167 x(exits.)S 249 x(Y)S -56 x(ou)S 167 x(can)S 166 x(then)S 167 x(start)S 165 x(the)S 167 x(installation)S 165 x(again.)S 13369 21659 XY F36(NOTE)S 6290 X 897 y F151(RALL)S -46 x(Y)S 175 x(includes)S 176 x (the)S 176 x(RALL)S -46 x(Y)S 175 x(De\211nition)S 176 x(System)S 175 x (and)S 176 x(the)S 175 x(RALL)S -46 x(Y)S 6290 X 598 y(Run-T)S -12 x (ime)S 176 x(System.)S 270 x(The)S 178 x(name)S 176 x(of)S 177 x(the)S 177 x(RALL)S -46 x(Y)S 176 x(kit)S 176 x(is)S 176 x(RALDO023.)S 6290 X 598 y(The)S 188 x(RALL)S -46 x(Y)S 188 x(Run-T)S -12 x(ime)S 188 x(Option)S 187 x(includes)S 188 x(only)S 189 x(the)S 188 x(Run-T)S -12 x(ime)S 6290 X 597 y(System.)S 266 x(The)S 175 x(name)S 175 x(of)S 174 x(the)S 175 x(Run-T)S -12 x(ime)S 174 x(Option)S 174 x(kit)S 175 x(is)S 174 x (RALRTO023.)S 6290 X 598 y(T)S -46 x(o)S 190 x(invoke)S 191 x(VMSINST)S -27 x(AL)S 189 x(for)S 190 x(the)S 190 x(RALL)S -46 x(Y)S 190 x(Run-T)S -12 x(ime)S 189 x(Option,)S 6290 X 598 y(substitute)S 173 x(RALRTO023)S 173 x(for)S 174 x(RALDO023)S 172 x(in)S 175 x(the)S 174 x(command)S 174 x(line.)S 265 x(If)S 6290 X 598 y(you)S 178 x(are)S 176 x(installing)S 177 x(the)S 177 x(Run-T)S -12 x(ime)S 177 x(Option,)S 179 x(you)S 178 x (should)S 177 x(substitute)S 6290 X 597 y(RALRTO023)S 165 x(every)S 167 x(time)S 166 x(RALDO)S -2 x(023)S 166 x(appears)S 166 x(in)S 166 x (this)S 166 x(example.)S 17479 29901 XY F38(Installi)S -2 x(ng)S 167 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(2\2031)S %%EndCustomColor L-FRV 25 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-2 26 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2779 XY F151(1.)S 482 x F153(Invoke)S 167 x(VMSINST)S -27 x (AL.)S 5991 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$UPDATE:)S 2 x(VMSINSTAL)S 240 x(saveset-name)S 240 x (device-name)S 240 x(OPTIONS)S 240 x(N)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 897 y F151(T)S -46 x(o)S 174 x(start)S 172 x(the)S 174 x (installation,)S 175 x(invoke)S 175 x(the)S 173 x(VMSINST)S -28 x(AL)S 173 x(command)S 174 x(procedure)S 5991 X 597 y(from)S 171 x(a)S 171 x (privileged)S 172 x(account,)S 173 x(such)S 172 x(as)S 171 x(the)S 171 x (SYSTEM)S 170 x(account.)S 261 x(VMSINST)S -28 x(AL)S 5991 X 598 y(is)S 163 x(in)S 164 x(the)S 164 x(SYS$UPDA)S -29 x(TE)S 164 x(directory)S -55 x(.)S 250 x(The)S 164 x(following)S 164 x(list)S 163 x(de\211nes)S 164 x(the)S 163 x(elements)S 5991 X 598 y(of)S 166 x(the)S 166 x(VMSINST)S -28 x(AL)S 166 x(command)S 166 x(procedure:)S 5991 7462 XY F36(saveset-name)S 5991 X 598 y F151(The)S 174 x(installation)S 173 x(name)S 173 x(for)S 174 x(the)S 173 x(component.)S 265 x(For)S 174 x(V)S -56 x(AX)S 173 x (RALL)S -46 x(Y)S -56 x(,)S 174 x(use)S 173 x(one)S 174 x(of)S 5991 X 597 y(the)S 166 x(following)S 166 x(installation)S 166 x(names:)S 5991 X 897 y F155(V)S -50 x(AX)S 149 x(RALL)S -42 x(Y)S 149 x(Development)S 150 x(Option)S 17050 X(RALDO023)S 5991 X 747 y(V)S -50 x(AX)S 149 x (RALL)S -42 x(Y)S 149 x(Run-T)S -11 x(ime)S 149 x(Option)S 17050 X(RALRTO)S -2 x(023)S 5991 11397 XY F36(device-name)S 5991 X 598 y F151(The)S 179 x (name)S 179 x(of)S 179 x(the)S 179 x(device)S 179 x(on)S 179 x(which)S 179 x(you)S 179 x(plan)S 179 x(to)S 179 x(mount)S 179 x(the)S 178 x (media.)S 275 x(For)S 5991 X 598 y(example,)S 170 x(MT)S -27 x(A0:)S 254 x(is)S 168 x(the)S 168 x(device)S 169 x(name)S 169 x(for)S 169 x (a)S 168 x(tape)S 168 x(drive.)S 255 x(It)S 168 x(is)S 168 x(not)S 169 x (necessary)S 5991 X 597 y(to)S 178 x(use)S 179 x(the)S 179 x(console)S 179 x(drive)S 179 x(for)S 179 x(this)S 178 x(installation.)S 274 x(However)S -36 x(,)S 182 x(if)S 179 x(you)S 179 x(do)S 179 x(use)S 5991 X 598 y (the)S 173 x(console)S 173 x(drive,)S 176 x(you)S 174 x(should)S 173 x (replace)S 173 x(any)S 174 x(media)S 172 x(you)S 174 x(removed)S 174 x (once)S 173 x(the)S 5991 X 598 y(installation)S 166 x(is)S 165 x(complete.)S 5991 15482 XY F36(OPTIONS)S 166 x(N)S 5991 X 597 y F151(An)S 182 x(optional)S 182 x(parameter)S 182 x(that)S 182 x(indicates)S 182 x(you)S 183 x(want)S 182 x(to)S 182 x(see)S 182 x(the)S 182 x(question)S 5991 X 598 y(about)S 171 x(viewing)S 171 x(the)S 171 x(release)S 171 x(notes.)S 259 x(If)S 170 x(you)S 172 x(do)S 171 x(not)S 171 x(include)S 171 x(the)S 171 x (OPTIONS)S 170 x(N)S 5991 X 598 y(parameter)S -37 x(,)S 172 x(VMSINST)S -28 x(AL)S 171 x(does)S 170 x(not)S 171 x(ask)S 170 x(you)S 172 x(about)S 170 x(the)S 171 x(release)S 171 x(notes.)S 258 x(Y)S -56 x(ou)S 5991 X 598 y(should)S 172 x(review)S 172 x(the)S 172 x(release)S 171 x(notes)S 172 x(before)S 172 x(proceeding)S 172 x(with)S 172 x(the)S 172 x(installation)S 5991 X 597 y(in)S 167 x(case)S 166 x(they)S 167 x(contain)S 167 x(additional)S 166 x(information)S 167 x(about)S 166 x(the)S 167 x(installation.)S 250 x(If)S 166 x(you)S 5991 X 598 y(are)S 176 x(restarting)S 177 x(the)S 176 x(installation)S 175 x(and)S 177 x(have)S 176 x(already)S 177 x (reviewed)S 176 x(the)S 176 x(release)S 5991 X 598 y(notes,)S 166 x (you)S 167 x(do)S 166 x(not)S 167 x(need)S 166 x(to)S 166 x(specify)S 166 x(OPTIONS)S 165 x(N.)S 5991 X 797 y(Note)S 163 x(that)S 162 x(there)S 164 x(are)S 163 x(several)S 163 x(other)S 163 x(options)S 163 x(you)S 163 x(can)S 164 x(select)S 162 x(when)S 163 x(you)S 164 x(invoke)S 5991 X 598 y(VMSINST)S -28 x(AL.)S 5991 X 797 y(\201)S 595 x(Auto_answer)S 171 x(option)S 172 x(\()S 83 x(A)S 83 x(\))S(\202Initially)S 172 x(creates)S 171 x(a)S 172 x(\211le)S 173 x(that)S 171 x(contains)S 172 x(your)S 6888 X 598 y(answers)S 171 x(to)S 172 x(VMSINST)S -28 x(AL)S 172 x(questions)S 172 x(and)S 172 x(prompts.)S 260 x(Y)S -55 x(ou)S 172 x(can)S 173 x (then)S 172 x(use)S 6888 X 597 y(the)S 170 x(option)S 169 x(\(and)S 170 x(the)S 170 x(answer)S 169 x(\211le\))S 170 x(to)S 170 x(save)S 170 x(time)S 169 x(during)S 171 x(a)S 169 x(reinstallation)S 6888 X 598 y(\(typically)S 166 x(after)S 166 x(upgrading)S 168 x(your)S 167 x (system\).)S 5991 X 797 y(\201)S 595 x(Get)S 167 x(save)S 168 x(set)S 167 x(option)S 168 x(\()S 83 x(G)S 82 x(\))S(\202Lets)S 168 x(you)S 168 x(store)S 168 x(product)S 168 x(save)S 168 x(sets)S 167 x(temporar-)S 6888 X 598 y(ily)S 166 x(on)S 166 x(a)S 166 x(magnetic)S 167 x(tape)S 166 x(or)S 166 x(in)S 166 x(a)S 166 x(disk)S 166 x(directory)S -54 x (.)S 5991 X 797 y(\201)S 595 x(File)S 189 x(log)S 190 x(option)S 190 x (\()S 82 x(L)S 84 x(\))S(\202Logs)S 190 x(all)S 189 x(activity)S 190 x (to)S 189 x(the)S 189 x(terminal)S 190 x(during)S 6888 X 598 y(installation.)S 2106 29901 XY F40(2\2032)S 449 x F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 26 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica-Bold %%+ Helvetica %%PageCustomColors: 0 1 % %%Page: 2-3 27 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5991 2774 XY F151(See)S 186 x(the)S 186 x(VMS)S 186 x(documentation)S 187 x(on)S 187 x(softwa)S -2 x(re)S 187 x(installation)S 186 x(in)S 186 x(the)S 186 x(VMS)S 5991 X 598 y(System)S 173 x(Management)S 174 x (Subkit)S 173 x(for)S 173 x(detailed)S 172 x(information)S 173 x(on)S 174 x(these)S 173 x(options.)S 5991 X 597 y(If)S 171 x(you)S 172 x(specify)S 172 x(more)S 172 x(than)S 171 x(one)S 172 x(option,)S 174 x(separate)S 171 x(the)S 171 x(options)S 171 x(with)S 172 x(commas)S 5991 X 598 y (\(OPTIONS)S 165 x(A,N\).)S 5991 5663 XY(The)S 182 x(following)S 181 x (example)S 181 x(invokes)S 181 x(VMSINST)S -28 x(AL)S 181 x(to)S 181 x (install)S 180 x(V)S -56 x(AX)S 181 x(RALL)S -46 x(Y)S 5991 X 598 y (Development)S 181 x(Option)S 181 x(from)S 180 x(tape)S 181 x(drive)S 182 x(MT)S -27 x(A0:)S 279 x(and)S 181 x(shows)S 180 x(the)S 181 x(system)S 5991 X 598 y(response.)S 250 x(This)S 166 x(example)S 166 x(uses)S 166 x (the)S 166 x(OPTIONS)S 165 x(N)S 166 x(release)S 166 x(notes)S 166 x (parameter)S -37 x(.)S 5991 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$UPDATE:)S 2 x(VMSINSTAL)S 240 x(RALDO023)S 239 x(MTA0:)S 240 x(OPTIONS)S 240 x(N)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 7426 X 897 y(VAX/VMS)S 239 x(Software)S 240 x(Product)S 240 x(Installation)S 241 x(Procedure)S 240 x(V5.2-1)S 5991 9997 XY(It)S 239 x(is)S 240 x (29-MAY-1991)S 240 x(at)S 239 x(12:32.)S 5991 X 448 y(Enter)S 240 x (a)S 239 x(question)S 240 x(mark)S 239 x(\(?\))S 240 x(at)S 239 x(any)S 239 x(time)S 240 x(for)S 239 x(help.)S 5991 X 897 y F151(If)S 185 x (you)S 186 x(do)S 185 x(not)S 185 x(supply)S 185 x(either)S 186 x(the)S 185 x(product)S 185 x(name)S 186 x(or)S 185 x(the)S 185 x(device)S 186 x (name,)S 5991 X 597 y(VMSINST)S -28 x(AL)S 172 x(prompts)S 171 x(you)S 173 x(for)S 172 x(this)S 171 x(information)S 172 x(later)S 172 x(in)S 172 x(the)S 172 x(installation)S 5991 X 598 y(procedure.)S 252 x(VMSINST)S -28 x(AL)S 167 x(does)S 166 x(not)S 167 x(prompt)S 167 x(you)S 167 x (for)S 167 x(any)S 168 x(options,)S 167 x(so)S 167 x(be)S 166 x(sure)S 5991 X 598 y(to)S 168 x(include)S 170 x(OPTIONS)S 168 x(N)S 168 x(on)S 169 x(the)S 169 x(VMSINST)S -28 x(AL)S 169 x(command)S 168 x(line)S 169 x(to)S 169 x(access)S 168 x(the)S 5991 X 598 y(release)S 166 x(notes)S 166 x(during)S 167 x(the)S 166 x(installation.)S 5094 X 797 y(2.)S 482 x F153(Con\211rm)S 166 x(system)S 166 x(backup.)S 5991 X 896 y F102(*)S 239 x(Are)S 240 x(you)S 239 x(satisfied)S 240 x(with)S 240 x(the)S 239 x (backup)S 240 x(of)S 239 x(your)S 240 x(system)S 239 x(disk)S 240 x ([YES]?)S 5991 X 897 y F151(VMSINST)S -28 x(AL)S 189 x(asks)S 188 x (if)S 189 x(you)S 190 x(are)S 189 x(satis\211ed)S 188 x(with)S 189 x (your)S 190 x(system)S 188 x(backup.)S 5991 X 598 y(Y)S -56 x(ou)S 183 x (should)S 183 x(always)S 182 x(back)S 183 x(up)S 183 x(your)S 184 x (system)S 182 x(disk)S 182 x(before)S 183 x(performing)S 184 x(an)S 5991 X 598 y(installation.)S 267 x(If)S 174 x(you)S 176 x(are)S 174 x (satis\211ed)S 174 x(with)S 175 x(the)S 175 x(backup)S 175 x(of)S 175 x (your)S 176 x(system)S 174 x(disk,)S 5991 X 597 y(press)S 176 x(RETURN.)S 176 x(Otherwise,)S 178 x(enter)S 177 x(NO)S 176 x(to)S 176 x(discontinue)S 177 x(the)S 177 x(installation.)S 5991 X 598 y(After)S 166 x(you)S 167 x (back)S 166 x(up)S 166 x(your)S 167 x(system)S 166 x(disk,)S 166 x(you)S 167 x(can)S 167 x(restart)S 165 x(the)S 167 x(installation.)S 5094 X 797 y(3.)S 482 x F153(Mount)S 167 x(the)S 166 x(media.)S 5991 X 897 y F102(Please)S 240 x(mount)S 239 x(the)S 240 x(first)S 239 x(volume)S 240 x(of)S 239 x(the)S 240 x(set)S 239 x(on)S 240 x(MTA0:.)S 5991 X 448 y(*)S 239 x(Are)S 240 x(you)S 239 x(ready?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 489 x(YES)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 448 y(%MOUNT-I-MOUNTE)S 2 x(D,)S 239 x(RALDO)S 240 x(mounted)S 239 x(on)S 240 x(_MTA0:)S 5991 X 449 y(The)S 239 x(following)S 240 x (products)S 240 x(will)S 240 x(be)S 239 x(processed:)S 6469 X 448 y (RALDO)S 240 x(2.3)S 6947 X 897 y(Beginning)S 240 x(installati)S 2 x (on)S 239 x(of)S 239 x(VAX)S 240 x(RALLY)S 239 x(2.3)S 240 x(at)S 239 x (12:36)S 5991 X 896 y(%VMSINSTAL-I-RE)S 2 x(STORE,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(A...)S 5991 X 897 y F151(Y)S -56 x (ou)S 175 x(should)S 174 x(now)S 174 x(mount)S 174 x(the)S 174 x(\211rst)S 174 x(distribution)S 173 x(volume)S 175 x(on)S 174 x(the)S 174 x(device)S 175 x(you)S 5991 X 598 y(speci\211ed)S 173 x(when)S 173 x(you)S 173 x (invoked)S 174 x(VMSINST)S -28 x(AL.)S 173 x(The)S 173 x(device)S 173 x (name)S 173 x(appears)S 172 x(in)S 5991 X 597 y(the)S 172 x(line)S 172 x (preceding)S 173 x(the)S 172 x(question.)S 262 x(VMSINST)S -28 x(AL)S 171 x(then)S 173 x(asks)S 171 x(you)S 173 x(if)S 172 x(you)S 173 x(are)S 5991 X 598 y(ready)S 167 x(to)S 166 x(continue)S 167 x(with)S 165 x (the)S 166 x(installation.)S 5991 X 797 y(If)S 166 x(you)S 167 x(respond)S 166 x(YES)S 165 x(to)S 166 x(indicate)S 166 x(that)S 166 x(you)S 167 x (are)S 167 x(ready)S -55 x(,)S 167 x(VMSINST)S -28 x(AL)S 166 x(displays)S 5991 X 598 y(a)S 171 x(message)S 170 x(that)S 171 x(the)S 171 x(media)S 171 x(containing)S 172 x(RALDO023)S 170 x(has)S 170 x(been)S 172 x(mounted)S 171 x(on)S 5991 X 598 y(the)S 166 x(speci\211ed)S 166 x(device)S 167 x (and)S 166 x(that)S 166 x(the)S 166 x(installation)S 166 x(has)S 166 x (begun.)S 17479 29901 XY F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(2\2033)S %%EndCustomColor L-FRV 27 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Bold Helvetica %%+ Helvetica-Bold %%PageCustomColors: 0 1 % %%Page: 2-4 28 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5991 2774 XY F151(If)S 172 x(you)S 174 x(entered)S 173 x(the)S 173 x(wrong)S 173 x(device)S 173 x(name)S 173 x(when)S 173 x(you)S 173 x (invoke)S 2 x(d)S 172 x(VMSINST)S -28 x(AL)S 5991 X 598 y(and)S 175 x (need)S 175 x(to)S 174 x(restart)S 174 x(the)S 174 x(installation,)S 177 x(enter)S 175 x(NO)S 174 x(in)S 175 x(response)S 174 x(to)S 174 x (the)S 175 x(`)S -10 x(`Are)S 5991 X 597 y(you)S 172 x(ready?')S -9 x (')S 258 x(question.)S 259 x(T)S -46 x(o)S 171 x(abort)S 170 x(the)S 171 x(installation)S 170 x(for)S 171 x(other)S 171 x(reasons,)S 172 x (press)S 5991 X 598 y(CTRL/Y)S -55 x(.)S 5094 X 797 y(4.)S 482 x F153 (Mount)S 167 x(additio)S 2 x(nal)S 167 x(media)S 166 x(volu)S 2 x(mes.)S 5991 X 897 y F102(%BACKUP-I-READY)S 2 x(READ,)S 239 x(mount)S 240 x (volume)S 240 x(2)S 239 x(on)S 239 x(_MTA0:)S 240 x(for)S 239 x(reading)S 5991 X 747 y(Enter)S 240 x("YES")S 239 x(when)S 240 x(ready:)S 5991 X 897 y F151(If)S 176 x(your)S 178 x(installation)S 176 x(kit)S 176 x (contains)S 177 x(more)S 177 x(than)S 177 x(one)S 177 x(volume,)S 180 x (VMSINST)S -28 x(AL)S 5991 X 597 y(prompts)S 179 x(you)S 181 x(to)S 180 x(mount)S 181 x(the)S 180 x(additional)S 180 x(volumes)S 180 x(and)S 181 x(then)S 180 x(asks)S 180 x(you)S 181 x(to)S 5991 X 598 y(indicate)S 166 x(that)S 166 x(you)S 167 x(are)S 166 x(ready)S 167 x(for)S 166 x (the)S 166 x(installation)S 166 x(to)S 166 x(proceed.)S 5094 X 797 y (5.)S 482 x F153(Select)S 167 x(a)S 166 x(release)S 166 x(notes)S 167 x (option)S 2 x(.)S 5991 X 897 y F102(Release)S 240 x(notes)S 239 x(included)S 240 x(with)S 240 x(this)S 239 x(kit)S 240 x(are)S 239 x(always)S 240 x (copied)S 240 x(to)S 239 x(SYS$HELP.)S 5991 X 896 y(Additional)S 240 x (Release)S 240 x(Notes)S 240 x(Options:)S 6947 X 897 y(1.)S 479 x(Display)S 240 x(release)S 240 x(notes)S 6947 X 448 y(2.)S 479 x(Print)S 239 x (release)S 240 x(notes)S 6947 X 449 y(3.)S 479 x(Both)S 239 x(1)S 240 x (and)S 239 x(2)S 6947 X 448 y(4.)S 479 x(None)S 239 x(of)S 240 x(the)S 239 x(above)S 5991 X 897 y(*)S 239 x(Select)S 240 x(option)S 240 x([2]:)S 5991 X 896 y F151(If)S 174 x(you)S 175 x(speci\211ed)S 175 x(OPTIONS)S 174 x(N)S 174 x(when)S 175 x(you)S 175 x(invoked)S 176 x(VMSINST)S -28 x (AL,)S 175 x(you)S 175 x(are)S 5991 X 598 y(now)S 176 x(asked)S 176 x (to)S 176 x(choose)S 177 x(one)S 176 x(of)S 176 x(the)S 177 x(four)S 176 x(options)S 176 x(for)S 176 x(reviewing)S 177 x(the)S 177 x(release)S 5991 X 598 y(notes.)S 5991 X 797 y(If)S 172 x(you)S 173 x(select)S 171 x (option)S 173 x(1,)S 174 x(VMSINST)S -28 x(AL)S 172 x(displays)S 171 x (the)S 172 x(release)S 172 x(notes)S 172 x(immedi-)S 5991 X 598 y(ately)S 166 x(on)S 167 x(the)S 166 x(console)S 166 x(terminal.)S 250 x(Y)S -55 x (ou)S 166 x(can)S 167 x(terminate)S 166 x(the)S 166 x(display)S 166 x (at)S 166 x(any)S 166 x(time)S 5991 X 597 y(by)S 167 x(pressing)S 166 x (CTRL/C.)S 5991 X 797 y(If)S 177 x(you)S 178 x(select)S 177 x(option)S 178 x(2,)S 180 x(VMSINST)S -28 x(AL)S 177 x(prompts)S 177 x(you)S 178 x (for)S 178 x(the)S 177 x(name)S 178 x(of)S 177 x(the)S 5991 X 598 y (print)S 166 x(queue)S 167 x(that)S 166 x(you)S 167 x(want)S 166 x(to)S 165 x(use:)S 5991 X 897 y F102(*)S 239 x(Queue)S 240 x(name)S 239 x ([SYS$PRINT])S 2 x(:)S 5991 X 896 y F151(Y)S -56 x(ou)S 182 x(can)S 182 x(press)S 181 x(RETURN)S 180 x(to)S 181 x(send)S 181 x(the)S 182 x (\211le)S 182 x(to)S 181 x(the)S 181 x(default)S 181 x(output)S 182 x (print)S 5991 X 598 y(device)S 167 x(or)S 166 x(you)S 167 x(can)S 166 x (enter)S 167 x(another)S 167 x(queue)S 167 x(name.)S 5991 X 797 y(If)S 172 x(you)S 173 x(select)S 171 x(option)S 173 x(3,)S 174 x(VMSINST)S -28 x(AL)S 172 x(displays)S 171 x(the)S 172 x(release)S 172 x(notes)S 172 x(immedi-)S 5991 X 598 y(ately)S 174 x(on)S 174 x(the)S 173 x(console)S 174 x(terminal)S 174 x(and)S 173 x(then)S 174 x(prompts)S 173 x(you)S 175 x(for)S 173 x(a)S 174 x(queue)S 174 x(name)S 5991 X 598 y(for)S 166 x(the)S 166 x(printed)S 167 x(version.)S 5991 X 797 y(Select)S 173 x (option)S 173 x(4)S 173 x(if)S 173 x(you)S 174 x(have)S 174 x(already)S 174 x(reviewed)S 173 x(the)S 173 x(release)S 173 x(notes)S 173 x(and)S 174 x(are)S 5991 X 597 y(restarting)S 166 x(the)S 167 x(installation.)S 2106 29901 XY F40(2\2034)S 449 x F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 28 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica-Bold %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-5 29 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5991 2774 XY F151(Next,)S 167 x(VMSINST)S -28 x(AL)S 166 x(displays)S 165 x(the)S 167 x(following)S 166 x(question:)S 5991 X 896 y F102(*)S 239 x(Do)S 240 x(you)S 239 x(want)S 239 x(to)S 240 x(continue)S 240 x (the)S 239 x(installation)S 240 x([N]?:)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 489 x(YES)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 449 y(%VMSINSTAL-I-RE)S 2 x(LMOVED,)S 239 x(The)S 240 x (product's)S 240 x(release)S 240 x(notes)S 239 x(have)S 240 x(been)S 5991 X 448 y(successfully)S 240 x(moved)S 240 x(to)S 239 x(SYS$HELP.)S 5991 X 897 y F151(T)S -46 x(o)S 172 x(continue)S 172 x(the)S 172 x(installation,)S 172 x(enter)S 172 x(YES.)S 171 x(Otherwise,)S 172 x(press)S 171 x(RETURN.)S 171 x(In)S 5991 X 598 y(either)S 173 x(case,)S 174 x(the)S 172 x(following)S 172 x(release)S 172 x(notes)S 173 x(\211le)S 172 x(is)S 172 x(copied)S 172 x(to)S 172 x(the)S 173 x(SYS$HE)S -2 x(LP)S 5991 X 597 y(directory:)S 5991 X 897 y F102(SYS$HELP:RALLY0)S 2 x(23.RELEASE_NOTES)S 5991 X 897 y F151(After)S 174 x(the)S 176 x(installation,)S 177 x(you)S 176 x(can)S 175 x(enter)S 175 x(the)S 175 x(following)S 175 x(command)S 176 x(to)S 174 x(obtain)S 5991 X 597 y(the)S 166 x(\211le)S 167 x(speci\211cation)S 166 x(for)S 166 x(the)S 166 x(online)S 167 x(release)S 166 x(notes.)S 5991 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(HELP)S 240 x(RALLY)S 239 x(RELEASE_NOT)S 2 x(ES)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 13817 11043 XY F36(NOTE)S 7187 X 896 y F151(The)S 173 x(name)S 173 x(of)S 173 x(the)S 173 x(release)S 173 x(notes)S 173 x(\211le)S 173 x(installed)S 172 x(by)S 174 x(VMSINST)S -28 x(AL)S 7187 X 598 y (consists)S 167 x(of)S 169 x(the)S 169 x(current)S 170 x(product)S 169 x (name)S 169 x(and)S 169 x(version)S 170 x(number)S -37 x(.)S 255 x(Do)S 7187 X 598 y(not)S 166 x(delete)S 166 x(release)S 166 x(notes)S 165 x (for)S 167 x(previous)S 166 x(versions)S 167 x(of)S 166 x(V)S -56 x (AX)S 165 x(RALL)S -46 x(Y)S -55 x(.)S 5094 14231 XY(6.)S 482 x F153 (Respond)S 167 x(to)S 167 x(license)S 166 x(registratio)S 2 x(n)S 166 x (queries.)S 7904 15426 XY F102(Product:)S 11490 X(RALLY)S 7904 X 449 y (Producer:)S 11490 X(DEC)S 7904 X 448 y(Version:)S 11490 X(2.3)S 7904 X 448 y(Release)S 240 x(Date:)S 478 x(01-JUL-1990)S 5991 X 897 y(*)S 239 x (Does)S 240 x(this)S 239 x(product)S 240 x(have)S 240 x(an)S 239 x(authorization)S 240 x(key)S 240 x(registered)S 240 x(and)S 239 x(loaded?)S 5991 X 897 y F151(The)S 183 x(installation)S 183 x(procedure)S 183 x(displays)S 182 x (license)S 183 x(information)S 183 x(about)S 183 x(your)S 5991 X 597 y (product)S 174 x(and)S 174 x(then)S 174 x(asks)S 173 x(if)S 173 x(you)S 175 x(have)S 174 x(registered)S 174 x(and)S 173 x(loaded)S 174 x(your)S 174 x(Product)S 5991 X 598 y(Authorization)S 166 x(Key)S 166 x(\(P)S -37 x(AK\).)S 5991 X 797 y(If)S 172 x(you)S 174 x(have)S 173 x(not)S 173 x(registered)S 173 x(and)S 173 x(loaded)S 173 x(your)S 173 x(P)S -36 x(AK,)S 172 x(you)S 174 x(must)S 172 x(answer)S 172 x(NO)S 5991 X 598 y(to)S 168 x(this)S 169 x(question.)S 254 x(Y)S -55 x(ou)S 169 x (have)S 169 x(to)S 169 x(register)S 169 x(and)S 168 x(load)S 169 x(your)S 170 x(P)S -37 x(AK)S 168 x(to)S 168 x(successfully)S 5991 X 598 y(complete)S 181 x(the)S 182 x(installation.)S 280 x(If)S 181 x(you)S 182 x(have)S 183 x(not)S 181 x(done)S 182 x(so,)S 185 x(you)S 183 x(should)S 182 x (stop)S 5991 X 597 y(the)S 185 x(installation,)S 189 x(register)S 184 x (and)S 185 x(load)S 184 x(your)S 186 x(P)S -37 x(AK,)S 184 x(and)S 185 x (then)S 185 x(restart)S 184 x(the)S 5991 X 598 y(installation.)S 5094 X 797 y(7.)S 482 x F153(Respond)S 167 x(to)S 167 x(examples)S 167 x(queries.)S 5991 X 797 y F151(If)S 166 x(you)S 167 x(are)S 166 x(installing)S 166 x (RALL)S -46 x(Y)S -56 x(,)S 167 x(you)S 167 x(are)S 166 x(asked)S 166 x (the)S 166 x(following)S 167 x(questions:)S 5991 X 897 y F102(*)S 239 x (Do)S 240 x(you)S 239 x(want)S 239 x(to)S 240 x(install)S 240 x(the)S 239 x(RALLY)S 240 x(Run-Time)S 240 x(System)S 239 x(examples)S 240 x ([YES]?)S 5991 X 448 y(*)S 239 x(Do)S 240 x(you)S 239 x(want)S 239 x (to)S 240 x(install)S 240 x(the)S 239 x(RALLY)S 240 x(Development)S 240 x(System)S 240 x(examples)S 240 x([YES]?)S 5991 X 897 y F151(If)S 168 x(you)S 169 x(are)S 169 x(installing)S 168 x(the)S 169 x(RALL)S -46 x(Y)S 168 x(Run-T)S -12 x(ime)S 168 x(Option,)S 169 x(you)S 170 x (see)S 168 x(the)S 168 x(following)S 5991 X 598 y(question:)S 5991 X 896 y F102(*)S 239 x(Do)S 240 x(you)S 239 x(want)S 239 x(to)S 240 x (install)S 240 x(the)S 239 x(RALLY)S 240 x(Run-Time)S 240 x(System)S 239 x(examples)S 240 x([YES]?)S 17479 29901 XY F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(2\2035)S %%EndCustomColor L-FRV 29 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier Helvetica-Bold NewCenturySchlbk-Bold %%+ Helvetica %%PageCustomColors: 0 1 % %%Page: 2-6 30 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5991 2774 XY F151(Y)S -56 x(ou)S 183 x(have)S 182 x(the)S 182 x (option)S 182 x(to)S 181 x(install)S 182 x(RALL)S -46 x(Y)S 181 x(or)S 182 x(RALL)S -46 x(Y)S 181 x(Run-T)S -12 x(ime)S 182 x(System)S 5991 X 598 y(examples.)S 253 x(If)S 168 x(you)S 169 x(want)S 167 x(to)S 168 x (install)S 167 x(the)S 168 x(examples,)S 169 x(enter)S 168 x(YES)S 167 x (in)S 169 x(response)S 167 x(to)S 5991 X 597 y(the)S 166 x(questions.)S 5094 X 797 y(8.)S 482 x F153(Purge)S 166 x(\211les.)S 5991 X 897 y F102 (*)S 239 x(Do)S 240 x(you)S 239 x(want)S 239 x(to)S 240 x(purge)S 239 x (files)S 240 x(replaced)S 240 x(by)S 239 x(this)S 240 x(installation)S 240 x([YES]?)S 5991 X 897 y F151(Y)S -56 x(ou)S 168 x(have)S 168 x(the)S 168 x(option)S 167 x(to)S 168 x(purge)S 168 x(\211les)S 167 x(from)S 168 x(previous)S 168 x(versions)S 167 x(of)S 168 x(V)S -56 x(AX)S 167 x (RALL)S -46 x(Y)S 5991 X 597 y(that)S 182 x(are)S 183 x(superseded)S 182 x(by)S 182 x(this)S 182 x(installation.)S 282 x(Purging)S 184 x (is)S 182 x(recommended;)S 5991 X 598 y(however)S -36 x(,)S 167 x(if)S 167 x(you)S 168 x(need)S 167 x(to)S 166 x(keep)S 168 x(\211les)S 166 x (from)S 167 x(the)S 167 x(previous)S 168 x(version,)S 168 x(enter)S 167 x(NO)S 166 x(in)S 5991 X 598 y(response)S 166 x(to)S 166 x(the)S 166 x(question.)S 5094 X 797 y(9.)S 482 x F153(Check)S 166 x(any)S 167 x (system)S 166 x(requirements)S 166 x(error)S 165 x(messages.)S 5991 X 797 y F151(At)S 165 x(this)S 166 x(point,)S 167 x(VMSINST)S -28 x(AL)S 166 x(displays)S 165 x(the)S 166 x(following)S 167 x(message:)S 5991 X 897 y F102(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(*)S 239 x(Please)S 240 x(wait)S 239 x(while)S 240 x(the)S 240 x(system)S 239 x(environment)S 240 x(is)S 240 x(validated.)S 718 x(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 896 y F151(The)S 175 x(installation)S 174 x(procedure)S 175 x(performs)S 174 x(several)S 175 x(checks)S 175 x(of)S 174 x(system)S 174 x(require-)S 5991 X 598 y(ments.)S 249 x(It)S 166 x(checks)S 167 x (the)S 166 x(following:)S 5991 X 797 y(\201)S 595 x(Duplicate)S 167 x (RALL)S -46 x(Y)S 168 x(installations)S 167 x(\(and,)S 169 x(if)S 168 x (there)S 169 x(are)S 168 x(any)S -55 x(,)S 169 x(de-installs)S 167 x (any)S 6888 X 598 y(current)S 167 x(RALL)S -46 x(Y)S 165 x(images\).)S 5991 X 797 y(\201)S 595 x(The)S 166 x(number)S 167 x(of)S 166 x(blocks)S 166 x(available)S 166 x(on)S 167 x(your)S 167 x(system)S 165 x(disk.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(VMS)S 166 x(version)S 167 x(your)S 167 x(system)S 165 x(is)S 166 x(runnin)S 2 x(g.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(Rdb/VMS)S 166 x(version)S 167 x(your)S 167 x(system)S 165 x(is)S 166 x(runnin)S 2 x(g.)S 5991 X 797 y(\201)S 595 x(The)S 166 x (CDD/Plus)S 166 x(version)S 167 x(your)S 167 x(system)S 165 x(is)S 166 x (running)S 2 x(.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(curren)S 2 x (t)S 165 x(value)S 167 x(of)S 166 x(process)S 166 x(quotas.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(curren)S 2 x(t)S 165 x(value)S 167 x (of)S 166 x(system)S 166 x(parameters.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(LSE)S 166 x(version)S 167 x(your)S 167 x(system)S 165 x(is)S 166 x (runnin)S 2 x(g.)S 5991 X 797 y(\201)S 595 x(The)S 166 x(DA)S -28 x (T)S -27 x(A)S -28 x(TRIEVE)S 165 x(version)S 167 x(your)S 167 x(system)S 165 x(is)S 166 x(running)S 2 x(.)S 5991 X 797 y(If)S 193 x(any)S 194 x (system)S 193 x(requirement)S 195 x(does)S 193 x(not)S 193 x(meet)S 194 x(the)S 193 x(minimum)S 194 x(value,)S 5991 X 598 y(VMSINST)S -28 x (AL)S 184 x(displays)S 184 x(an)S 184 x(error)S 185 x(message)S 184 x (and)S 184 x(asks)S 184 x(you)S 185 x(if)S 184 x(you)S 185 x(want)S 5991 X 598 y(to)S 166 x(continue)S 167 x(with)S 166 x(the)S 166 x(installation.)S 249 x(For)S 166 x(example:)S 2106 29901 XY F40(2\2036)S 449 x F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 30 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica-Bold %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-7 31 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5991 2647 XY F102(***************)S 2 x(*******************)S 2 x (*******************)S 2 x(*******)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(*)S 10773 X(WARNINGS)S 240 x(AND)S 239 x(ERRORS)S 20098 X(*)S 5991 X 449 y(*)S 10773 X(==============)S 2 x(=====)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 449 y(*)S 239 x(SYSGEN)S 240 x(parameter)S 240 x(LOCKIDTBL)S 240 x(is)S 239 x (too)S 240 x(low.)S 20098 X(*)S 5991 X 448 y(*)S 239 x(The)S 240 x(current)S 239 x(value)S 240 x(is)S 239 x(128;)S 240 x(it)S 239 x(needs)S 240 x (to)S 239 x(be)S 20098 X(*)S 5991 X 448 y(*)S 239 x(at)S 240 x(least)S 239 x(256.)S 20098 X(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(*)S 239 x(Before)S 240 x(the)S 239 x(installatio)S 2 x(n)S 239 x(can)S 239 x(succeed,)S 240 x(you)S 239 x(must)S 240 x (correct)S 20098 X(*)S 5991 X 449 y(*)S 239 x(the)S 240 x(above)S 239 x (problems.)S 479 x(Note)S 240 x(that)S 239 x(some)S 240 x(SYSGEN)S 240 x (parameters)S 20098 X(*)S 5991 X 448 y(*)S 239 x(require)S 240 x(that)S 240 x(the)S 239 x(system)S 240 x(be)S 239 x(rebooted)S 240 x(before)S 240 x(they)S 239 x(can)S 20098 X(*)S 5991 X 448 y(*)S 239 x(take)S 240 x (effect.)S 20098 X(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 897 y F151(If)S 169 x(you)S 171 x(use)S 170 x(DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE)S 168 x(in)S 170 x(your)S 171 x(RALL)S -46 x(Y)S 170 x (application,)S 171 x(but)S 170 x(have)S 171 x(multiple)S 5991 X 597 y (DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE)S 165 x(shareable)S 167 x(images)S 166 x(on)S 167 x(your)S 168 x(system,)S 166 x(the)S 167 x(messages)S 166 x(displayed)S 5991 X 598 y(at)S 171 x(this)S 170 x(step)S 170 x (of)S 171 x(the)S 171 x(installation)S 170 x(procedure)S 172 x(will)S 170 x(include)S 172 x(one)S 171 x(that)S 171 x(asks)S 170 x(you)S 5991 X 598 y(to)S 166 x(choose)S 166 x(a)S 166 x(shareable)S 166 x(image.)S 250 x(For)S 167 x(example:)S 5991 X 896 y F102(***************)S 2 x (*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 478 x(VAX)S 240 x(RALLY)S 239 x (can)S 240 x(use)S 239 x(DATATRIEVE,)S 240 x(since)S 240 x(it's)S 240 x (available.)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 449 y (*)S 239 x(You)S 240 x(have)S 239 x(multiple)S 240 x(DATATRIEVE)S 240 x (shareable)S 240 x(images)S 240 x(on)S 239 x(your)S 20098 X(*)S 5991 X 448 y(*)S 239 x(system,)S 240 x(and)S 239 x(you)S 240 x(need)S 239 x (to)S 240 x(choose)S 239 x(one)S 240 x(of)S 239 x(them)S 240 x(as)S 239 x(the)S 20098 X(*)S 5991 X 448 y(*)S 239 x(default)S 240 x(image)S 240 x(for)S 239 x(users.)S 20098 X(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 6947 18039 XY(Here)S 240 x(is)S 239 x(a)S 239 x(list)S 240 x(of)S 239 x(available)S 240 x(DATATRIEVE)S 240 x(shareable)S 241 x (images:)S 7426 X 747 y(1.)S 239 x(DTRSHR50)S 479 x(VAX)S 239 x(DTR)S 240 x(V5.0)S 7426 X 449 y(2.)S 239 x(DTRSHR51)S 479 x(VAX)S 239 x(DTR)S 240 x(V5.1)S 5991 X 896 y(*)S 239 x(Enter)S 240 x(the)S 239 x(number)S 240 x(of)S 239 x(the)S 240 x(version)S 240 x(you)S 239 x(want:)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 250 x(1)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 897 y F151(T)S -46 x(o)S 168 x(select)S 166 x(a)S 167 x (version)S 168 x(of)S 167 x(DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE,)S 166 x(de\211ne)S 168 x(RALL)S -46 x(Y$DTRSHR)S 166 x(to)S 166 x(point)S 168 x(to)S 5991 X 598 y(the)S 166 x(desired)S 166 x(DA)S -28 x(T)S -27 x (A)S -28 x(TRIEVE)S 165 x(shareable)S 166 x(image.)S 249 x(For)S 167 x (example:)S 5991 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(DEFINE)S 240 x(RALLY$DTRSHR)S 240 x(DTRSHR50)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(10.)S 205 x F153(Correct)S 165 x(any)S 167 x (problems.)S 5991 X 797 y F151(Y)S -56 x(ou)S 183 x(should)S 183 x(correct)S 183 x(any)S 183 x(problems)S 182 x(before)S 183 x(continuing)S 184 x (the)S 183 x(installation)S 5991 X 598 y(procedure.)S 259 x(If)S 170 x (you)S 172 x(continue)S 171 x(without)S 170 x(correcting)S 172 x(the)S 171 x(problem,)S 172 x(Digital)S 170 x(may)S 5991 X 597 y(not)S 166 x (support)S 166 x(the)S 166 x(resulting)S 167 x(installation.)S 249 x (For)S 167 x(example:)S -606 x 29901 Y F38(Installi)S -2 x(ng)S 167 x (V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(2\2037)S %%EndCustomColor L-FRV 31 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica Helvetica-Bold %%PageCustomColors: 0 1 % %%Page: 2-8 32 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5991 2647 XY F102(***************)S 2 x(*******************)S 2 x (*******************)S 2 x(*******)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(*)S 239 x(The)S 240 x(installation)S 240 x(can)S 239 x(proceed,)S 240 x(but)S 240 x(you)S 239 x(will)S 240 x(not)S 239 x(be)S 239 x(able)S 718 x(*)S 5991 X 449 y(*)S 239 x(to)S 240 x(run)S 239 x(VAX)S 239 x (RALLY)S 240 x(from)S 240 x(this)S 239 x(account.)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 748 y(*)S 239 x(Do)S 240 x(you)S 239 x(want)S 239 x(to)S 240 x(continue)S 240 x(with)S 239 x (the)S 240 x(installation?)S 240 x([YES]?)S 5991 X 896 y F151(If)S 166 x (you)S 167 x(answer)S 165 x(NO,)S 166 x(you)S 167 x(can)S 167 x(\211x)S 167 x(any)S 167 x(problems)S 165 x(and)S 166 x(begin)S 167 x(again)S 167 x(at)S 166 x(step)S 165 x(1.)S 5094 X 797 y(1)S -27 x(1.)S 232 x F153(Read)S 167 x(informational)S 168 x(messages.)S 5991 X 797 y F151 (At)S 179 x(this)S 179 x(point,)S 184 x(the)S 179 x(installation)S 179 x (procedure)S 181 x(displays)S 179 x(a)S 179 x(number)S 180 x(of)S 180 x (infor-)S 5991 X 598 y(mational)S 184 x(messages)S 184 x(that)S 184 x (report)S 185 x(on)S 184 x(the)S 185 x(progress)S 184 x(of)S 185 x(the)S 184 x(installation.)S 5991 X 598 y(There)S 174 x(are)S 174 x(no)S 173 x (further)S 175 x(questions.)S 263 x(If)S 173 x(the)S 174 x(installation)S 173 x(procedure)S 174 x(has)S 173 x(been)S 5991 X 598 y(successful)S 167 x(up)S 167 x(to)S 166 x(this)S 167 x(point,)S 167 x(VMSINST)S -28 x (AL)S 167 x(moves)S 167 x(the)S 167 x(new)S 167 x(or)S 167 x(modi\211ed)S 167 x(\211les)S 5991 X 597 y(to)S 167 x(their)S 168 x(target)S 168 x (directories,)S 168 x(updates)S 167 x(help)S 168 x(\211les,)S 169 x (and)S 167 x(updates)S 168 x(DCL)S 167 x(tables,)S 167 x(if)S 5991 X 598 y(necessary)S -55 x(.)S 250 x(If)S 165 x(you)S 167 x(chose)S 167 x (to)S 166 x(have)S 167 x(\211les)S 166 x(purged,)S 167 x(that)S 166 x (work)S 166 x(is)S 166 x(done)S 166 x(now)S -46 x(.)S 5991 X 797 y(If)S 171 x(the)S 172 x(Langu)S 2 x(age-Sensitive)S 172 x(Editor)S 171 x(\(LSE\))S 171 x(is)S 171 x(not)S 172 x(installed)S 171 x(on)S 173 x(your)S 172 x (system)S 5991 X 598 y(you)S 171 x(receive)S 171 x(an)S 170 x(informational)S 170 x(message)S 170 x(stating)S 170 x(that)S 170 x(LSE)S 170 x(is)S 169 x(not)S 170 x(installed,)S 5991 X 598 y(as)S 166 x(follows:)S 5991 X 896 y F102(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 10773 X (WARNINGS)S 240 x(AND)S 239 x(ERRORS)S 20098 X(*)S 5991 X 448 y(*)S 10773 X(==============)S 2 x(=====)S 20098 X(*)S 5991 X 448 y(*)S 20098 X (*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 239 x(NOTICE:)S 20098 X (*)S 5991 X 448 y(*)S 7426 X(Support)S 239 x(for)S 240 x(the)S 239 x (use)S 240 x(of)S 239 x(ADL)S 239 x(with)S 240 x(the)S 239 x(Language-)S 20098 X(*)S 5991 X 449 y(*)S 7426 X(Sensitive)S 240 x(Editor)S 239 x (\(LSE\))S 240 x(cannot)S 240 x(be)S 239 x(installed)S 240 x(because)S 718 x(*)S 5991 X 448 y(*)S 7426 X(LSE)S 239 x(V3.0)S 240 x(is)S 239 x (not)S 239 x(installed)S 240 x(on)S 240 x(this)S 239 x(system.)S 479 x (If)S 20098 X(*)S 5991 X 448 y(*)S 7426 X(you)S 239 x(want)S 240 x(the)S 239 x(LSE)S 239 x(support,)S 240 x(you)S 240 x(must)S 239 x(do)S 240 x (the)S 239 x(following:)S 240 x(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 8382 X(1.)S 239 x(Install)S 240 x(LSE)S 240 x(V3.0)S 239 x (\(or)S 240 x(greater\))S 20098 X(*)S 5991 X 448 y(*)S 8382 X(2.)S 239 x (Reinstall)S 240 x(this)S 240 x(product)S 20098 X(*)S 5991 X 449 y(*)S 20098 X(*)S 5991 X 448 y(*)S 7426 X(This)S 239 x(action)S 240 x(can)S 239 x(be)S 240 x(taken)S 239 x(any)S 240 x(time)S 239 x(after)S 240 x (this)S 20098 X(*)S 5991 X 448 y(*)S 7426 X(installation)S 240 x(is)S 239 x(completed;)S 240 x(there)S 240 x(is)S 239 x(no)S 240 x(need)S 239 x(to)S 20098 X(*)S 5991 X 449 y(*)S 7426 X(abort)S 239 x(this)S 240 x(installation.)S 20098 X(*)S 5991 X 448 y(*)S 20098 X(*)S 5991 X 448 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(*******)S 5991 X 897 y F151(If)S 172 x(you)S 173 x(prefer)S 172 x (to)S 172 x(use)S 172 x(RALL)S -46 x(Y)S 171 x(with)S 172 x(LSE,)S 172 x (you)S 173 x(must)S 172 x(\211rst)S 172 x(install)S 171 x(LSE,)S 172 x (then)S 5991 X 598 y(reinstall)S 166 x(RALL)S -46 x(Y)S -56 x(.)S 5991 X 797 y(VMSINST)S -28 x(AL)S 175 x(displays)S 174 x(a)S 175 x(message)S 174 x(that)S 175 x(reminds)S 175 x(you)S 176 x(to)S 174 x(edit)S 175 x (the)S 175 x(system)S 5991 X 597 y(startup)S 176 x(\211les)S 177 x(to)S 177 x(add)S 176 x(a)S 177 x(command)S 177 x(that)S 177 x(invokes)S 177 x (RALL)S -46 x(Y$ST)S -27 x(ARTUP)S 176 x(and,)S 5991 X 598 y(if)S 178 x (necessary)S -55 x(,)S 182 x(other)S 178 x(commands.)S 273 x(Y)S -55 x (ou)S 178 x(must)S 178 x(edit)S 177 x(SYST)S -27 x(ARTUP_V5.COM)S 5991 X 598 y(on)S 173 x(all)S 173 x(nodes)S 172 x(that)S 173 x(run)S 173 x (RALL)S -46 x(Y)S -55 x(.)S 173 x(If)S 172 x(you)S 174 x(do)S 173 x (not)S 172 x(do)S 173 x(this,)S 175 x(RALL)S -46 x(Y)S 172 x(will)S 172 x(not)S 173 x(be)S 5991 X 598 y(available)S 176 x(when)S 176 x(the)S 176 x(system)S 176 x(is)S 175 x(rebooted.)S 270 x(An)S 175 x(example)S 177 x(of)S 175 x(messages)S 176 x(that)S 5991 X 597 y(may)S 166 x(be)S 166 x(displayed)S 166 x(follows:)S 2106 29901 XY F40(2\2038)S 449 x F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 32 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica-Bold %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-9 33 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5991 2647 XY F102(***************)S 2 x(*******************)S 2 x (*******************)S 2 x(********)S 5991 X 448 y(*)S 20337 X(*)S 5991 X 448 y(*)S 10534 X(SYSTEM)S 240 x(MANAGER:)S 20337 X(*)S 5991 X 449 y (*)S 20337 X(*)S 5991 X 448 y(*)S 239 x(Add)S 240 x(the)S 239 x(following)S 240 x(command\(s\))S 240 x(to)S 240 x(the)S 239 x(system)S 240 x(startup)S 240 x(file)S 717 x(*)S 5991 X 448 y(*)S 239 x(\(for)S 240 x(clusters,)S 240 x(add)S 239 x(to)S 240 x(the)S 239 x(startup)S 240 x(file)S 239 x (for)S 240 x(each)S 239 x(node)S 20337 X(*)S 5991 X 449 y(*)S 239 x (licensed)S 240 x(to)S 239 x(run)S 240 x(RALLY\):)S 20337 X(*)S 5991 X 448 y(*)S 20337 X(*)S 5991 X 448 y(*)S 239 x($)S 239 x(DEFINE/SYST)S 2 x(EM/EXEC)S 479 x(RALLY$DTRSHR)S 479 x(SYS$SHARE:DTRSH)S 2 x(R50)S 20337 X(*)S 5991 X 449 y(*)S 239 x($)S 239 x(@SYS$STARTU)S 2 x(P:RALLY$STARTUP)S 20337 X(*)S 5991 X 448 y(*)S 20337 X(*)S 5991 X 448 y(*)S 20337 X(*)S 5991 X 449 y(***************)S 2 x(*******************)S 2 x(*******************)S 2 x(********)S 5094 X 896 y F151(12.)S 205 x F153(Check)S 166 x(the)S 166 x(\211le)S 167 x(transfer)S 165 x(messages.)S 5991 X 797 y F151 (The)S 167 x(installation)S 165 x(procedure)S 167 x(displays)S 166 x (messages)S 165 x(telling)S 167 x(you)S 167 x(what)S 166 x(it)S 165 x (is)S 166 x(doing)S 5991 X 598 y(as)S 173 x(it)S 173 x(continues.)S 264 x(The)S 174 x(procedure)S 174 x(displays)S 173 x(these)S 173 x(messages)S 172 x(when)S 174 x(the)S 173 x(\211les)S 5991 X 598 y(for)S 176 x(the)S 176 x(product)S 177 x(are)S 176 x(transferred)S 176 x(from)S 176 x(the)S 177 x(distribution)S 175 x(medium)S 176 x(to)S 176 x(your)S 5991 X 598 y (system.)S 5991 X 797 y(If)S 166 x(you)S 167 x(are)S 166 x(installing)S 166 x(RALL)S -46 x(Y)S -56 x(,)S 167 x(you)S 167 x(see)S 166 x(some)S 165 x(of)S 166 x(the)S 167 x(following)S 166 x(messages:)S 2106 X 896 y F102(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(B...)S 2106 X 448 y(%VMSINSTAL-I-RESTOR)S 2 x (E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(C...)S 2106 X 449 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(D...)S 2106 X 448 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(E...)S 2106 X 448 y(%VMSINSTAL-I-MOVEFI)S 2 x(LES,)S 239 x(Files)S 240 x(will)S 239 x(now)S 240 x(be)S 239 x(moved)S 240 x(to)S 239 x(their)S 240 x (target)S 239 x(directories..)S 2 x(.)S 2106 X 449 y(VAX)S 239 x(RALLY:)S 240 x(Assigning)S 240 x(System-wide)S 240 x(RALLY)S 240 x(Logicals)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x(Installing)S 240 x(RALLY)S 240 x (images)S 5991 X 897 y F151(Saveset)S 169 x(C)S 169 x(is)S 169 x(restored)S 170 x(only)S 170 x(if)S 169 x(you)S 170 x(choose)S 170 x(to)S 169 x (install)S 169 x(the)S 170 x(Run-T)S -12 x(ime)S 169 x(System)S 5991 X 597 y(examples.)S 293 x(Saveset)S 188 x(E)S 188 x(is)S 187 x(restored)S 188 x(only)S 189 x(if)S 188 x(you)S 189 x(choose)S 188 x(to)S 188 x (install)S 188 x(the)S 5991 X 598 y(De\211nition)S 166 x(System)S 166 x (examples.)S 5991 X 797 y(If)S 186 x(you)S 188 x(are)S 186 x(installing)S 187 x(the)S 187 x(RALL)S -46 x(Y)S 186 x(Run-T)S -12 x(ime)S 186 x(Option,)S 192 x(the)S 187 x(procedure)S 5991 X 598 y(displays)S 165 x(the)S 167 x (following)S 166 x(messages:)S 2106 X 897 y F102(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(B...)S 2106 X 448 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(C...)S 2106 X 448 y(%VMSINSTAL-I-MOVEFI)S 2 x(LES,)S 239 x(Files)S 240 x(will)S 239 x(now)S 240 x(be)S 239 x(moved)S 240 x(to)S 239 x(their)S 240 x(target)S 239 x(directories..)S 2 x(.)S 2106 X 449 y(VAX)S 239 x(RALLY:)S 240 x(Assigning)S 240 x(System-wide)S 240 x(RALLY)S 240 x(Logicals)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x (Installing)S 240 x(RALLY)S 240 x(images)S 5991 X 897 y F151(If)S 158 x (the)S 159 x(procedure)S 159 x(cannot)S 159 x(restore)S 158 x(the)S 159 x(database)S 157 x(backup)S 160 x(\211les)S 158 x(for)S 158 x(the)S 159 x(example)S 5991 X 597 y(shipped)S 166 x(with)S 165 x(the)S 167 x (kit,)S 166 x(the)S 166 x(procedure)S 167 x(displays)S 166 x(the)S 166 x (following)S 166 x(message.)S 17479 29901 XY F38(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(2\2039)S %%EndCustomColor L-FRV 33 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica Helvetica-Bold %%PageCustomColors: 0 % %%Page: 2-10 34 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2647 XY F102(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(****)S 2106 X 448 y(*)S 16452 X(*)S 2106 X 448 y(*)S 7366 X(***)S 239 x(WARNING)S 240 x(***)S 16452 X(*)S 2106 X 449 y(*)S 16452 X(*)S 2106 X 448 y(*)S 239 x(The)S 239 x(installation)S 241 x(procedure)S 240 x(was)S 239 x(unable)S 240 x(to)S 239 x(restore)S 240 x(the)S 16452 X(*)S 2106 X 448 y(*)S 239 x(Rdb/VMS)S 240 x(database)S 240 x(backup)S 239 x(files)S 240 x(\(*.RBR\).)S 479 x(The)S 239 x(RBR)S 240 x(files)S 16452 X(*)S 2106 X 449 y(*)S 239 x(will)S 239 x(be)S 240 x (moved)S 239 x(to)S 240 x(RALLY$EXAMPLES)S 240 x(so)S 239 x(that)S 240 x (you)S 239 x(may)S 240 x(attempt)S 718 x(*)S 2106 X 448 y(*)S 239 x (to)S 239 x(restore)S 240 x(them)S 239 x(manually)S 240 x(if)S 240 x (you)S 239 x(wish.)S 479 x(Consult)S 240 x(your)S 16452 X(*)S 2106 X 448 y(*)S 239 x(Rdb/VMS)S 240 x(documentation)S 240 x(for)S 240 x(instructions)S 240 x(on)S 239 x(how)S 240 x(to)S 239 x(perform)S 479 x(*)S 2106 X 449 y (*)S 239 x(this)S 239 x(operation.)S 16452 X(*)S 2106 X 448 y(*)S 16452 X (*)S 2106 X 448 y(*******************)S 2 x(*******************)S 2 x (*******************)S 2 x(****)S 2106 X 449 y(%VMSINSTAL-I-MOVEFI)S 2 x(LES,)S 239 x(Files)S 240 x(will)S 239 x(now)S 240 x(be)S 239 x(moved)S 240 x(to)S 239 x(their)S 240 x(target)S 239 x(directories..)S 2 x(.)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x(Assigning)S 240 x(System-wide)S 240 x(RALLY)S 240 x(logicals)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x (Installing)S 240 x(RALLY)S 240 x(images)S 5991 X 897 y F151(If)S 169 x (the)S 170 x(procedure)S 170 x(cannot)S 170 x(restore)S 169 x(the)S 170 x(database)S 169 x(example)S 169 x(\211les,)S 171 x(the)S 170 x (IVP)S 169 x(will)S 5991 X 598 y(fail.)S 5094 X 797 y(13.)S 205 x F153 (Observe)S 166 x(the)S 166 x(Install)S 2 x(ation)S 167 x(V)S -46 x(eri\211catio)S 2 x(n)S 166 x(Procedure)S 166 x(\(IVP\).)S 5991 X 797 y F151(Next,)S 175 x(VMSINST)S -28 x(AL)S 172 x(runs)S 173 x(the)S 172 x(IVP)S -64 x (.)S 172 x(When)S 173 x(the)S 172 x(IVP)S 172 x(runs)S 173 x(successfully)S -55 x(,)S 174 x(you)S 5991 X 597 y(see)S 166 x(the)S 166 x(following)S 166 x(display:)S 6708 X 897 y F102(RALLY)S 240 x(IVP)S 239 x(succeeded)S 5991 X 448 y(RALLY)S 240 x(T2.3)S 9338 X(Definition)S 241 x(System)S 239 x(IVP)S 6469 X 449 y(Verifying)S 240 x(the)S 240 x(locations)S 240 x (of)S 239 x(all)S 239 x(non-example)S 241 x(files...)S 6469 X 448 y (Verifying)S 240 x(idents)S 240 x(of)S 239 x(RALLY)S 240 x(images...)S 6469 X 448 y(Copying)S 240 x(RALLY$TAPES)S 240 x(database)S 240 x(to)S 240 x(SYS$SCRATCH)S 240 x(for)S 239 x(testing...)S 6469 X 449 y(Exercising)S 240 x(RALLY)S 240 x(Definition)S 240 x(System...)S 6469 X 448 y(Exercising)S 240 x(RALLY)S 240 x(Run-Time)S 240 x(System...)S 6469 X 448 y(Cleaning)S 240 x(up...)S 5991 X 449 y(RALLY)S 240 x(IVP)S 239 x(succeeded.)S 13817 18188 XY F36(NOTE)S 7187 X 897 y F151(If)S 165 x(you)S 166 x(answered)S 166 x (NO)S 165 x(to)S 165 x(the)S 166 x(following)S 166 x(question,)S 166 x (the)S 166 x(IVP)S 166 x(will)S 164 x(not)S 7187 X 598 y(be)S 166 x (run:)S 2106 X 897 y F102(*)S 239 x(Does)S 239 x(this)S 240 x(product)S 240 x(have)S 239 x(an)S 240 x(authorization)S 240 x(key)S 239 x(registered)S 241 x(and)S 239 x(loaded?)S 7187 X 896 y F151(However)S -37 x(,)S 214 x (the)S 205 x(IVP)S 204 x(command)S 204 x(\211le)S 205 x(will)S 203 x (be)S 205 x(put)S 204 x(into)S 7187 X 598 y(SYS$C)S -2 x(OMMON:[SYSTEST]RALL)S -46 x(Y$IVP)S -65 x(.COM,)S 185 x(and)S 186 x(may)S 7187 X 598 y(be)S 166 x(run)S 167 x(once)S 166 x(you)S 167 x(register)S 166 x(the)S 167 x (authorization)S 166 x(key)S -54 x(.)S 7187 X 797 y(If)S 181 x(you)S 184 x(run)S 183 x(the)S 182 x(IVP)S 182 x(separately)S -55 x(,)S 187 x (remember)S 182 x(to)S 182 x(log)S 183 x(in)S 182 x(to)S 183 x(the)S 7187 X 597 y(SYSTEM)S 184 x(account)S 186 x(or)S 185 x(an)S 185 x(account)S 186 x(that)S 185 x(has)S 185 x(SYSPR)S -20 x(V)S -64 x(.)S 185 x(\(See)S 7187 X 598 y(Chapter)S 165 x(3.\))S 5094 25760 XY(14.)S 205 x F153(End)S 167 x(the)S 166 x(install)S 2 x(ation)S 167 x(procedure.)S 6708 X 897 y F102(Installation)S 241 x(of)S 239 x(VAX)S 239 x(RALLY)S 240 x(2.3)S 239 x(completed)S 240 x(at)S 240 x(13:51)S 6708 X 896 y(VMSINSTAL)S 240 x(procedure)S 240 x(done)S 240 x(at)S 239 x(13:51)S 2106 29901 XY F40(2\20310)S 449 x F38(Installing)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 34 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica-Bold %%+ Helvetica %%PageCustomColors: 0 % %%Page: 2-11 35 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5991 2774 XY F151(The)S 169 x(previous)S 170 x(messages)S 168 x (indicate)S 168 x(that)S 169 x(the)S 169 x(entire)S 169 x(installation)S 168 x(procedure)S 170 x(is)S 5991 X 598 y(complete.)S 5991 X 797 y(Y)S -56 x(ou)S 167 x(can)S 166 x(now)S 166 x(log)S 167 x(out)S 166 x(of)S 166 x(the)S 166 x(privileged)S 167 x(account:)S 5991 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(LOGOUT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 449 y(SYSTEM)S 8621 X(logged)S 240 x(out)S 239 x(at)S 240 x (29-MAY-1991)S 240 x(13:53:17)S 5991 X 896 y F151(Note)S 168 x(that)S 168 x(VMSINST)S -28 x(AL)S 168 x(deletes)S 167 x(or)S 168 x(chang)S 2 x(es)S 167 x(entries)S 168 x(in)S 168 x(the)S 169 x(process)S 167 x (symbol)S 5991 X 598 y(tables)S 175 x(during)S 176 x(the)S 176 x(installation.)S 267 x(Therefore,)S 179 x(if)S 176 x(you)S 176 x(are)S 175 x(going)S 177 x(to)S 175 x(continue)S 5991 X 598 y(using)S 182 x(the)S 182 x(system)S 181 x(manager)S 29 x(')S -19 x(s)S 181 x(account)S 182 x(and)S 182 x (you)S 183 x(want)S 181 x(to)S 182 x(restore)S 181 x(these)S 5991 X 597 y(symbols,)S 166 x(you)S 167 x(should)S 166 x(log)S 167 x(out)S 166 x(and)S 166 x(log)S 167 x(in)S 166 x(again.)S 2106 9299 XY 20928 24 R 2106 10096 XY F24(2.2)S 597 x(Error)S 233 x(Recovery)S 5094 11342 XY F151(If)S 188 x(errors)S 188 x(occur)S 188 x(during)S 189 x(the)S 188 x (installation)S 187 x(itself)S 187 x(or)S 188 x(when)S 188 x(the)S 187 x (Installation)S 5094 X 597 y(V)S -46 x(eri\211cation)S 185 x(Procedu)S 2 x(re)S 184 x(\(IVP\))S 184 x(is)S 184 x(runn)S 2 x(ing,)S 190 x(VMSINST)S -28 x(AL)S 184 x(displays)S 184 x(failure)S 5094 X 598 y(messages.)S 249 x(If)S 166 x(the)S 166 x(installation)S 166 x(fails,)S 166 x(you)S 166 x(see)S 166 x(the)S 166 x(following)S 167 x(message:)S 5094 X 897 y F102(RALLY)S 240 x(IVP)S 239 x(failed;)S 240 x(RALLY)S 240 x(verify)S 240 x(utility)S 239 x(failed.)S 5094 X 448 y(%VMSINSTAL-)S 2 x(E-IVPFAIL,)S 240 x(The)S 239 x(IVP)S 240 x(for)S 239 x(RALDO)S 240 x(V2.3)S 239 x (has)S 239 x(failed.)S 5094 X 897 y F151(If)S 166 x(the)S 166 x(IVP)S 166 x(fails,)S 166 x(you)S 167 x(see)S 165 x(these)S 166 x(messages:)S 5094 X 896 y F102(The)S 240 x(VAX)S 239 x(RALLY)S 240 x(2.3)S 239 x (Installation)S 241 x(Verification)S 240 x(Procedure)S 240 x(failed.)S 5094 X 748 y(%VMSINSTAL-)S 2 x(E-IVPFAIL,)S 240 x(The)S 239 x(IVP)S 240 x(for)S 239 x(VAX)S 239 x(RALLY)S 240 x(2.3)S 239 x(has)S 240 x (failed.)S 5094 X 896 y F151(Errors)S 175 x(can)S 176 x(occur)S 176 x (during)S 176 x(the)S 175 x(installation)S 175 x(if)S 175 x(any)S 176 x (of)S 175 x(the)S 175 x(following)S 175 x(conditions)S 5094 X 598 y (exist:)S 5094 X 897 y(\201)S 595 x(The)S 167 x(operating)S 166 x(system)S 166 x(version)S 167 x(is)S 165 x(incorrect.)S 5094 X 797 y(\201)S 595 x (A)S 166 x(prerequisite)S 166 x(software)S 165 x(version)S 167 x(is)S 165 x(incorrect,)S 168 x(not)S 166 x(installed,)S 166 x(or)S 166 x(not)S 166 x(started.)S 5094 X 797 y(\201)S 595 x(Quotas)S 165 x(necessary)S 167 x(for)S 166 x(successful)S 166 x(installation)S 166 x(are)S 166 x (insuf\211cient.)S 5094 X 797 y(\201)S 595 x(System)S 166 x(parameter)S 166 x(values)S 166 x(for)S 166 x(successful)S 166 x(installation)S 166 x (are)S 166 x(insuf\211cient.)S 5094 X 797 y(\201)S 595 x(The)S 167 x (VMS)S 165 x(help)S 167 x(library)S 166 x(is)S 166 x(currently)S 167 x (in)S 167 x(use.)S 5094 X 797 y(\201)S 595 x(The)S 167 x(product)S 166 x (license)S 166 x(has)S 166 x(not)S 167 x(been)S 166 x(registered)S 166 x (and)S 167 x(loaded.)S 5094 23895 XY(For)S 176 x(descriptions)S 175 x (of)S 176 x(the)S 176 x(error)S 176 x(messages)S 175 x(generated)S 176 x (by)S 176 x(these)S 176 x(conditions,)S 178 x(see)S 5094 X 597 y(the)S 167 x(VMS)S 166 x(documentation)S 167 x(on)S 166 x(system)S 166 x(messages,)S 166 x(recovery)S 168 x(procedures,)S 167 x(and)S 167 x(VMS)S 5094 X 598 y(software)S 171 x(installation.)S 260 x(If)S 171 x(you)S 173 x (are)S 171 x(noti\211ed)S 172 x(that)S 172 x(any)S 172 x(of)S 171 x (these)S 172 x(conditions)S 171 x(exist,)S 5094 X 598 y(you)S 178 x (should)S 177 x(take)S 177 x(the)S 177 x(appropriate)S 176 x(action)S 177 x(as)S 176 x(described)S 177 x(in)S 177 x(the)S 177 x(message.)S 270 x(For)S 5094 X 598 y(information)S 167 x(on)S 166 x(installation)S 166 x(requirements,)S 167 x(see)S 165 x(Chapter)S 166 x(1.)S 17254 29901 XY F38(Installing)S 165 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 449 x F40 (2\2031)S -24 x(1)S %%EndCustomColor L-FRV 35 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier Helvetica-Bold Helvetica %%PageCustomColors: 0 1 % %%Page: 2-12 36 /DEC$EDMS_MAKE_FILM where { pop } { /DEC$EDMS_SUPPRESS_BLANKPAGES where { pop } { CLRP showpage } ifelse } ifelse %%PageTrailer %%PageFonts: %%PageCustomColors: % %%Page: 3-1 37 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19507 6417 XY F24(Chapter)S 497 x(3)S 11419 8060 XY F20(After)S 298 x(Installing)S 298 x(V)S -66 x(AX)S 299 x(RALL)S -82 x(Y)S 2106 X 449 y 20928 48 R 5094 10800 XY F151(The)S 167 x(following)S 166 x(tasks)S 166 x(take)S 166 x(place)S 166 x(after)S 166 x(installing)S 166 x(V)S -56 x(AX)S 166 x(RALL)S -46 x(Y)S -46 x(:)S 5094 X 897 y(\201)S 595 x (Running)S 168 x(the)S 166 x(Installation)S 165 x(V)S -46 x(eri\211cation)S 167 x(Procedure)S 167 x(\(IVP\))S 165 x(separately)S -55 x(.)S 5094 X 797 y(\201)S 595 x(Editing)S 166 x(the)S 166 x(system)S 166 x(startup)S 165 x(\211le.)S 5094 X 797 y(\201)S 595 x(Modifying)S 167 x(system)S 166 x(parameter)S 166 x(settings.)S 5094 X 797 y(\201)S 595 x(Making)S 167 x(the)S 167 x(product)S 166 x(usable)S 166 x(on)S 166 x(a)S 166 x (V)S -55 x(AXcluster)S -38 x(.)S 5094 X 797 y(\201)S 595 x(Setting)S 166 x(user)S 167 x(account)S 166 x(quotas.)S 2106 15981 XY 20928 24 R 2106 16778 XY F24(3.1)S 597 x(Running)S 257 x(the)S 257 x(Installation)S 257 x(V)S -38 x(eri\211cation)S 257 x(Procedure)S 3673 X 797 y(Separately)S 5094 18820 XY F151(Y)S -55 x(ou)S 188 x(usually)S 189 x(run)S 189 x (the)S 188 x(Installation)S 188 x(V)S -46 x(eri\211cation)S 188 x(Procedur)S 2 x(e)S 188 x(\(IVP\))S 187 x(during)S 5094 X 598 y(installation.)S 250 x(If)S 167 x(you)S 167 x(want)S 166 x(to)S 166 x(run)S 168 x(the)S 166 x(IVP)S 167 x(separately)S 166 x(to)S 166 x(ensure)S 168 x(the)S 166 x(integrity)S 168 x(of)S 5094 X 598 y(installed)S 167 x(\211les)S 167 x(should)S 168 x(system)S 166 x(problems)S 167 x(occur)S -36 x(,)S 168 x(execute)S 168 x(the)S 168 x(following)S 167 x(command)S 5094 X 597 y(procedure:)S 5094 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(@SYS$TEST:RALLY$IVP)S 2 x(.COM)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 22606 XY 20928 24 R 2106 23403 XY F24(3.2)S 597 x(Editing)S 233 x(the)S 232 x(System)S 232 x(Startup)S 233 x(File)S 5094 24648 XY F151(Y)S -55 x(ou)S 177 x(must)S 176 x(edit)S 177 x(the)S 176 x(system)S 177 x(startup)S 176 x(\211le)S 177 x(to)S 176 x(provide)S 178 x(for)S 177 x(automatic)S 176 x(startup)S 176 x(of)S 5094 X 598 y(V)S -55 x (AX)S 165 x(RALL)S -46 x(Y)S 166 x(when)S 166 x(your)S 167 x(system)S 166 x(is)S 165 x(rebooted.)S 5094 X 897 y(Add)S 166 x(the)S 166 x(following)S 166 x(command)S 167 x(line)S 166 x(to)S 166 x(the)S 166 x(system)S 165 x (startup)S 166 x(\211le,)S 5094 X 597 y(SYS$MANAGE)S -2 x(R:SYST)S -27 x (ARTUP_V5.COM:.)S 5094 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(@)S 239 x(SYS$STARTUP:RALLY)S 2 x($STARTUP)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(This)S 167 x(command)S 166 x(line)S 166 x(starts)S 165 x(V)S -56 x(AX)S 166 x(RALL)S -46 x(Y)S -56 x(.)S 16366 29901 XY F38(After)S 166 x(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(3\2031)S %%EndCustomColor L-FRV 37 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 3-2 38 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(If)S 175 x(the)S 175 x(installation)S 175 x(procedure)S 176 x(instructs)S 175 x(you)S 176 x(to)S 175 x(add)S 175 x(any)S 176 x (other)S 176 x(lines,)S 177 x(be)S 176 x(sure)S 5094 X 598 y(to)S 178 x (add)S 177 x(them.)S 273 x(For)S 178 x(example,)S 181 x(you)S 178 x (might)S 178 x(be)S 178 x(instructed)S 178 x(to)S 177 x(add)S 177 x (a)S 178 x(line)S 178 x(for)S 177 x(the)S 5094 X 597 y(DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE)S 165 x(shareable)S 166 x(image.)S 5094 X 897 y (The)S 187 x(installation)S 186 x(procedure)S 187 x(also)S 186 x(warns)S 186 x(you)S 187 x(if)S 186 x(you)S 187 x(have)S 188 x(DA)S -29 x(T)S -27 x(A)S -28 x(TRIEVE)S 5094 X 598 y(installed,)S 176 x(but)S 174 x (do)S 174 x(not)S 174 x(have)S 175 x(a)S 174 x(\211le)S 174 x(called)S 174 x(SYS$SHARE)S -2 x(:DTRSHR.EXE)S(.)S 264 x(Some)S 5094 X 598 y(systems)S 168 x(have)S 170 x(multiple)S 169 x(versions)S 169 x(of)S 169 x(DA)S -29 x(T)S -27 x(A)S -27 x(TRIEVE)S 167 x(runnin)S 2 x(g)S 169 x(at)S 168 x(the)S 170 x(same)S 168 x(time.)S 5094 X 597 y(On)S 176 x(these)S 176 x(systems,)S 179 x(instead)S 175 x(of)S 176 x(DTRSHR.EXE,)S 175 x (there)S 177 x(might)S 176 x(be)S 176 x(\211les)S 176 x(such)S 177 x (as)S 5094 X 598 y(DTRSHR50.EXE.)S 171 x(In)S 171 x(this)S 171 x(case,)S 173 x(RALL)S -46 x(Y)S 172 x(asks)S 171 x(you)S 172 x(which)S 172 x (\211le)S 172 x(you)S 172 x(want)S 171 x(to)S 172 x(use)S 5094 X 598 y (as)S 181 x(your)S 182 x(DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE)S 180 x (shareable)S 181 x(image.)S 280 x(It)S 180 x(then)S 182 x(de\211nes)S 181 x(a)S 182 x(logical)S 181 x(name)S 5094 X 598 y(RALL)S -46 x(Y$DTRSHR,)S 165 x(pointing)S 167 x(to)S 166 x(the)S 166 x(\211le)S 167 x(you)S 167 x (have)S 167 x(chosen.)S 5094 X 896 y(Y)S -55 x(ou)S 189 x(must)S 189 x (place)S 188 x(a)S 189 x(line)S 189 x(in)S 190 x(SYST)S -28 x(ARTUP_V5.COM)S 188 x(to)S 189 x(make)S 189 x(this)S 188 x(choice)S 5094 X 598 y(permanent.)S 250 x(For)S 167 x(example:)S 5094 X 897 y F102(DEFINE/SYST)S 2 x(EM/EXEC)S 239 x(RALLY$DTRSH)S 2 x(R)S 239 x(SYS$SHARE:DTRSHR50)S 5094 X 896 y F151(If)S 191 x(you)S 192 x(edit)S 191 x(SYST)S -28 x(ARTUP_V5.COM)S 190 x(to)S 191 x(include)S 192 x(this)S 191 x(line,)S 198 x(RALL)S -46 x (Y)S 190 x(uses)S 5094 X 598 y(DTRSHR50.EXE)S 165 x(when)S 166 x(RALL)S -46 x(Y)S 166 x(users)S 166 x(work)S 166 x(with)S 165 x(DA)S -28 x(T)S -27 x(A)S -28 x(TRIEVE)S 165 x(domains.)S 5094 X 897 y(If)S 180 x(you)S 181 x(have)S 180 x(existing)S 181 x(RALL)S -46 x(Y)S 179 x(applications)S 180 x(that)S 179 x(use)S 180 x(the)S 180 x(BUFFER)S 180 x(method)S 5094 X 597 y(\(the)S 169 x(V)S -46 x(ersion)S 169 x(1)S 169 x(method\))S 168 x (for)S 169 x(invokin)S 2 x(g)S 169 x(external)S 169 x(program)S 170 x (links)S 169 x(and)S 169 x(you)S 169 x(wish)S 168 x(to)S 5094 X 598 y (continue)S 168 x(to)S 167 x(use)S 167 x(this)S 167 x(method)S 167 x (for)S 167 x(invokin)S 2 x(g)S 167 x(those)S 167 x(links,)S 168 x(then)S 167 x(you)S 168 x(must)S 167 x(perform)S 5094 X 598 y F153(one)S 167 x F151(of)S 166 x(the)S 166 x(following)S 166 x(steps:)S 5094 X 897 y (\201)S 595 x(Modify)S 175 x(SYST)S -27 x(ARTUP_V5.COM)S 174 x(to)S 175 x(install)S 174 x(your)S 176 x(existing,)S 178 x(buffer)S -8 x(-method,)S 5991 X 597 y(3GL)S 166 x(link)S 166 x(image)S 167 x(as)S 165 x(a)S 166 x (shareable)S 166 x(image.)S 5094 X 797 y(\201)S 595 x(Place)S 166 x (your)S 168 x(image)S 166 x(in)S 166 x(SYS$SHAR)S -2 x(E)S 166 x(with)S 166 x(the)S 166 x(name)S 166 x(RALL)S -46 x(YEXT)S -46 x(.EXE.)S 5094 X 797 y(\201)S 595 x(De\211ne)S 168 x(the)S 169 x(logical)S 168 x(RALL)S -46 x(YEXT)S 168 x(in)S 168 x(SYST)S -28 x(ARTUP_V5.COM)S 168 x(to)S 167 x(point)S 169 x(to)S 167 x(your)S 5991 X 598 y(shareable)S 166 x (image.)S 5094 19810 XY(See)S 175 x(the)S 175 x F152(V)S -56 x(AX)S 174 x(RALL)S -27 x(Y)S 174 x(De\211nition)S 176 x(System)S 175 x(User)S 28 x(')S -19 x(s)S 175 x(Guide)S 175 x F151(for)S 174 x(more)S 175 x (information)S 5094 X 598 y(about)S 167 x(external)S 166 x(program)S 167 x(links.)S 2106 X 847 y 20928 24 R 2106 22052 XY F24(3.3)S 597 x (Modifying)S 232 x(System)S 232 x(Parameters)S 5094 23297 XY F151(The)S 178 x(installation)S 177 x(for)S 177 x(V)S -56 x(AX)S 177 x(RALL)S -46 x (Y)S 176 x(requires)S 178 x(that)S 177 x(you)S 178 x(raise)S 177 x(the)S 177 x(value)S 178 x(of)S 177 x(the)S 5094 X 598 y(CLISYMTBL)S 176 x (system)S 175 x(parameter)S -37 x(.)S 270 x(Once)S 176 x(the)S 176 x (installation)S 176 x(is)S 175 x(complete,)S 179 x(lower)S 5094 X 597 y (this)S 166 x(value)S 167 x(to)S 166 x(ensure)S 166 x(ef\211cient)S 167 x(system)S 166 x(performance.)S 2106 29901 XY F40(3\2032)S 449 x F38(After)S 166 x(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 38 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: 3-3 39 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3226 XY F24(3.4)S 597 x(Installing)S 232 x(V)S -52 x(AX)S 232 x(RALL)S -65 x(Y)S 233 x(on)S 233 x(a)S 232 x (V)S -52 x(AXcluster)S 5094 4472 XY F151(If)S 176 x(you)S 178 x(want)S 176 x(to)S 176 x(run)S 178 x(RALL)S -46 x(Y)S 176 x(on)S 177 x(multiple)S 176 x(nodes)S 176 x(of)S 177 x(a)S 176 x(V)S -55 x(AXcluster)S -38 x (,)S 180 x(\211rst)S 176 x(check)S 5094 X 597 y(to)S 177 x(see)S 177 x (that)S 177 x(you)S 178 x(have)S 178 x(the)S 178 x(appropriate)S 177 x (software)S 176 x(license.)S 272 x(Refer)S 177 x(to)S 177 x(the)S 177 x F152(VMS)S 5094 X 598 y(License)S 167 x(Managemen)S 2 x(t)S 165 x(Utility)S 166 x(Manual)S 166 x F151(for)S 166 x(directions)S 165 x(on)S 166 x (how)S 166 x(to)S 165 x(load)S 165 x(the)S 166 x(license)S 5094 X 598 y (on)S 167 x(nodes)S 166 x(licensed)S 166 x(to)S 166 x(use)S 166 x(RALL)S -46 x(Y)S -56 x(.)S 5094 X 897 y(T)S -45 x(o)S 179 x(install)S 178 x (RALL)S -46 x(Y)S 179 x(on)S 179 x(a)S 179 x(V)S -55 x(AXcluster)S -38 x (,)S 183 x(log)S 180 x(in)S 179 x(to)S 179 x(the)S 179 x(SYSTEM)S 178 x (account)S 180 x(or)S 179 x(an)S 5094 X 597 y(account)S 162 x(that)S 161 x(has)S 161 x(SYSPR)S -19 x(V)S 161 x(and)S 161 x(repeat)S 161 x (the)S 161 x(following)S 161 x(steps)S 160 x(on)S 162 x(each)S 161 x (node)S 162 x(in)S 161 x(the)S 5094 X 598 y(cluster)S 167 x(licensed)S 166 x(to)S 165 x(run)S 167 x(RALL)S -46 x(Y)S -46 x(:)S 5094 X 897 y (1.)S 482 x(Make)S 167 x(sure)S 166 x(that)S 166 x(the)S 166 x(SYSGEN)S 165 x(parameters)S 165 x(are)S 166 x(properly)S 167 x(set.)S 5094 X 797 y(2.)S 482 x(Issue)S 165 x(the)S 167 x(LICENSE)S 164 x(LOAD)S 166 x (command)S 166 x(to)S 166 x(activate)S 166 x(the)S 166 x(VMS)S 166 x (license.)S 5094 X 797 y(3.)S 482 x(Replace)S 166 x(the)S 166 x(DCL)S -28 x(T)S -27 x(ABLES)S 165 x(image)S 166 x(using)S 167 x(the)S 166 x (INST)S -27 x(ALL)S 166 x(utility)S 166 x(as)S 166 x(follows:)S 5991 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(INSTALL)S 240 x(REPLACE)S 240 x(SYS$SHARE:DCLTAB)S 2 x(LES)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 897 y F151(4.)S 482 x(Execute)S 167 x(the)S 166 x(RALL)S -46 x(Y)S 166 x(startup)S 165 x(\211le)S 167 x(as)S 165 x(follows:)S 5991 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$STARTUP)S 2 x(:RALLY$STARTUP)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 896 y F151(5.)S 482 x(Execute)S 185 x(the)S 185 x(Installati)S -2 x(on)S 185 x(V)S -46 x(eri\211cation)S 185 x(Procedure)S 186 x(\(IVP\))S 184 x(to)S 184 x(verify)S 185 x(the)S 5991 X 598 y(installation)S 166 x (as)S 165 x(follows:)S 5991 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$COMMON:)S 2 x([SYSTEST]RALLY$IVP.C)S 2 x(OM)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 17025 XY 20928 24 R 2106 17822 XY F24(3.5)S 597 x(User)S 231 x (Account)S 232 x(Requirements)S 5094 19067 XY F151(T)S -45 x(o)S 169 x (work)S 170 x(with)S 169 x(V)S -56 x(AX)S 168 x(RALL)S -46 x(Y)S -55 x (,)S 170 x(user)S 169 x(accounts)S 170 x(on)S 170 x(your)S 170 x(system)S 169 x(must)S 169 x(have)S 170 x(certain)S 5094 X 598 y(privileges)S 169 x(and)S 169 x(quotas.)S 253 x(Sections)S 168 x(3.5.1)S 169 x(and)S 168 x(3.5.2)S 169 x(contain)S 169 x(information)S 168 x(on)S 169 x(these)S 5094 X 598 y(requirements.)S 2106 21358 XY 20928 24 R 2106 22106 XY F28(3.5.1)S 599 x(Privileges)S 5094 23201 XY F151(RALL)S -46 x(Y)S 172 x (uses)S 172 x(temporary)S 173 x(mailboxes)S 172 x(to)S 172 x(communicate)S 173 x(with)S 172 x(users.)S 261 x(T)S -45 x(o)S 172 x(use)S 173 x(V)S -56 x(AX)S 5094 X 598 y(RALL)S -46 x(Y)S -55 x(,)S 175 x(each)S 175 x (account)S 176 x(must)S 174 x(have)S 176 x(at)S 175 x(least)S 174 x (TMPMBX)S 175 x(privilege.)S 268 x(In)S 175 x(addition,)S 5094 X 598 y (users)S 168 x(who)S 169 x(use)S 168 x(RALL)S -46 x(Y)S 168 x(to)S 168 x (access)S 168 x(databases)S 167 x(on)S 168 x(other)S 169 x(nodes)S 168 x (of)S 168 x(a)S 168 x(network)S 169 x(need)S 5094 X 598 y(NETMBX)S 174 x (privilege.)S 266 x(Use)S 173 x(the)S 174 x(VMS)S 174 x(Authorize)S 173 x(Utility)S 174 x(to)S 174 x(determine)S 174 x(whether)S 5094 X 598 y(users)S 166 x(have)S 167 x(the)S 166 x(privileges)S 167 x(they)S 167 x(require.)S 250 x(For)S 167 x(example:)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SET)S 239 x(DEFAULT)S 240 x(SYS$SYSTEM)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(RUN)S 239 x(AUTHORIZE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 449 y(UAF>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(MODIFY)S 240 x(WILLIAMSON/PRIV=\(T)S 2 x(MPMBX,NETMBX\)/DEFPRI)S 2 x(V=\(TMPMBX,NETMBX\))S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(UAF>)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(EXIT)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y($)S 16366 29901 XY F38(After)S 166 x(Installi)S -2 x (ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(3\2033)S %%EndCustomColor L-FRV 39 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 3-4 40 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3177 XY F28(3.5.2)S 599 x(User)S 199 x (Account)S 200 x(Quotas)S 5094 4272 XY F151(Y)S -55 x(ou)S 182 x(must)S 182 x(make)S 183 x(sure)S 182 x(that)S 182 x(the)S 183 x(appropriate)S 182 x(user)S 182 x(accounts)S 183 x(have)S 183 x(suf\211cient)S 5094 X 598 y(quotas)S 169 x(to)S 168 x(be)S 168 x(able)S 168 x(to)S 169 x(use)S 168 x(V)S -56 x(AX)S 168 x(RALL)S -46 x(Y)S -55 x(.)S 168 x(The)S 169 x (process)S 169 x(quotas)S 168 x(listed)S 167 x(in)S 169 x(T)S -31 x (able)S 169 x(1)S(\203)S(6)S 5094 X 598 y(apply)S 174 x(to)S 173 x(RALL)S -46 x(Y)S 173 x(user)S 174 x(accounts)S 174 x(as)S 173 x(well)S 173 x (as)S 173 x(to)S 173 x(the)S 173 x(installation)S 173 x(account.)S 265 x (Note)S 5094 X 598 y(that)S 183 x(the)S 182 x(value)S 183 x(of)S 183 x (BYTLM)S 182 x(is)S 182 x(not)S 182 x(automatically)S 183 x(checked)S 183 x(when)S 183 x(runnin)S 2 x(g)S 183 x(a)S 5094 X 598 y(RALL)S -46 x (Y)S 166 x(application.)S 5094 X 896 y(The)S 171 x(values)S 171 x(in)S 170 x(T)S -31 x(able)S 170 x(1)S(\203)S(6,)S 171 x(particularly)S 171 x (the)S 170 x(working)S 171 x(set)S 170 x(quotas,)S 171 x(are)S 170 x (minimum)S 5094 X 598 y(values.)S 285 x(RALL)S -46 x(Y)S 183 x(applications)S 182 x(will)S 183 x(provide)S 184 x(better)S 183 x(response)S 183 x(if)S 183 x(you)S 184 x(provide)S 5094 X 598 y(additional)S 172 x(memory)S -55 x(.)S 260 x(As)S 171 x(a)S 171 x(rule)S 172 x(of)S 171 x(thumb,)S 174 x(you)S 172 x(should)S 172 x(set)S 171 x(WSQUO)S -2 x(T)S -27 x (A)S 171 x(to)S 172 x(1024)S 5094 X 597 y(and)S 173 x(WSEXTENT)S 171 x (equal)S 172 x(to)S 172 x(\(but)S 172 x(not)S 173 x(greater)S 173 x (than\))S 172 x(the)S 173 x(value)S 173 x(of)S 172 x(the)S 172 x(SYSGE)S -2 x(N)S 5094 X 598 y(parameter)S 166 x(WSMAX.)S 5094 X 897 y(In)S 174 x (addition,)S 176 x(RALL)S -46 x(Y)S 173 x(users)S 174 x(who)S 173 x (have)S 175 x(Rdb/VMS)S 173 x(transactions)S 174 x(that)S 173 x(lock)S 174 x(large)S 5094 X 598 y(numbers)S 176 x(of)S 176 x(records)S 176 x (will)S 175 x(need)S 176 x(an)S 176 x(enqueue)S 176 x(limit)S 175 x (\(ENQLM\))S 175 x(higher)S 177 x(than)S 176 x(the)S 5094 X 597 y(minimum)S 184 x(shown)S 184 x(in)S 184 x(T)S -31 x(able)S 184 x(1)S(\203)S(6.)S 285 x(V)S -47 x(alues)S 184 x(of)S 184 x(1000)S 183 x(to)S 184 x(1200)S 183 x(or)S 184 x(more)S 184 x(may)S 184 x(be)S 5094 X 598 y(required)S 176 x(for)S 176 x(de\211ning)S 177 x(and)S 175 x(runn)S 2 x(ing)S 176 x (complex)S 176 x(RALL)S -46 x(Y)S 175 x(applications)S 174 x(that)S 176 x(work)S 5094 X 598 y(with)S 166 x(many)S 167 x(relations)S 166 x (and)S 166 x(records)S 166 x(at)S 166 x(once.)S 5094 X 896 y(For)S 167 x (optimal)S 165 x(settings,)S 166 x(refer)S 167 x(to)S 166 x(the)S 166 x F152(V)S -56 x(AX)S 166 x(Rdb/VMS)S 166 x(Installation)S 167 x(Guide)S F151(.)S 5094 X 897 y(See)S 184 x(Section)S 184 x(1.4.4)S 184 x(for)S 184 x(a)S 183 x(description)S 184 x(of)S 184 x(how)S 183 x(to)S 184 x (verify)S 184 x(and)S 184 x(change)S 185 x(account)S 5094 X 598 y(quotas.)S 2106 X 847 y 20928 24 R 2106 17274 XY F24(3.6)S 597 x(Customizing)S 231 x(RALL)S -64 x(Y)S 232 x(Error)S 234 x(and)S 232 x(Message)S 231 x (Files)S 5094 18519 XY F151(This)S 181 x(section)S 181 x(describes)S 180 x(a)S 180 x(method)S 181 x(of)S 181 x(making)S 181 x(the)S 181 x (run-time)S 181 x(error)S 181 x(and)S 181 x(help)S 5094 X 598 y(messages)S 166 x(support)S 166 x(the)S 166 x(following)S 166 x(languag)S 2 x(es:)S 5094 X 896 y(\201)S 595 x(Danish)S 5094 X 797 y(\201)S 595 x(French)S 5094 X 797 y(\201)S 595 x(German)S 5094 X 797 y(\201)S 595 x(Hebrew)S 5094 X 797 y(\201)S 595 x(Spanish)S 5094 X 798 y(\201)S 595 x(Swedish)S 5094 25094 XY(If)S 167 x(the)S 166 x(RALL)S -46 x(Y)S 167 x(run-time)S 167 x(system)S 166 x(example)S 167 x(\211les)S 166 x(are)S 167 x(installed)S 166 x(on)S 167 x(the)S 167 x(system,)S 166 x(the)S 5094 X 598 y(following)S 167 x(\211les)S 166 x(will)S 165 x(be)S 166 x(in)S 166 x(RALL)S -46 x (Y$EXAMPLES:)S 5094 X 897 y(\201)S 595 x(RALL)S -46 x(Y$ERRO)S -2 x (RS_DANIS)S -2 x(H.RGE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_DANISH.EXE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$ERRO)S -2 x(RS_FRENCH.RGE)S 2106 29901 XY F40(3\2034)S 449 x F38(After)S 166 x (Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 40 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageCustomColors: 0 % %%Page: 3-5 41 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2805 XY F151(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_FRENCH.EXE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$ERRO)S -2 x(RS_GERMA)S -2 x (N.RGE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_GERMAN.EXE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$ERRO)S -2 x(RS_HEBRE)S -2 x (W)S -55 x(.RGE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_HEBREW)S -57 x(.EXE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x (Y$ERRO)S -2 x(RS_SP)S -37 x(ANISH.RGE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_SP)S -37 x(ANISH.EXE)S 5094 X 797 y(\201)S 595 x (RALL)S -46 x(Y$ERRO)S -2 x(RS_SWED)S -2 x(ISH.RGE)S 5094 X 797 y(\201)S 595 x(RALL)S -46 x(Y$MESSAG)S -2 x(E_SWEDIS)S -2 x(H.EXE)S 5094 10277 XY (For)S 177 x(each)S 176 x(languag)S 2 x(e,)S 179 x(there)S 176 x(are)S 176 x(two)S 175 x(\211les:)S 270 x(a)S 175 x(RALL)S -46 x(Y)S 176 x (error)S 176 x(\211le)S 177 x(\(with)S 175 x(\211le)S 176 x(type)S 5094 X 598 y(.RGE\))S 171 x(and)S 172 x(a)S 172 x(VMS)S 171 x(message)S 171 x (\211le)S 172 x(\(with)S 171 x(\211le)S 172 x(type)S 172 x(.EXE\).)S 172 x(The)S 172 x(RALL)S -46 x(Y)S 171 x(error)S 173 x(\211le)S 5094 X 597 y(contains)S 171 x(error)S 170 x(messages)S 170 x(that)S 170 x(appear)S 170 x(within)S 170 x(a)S 170 x(RALL)S -46 x(Y)S 169 x(error)S 171 x (task.)S 257 x(The)S 171 x(VMS)S 5094 X 598 y(message)S 166 x(\211le)S 166 x(contains)S 167 x(other)S 166 x(error)S 167 x(text.)S 5094 X 897 y (In)S 178 x(addition)S 178 x(to)S 177 x(these)S 178 x(\211les,)S 181 x (RALL)S -46 x(Y$MESSAG)S -2 x(E.MSG,)S 178 x(the)S 178 x(RALL)S -46 x (Y)S 178 x(message)S 5094 X 598 y(source)S 175 x(\211le,)S 178 x(is)S 174 x(copied)S 175 x(to)S 174 x(RALL)S -46 x(Y$EXAMPLES.)S 174 x(Y)S -56 x(ou)S 175 x(will)S 174 x(need)S 175 x(this)S 174 x(\211le)S 175 x (if)S 174 x(you)S 5094 X 597 y(need)S 172 x(to)S 172 x(implement)S 171 x (run-time)S 171 x(error)S 173 x(and)S 171 x(help)S 172 x(message)S 171 x (support)S 171 x(for)S 172 x(languages)S 5094 X 598 y(other)S 167 x (than)S 166 x(those)S 166 x(supplied)S 166 x(in)S 166 x(the)S 166 x (RALL)S -46 x(Y)S 166 x(kit.)S 5094 X 897 y(If)S 187 x(your)S 187 x (users)S 187 x(require)S 187 x(error)S 187 x(and)S 187 x(help)S 186 x (message)S 187 x(support)S 186 x(in)S 187 x(one)S 187 x(of)S 186 x(these)S 5094 X 598 y(languag)S 2 x(es,)S 177 x(follow)S 174 x(this)S 174 x(procedure)S 176 x(to)S 174 x(customize)S 174 x(the)S 175 x(error)S 176 x(and)S 174 x (help)S 175 x(message)S 5094 X 597 y(\211les.)S 278 x(The)S 180 x F152 (V)S -55 x(AX)S 179 x(RALL)S -27 x(Y)S 180 x(De\211nition)S 181 x(System)S 181 x(User)S 28 x(')S -19 x(s)S 180 x(Guide)S 180 x F151(describes)S 179 x(how)S 180 x(to)S 5094 X 598 y(create)S 179 x(and)S 179 x(install)S 177 x(error)S 179 x(and)S 179 x(help)S 179 x(message)S 178 x(\211les)S 178 x(for)S 178 x(langu)S 2 x(ages)S 178 x(other)S 179 x(than)S 5094 X 598 y(those)S 166 x(supplied)S 166 x(in)S 166 x(the)S 167 x(RALL)S -46 x (Y)S 165 x(kit.)S 16366 29901 XY F38(After)S 166 x(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(3\2035)S %%EndCustomColor L-FRV 41 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica Helvetica-Bold %%PageCustomColors: 0 % %%Page: 3-6 42 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 13369 2780 XY F36(NOTE)S 6290 X 896 y F151(The)S 184 x(following)S 184 x(procedure)S 184 x(should)S 184 x(be)S 184 x(performed)S 183 x (by)S 184 x(the)S 184 x(system)S 6290 X 598 y(manager)S -36 x(.)S 249 x (This)S 167 x(procedure)S 167 x(will)S 165 x(affect)S 166 x(all)S 165 x (RALL)S -46 x(Y)S 166 x(users)S 166 x(on)S 166 x(a)S 166 x(system.)S 5094 5370 XY(1.)S 482 x(Copy)S 168 x(the)S 168 x(desired)S 168 x(message)S 168 x(\211le)S 168 x(to)S 168 x(SYS$MESSAG)S -2 x(E)S 168 x(and)S 168 x (rename)S 169 x(the)S 168 x(\211le)S 168 x(to)S 5991 X 598 y(RALL)S -46 x(Y$MESSAG)S -2 x(E.EXE.)S 166 x(For)S 167 x(example:)S 5991 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(COPY)S 240 x(RALLY$EXAMPLES:RA)S 2 x(LLY$MESSAGE_FRENCH.)S 2 x(EXE)S 239 x(-)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 449 y(_$)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(SYS$MESSAGE)S 2 x(:RALLY$MESSAGE.EXE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 896 y F151(2.)S 482 x(Copy)S 199 x(the)S 199 x(error)S 199 x (\211le)S 200 x(to)S 198 x(SYS$LIBRA)S -2 x(R)S -18 x(Y)S 198 x(and)S 199 x(rename)S 199 x(the)S 199 x(\211le)S 199 x(to)S 5991 X 598 y(RALL)S -46 x(Y$ERRO)S -2 x(RS.RGE.)S 165 x(For)S 167 x(example:)S 5991 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(COPY)S 240 x(RALLY$EXAMPLES:RA)S 2 x(LLY$ERRORS_FRENCH.R)S 2 x(GE)S 239 x(-)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5991 X 448 y(_$)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(SYS$LIBRARY)S 2 x(:RALLY$ERRORS.RGE)S %%EndCustomColor %%BeginCustomColor: 0 0 SC -199 x 11248 Y F36(NOTE)S 6290 X 896 y F151(T)S -46 x(o)S 181 x (use)S 181 x(the)S 182 x(Hebrew)S 180 x(error)S 182 x(and)S 181 x(message)S 181 x(\211les,)S 185 x(you)S 182 x(must)S 181 x(have)S 182 x(a)S 6290 X 598 y(Hebrew)S 166 x(terminal.)S 2106 13838 XY 20928 24 R 2106 14635 XY F24(3.7)S 597 x(Shutting)S 233 x(Down)S 232 x(V)S -52 x(AX)S 232 x(RALL)S -65 x(Y)S 5094 15880 XY F151(RALL)S -46 x(Y)S 167 x(provides)S 166 x (a)S 167 x(shutdown)S 166 x(procedure,)S 168 x(RALL)S -46 x(Y$STOP)S -64 x(.COM,)S 166 x(that)S 167 x(de-assigns)S 5094 X 598 y(logicals)S 183 x(and)S 182 x(de-installs)S 181 x(images)S 183 x(set)S 181 x(up)S 183 x(by)S 182 x(RALL)S -46 x(Y$ST)S -27 x(ARTUP)S -65 x(.COM.)S 183 x (The)S 5094 X 598 y(installation)S 167 x(procedure)S 168 x(copies)S 167 x(the)S 168 x(\211le)S 167 x(to)S 167 x(SYS$MANAG)S -2 x(ER.)S 167 x (Y)S -55 x(ou)S 167 x(do)S 168 x(not)S 167 x(need)S 168 x(to)S 5094 X 598 y(run)S 168 x(RALL)S -46 x(Y$STOP)S -65 x(.COM)S 167 x(every)S 168 x (time)S 167 x(you)S 168 x(shut)S 167 x(down)S 166 x(your)S 168 x(system,)S 168 x(but)S 166 x(you)S 168 x(can)S 5094 X 597 y(run)S 167 x(it)S 166 x (manually)S 167 x(to)S 166 x(shut)S 166 x(down)S 166 x(RALL)S -46 x (Y)S -56 x(.)S 2106 29901 XY F40(3\2036)S 449 x F38(After)S 166 x(Installi)S -2 x(ng)S 167 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 42 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 4-1 43 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 19507 6417 XY F24(Chapter)S 497 x(4)S 12765 8060 XY F20(Mainta)S -2 x(ining)S 299 x(V)S -66 x(AX)S 299 x(RALL)S -82 x(Y)S 2106 X 449 y 20928 48 R 5094 10800 XY F151(This)S 184 x(chapter)S 184 x(explains)S 183 x(the)S 184 x(procedure)S 184 x(to)S 184 x(follow)S 182 x(if)S 183 x (problems)S 183 x(arise)S 184 x(after)S 5094 X 598 y(installing)S 167 x (RALDO)S -2 x(023)S 166 x(or)S 166 x(the)S 167 x(RALRTO023.)S 248 x (The)S 167 x(sections)S 165 x(that)S 166 x(follow)S 166 x(explain)S 5094 X 896 y(\201)S 595 x(How)S 166 x(to)S 165 x(read)S 167 x(a)S 166 x (bugcheck)S 168 x(dump)S 166 x(\211le.)S 5094 X 798 y(\201)S 595 x(How)S 166 x(to)S 165 x(report)S 167 x(a)S 166 x(problem)S 166 x(to)S 166 x (the)S 166 x(Customer)S 165 x(Support)S 166 x(Center)S -36 x(.)S 2106 14187 XY 20928 24 R 2106 14984 XY F24(4.1)S 597 x(Reading)S 231 x(a)S 233 x(Bugcheck)S 231 x(Dump)S 232 x(File)S 5094 16230 XY F151(Occasionally)S -55 x(,)S 184 x(a)S 180 x(RALL)S -46 x(Y)S 179 x(internal)S 181 x(error)S 180 x (generates)S 180 x(a)S 180 x(\211le)S 180 x(called)S 180 x(a)S 180 x (bugcheck)S 5094 X 597 y(dump)S 166 x(\211le.)S 250 x(This)S 167 x(\211le)S 166 x(contains)S 166 x(essential)S 166 x(information)S 166 x(about)S 166 x(the)S 166 x(error)S 167 x(that)S 5094 X 598 y(occurr)S 2 x(ed)S 166 x(and)S 166 x(the)S 166 x(state)S 165 x(of)S 166 x(the)S 166 x(system)S 166 x(at)S 166 x(the)S 166 x(time)S 166 x(of)S 165 x(the)S 167 x(error)S -37 x(.)S 250 x(This)S 5094 X 598 y(information)S 170 x(becomes)S 169 x (vital)S 169 x(in)S 170 x(tracking)S 170 x(down)S 169 x(the)S 170 x (cause)S 169 x(of)S 169 x(the)S 170 x(error;)S 172 x(it)S 169 x(is)S 169 x(also)S 5094 X 598 y(important)S 166 x(to)S 166 x(Digital)S 166 x (in)S 166 x(\211xing)S 168 x(possible)S 165 x(internal)S 166 x(RALL)S -46 x(Y)S 166 x(problems.)S 5094 X 896 y(If)S 174 x(such)S 174 x(an)S 174 x(error)S 174 x(occurs,)S 177 x(the)S 174 x(message)S 173 x(reports)S 174 x(that)S 174 x(RALL)S -46 x(Y)S 173 x(is)S 173 x(creating)S 175 x (a)S 173 x(\211le)S 5094 X 598 y(called)S 5094 X 897 y F102(RALLYBUGCHK)S 2 x(.DMP)S 5094 X 896 y F151(This)S 198 x(\211le)S 198 x(is)S 196 x (normally)S 198 x(created)S 198 x(in)S 198 x(the)S 197 x(directory)S 198 x(associated)S 197 x(with)S 197 x(the)S 5094 X 598 y(SYS$LOGIN)S 165 x(logical)S 166 x(name.)S 5094 X 897 y(T)S -45 x(o)S 166 x(\211nd)S 167 x(the)S 166 x(error)S 166 x(that)S 166 x(caused)S 167 x(the)S 166 x (dump,)S 166 x(enter)S 167 x(the)S 166 x(following)S 166 x(command:)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SEARCH/WIN)S 240 x(RALLYBUGCHK.DMP)S 240 x("****")S %%EndCustomColor %%BeginCustomColor: 0 0 SC 16956 29901 XY F38(Maintaining)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(4\2031)S %%EndCustomColor L-FRV 43 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: 4-2 44 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(Asterisks)S 180 x(mark)S 182 x(the)S 181 x(location)S 181 x(of)S 181 x(the)S 181 x(error)S 182 x(message)S 180 x(in)S 181 x (the)S 182 x(\211le.)S 279 x(The)S 182 x(/WIN)S 5094 X 598 y(quali\211er)S 167 x(results)S 166 x(in)S 166 x(a)S 166 x(\211ve-line)S 167 x(window)S -46 x(.)S 249 x(For)S 167 x(example:)S 5094 X 896 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(SEARCH/WIN)S 240 x(RALLYBUGCHK.DMP)S 240 x("****")S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 747 y(2)S 240 x(7FF2548C:)S 240 x(00000003)S 240 x(03000001)S 240 x(00379120)S 239 x(00000000)S 240 x(0000000C)S 240 x(7FF25A90)S 240 x(00000004)S 5094 X 748 y(*****)S 240 x(Exception)S 240 x(at)S 239 x (0008618B)S 240 x(:)S 240 x(TUT$$SCR_W_COPY)S 240 x(+)S 239 x(00000CCA)S 5094 X 448 y(%NONAME-W-N)S 2 x(OMSG,)S 239 x(Message)S 240 x(number)S 240 x(00000000)S 5094 X 897 y F151(Y)S -55 x(ou)S 166 x(can)S 167 x (use)S 166 x(this)S 166 x(information)S 166 x(in)S 166 x(three)S 167 x (ways:)S 5094 X 896 y(\201)S 595 x(Sometimes,)S 178 x(this)S 176 x(information)S 176 x(can)S 176 x(help)S 177 x(you)S 177 x(determine)S 176 x(the)S 176 x (cause)S 176 x(of)S 176 x(the)S 5991 X 598 y(error)S 167 x(and)S 166 x (work)S 166 x(around)S 167 x(it.)S 5094 X 797 y(\201)S 595 x(Y)S -56 x (ou)S 184 x(can)S 184 x(use)S 183 x(this)S 182 x(information)S 184 x (when)S 183 x(you)S 184 x(call)S 183 x(the)S 184 x(Customer)S 182 x (Support)S 5991 X 598 y(Center)S -37 x(.)S 5094 X 797 y(\201)S 595 x (Y)S -56 x(ou)S 181 x(should)S 181 x(always)S 180 x(include)S 181 x (the)S 181 x(entire)S 181 x(bugchec)S 2 x(k)S 181 x(dump)S 180 x(\211le)S 181 x(when)S 181 x(you)S 5991 X 598 y(submit)S 177 x(an)S 179 x(SPR)S 177 x(to)S 178 x(Digital.)S 273 x(\(When)S 178 x(you)S 179 x(submit)S 177 x(a)S 178 x(RALL)S -46 x(Y)S -55 x(-related)S 177 x(SPR,)S 5991 X 597 y(please)S 177 x(describe)S 178 x(what)S 177 x(happened)S 178 x (preceding)S 178 x(the)S 178 x(error)S -36 x(.)S 272 x(Such)S 179 x (contextual)S 5991 X 598 y(information)S 166 x(is)S 166 x(very)S 167 x (useful)S 166 x(to)S 166 x(us)S 166 x(in)S 167 x(diagnosing)S 167 x (a)S 166 x(problem.\))S 2106 13683 XY 20928 24 R 2106 14480 XY F24(4.2)S 597 x(Reporting)S 232 x(Problems)S 233 x(to)S 232 x(Digital)S 5094 15725 XY F151(Make)S 182 x(sure)S 182 x(you)S 182 x(know)S 181 x(your)S 183 x (access)S 180 x(number)S 182 x(before)S 182 x(you)S 182 x(call)S 181 x (the)S 181 x(Customer)S 5094 X 598 y(Support)S 184 x(Center)S 184 x (\(CSC\))S -2 x(,)S 184 x(and)S 184 x(use)S 184 x(the)S 183 x(access)S 184 x(number)S 184 x(to)S 183 x(identify)S 184 x(yourself)S 5094 X 598 y (when)S 182 x(you)S 183 x(call.)S 280 x(T)S -30 x(reat)S 181 x(the)S 182 x(access)S 181 x(number)S 182 x(and)S 182 x(the)S 182 x(telephone)S 182 x(numbers)S 182 x(of)S 5094 X 598 y(the)S 176 x(CSC)S 175 x(con\211den)S 2 x(tially)S -56 x(.)S 270 x(Y)S -56 x(ou)S 176 x(should)S 176 x(designate)S 176 x(CSC)S 175 x(contact)S 176 x(people)S 176 x(in)S 176 x(your)S 5094 X 597 y(organization,)S 168 x(and)S 166 x(only)S 167 x(these)S 166 x(people)S 166 x(should)S 166 x(know)S 166 x(the)S 166 x(CSC)S 166 x(access)S 165 x (numbers.)S 5094 X 897 y(The)S 184 x(contact)S 184 x(people)S 183 x (you)S 184 x(designate)S 184 x(can)S 184 x(speak)S 183 x(directly)S 184 x(with)S 183 x(a)S 183 x(CSC)S 182 x(team)S 5094 X 598 y(specialist.)S 250 x(The)S 167 x(CSC)S 166 x(will)S 165 x(call)S 167 x(the)S 166 x (contact)S 167 x(people)S 167 x(directly)S 167 x(to)S 166 x(deliver)S 167 x(a)S 166 x(solution,)S 5094 X 597 y(request)S 166 x(more)S 167 x (information,)S 166 x(or)S 167 x(con\211rm)S 167 x(a)S 166 x(solution)S 166 x(previously)S 167 x(delivered.)S 5094 X 897 y(The)S 180 x(CSC)S 178 x(will)S 178 x(be)S 179 x(able)S 179 x(to)S 178 x(respond)S 179 x (faster)S 179 x(and)S 179 x(more)S 179 x(accurately)S 180 x(if)S 178 x (you)S 180 x(have)S 5094 X 598 y(complete)S 178 x(information)S 179 x (available)S 178 x(when)S 178 x(you)S 179 x(call.)S 274 x(Preparing)S 179 x(a)S 178 x(statement)S 178 x(of)S 5094 X 598 y(the)S 179 x(problem)S 178 x(and)S 179 x(thinking)S 180 x(through)S 180 x(the)S 179 x(sequence)S 179 x(of)S 178 x(events)S 179 x(that)S 178 x(led)S 179 x(to)S 178 x (its)S 5094 X 597 y(occurr)S 2 x(ence)S 177 x(can)S 177 x(eliminate)S 176 x(the)S 176 x(need)S 177 x(for)S 177 x(calls)S 176 x(from)S 176 x (the)S 177 x(CSC)S 175 x(to)S 177 x(gather)S 177 x(more)S 5094 X 598 y (information.)S 250 x(The)S 159 x(specialist)S 156 x(can)S 159 x(focus)S 158 x(immediately)S 157 x(on)S 158 x(isolating)S 158 x(and)S 158 x(analyzing)S 5094 X 598 y(the)S 167 x(problem,)S 166 x(rather)S 167 x(than)S 166 x (on)S 167 x(de\211ning)S 167 x(it.)S 2106 29901 XY F40(4\2032)S 449 x F38(Maintaining)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S %%EndCustomColor R-FRV 44 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier Helvetica-Bold Helvetica %%PageCustomColors: 0 1 % %%Page: 4-3 45 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(The)S 182 x(following)S 181 x(list)S 180 x(of)S 181 x(questions)S 181 x(helps)S 181 x(you)S 182 x(collect)S 181 x(supporting)S 182 x(information)S 5094 X 598 y(that)S 172 x(is)S 172 x(often)S 172 x (overlooked,)S 175 x(but)S 172 x(is)S 172 x(essential)S 171 x(to)S 172 x (understanding)S 173 x(a)S 172 x(problem)S 172 x(in)S 172 x(its)S 5094 X 597 y(context.)S 260 x(T)S -31 x(ry)S 172 x(to)S 170 x(write)S 170 x (down)S 171 x(an)S 171 x(answer)S 171 x(to)S 170 x(each)S 171 x(question)S 171 x(and)S 171 x(have)S 172 x(the)S 171 x(list)S 170 x(of)S 5094 X 598 y(answers)S 166 x(ready)S 166 x(when)S 167 x(you)S 167 x(call)S 166 x(the)S 166 x(CSC.)S 5094 X 897 y(1.)S 482 x(What)S 185 x(RALL)S -46 x(Y)S 186 x(kit)S 185 x(is)S 186 x(installed)S 185 x(on)S 186 x (your)S 186 x(system)S 185 x(\(V)S -55 x(AX)S 185 x(RALL)S -46 x(Y)S -56 x(,)S 186 x(which)S 5991 X 598 y(includes)S 174 x(the)S 174 x(De\211nition)S 174 x(System)S 174 x(and)S 174 x(the)S 174 x(Run-T)S -12 x(ime)S 173 x (System,)S 176 x(or)S 174 x(the)S 174 x(V)S -56 x(AX)S 5991 X 597 y (RALL)S -46 x(Y)S 166 x(Run-T)S -12 x(ime)S 166 x(Option,)S 166 x(which)S 166 x(includes)S 166 x(only)S 167 x(the)S 167 x(Run-T)S -12 x(ime)S 165 x(System\)?)S 5094 X 797 y(2.)S 482 x(What)S 186 x(related)S 186 x (softw)S -2 x(are)S 187 x(are)S 186 x(you)S 187 x(running)S 187 x(and)S 187 x(what)S 185 x(are)S 186 x(the)S 186 x(version)S 5991 X 598 y(numbers)S 188 x(\(VMS)S 187 x(operating)S 188 x(system,)S 192 x(prerequisite)S 188 x(software,)S 192 x(and)S 188 x(any)S 5991 X 598 y(optional)S 166 x (software\)?)S 248 x(Are)S 166 x(these)S 166 x(the)S 166 x(most)S 166 x (current)S 167 x(versions)S 166 x(available?)S 5094 X 797 y(3.)S 482 x (In)S 172 x(what)S 172 x(environment)S 173 x(or)S 172 x(under)S 173 x (what)S 171 x(conditions)S 173 x(does)S 171 x(the)S 172 x(problem)S 172 x(occur)S 5991 X 598 y(\(for)S 166 x(example,)S 167 x(interactive,)S 167 x(network,)S 167 x(loaded)S 166 x(or)S 166 x(single)S 166 x(user)S 167 x(system\)?)S 5094 X 797 y(4.)S 482 x(Have)S 175 x(any)S 176 x(chang)S 2 x(es)S 174 x(occurred)S 176 x(with)S 175 x(the)S 175 x(software)S 174 x(or)S 175 x(its)S 174 x(usage)S 176 x(that)S 175 x(might)S 5991 X 597 y(correlate)S 166 x(with)S 166 x(the)S 166 x(incidence)S 167 x(of)S 166 x(the)S 166 x(problem)S 166 x(such)S 167 x(as:)S 5991 X 797 y(\201)S 595 x(Installing)S 166 x(new)S 166 x(prerequisite)S 166 x(or)S 166 x (optional)S 166 x(software?)S 5991 X 797 y(\201)S 595 x(Upgrading)S 167 x(existing)S 167 x(softw)S -2 x(are?)S 5094 X 797 y(5.)S 482 x(If)S 166 x(the)S 166 x(problem)S 166 x(occurs)S 166 x(in)S 167 x(the)S 166 x (De\211nition)S 166 x(System)S 166 x(environmen)S 2 x(t)S 5991 X 797 y (\201)S 595 x(What)S 165 x(menu)S 167 x(path)S 166 x(did)S 166 x(you)S 167 x(take)S 166 x(to)S 166 x(get)S 166 x(to)S 166 x(the)S 166 x(problem)S 166 x(area?)S 5991 X 797 y(\201)S 595 x(What)S 165 x(is)S 166 x(the)S 166 x(exact)S 167 x(error)S 166 x(you)S 167 x(are)S 167 x(receiving?)S 5094 X 797 y(6.)S 482 x(If)S 166 x(the)S 166 x(problem)S 166 x(occurs)S 166 x(in)S 167 x(the)S 166 x(Run-T)S -12 x(ime)S 166 x(System)S 166 x (environment)S 5991 X 797 y(\201)S 595 x(What)S 165 x(is)S 166 x(the)S 166 x(exact)S 167 x(error)S 166 x(you)S 167 x(are)S 167 x(receiving?)S 5991 X 797 y(\201)S 595 x(What)S 167 x(has)S 167 x(changed)S 168 x(since)S 167 x(the)S 167 x(application)S 167 x(last)S 167 x(worked)S 167 x(successfully)S 167 x(\(for)S 6888 X 598 y(example,)S 166 x(data,)S 167 x(application)S 165 x(de\211nition,)S 168 x(system)S 165 x(parameters\)?)S 5094 X 797 y (7.)S 482 x(If)S 163 x(the)S 163 x(De\211nition)S 164 x(System)S 162 x (or)S 164 x(Run-T)S -12 x(ime)S 163 x(System)S 163 x(worked)S 163 x (successfully)S 163 x(before,)S 5991 X 598 y(but)S 168 x(does)S 167 x (not)S 168 x(now)S -46 x(,)S 168 x(will)S 167 x(it)S 167 x(work)S 168 x (under)S 168 x(the)S 168 x(old)S 167 x(conditions?)S 253 x(Have)S 168 x (you)S 168 x(saved)S 5991 X 598 y(a)S 166 x(copy)S 167 x(of)S 166 x (the)S 166 x(application)S 166 x(\211le)S 166 x(or)S 166 x(gener)S 2 x (ated)S 165 x(application)S 166 x(to)S 166 x(check)S 167 x(this?)S 5094 X 797 y(8.)S 482 x(Can)S 165 x(you)S 166 x(reproduce)S 166 x(the)S 165 x (problem)S 165 x(with)S 165 x(a)S 165 x(short)S 165 x(example?)S 249 x (This)S 165 x(will)S 165 x(help)S 165 x(the)S 5991 X 597 y(CSC)S 170 x (team)S 171 x(specialist)S 170 x(in)S 171 x(reproducing)S 173 x(the)S 171 x(problem.)S 260 x(It)S 170 x(can)S 172 x(be)S 171 x(particularly)S 5991 X 598 y(helpful)S 171 x(if)S 170 x(you)S 172 x(can)S 171 x(reproduce)S 172 x(the)S 171 x(problem)S 170 x(using)S 172 x(the)S 170 x(\211les)S 171 x(supplied)S 170 x(in)S 171 x(the)S 5991 X 598 y(RALL)S -46 x(Y$EXAMPLES)S 165 x(directory)S -55 x(.)S 16956 29901 XY F38(Maintaining)S 166 x(V)S -33 x(AX)S 166 x(RALL)S -33 x(Y)S 448 x F40(4\2033)S %%EndCustomColor L-FRV 45 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica Helvetica-Bold %%PageCustomColors: 0 % %%Page: 4-4 46 /DEC$EDMS_MAKE_FILM where { pop } { /DEC$EDMS_SUPPRESS_BLANKPAGES where { pop } { CLRP showpage } ifelse } ifelse %%PageTrailer %%PageFonts: %%PageCustomColors: % %%Page: A-1 47 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 18848 6395 XY F24(Appendix)S 498 x(A)S 4808 8039 XY F20(Files)S 298 x(and)S 298 x(Logical)S 298 x(Names)S 298 x(Installed)S 297 x(on)S 299 x(Y)S -66 x(our)S 19838 9035 XY(Syste)S -2 x(m)S 2106 X 448 y 20928 48 R 5094 11775 XY F151(The)S 174 x(V)S -55 x(AX)S 172 x(RALL)S -46 x(Y)S 173 x(installation)S 172 x(procedure)S 174 x(installs)S 172 x(a)S 173 x (number)S 174 x(of)S 173 x(\211les)S 173 x(on)S 174 x(your)S 5094 X 598 y(system)S 172 x(and)S 172 x(de\211nes)S 172 x(some)S 171 x(logical)S 172 x(names.)S 261 x(Sections)S 172 x(A.1)S 171 x(and)S 172 x(A.2)S 172 x(list)S 171 x(the)S 172 x(\211les)S 5094 X 597 y(installed.)S 260 x (Section)S 171 x(A.3)S 172 x(lists)S 170 x(the)S 171 x(logical)S 172 x (names)S 171 x(that)S 171 x(are)S 172 x(added)S 171 x(to)S 171 x(the)S 171 x(system)S 5094 X 598 y(logical)S 167 x(name)S 166 x(table.)S 5094 X 897 y(Note)S 168 x(that)S 168 x(the)S 168 x(RALDO)S -2 x(023)S 168 x (kit)S 168 x(contains)S 168 x(all)S 167 x(the)S 168 x(\211les)S 168 x (that)S 168 x(are)S 168 x(in)S 168 x(the)S 168 x(Run-T)S -12 x(ime)S 5094 X 597 y(Option)S 166 x(kit.)S 2106 X 847 y 20928 24 R 2106 16706 XY F24(A.1)S 596 x(V)S -51 x(AX)S 232 x(RALL)S -65 x(Y)S 233 x(Files)S 5094 17952 XY F151(When)S 179 x(you)S 179 x(install)S 178 x(the)S 178 x (RALL)S -46 x(Y)S 178 x(development)S 179 x(option,)S 182 x(the)S 178 x (following)S 179 x(\211les)S 178 x(are)S 5094 X 597 y(transferred)S 167 x(to)S 165 x(your)S 168 x(system:)S 2106 X 897 y F102(SYS$HELP:RALLY023.R)S 2 x(ELEASE_NOTES)S 14061 X(Online)S 240 x(Release)S 239 x(Notes)S 2106 X 448 y(SYS$HELP:RALLY023_R)S 2 x(ELEASE_NOTES.LN03)S 14061 X(Online)S 240 x(Release)S 239 x(Notes,)S 14300 X 449 y(LN03)S 239 x(format)S 2106 X 448 y(SYS$HELP:RALLY023_R)S 2 x(ELEASE_NOTES.PS)S 14061 X(Online)S 240 x (Release)S 239 x(Notes,)S 14300 X 448 y(POSTSCRIPT)S 240 x(format)S 2106 X 747 y(SYS$LIBRARY:RALLY$A)S 2 x(LLIN1.COM)S 14061 X(Runs)S 239 x (RALLY)S 240 x(from)S 239 x(within)S 240 x(ALL-IN-1)S 2106 X 449 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.ADA)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.BAS)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.FOR)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.H)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.MAR)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.PAS)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.PLI)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.R32)S 14061 X(Callable)S 240 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$C)S 2 x(I_DEFINITIONS.TLB)S 14061 X(Callable)S 240 x(interface)S 240 x(text)S 239 x(library)S 11492 29901 XY F38(Files)S 165 x(and)S 167 x(Logical)S 166 x(Names)S 167 x(Installed)S 166 x(on)S 166 x(Y)S -41 x(our)S 167 x(System)S 449 x F40(A\2031)S %%EndCustomColor L-FRV 47 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 % %%Page: A-2 48 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2673 XY F102(SYS$LIBRARY:RALLY$C)S 2 x(LD.EXE)S 14061 X(Command)S 240 x(line)S 239 x(processing)S 2106 X 449 y(SYS$LIBRARY:RALLY$E)S 2 x (DT.RGK)S 14061 X(EDT)S 239 x(key)S 240 x(definitions)S 2106 X 448 y (SYS$LIBRARY:RALLY$E)S 2 x(DT_NUMERIC.RGK)S 14061 X(EDT/numeric)S 240 x (keypad)S 2106 X 448 y(SYS$LIBRARY:RALLY$E)S 2 x(MPTY.RGA)S 14061 X (Empty)S 239 x(application)S 241 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$E)S 2 x(RRORS.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 2106 X 448 y(SYS$LIBRARY:RALLY$E)S 2 x(XTERNAL_TV.OBJ)S 14061 X(Buffer)S 240 x (method)S 239 x(3GL)S 240 x(exits)S 14300 X 448 y(-)S 239 x(transfer)S 240 x(vectors)S 2106 X 449 y(SYS$LIBRARY:RALLY$E)S 2 x(XTERNAL.EXE)S 14061 X(External)S 240 x(program)S 240 x(stub)S 2106 X 448 y(SYS$LIBRARY:RALLY$H)S 2 x(ELP.RGH)S 14061 X(Internal)S 240 x(command)S 240 x(line)S 239 x (help)S 2106 X 448 y(SYS$LIBRARY:RALLY$P)S 2 x(RINTER.RGP)S 14061 X (Printer)S 240 x(output)S 239 x(formatting)S 240 x(data)S 240 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$R)S 2 x(DS.RGA)S 14061 X(Definer)S 240 x (application)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$R)S 2 x(DS_ERRORS.RGE)S 14061 X(Definer)S 240 x(non-fatal)S 240 x(error)S 239 x(messages)S 2106 X 448 y(SYS$LIBRARY:RALLY$R)S 2 x(DS_HELP.RGH)S 14061 X(Definer)S 240 x (internal)S 240 x(help)S 239 x(messages)S 2106 X 449 y(SYS$LIBRARY:RALLY$S)S 2 x(HARE.EXE)S 14061 X(RALLY)S 239 x(shareable)S 240 x(image)S 2106 X 448 y(SYS$LIBRARY:RALLY$T)S 2 x(ERMINALS.TXT)S 14061 X(Definition)S 240 x(builder)S 240 x(data)S 239 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$U)S 2 x(TILITIES.DAT)S 14061 X(Definer)S 240 x(utilities)S 240 x(data)S 239 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$W)S 2 x(PS.RGK)S 14061 X (WPS)S 239 x(key)S 240 x(definitions)S 2106 X 448 y(SYS$LIBRARY:RALLY$W)S 2 x(PS_NUMERIC.RGK)S 14061 X(WPS/numeric)S 240 x(keypad)S 2106 X 448 y (SYS$LIBRARY:RALLY_E)S 2 x(DT.RGK)S 14061 X(Version)S 240 x(1)S 239 x (EDT)S 239 x(key)S 240 x(definitions)S 2106 X 449 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_132.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/132)S 240 x(column)S 239 x(mode)S 2106 X 448 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_NUMERIC.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/numeric)S 240 x(keypad)S 2106 X 448 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_VAXSTATION.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/132)S 240 x(columns,)S 240 x(60)S 239 x(lines)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS.RGK)S 14061 X(Version)S 240 x (1)S 239 x(WPS)S 239 x(key)S 240 x(definitions)S 2106 X 449 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_132.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/132)S 240 x(column)S 239 x(mode)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_NUMERIC.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/numeric)S 240 x(keypad)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_VAXSTATION.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/132)S 240 x(columns,)S 240 x(60)S 239 x(lines)S 2106 X 748 y(SYS$MESSAGE:RALLY$M)S 2 x(ESSAGE.EXE)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 2106 X 747 y(SYS$STARTUP:RALLY$S)S 2 x (TARTUP.COM)S 14061 X(Startup)S 240 x(command)S 239 x(procedure)S 2106 X 448 y(SYS$MANAGER:RALLY$S)S 2 x(TOP.COM)S 14061 X(Shutdown)S 240 x(command)S 240 x(procedure)S 2106 X 747 y(SYS$SYSTEM:RALLY$MA)S 2 x(IN.EXE)S 14061 X (RALLY)S 239 x(Run-Time)S 240 x(image)S 2106 X 449 y(SYS$SYSTEM:RALLY$RD)S 2 x(S_MAIN.EXE)S 14061 X(RALLY)S 239 x(Definition)S 241 x(System)S 239 x (image)S 2106 X 448 y(SYS$SYSTEM:RALLYRDS)S 2 x(.EXE)S 14061 X(Image)S 239 x(stub)S 240 x(required)S 240 x(for)S 239 x(TEAMDATA)S 2106 X 747 y (SYS$TEST:RALLY$IVP.)S 2 x(COM)S 14061 X(RALLY)S 239 x(IVP)S 240 x(command)S 240 x(procedure)S 2106 X 449 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.ADA)S 14061 X(ODI)S 239 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.BAS)S 14061 X(ODI)S 239 x (interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.FOR)S 14061 X(ODI)S 239 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.H)S 14061 X(ODI)S 239 x(interface)S 240 x(include)S 240 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.MAR)S 14061 X(ODI)S 239 x (interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.PAS)S 14061 X(ODI)S 239 x(interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.PLI)S 14061 X(ODI)S 239 x(interface)S 240 x(include)S 240 x(file)S 2106 X 449 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.R32)S 14061 X(ODI)S 239 x (interface)S 240 x(include)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$O)S 2 x(DI_DEFINITIONS.TLB)S 14061 X(Callable)S 240 x(interface)S 240 x (text)S 239 x(library)S 5094 X 897 y F151(If)S 173 x(you)S 174 x(choose)S 173 x(to)S 173 x(install)S 173 x(the)S 173 x(De\211nition)S 173 x(System)S 173 x(examples,)S 175 x(the)S 173 x(following)S 173 x(\211les)S 5094 X 597 y(are)S 167 x(transferred)S 166 x(to)S 166 x(your)S 167 x(system:)S 2106 X 897 y F102(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.BAS)S 14061 X(3GL)S 239 x(application)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.C)S 14061 X(3GL)S 239 x(application)S 240 x(example)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.COB)S 14061 X(3GL)S 239 x(application)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.COM)S 14061 X (3GL)S 239 x(application)S 240 x(command)S 240 x(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.FOR)S 14061 X(3GL)S 239 x(application)S 240 x(example)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL.RGA)S 14061 X (3GL)S 239 x(application)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL_LINK.COM)S 14061 X(3GL)S 239 x(application)S 240 x(link)S 240 x(command)S 240 x(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$3GL_LINK_TV.MAR)S 14061 X(3GL)S 239 x(application)S 240 x(transfer)S 240 x(vectors)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$APPLICATION_USERS)S 2 x(_GUIDE.SDML)S 240 x(Online)S 240 x(Application)S 240 x(User's)S 239 x(Guide)S 2106 29901 XY F40(A\2032)S 448 x F38(Files)S 166 x(and)S 166 x(Logical)S 167 x(Names)S 167 x(Installed)S 165 x(on)S 167 x(Y)S -42 x(our)S 167 x(System)S %%EndCustomColor R-FRV 48 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: A-3 49 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2673 XY F102(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_FULL.COM)S 14061 X (Callable)S 240 x(interface)S 240 x(command)S 240 x(procedure)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_FULL_BASIC.BAS)S 14061 X(Callable)S 240 x(interface)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_FULL_CC.C)S 14061 X(Callable)S 240 x(interface)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_COBOL.COB)S 14061 X(Callable)S 240 x(interface)S 240 x(example)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_SIMPLIFIED.COM)S 14061 X(Callable)S 240 x(interface)S 240 x (command)S 240 x(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x (Y$CI_SIMPLIFIED_BAS)S 2 x(IC.BAS)S 14061 X(Callable)S 240 x(interface)S 240 x(example)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CI_SIMPLIFIED_CC.)S 2 x(C)S 14061 X(Callable)S 240 x(interface)S 240 x(example)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$COMMERCE.RBR)S 14061 X(Commerce)S 240 x(demo:)S 239 x(Database)S 240 x(backup)S 240 x(file)S 2106 X 448 y (RALLY$EXAMPLES:RALL)S 2 x(Y$COMMERCE.RDB)S 14061 X(Commerce)S 240 x (demo:)S 239 x(Database)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$COMMERCE.RGA)S 14061 X(Commerce)S 240 x(demo:)S 239 x(Application)S 241 x(file)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$COMMERCE.SNP)S 14061 X(Commerce)S 240 x(demo:)S 239 x(Database)S 240 x(snapshot)S 240 x (file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CREATE_TAPES.CDO)S 14061 X(CDO)S 239 x(Command)S 240 x(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$EDT.RGC)S 14061 X(EDT-style)S 240 x(key-to-command)S 240 x(assignments)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SALES_INFO.RBR)S 14061 X(Sales)S 239 x(demo:)S 240 x(Database)S 240 x(backup)S 240 x(file)S 2106 X 448 y (RALLY$EXAMPLES:RALL)S 2 x(Y$SALES_INFO.RDB)S 14061 X(Sales)S 239 x (demo:)S 240 x(Database)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SALES_INFO.RGA)S 14061 X(Sales)S 239 x(demo:)S 240 x(Application)S 240 x(file)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SALES_INFO.SNP)S 14061 X(Sales)S 239 x(demo:)S 240 x(Database)S 240 x(snapshot)S 240 x (file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$WPS.RGC)S 14061 X(WPS-style)S 240 x(key-to-command)S 240 x(assignments)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_DIR.C)S 14061 X(ODI)S 239 x(DSD)S 240 x(directory)S 240 x (demo:)S 239 x(C)S 239 x(code)S 240 x(for)S 14300 X 449 y(ODI)S 239 x (DSD)S 240 x(functions)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_DIR.CDO)S 14061 X(ODI)S 239 x(DSD)S 240 x(directory)S 240 x(demo:)S 239 x(CDO)S 240 x(command)S 14300 X 448 y(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_DIR.RGA)S 14061 X(ODI)S 239 x(DSD)S 240 x(directory)S 240 x (demo:)S 239 x(Application)S 14300 X 449 y(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_DIR_LINK.COM)S 14061 X(ODI)S 239 x(DSD)S 240 x(directory)S 240 x(demo:)S 239 x(Link)S 240 x(command)S 14300 X 448 y(procedure)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_DIR.EXE)S 14061 X(ODI)S 239 x(DSD)S 240 x(directory)S 240 x(demo:)S 239 x(Shareable)S 14300 X 448 y(image)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$COMMON_DSD_AGENT.)S 2 x(COB)S 14061 X(ACMS)S 239 x(example:)S 240 x(DSD)S 240 x(agent)S 239 x(code)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CUST_DSD_AGENT.CO)S 2 x(B)S 14061 X(ACMS)S 239 x(example:)S 240 x(CUST_DSD)S 240 x(agent)S 240 x(code)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$CUST_DSD_SERVER.C)S 2 x(OB)S 14061 X(ACMS)S 239 x(example:)S 240 x(CUST_DSD)S 240 x(server)S 240 x(code)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS.RGA)S 14061 X(ACMS)S 239 x(example:)S 240 x(RALLY)S 240 x(application)S 240 x (file)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_APPL_BUI)S 2 x(LD.COM)S 14061 X(ACMS)S 239 x(example:)S 240 x(Build)S 240 x(ACMS)S 239 x(application)S 14300 X 448 y(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_COMPILE.)S 2 x(COM)S 14061 X(ACMS)S 239 x(example:)S 240 x(Compile)S 240 x(ACMS)S 240 x(agent)S 14300 X 449 y(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_DICT_DEF)S 2 x(N.COM)S 14061 X(ACMS)S 239 x(example:)S 240 x(CDD/Plus)S 240 x(Dictionary)S 14300 X 448 y(Definitions)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_LINK.COM)S 14061 X(ACMS)S 239 x(example:)S 240 x(Link)S 240 x(ACMS)S 239 x(agent)S 14300 X 448 y(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_LOGICALS)S 2 x(.COM)S 14061 X(ACMS)S 239 x(example:)S 240 x(Logicals)S 2106 X 449 y (RALLY$EXAMPLES:RALL)S 2 x(Y$ODI_ACMS_SERVER_L)S 2 x(INK.COM)S 14061 X (ACMS)S 239 x(example:)S 240 x(Link)S 240 x(ACMS)S 239 x(server)S 14300 X 448 y(procedure)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$RESV_DSD_AGENT.CO)S 2 x(B)S 14061 X(ACMS)S 239 x(example:)S 240 x(RESV_DSD)S 240 x(agent)S 240 x(code)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$RESV_DSD_READ_SER)S 2 x(VER.COB)S 14061 X(ACMS)S 239 x(example:)S 240 x(RESV_DSD)S 240 x (server)S 240 x(code)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$RESV_DSD_UPD_SERV)S 2 x(ER.COB)S 14061 X(ACMS)S 239 x(example:)S 240 x(RESV_DSD)S 240 x (server_code)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_COMMIT.SQLMOD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_GET_CUST.SQLM)S 2 x(OD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_GET_RESV.SQLM)S 2 x(OD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_READ_TXN.SQLM)S 2 x(OD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_ROLLBACK.SQLM)S 2 x(OD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_RW_TXN.SQLMOD)S 14061 X (ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$SQL_UPDATE_RESV.S)S 2 x(QLMOD)S 14061 X(ACMS)S 239 x(example:)S 240 x(SQL)S 240 x(module)S 239 x(routine)S 2106 X 448 y(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_AGENT_LIB.TLB)S 14061 X (ACMS)S 239 x(example:)S 240 x(Text)S 240 x(library)S 2106 X 449 y(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_APPL.ADF)S 14061 X(ACMS)S 239 x(example:)S 240 x(ACMS)S 240 x (application)S 14300 X 448 y(definition)S 240 x(file)S 2106 X 448 y (RALLY$EXAMPLES:ODI_)S 2 x(ACMS_CUST_TASK.TDF)S 14061 X(ACMS)S 239 x (example:)S 240 x(ACMS)S 240 x(task)S 239 x(definition)S 14300 X 449 y (file)S 11492 29901 XY F38(Files)S 165 x(and)S 167 x(Logical)S 166 x (Names)S 167 x(Installed)S 166 x(on)S 166 x(Y)S -41 x(our)S 167 x(System)S 449 x F40(A\2033)S %%EndCustomColor L-FRV 49 PP EP %%PageTrailer %%PageFonts: Courier Helvetica Helvetica-Bold %%PageCustomColors: 0 % %%Page: A-4 50 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2673 XY F102(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_GROUP.GDF)S 14061 X (ACMS)S 239 x(example:)S 240 x(ACMS)S 240 x(group)S 239 x(definition)S 14300 X 449 y(file)S 2106 X 448 y(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_RESV_READ_TASK)S 2 x(.TDF)S 14061 X(ACMS)S 239 x(example:)S 240 x(ACMS)S 240 x(task)S 239 x(definition)S 14300 X 448 y(file)S 2106 X 449 y(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_RESV_UPDATE_TA)S 2 x(SK.TDF)S 14061 X(ACMS)S 239 x(example:)S 240 x(ACMS)S 240 x(task)S 239 x(definition)S 2106 X 747 y(RALLY$EXAMPLES:RDS_)S 2 x(WPS.RGC)S 14061 X(OLD)S 239 x(WPS-style)S 240 x(key-to-comman)S 2 x(d)S 14300 X 448 y(assignments)S 2106 X 449 y(RALLY$EXAMPLES:RDS_)S 2 x(EDT.RGC)S 14061 X(OLD)S 239 x(EDT-style)S 240 x(key-to-comman)S 2 x(d)S 14300 X 448 y(assignments)S 2106 X 448 y(RALLY$EXAMPLES:TAPE)S 2 x(S_DEFINE.RGM)S 14061 X(Tapes)S 239 x(demo:)S 240 x(macro)S 240 x (definitions)S 2106 X 449 y(RALLY$EXAMPLES:ODI_)S 2 x(ACMS_STARTUP.COM)S 14061 X(ACMS)S 239 x(startup)S 2106 X 448 y(RALLY$EXAMPLES:ODI_)S 2 x (ACMS_SYSTEM_LOGICAL)S 2 x(S.COM)S 14061 X(ACMS)S 239 x(system)S 240 x (logicals)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$DECTRACE_REPORTS.)S 2 x(RGA)S 14061 X(DECtrace)S 240 x(reports)S 240 x(example:)S 239 x (RALLY)S 240 x(application)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$DECTRACE_TRANSACT)S 2 x(ION)S 14061 X(DECtrace)S 240 x(reports)S 240 x(example:)S 239 x(FIX)S 240 x(fix)S 2345 X 449 y(_TYPES.RGF)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$DECTRACE_REPORTS_)S 2 x(EXE.EXE)S 14061 X(DECtrace)S 240 x(reports)S 240 x(example:)S 239 x(shareable)S 241 x(image)S 5094 X 897 y F151(If)S 173 x(you)S 174 x(choose)S 173 x (to)S 173 x(install)S 173 x(the)S 173 x(Run-T)S -12 x(ime)S 173 x(System)S 173 x(examples,)S 175 x(the)S 173 x(following)S 173 x(\211les)S 5094 X 598 y(are)S 167 x(transferred)S 166 x(to)S 166 x(your)S 167 x(system:)S 2106 X 896 y F102(RALLY$EXAMPLES:RALL)S 2 x(Y$DEMO.COM)S 14061 X(Text)S 239 x(demo)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.COM)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Command)S 240 x(file)S 2106 X 449 y (RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RBR)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x(backup)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RDB)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x (file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RGA)S 14061 X (Tapes)S 239 x(demo:)S 240 x(Application)S 240 x(file)S 2106 X 449 y (RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.SNP)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x(snapshot)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.TXT)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Explanation)S 240 x(of)S 240 x(application)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x (Y$TAPES_RUN.RGM)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Macros)S 240 x (for)S 239 x(running)S 240 x(Tapes)S 2106 X 748 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_DANISH.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Danish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_FRENCH.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(French\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_GERMAN.RGE)S 14061 X (Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(German\))S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_HEBREW.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Hebrew\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_SPANISH.RG)S 2 x(E)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Spanish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_SWEDISH.RG)S 2 x(E)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Swedish\))S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_DANISH.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x (file)S 240 x(\(Danish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_FRENCH.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(French\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_GERMAN.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(German\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_HEBREW.EX)S 2 x(E)S 14061 X (RALLY)S 239 x(message)S 240 x(file)S 240 x(\(Hebrew\))S 2106 X 449 y (RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_SPANISH.E)S 2 x(XE)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(Spanish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_SWEDISH.E)S 2 x(XE)S 14061 X(RALLY)S 239 x(message)S 240 x (file)S 240 x(\(Swedish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE.MSG)S 14061 X(RALLY)S 239 x(message)S 240 x(source)S 240 x(file)S 2106 29901 XY F40(A\2034)S 448 x F38(Files)S 166 x(and)S 166 x(Logical)S 167 x(Names)S 167 x(Installed)S 165 x(on)S 167 x(Y)S -42 x(our)S 167 x(System)S %%EndCustomColor R-FRV 50 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: A-5 51 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2429 XY 20928 24 R 2106 3226 XY F24(A.2)S 596 x(V)S -51 x (AX)S 232 x(RALL)S -65 x(Y)S 233 x(Run-T)S -13 x(ime)S 232 x(Option)S 233 x(Files)S 5094 4472 XY F151(When)S 184 x(you)S 185 x(install)S 183 x (the)S 183 x(RALL)S -46 x(Y)S 183 x(Run-T)S -12 x(ime)S 184 x(Option,)S 188 x(the)S 183 x(following)S 184 x(\211les)S 183 x(are)S 5094 X 597 y (transferred)S 167 x(to)S 165 x(your)S 168 x(system:)S 2106 6265 XY F102(SYS$HELP:RALLY023.R)S 2 x(ELEASE_NOTES)S 14061 X(Online)S 240 x (Release)S 239 x(Notes)S 2106 X 448 y(SYS$HELP:RALLY023_R)S 2 x(ELEASE_NOTES.LN03)S 14061 X(Online)S 240 x(Release)S 239 x(Notes,)S 14300 X 449 y(LN03)S 239 x(format)S 2106 X 448 y(SYS$HELP:RALLY023_R)S 2 x(ELEASE_NOTES.PS)S 14061 X(Online)S 240 x(Release)S 239 x(Notes,)S 14300 X 448 y(POSTSCRIPT)S 240 x(format)S 2106 X 747 y(SYS$LIBRARY:RALLY$A)S 2 x(LLIN1.COM)S 14061 X (Runs)S 239 x(RALLY)S 240 x(from)S 239 x(within)S 240 x(ALL-IN-1)S 2106 X 449 y(SYS$LIBRARY:RALLY$C)S 2 x(LD.EXE)S 14061 X(Command)S 240 x(line)S 239 x(processing)S 2106 X 448 y(SYS$LIBRARY:RALLY$E)S 2 x(DT.RGK)S 14061 X (EDT)S 239 x(key)S 240 x(definitions)S 2106 X 448 y(SYS$LIBRARY:RALLY$E)S 2 x(DT_NUMERIC.RGK)S 14061 X(EDT/numeric)S 240 x(keypad)S 2106 X 449 y (SYS$LIBRARY:RALLY$E)S 2 x(RRORS.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 2106 X 448 y(SYS$LIBRARY:RALLY$E)S 2 x(XTERNAL.EXE)S 14061 X(External)S 240 x(program)S 240 x(stub)S 2106 X 448 y(SYS$LIBRARY:RALLY$H)S 2 x(ELP.RGH)S 14061 X(Internal)S 240 x(command)S 240 x(line)S 239 x (help)S 2106 X 449 y(SYS$LIBRARY:RALLY$P)S 2 x(RINTER.RGP)S 14061 X (Printer)S 240 x(output)S 239 x(formatting)S 240 x(data)S 240 x(file)S 2106 X 448 y(SYS$LIBRARY:RALLY$S)S 2 x(HARE.EXE)S 14061 X(RALLY)S 239 x (shareable)S 240 x(image)S 2106 X 448 y(SYS$LIBRARY:RALLY$W)S 2 x(PS.RGK)S 14061 X(WPS)S 239 x(key)S 240 x(definitions)S 2106 X 449 y(SYS$LIBRARY:RALLY$W)S 2 x(PS_NUMERIC.RGK)S 14061 X(WPS/numeric)S 240 x(keypad)S 2106 X 448 y (SYS$LIBRARY:RALLY_E)S 2 x(DT.RGK)S 14061 X(Version)S 240 x(1)S 239 x (EDT)S 239 x(key)S 240 x(definitions)S 2106 X 448 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_132.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/132)S 240 x(column)S 239 x(mode)S 2106 X 449 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_NUMERIC.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/numeric)S 240 x(keypad)S 2106 X 448 y(SYS$LIBRARY:RALLY_E)S 2 x(DT_VAXSTATION.RGK)S 14061 X(Version)S 240 x(1)S 239 x(EDT/132)S 240 x(columns,)S 240 x(60)S 239 x(lines)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS.RGK)S 14061 X(Version)S 240 x (1)S 239 x(WPS)S 239 x(key)S 240 x(definitions)S 2106 X 449 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_132.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/132)S 240 x(column)S 239 x(mode)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_NUMERIC.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/numeric)S 240 x(keypad)S 2106 X 448 y(SYS$LIBRARY:RALLY_W)S 2 x(PS_VAXSTATION.RGK)S 14061 X(Version)S 240 x(1)S 239 x(WPS/132)S 240 x(columns,)S 240 x(60)S 239 x(lines)S 2106 X 747 y(SYS$MESSAGE:RALLY$M)S 2 x(ESSAGE.EXE)S 14061 X(VMS)S 239 x (message)S 240 x(file)S 2106 X 748 y(SYS$STARTUP:RALLY$S)S 2 x(TARTUP.COM)S 14061 X(Startup)S 240 x(command)S 239 x(procedure)S 2106 X 448 y(SYS$MAMAGER:RALLY$S)S 2 x(TOP.COM)S 14061 X(Shutdown)S 240 x(command)S 240 x(procedure)S 2106 X 747 y(SYS$SYSTEM:RALLY$MA)S 2 x(IN.EXE)S 14061 X(RALLY)S 239 x(Run-Time)S 240 x(image)S 2106 X 448 y(SYS$SYSTEM:RALLYRDS)S 2 x(.EXE)S 14061 X (Image)S 239 x(stub)S 240 x(required)S 240 x(for)S 239 x(TEAMDATA)S 2106 X 748 y(SYS$TEST:RALLY$IVP.)S 2 x(COM)S 14061 X(RALLY)S 239 x(IVP)S 240 x(command)S 240 x(procedure)S 11492 29901 XY F38(Files)S 165 x(and)S 167 x(Logical)S 166 x(Names)S 167 x(Installed)S 166 x(on)S 166 x(Y)S -41 x(our)S 167 x(System)S 449 x F40(A\2035)S %%EndCustomColor L-FRV 51 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 % %%Page: A-6 52 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2774 XY F151(If)S 174 x(you)S 174 x(decide)S 174 x(to)S 173 x (install)S 173 x(the)S 174 x(Run-T)S -12 x(ime)S 174 x(System)S 173 x (examples,)S 176 x(the)S 174 x(following)S 173 x(\211les)S 5094 X 598 y (are)S 167 x(transferred)S 166 x(to)S 166 x(your)S 167 x(system:)S 2106 X 896 y F102(RALLY$EXAMPLES:RALL)S 2 x(Y$DEMO.COM)S 14061 X(Text)S 239 x (demo)S 240 x(file)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.COM)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Command)S 240 x(file)S 2106 X 448 y (RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RBR)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x(backup)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RDB)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x (file)S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.RGA)S 14061 X (Tapes)S 239 x(demo:)S 240 x(Application)S 240 x(file)S 2106 X 448 y (RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.SNP)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Database)S 240 x(snapshot)S 240 x(file)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$TAPES.TXT)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Explanation)S 240 x(of)S 240 x(application)S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x (Y$TAPES_RUN.RGM)S 14061 X(Tapes)S 239 x(demo:)S 240 x(Macros)S 240 x (for)S 239 x(running)S 240 x(Tapes)S 2106 X 748 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_DANISH.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Danish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_FRENCH.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(French\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_GERMAN.RGE)S 14061 X (Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(German\))S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_HEBREW.RGE)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Hebrew\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_SPANISH.RG)S 2 x(E)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Spanish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$ERRORS_SWEDISH.RG)S 2 x(E)S 14061 X(Non-fatal)S 240 x(error)S 239 x(messages)S 240 x(\(Swedish\))S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_DANISH.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x (file)S 240 x(\(Danish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_FRENCH.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(French\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_GERMAN.EX)S 2 x(E)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(German\))S 2106 X 449 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_HEBREW.EX)S 2 x(E)S 14061 X (RALLY)S 239 x(message)S 240 x(file)S 240 x(\(Hebrew\))S 2106 X 448 y (RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_SPANISH.E)S 2 x(XE)S 14061 X(RALLY)S 239 x(message)S 240 x(file)S 240 x(\(Spanish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE_SWEDISH.E)S 2 x(XE)S 14061 X(RALLY)S 239 x(message)S 240 x (file)S 240 x(\(Swedish\))S 2106 X 448 y(RALLY$EXAMPLES:RALL)S 2 x(Y$MESSAGE.MSG)S 14061 X(RALLY)S 239 x(message)S 240 x(source)S 240 x(file)S 2106 14629 XY 20928 24 R 2106 15426 XY F24(A.3)S 596 x(Logical)S 232 x(Names)S 5094 16672 XY F151(The)S 172 x(following)S 171 x(logical)S 171 x(names)S 171 x(are)S 171 x(entered)S 171 x(into)S 171 x(the)S 171 x(system)S 171 x(logical)S 171 x(name)S 171 x(table)S 5094 X 597 y(when)S 179 x(V)S -55 x(AX)S 178 x(RALL)S -46 x(Y)S 178 x(is)S 178 x(installed.)S 274 x(These)S 179 x (names)S 179 x(are)S 178 x(stored)S 179 x(in)S 179 x(the)S 178 x(product')S -18 x(s)S 5094 X 598 y(startup)S 174 x(\211le.)S 267 x(They)S 175 x (are)S 175 x(automatically)S 174 x(entered)S 175 x(into)S 174 x(the)S 174 x(system)S 174 x(logical)S 175 x(name)S 5094 X 598 y(table)S 166 x (whenever)S 167 x(the)S 166 x(system)S 166 x(reboots)S 166 x(or)S 166 x (whenever)S 167 x(the)S 166 x(software)S 165 x(is)S 166 x(invoked.)S 5094 X 897 y F102(RALLY$EXAMP)S 2 x(LES)S 12028 X(SYS$SYSROOT)S 2 x (:[SYSHLP.EXAMPLES.R)S 2 x(ALLY])S 5094 X 448 y(RALLY$MESSA)S 2 x(GE)S 12028 X(SYS$MESSAGE)S 2 x(:RALLY$MESSAGE.EXE)S 5094 X 448 y(RALLY$ODI_D)S 2 x(IR_EXE)S 12028 X(RALLY$EXAMP)S 2 x(LES:RALLY$ODI_DIR.E)S 2 x(XE)S 5094 X 449 y(RALLY$TAPES)S 2 x(_DB)S 12028 X(RALLY$EXAMP)S 2 x(LES:RALLY$TAPES.RDB)S 5094 X 448 y(RALLYEXT)S 12028 X(SYS$SHARE:R)S 2 x(ALLY$EXTERNAL.EXE)S 5094 X 448 y(RALLYSHR)S 12028 X(SYS$SHARE:R)S 2 x(ALLY$SHARE.EXE)S 5094 X 449 y(RALLY$DECTR)S 2 x(ACE_REPORTS_EXE)S 718 x(RALLY$EXAMP)S 2 x(LES:RALLY$DECTRACE_)S 2 x(REPORTS_EXE.EXE)S 2106 29901 XY F40(A\2036)S 448 x F38(Files)S 166 x (and)S 166 x(Logical)S 167 x(Names)S 167 x(Installed)S 165 x(on)S 167 x (Y)S -42 x(our)S 167 x(System)S %%EndCustomColor R-FRV 52 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Courier Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: B-1 53 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 18848 6395 XY F24(Appendix)S 498 x(B)S 14307 8039 XY F20(Sample)S 298 x(Installations)S 2106 X 448 y 20928 48 R 5094 10778 XY F151(This)S 175 x(appendix)S 175 x(illustrates)S 174 x(sample)S 174 x(installations)S 173 x(of)S 175 x(RALL)S -46 x(Y)S 174 x(and)S 175 x(the)S 174 x(RALL)S -46 x(Y)S 5094 X 598 y(Run-T)S -12 x(ime)S 170 x(Option.)S 257 x(Y)S -56 x(our)S 171 x(own)S 170 x(installation)S 169 x(might)S 170 x(differ)S 170 x(from)S 170 x(these)S 170 x(examples,)S 5094 X 598 y(because)S 167 x(you)S 167 x(can)S 166 x(make)S 166 x(different)S 166 x(choices)S 167 x(during)S 167 x(the)S 166 x(procedure.)S 5094 X 897 y(The)S 171 x (\211rst)S 170 x(two)S 170 x(examples)S 170 x(show)S 170 x(the)S 170 x (installation)S 170 x(procedure)S 171 x(for)S 170 x(RALL)S -46 x(Y)S -56 x(.)S 171 x(RALL)S -46 x(Y)S 5094 X 597 y(includes)S 167 x(the)S 166 x(RALL)S -46 x(Y)S 166 x(De\211nition)S 166 x(System)S 166 x(and)S 166 x(the)S 166 x(RALL)S -46 x(Y)S 166 x(Run-T)S -12 x(ime)S 166 x(System.)S 5094 X 897 y(The)S 168 x(last)S 167 x(example)S 167 x(shows)S 166 x (the)S 168 x(installation)S 166 x(procedure)S 169 x(for)S 167 x(the)S 167 x(RALL)S -46 x(Y)S 167 x(Run-T)S -12 x(ime)S 5094 X 598 y(Option,)S 166 x(which)S 167 x(includes)S 166 x(only)S 167 x(the)S 166 x(Run-T)S -12 x(ime)S 166 x(System.)S 2106 X 847 y 20928 24 R 2106 16607 XY F24 (B.1)S 596 x(Installing)S 232 x(V)S -51 x(AX)S 232 x(RALL)S -65 x(Y)S 5094 17852 XY F151(The)S 167 x(\211rst)S 166 x(example)S 167 x(shows)S 165 x(how)S 167 x(to)S 166 x(invoke)S 167 x(the)S 167 x(installation)S 165 x(procedure)S 167 x(for)S 167 x(RALL)S -46 x(Y)S 5094 X 598 y(and)S 175 x(get)S 175 x(a)S 174 x(copy)S 175 x(of)S 174 x(the)S 175 x(release)S 174 x(notes.)S 266 x(In)S 175 x(this)S 174 x(example,)S 177 x(the)S 175 x(installer)S 174 x(decides)S 5094 X 597 y(not)S 167 x(to)S 165 x (continue)S 168 x(the)S 166 x(installation)S 165 x(after)S 166 x(retrieving)S 168 x(the)S 166 x(release)S 166 x(notes.)S 5094 X 897 y(The)S 160 x (second)S 160 x(example)S 159 x(shows)S 159 x(how)S 159 x(to)S 159 x (invoke)S 160 x(the)S 160 x(installation)S 158 x(for)S 160 x(RALL)S -46 x(Y)S 158 x(without)S 5094 X 598 y(the)S 171 x(release)S 170 x(notes)S 170 x(option.)S 258 x(It)S 169 x(shows)S 170 x(the)S 170 x(installation)S 170 x(of)S 170 x(RALL)S -46 x(Y)S -56 x(,)S 171 x(the)S 170 x(De\211nition)S 5094 X 598 y(System)S 166 x(examples,)S 166 x(and)S 167 x(the)S 166 x (Run-T)S -12 x(ime)S 166 x(System)S 166 x(examples.)S 5094 X 896 y F102 ($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(@SYS$UPDATE:VMSINST)S 2 x(AL)S 239 x(RALDO023)S 240 x(MUA0:)S 239 x(options)S 240 x(n)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 6290 X 747 y(VAX/VMS)S 240 x(Software)S 240 x(Product)S 240 x(Installation)S 240 x(Procedure)S 240 x(V5.3-1)S 5094 23830 XY(It)S 240 x(is)S 239 x (29-MAY-1991)S 240 x(at)S 240 x(17:44.)S 5094 X 747 y(Enter)S 240 x (a)S 239 x(question)S 240 x(mark)S 240 x(\(?\))S 239 x(at)S 239 x(any)S 240 x(time)S 239 x(for)S 240 x(help.)S 5094 25623 XY(*)S 240 x(Are)S 239 x(you)S 239 x(satisfied)S 240 x(with)S 240 x(the)S 239 x(backup)S 240 x(of)S 239 x(your)S 240 x(system)S 240 x(disk)S 239 x([YES]?)S 5094 X 747 y(Please)S 240 x(mount)S 240 x(the)S 239 x(first)S 240 x(volume)S 240 x(of)S 239 x(the)S 239 x(set)S 240 x(on)S 239 x(MUA0:.)S 5094 X 747 y(*)S 240 x(Are)S 239 x(you)S 239 x(ready?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 489 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 747 y(*)S 240 x(%MOUNT-I-MOUNTED,)S 240 x(RALDO)S 12985 X (mounted)S 240 x(on)S 239 x(_MUA0:)S 655 x 29901 Y F38(Sample)S 166 x (Installations)S 448 x F40(B\2031)S %%EndCustomColor L-FRV 53 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageCustomColors: 0 1 % %%Page: B-2 54 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 5094 2673 XY F102(The)S 240 x(following)S 240 x(products)S 240 x (will)S 239 x(be)S 240 x(processed:)S 5573 X 748 y(RALDO)S 239 x(V2.3)S -717 x 747 y(Beginning)S 240 x(installatio)S 2 x(n)S 239 x(of)S 239 x (RALDO)S 240 x(V2.3)S 239 x(at)S 239 x(17:44)S 5094 5214 XY(%VMSINSTAL-)S 2 x(I-RESTORE,)S 240 x(Restoring)S 240 x(product)S 240 x(saveset)S 239 x (A...)S 5094 X 747 y(Release)S 240 x(Notes)S 240 x(Options:)S 7007 X 747 y(1.)S 479 x(Display)S 239 x(release)S 240 x(notes)S 7007 X 449 y (2.)S 479 x(Print)S 239 x(release)S 240 x(notes)S 7007 X 448 y(3.)S 479 x(Both)S 239 x(1)S 239 x(and)S 240 x(2)S 7007 X 448 y(4.)S 479 x (Copy)S 239 x(release)S 240 x(notes)S 240 x(to)S 239 x(SYS$HELP)S 7007 X 449 y(5.)S 479 x(Do)S 239 x(not)S 239 x(display,)S 240 x(print)S 240 x (or)S 239 x(copy)S 240 x(release)S 240 x(notes)S 5094 X 747 y(*)S 240 x (Select)S 239 x(option)S 240 x([2]:)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 250 x(2)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 5094 X 448 y(*)S 240 x(Queue)S 239 x(name)S 240 x([SYS$PRINT]:)S 5094 X 448 y(Job)S 240 x(TMP)S 239 x(\(queue)S 240 x(PRINT2_LP0,)S 240 x (entry)S 240 x(658\))S 239 x(started)S 240 x(on)S 239 x(PRINT2_LP0)S 5094 X 449 y(*)S 240 x(Do)S 239 x(you)S 239 x(want)S 240 x(to)S 239 x (continue)S 240 x(the)S 240 x(installation)S 240 x([N]?)S 5094 X 747 y (%VMSINSTAL-)S 2 x(I-RELMOVED,)S 240 x(The)S 239 x(products)S 240 x (release)S 240 x(notes)S 240 x(have)S 239 x(been)S 5094 X 448 y(successfull)S 2 x(y)S 239 x(moved)S 239 x(to)S 240 x(SYS$HELP.)S 7007 X 747 y(Installation)S 241 x(of)S 239 x(RALDO)S 240 x(V2.3)S 239 x(completed)S 240 x(at)S 239 x (17:48)S 7007 13583 XY(VMSINSTAL)S 240 x(procedure)S 240 x(done)S 240 x (at)S 239 x(17:48)S 5094 X 896 y F151(In)S 176 x(the)S 176 x(following)S 175 x(example,)S 179 x(the)S 176 x(installer)S 175 x(invokes)S 176 x (the)S 176 x(installation)S 175 x(procedure)S 5094 X 598 y(without)S 183 x(the)S 184 x(release)S 183 x(notes)S 183 x(option.)S 284 x(This)S 184 x(example)S 183 x(shows)S 183 x(the)S 183 x(installation)S 5094 X 598 y(of)S 183 x(RALL)S -46 x(Y)S -55 x(,)S 183 x(the)S 184 x(De\211nition)S 183 x(System)S 183 x(examples,)S 187 x(and)S 184 x(the)S 183 x(Run-T)S -12 x(ime)S 183 x(System)S 5094 X 597 y(examples.)S 2106 X 897 y F102 ($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$UPDATE:VMSIN)S 2 x(STAL)S 239 x(RALDO023)S 240 x(MUA0:)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 4018 X 747 y(VAX/VMS)S 240 x(Software)S 240 x(Product)S 240 x(Installation)S 240 x(Procedure)S 240 x(V5.2-1)S 2106 18962 XY(It)S 239 x(is)S 239 x (29-MAY-1991)S 240 x(at)S 240 x(17:55.)S 2106 X 748 y(Enter)S 239 x (a)S 239 x(question)S 240 x(mark)S 240 x(\(?\))S 239 x(at)S 240 x(any)S 239 x(time)S 240 x(for)S 239 x(help.)S 2106 X 747 y(*)S 239 x(Are)S 239 x(you)S 240 x(satisfied)S 240 x(with)S 239 x(the)S 240 x(backup)S 239 x(of)S 240 x(your)S 239 x(system)S 240 x(disk)S 239 x([YES]?)S 2106 X 747 y(Please)S 239 x(mount)S 240 x(the)S 239 x(first)S 240 x(volume)S 240 x(of)S 239 x(the)S 239 x(set)S 240 x(on)S 239 x(MUA0:.)S 2106 X 747 y(*)S 239 x(Are)S 239 x(you)S 240 x(ready?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 488 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 X 747 y(*)S 239 x(%MOUNT-I-MOUNTED,)S 241 x(RALDO)S 9996 X (mounted)S 240 x(on)S 239 x(_MUA0:)S 2106 23744 XY(The)S 239 x(following)S 240 x(products)S 240 x(will)S 240 x(be)S 239 x(processed:)S 2584 X 748 y (RALDO)S 239 x(V2.3)S 4018 X 747 y(Beginning)S 240 x(installati)S 2 x (on)S 239 x(of)S 239 x(RALDO)S 240 x(V2.3)S 239 x(at)S 240 x(17:56)S 2106 X 747 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(A...)S 2106 X 448 y(%VMSINSTAL-I-RELMOV)S 2 x(ED,)S 239 x(The)S 239 x(products)S 240 x(release)S 240 x(notes)S 240 x(have)S 239 x(been)S 2106 X 449 y(successfully)S 240 x(moved)S 240 x(to)S 239 x(SYS$HELP.)S 2106 29901 XY F40(B\2032)S 448 x F38(Sample)S 167 x(Installati)S -2 x(ons)S %%EndCustomColor R-FRV 54 PP EP %%PageTrailer %%PageFonts: Courier NewCenturySchlbk-Roman %%+ Helvetica-Bold Helvetica %%PageCustomColors: 0 1 % %%Page: B-3 55 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 2106 2647 XY F102(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 448 y(*)S 7127 X(VAX)S 239 x(RALLY)S 240 x(V2.3)S 16213 X(*)S 2106 X 449 y(*)S 4736 X(Development)S 240 x(Option)S 240 x(Installation)S 240 x (Procedure)S 16213 X(*)S 2106 X 448 y(*)S 6170 X(at)S 240 x(29-MAY-1991)S 240 x(17:57:06.65)S 16213 X(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y(*)S 3301 X(Copyright)S 240 x(\(c\))S 240 x(1990,)S 239 x(Digital)S 240 x(Equipment)S 240 x(Corporation)S 16213 X(*)S 2106 X 448 y(*)S 16213 X (*)S 2106 X 448 y(*******************)S 2 x(*******************)S 2 x (*******************)S 2 x(***)S 2106 7279 XY(*)S 239 x(Do)S 239 x(you)S 240 x(want)S 239 x(to)S 239 x(install)S 240 x(the)S 240 x(RALLY)S 239 x (Run-Time)S 240 x(System)S 240 x(examples)S 240 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 X 449 y(*)S 239 x(Do)S 239 x(you)S 240 x(want)S 239 x(to)S 239 x(install)S 240 x(the)S 240 x(RALLY)S 239 x(Definition)S 240 x(System)S 240 x(examples)S 240 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 X 448 y(*)S 239 x(Do)S 239 x(you)S 240 x(want)S 239 x(to)S 239 x(purge)S 240 x(files)S 240 x(replaced)S 240 x(by)S 239 x(this)S 239 x(installatio)S 2 x(n)S 239 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 4018 X 747 y(Product:)S 7605 X(RALLY)S 4018 X 449 y(Producer:)S 7605 X(DEC)S 4018 X 448 y(Version:)S 7605 X(2.3)S 4018 X 448 y(Release)S 240 x(Date:)S 479 x(01-JUL-1990)S 2106 X 747 y(*)S 239 x(Does)S 239 x (this)S 240 x(product)S 240 x(have)S 239 x(an)S 240 x(authorization)S 240 x(key)S 239 x(registered)S 241 x(and)S 239 x(loaded)S 240 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 12061 XY(*******************)S 2 x(*******************)S 2 x (*******************)S 2 x(***)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*)S 239 x(Please)S 240 x(wait)S 239 x(while)S 240 x(the)S 239 x (system)S 240 x(environment)S 240 x(is)S 239 x(validated.)S 719 x(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y(*******************)S 2 x (*******************)S 2 x(*******************)S 2 x(***)S 2106 X 747 y (*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y(*)S 7366 X(SYSTEM)S 240 x(MANAGER:)S 16213 X(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 448 y (*)S 239 x(Add)S 239 x(the)S 240 x(following)S 240 x(command\(s\))S 240 x(to)S 239 x(the)S 240 x(system)S 239 x(startup)S 240 x(file)S 479 x (*)S 2106 X 449 y(*)S 239 x(\(for)S 239 x(clusters,)S 240 x(add)S 240 x (to)S 239 x(the)S 240 x(startup)S 239 x(file)S 240 x(for)S 239 x(each)S 240 x(node)S 16213 X(*)S 2106 X 448 y(*)S 239 x(licensed)S 240 x(to)S 239 x(run)S 239 x(RALLY\):)S 16213 X(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 448 y(*)S 239 x($)S 239 x(@SYS$STARTUP:RA)S 2 x(LLY$STARTUP)S 16213 X(*)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 20131 XY (*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*)S 239 x(You've)S 240 x(answered)S 239 x(all)S 240 x(of)S 239 x(the)S 240 x(questions.)S 479 x(The)S 239 x(installation)S 480 x(*)S 2106 X 448 y(*)S 239 x(will)S 239 x(now)S 240 x(continue)S 240 x(for)S 239 x(approximately)S 241 x (5)S 239 x(to)S 239 x(40)S 239 x(minutes.)S 16213 X(*)S 2106 X 448 y (*)S 16213 X(*)S 2106 X 449 y(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 23419 XY(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(B...)S 2106 X 448 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(C...)S 2106 X 449 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(D...)S 2106 X 448 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(E...)S 2106 X 448 y(%VMSINSTAL-I-MOVEFI)S 2 x(LES,)S 239 x(Files)S 240 x(will)S 239 x(now)S 240 x(be)S 239 x(moved)S 240 x(to)S 239 x(their)S 240 x(target)S 239 x(directories..)S 2 x(.)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x(Assigning)S 240 x(System-wide)S 240 x(RALLY)S 240 x(Logicals)S 2106 X 449 y(VAX)S 239 x(RALLY:)S 240 x (Installing)S 240 x(RALLY)S 240 x(images)S 17704 29901 XY F38(Sample)S 166 x(Installations)S 448 x F40(B\2033)S %%EndCustomColor L-FRV 55 PP EP %%PageTrailer %%PageFonts: Courier Helvetica Helvetica-Bold %%PageCustomColors: 0 1 % %%Page: B-4 56 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2673 XY F102(RALLY)S 239 x(V2.3)S 240 x(Definition)S 240 x (System)S 240 x(IVP)S 2584 X 449 y(Verifying)S 240 x(the)S 239 x(locations)S 240 x(of)S 240 x(all)S 239 x(non-example)S 240 x(files...)S 2584 X 448 y (Verifying)S 240 x(idents)S 240 x(of)S 239 x(RALLY)S 240 x(images...)S 2584 X 448 y(Copying)S 240 x(RALLY$TAPES)S 240 x(application)S 240 x (and)S 240 x(database)S 239 x(to)S 240 x(SYS$SCRATCH)S 240 x(for)S 239 x (testing...)S 2584 X 449 y(Exercising)S 240 x(RALLY)S 240 x(Definition)S 240 x(System...)S 2584 X 448 y(Exercising)S 240 x(RALLY)S 240 x(Run-Time)S 240 x(System...)S 2584 X 448 y(Cleaning)S 240 x(up...)S 2106 X 449 y (RALLY)S 239 x(IVP)S 240 x(succeeded.)S 4258 X 747 y(Installation)S 240 x(of)S 239 x(RALDO)S 240 x(V2.3)S 239 x(completed)S 240 x(at)S 240 x (18:20)S 4258 X 747 y(VMSINSTAL)S 240 x(procedure)S 240 x(done)S 239 x (at)S 239 x(18:20)S 2106 8402 XY 20928 24 R 2106 9199 XY F24(B.2)S 596 x (Installing)S 232 x(the)S 233 x(V)S -51 x(AX)S 232 x(RALL)S -65 x(Y)S 232 x(Run-T)S -12 x(ime)S 232 x(Option)S 5094 10444 XY F151(This)S 167 x (example)S 166 x(shows)S 165 x(the)S 166 x(installation)S 166 x(of)S 166 x(the)S 166 x(RALL)S -46 x(Y)S 166 x(Run-T)S -12 x(ime)S 166 x(Option)S 165 x(and)S 167 x(the)S 5094 X 598 y(Run-T)S -12 x(ime)S 166 x(System)S 166 x(examples.)S 2106 X 897 y F102($)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(@SYS$UPDATE:VMSIN)S 2 x(STAL)S 239 x(RALRTO023)S 240 x(MUA0:)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 4018 12985 XY(VAX/VMS)S 240 x(Software)S 240 x(Product)S 240 x (Installation)S 240 x(Procedure)S 240 x(V5.2-1)S 2106 14031 XY(It)S 239 x(is)S 239 x(29-MAY-1991)S 240 x(at)S 240 x(15:21.)S 2106 X 448 y (Enter)S 239 x(a)S 239 x(question)S 240 x(mark)S 240 x(\(?\))S 239 x (at)S 240 x(any)S 239 x(time)S 240 x(for)S 239 x(help.)S 2106 X 747 y (*)S 239 x(Are)S 239 x(you)S 240 x(satisfied)S 240 x(with)S 239 x(the)S 240 x(backup)S 239 x(of)S 240 x(your)S 239 x(system)S 240 x(disk)S 239 x ([YES]?)S 2106 X 748 y(Please)S 239 x(mount)S 240 x(the)S 239 x(first)S 240 x(volume)S 240 x(of)S 239 x(the)S 239 x(set)S 240 x(on)S 239 x(MUA0:.)S 2106 X 747 y(*)S 239 x(Are)S 239 x(you)S 240 x(ready?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 488 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 X 747 y(*)S 239 x(%MOUNT-I-MOUNTED,)S 241 x(RALRTO)S 10235 X (mounted)S 240 x(on)S 239 x(_MUA0:)S 2106 18514 XY(The)S 239 x(following)S 240 x(products)S 240 x(will)S 240 x(be)S 239 x(processed:)S 2584 X 747 y (RALRTO)S 240 x(V2.3)S 4018 X 747 y(Beginning)S 240 x(installati)S 2 x (on)S 239 x(of)S 239 x(RALRTO)S 240 x(V2.3)S 239 x(at)S 240 x(15:22)S 2106 X 748 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(A...)S 2106 X 448 y(%VMSINSTAL-I-RELMOV)S 2 x(ED,)S 239 x(The)S 239 x(products)S 240 x(release)S 240 x(notes)S 240 x(have)S 239 x(been)S 2106 X 448 y(successfully)S 240 x(moved)S 240 x(to)S 239 x(SYS$HELP.)S 2106 X 748 y(*******************)S 2 x (*******************)S 2 x(*******************)S 2 x(***)S 2106 X 448 y (*)S 16213 X(*)S 2106 X 448 y(*)S 7605 X(VAX)S 239 x(RALLY)S 479 x(V2.3)S 16213 X(*)S 2106 X 448 y(*)S 5214 X(Run-Time)S 240 x(Option)S 240 x (Installation)S 240 x(Procedure)S 16213 X(*)S 2106 X 449 y(*)S 6170 X (at)S 240 x(29-MAY-1991)S 240 x(15:23:53.02)S 16213 X(*)S 2106 X 448 y (*)S 16213 X(*)S 2106 X 448 y(*)S 3301 X(Copyright)S 240 x(\(c\))S 240 x (1990,)S 239 x(Digital)S 240 x(Equipment)S 240 x(Corporation)S 16213 X (*)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 27032 XY (*)S 239 x(Do)S 239 x(you)S 240 x(want)S 239 x(to)S 239 x(install)S 240 x(the)S 240 x(RALLY)S 239 x(Run-Time)S 240 x(System)S 240 x(examples)S 240 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 406 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 X 448 y(*)S 239 x(Do)S 239 x(you)S 240 x(want)S 239 x(to)S 239 x(purge)S 240 x(files)S 240 x(replaced)S 240 x(by)S 239 x(this)S 239 x(installatio)S 2 x(n)S 239 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 29901 XY F40(B\2034)S 448 x F38(Sample)S 167 x(Installati)S -2 x(ons)S %%EndCustomColor R-FRV 56 PP EP %%PageTrailer %%PageFonts: Courier Helvetica-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageCustomColors: 0 1 % %%Page: B-5 57 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 4018 2647 XY F102(Product:)S 7605 X(RALLY-RT)S 4018 X 448 y(Producer:)S 7605 X(DEC)S 4018 X 448 y(Version:)S 7605 X(2.3)S 4018 X 449 y(Release)S 240 x(Date:)S 479 x(01-JUL-1990)S 2106 X 747 y(*)S 239 x(Does)S 239 x (this)S 240 x(product)S 240 x(have)S 239 x(an)S 240 x(authorization)S 240 x(key)S 239 x(registered)S 241 x(and)S 239 x(loaded?)S 240 x([YES]?)S %%EndCustomColor %%BeginCustomColor: 1 1 SC 405 x(Y)S %%EndCustomColor %%BeginCustomColor: 0 0 SC 2106 5785 XY(*******************)S 2 x(*******************)S 2 x (*******************)S 2 x(***)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y(*)S 239 x(Please)S 240 x(wait)S 239 x(while)S 240 x(the)S 239 x (system)S 240 x(environment)S 240 x(is)S 239 x(validated.)S 719 x(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 448 y(*******************)S 2 x (*******************)S 2 x(*******************)S 2 x(***)S 2106 8624 XY (*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*)S 7366 X(SYSTEM)S 240 x(MANAGER:)S 16213 X(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y (*)S 239 x(Add)S 239 x(the)S 240 x(following)S 240 x(command\(s\))S 240 x(to)S 239 x(the)S 240 x(system)S 239 x(startup)S 240 x(file)S 479 x (*)S 2106 X 448 y(*)S 239 x(\(for)S 239 x(clusters,)S 240 x(add)S 240 x (to)S 239 x(the)S 240 x(startup)S 239 x(file)S 240 x(for)S 239 x(each)S 240 x(node)S 16213 X(*)S 2106 X 448 y(*)S 239 x(licensed)S 240 x(to)S 239 x(run)S 239 x(RALLY\):)S 16213 X(*)S 2106 X 449 y(*)S 16213 X(*)S 2106 X 448 y(*)S 239 x($)S 239 x(@SYS$STARTUP:RA)S 2 x(LLY$STARTUP)S 16213 X(*)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 449 y(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 14154 XY (*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 X 448 y(*)S 16213 X(*)S 2106 X 448 y(*)S 239 x(You've)S 240 x(answered)S 239 x(all)S 240 x(of)S 239 x(the)S 240 x(questions.)S 479 x(The)S 239 x(installation)S 480 x(*)S 2106 X 449 y(*)S 239 x(will)S 239 x(now)S 240 x(continue)S 240 x(for)S 239 x(approximately)S 241 x (5)S 239 x(to)S 239 x(40)S 239 x(minutes.)S 16213 X(*)S 2106 X 448 y (*)S 16213 X(*)S 2106 X 448 y(*******************)S 2 x(*******************)S 2 x(*******************)S 2 x(***)S 2106 17441 XY(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x(product)S 240 x(saveset)S 240 x(B...)S 2106 X 449 y(%VMSINSTAL-I-RESTOR)S 2 x(E,)S 239 x(Restoring)S 240 x (product)S 240 x(saveset)S 240 x(C...)S 2106 X 448 y(%VMSINSTAL-I-MOVEFI)S 2 x(LES,)S 239 x(Files)S 240 x(will)S 239 x(now)S 240 x(be)S 239 x(moved)S 240 x(to)S 239 x(their)S 240 x(target)S 239 x(directories..)S 2 x(.)S 2106 X 448 y(VAX)S 239 x(RALLY:)S 240 x(Assigning)S 240 x(System-wide)S 240 x(RALLY)S 240 x(Logicals)S 2106 X 449 y(VAX)S 239 x(RALLY:)S 240 x (Installing)S 240 x(RALLY)S 240 x(images)S 2106 X 747 y(RALLY)S 239 x (V2.3)S 240 x(Run-Time)S 240 x(System)S 239 x(IVP)S 2584 X 448 y(Verifying)S 240 x(the)S 239 x(locations)S 240 x(of)S 240 x(all)S 239 x(non-example)S 240 x(files...)S 2584 X 448 y(Verifying)S 240 x(idents)S 240 x(of)S 239 x(RALLY)S 240 x(images...)S 2584 X 449 y(Copying)S 240 x(RALLY$TAPES)S 240 x(application)S 240 x(and)S 240 x(database)S 239 x(to)S 240 x(SYS$SCRATCH)S 240 x(for)S 239 x(testing...)S 2584 X 448 y(Exercising)S 240 x(RALLY)S 240 x(Definition)S 240 x(System...)S 2584 X 448 y(Exercising)S 240 x (RALLY)S 240 x(Run-Time)S 240 x(System...)S 2584 X 449 y(Cleaning)S 240 x(up...)S 2106 X 448 y(RALLY)S 239 x(IVP)S 240 x(succeeded.)S 4258 X 747 y(Installation)S 240 x(of)S 239 x(RALRTO)S 240 x(V2.3)S 239 x(completed)S 240 x(at)S 240 x(15:36)S 4258 X 747 y(VMSINSTAL)S 240 x(procedure)S 240 x(done)S 239 x(at)S 239 x(15:37)S 17704 29901 XY F38(Sample)S 166 x (Installations)S 448 x F40(B\2035)S %%EndCustomColor L-FRV 57 PP EP %%PageTrailer %%PageFonts: Courier Helvetica Helvetica-Bold %%PageCustomColors: 0 1 % % < Beginning of included file 5654_PROFILE_INSTALL_INDEX.DVI_PS > %%Page: B-6 58 /DEC$EDMS_MAKE_FILM where { pop } { /DEC$EDMS_SUPPRESS_BLANKPAGES where { pop } { CLRP showpage } ifelse } ifelse %%PageTrailer %%PageFonts: %%PageCustomColors: % %%Page: INDEX-1 59 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY R-FRV %%BeginCustomColor: 0 0 SC 20685 7784 XY F20(Index)S 2106 X 448 y 20928 48 R 2106 10529 XY F24(B)S -504 x 249 y 9864 24 R 2106 11276 XY F42(Backing)S 132 x(Up)S 2703 X 499 y(System)S 133 x(Disk,)S 233 x(1\2031)S -2 x(2)S 2106 X 498 y (BUFFER)S 132 x(method)S 131 x(applications,)S 232 x(3\2032)S 2106 X 498 y(Bugch)S -2 x(eck)S 133 x(dump)S 132 x(\211le,)S 232 x(4\2031)S 2106 14043 XY F24(C)S -504 x 249 y 9864 24 R 2106 14790 XY F42(Calculating)S 131 x(values)S 2703 X 498 y(GBLP)S -30 x(AGES,)S 232 x(1\2038)S 2703 X 499 y(GBLSECTIONS,)S 231 x(1\2038)S 2106 X 498 y(Custom)S -2 x(izi)S 2 x(ng)S 132 x(erro)S -2 x(r)S 133 x(and)S 131 x(help)S 132 x(message)S 132 x(\211les,)S 233 x(3\2034)S 2106 17535 XY F24(D)S -504 x 250 y 9864 24 R 2106 18283 XY F42(DA)S -30 x(T)S -29 x(A)S -30 x(TRIEVE,)S 232 x(2\2037)S 2106 X 498 y(De\211nition)S 131 x(System)S 133 x(kit,)S 233 x(2\2031)S 2106 X 498 y(Develop)S -2 x(ment)S 132 x(option)S 131 x(kit,)S 233 x (2\2031)S 2106 X 498 y(Disk)S 133 x(space)S 132 x(require)S -2 x(d)S 133 x(for)S 132 x(installation,)S 231 x(1\2035)S 2106 21028 XY F24(E)S -465 x 249 y 9864 24 R 2106 21775 XY F42(Erro)S -2 x(r)S 133 x(message)S 131 x(\211les)S 2703 X 498 y(customizing,)S 232 x(3\2034)S 2106 X 498 y (Erro)S -2 x(r)S 133 x(Recovery,)S 231 x(2\2031)S -31 x(1)S 2106 X 498 y (Extern)S -2 x(al)S 133 x(progr)S -2 x(am)S 133 x(link,)S 133 x(BUFFER)S 133 x(metho)S -2 x(d,)S 232 x(3\2032)S 2106 24520 XY F24(F)S -426 x 249 y 9864 24 R 2106 25267 XY F42(Files)S 134 x(tran)S -2 x(sferred)S 131 x(during)S 132 x(installation)S 2703 X 498 y(for)S 132 x(V)S -29 x (AX)S 132 x(RALL)S -31 x(Y,)S 232 x(A\2031)S 2703 X 499 y(for)S 132 x (V)S -29 x(AX)S 132 x(RALL)S -31 x(Y)S 133 x(Run-)S -2 x(T)S -14 x(ime)S 133 x(Option,)S 231 x(A\2035)S 13164 10529 XY F24(H)S -504 x 249 y 9864 24 R 13164 11276 XY F42(Hardw)S -2 x(are)S 132 x(requ)S -2 x(ired)S 133 x (for)S 131 x(installation,)S 232 x(1\2032)S 13164 X 499 y(Help)S 132 x (message)S 132 x(\211les)S 13762 X 498 y(customizing,)S 232 x(3\2034)S 13164 13523 XY F24(I)S -194 x 249 y 9864 24 R 13164 14271 XY F42(Installation)S 13762 X 498 y(\211les)S 133 x(transfe)S -2 x(rred,)S 231 x(A\2031)S 13762 X 498 y(logical)S 133 x(names)S 132 x(de\211ne)S -2 x(d,)S 232 x (A\2036)S 13762 X 498 y(sample)S 132 x(log)S 14659 X 498 y(for)S 131 x (Run-T)S -15 x(ime)S 133 x(Option,)S 231 x(B\2034)S 14659 X 498 y(for)S 131 x(V)S -29 x(AX)S 132 x(RALL)S -31 x(Y,)S 232 x(B\2031)S(,)S 132 x (B\2032)S 13164 X 498 y(Installation)S 132 x(Proced)S -2 x(ure,)S 231 x (2\2031)S 265 x(to)S 132 x(2\2031)S -31 x(1)S 13164 X 499 y(Installation)S 132 x(V)S -22 x(eri\211cation)S 132 x(Proced)S -2 x(ure)S 13762 X 498 y (runn)S -2 x(ing)S -432 x 498 y(sepa)S -2 x(rately,)S 232 x(3\2031)S 13164 X 498 y(Installer)S 132 x(privilege,)S 232 x(1\2036)S(t)S 13164 X 498 y(Installing)S 132 x(V)S -29 x(AX)S 132 x(RALL)S -31 x(Y)S 13762 X 498 y(On)S 132 x(a)S 133 x(V)S -30 x(AXcluster,)S 231 x(3\2033)S 13164 21499 XY F24(L)S -426 x 249 y 9864 24 R 13164 22246 XY F42(License)S 132 x(Manag)S -2 x(ement)S 132 x(Facility,)S 234 x(1\2034)S 13164 X 498 y(License)S 132 x(P)S -29 x(AK,)S 231 x(1\2034)S 13762 X 498 y(Registering)S -2 x (,)S 232 x(1\2034)S 13164 X 498 y(LMF)S -199 x 499 y(Registering)S -2 x (,)S 232 x(1\2034)S 13164 X 498 y(Logical)S 132 x(names)S 132 x(de\211ned)S 131 x(during)S 131 x(installation)S 13762 X 498 y(for)S 132 x(V)S -30 x (AX)S 133 x(RALL)S -31 x(Y,)S 232 x(A\2036)S 13164 26486 XY F24(M)S -581 x 249 y 9864 24 R 13164 27233 XY F42(Memory)S 132 x(requ)S -2 x (ired)S 132 x(for)S 132 x(installation,)S 232 x(1\2032)S 21358 29901 XY F40(Index\2031)S %%EndCustomColor L-FRV 59 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % %%Page: INDEX-2 60 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY RV L-FRV %%BeginCustomColor: 0 0 SC 2106 2930 XY F24(O)S -543 x 249 y 9864 24 R 2106 3677 XY F42(Optiona)S -2 x(l)S 133 x(software)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x (RALL)S -31 x(Y)S 133 x(develop)S -2 x(ment)S 132 x(option,)S 231 x (1\2032)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x(RALL)S -31 x (Y)S 133 x(run-)S -2 x(time)S 133 x(option)S -2 x(,)S 233 x(1\2033)S 2106 5924 XY F24(P)S -465 x 249 y 9864 24 R 2106 6671 XY F42(P)S -30 x (AK)S -171 x 498 y(Registering,)S 231 x(1\2034)S 2106 X 498 y(Post-insta)S -2 x(llation)S 133 x(proced)S -2 x(ure,)S 231 x(3\2031)S 265 x(to)S 132 x(3\2036)S 2106 X 498 y(Prep)S -2 x(aring)S 132 x(account)S 131 x (for)S 132 x(installation,)S 232 x(1\2035)S 2106 X 499 y(Preq)S -2 x (uisite)S 133 x(software)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x (RALL)S -31 x(Y)S 133 x(develop)S -2 x(ment)S 132 x(option,)S 231 x (1\2032)S 2106 X 498 y(Prer)S -2 x(equisite)S 132 x(hardwa)S -2 x(re,)S 232 x(1\2032)S 2106 X 498 y(Prer)S -2 x(equisite)S 132 x(software)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x(RALL)S -31 x(Y)S 133 x (Run-)S -2 x(T)S -14 x(ime)S 133 x(Option,)S 231 x(1\2033)S 2106 X 498 y (Privilege)S 2703 X 498 y(required)S 131 x(for)S 132 x(installation,)S 232 x(1\2036)S 2106 X 498 y(Privileges,)S 232 x(3\2033)S 2106 X 499 y (Prob)S -2 x(lems)S 2703 X 498 y(repor)S -2 x(ting)S 133 x(to)S 132 x (Digital,)S 232 x(4\2032)S 2106 X 498 y(Process)S 132 x(Account)S 131 x (Quotas,)S 231 x(1\20310)S 2703 X 498 y(installing)S 133 x(account,)S 231 x(1\20310)S 2106 15394 XY F24(R)S -504 x 249 y 9864 24 R 2106 16141 XY F42(RALL)S -31 x(YBUGCHK)S -2 x(.DMP,)S 232 x(4\2031)S 2106 X 498 y (Reg)S -2 x(istering)S 2703 X 498 y(License)S 132 x(Manage)S -2 x(ment)S 132 x(Facili)S 2 x(ty,)S 232 x(1\2034)S 2703 X 498 y(License)S 132 x (Product)S 132 x(Auth)S -2 x(orization)S 132 x(Key,)S 232 x(1\2034)S 2703 X 498 y(P)S -29 x(AK,)S 232 x(1\2034)S 2106 X 499 y(Req)S -2 x (uired)S 132 x(hardw)S -2 x(are,)S 231 x(1\2032)S 2106 X 498 y(Req)S -2 x(uired)S 132 x(privilege)S 2703 X 498 y(for)S 132 x(installation,)S 232 x(1\2036)S 2106 X 498 y(Req)S -2 x(uired)S 132 x(software)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x(RALL)S -31 x(Y)S 133 x(develop)S -2 x(ment)S 132 x(option,)S 231 x(1\2032)S 2703 X 498 y(for)S 132 x (V)S -29 x(AX)S 132 x(RALL)S -31 x(Y)S 133 x(Run-)S -2 x(T)S -14 x(ime)S 133 x(Option,)S 231 x(1\2033)S 2106 X 498 y(Run)S -2 x(-T)S -14 x(ime)S 133 x(Option)S 132 x(kit,)S 232 x(2\2031)S 2106 22893 XY F24(S)S -465 x 249 y 9864 24 R 2106 23640 XY F42(Sample)S 131 x(installation)S 133 x (log)S 2703 X 498 y(for)S 132 x(Run-T)S -15 x(ime)S 132 x(Option,)S 232 x(B\2034)S 2703 X 498 y(for)S 132 x(V)S -29 x(AX)S 132 x(RALL)S -31 x(Y,)S 232 x(B\2031)S(,)S 132 x(B\2032)S 2106 X 498 y(Saveset)S -2 x(,)S 233 x(2\2039)S 2106 X 498 y(Shut)S -2 x(ting)S 133 x(Down)S 131 x(V)S -30 x(AX)S 133 x(RALL)S -31 x(Y,)S 232 x(3\2036)S 2106 X 499 y (Softw)S -2 x(are)S 2703 X 498 y(required)S -567 x 498 y(for)S 132 x (V)S -30 x(AX)S 133 x(RALL)S -31 x(Y)S 132 x(developmen)S -2 x(t)S 133 x (option)S -2 x(,)S 232 x(1\2032)S 3600 X 498 y(for)S 132 x(V)S -30 x (AX)S 133 x(RALL)S -31 x(Y)S 132 x(Run-T)S -15 x(ime)S 133 x(Option,)S 231 x(1\2033)S 13164 2903 XY(System)S 133 x(par)S -2 x(ameters)S 13762 X 498 y(modifying,)S 231 x(3\2032)S 13164 X 498 y(System)S 133 x(par)S -2 x(ameter)S 131 x(values)S 13762 X 498 y(chang)S -2 x(ing)S 133 x (with)S 132 x(AUT)S -7 x(OGEN,)S 232 x(1\2039)S 13762 X 498 y(checking,)S 232 x(1\2038)S 13762 X 498 y(setting)S -278 x 498 y(dyna)S -2 x(mic,)S 233 x(1\20310)S 13762 X 499 y(settings,)S 231 x(1\2037)S 13164 X 498 y (System)S 133 x(startu)S -2 x(p)S 133 x(\211le)S 13762 X 498 y(editing,)S 231 x(3\2031)S 13164 8637 XY F24(U)S -504 x 249 y 9864 24 R 13164 9384 XY F42(User)S 132 x(Account)S 132 x(Quota)S -2 x(s,)S 233 x(3\2034)S 13164 X 498 y(User)S 132 x(Account)S 132 x(Requ)S -2 x(irements,)S 231 x(3\2033)S 13164 11133 XY F24(V)S -465 x 249 y 9864 24 R 13164 11880 XY F42(V)S -30 x(AXcluster)S 13762 X 498 y(V)S -30 x(AX)S 133 x(RALL)S -31 x(Y)S 132 x(Installation,)S 232 x(3\2033)S 13164 X 498 y(V)S -30 x(AX)S 133 x (RALL)S -31 x(Y)S 13762 X 498 y(Shutt)S -2 x(ing)S 133 x(Down)S -2 x (,)S 233 x(3\2036)S 13164 X 498 y(VMSINST)S -30 x(AL)S 132 x(Require)S -2 x(ments,)S 232 x(1\2031)S -2 x(2)S 2106 29901 XY F40(Index\2032)S %%EndCustomColor R-FRV 60 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%PageCustomColors: 0 % % < End of included file 5654_PROFILE_INSTALL_INDEX.DVI_PS > %%Trailer EndDVC$PSDoc /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack -54 dup translate % ..undo the film translation } if %%Pages: 60 %%DocumentFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Courier Helvetica Helvetica-Bold Helvetica-Oblique %%DocumentCustomColors: 0 1