%!PS-Adobe-3.0 %%Title: TCP_RNPRO %%Creator: DECdocument V3.3-1E %%Copyright: 1994-2000 Touch Technologies, Inc. %%+All Rights Reserved. %%CreationDate: Fri Apr 16 2010 11:33:21 %%For: NALINA %%BoundingBox: (atend) %%DocumentData: Clean7Bit %%LanguageLevel: 1 %%Orientation: Portrait %%Pages: (atend) %%PageOrder: Ascend %%DocumentFonts: (atend) %%DocumentNeededFonts: (atend) %%DocumentProcSets: Underlay Color5044 %%DocumentSuppliedProcSets: Underlay Color5044 %%DocumentProcessColors: (atend) %%DocumentCustomColors: (atend) %%EndComments %+++TTI changes : added ROTB back in %+++ : added 1000 ROTB = begin special code example %+++ : added 1001 ROTB = end special code example %+++ : added 1002 ROTB = digital logo % %%BeginResource: procset Underlay %%CreationDate: (2/10/92) % % In VAX DOCUMENT V2.1-1, simple EPSF files up to 65,000 bytes long % may be an underlay. Define the EPSF as a PostScript proceedure % called /UNDERLAY and prefix to DOCUMENT's PS output For example:. % /UNDERLAY ( EPSF code here ) cvx def % % To create a "DRAFT" underlay change /UNDERLAY* to /UNDERLAY /UNDERLAY* ( /Note (DRAFT) def /NoteSize 120 def /NoteFont /Helvetica findfont NoteSize scalefont def /Note where { pop Note length 0 gt { /NoteWidth NoteFont setfont Note stringwidth pop def PaperWidth 36 mul PaperHeight 36 mul moveto PaperHeight PaperWidth atan rotate NoteWidth -2 div NoteSize .729 mul -2 div rmoveto Note true charpath .075 setseparationgray fill }if }if ) cvx def %%EndResource % %%BeginResource: procset Color5044 %%CreationDate: (1/21/91) %%Version:1.0 3 %Implementation of Adobe 5044 color specification %/ndf allows command override during color separation /Color5044Dict 100 dict def Color5044Dict begin /bdf {bind def} def /ndf {1 index where {pop pop pop } {dup xcheck {bind} if def } ifelse } bdf /setcmykcolor {1 exch sub 3 {dup 5 -1 roll sub 0 2 copy lt {exch} if pop exch } repeat pop setrgbcolor }ndf /setcmykcoloroverprint {4 {dup -1 eq {pop 0} if 4 1 roll } repeat setcmykcolor } ndf /findcmykcustomcolor {5 /packedarray where {pop packedarray } {array astore readonly } ifelse } ndf /setcustomcolor {exch aload pop pop 4 {4 index mul 4 1 roll } repeat setcmykcolor pop } ndf /setseparationgray {1 exch sub systemdict /setgray get exec } ndf /setoverprint {pop} ndf /currentoverprint false ndf %CMYK multi-proc colorimage /colorimage {4 ne {(\nUnsupported number of colors for colorimage.\n) print flush quit } if not {(\nSingle procedure form colorimage unsupported.\n) print flush quit } if save 20 dict begin /&saveobj exch def /&Kproc exch def /&Yproc exch def /&Mproc exch def /&Cproc exch def {&Cproc &Mproc &Yproc &Kproc /&K exch def /&Y exch def /&M exch def /&C exch def 0 1 &K length 1 sub {/&i exch def &K &i 255 &C &i get 30 mul &M &i get 59 mul add &Y &i get 11 mul add &K &i get 100 mul add 100 idiv dup 255 gt {pop 255} if sub put } for &K } image &saveobj end restore } ndf /customcolorimage {pop systemdict /image get exec } ndf /separationimage {systemdict /image get exec } ndf end %%EndResource Color5044Dict begin % /DEC_DVC$dict 300 dict def DEC_DVC$dict begin % /DVC$PSJob save def % mark % CREATE ISOLatin1Encoding if not there already /ISOLatin1Encoding 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 /ISOLatin1Encoding where not {256 array astore def} if cleartomark % /DOCPSE ISOLatin1Encoding 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 8#213 /OE 8#214 /oe 8#215 /Ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /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 % % Exit page (temporarily) to add fonts/characters. /XP { }def % % Resume page /RP {/ExampleState 0 def} def % RESUME PAGE /ExampleState 0 def % % End Page: EP /EP {DVC$PSPage restore}def % % Purge fonts to reclaim VM /PF { currentoverprint currentrgbcolor EP %Does restore PageSetup %Does save setrgbcolor setoverprint }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 moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto } def % /R { % Draw a rectangle /ht exch def /wd exch def gsave currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto }def % %Setup Page Media: PM /PM { /Xmax exch Resolution mul def /Ymax exch Resolution mul def /UNDERLAY where { pop /eps_save save def % save before EPSF underlay Resolution 72 div dup scale % Revert coords to points count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray {UNDERLAY} stopped {(Error executing /UNDERLAY)== quit}if countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF }if PageSetup }def % %Setup page coordinates /PageSetup { % /DVC$PSPage {save} def % ++cjb: fix VME bug /DVC$PSPage save def PortraitMode not {PaperWidth 0 translate 90 rotate} if /Xpos 0 def /Ypos 0 def }def % % Begin EPS file: SPB /SPB { Yadjust transform % convert from DVC to device coords EP % page-level restore /eps_save save def % save before EPSF Resolution 72 div dup scale % Revert coords to points itransform % convert position back to points translate % set position for EPSF PortraitMode not {90 rotate} if % rotate for EPSF count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray }def % % End EPS file /SPE { countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF PageSetup % restore DVC coords }def % % Print-Page Routine: PP /PP { gsave showpage grestore }def % /DMF { % /font-name DMF exch findfont exch scalefont setfont }def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /namstr exch 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 % /ps-scalefont { % FOR PS 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. % 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 }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 ALREADY LOADED /PXLNF {false DefinePXLFont}def % SIGNAL THAT FONT 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 % % set color routine: Color# SC /SC {ColorPalette exch get 1.0 setcustomcolor}bind def % % % Procedures for implementing the "rotate " special: % ROTB - % - ROTE - %+++ TTI changes to allow .screen escape sequence % 1000 ROTB -> start screen % 1001 ROTB -> end screen % 1002 ROTB -> Digital logo /codexindent 590 def /ROTB { dup 1000 eq { % 1000 ROTB - start code example pop /ExampleState 0 def /S { dup (.screen) eq { % start screen example % pjf fix 7-4-92 : first line after .screen was indented improperly currentpoint /ExampleY exch def /ExampleX exch def 1 setgray show 0 setgray /S { /ExampleName exch def /ExampleState 1 def codexindent 0 translate codexindent 0 rmoveto 1 setgray ExampleName show 0 setgray /S /show load def /FONT104 /F104 load def % replace the tilde with a space currentfont F102 currentfont begin /Encoding load % - encoding % save the old encoding for the tilde dup 126 get exch % - e126 encoding dup 32 get 126 exch put % - e126 end % stick tilde encoding in a variable /ExampleTilde exch def FONT104 currentfont /F104DICT exch def setfont /F104 { /S { currentfont /F104DICT load eq { dup length 240 mul /w exch def gsave 0 -100 rmoveto currentpoint newpath moveto w 0 rlineto 0 440 rlineto w neg 0 rlineto closepath fill grestore 1 setgray show 0 setgray } { /S /show load def S } ifelse } def FONT104 } def } def } { % regular code example show /S /show load def } ifelse } def } { dup 1001 eq { % 1001 ROTB - end code example pop ExampleState 1 eq { currentpoint ExampleY exch sub 600 sub /ylength exch def pop /xlength 19200 1.25 mul def /radius 1000 def gsave ExampleX ExampleY translate 240 -400 translate .8 1 scale 50 setlinewidth /Helvetica findfont 250 scalefont setfont ExampleName (-) eq { /ExampleName () def } if ExampleName stringwidth pop xlength exch sub -250 radius sub ylength sub moveto gsave 1.25 1 scale ExampleName show grestore newpath radius neg 0 moveto 0 ylength neg radius 180 270 arc xlength ylength neg radius 270 0 arc xlength 0 radius 0 90 arc 0 0 radius 90 180 arc closepath stroke grestore /ExampleState 0 def /F104 /FONT104 load def /S /show load def % replace tilde encoding, so it doesn't show up as space anymore currentfont F102 currentfont begin /Encoding load 126 ExampleTilde put end setfont codexindent neg 0 translate codexindent neg 0 rmoveto } if } { dup 1002 eq { pop gsave (-) stringwidth pop neg 0 rmoveto /Helvetica findfont 450 scalefont setfont [(d) (i) (g) (i) (t) (a) (l)] { currentpoint currentpoint newpath moveto 0 -200 rmoveto 300 0 rlineto 0 730 rlineto -300 0 rlineto 0 -730 rlineto fill moveto gsave dup stringwidth pop 300 exch sub 2 div 0 rmoveto 1 setgray show 0 setgray grestore 350 0 rmoveto } forall 0 375 rmoveto /Helvetica findfont 200 scalefont setfont (TM) show grestore } { % other - do rotation XP gsave Xpos Ypos translate rotate % using from the stack Xpos neg Ypos neg translate RP } ifelse } ifelse } ifelse } def /ROTE {XP grestore RP} def /F104 { } def %%EndProlog %%BeginSetup /PxlResolution 300 def /Resolution 3600 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /PaperWidth 8.500 def /PaperHeight 11.000 def 72 Resolution div dup scale %> Postamble of file WORK22:[NALINA.TCPIP]TCP_RNPRO.DVI_PS. % DefineFont:F242 Category:10 Pointsize:7 /Courier /Courier@DOCPSE DOCPSE ReENCODE /F242 350.100 /Courier@DOCPSE DPSF % DefineFont:F239 Category:10 Pointsize:8 /Courier-Oblique /Courier-Oblique@DOCPSE DOCPSE ReENCODE /F239 400.100 /Courier-Oblique@DOCPSE DPSF % DefineFont:F238 Category:10 Pointsize:8 /F238 400.100 /Courier@DOCPSE DPSF % DefineFont:F235 Category:10 Pointsize:9 /F235 450.100 /Courier-Oblique@DOCPSE DPSF % DefineFont:F234 Category:10 Pointsize:9 /F234 450.100 /Courier@DOCPSE DPSF % DefineFont:F208 Category:10 Pointsize:20 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F208 1000.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F204 Category:15 Pointsize:9 % DownloadPSFont %!PS-AdobeFont-1.0: DEC_Callout 002.000 %%CreationDate: 3/16/99 at 1:40 PM %%VMusage: 1024 11248 % Generated by Fontographer 4.1.4 % % ADL: 800 200 0 %%EndComments FontDirectory/DEC_Callout known{/DEC_Callout findfont dup/UniqueID known{dup /UniqueID get 4216635 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 20 dict begin /FontInfo 16 dict dup begin /version (002.000) readonly def /FullName (DEC_Callout) readonly def /FamilyName (DEC_Callout) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -133 def /UnderlineThickness 20 def /Notice () readonly def /em 1000 def /ascent 800 def /descent 200 def end readonly def /FontName /DEC_Callout def /Encoding 256 array dup 0/.notdef put dup 1/.notdef put dup 2/.notdef put dup 3/.notdef put dup 4/.notdef put dup 5/.notdef put dup 6/.notdef put dup 7/.notdef put dup 8/.notdef put dup 9/.notdef put dup 10/.notdef put dup 11/.notdef put dup 12/.notdef put dup 13/.notdef put dup 14/.notdef put dup 15/.notdef put dup 16/.notdef put dup 17/.notdef put dup 18/.notdef put dup 19/.notdef put dup 20/.notdef put dup 21/.notdef put dup 22/.notdef put dup 23/.notdef put dup 24/.notdef put dup 25/.notdef put dup 26/.notdef put dup 27/.notdef put dup 28/.notdef put dup 29/.notdef put dup 30/.notdef put dup 31/.notdef put dup 32/space put dup 33/exclam put dup 34/quotedbl put dup 35/numbersign put dup 36/dollar put dup 37/percent put dup 38/ampersand put dup 39/quoteright put dup 40/parenleft put dup 41/parenright put dup 42/asterisk put dup 43/plus put dup 44/comma put dup 45/minus put dup 46/period put dup 47/slash put dup 48/zero put dup 49/one put dup 50/two put dup 51/three put dup 52/four put dup 53/five put dup 54/six put dup 55/seven put dup 56/eight put dup 57/nine put dup 58/colon put dup 59/semicolon put dup 60/less put dup 61/equal put dup 62/greater put dup 63/question put dup 64/at put dup 65/A put dup 66/B put dup 67/C put dup 68/D put dup 69/E put dup 70/F put dup 71/G put dup 72/H put dup 73/I put dup 74/J put dup 75/K put dup 76/L put dup 77/M put dup 78/N put dup 79/O put dup 80/P put dup 81/Q put dup 82/R put dup 83/S put dup 84/T put dup 85/U put dup 86/V put dup 87/W put dup 88/X put dup 89/Y put dup 90/Z put dup 91/bracketleft put dup 92/backslash put dup 93/bracketright put dup 94/asciicircum put dup 95/underscore put dup 96/quoteleft put dup 97/a put dup 98/b put dup 99/c put dup 100/d put dup 101/e put dup 102/f put dup 103/g put dup 104/h put dup 105/i put dup 106/j put dup 107/k put dup 108/l put dup 109/m put dup 110/n put dup 111/o put dup 112/p put dup 113/q put dup 114/r put dup 115/s put dup 116/t put dup 117/u put dup 118/v put dup 119/w put dup 120/x put dup 121/y put dup 122/z put dup 123/braceleft put dup 124/bar put dup 125/braceright put dup 126/asciitilde put dup 127/.notdef put dup 128/.notdef put dup 129/.notdef put dup 130/.notdef put dup 131/.notdef put dup 132/.notdef put dup 133/.notdef put dup 134/.notdef put dup 135/.notdef put dup 136/.notdef put dup 137/.notdef put dup 138/.notdef put dup 139/.notdef put dup 140/.notdef put dup 141/.notdef put dup 142/.notdef put dup 143/.notdef put dup 144/dotlessi put dup 145/grave put dup 146/acute put dup 147/circumflex put dup 148/tilde put dup 149/macron put dup 150/breve put dup 151/dotaccent put dup 152/dieresis put dup 153/.notdef put dup 154/ring put dup 155/cedilla put dup 156/.notdef put dup 157/hungarumlaut put dup 158/ogonek put dup 159/caron put dup 160/nbspace put dup 161/exclamdown put dup 162/cent put dup 163/sterling put dup 164/currency put dup 165/yen put dup 166/brokenbar put dup 167/section put dup 168/dieresis put dup 169/copyright put dup 170/ordfeminine put dup 171/guillemotleft put dup 172/logicalnot put dup 173/hyphen put dup 174/registered put dup 175/macron put dup 176/degree put dup 177/plusminus put dup 178/twosuperior put dup 179/threesuperior put dup 180/acute put dup 181/mu put dup 182/paragraph put dup 183/periodcentered put dup 184/cedilla put dup 185/onesuperior put dup 186/ordmasculine put dup 187/guillemotright put dup 188/onequarter put dup 189/onehalf put dup 190/threequarters put dup 191/questiondown put dup 192/Agrave put dup 193/Aacute put dup 194/Acircumflex put dup 195/Atilde put dup 196/Adieresis put dup 197/Aring put dup 198/AE put dup 199/Ccedilla put dup 200/Egrave put dup 201/Eacute put dup 202/Ecircumflex put dup 203/Edieresis put dup 204/Igrave put dup 205/Iacute put dup 206/Icircumflex put dup 207/Idieresis put dup 208/Eth put dup 209/Ntilde put dup 210/Ograve put dup 211/Oacute put dup 212/Ocircumflex put dup 213/Otilde put dup 214/Odieresis put dup 215/multiply put dup 216/Oslash put dup 217/Ugrave put dup 218/Uacute put dup 219/Ucircumflex put dup 220/Udieresis put dup 221/Yacute put dup 222/Thorn put dup 223/germandbls put dup 224/agrave put dup 225/aacute put dup 226/acircumflex put dup 227/atilde put dup 228/adieresis put dup 229/aring put dup 230/ae put dup 231/ccedilla put dup 232/egrave put dup 233/eacute put dup 234/ecircumflex put dup 235/edieresis put dup 236/igrave put dup 237/iacute put dup 238/icircumflex put dup 239/idieresis put dup 240/eth put dup 241/ntilde put dup 242/ograve put dup 243/oacute put dup 244/ocircumflex put dup 245/otilde put dup 246/odieresis put dup 247/divide put dup 248/oslash put dup 249/ugrave put dup 250/uacute put dup 251/ucircumflex put dup 252/udieresis put dup 253/yacute put dup 254/thorn put dup 255/ydieresis put readonly def /PaintType 0 def /FontType 1 def /StrokeWidth 0 def /FontMatrix[0.001 0 0 0.001 0 0]readonly def /UniqueID 4216635 def /FontBBox{-10 -75 1000 925}readonly def currentdict end currentfile eexec D8061D93A8246509E76A3EC656E953B7C22E69E9DCBACAC39E81686556FE5FED4789D30EC8492D7B 3E1FC4A1BC91487D1F62B5F172DF3DAA3BDBCFA66EB64B98CBBFEEDE59587811470FEE41AF3AD0C8 CCF3A99A5B5D90A7F42DE2F23EF625AC58C54379C4DA2DCFB92B45C4293CFD64866A61295E385FFE 7DA2EEC1B9108FD79680197B7487287C07DB53BDE0212FD49D8D6693FEE28FEA5C10DED00267700A 1D001818EFCD2CB8DD8FBC3FEDE25AE377ACC4284569A01D46850F91A9F86C8E1DA15CEC48C172C3 E84DD4C50383DF59AF2D3E315C0E19638C63DF98905F5A3C779090566FF6816CBD6EECB6F337278D E321130C972887FF3EF7C38F58AD7CC8A9A1224A1D8A3B14ED813BC369EF6D4E86ABB2F84E8050A6 A9E4A0327C32F4CAAD1402D0853F10854569D871B94DB4AA2E61F024D6232CEAE1DE6A37010599C6 D4BA728CB679403704A44C9C34932E5D1FB3192C345468491EB304B02D90EAA155836626CEA89045 CCB37844C2744A93ED142C36325C94C3968C8E4CF350E8F5D3863A52C8C03F6E1093AD59BCE046E3 A3053B0905DFC9CE1736D153BA408CD373BC4872633363CFE57A071D4C3D062BD365B20CC591E251 9DA3ED87437837B0A60198165B43C929F3B0A2C56AF42008E72D295A84198DA61FCA950E7EC68996 0A8E22295D2D635D6C1C1E6A8A369DFEDADF7E88F6126B8A392F9F7D60DC1EC49ED7F04D970C9DAD 1DF3CC203C348DD73C1D3E143565E04C5613D651D120A90652E92A094F8C35DB59728AE45584ED8C BB8973EE01942699BD0DA86F7C5E1DFFD40EA8D7DF149F73497704BA44C87B5EC5E36DB44330DCF8 8F599D0553670CFCE11F294BB43316D50CE835A135D14129FB80D1A2E5CC31AAB34783B6DC816B0E 01F893243B123C19A69E24FBC207C625742D038EDBBF5D5BEC215FD698BD950146C50778EDDA9E91 6D4BA3866A0FA3E1563FDC0992D78F7634C7F0CFF9EAA689EBC39F6700C169504E2F76E982C96D75 56FB4E22EE7D67DC835F104AE9EA67857D585BB34423408CE14B956424F83F289243DF0283C8843E 9A3001BD0CE324ED47BFA0B030823C47A6B0C7D9FFF367226E73CA9E1ACA5BE80BB677C1006CB25A BE928165E3D91A86226A3B6AC657A68BCABA9CCE18C9FADFD8BDC469C577A4805E6F068CF207590F 6E6BEF4DD08F3A8902B36A32D945E7B75E384FC1EC7D7DBF737DFA95D3514E61F2E0E20B0F4BBB7E 9F4CB28A66C7A0E5E3954618B36AA543AFD856254F0401B2E42E6A2FC1B2911BDAE09F696208B609 FC111407AEAF2265C41DF9EEA7820CDAE5040EF1C7B4C31D2961F42CAA74CAC5DC812B9A08B7B43B 4E4D6CBC4E1A87E808984504633905B6FA3DDA3C9B5C1D3F665D13E72AE7FBEEEC9B1384720B82F6 00B49D95A3784CD753B17590D03963BBC2A845BF4580E6C9AAA70CB272F11EBBF9423FDA5FCD59B8 FD90032C48B742572932879FCE62721D5E93A0DB0DAF4978CCFF392F8638044B3DB20295BB8FFC96 8F9A671B21497DAF06B20E5F65A73A514B5947FD77545DE846D2AF37915732311BA994F950F56411 D54DB9DA21A12293AC5EE4FC23B9A39E5356EB62F1929E83F2B4DFECA8780D6C1769C2CDF1DE7200 B2E12FA21D1A721DC3A372D04DAAAC43F6A7F3C16E260EC692E83AB00BB9E1441F4F9E0A71FA894B 2B5E36D3E9DF0C8668FCA4E2A1DBFC80ADA80E3D7D9B757893C8E8D6A89797D39BAF3A453FFE96D0 F282A4BC021404B29556F1397E925845B40E44F9A150AE31B484B7226DFA15671BED3044A99EBD28 DDE9D5C0F50A1CE05B7393AA2571F509949421ADF45E25D53C84FB8D2090A70FD3D5949103B81C19 58CA8FC09E3E6AEFE90A3D1E310FB62068CB6BE29556A863118A2AD2417BBF0B38BA2EC1DD41E6BA 5736F98EFDFAC68F3E8DE5A9CC39BFBCABC9D28A5C4FE2CBF9889BB32EF6AFB3C93D853A82B3FAEE F637D121314AE0208A8119A9FA5672AF00B0AA17ED9E971308C040CA202FECD2B34EF7E5D086FD06 DA65717703192E2B2B21B68936FE4F312F478AB396C0078A6AD5061A682A9982001A9B3828FD73A0 37D54EFAC66824F761CEEC04B4C8D646C41EBA8735D396BF6C6B3732DA6C5F55F36B182F6F0DAA2B 3DB4A87F0C083703416FD9637273A81FF5DAA0AB1D2811C74952F85F57DF6D2ADB0824C85EA1BD4A 67E1575F9FD4EB265C167AEE802FB17DCB50B4C37BEF006DA381C9232321E845ACC9A9C1A279A73D F3A76E4DB5748CC7ACA2F391A48B53F86B9C2466AE755A3782EA8C7971190E6D810FEBA513D6FD98 318A6A2D257E08E34341C9BF5CBB39A2FEF8BA68B9AB9D6E0BB3460D26882352FBE332C35490A82D 025EF899023DB85663D639E876B8C86F4CA1D949D11951D27793E50F965CD25D03BD722D02E4CB72 FA025C472CA8A99C2098DA634E7BE90BCF85BADDAD7D3C5998B152D54873B8A436BAE8DCDCAD8445 01CE59DA1F8DAA2E13386D76D7C2A7AC31CEE493F7B1EEAF5F56D796F97DB2CE63EC617A33B6AF87 D48FA89BA3DD0C50ABFC014665824B85F840535A2ECFA095ADF4FC734F75E13FF0E17A33FEBEEB84 F582A5BADE4070B405003978C2DFD0A3B68B185668081C0FAD646CBE586B58FCD918178C63F6A979 F5CDBF25F8A72233DF0F0BF92E9B1D065F7F63D911E1C9789E5BC1146ABB9BB0AD35B291059912E2 42B04743D6427A0053F74FD9EBA9351F08F27BEC338B9A4CB1AC8194E57DF30AA7177D26FD42F093 24C8182813850580B8C8A977EFC6E4B40618F00EB652653157DE2B021B05F4A4DF900FEF6B4FD82A BFFEE278C447B9C8CE5F94EB3915AAE0EE6594CA437F8C460D98F1B2CE35BD6D1DADDBF6BA1EB5F9 5E4A31E418D5F17A56D4E2BC62C62342C3A3A30EA9DE67BF76C7AEAF3EE5C80E779476D384C53723 CFBDA77E7E376DB680ADDCAE21F1B08F243F12DFBAC198D5E910EA86E5C53B485F1565641D8A45AB 0D17A97EA1910A92158A17AF93F5D81A1274BC3A7717AB08AE48510952BB4B741B61DD1807F7C3D9 BC498E9CBDEC268F8105373D0C16156A419CE36B4955CBB5671C6A0124F64ED6F770D90421CB880C 9E803F4274144E32D95421641CF64E08E85CC0DC55B4105F358E85FC63D840EDE176E9767B5466FA 52BAD58DB3AF384CEAB6E425E166C17C8578299ED3647A826CA8260233309FA4CB2A7F87CC45D152 5A26947D843AAC877E235D1F04F336564AC42735EDFDEFBDB4FB08029400BDC1E43319FB4181DCEB 369C5DD163C57EBD257F7B88C7A95825ADA20071D5716AC56E7937B926EA58B6DBF1032A75D22897 A47B5EBB363A2DB3F9183862E800221378C00873B10F0F2F6553589378A37D77C56525FA24129430 201DA72A824D1F9E71069F8552AB3E1AD5A0140302381BA9FE938FEF0D5796428DEFC23AE722D079 A0485BD882358D6AAE377C899CAF6B8D33898C5522B7EC35CD285382402A4D071EC0A6341E1147E8 70314E13E90C2A5E6E851FABE6EF68E83A082CFAA7F89721EF75084163B780077F4A58D70F296872 ED3D07D32099559EC109B598998B6C8641EA5E62FFBEAAA82BFB6C4D4A651B39AE55B9C9F70AC677 C5262574FBAD761699D7E74B365D1A58142AF4512C144072EA42444CCFBF15C3BEDE11980C5D4BFF 6F8D25EFCF71149C5F5243B69F7E0F68DBC695C8061FA70D13CE33184B648C9B7FAB371C32EC859D 5098C733F75A856E7F1A3C87DB90956ACC94C708C3F533E1977F45DE22BBEE5D77DAACB9AF79DE8E 1DAFCB6342EFEE54450138D7D6F13016AF0304F08816AAD2301324F412980E85D4CF429AA178290E 9795D2D5BBBDF3D5D3EF0609612C2E7B36D1A9C793222BB139834D75F98D7E186364373889736FE0 8C6552EF99656D64B72E7690D526B4D826B92C13BB4B929FBB04F268AF83A4E54FA1AF82C2F7B35D 4305E3638EF167FF70A62A511F624B1675E1A92471F94A6E1C64D47A772B50C01C96BDE14C664C99 25DAD04FB2A24969312D079A8E2D2A57219C85E7EC6DCCE89A99AB6DEE8FFB08C371BFB3B039C7D3 02A8D77C44E270F1ED643C8EA4E14D06A9AE9918B568ECA4D9E5C437A1DFD9131988C581ED31C936 7C7B553F0C3D85738FC29F583239E35FB568D93FB76D95978DF9F2A9E4648364C021A809CDE4FD9B 0312F1EACBBDBA94EDFFDD2F51F5D569CC5E81BD45B7E429998194559199A0F81B4220DAAA490F71 8403692D231CE94548EE02C216152840620ACF33AB31579D44F6850E576983D04A8B10097326D176 0443133E5E323BFE54DDF035A4D20219E4077FF418D3B2E6DFF4797ACD96CEB36AFD05CD0A91AC66 F270760C6D1A7BE25877B32E039EBD0398751288CEBE75152CF1FD6FB37BD45F37B2E0A52496120B 1E82EFD8A8210B6A2A0459E7BA378B8DB0FB3C47A382C0FFF8CF2998B496446D6D7E84DB3431F915 5DFF6BCFC76C0E83E516682379EC61B3C48D0F0298050175ED83431A858ECBCBEF139760180108A1 4E6F2AC37977603925FB8B2935ACE5868606D9FA62DC00AB4A5C7D938C31BE60A1DD9A6496E5AB78 CBFAF7A1FBCE2ECD40720DE9295914ABBE97F0AF8B4C3F3EAEE82A240AD76547644CC97507F59A36 1733DB1EC6E8EA5A8D3E4B603E9A578BA31B5E2427B352A4573FBC9FB321D94C1464339B55CD4396 D740349F76DDE8F0CAEAE0AE735FF41D6C2B15A19DDAECE90B1E6FF61E79370F9A2175C34E1CDEE4 1290A55140F7203BCD406F208F7670409DEC2B9A12C475A4C5F4C1A9044428A4E6C00BA16A4F988F 574BC43AB1D0A1EA292B1A4403A6257E6CB2E5192400046880682D05E38B9D0A6DB680B1BBFF84D2 01412BDD7F41C46BDA6AAD0888B39FC5E406E9EF264EAE39A0EF0C720DAD8FF74A515269D17A9FF8 DBF7E6B9B7442868BFDB3008C86F74ED73856444479181D0E390753721815BF8BCD003649B03517D D41801E17E90BD784B480ECB5073AB932360946A3C297AB3C4BC5042367DD391D5ACDD004AEDF484 691D3BE9082151E88686D117F078291443C0DBE6260DCDC1E0F60F8CAE61E43881C00F3DAFFF526B 871A46A95CC07A68E2F4ABF05488AE1EC6F88BF77F85E9D04FFA872978070CFC913C5EFD063C6675 BBCDCB68F1A0EEF7A79AC88C61D2FCC1E6B451001214D4283ACF8169A0145FC5F9C2A9642AF3BB22 451978F0FA5AB75555E5B82CC76CAE1D2B574D3BB989AD893B0752D7822AC84BA7C459B78BAA88C7 9363A6989CF41E3F3295DE9519BBF6A921EEC30456B11999DA696666B0C862C8205E665E6D787032 8B5C9462D36A5AB04C39EE6AD9DF20AC799FB50D59EF43921199454C09CE54227D463A84B8DF1CD4 06123914F4B4E64F3DEC828930904DFA85C6FE321C292C473586820D066249CE2065F01BE0E2B71D 42455732D3FAD68FF5FCFD712D96DDEA00770CBDD01661F7D3FE786F2F13411A34AC6DDCDB1E34E0 A81825065CA1DEEA789D6F248A7F68B0D505ECACC808239DD460782B62F486698DE51AB364A2969C FFD08598C675ACF734AC514A3A5D784EA0E04CDD1F294C7D4A2D2FD03F72B306D4C3F249456E72C0 5960CCEF607A45E1430509CEE653EC60540FCEF7E930F37EDF7EADF8A7F1E1D3B7A3600B1FA5B4FB 3D9DCF52E69922953C81E06CD3D74A742028039AB455ED0FA2688013DD22CE7EDFEBCDFB8513455B 244199405C185CFEBD025E4792B649F802B132CB7BD5C194707149D84818FA8C955B4DDAB0170946 04E20F08E9C58FD9E193AA21EB27B488E660F7F8DAC01BA257A3E75C7EE4B2B694E7DCC7E762A092 AF707D7E4B0EB7CD6258F2FDE300CEB9CF7C774F199FB4DDBDB867CDD7A6314466178115CE1465E2 5AE834973460DB0DC50A2AA0623E77D087EDF4219008799C156BD28D040ACC83CED5617A4C684042 47F4B76AE896DAC379CFF1C31E2DC5C3C26935535197CF169E79A61BDB6966C0BBF11C8D943EC724 B7B4B5C74A3903FB475F0A6F27EABAF29DA53233B4634C5A604523989511D420C549490EDA0FC8D9 BB8D7182D0150F6EFA07EAD59605DA581B06EDF226876A1D35D194D5BEB320D55F05EFD22F89167D B133AA39FB922B10A651EE17C4B3033A44861F8E12A9712711B95BD50435BA8749E12686C043741B 68DB063FFA3A33C837E29EC3ED5E3E662AC0133D9E3EF760744A25C3C0C00F10BFD216D995A6F903 1FE8F2EA194E7A1427685EF74E5622D782319D9ED2FCF8CF1130737272FEB3088EA586669F27F5B2 DFCCE4B4BD42781C4846E780BEB558E5DF84E351E34CB25C83182D56802E7D96064D263460C0980E 0809B2D95F955DD0E4B7AF37BEF0E92F0EBB91249336EBBCFF31C3727CD4BC455CB2034C40179467 09CC05E077584C5FEB6808D65CD1383298EB16F47C851264A90ECE337FCBBDC88F2E109B78904A1D 3970F97D4FAF2C621BE3FAAE1AB340D4DE031A77CC530F9EDC0371F5F439BE80A8BA656E60FFDEF9 76684E219E9220FBDC975A77F40ABF2939485618E0BD7621C29371C809B2FA636ED55F47A2105D2A A6C4299E47F42BE1407526825EFB6B3ED8065D5FB011EEA0F12D6DA57942031308AA84967A49B874 A3045D60E97E3CA821B53DE2A270C0EC9FAF25AEC0B2D5DC6FDD8E9B642979BA93D52202D8DF43F0 427AD009624B13603AC90D4B239D4022F40ADFEB421A6A7D955FB7AF25143ACBCDD1B356E0E75465 0371B3DF9927794C26DC4CDC7AE9C56E12C910233CFCC5FFD213A9F0EF5C87EFD0F44EC98DAB2F34 DC31024A7BC8419A0BAC63A6052ACFC40EEE38578ED94578B794A67023D0F4D6755D8F7E9B80F0D4 664DBA75BF135E79A1D360CD818F8E0942B47B3537ED5E8552637DC14E087DCB9F4DE956D81DF6B5 414C9AC65EC0B865E604AFE07103AC15BB3BA06D7F1FC3FD6829B3D696039C57689C6FF314B3A85B 32FEA5396ACFD7A13C5147668B96BB2B79065A800C126DE9B15A2C7ED842029C0F73B9585BADF908 C70FAC9CE26A7317737EAD6FA3F2FB2725627B0345B529F3A5F3EA21630BC342D26EB1ACC0E86ABA 41A2A45B01075B1A97FDEDAB845AB66C9FCEE2B922F61813582F5BAAC8A74ECB4CC47DDFAC9EB444 857BB6B471FF91A195E97316A14967BA9F8CC078B80BC42E29AAF98C658FDAF018496461730E75FD C82FE227EFDB1CA76BBB3E57B3D457A56E73B7686E444BE4E26DBEFADCEC767877B040C38E78BEE4 164FBE5396C399B792CFF8845D2DA10FB01AA222F931B91C8FD92EED0EC8541D3C6252274371993F D4ADEA7483CD7A467A2062AC0B4CB0B343976C21E0F699CCB73572A92B9DB6AF265932CBFAA94722 C2F030609F799051B0DC2386B397FFA932EC0462AD67C5E96A3ACDB307D9BCAD0293E8BC942C453F FC9D5C07677E31FC653D3D3FB192661C4F1EE832D8D297DBDBCD8CAF1A9D61F6841F105025E08935 2FF0A12E631F4FBBC3BB6EAAD6CDEF7176033581296056087F36394C22C425F24B2F6901C18747B9 755B9ACD0E9C2052EF6F9CE744DBD9D3EA5CB3F2D65817FDB3581BF9B7EEAA4534B9F174C43F825F F6814F97D7592BDE219615024FCA7BD66D22369248D57B0B32D74CED00FDB8BBCE9053B0674C6A93 E72A90465666162B7BA46A0305951B12D084CC4534C8EF31D16EB56F80AC427185A073089A040187 2BAF874543A681EE19EE32F70060E5DF2D1771F392E97B221B98ACD080FED4148D43143C0CC0236A 876B7B9CF70B7A8471E278446F76B2262E3E3692E1E9A24E780CAB8ECA1B0AD7DD094218C691E33B 6C365E1348B4188E91542B5EE6C350A1DD233EAB276C9F3FC20D54C9212BB6973921EF25727DD2E1 CAAD2597EFCF9E957AA25CC326A5D7252A48FFA6D749C9B93E96B85F7469A4C706AF14EBD243B36E DA73F37096B09B3E0FF48B3B6DC0A5737518F359D315E7474ED225434D1B9BA3D9E4EE1BA05BF513 2B5B4A63BC4CBFAFB35C87AD202653656C86FCF7F863A9A2C87D66C57974B0D8ED034F7E527A5BD9 446559BA055B6968EDB5E88B85613F309AD85565096A18838B7035367D153E010F34E7C87944006D 40725BA57B36B0560E395C3EE1114F22AD1F5B6F6A08AC074C25E7B70986DB3C3CE918CE24940792 5AC966E318F9A0F28924AB84FFF39D17F0A6415F17979EB8F2B41837448E0B8CCC39DB9C5AEA0827 6C3E9A54D372215854F392BEBA3B4F4CD580BC27FD214924ECFC3873C3270FCFDC0B6808E7EB711A C779863158C5A3AA2928728631E8C1D41BC60A171CBE08CCCA73CDBE79B51E7448ABF86FB9C8C712 93CB56F4E0AB61EC78FD13FE88B2B7AB58E8AAB9E736B481247485518FDDF1807C5AFBF5647D0E22 DEC73C93A4B4A82741E254362DA02CABFD3D9D1F1A8F48AE0BA03A5B9833D182BE8D6250D6687DDD 55153B7E034B1CB6009D17A30E580FC52B068B0368EDA07B96573D466469A3C2623AA49FB81896E7 3DA4A912A5B9648AE8B2FEAF1FF76CCFE2BD7D482B051B6E29555AEB3F74A808B78C221B16374621 BAD5A03ED19B4240485951A7F9CE382F2CD395F370E1A2D394E12F050C7B1F75F9B410B617678D1E BF26D154102FD50250C36EC09CC1A876E6AF6F6CAB95726434ABDA4FE875534C32AEB5B922A6FBCE F64025958DCCD82CC4B0940A8027B9C8B53D76BDD6584F2B9EC93F816206D8E04EC05C6FB82846F1 AF42F7738F3CB0ED3A69C56E967F63B3DF65E3CAC6D563D0A2904D7D4D11A3C8CF0404F26A6EA741 F4527831DA1586DA220BE21CF9AC047950E2D897542F3C679CF72D54A6CF6D851D9F4FCC4A8F10C5 0D3A992120B17E2072DA0CFCC2E2AC66FA25625E037F27B195443780DF09484AD3FD83FD2B880E6D 7BCF7CFA960762D7B96D6F15923F3297A7B6905145532C8BD81353AF766710C143276FE7B92E5EF7 A0B6E4D067C67BE8F8125E0E770E4A723E27D131C21BDC95F7EB6767A138C1245F1B6CD3CFB53DD3 9EF60951D951C68402C0381613F921ABEF6E0CCA0A696701B10D70C138DD2BC2DCD9D872DEC6EDB2 B0834EDD0589125184ACF36BD8F75CDEBBD4BCE688AB0D2B4CEDC9B44A377C6B867605286774AB5C 090F137924B08E150ADA9554AEEE99A7E5BB413E0DAF7084919195DA13FF692A188AEC5D680EACCA 6171A6F9B6E9480378661AEFD26E4968587D9A47441A90FD01E6BF06115ABC887B9E1467642DE23B 360A65DCBEAA2DA75A1391B752A500F82E37CD3C1B968F88C9520C54441C044AE8AD636B8FEEB3B3 7BEA3D5D85E150B2BA0AA3513652BB60421CF9F2773B96336CFCC03C772693960CD8067A03D1C12F 3118B39C81AAF8C530E441D7285520A26058EA0337F7A619B55DA89794047CA64A8446AB315353CC 37C3529191AE726C1E485D84966EB04BF73078102F4FC202831778B99345A54C0FC05DAA571D25A1 0FD1C46F8B7021425E3D5F374F70D7C4E7E2E70CF75C48B7AF804B1FD2DABD9B930FE76941DE2CCF 5384475CF3C8FB030853FF5C6AB3F1506047789487F4EE4CF9A14969CDB6C6E7341F650FE21B1A5E 2BF8F12465984377FBE616F1A1687B80CA3E822A434C9C89F42C84DB2E9EF4450FAAEEEE0D9DBD8E 81EA9A04B29E70B197C2092D897FB29B4F8A119F7DCAB03CA23B2B57F1767BD2C9FC09BD147895DA B56A80980010944D6CF0B04F26C1068003471487DB97F4645F3EE7A1B2369CA4FBB47DB46720640A 5AFA3B3752063FAF7305F28EF13A1E0FE57D5C9CB024F62612FD0A2F267FDFEF7F3CA1EAA2C042C1 4B7AAE7E6545D484F75B30B8679E65FB9EA60C9D1BA1CF7EE9C8958A62262A89F646BB100D00AEFD 11413F35651D66708CD2326E3F9E84C9DD5ACC911A7DF5AB89A0CFF6C7F7C1EECD8C 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark{restore}if % EndDownloadPSFont /F204 450.0 /DEC_Callout DPSF % 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:F156 Category:10 Pointsize:9 /NewCenturySchlbk-Italic /NewCenturySchlbk-Italic@DOCPSE DOCPSE ReENCODE /F156 450.0 /NewCenturySchlbk-Italic@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 /F152 500.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F151 Category:10 Pointsize:10 /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F149 Category:10 Pointsize:11 /F149 550.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F147 Category:10 Pointsize:11 /F147 550.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F44 Category:10 Pointsize:8 /F44 400.0 /Helvetica-Bold@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 /F40 450.0 /Helvetica-Bold@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:F32 Category:10 Pointsize:11 /F32 550.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F28 Category:10 Pointsize:12 /F28 600.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F25 Category:10 Pointsize:14 /Helvetica-BoldOblique /Helvetica-BoldOblique@DOCPSE DOCPSE ReENCODE /F25 700.0 /Helvetica-BoldOblique@DOCPSE DPSF % DefineFont:F24 Category:10 Pointsize:14 /F24 700.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F14 Category:10 Pointsize:24 /F14 1200.0 /Helvetica@DOCPSE DPSF % DefineFont:F8 Category:10 Pointsize:36 /F8 1800.0 /Helvetica-Bold@DOCPSE DPSF %> Postamble of file TCP_RNPRO_CONTENTS. % DefineFont:F34 Category:10 Pointsize:10 /F34 500.0 /Helvetica@DOCPSE DPSF %Spot color array for this job /ColorPalette [ 0.0 0.0 0.0 1.0 (BLACK) findcmykcustomcolor 0.0 0.0 0.0 1.0 (UNDEFINED) findcmykcustomcolor 0.0 0.0 0.0 1.0 (UNDEFINED) findcmykcustomcolor 0.0 0.0 0.0 1.0 (UNDEFINED) findcmykcustomcolor 0.0 0.0 0.0 1.0 (HEADCOLOR) findcmykcustomcolor 0.0 0.0 0.0 1.0 (FOOTCOLOR) findcmykcustomcolor ] def %%EndSetup % %%Page: (I) 1 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8681 11110 XY F14(HP)S 247 x(TCP/IP)S 248 x(Services)S 245 x(for)S 8681 12355 XY(OpenVMS)S 8681 X 448 y 18228 48 R 8681 14049 XY(Release)S 165 x(Notes)S 8681 15842 XY F32(March)S 166 x(2010)S 8681 17038 XY F147 (This)S 170 x(document)S 170 x(describes)S 169 x(the)S 170 x(new)S 171 x (features)S 170 x(and)S 170 x(changes)S 170 x(introduced)S 169 x(with)S 8681 X 647 y(V)S -51 x(ersion)S 166 x(5.7)S 165 x(of)S 167 x(the)S 166 x (HP)S 167 x(TCP/IP)S 167 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x (software)S 166 x(product.)S 8681 24261 XY F32(Revision/Upd)S -2 x(ate)S 166 x(Information:)S 816 x F147(This)S 166 x(is)S 165 x(an)S 166 x(upda)S -2 x(ted)S 166 x(document.)S 8681 X 896 y F32(Software)S 167 x(V)S -30 x (ersion:)S 17151 X F147(HP)S 188 x(TCP/IP)S 187 x(Services)S 187 x(for)S 187 x(OpenVMS)S 17151 X 648 y(V)S -50 x(ersion)S 165 x(5.7)S 8681 X 896 y F32(Operating)S 166 x(Systems:)S 17151 X F147(OpenVMS)S 166 x (V)S -51 x(ersion)S 166 x(for)S 166 x(Integrity)S 167 x(servers)S 17151 X 648 y(OpenVMS)S 166 x(Alpha)S 164 x(V)S -51 x(ersion)S 166 x(8.4)S 8681 35419 XY F149(Hewlett-Packard)S 167 x(Company)S 8681 X 647 y(Palo)S 165 x(Alto,)S 167 x(California)S EP PP %%PageTrailer %%PageFonts: Helvetica Helvetica-Bold %%+ NewCenturySchlbk-Roman NewCenturySchlbk-Bold %%PageProcessColors: %%PageCustomColors: (BLACK) % %%Page: (II) 2 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4236 XY 19128 48 R 8083 5033 XY F159(\251)S 166 x(Copyright)S 166 x(201)S -2 x(0)S 166 x(Hewlett-Packard)S 165 x(Development)S 167 x (Company)S -44 x(,)S 165 x(L.P)S -52 x(.)S 8083 6627 XY(Con\211den)S 2 x(tial)S 179 x(computer)S 181 x(software.)S 277 x(V)S -37 x(ali)S -2 x(d)S 180 x(license)S 180 x(from)S 181 x(HP)S 180 x(required)S 180 x (for)S 180 x(possess)S -2 x(ion,)S 184 x(use)S 181 x(or)S 180 x(copying.)S 8083 X 448 y(Consistent)S 185 x(with)S 184 x(F)S -29 x(AR)S 184 x(12.2)S -2 x(1)S -22 x(1)S 184 x(and)S 184 x(12.21)S -2 x(2,)S 189 x(Commercial)S 184 x(Computer)S 185 x(Software,)S 189 x(Computer)S 186 x(Software)S 8083 X 448 y(Documen)S 2 x(tation,)S 182 x(and)S 179 x(T)S -37 x(echnical)S 179 x(Data)S 178 x(for)S 179 x(Commercial)S 178 x(Items)S 180 x(are)S 179 x(licensed)S 178 x(to)S 179 x(the)S 180 x(U.S.)S 179 x(Governmen)S 2 x(t)S 8083 X 449 y(under)S 167 x(vendor)S 23 x(')S -15 x(s)S 166 x (standard)S 164 x(commercial)S 166 x(license.)S 8083 X 797 y(The)S 171 x (information)S 171 x(contained)S 171 x(herein)S 171 x(is)S 170 x(subject)S 170 x(to)S 171 x(change)S 171 x(without)S 171 x(notice.)S 259 x(The)S 171 x(only)S 171 x(warranties)S 169 x(for)S 170 x(HP)S 8083 X 448 y (products)S 165 x(and)S 165 x(services)S 164 x(are)S 165 x(set)S 166 x (forth)S 165 x(in)S 165 x(the)S 167 x(express)S 164 x(warranty)S 165 x (statements)S 165 x(accompanying)S 165 x(such)S 166 x(products)S 8083 X 448 y(and)S 168 x(services.)S 251 x(Nothing)S 169 x(herein)S 169 x(should)S 168 x(be)S 167 x(construed)S 169 x(as)S 167 x(constituting)S 168 x(an)S 168 x(addi)S -2 x(tional)S 168 x(warranty)S -45 x(.)S 253 x(HP)S 167 x (shall)S 8083 X 449 y(not)S 167 x(be)S 166 x(lia)S -2 x(ble)S 166 x (for)S 166 x(technical)S 166 x(or)S 166 x(editorial)S 164 x(errors)S 166 x(or)S 166 x(omissions)S 165 x(contained)S 166 x(herein.)S 8083 X 797 y(Intel)S 170 x(and)S 169 x(Itanium)S 170 x(are)S 169 x(trademarks)S 169 x(or)S 170 x(registered)S 168 x(trademarks)S 169 x(of)S 169 x(Intel)S 170 x(Corporation)S 169 x(or)S 170 x(its)S 168 x(subsidi)S -2 x(aries)S 8083 X 448 y(in)S 166 x(the)S 167 x(United)S 166 x(States)S 165 x(and)S 166 x(other)S 167 x(countries.)S 8083 X 797 y(UNIX)S 166 x(is)S 165 x (a)S 165 x(registered)S 166 x(trademark)S 165 x(of)S 166 x(The)S 167 x (Open)S 166 x(Group.)S 8083 X 797 y(The)S 167 x(HP)S 166 x(TCP/IP)S 165 x(Services)S 165 x(for)S 166 x(OpenVMS)S 167 x(documentation)S 167 x (is)S 165 x(avail)S -2 x(able)S 165 x(on)S 167 x(CD-ROM.)S 8083 14746 XY (This)S 166 x(document)S 167 x(was)S 165 x(prepared)S 165 x(using)S 166 x(DECdocument,)S 167 x(V)S -37 x(ersion)S 166 x(3.3-1)S -2 x(b.)S EP PP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) % % < Beginning of included file TCP_RNPRO_CONTENTS.DVI_PS > %%Page: (III) 3 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 7175 XY 22716 48 R 22895 8224 XY F208(Contents)S 4497 10515 XY F28(Preface)S 312 x F151(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26741 X F34(vii)S 4497 12009 XY F28(1)S 498 x(New)S 166 x(Features)S 168 x(and)S 166 x(Behavi)S 2 x(oral)S 166 x(Enhancem)S 2 x(ents)S 5692 X 897 y F34 (1.1)S 7485 X F151(New)S 166 x(features)S 268 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2031)S 5692 X 598 y(1.1.1)S 8382 X F151(Packet)S 167 x(Processing)S 167 x(Engine)S 352 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2032)S 5692 X 598 y(1.1.1.1)S 9279 X F151(Con\211guring)S 168 x(PPE)S 335 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(1\2032)S 5692 X 597 y(1.1.1.2)S 9279 X F151 (Managing)S 168 x(TCP/IP)S 166 x(PPE)S 82 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2033)S 5692 X 598 y(1.1.1.3)S 9279 X F151(Monitoring)S 167 x(PPE)S 202 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(1\2034)S 5692 X 598 y(1.1.1.4)S 9279 X F151(Comparison)S 165 x(testing)S 324 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2035)S 5692 X 598 y(1.1.2)S 8382 X F151(FTP)S 167 x(Anonymous)S 167 x(Light)S 165 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2036)S 5692 X 597 y(1.1.2.1)S 9279 X F151(Access)S 165 x(restrictions)S 166 x(for)S 166 x(FTP)S 167 x(operations)S 191 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2037)S 5692 X 598 y(1.2)S 7485 X F151(Enhancemen)S 2 x(ts)S 225 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2039)S 5692 X 598 y(1.2.1)S 8382 X F151(TCPIP$CONFIG)S 352 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2039)S 5692 X 598 y(1.2.1.1)S 9279 X F151(Con\211guring)S 179 x(interfaces)S 177 x(and)S 177 x(addresses)S 175 x(on)S 178 x(a)S 176 x(remote)S 177 x(cluster)S 9279 X 597 y(member)S 290 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(1\2039)S 5692 X 598 y(1.2.2)S 8382 X F151 (LPD)S 166 x(con\211g)S 2 x(urable)S 166 x(port)S 294 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20310)S 5692 X 598 y(1.2.2.1)S 9279 X F151(Con\211guring)S 168 x(the)S 166 x(remote)S 166 x(port)S 116 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20310)S 5692 X 598 y(1.2.2.2)S 9279 X F151(Using)S 166 x(the)S 166 x(LPD)S 166 x(con\211g)S 2 x(urable)S 166 x(port)S 166 x(for)S 166 x (secure)S 167 x(printing)S 224 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(1\2031)S -37 x(1)S 5692 X 597 y(1.2.3)S 8382 X F151(FTP)S 167 x (over)S 167 x(SSL)S 92 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(1\2031)S -37 x(1)S 5692 X 598 y(1.2.3.1)S 9279 X F151(Con\211guring)S 168 x(an)S 166 x (FTP)S 167 x(server)S 167 x(for)S 166 x(SSL)S 267 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26140 X F34(1\2031)S -37 x(1)S 5692 X 598 y(1.2.3.2)S 9279 X F151 (Using)S 166 x(FTP)S 167 x(client)S 166 x(in)S 166 x(an)S 167 x(SSL)S 166 x(environment)S 359 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(1\2031)S -37 x(1)S 5692 X 598 y(1.2.3.3)S 9279 X F151(Considerations)S 165 x(during)S 167 x(con\211g)S 2 x(uration)S 354 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20312)S 5692 X 598 y(1.2.4)S 8382 X F151(SMTP)S 167 x(cluster)S 166 x(ability)S 317 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20312)S 5692 X 597 y(1.2.4.1)S 9279 X F151(Con\211guration)S 178 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20312)S 5692 X 598 y (1.2.5)S 8382 X F151(SMTP)S 167 x(ASCII)S 164 x(\211le)S 167 x(con\211gur)S 2 x(ation)S 104 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20313)S 5692 X 598 y(1.2.6)S 8382 X F151(SMTP)S 167 x(Persistent)S 165 x(receiver)S 82 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20313)S 5692 X 598 y(1.2.6.1)S 9279 X F151(Con\211gurable)S 167 x(parameters)S 273 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20313)S 5692 X 597 y(1.2.7)S 8382 X F151(POP)S 166 x(ASCII)S 165 x (\211le)S 166 x(con\211g)S 2 x(uration)S 202 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20313)S 5692 X 598 y(1.2.8)S 8382 X F151(POP)S 166 x(server)S 167 x(support)S 166 x(for)S 166 x(external)S 167 x(authentication)S 107 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(1\20314)S 4497 29344 XY F28(2)S 498 x(Install)S 2 x(ation,)S 167 x(Con\211guration,)S 167 x (Startup,)S 167 x(and)S 167 x(Shutdown)S 5692 X 897 y F34(2.1)S 7485 X F151(Installing)S 167 x(Over)S 166 x(V5.3)S 166 x(Early)S 166 x(Adopter)S 27 x(')S -19 x(s)S 166 x(Kits)S 165 x(\(EAKs)S -2 x(\))S 206 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2031)S 5692 X 598 y (2.2)S 7485 X F151(Upgrading)S 168 x(from)S 166 x(TCP/IP)S 166 x(Services)S 167 x(V)S -46 x(ersion)S 166 x(4.)S F152(x)S 163 x F151(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2031)S 5692 X 598 y(2.3)S 7485 X F151(Adding)S 167 x(a)S 166 x(system)S 165 x(to)S 166 x(an)S 166 x(OpenVMS)S 166 x(Cluster)S 285 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2031)S 5692 X 597 y(2.3.1)S 8382 X F151(Running)S 168 x(a)S 166 x(newly)S 166 x(con\211gu)S 2 x(red)S 166 x(host)S 166 x(on)S 166 x(the)S 167 x(Cluster)S 230 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2032)S 5692 X 598 y(2.3.2)S 8382 X F151(Con\211gur)S 2 x(ing)S 177 x(TCP/IP)S 177 x(Services)S 177 x(before)S 177 x(adding)S 178 x(the)S 177 x(system)S 176 x(to)S 176 x(the)S 8382 X 598 y(Cluster)S 158 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(2\2032)S 5692 X 598 y(2.3.3)S 8382 X F151 (Disabling)S 166 x(or)S 166 x(enabling)S 167 x(SSH)S 166 x(server)S 327 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2032)S 5692 X 597 y(2.4)S 7485 X F151(SSH)S 166 x(con\211gu)S 2 x(ration)S 166 x(\211les)S 166 x(must)S 166 x(be)S 166 x(updated)S 198 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2033)S 5692 X 598 y(2.5)S 7485 X F151(T)S -30 x(roubleshooting)S 167 x(SMTP)S 167 x(and)S 166 x(LPD)S 166 x(shutdown)S 166 x(problems)S 348 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2033)S 5 SC -299 x 38258 Y F38(iii)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Helvetica NewCenturySchlbk-Italic %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (IV) 4 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4617 XY F28(3)S 498 x(Restrictions)S 168 x(and)S 166 x(Limita)S 2 x(tions)S 5692 X 897 y F34(3.1)S 7485 X F151(IP)S 166 x(Security)S 143 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 598 y(3.2)S 7485 X F151(Dnssec_signzone)S 166 x(utility)S 167 x(may)S 166 x(hang)S 208 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 598 y(3.3)S 7485 X F151(COPY)S 166 x(/FTP)S 167 x(restriction)S 164 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 597 y(3.4)S 7485 X F151(OpenVMS)S 166 x (Mails)S 137 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 598 y(3.5)S 7485 X F151(Netstat)S 165 x(utility)S 327 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 598 y(3.6)S 7485 X F151 (SMTP)S 167 x(con\211gu)S 2 x(red)S 166 x(for)S 166 x(cluster)S 166 x (awareness)S 186 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(3\2031)S 5692 X 598 y(3.7)S 7485 X F151(Manually)S 168 x(con\211gur)S 2 x(ing)S 166 x(an)S 167 x(interface)S 166 x(as)S 166 x(DHCP)S 165 x(leads)S 166 x(to)S 166 x(startup)S 165 x(problems)S 126 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2031)S 5692 X 597 y(3.8)S 7485 X F151(SLIP)S 167 x(restrictions)S 288 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2032)S 5692 X 598 y(3.9)S 7485 X F151(Advanced)S 167 x(Programming)S 168 x(Environment)S 167 x(restrictions)S 165 x(and)S 167 x(guidelines)S 149 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2032)S 5692 X 598 y(3.10)S 824 x F151(BIND/DNS)S 165 x (restrictions)S 362 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2032)S 5692 X 598 y(3.1)S -36 x(1)S 860 x F151(IPv6)S 167 x(restrictions)S 91 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2033)S 5692 X 597 y(3.1)S -36 x(1.1)S 8382 X F151(Mobile)S 166 x(IPv6)S 167 x(restrictions)S 159 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(3\2033)S 5692 X 598 y(3.1)S -36 x(1.2)S 8382 X F151 (IPv6)S 167 x(requires)S 166 x(the)S 166 x(BIND)S 165 x(Resolver)S 112 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(3\2033)S 5692 X 598 y(3.12)S 824 x F151(NFS)S 167 x (restrictions)S 118 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2034)S 5692 X 598 y(3.12.1)S 8382 X F151(NFS)S 166 x(Server)S 167 x(problems)S 166 x (and)S 166 x(restrictions)S 200 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2034)S 5692 X 597 y(3.12.2)S 8382 X F151(NFS)S 166 x(Client)S 166 x(problems)S 165 x(and)S 167 x(restrictions)S 301 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2034)S 5692 X 598 y(3.13)S 824 x F151 (NTP)S 167 x(problems)S 166 x(and)S 166 x(restrictions)S 375 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2035)S 5692 X 598 y (3.14)S 824 x F151(SNMP)S 167 x(problems)S 165 x(and)S 167 x(restrictions)S 221 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2035)S 5692 X 598 y(3.14.1)S 8382 X F151(Incomplete)S 166 x(restart)S 255 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2035)S 5692 X 597 y (3.14.2)S 8382 X F151(SNMP)S 166 x(IVP)S 166 x(error)S 355 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2036)S 5692 X 598 y(3.14.3)S 8382 X F151(Using)S 166 x(existing)S 167 x(MIB)S 166 x (subagent)S 166 x(modules)S 136 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2036)S 5692 X 598 y(3.14.4)S 8382 X F151(Upgrading)S 167 x (SNMP)S 105 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2037)S 5692 X 598 y(3.14.5)S 8382 X F151(Communication)S 166 x(controller)S 167 x(data)S 166 x(not)S 166 x(completely)S 166 x (updated)S 82 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2038)S 5692 X 597 y(3.14.6)S 8382 X F151(SNMP)S 166 x(MIB)S 166 x (browser)S 166 x(usage)S 140 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(3\2038)S 5692 X 598 y(3.14.7)S 8382 X F151 (Duplicate)S 166 x(subagent)S 166 x(identi\211ers)S 233 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(3\2038)S 5692 X 598 y(3.14.8)S 8382 X F151 (Community)S 166 x(name)S 167 x(restrictions)S 297 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(3\2038)S 5692 X 598 y(3.14.9)S 8382 X F151(eSNMP)S 166 x(programming)S 168 x(and)S 166 x(subagent)S 167 x(development)S 261 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2038)S 5692 X 597 y(3.14.10)S 8382 X F151(SNMP)S 166 x(installation)S 166 x(veri\211cation)S 167 x(program)S 167 x(restriction)S 227 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2039)S 5692 X 598 y(3.15)S 824 x F151(SSH)S 166 x(problems)S 166 x(and)S 166 x(restrictions)S 104 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(3\2039)S 5692 X 598 y(3.15.1)S 8382 X F151(SSH-Related)S 165 x(security)S 167 x (advisories)S 369 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20310)S 5692 X 598 y(3.15.2)S 8382 X F151(SSH)S 166 x(general)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 294 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(3\2031)S -37 x(1)S 5692 X 598 y(3.15.3)S 8382 X F151(UNIX)S 165 x (features)S 166 x(that)S 166 x(are)S 167 x(not)S 166 x(supported)S 166 x (by)S 166 x(SSH)S 364 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(3\2031)S -37 x(1)S 5692 X 597 y(3.15.4)S 8382 X F151(SSH)S 166 x (command)S 166 x(syntax)S 322 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(3\2031)S -37 x (1)S 5692 X 598 y(3.15.5)S 8382 X F151(SSH)S 166 x(authentication)S 268 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20312)S 5692 X 598 y(3.15.6)S 8382 X F151(SSH)S 166 x(keys)S 220 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20313)S 5692 X 598 y(3.15.7)S 8382 X F151(SSH)S 166 x(sessions)S 276 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20314)S 5692 X 597 y(3.15.8)S 8382 X F151(SSH)S 166 x(messages)S 280 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20314)S 5692 X 598 y(3.15.9)S 8382 X F151(SSH)S 166 x(remote)S 166 x(commands)S 325 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20315)S 5692 X 598 y(3.15.10)S 8382 X F151(SSH)S 166 x(batch)S 166 x(mode)S 91 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20316)S 5692 X 598 y(3.15.1)S -36 x(1)S 8382 X F151(ls)S 166 x(fails)S 165 x(after)S 166 x(cd)S 166 x(to)S 166 x(a)S 166 x(logical)S 166 x(name)S 167 x(from)S 166 x(a)S 165 x(T)S -30 x(ru64)S 166 x(UNIX)S 166 x(client)S 284 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20317)S 5692 X 597 y(3.15.12)S 8382 X F151(SSH)S 166 x (X1)S -28 x(1)S 166 x(port)S 166 x(forwarding)S 154 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20317)S 5692 X 598 y(3.15.13)S 8382 X F151(SSH)S 166 x(\211le)S 166 x(transfer)S 166 x(\(All)S 165 x(File)S 167 x(Sizes\))S 313 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20318)S 5692 X 598 y(3.15.14)S 8382 X F151(SSH)S 166 x(transferring)S 167 x (large)S 166 x(\211les)S 190 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(3\20320)S 5692 X 598 y(3.15.15)S 8382 X F151(SSH)S 166 x(server)S 166 x(signals)S 166 x(internal)S 167 x(credentials)S 166 x(cache)S 167 x(error)S 90 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20320)S 5692 X 597 y (3.15.16)S 8382 X F151(SFTP)S 167 x(general)S 167 x(problems)S 165 x (and)S 167 x(restrictions)S 335 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20321)S 5692 X 598 y(3.15.17)S 8382 X F151(SFTP)S 167 x(generates)S 166 x(audit)S 166 x(warnings)S 167 x(with)S 165 x(class)S 166 x(device)S 233 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20321)S 5692 X 598 y(3.15.18)S 8382 X F151(BIND)S 165 x(Resolver)S 166 x(diagnostics)S 166 x(creates)S 166 x(an)S 166 x (SSH)S 166 x(packet)S 166 x(corruption)S 157 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20322)S 5692 X 598 y(3.16)S 824 x F151(TCPDUMP)S 167 x(restrictions)S 343 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20322)S 5692 X 597 y(3.17)S 824 x F151(TCP/IP)S 167 x(Management)S 167 x(Command)S 166 x(restrictions)S 319 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20322)S 5 SC 4497 38258 XY F38(iv)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%+ NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (V) 5 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4636 XY F28(4)S 498 x(Corrections)S 5692 X 897 y F34(4.1)S 7485 X F151(Advanced)S 167 x(Programming)S 168 x(Environment)S 167 x (problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 372 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2031)S 5692 X 597 y(4.1.1)S 8382 X F151(Buffer)S 166 x(over\212ow)S 167 x(in)S 166 x (ntpq)S 166 x(program)S 307 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2031)S 5692 X 598 y (4.1.2)S 8382 X F151(W)S -19 x(ith)S 166 x(PPE)S 167 x(enabled,)S 166 x (system)S 166 x(crashes)S 166 x(during)S 167 x(shutdown)S 102 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2031)S 5692 X 598 y(4.2)S 7485 X F151(BIND)S 165 x(Server)S 167 x (problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 169 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2031)S 5692 X 598 y(4.2.1)S 8382 X F151(Bind)S 166 x(server)S 167 x(crashes)S 166 x(on)S 166 x(receipt)S 166 x(of)S 166 x(dynamic)S 167 x(update)S 166 x(message)S 177 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2031)S 5692 X 597 y(4.2.2)S 8382 X F151(SYSTEM-W)S -19 x(-NOSUCH)S -2 x(FILE)S 166 x(and)S 167 x(%DCL-E-)S -2 x(INVIFNEST)S 166 x(Errors)S 298 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(4\2031)S 5692 X 598 y(4.2.3)S 8382 X F151(%LIBRAR-)S -2 x(E-LOOKUPER)S -2 x(R)S 166 x(error)S 167 x(in)S 166 x(the)S 166 x (BIND)S 165 x(server)S 247 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(4\2032)S 5692 X 598 y(4.2.4)S 8382 X F151 (BINDSE)S -2 x(TUP)S 167 x(fails)S 165 x(to)S 166 x(conform)S 167 x (to)S 166 x(the)S 166 x(database)S 165 x(\211lename)S 146 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2032)S 5692 X 598 y (4.2.5)S 8382 X F151(Entering)S 167 x(CTRL/C)S 166 x(for)S 166 x(TCPIP)S 166 x(SHOW)S 165 x(HOST)S 166 x(\(/NOLOCAL\))S 310 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(4\2032)S 5692 X 597 y(4.2.6)S 8382 X F151(Memory)S 167 x(usage)S 167 x(statis)S -2 x(tics)S 113 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2032)S 5692 X 598 y(4.2.7)S 8382 X F151(Delay)S 166 x(because)S 166 x(of)S 166 x(using)S 167 x("ROUTE)S 165 x(ADD")S 322 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(4\2033)S 5692 X 598 y(4.2.8)S 8382 X F151(Resolving)S 167 x(the)S 166 x(local)S 166 x(host)S 166 x(database)S 165 x(names)S 215 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2033)S 5692 X 598 y(4.2.9)S 8382 X F151(Unexpected)S 167 x(IPv6-looking)S 167 x(address)S 166 x(in)S 166 x (the)S 166 x(TELNET)S 166 x(client)S 206 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(4\2033)S 5692 X 597 y(4.2.10)S 8382 X F151(Specifying)S 167 x(an)S 166 x(invalid)S 167 x(port)S 166 x(number)S 167 x(to)S 166 x (getnameinfo)S(\()S 83 x(\))S 296 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2033)S 5692 X 598 y(4.2.1)S -36 x(1)S 8382 X F151(NI_*)S 166 x(\212ag)S 167 x(values)S 166 x(for)S 166 x(getnameinfo)S(\()S 84 x(\))S 134 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2033)S 5692 X 598 y (4.2.12)S 8382 X F151(TCPIP$SYSTEM:HOSTS.DA)S -28 x(T)S 166 x(ASCII)S 165 x(\211le)S 95 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 598 y (4.2.13)S 8382 X F151(Query)S 167 x(IDs)S 352 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 597 y(4.2.14)S 8382 X F151 (BIND)S 165 x(cluster)S -9 x(-wide)S 165 x(startup)S 166 x(and)S 166 x (shutdown)S 166 x(command)S 167 x(procedures)S 284 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 598 y(4.2.15)S 8382 X F151(BIND9)S 165 x(Resolver)S 166 x(aborts)S 362 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 598 y(4.2.16)S 8382 X F151(Spoo\211ng)S 167 x(and)S 166 x(cache-poisoning)S 168 x(attack)S 166 x(in)S 166 x(a)S 166 x(BIND/DNS)S 165 x(server)S 245 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 598 y(4.2.17)S 8382 X F151(Spoo\211ng)S 167 x(and)S 166 x(cache-poisoning)S 168 x(attack)S 166 x(in)S 166 x(a)S 166 x(UDP)S 166 x(port)S 116 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2034)S 5692 X 597 y(4.2.18)S 8382 X F151(Memory)S 167 x(leaks)S 166 x(in)S 166 x(BIND)S 165 x(Resolver)S 166 x(functions)S 373 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y(4.2.19)S 8382 X F151(GET)S -28 x(ADDRI)S -2 x(NFO)S 166 x (with)S 166 x(nodename)S 166 x(as)S 166 x(NULL)S 166 x(fails)S 357 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y(4.3)S 7485 X F151(DHCP)S 166 x(component)S 167 x(problems)S 165 x(\211xed)S 167 x (in)S 166 x(this)S 166 x(release)S 248 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y(4.3.1)S 8382 X F151(DHCP)S 165 x(server)S 167 x(fails)S 165 x(to)S 166 x(update)S 166 x (the)S 167 x(DNS)S 165 x(server)S 167 x(correctly)S 351 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y (4.3.2)S 8382 X F151(RMS-E-FLK)S 156 x(errors)S 157 x(when)S 158 x(running)S 159 x(the)S 157 x(TCPIP$$SETHOSTNAME.CO)S -2 x(M)S 8382 X 597 y(script')S -19 x(s)S 166 x(SET)S 165 x(HOST)S 166 x(and)S 166 x(SET)S 166 x(NOHOST)S 165 x(commands)S 94 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y (4.3.3)S 8382 X F151(DHCP)S 165 x(server)S 167 x(listens)S 165 x(on)S 167 x(all)S 166 x(interfaces)S 348 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2035)S 5692 X 598 y(4.3.4)S 8382 X F151(DHCPSIGHU)S -2 x (P)S 167 x(command)S 166 x(is)S 166 x(issued)S 165 x(twice)S 151 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 598 y(4.3.5)S 8382 X F151(DHCP)S 165 x(server)S 167 x(logs)S 166 x(events)S 167 x(on)S 166 x(ignored)S 167 x(interfaces)S 255 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 597 y(4.4)S 7485 X F151(failSAFE)S 165 x(IP)S 167 x (problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 91 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 598 y(4.4.1)S 8382 X F151(failSAFE)S 165 x(IP)S 166 x(does)S 166 x(not)S 166 x(read)S 166 x(its)S 166 x(con\211gur)S 2 x(ation)S 166 x(\211le)S 180 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 598 y(4.4.2)S 8382 X F151(failSAFE)S 165 x(IP)S 166 x(may)S 166 x(pick)S 167 x(the)S 166 x(wrong)S 167 x(interface)S 166 x(to)S 166 x(monitor)S 226 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 598 y(4.4.3)S 8382 X F151(If)S 166 x(interface_list)S 165 x(not)S 167 x(speci\211ed,)S 166 x(default)S 166 x(behavior)S 167 x (does)S 166 x(not)S 166 x(work)S 285 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 597 y (4.4.4)S 8382 X F151(IP)S 166 x(failover)S 167 x(sometimes)S 164 x(losses)S 165 x(the)S 167 x(default)S 166 x(route)S 475 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(4\2036)S 5692 X 598 y(4.4.5)S 8382 X F151 (First)S 166 x(static)S 165 x(route)S 167 x(failover)S 191 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2037)S 5692 X 598 y(4.5)S 7485 X F151(FINGER)S 165 x(Component)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 154 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2037)S 5692 X 598 y(4.5.1)S 8382 X F151(File)S 166 x(access)S 166 x(restrictions)S 166 x(when)S 166 x(following)S 166 x(symbolic)S 166 x(links.)S 359 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(4\2037)S 5692 X 597 y(4.6)S 7485 X F151(FTP)S 167 x(Server)S 167 x(and)S 166 x(Client)S 166 x(problems)S 166 x(\211xed)S 166 x(in)S 167 x(this)S 165 x(release)S 300 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2037)S 5692 X 598 y(4.6.1)S 8382 X F151(OpenVMS,)S 166 x(TCP/IP)S -63 x(,)S 166 x(or)S 166 x(Non-VMS)S 166 x(FTP)S 167 x(client)S 166 x (access)S 166 x(to)S 166 x(ODS-5)S 165 x(disk)S 156 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2037)S 5692 X 598 y(4.6.2)S 8382 X F151(FTP)S 175 x(client)S 175 x(copies)S 174 x(multiple)S 174 x(versions)S 174 x(of)S 174 x(a)S 175 x(\211le)S 174 x(and)S 175 x(places)S 174 x (them)S 174 x(in)S 8382 X 598 y(reverse)S 167 x(order)S 288 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26381 X F34(4\2037)S 5692 X 597 y(4.6.3)S 8382 X F151(TCPIP$FTP_1)S 176 x(server)S 175 x(stops)S 174 x(communicating)S 176 x(with)S 175 x (the)S 175 x(FTP)S 176 x(child)S 8382 X 598 y(processes)S 303 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2038)S 5692 X 598 y(4.6.4)S 8382 X F151(FTP)S 167 x(server)S 166 x(error)S 167 x(messages)S 84 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2038)S 5692 X 598 y(4.6.5)S 8382 X F151(Users)S 166 x(can)S 166 x (still)S 165 x(FTP)S 167 x(with)S 166 x(FTP)S 166 x(client)S 167 x(disabled)S 105 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2038)S 5692 X 597 y(4.6.6)S 8382 X F151([VMS]COPY/FTP)S 166 x (\211le)S 166 x(with)S 166 x(multiple-dot)S 165 x(\211lename)S 167 x (does)S 166 x(not)S 166 x(work)S 328 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(4\2038)S 5692 X 598 y(4.6.7)S 8382 X F151 (Addition)S 166 x(of)S 166 x(".")S 166 x(to)S 166 x(a)S 165 x(\211lename)S 190 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2038)S 5692 X 598 y(4.6.8)S 8382 X F151(USER)S 165 x(command)S 166 x(in)S 167 x (a)S 166 x(session)S 165 x(that)S 166 x(is)S 165 x(already)S 167 x(logged)S 167 x(in)S 358 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2039)S 5692 X 598 y(4.6.9)S 8382 X F151(Construction)S 166 x(of)S 166 x(wildcarded)S 166 x(\211lenames)S 105 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2039)S 5692 X 597 y(4.6.10)S 8382 X F151("expanded")S 166 x(rooted)S 166 x(logical)S 167 x(name)S 166 x (syntax)S 343 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2039)S 5692 X 598 y(4.6.1)S -36 x(1)S 8382 X F151(FTP)S 177 x(server)S 177 x(terminates)S 175 x(when)S 177 x(there)S 176 x(are)S 177 x(many)S 177 x(connections)S 177 x(and)S 8382 X 598 y(disconnections)S 310 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2039)S 5 SC -225 x 38258 Y F38(v)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica %%+ NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (VI) 6 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 5692 4555 XY F34(4.6.12)S 8382 X F151(DIREC)S -2 x(TOR)S -19 x (Y)S 166 x(/FTP)S 167 x(command)S 166 x(fails)S 166 x(to)S 166 x(return)S 167 x(failure)S 166 x(status)S 341 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(4\2039)S 5692 X 598 y(4.6.13)S 8382 X F151(Entries)S 166 x(made)S 165 x(in)S 167 x(TCPIP$ETC:IPNODES)S -2 x(.DA)S -27 x(T)S 166 x(are)S 166 x(not)S 166 x(read)S 268 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 598 y (4.6.14)S 8382 X F151(FTP)S 167 x(client)S 166 x(echoes)S 166 x(the)S 167 x(keyboard)S 167 x(input)S 166 x(associated)S 165 x(with)S 166 x (ACCT)S 375 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 597 y(4.6.15)S 8382 X F151(GET)S 166 x(/FDL)S 166 x(and)S 166 x(COPY)S 166 x(/FTP/F)S 2 x(DL)S 165 x (commands)S 166 x(may)S 166 x(fail)S 81 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 598 y (4.6.16)S 8382 X F151(Passive)S 166 x(mode)S 166 x(on)S 166 x(a)S 166 x (multihomed)S 166 x(system)S 314 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 598 y(4.6.17)S 8382 X F151(Sends)S 166 x(the)S 166 x(incorrect)S 167 x(\211le)S 166 x(version)S 331 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 598 y(4.6.18)S 8382 X F151(Display)S 165 x (of)S 166 x(\211les)S 166 x(residing)S 167 x(on)S 166 x(second)S 167 x (and)S 166 x(subsequent)S 166 x(disks)S 131 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20310)S 5692 X 597 y(4.6.19)S 8382 X F151(T)S -31 x(ransferring)S 168 x(\211les)S 166 x(greater)S 166 x(than)S 167 x (2GB)S 140 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.7)S 7485 X F151(IMAP)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 353 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.7.1)S 8382 X F151(IMAP)S 166 x (server)S 167 x(allows)S 165 x(potential)S 165 x(attackers)S 195 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.7.2)S 8382 X F151(Listing)S 166 x(of)S 166 x(more)S 167 x(than)S 166 x(hundred)S 167 x(empty)S 166 x(folders)S 166 x(fails)S 335 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.7.3)S 8382 X F151(IMAP)S 166 x (server)S 167 x(process)S 165 x(hang)S 168 x(in)S 166 x(the)S 166 x (exception)S 167 x(handler)S 344 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 597 y(4.8)S 7485 X F151(INETDRIVE)S -2 x(R)S 166 x(problems)S 166 x (\211xed)S 166 x(in)S 167 x(this)S 165 x(release)S 182 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.8.1)S 8382 X F151(System)S 166 x(crash)S 166 x(in)S 166 x(the)S 167 x(KVC)S -2 x(I$$GENERA)S -29 x (TE_ASSOC)S -2 x(_ID)S 166 x(routine)S 174 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26140 X F34(4\2031)S -37 x(1)S 5692 X 598 y(4.9)S 7485 X F151(IPC)S 166 x(\(socket)S 166 x(library\))S 167 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 132 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20312)S 5692 X 598 y(4.9.1)S 8382 X F151(TCPIP$INET)S -28 x(ACP)S 166 x(process)S 166 x(uses)S 165 x(100%)S 166 x(CPU)S 371 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20312)S 5692 X 597 y(4.9.2)S 8382 X F151(Alignment)S 166 x(faults)S 166 x(in)S 166 x (TCPIP$ACCESS_SH)S -2 x(R.EXE)S 166 x(image)S 201 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20312)S 5692 X 598 y(4.9.3)S 8382 X F151(De\211nitions)S 166 x(for)S 166 x(TCP)S 166 x(socket)S 223 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20312)S 5692 X 598 y(4.9.4)S 8382 X F151(getnameinfo\()S 167 x(\))S 166 x(returns)S 166 x("unkno)S 2 x(wn)S 165 x(name)S 167 x(or)S 166 x(service")S 166 x (error)S 116 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20312)S 5692 X 598 y(4.9.5)S 8382 X F151(freeaddrinfo\()S 166 x(\))S 166 x(causes)S 166 x(an)S 166 x(ACCVIO)S 198 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20313)S 5692 X 597 y(4.9.6)S 8382 X F151(IPv6)S 167 x(address)S 165 x(queried)S 166 x(before)S 167 x (IPv4)S 166 x(address)S 238 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20313)S 5692 X 598 y (4.9.7)S 8382 X F151(BIND9)S 165 x(Resolver)S 166 x(\212ags)S 167 x (for)S 166 x(getaddrinfo)S 166 x(are)S 166 x(inadverten)S 2 x(tly)S 166 x(shifted)S 113 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20313)S 5692 X 598 y(4.9.8)S 8382 X F151(Delay)S 166 x(when)S 166 x(communicating)S 168 x(between)S 166 x(socket)S 166 x (pair)S 491 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20313)S 5692 X 598 y(4.9.9)S 8382 X F151(Alignment)S 166 x(faults)S 166 x(in)S 166 x(gethostbyname)S (\()S 84 x(\))S 104 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20313)S 5692 X 597 y(4.9.10)S 8382 X F151(Documentation)S 187 x (for)S 186 x(getaddrinfo)S(\()S 84 x(\))S 186 x(and)S 186 x(gai_strerror)S (\()S 84 x(\))S 186 x(-)S 8382 X 598 y(EAI_BA)S -2 x(DHINTS)S 317 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20314)S 5692 X 598 y(4.10)S 824 x F151(Load)S 167 x(Broker)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 307 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20314)S 5692 X 598 y(4.10.1)S 8382 X F151 (Load)S 166 x(Broker)S 167 x(memory)S 166 x(leak)S 269 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20314)S 5692 X 597 y(4.1)S -36 x(1)S 860 x F151(LPD)S 167 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 367 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20314)S 5692 X 598 y(4.1)S -36 x(1.1)S 8382 X F151(Incorrect)S 167 x(job)S 166 x(status)S 165 x(in)S 167 x(the)S 166 x(mail)S 166 x (message)S 271 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20314)S 5692 X 598 y(4.1)S -36 x(1.2)S 8382 X F151(Printing)S 167 x(to)S 166 x(an)S 167 x(LPD)S 166 x(queue)S 166 x(with)S 166 x(a)S 166 x(large)S 167 x(setup)S 165 x (module)S 167 x(is)S 165 x(inef\211cient)S 263 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20314)S 5692 X 598 y(4.1)S -36 x(1.3)S 8382 X F151 ("TCPIP-E-LPD_REQ)S -2 x(REJECT")S 165 x(message)S 166 x(displayed)S 166 x(multiple)S 165 x(times)S 202 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 597 y(4.1)S -36 x(1.4)S 8382 X F151(Latent)S 166 x(coding)S 167 x(defect)S 166 x(within)S 166 x(the)S 166 x(LPD)S 166 x(symbiont)S 318 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 598 y(4.12)S 824 x F151(Manage)S 2 x(ment)S 166 x(Utilities)S 164 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 203 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 598 y(4.12.1)S 8382 X F151(TCPIP$CONFIG)S 165 x(does)S 166 x(not)S 166 x(create)S 166 x (an)S 166 x(alias)S 166 x(IP)S 166 x(address)S 91 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 598 y(4.12.2)S 8382 X F151(Large)S 184 x(number)S 184 x(of)S 183 x(packets)S 183 x(are)S 183 x(sent)S 183 x(when)S 183 x(using)S 184 x(the)S 184 x (\212ood)S 8382 X 597 y(functionality)S 118 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 598 y(4.12.3)S 8382 X F151(netstat)S 165 x (-i)S 166 x(fails)S 166 x(to)S 165 x(display)S 166 x(the)S 166 x(network)S 167 x(names)S 166 x(correctly)S 97 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20315)S 5692 X 598 y(4.12.4)S 8382 X F151(Misleading)S 170 x(and)S 169 x(unsightly)S 170 x(error)S 170 x (message)S 169 x(when)S 169 x(the)S 170 x(BIND)S 168 x(resolver)S 169 x (is)S 8382 X 598 y(not)S 166 x(enabled)S 357 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20316)S 5692 X 598 y(4.12.5)S 8382 X F151(TCPIP$CONFIG.COM)S 165 x(fails)S 165 x(to)S 166 x(see)S 166 x(devices)S 192 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20316)S 5692 X 597 y(4.12.6)S 8382 X F151(Missing)S 166 x(argumen)S 2 x(t)S 165 x(for)S 166 x(the)S 167 x(ip6hoplimit)S 165 x(value)S 330 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20316)S 5692 X 598 y(4.12.7)S 8382 X F151(Errors)S 166 x(when)S 166 x(executin)S 2 x(g)S 166 x(netstat)S 165 x(-z)S 177 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20316)S 5692 X 598 y(4.13)S 824 x F151(NET)S 166 x(\(Kernel\))S 166 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 347 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20317)S 5692 X 598 y(4.13.1)S 8382 X F151(TCP/IP)S 169 x (routine)S 169 x(that)S 168 x(services)S 169 x(I/O)S 168 x(CANCE)S -2 x (L)S 169 x(and)S 169 x(DEA)S -2 x(SSIGN)S 168 x(requests)S 8382 X 597 y (does)S 166 x(not)S 166 x(restore)S 166 x(the)S 166 x(entry)S 167 x (IPL)S 197 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20317)S 5692 X 598 y (4.13.2)S 8382 X F151(Entering)S 167 x(the)S 166 x(username)S 167 x (and)S 166 x(password)S 165 x(in)S 166 x(binary)S 167 x(mode)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20317)S 5692 X 598 y(4.13.3)S 8382 X F151(TELNET)S 166 x(server)S 167 x(does)S 165 x(not)S 167 x(accept)S 166 x(new)S 166 x(connections)S 346 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20317)S 5692 X 598 y(4.13.4)S 8382 X F151(RLogin)S 167 x(fails)S 245 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20317)S 5692 X 597 y(4.13.5)S 8382 X F151(Corruption)S 167 x(of)S 166 x(non-paged)S 167 x(pool)S 165 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20318)S 5692 X 598 y(4.13.6)S 8382 X F151(SACK)S 165 x(retransmission)S 165 x (transmits)S 165 x(more)S 167 x(data)S 241 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20318)S 5692 X 598 y(4.13.7)S 8382 X F151(Fail)S 166 x(to)S 166 x(sense)S 166 x(SHARE)S 165 x(and)S 166 x(FULL_DUPLEX_CLOSE)S 376 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20318)S 5692 X 598 y(4.13.8)S 8382 X F151(System)S 166 x(crash)S 166 x(after)S 166 x (failing)S 166 x(to)S 166 x(start)S 166 x(TCPIP)S 284 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20318)S 5692 X 597 y(4.13.9)S 8382 X F151(Setting)S 166 x(the)S 167 x(inet)S 166 x(syscon\211g)S 167 x(parameter)S 166 x(may)S 166 x (cause)S 166 x(a)S 166 x(crash)S 280 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20318)S 5 SC 4497 38258 XY F38(vi)S EP PP %%PageTrailer %%PageFonts: Helvetica NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (VII) 7 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 5692 4555 XY F34(4.13.10)S 8382 X F151(System)S 166 x(crash)S 166 x (because)S 166 x(of)S 166 x(coded)S 166 x(bugch)S 2 x(eck)S 166 x(in)S 167 x(m_copym\()S 166 x(\))S 345 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20318)S 5692 X 598 y(4.13.1)S -36 x(1)S 8382 X F151(System)S 166 x(crash)S 166 x(while)S 166 x(processing)S 166 x(select)S(\()S 83 x (\))S 343 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20319)S 5692 X 598 y (4.13.12)S 8382 X F151(System)S 166 x(crash)S 166 x(during)S 167 x(Packet)S 167 x(loss)S 165 x(and)S 166 x(SACK)S 165 x(processing)S 138 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20319)S 5692 X 597 y (4.13.13)S 8382 X F151(Impossible)S 165 x(to)S 166 x(disable)S 165 x (error)S 167 x(message)S 165 x(display)S 85 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20319)S 5692 X 598 y(4.13.14)S 8382 X F151(System)S 166 x(crash)S 166 x(during)S 167 x (a)S 166 x(select)S(\()S 83 x(\))S 166 x(operation)S 143 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20319)S 5692 X 598 y(4.13.15)S 8382 X F151(Debug)S 167 x(code)S 166 x(to)S 166 x(verify)S 167 x(MBAG)S 165 x(free)S 166 x (list)S 289 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20319)S 5692 X 598 y(4.13.16)S 8382 X F151(Process)S 166 x(in)S 166 x(R)S -18 x(W)S -47 x(AST)S 166 x(state)S 165 x(during)S 168 x(process)S 165 x(rundown)S 328 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20320)S 5692 X 597 y (4.13.17)S 8382 X F151(use)S 166 x(of)S 166 x(select)S(\()S 83 x(\))S 166 x(results)S 165 x(in)S 166 x(a)S 166 x(non-page)S 2 x(d)S 165 x (pool)S 166 x(memory)S 167 x(leak)S 317 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20320)S 5692 X 598 y(4.13.18)S 8382 X F151(Issuing)S 166 x(process)S 166 x(in)S 166 x(the)S 166 x(R)S -18 x(W)S -46 x(AST)S 165 x(state)S 91 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20320)S 5692 X 598 y(4.13.19)S 8382 X F151(Multicast)S 166 x(traf\211c)S 166 x(can)S 167 x(be)S 166 x(lost)S 244 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20320)S 5692 X 598 y (4.13.20)S 8382 X F151(Extensive)S 167 x(use)S 166 x(of)S 166 x(Out)S 165 x(Of)S 166 x(Band)S 166 x(data)S 165 x(can)S 167 x(cause)S 166 x (system)S 166 x(crash)S 337 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20320)S 5692 X 598 y (4.13.21)S 8382 X F151(INET)S -28 x(ACP)S 166 x(process)S 166 x(experiences)S 167 x(a)S 166 x(deadlock)S 285 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20320)S 5692 X 597 y (4.13.22)S 8382 X F151(TCPIP$INET)S -28 x(ACP)S 170 x(process)S 170 x (attempts)S 169 x(to)S 170 x(write)S 170 x(an)S 170 x(error)S 171 x (message)S 170 x(may)S 8382 X 598 y(result)S 166 x(in)S 166 x(hang)S 366 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 598 y(4.13.23)S 8382 X F151(Processing)S 167 x(of)S 166 x(badly)S 166 x(formed)S 166 x(SACK)S 165 x(packets)S 183 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 598 y(4.13.24)S 8382 X F151(TCPIP)S 166 x(ST)S -27 x(ART)S 166 x(ROUTING)S 164 x(fails)S 166 x(to)S 165 x (start)S 166 x(a)S 166 x(dynamic)S 166 x(routing)S 168 x(process)S 252 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 597 y(4.13.25)S 8382 X F151(ICMP6)S 166 x(timeouts)S 165 x(occurrin)S 2 x(g)S 166 x (frequently)S 332 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 598 y(4.13.26)S 8382 X F151(System)S 166 x(crash)S 166 x(with)S 166 x(PGFIPLHI)S 166 x(status)S 121 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 598 y(4.13.27)S 8382 X F151 (Service)S 167 x(limits)S 165 x(for)S 166 x(NOLISTEN)S 165 x(services)S 164 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20321)S 5692 X 598 y(4.13.28)S 8382 X F151(MBUF)S 166 x(leak)S 167 x(\(type)S 166 x (MT_CONTROL\))S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 597 y(4.13.29)S 8382 X F151 (IPv6)S 167 x(Logo)S 166 x(testing)S 160 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 598 y(4.13.30)S 8382 X F151(INCONST)S -28 x(A)S -28 x(TE)S 166 x(bugcheck)S 349 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 598 y(4.13.31)S 8382 X F151(System)S 166 x(crash)S 166 x(during)S 167 x(restart)S 166 x(of)S 166 x(the)S 166 x(INET)S 166 x (driver)S 333 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 598 y(4.13.32)S 8382 X F151(System)S 166 x(crash)S 166 x(when)S 166 x (an)S 167 x(application)S 166 x(does)S 165 x(a)S 166 x(select)S(\()S 83 x(\))S 166 x(call)S 142 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 597 y(4.13.33)S 8382 X F151 (QIO)S 165 x(based)S 166 x(hostname)S 166 x(lookup)S 166 x(takes)S 166 x (longer)S 167 x(time)S 317 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20322)S 5692 X 598 y(4.14)S 824 x F151(NFS)S 167 x(Client)S 165 x (problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 275 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 598 y(4.14.1)S 8382 X F151(TCPIP)S 177 x(DISMOUNT/ALL)S 177 x(command)S 177 x(does)S 176 x(not)S 177 x(dismount)S 177 x(DNFS)S 8382 X 598 y (devices)S 214 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 597 y(4.14.2)S 8382 X F151(Mounting)S 168 x(NFS)S 166 x(exported)S 166 x(shares)S 166 x(requires)S 166 x(CMKRNL)S 166 x(privileges)S 147 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 598 y(4.14.3)S 8382 X F151(System)S 166 x(crash)S 166 x(with)S 166 x(PGFIPLHI)S 223 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 598 y(4.14.4)S 8382 X F151(Mounting)S 168 x(large)S 166 x(disks)S 207 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20323)S 5692 X 598 y(4.15)S 824 x F151(NFS)S 167 x (Server)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release)S 174 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 597 y(4.15.1)S 8382 X F151(INVEXC)S -2 x(EPTN)S 208 x(bugchec)S 2 x(ks)S 207 x(occur)S 208 x(at)S 8382 X 598 y(OPENVMS_BFS_GE)S -2 x (T)S -27 x(A)S -28 x(TTR_VMS)S 216 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20323)S 5692 X 598 y(4.15.2)S 8382 X F151(Creating)S 166 x(and)S 167 x(renaming)S 167 x(directory)S 167 x(names)S 166 x(with)S 165 x(special)S 166 x(characters)S 136 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20324)S 5692 X 598 y(4.15.3)S 8382 X F151(Access)S 165 x(violation)S 167 x(in)S 166 x (the)S 166 x(BFS)S 166 x(\211lesystems)S 222 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20324)S 5692 X 597 y(4.15.4)S 8382 X F151(Creating)S 166 x (a)S 166 x(directory)S 167 x(with)S 166 x(special)S 165 x(character)S 235 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20324)S 5692 X 598 y(4.15.5)S 8382 X F151(INVEXC)S -2 x (EPTN)S 182 x(bugcheck)S 183 x(in)S 181 x(INSQUE)S 180 x(and)S 181 x (REMQUE)S 180 x(P)S -37 x(AL)S 8382 X 598 y(instruction)S 234 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20324)S 5692 X 598 y(4.15.6)S 8382 X F151(LOCKD)S 165 x(temporary)S 166 x(\211les)S 166 x(are)S 166 x (not)S 167 x(removed)S 152 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20324)S 5692 X 598 y(4.15.7)S 8382 X F151(Unaligned)S 167 x(reference)S 167 x(fault)S 90 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20325)S 5692 X 597 y(4.15.8)S 8382 X F151(Fails)S 166 x (to)S 166 x(trigger)S 167 x(a)S 166 x(de\211ned)S 166 x(exception)S 167 x(handler)S 142 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20325)S 5692 X 598 y(4.15.9)S 8382 X F151 (INVEXC)S -2 x(EPTN)S 172 x(bugcheck)S 173 x(at)S 170 x(the)S 171 x (OPENVMS_BFS_GET)S -29 x(A)S -27 x(TTR_VMS)S 8382 X 598 y(line)S 110 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20325)S 5692 X 598 y(4.15.10)S 8382 X F151(LOCKD)S 165 x(process)S 165 x(crashes)S 166 x(with)S 166 x (an)S 166 x(ACCVIO)S 164 x(error)S 352 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20325)S 5692 X 597 y(4.15.1)S -36 x(1)S 8382 X F151(Files)S 175 x (with)S 175 x(names)S 175 x(that)S 175 x(contain)S 176 x(an)S 175 x (odd)S 175 x(number)S 176 x(of)S 176 x(bytes)S 175 x(are)S 175 x(not)S 8382 X 598 y(created)S 177 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20325)S 5692 X 598 y(4.16)S 824 x F151(NTP)S 167 x(problems)S 166 x(\211xed)S 166 x(in)S 167 x(this)S 165 x(release)S 349 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5692 X 598 y (4.16.1)S 8382 X F151(Stack)S 166 x(buffer)S 167 x(over\212ow)S 166 x (in)S 167 x(NTPQ)S 356 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5692 X 597 y(4.16.2)S 8382 X F151(Displays)S 165 x(the)S 166 x("keyid")S 167 x (as)S 165 x(optional)S 125 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5692 X 598 y(4.16.3)S 8382 X F151(NTP)S 167 x(fails)S 165 x(to)S 166 x(synchronize)S 167 x(during)S 167 x(the)S 166 x(repeated)S 166 x(hour)S 248 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5692 X 598 y(4.17)S 824 x F151(POP)S 167 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 367 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20326)S 5692 X 598 y(4.17.1)S 8382 X F151(POP)S 166 x (allows)S 165 x(potential)S 166 x(attackers)S 318 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5692 X 597 y(4.17.2)S 8382 X F151(V)S -46 x(ersion)S 166 x (number)S 167 x(on)S 166 x(POP')S -18 x(s)S 165 x("XTND)S 166 x(ST)S -28 x(A)S -28 x(TS")S 508 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20326)S 5 SC -424 x 38258 Y F38 (vii)S EP PP %%PageTrailer %%PageFonts: Helvetica NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (VIII) 8 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 5692 4555 XY F34(4.18)S 824 x F151(PWIP)S 166 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 362 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20327)S 5692 X 598 y(4.18.1)S 8382 X F151(System)S 166 x(crash)S 166 x(during)S 167 x(PWIP)S 166 x(shutdown)S 275 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20327)S 5692 X 598 y(4.18.2)S 8382 X F151 (Bulk)S 166 x(data)S 166 x(transfer)S 166 x(performance)S 155 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20327)S 5692 X 597 y(4.19)S 824 x F151(SMTP)S 167 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 269 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20327)S 5692 X 598 y(4.19.1)S 8382 X F151(Anti)S 166 x(spam)S 165 x(for)S 166 x(unresolvable-domains)S 167 x(and)S 166 x (unquali\211ed-senders)S 230 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20327)S 5692 X 598 y(4.19.2)S 8382 X F151(SMTP)S 167 x(fails)S 165 x(to)S 166 x(receive)S 167 x(mails)S 234 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20328)S 5692 X 598 y(4.19.3)S 8382 X F151(Large)S 167 x(number)S 167 x(of)S 166 x(recipients)S 166 x(in)S 166 x(the)S 166 x(TO)S 166 x(\211eld)S 326 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20328)S 5692 X 597 y(4.19.4)S 8382 X F151(VMS)S 171 x (MAIL)S 170 x(does)S 171 x(not)S 171 x(support)S 170 x(lines)S 171 x (longer)S 172 x(than)S 171 x(255)S 171 x(characters)S 171 x(and)S 8382 X 598 y(mixed)S 166 x(case)S 166 x(headers)S 333 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20328)S 5692 X 598 y(4.19.5)S 8382 X F151 (SMTP)S 167 x(server)S 166 x(fails)S 166 x(to)S 165 x(deliver)S 167 x (mail)S 83 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20328)S 5692 X 598 y(4.19.6)S 8382 X F151 (SMTP)S 167 x(distribution)S 165 x(list)S 166 x(\211lenames)S 166 x (fails)S 165 x(to)S 166 x(form)S 166 x(properly)S 193 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20328)S 5692 X 598 y(4.19.7)S 8382 X F151(TCPIP$SMTP_FROM)S 178 x(logical)S 179 x(affects)S 177 x (the)S 178 x(SMTP)S 179 x(Return-Path)S 8382 X 597 y(header)S 288 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20329)S 5692 X 598 y(4.19.8)S 8382 X F151(Adding)S 166 x(Persistent-Server)S 167 x(displays)S 165 x(an)S 166 x(error)S 167 x(message)S 213 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20329)S 5692 X 598 y(4.20)S 824 x F151(SNMP)S 167 x(problems)S 165 x(\211xed)S 167 x(in)S 167 x(this)S 165 x(release)S 196 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20329)S 5692 X 598 y(4.20.1)S 8382 X F151(SNMP)S 166 x(displays)S 166 x("HrProcessorLoad")S 166 x(as)S 166 x(always)S 165 x(zero)S 356 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20329)S 5692 X 597 y(4.20.2)S 8382 X F151(TCPIP$HR_MIB.EXE)S 165 x(memory)S 166 x(leaks)S 234 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20329)S 5692 X 598 y(4.20.3)S 8382 X F151(Error)S 178 x(message)S 176 x(not)S 178 x(displayed)S 177 x(when)S 178 x(the)S 177 x(speci\211ed)S 177 x(hostname)S 178 x(is)S 8382 X 598 y(invalid)S 269 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20329)S 5692 X 598 y(4.20.4)S 8382 X F151(TCPIP$HR_MIB)S 165 x(process)S 166 x(dies)S 166 x(with)S 165 x(an)S 167 x(ACCV)S -2 x (IO)S 166 x(error)S 320 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20330)S 5692 X 597 y(4.20.5)S 8382 X F151(SNMP)S 166 x(fails)S 166 x(to)S 166 x(start)S 165 x(with)S 166 x(IPv6)S 166 x (disabled)S 239 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20330)S 5692 X 598 y(4.20.6)S 8382 X F151(TCPIP$HR_MIB)S 165 x(process)S 166 x(consumes)S 166 x(excessive)S 167 x(CPU)S 166 x(time)S 326 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20330)S 5692 X 598 y(4.21)S 824 x F151 (SSH,)S 167 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 143 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20330)S 5692 X 598 y(4.21.1)S 8382 X F151(Error)S 166 x(message)S 166 x(is)S 166 x(overwritten)S 166 x(for)S 166 x("illegal)S 166 x(options")S 166 x(provided)S 166 x(with)S 166 x (ls)S 281 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20330)S 5692 X 597 y (4.21.2)S 8382 X F151(SSH)S 166 x(server)S 166 x(crashes)S 166 x(when)S 167 x(non-existent)S 166 x(username)S 167 x(is)S 166 x(speci\211ed)S 285 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 598 y(4.21.3)S 8382 X F151(MGET)S 166 x (*.<\211le)S 167 x(extension>)S 166 x(does)S 166 x(not)S 166 x(work)S 145 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 598 y(4.21.4)S 8382 X F151(SCP)S 166 x(Copy)S 166 x(does)S 166 x(not)S 166 x(work)S 166 x(with)S 166 x(\211lenames)S 166 x(with)S 166 x(wildcards)S 296 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 598 y (4.21.5)S 8382 X F151(LS)S 166 x(*.TXT)S 167 x(fails)S 165 x(to)S 166 x (display)S 166 x(\211les)S 342 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 597 y(4.21.6)S 8382 X F151(SSH)S 166 x(idle-timeout)S 165 x(counter)S 167 x(fails)S 166 x(to)S 165 x(reset)S 352 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 598 y(4.21.7)S 8382 X F151(SFTP)S 167 x (client)S 166 x(converts)S 167 x(\211lenames)S 166 x(to)S 166 x(uppercase)S 200 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20331)S 5692 X 598 y(4.21.8)S 8382 X F151(SFTP)S 167 x("PUT")S 166 x(command)S 166 x(fails)S 165 x(on)S 167 x(W)S -19 x(indows)S 165 x (server)S 88 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20332)S 5692 X 598 y(4.21.9)S 8382 X F151(SFTP)S 167 x("CD)S 165 x(SYS$LOG)S -2 x(IN")S 166 x(fails)S 350 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20332)S 5692 X 597 y(4.21.10)S 8382 X F151(SFTP)S 167 x(process)S 165 x(becomes)S 166 x(CPU-bound)S 167 x(when)S 166 x(using)S 167 x(CHROO)S -2 x(T)S 182 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20332)S 5692 X 598 y(4.21.1)S -36 x(1)S 8382 X F151(ls)S 166 x(*)S 166 x(.txt)S 166 x(does)S 166 x (not)S 166 x(display)S 166 x(the)S 166 x(list)S 166 x(of)S 165 x(\211les)S 158 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20332)S 5692 X 598 y(4.21.12)S 8382 X F151(Copy)S 166 x(fails)S 166 x(with)S 165 x(wildcard)S 166 x (\(*\))S 166 x(character)S 266 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20332)S 5692 X 598 y(4.21.13)S 8382 X F151(ACCVI)S -2 x(O)S 166 x (on)S 166 x(non-ex)S 2 x(istent)S 165 x(user)S 299 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20333)S 5692 X 597 y(4.21.14)S 8382 X F151(mget)S 166 x(*.lis)S 166 x(does)S 166 x(not)S 166 x(work)S 95 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20333)S 5692 X 598 y(4.21.15)S 8382 X F151(ls)S 166 x(-l)S 165 x (fails)S 166 x(to)S 166 x(work)S 307 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20333)S 5692 X 598 y(4.21.16)S 8382 X F151(ACCVI)S -2 x(O)S 166 x(if)S 166 x(identi\211er)S 166 x(not)S 167 x(the)S 166 x(same)S 165 x(as)S 166 x(the)S 166 x(username)S 306 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20333)S 5692 X 598 y(4.21.17)S 8382 X F151(W)S -19 x(ildcard)S 166 x(\("*"\))S 166 x(processing)S 166 x(on)S 167 x("ls")S 98 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20333)S 5692 X 598 y(4.21.18)S 8382 X F151(Entering)S 167 x(an)S 166 x(extra)S 167 x()S 90 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20333)S 5692 X 597 y(4.21.19)S 8382 X F151(SSH)S 179 x(access)S 180 x(to)S 179 x(an)S 180 x(account)S 181 x(with)S 179 x(an)S 180 x(expired)S 180 x(password)S 178 x(and)S 180 x(a)S 8382 X 598 y(PWDLIFETIME)S 165 x(of)S 166 x(0)S 337 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20334)S 5692 X 598 y(4.21.20)S 8382 X F151(put)S 166 x(*.*;*)S 167 x(may)S 167 x(not)S 166 x(work)S 100 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20334)S 5692 X 598 y(4.21.21)S 8382 X F151(Ability)S 166 x(to)S 166 x(navigate)S 167 x(to)S 165 x(subdirectories)S 166 x(has)S 166 x(regressed)S 329 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20334)S 5692 X 597 y(4.21.22)S 8382 X F151(ls)S 166 x(-r)S 166 x(fails)S 165 x(with)S 166 x(an)S 166 x(error)S 83 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20334)S 5692 X 598 y(4.21.23)S 8382 X F151(T)S -31 x(ransferring)S 168 x(larger)S 166 x (\211les)S 173 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20334)S 5692 X 598 y(4.21.24)S 8382 X F151(ls)S 166 x(command)S 166 x(fails)S 165 x(to)S 166 x(list)S 165 x (ODS-5)S 165 x(extended)S 167 x(\211lenames)S 263 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20335)S 5692 X 598 y(4.21.25)S 8382 X F151(Error)S 166 x(returned)S 167 x(by)S 167 x(the)S 166 x(stat)S(\()S 82 x(\))S 166 x(function)S 167 x(during)S 167 x(a)S 166 x("get")S 166 x(operation)S 327 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20335)S 5692 X 597 y (4.21.26)S 8382 X F151(SSH)S 166 x(server)S 166 x(enforces)S 167 x(an)S 166 x(idle)S 166 x(session)S 165 x(timeout)S 166 x(value)S 376 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20335)S 5692 X 598 y(4.21.27)S 8382 X F151(ACCVI)S -2 x (O)S 166 x(error)S 167 x(during)S 167 x(password)S 165 x(validation)S 354 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20335)S 5692 X 598 y(4.21.28)S 8382 X F151(Issues)S 165 x (related)S 166 x(to)S 166 x(the)S 166 x(password)S 165 x(change)S 156 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20335)S 5692 X 598 y (4.21.29)S 8382 X F151(Error)S 166 x(message)S 166 x(appears)S 166 x (at)S 165 x(the)S 167 x(conclusion)S 167 x(of)S 166 x(a)S 166 x(copy)S 166 x(operation)S 369 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20336)S 5692 X 597 y(4.21.30)S 8382 X F151(-r)S 166 x(command)S 166 x(does)S 166 x(not)S 166 x(work)S 166 x (as)S 166 x(expected)S 316 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20336)S 5 SC 4497 38258 XY F38(viii)S EP PP %%PageTrailer %%PageFonts: Helvetica NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (IX) 9 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 5692 4555 XY F34(4.21.31)S 8382 X F151(Directory)S 166 x(logical)S 167 x(names)S 166 x(gets)S 166 x(translated)S 165 x(on)S 167 x(the)S 166 x(client)S 102 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20337)S 5692 X 598 y(4.21.32)S 8382 X F151 (Miscellaneous)S 166 x(Problems)S 178 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20338)S 5692 X 598 y(4.21.33)S 8382 X F151(SSH)S 166 x(server)S 166 x(may)S 167 x(not)S 166 x(complete)S 166 x(authentication)S 361 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20338)S 5692 X 597 y(4.21.34)S 8382 X F151(SSH)S 177 x(client)S 177 x(uses)S 177 x(an)S 178 x(existing)S 178 x (SSH)S 177 x(connection)S 179 x(for)S 177 x(a)S 177 x(new)S 178 x(SFTP)S 8382 X 598 y(session)S 222 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20339)S 5692 X 598 y(4.21.35)S 8382 X F151(Messages)S 166 x(displaying)S 167 x(the)S 166 x(last)S 166 x (interactive)S 167 x(and)S 166 x(last)S 166 x(non-interactive)S 167 x (login)S 8382 X 598 y(times)S 165 x(are)S 167 x(not)S 166 x(displayed)S 297 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20339)S 5692 X 597 y(4.21.36)S 8382 X F151(X)S 166 x(application)S 166 x(fails)S 165 x(authentication)S 364 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20339)S 5692 X 598 y(4.21.37)S 8382 X F151(PUT)S 175 x(command)S 175 x(to)S 175 x(Sterling)S 175 x(or)S 175 x(T)S -35 x(umbleweed)S 175 x(software)S 174 x(failed)S 174 x(with)S 8382 X 598 y(errors)S 183 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20339)S 5692 X 598 y(4.21.38)S 8382 X F151(Fails)S 166 x(to)S 166 x(set)S 165 x(the)S 166 x(last)S 166 x(non-interactive)S 167 x(login)S 167 x(time)S 110 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20340)S 5692 X 598 y(4.21.39)S 8382 X F151(SSH)S 166 x(server)S 166 x(could)S 167 x(be)S 166 x(sent)S 166 x(into)S 166 x(a)S 166 x(tight)S 166 x(loop)S 174 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20340)S 5692 X 597 y(4.21.40)S 8382 X F151(ListenAddress)S 165 x(SSH)S 166 x(server)S 166 x(con\211g)S 2 x(uration)S 166 x(\211eld)S 167 x(is)S 165 x(not)S 167 x(supported)S 261 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20340)S 5692 X 598 y(4.21.41)S 8382 X F151(Protections)S 166 x (on)S 167 x(key)S 167 x(\211les)S 166 x(created)S 166 x(by)S 166 x(SSH_KEYG)S -2 x(EN)S 347 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20340)S 5692 X 598 y(4.21.42)S 8382 X F151("-e")S 166 x(swit)S -2 x(ch)S 167 x(on)S 166 x(SSH_KEYGE)S -2 x (N)S 166 x(does)S 166 x(not)S 166 x(work)S 237 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20341)S 5692 X 598 y (4.21.43)S 8382 X F151(Password)S 165 x(expiry)S 139 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20341)S 5692 X 597 y(4.21.44)S 8382 X F151(SSH)S 166 x(access)S 165 x(to)S 166 x (Integrity)S 167 x(ILO)S 166 x(console)S 363 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20341)S 5692 X 598 y(4.21.45)S 8382 X F151(Explanatory)S 178 x(message)S 176 x(back)S 178 x(to)S 177 x(the)S 177 x(client)S 177 x(during)S 178 x(an)S 177 x(attempted)S 8382 X 598 y (password)S 165 x(change)S 309 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20342)S 5692 X 598 y(4.21.46)S 8382 X F151 (Connecting)S 167 x(to)S 166 x(AIX)S 165 x(OpenSSH)S 166 x(server)S 166 x(results)S 166 x(in)S 166 x(an)S 167 x(error)S 139 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20342)S 5692 X 597 y (4.21.47)S 8382 X F151(Log)S 167 x(into)S 166 x(a)S 166 x(non-existent)S 167 x(account)S 167 x(via)S 166 x(SSH)S 166 x(may)S 166 x(fail)S 251 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20342)S 5692 X 598 y(4.21.48)S 8382 X F151 (UserLoginLimit)S 167 x(is)S 165 x(ignored)S 205 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20342)S 5692 X 598 y (4.21.49)S 8382 X F151(Using)S 166 x(X1)S -27 x(1)S 166 x(forwarding)S 166 x(frequently)S 167 x(fails)S 227 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20342)S 5692 X 598 y(4.21.50)S 8548 X F151(RIGHTSLIST)S 165 x(identi\211er)S 167 x(missing)S 166 x(displays)S 165 x(an)S 166 x (ACCVIO)S 164 x(error)S 200 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20343)S 5692 X 597 y (4.21.51)S 8382 X F151(Opening)S 176 x(multiple)S 174 x(interactive)S 176 x(login)S 175 x(sessions)S 174 x(over)S 176 x(one)S 175 x(SSH)S 175 x(TCP)S 8382 X 598 y(connection)S 318 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20343)S 5692 X 598 y(4.21.52)S 8382 X F151(Rename)S 174 x(command)S 175 x(for)S 174 x(a)S 175 x(\211le)S 174 x(with)S 174 x (an)S 175 x(OpenVMS)S 174 x(version)S 175 x(number)S 8382 X 598 y(returns)S 167 x(an)S 166 x(error)S 167 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20343)S 5692 X 597 y(4.21.53)S 8382 X F151("password)S 165 x(aging")S 167 x(message)S 165 x(is)S 166 x (not)S 166 x(displayed)S 306 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20343)S 5692 X 598 y(4.21.54)S 8382 X F151(Re-entering)S 167 x(the)S 166 x(old)S 166 x(password)S 165 x (as)S 166 x(the)S 166 x(new)S 166 x(passw)S -2 x(ord)S 182 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20343)S 5692 X 598 y(4.21.55)S 8382 X F151(ACCVI)S -2 x(O)S 166 x (when)S 166 x(the)S 167 x(batch)S 166 x(mode)S 166 x(is)S 165 x(used)S 371 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20344)S 5692 X 598 y(4.21.56)S 8382 X F151(W)S -28 x(eak)S 167 x(passw)S -2 x(ord)S 167 x(and)S 166 x (system-dictionary)S 166 x(checking)S 168 x(does)S 166 x(not)S 166 x (happen)S 241 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20344)S 5692 X 597 y(4.21.57)S 8382 X F151(SSH)S 166 x(login)S 166 x(via)S 167 x (public)S 166 x(key)S 167 x(authentication)S 167 x(may)S 166 x(fail)S 352 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20344)S 5692 X 598 y(4.21.58)S 8382 X F151(LCD)S 166 x(command)S 166 x(in)S 166 x(SFTP)S 167 x(fails)S 165 x (with)S 166 x("CD)S 165 x(failed")S 146 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20344)S 5692 X 598 y(4.21.59)S 8382 X F151 (error)S 172 x(and)S 172 x(command)S 171 x(messages)S 171 x(to)S 171 x (stderr)S 171 x(\(SYS$ER)S -2 x(ROR\))S 170 x(and)S 172 x(stdout)S 8382 X 598 y(\(SYS$OUTPUT\))S 182 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20344)S 5692 X 597 y(4.21.60)S 8382 X F151(Data)S 165 x(appears)S 166 x(to)S 166 x(be)S 166 x(truncated)S 167 x(on)S 166 x(the)S 166 x(remote)S 166 x(end)S 184 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20345)S 5692 X 598 y(4.21.61)S 8382 X F151(Spurious)S 166 x(debug)S 167 x(messages)S 166 x(at)S 165 x(the)S 167 x(end)S 166 x (of)S 166 x(an)S 166 x(SFTP)S 167 x(log)S 166 x(\211le)S 196 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20345)S 5692 X 598 y(4.21.62)S 8382 X F151(Authentication)S 171 x(failure)S 171 x(when)S 171 x(trying)S 172 x(to)S 170 x(conne)S 2 x(ct)S 170 x(to)S 171 x(HP)S 170 x(ProLiant)S 172 x(iLO)S 8382 X 598 y(mpSSH)S 165 x(Server)S 209 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20345)S 5692 X 598 y(4.21.63)S 8382 X F151(Only)S 166 x(the)S 167 x(\211rst)S 166 x(3)S 166 x(IdKeys)S 165 x(are)S 166 x(processed)S 367 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20345)S 5692 X 597 y(4.21.64)S 8382 X F151(lcd)S 166 x(to)S 166 x(logical)S 166 x(name)S 167 x(speci\211cation)S 166 x(restrictions)S 366 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20345)S 5692 X 598 y (4.21.65)S 8382 X F151(Port)S 166 x(forwarding)S 167 x(fails)S 165 x (if)S 166 x(ResolveClientHostName)S 165 x(is)S 165 x(set)S 166 x(to)S 166 x('no')S 348 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20346)S 5692 X 598 y(4.21.66)S 8382 X F151 (T)S -31 x(ransferring)S 168 x(large)S 166 x(number)S 167 x(of)S 166 x (\211les)S 166 x(using)S 167 x(SFTP)S 322 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20346)S 5692 X 598 y(4.21.67)S 8382 X F151(SSH)S 166 x(connection)S 167 x(requests)S 166 x(are)S 166 x(handled)S 166 x (as)S 166 x(NETWORK)S 164 x(access)S 245 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20346)S 5692 X 597 y(4.21.68)S 8382 X F151(UAF)S 166 x(account)S 167 x(expiry)S 167 x (is)S 166 x(not)S 166 x(noti\211ed)S 125 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20346)S 5692 X 598 y (4.21.69)S 8382 X F151(Characters)S 166 x(from)S 166 x(extended)S 167 x (character)S 167 x(set)S 165 x(are)S 166 x(allowed)S 250 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20346)S 5692 X 598 y(4.21.70)S 8382 X F151(Accessing)S 166 x(\211les)S 166 x (via)S 167 x(SFTP)S 166 x(causes)S 166 x(excessive)S 167 x(Security)S 166 x(alarms)S 305 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20347)S 5692 X 598 y (4.21.71)S 8382 X F151(SYS$ANNOU)S -2 x(NCE)S 166 x(message)S 166 x (displayed)S 165 x(after)S 166 x(login)S 344 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20347)S 5692 X 597 y(4.21.72)S 8382 X F151("ls)S 165 x(-l")S 166 x (and)S 166 x(the)S 166 x("rename")S 167 x(command)S 166 x(with)S 165 x (wildcards)S 166 x(fails)S 283 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20347)S 5692 X 598 y(4.21.73)S 8382 X F151(Opening)S 167 x(a)S 166 x(second)S 166 x(T)S -46 x(ectia)S 166 x(SSH)S 166 x(client)S 137 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20347)S 5692 X 598 y(4.21.74)S 8382 X F151(Server)S 167 x(process)S 166 x(crashes)S 166 x(while)S 165 x(listing)S 166 x(\211les)S 208 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20347)S 5692 X 598 y(4.22)S 824 x F151 (SYSCONFIG)S 165 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 159 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 597 y(4.22.1)S 8382 X F151(Syscon\211gdb)S 167 x(gener)S 2 x(ates)S 165 x(incorrect)S 167 x(error)S 167 x(message)S 365 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5 SC -324 x 38258 Y F38(ix)S EP PP %%PageTrailer %%PageFonts: Helvetica NewCenturySchlbk-Roman %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (X) 10 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 5692 4555 XY F34(4.23)S 824 x F151(TCPDUMP)S 167 x(problems)S 165 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 294 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 598 y(4.23.1)S 8382 X F151(TCPDUMP)S 170 x(exits)S 169 x(with)S 169 x(a)S 169 x(success)S 169 x(status)S 169 x(when)S 169 x(invalid)S 170 x(argumen)S 2 x(ts)S 168 x(are)S 8382 X 598 y(passed)S 314 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 597 y (4.24)S 824 x F151(TELNET)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 194 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 598 y(4.24.1)S 8382 X F151(Arbitrary)S 166 x(characters)S 167 x(received)S 167 x(on)S 166 x (the)S 166 x(TELNET)S 166 x(server)S 265 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 598 y(4.24.2)S 8382 X F151(Quoted)S 166 x(character)S 167 x(gets)S 166 x(dropped)S 95 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 598 y(4.24.3)S 8382 X F151(User)S 166 x(authorization)S 166 x(failure)S 260 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20348)S 5692 X 597 y(4.24.4)S 8382 X F151(Destination)S 165 x(address)S 166 x(is)S 165 x(not)S 167 x(set)S 165 x(correctly)S 224 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26104 X F34(4\20349)S 5692 X 598 y(4.24.5)S 8382 X F151(Allocating)S 166 x(a)S 166 x(freshly-created)S 167 x(outbound)S 167 x(TN)S 166 x (device)S 194 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20349)S 5692 X 598 y(4.24.6)S 8382 X F151("INVEXC)S -2 x(EPTN)S 166 x(@SMP$ACQUIRE_C)S 164 x(+)S 166 x(00034")S 166 x(error)S 167 x(displayed)S 190 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20349)S 5692 X 598 y(4.24.7)S 8382 X F151(Logins)S 167 x(blocked)S 166 x(after)S 166 x (the)S 166 x(seed)S 166 x(for)S 166 x(TN)S 167 x(devices)S 166 x(exceeding)S 167 x(9999)S 97 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20349)S 5692 X 598 y(4.24.8)S 8382 X F151(TN3270)S 166 x(users)S 166 x(receive)S 167 x(an)S 166 x (error)S 167 x(message)S 130 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20349)S 5692 X 597 y(4.24.9)S 8382 X F151(OpenVMS)S 166 x(telnet)S 166 x(client)S 166 x(echoes)S 166 x(the)S 167 x(passw)S -2 x(ord)S 293 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20349)S 5692 X 598 y(4.25)S 824 x F151(TFTP)S 167 x(probelms)S 166 x(\211xed)S 167 x (in)S 166 x(this)S 166 x(release)S 90 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20350)S 5692 X 598 y(4.25.1)S 8382 X F151(TFTP)S 167 x(server)S 167 x(randomly)S 166 x(exits)S 166 x(in)S 167 x(between)S 166 x(a)S 166 x(\211le)S 166 x (transfer)S 312 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20350)S 5692 X 598 y(4.26)S 824 x F151(User)S 166 x(Control)S 166 x(Program)S 167 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release)S 121 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20350)S 5692 X 597 y(4.26.1)S 8382 X F151(Enabling)S 167 x(the)S 166 x(128th)S 166 x (service)S 167 x(using)S 166 x(CONFIG)S 165 x(ENABLE)S 165 x(SER)S -19 x (VICE)S 272 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34 (4\20350)S 5692 X 598 y(4.26.2)S 8382 X F151(Entering)S 168 x(a)S 167 x (long)S 168 x(domain)S 168 x(name)S 167 x(may)S 168 x(trigger)S 168 x (a)S 167 x(failure)S 167 x(while)S 167 x(con\211g)S 2 x(uring)S 8382 X 598 y(TCPIP)S 315 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26104 X F34(4\20350)S 5692 X 598 y(4.26.3)S 8382 X F151 (TCPIP)S 166 x(SHOW)S 165 x(COMMUNICA)S -28 x(TION)S 165 x(truncates)S 166 x(its)S 166 x(output)S 206 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20350)S 5692 X 597 y(4.26.4)S 8382 X F151(SET)S 177 x(NAME_SER)S -20 x(VICE)S 176 x(/INITIALIZE)S 177 x(/CLUSTER)S 177 x(fails)S 177 x (to)S 177 x(\211nd)S 8382 X 598 y(TCPIP$BIND_RUNNI)S -2 x(NG_*.DA)S -28 x(T)S -27 x(;*)S 87 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20351)S 5692 X 598 y(4.26.5)S 8382 X F151(TCPIP)S 182 x(SHOW)S 181 x(DEVI)S -2 x(CE_SOCK)S -2 x(ET)S 182 x (output)S 182 x(is)S 182 x(not)S 182 x(properly)S 8382 X 598 y(formatted)S 192 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(4\20351)S 4497 19798 XY F28(5)S 498 x(Documen)S 2 x(tation)S 167 x(Update)S 5692 X 897 y F34(5.1)S 7485 X F151(Documentation)S 167 x(Not)S 166 x(Being)S 166 x(Updated)S 166 x(for)S 166 x(This)S 166 x(Release)S 203 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26381 X F34(5\2031)S 5692 X 597 y(5.2)S 7485 X F151(Documentation)S 167 x(Errata)S 210 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(5\2031)S 4497 22787 XY F28(A)S 497 x(LPD/LPR)S 166 x(Con\211guration)S 5692 X 896 y F34(A.1)S 7485 X F151(Con\211gu)S 2 x(ring)S 167 x(LPD)S 166 x(job)S 166 x(from)S 166 x(local)S 166 x(host)S 166 x(to)S 166 x (the)S 166 x(remote)S 166 x(system)S 342 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 26325 X F34(A\2031)S 5692 X 598 y(A.2)S 7485 X F151(Con\211gu)S 2 x(ring)S 169 x(LPD)S 169 x(job)S 169 x(from)S 169 x(local)S 169 x (host)S 168 x(to)S 169 x(the)S 169 x(remote)S 169 x(system)S 168 x(over)S 169 x(the)S 169 x(SSH)S 7485 X 598 y(tunnel)S 362 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 26325 X F34(A\2031)S 4497 26556 XY F28(T)S -44 x(ables)S -653 x 27552 Y F34(1)S 8382 X F151(TCP/IP)S 167 x(Services)S 166 x(Documentation)S 379 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26631 X F34(viii)S 5692 X 698 y(1)S(\203)S(1)S 8382 X F151 (TCP/IP)S 167 x(Services)S 166 x(for)S 166 x(OpenVMS,)S 166 x(New)S 166 x(Features)S 158 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2031)S 5692 X 697 y(1)S(\203)S(2)S 8382 X F151(FTP)S 167 x(restriction)S 166 x(logicals)S 316 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2037)S 5692 X 697 y(1)S(\203)S (3)S 8382 X F151(TCP/IP)S 167 x(Services)S 166 x(for)S 166 x(OpenVMS,)S 166 x(Enhancemen)S 2 x(ts)S 281 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(1\2039)S 5692 X 698 y(2)S(\203)S(1)S 8382 X F151(Minimum)S 167 x(V)S -47 x(alues)S 166 x(for)S 166 x(SYSUAF)S 166 x(Parameters)S 361 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26381 X F34(2\2032)S 5692 X 697 y(3)S(\203)S(1)S 8382 X F151(CERT/SSRT)S 165 x(Network)S 166 x(Security)S 167 x(Advisories)S 238 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x(.)S 161 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 160 x (.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 161 x(.)S 26104 X F34(3\20310)S 5 SC 4497 38258 XY F38(x)S EP PP %%PageTrailer %%PageFonts: Helvetica NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % % < End of included file TCP_RNPRO_CONTENTS.DVI_PS > %%Page: (VII) 11 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 7175 XY 22716 48 R 23612 8193 XY F208(Preface)S 8083 10484 XY F151(The)S 173 x(HP)S 172 x(TCP/IP)S 172 x(Services)S 173 x(for)S 172 x (OpenVMS)S 171 x(product)S 172 x(is)S 172 x(the)S 172 x(HP)S 172 x(implementation)S 171 x(of)S 172 x(the)S 8083 X 598 y(TCP/IP)S 175 x(protocol)S 174 x (suite)S 174 x(and)S 175 x(Internet)S 174 x(services)S 174 x(for)S 175 x (OpenVMS)S 173 x(Alpha)S 174 x(and)S 175 x(OpenVMS)S 8083 X 598 y(Integrity)S 177 x(server)S 178 x(systems.)S 269 x(This)S 177 x(document)S 177 x (describes)S 176 x(the)S 177 x(latest)S 175 x(release)S 176 x(of)S 177 x (the)S 177 x(HP)S 8083 X 597 y(TCP/IP)S 167 x(Services)S 166 x(for)S 166 x(OpenVMS)S 166 x(product.)S 8083 X 897 y(TCP/IP)S 156 x(Services)S 156 x(provides)S 156 x(a)S 155 x(comprehensive)S 157 x(suite)S 155 x (of)S 156 x(functions)S 156 x(and)S 156 x(applications)S 155 x(that)S 8083 X 598 y(support)S 173 x(industry-standard)S 174 x(protocols)S 173 x (for)S 174 x(heterogeneou)S 2 x(s)S 173 x(network)S 174 x(communications)S 8083 X 598 y(and)S 166 x(resource)S 167 x(sharing.)S 8083 X 896 y(For)S 200 x(installation)S 199 x(instructions,)S 209 x(see)S 199 x(the)S 200 x F152(HP)S 200 x(TCP/IP)S 199 x(Services)S 201 x(for)S 199 x(OpenVMS)S 8083 X 598 y(Installation)S 167 x(and)S 167 x(Con\211guration)S 168 x F151(manual.)S 8083 X 897 y(The)S 194 x(release)S 193 x(notes)S 193 x (provide)S 194 x(version-speci\211c)S 194 x(information)S 194 x(that)S 193 x(supersedes)S 193 x(the)S 8083 X 597 y(information)S 171 x(in)S 171 x(the)S 170 x(documentation)S 171 x(set.)S 258 x(The)S 171 x(features,)S 172 x(restrictions,)S 172 x(and)S 171 x(corrections)S 8083 X 598 y(in)S 164 x(this)S 163 x(version)S 165 x(of)S 163 x(the)S 164 x(software)S 163 x(are)S 164 x(described)S 163 x(in)S 164 x(the)S 164 x(release)S 163 x(notes.)S 250 x(Always)S 163 x(read)S 163 x(the)S 8083 X 598 y (release)S 166 x(notes)S 166 x(before)S 166 x(installing)S 167 x(the)S 166 x(software.)S 4497 19849 XY F24(Intended)S 232 x(Audience)S 8083 X 897 y F151(These)S 172 x(release)S 171 x(notes)S 172 x(are)S 171 x(intended)S 172 x(for)S 172 x(experienced)S 172 x(OpenVMS)S 171 x(and)S 172 x(UNIX\206)S 171 x(system)S 8083 X 597 y(managers)S 173 x(and)S 173 x(assume)S 172 x (a)S 173 x(working)S 173 x(knowledge)S 174 x(of)S 172 x(OpenVMS)S 173 x (system)S 172 x(management,)S 8083 X 598 y(TCP/IP)S 174 x(networking,)S 176 x(TCP/IP)S 173 x(terminology)S -54 x(,)S 175 x(and)S 173 x(some)S 172 x(familiarity)S 173 x(with)S 172 x(the)S 173 x(TCP/IP)S 8083 X 598 y (Services)S 167 x(product.)S 4497 23834 XY F24(Document)S 232 x(Structure)S 8083 X 897 y F151(These)S 167 x(release)S 165 x(notes)S 166 x(are)S 167 x(organized)S 166 x(into)S 166 x(the)S 167 x(following)S 166 x(chapters:)S 8083 X 896 y(\201)S 595 x(Chapter)S 175 x(1)S 175 x(describes)S 174 x (new)S 175 x(features)S 175 x(and)S 175 x(special)S 175 x(changes)S 176 x(to)S 175 x(the)S 175 x(software)S 174 x(that)S 8980 X 598 y(enhances)S 167 x(its)S 165 x(observed)S 167 x(behavior)S -36 x(.)S 8083 X 897 y (\201)S 595 x(Chapter)S 175 x(2)S 175 x(describes)S 174 x(chang)S 2 x (es)S 174 x(to)S 175 x(the)S 176 x(installation,)S 177 x(con\211gu)S 2 x(ration,)S 178 x(and)S 175 x(startup)S 8980 X 598 y(procedures,)S 169 x(and)S 167 x(includes)S 168 x(other)S 168 x(related)S 167 x(information)S 167 x(that)S 168 x(is)S 166 x(not)S 168 x(included)S 168 x(in)S 168 x (the)S 8980 X 597 y F152(HP)S 166 x(TCP/IP)S 166 x(Services)S 167 x (for)S 166 x(OpenVMS)S 166 x(Installation)S 167 x(and)S 167 x(Con\211guration)S 168 x F151(manual.)S 8083 X 897 y(\201)S 595 x(Chapter)S 155 x(3)S 154 x (describes)S 155 x(information)S 155 x(about)S 155 x(problems)S 155 x (and)S 155 x(restrictions,)S 157 x(and)S 155 x(includes)S 8980 X 598 y (notes)S 166 x(describing)S 166 x(chang)S 2 x(es)S 165 x(to)S 166 x (particular)S 167 x(commands)S 165 x(or)S 167 x(services.)S 8083 X 896 y (\201)S 595 x(Chapter)S 184 x(4)S 184 x(describes)S 184 x(problems)S 184 x(identi\211ed)S 185 x(in)S 184 x(previous)S 185 x(versions)S 185 x (of)S 184 x(TCP/IP)S 8980 X 598 y(Services)S 166 x(that)S 166 x(have)S 167 x(been)S 166 x(\211xed.)S 8083 X 897 y(\201)S 595 x(Chapter)S 173 x (5)S 174 x(describes)S 173 x(updates)S 173 x(to)S 174 x(information)S 174 x(in)S 174 x(the)S 173 x(TCP/IP)S 175 x(Services)S 174 x(product)S 8980 X 597 y(documentation.)S 5 SC 26788 38258 XY F38(vii)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (VIII) 12 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4689 XY F24(Relate)S -2 x(d)S 233 x(Documents)S 8083 X 897 y F151(T)S -30 x(able)S 165 x(1)S 166 x(lists)S 165 x(the)S 167 x(documents)S 166 x(available)S 166 x(with)S 166 x(this)S 165 x(version)S 167 x(of)S 166 x(TCP/IP)S 167 x(Services.)S 4497 7031 XY F36(T)S -37 x(able)S 150 x (1)S 399 x(TCP/IP)S 151 x(Services)S 149 x(Documentation)S 4497 X 323 y 22716 24 R 4497 7852 XY F40(Manual)S 13463 X(Contents)S 4497 X 299 y 22716 24 R 4497 8749 XY F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x (for)S 166 x(OpenVMS)S 4497 X 498 y(Concepts)S 149 x(and)S 150 x(Planning)S 13463 X -498 y F155(This)S 168 x(manual)S 168 x(provides)S 169 x(conceptual)S 169 x(information)S 169 x(about)S 169 x(TCP/IP)S 13463 X 498 y(networking)S 161 x(on)S 160 x(OpenVMS)S 161 x(systems)S -2 x(,)S 163 x(including)S 161 x(general)S 161 x(planning)S 13463 X 498 y(issues)S 166 x(to)S 168 x (consider)S 168 x(before)S 169 x(con\211guring)S 167 x(your)S 167 x (system)S 166 x(to)S 168 x(use)S 167 x(the)S 13463 X 498 y(TCP/IP)S 149 x(Services)S 150 x(software.)S 13463 X 698 y(This)S 163 x(manual)S 164 x(also)S 164 x(describes)S 164 x(the)S 165 x(other)S 164 x(manuals)S 163 x(in)S 164 x(the)S 165 x(TCP/IP)S 13463 X 498 y(Services)S 152 x (documentation)S 153 x(set)S 151 x(and)S 152 x(provides)S 152 x(a)S 152 x(glossary)S 151 x(of)S 152 x(terms)S 151 x(and)S 13463 X 498 y (acronyms)S 149 x(for)S 150 x(the)S 150 x(TCP/IP)S 149 x(Services)S 150 x(software)S 150 x(product.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Release)S 150 x(Notes)S 13463 X -498 y F155(The)S 172 x(release)S 172 x(notes)S 171 x(provide)S 173 x(version-speci\211c)S 172 x(information)S 172 x (that)S 13463 X 498 y(supersedes)S 172 x(the)S 172 x(information)S 173 x (in)S 172 x(the)S 172 x(documentation)S 173 x(set.)S 269 x(The)S 13463 X 499 y(features,)S 176 x(restrictions,)S 176 x(and)S 170 x(correctio)S 2 x(ns)S 169 x(in)S 171 x(this)S 170 x(version)S 170 x(of)S 170 x(the)S 13463 X 498 y(software)S 165 x(are)S 164 x(described)S 165 x(in)S 164 x (the)S 165 x(release)S 165 x(notes.)S 253 x(Always)S 163 x(read)S 165 x (the)S 13463 X 498 y(release)S 150 x(notes)S 150 x(before)S 150 x(installing)S 150 x(the)S 150 x(software.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Installation)S 151 x(and)S 149 x(Con\211guration)S 13463 X -498 y F155(This)S 159 x (manual)S 160 x(explains)S 160 x(how)S 159 x(to)S 160 x(install)S 161 x (and)S 160 x(con\211gure)S 159 x(the)S 160 x(TCP/IP)S 13463 X 498 y (Services)S 150 x(product.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x (Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 499 y(User)S 25 x(')S -16 x(s)S 149 x(Guide)S 13463 X -499 y F155(This)S 149 x(manual)S 150 x (describes)S 151 x(how)S 149 x(to)S 150 x(use)S 150 x(the)S 150 x(applic)S 2 x(ations)S 150 x(available)S 151 x(with)S 13463 X 499 y(TCP/IP)S 151 x (Services)S 151 x(such)S 150 x(as)S 151 x(remote)S 151 x(\211le)S 151 x (operatio)S 2 x(ns,)S 150 x(e-mail,)S 151 x(TELNET)S -41 x(,)S 13463 X 498 y(TN3270,)S 151 x(and)S 149 x(network)S 150 x(printing.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Management)S 13463 X -498 y F155(This)S 152 x(manual)S 153 x(describes)S 153 x(how)S 152 x(to)S 153 x(con\211gure)S 153 x(and)S 153 x(manage)S 152 x(the)S 153 x(TCP/IP)S 13463 X 498 y(Services)S 150 x (product.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x (for)S 166 x(OpenVMS)S 4497 X 498 y(Management)S 149 x(Command)S 149 x (Reference)S 13463 X -498 y F155(This)S 177 x(manual)S 177 x(describes)S 177 x(the)S 177 x(TCP/IP)S 177 x(Services)S 177 x(management)S 13463 X 498 y(commands.)S 4497 X 748 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Management)S 182 x(Command)S 181 x(Quick)S 4497 X 498 y(Reference)S 150 x(Card)S 13463 20904 XY F155 (This)S 154 x(reference)S 155 x(card)S 155 x(lists)S 155 x(the)S 154 x (TCP/IP)S 155 x(management)S 154 x(commands)S 154 x(by)S 13463 X 498 y (component)S 150 x(and)S 150 x(describes)S 150 x(the)S 150 x(purpose)S 150 x(of)S 150 x(each)S 149 x(command.)S 4497 22647 XY F156(HP)S 166 x (TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y (UNIX)S 152 x(Command)S 150 x(Equivalents)S 152 x(Reference)S 4497 X 498 y(Card)S 13463 22647 XY F155(This)S 174 x(reference)S 175 x(card)S 175 x(contains)S 175 x(informatio)S 2 x(n)S 174 x(about)S 175 x(commonly)S 13463 X 498 y(performed)S 158 x(network)S 157 x(management)S 157 x(tasks)S 156 x(and)S 157 x(their)S 158 x(corresponding)S 13463 X 498 y(TCP/IP)S 149 x(management)S 150 x(and)S 150 x(UNIX)S 150 x(command)S 149 x(formats.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x (OpenVMS)S 4497 X 499 y(ONC)S 149 x(RPC)S 149 x(Programming)S 13463 X -499 y F155(This)S 161 x(manual)S 162 x(presents)S 162 x(an)S 161 x (overview)S 162 x(of)S 162 x(high-level)S 162 x(programming)S 13463 X 499 y(using)S 165 x(open)S 166 x(network)S 165 x(computing)S 166 x(remote)S 166 x(procedure)S 166 x(calls)S 166 x(\(ONC)S 13463 X 498 y(RPC\).)S 176 x(This)S 176 x(manual)S 176 x(also)S 177 x(describes)S 176 x(the)S 177 x(RPC)S 176 x(programming)S 13463 X 498 y(interface)S 171 x(and)S 169 x(how)S 169 x(to)S 170 x(use)S 168 x(the)S 170 x(RPCGEN)S 168 x (protocol)S 171 x(compiler)S 170 x(to)S 13463 X 498 y(create)S 150 x (appl)S 2 x(ications.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x (Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Guide)S 149 x(to)S 149 x(SSH)S 13463 X -498 y F155(This)S 150 x(manual)S 150 x(describes)S 151 x(how)S 150 x(to)S 150 x(con\211gure,)S 150 x(set)S 150 x(up,)S 151 x(use,)S 149 x(and)S 151 x(manage)S 13463 X 498 y(the)S 150 x(SSH)S 151 x(for)S 150 x(OpenVMS)S 150 x(software.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 499 y (Sockets)S 173 x(API)S 172 x(and)S 173 x(System)S 173 x(Services)S 4497 X 498 y(Programming)S 13463 28375 XY F155(This)S 152 x(manual)S 153 x (describes)S 152 x(how)S 153 x(to)S 153 x(use)S 152 x(the)S 152 x(Berkeley)S 153 x(Sockets)S 153 x(API)S 152 x(and)S 13463 X 499 y(OpenVMS)S 150 x (system)S 148 x(services)S 149 x(to)S 150 x(develop)S 151 x(network)S 150 x(applicat)S 2 x(ions.)S 4497 30119 XY F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(SNMP)S 150 x (Programming)S 149 x(and)S 149 x(Reference)S 13463 X -498 y F155(This)S 142 x(manual)S 142 x(describes)S 143 x(the)S 142 x(Simple)S 143 x(Network)S 143 x(Management)S 143 x(Protocol)S 13463 X 498 y(\(SNMP\))S 172 x(and)S 171 x(the)S 171 x(SNMP)S 172 x(applica)S 2 x(tion)S 171 x(programming)S 170 x(interface)S 13463 X 498 y(\(eSNMP\))S 2 x(.)S 169 x(It)S 171 x (describes)S 171 x(the)S 170 x(subagents)S 170 x(provided)S 171 x(with)S 171 x(TCP/IP)S 13463 X 498 y(Services,)S 157 x(utilities)S 156 x(provided)S 157 x(for)S 156 x(managing)S 154 x(subagents,)S 157 x(and)S 155 x(how)S 155 x(to)S 13463 X 498 y(build)S 150 x(your)S 150 x(own)S 149 x(subagents.)S 22040 X 731 y(\(continued)S 151 x(on)S 149 x(next)S 150 x(page\))S 5 SC 4497 38258 XY F38(viii)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (IX) 13 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4784 XY F36(T)S -37 x(able)S 150 x(1)S 150 x(\(Cont.\))S 399 x (TCP/IP)S 151 x(Services)S 149 x(Documentation)S 4497 X 323 y 22716 24 R 4497 5605 XY F40(Manual)S 13463 X(Contents)S 4497 X 299 y 22716 24 R 4497 6652 XY F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x (OpenVMS)S 4497 X 498 y(T)S -40 x(uning)S 149 x(and)S 150 x(T)S -40 x (roubleshooting)S 13463 X -498 y F155(This)S 170 x(manual)S 170 x(provides)S 170 x(information)S 171 x(about)S 171 x(how)S 170 x(to)S 170 x(isolate)S 171 x(the)S 13463 X 498 y(causes)S 149 x(of)S 150 x(network)S 150 x (problems)S 150 x(and)S 150 x(how)S 150 x(to)S 150 x(tune)S 150 x(the)S 150 x(TCP/IP)S 150 x(Services)S 13463 X 498 y(software)S 157 x(for)S 157 x(the)S 158 x(best)S 157 x(performance.)S 239 x(It)S 157 x(also)S 157 x(provides)S 158 x(information)S 13463 X 498 y(about)S 150 x(using)S 149 x(UNIX)S 150 x(network)S 150 x(management)S 150 x(utilities)S 150 x (on)S 150 x(OpenVMS.)S 4497 X 747 y F156(HP)S 166 x(TCP/IP)S 166 x(Services)S 166 x(for)S 166 x(OpenVMS)S 4497 X 498 y(Guide)S 149 x(to)S 149 x(IPv6)S 13463 X -498 y F155(This)S 174 x(manual)S 174 x(describes)S 174 x(the)S 175 x(IPv6)S 174 x(environment,)S 180 x(the)S 175 x(roles)S 174 x(of)S 13463 X 498 y(systems)S 169 x(in)S 170 x(this)S 171 x(environment,)S 175 x(the)S 171 x(types)S 170 x(and)S 171 x(function)S 171 x(of)S 171 x (the)S 13463 X 498 y(different)S 158 x(IPv6)S 156 x(addresses,)S 158 x (and)S 156 x(how)S 156 x(to)S 157 x(con\211gure)S 156 x(TCP/IP)S 155 x (Services)S 13463 X 499 y(to)S 150 x(access)S 149 x(the)S 150 x(IPv6)S 150 x(network.)S 4497 X 398 y 22716 24 R 8083 11882 XY F151(For)S 167 x (additional)S 165 x(information)S 167 x(about)S 166 x(HP)S 166 x(OpenVMS)S 166 x(products)S 166 x(and)S 166 x(services,)S 167 x(see:)S 8083 X 897 y F238(http://ww)S 2 x(w.hp.com/go/)S 2 x(openvms)S 8083 X 896 y F151 (For)S 180 x(a)S 179 x(comprehensive)S 180 x(overview)S 180 x(of)S 179 x (the)S 179 x(TCP/IP)S 180 x(protocol)S 179 x(suite,)S 182 x(refer)S 180 x(to)S 179 x(the)S 179 x(book)S 8083 X 598 y F152(Internet)S 2 x (working)S 168 x(with)S 168 x(TCP/IP:)S 168 x(Principles,)S 169 x(Protocols,)S 169 x(and)S 169 x(Architecture)S 2 x F151(,)S 168 x(by)S 168 x(Douglas)S 8083 X 598 y(Comer)S -37 x(.)S 4497 16166 XY F24(Reade)S -2 x(r)S 27 x (')S -26 x(s)S 232 x(Comments)S 8083 X 897 y F151(HP)S 192 x(welcomes)S 190 x(your)S 192 x(comments)S 191 x(on)S 192 x(this)S 191 x(manual.)S 300 x(Please)S 191 x(send)S 192 x(comments)S 191 x(to)S 8083 X 597 y (openvmsdoc@hp.)S 2 x(com.)S 4497 18955 XY F24(How)S 231 x(to)S 233 x (Order)S 232 x(Additional)S 232 x(Documentation)S 8083 20749 XY F151 (For)S 167 x(information)S 166 x(about)S 166 x(how)S 166 x(to)S 166 x (order)S 166 x(additional)S 166 x(documentation,)S 167 x(see:)S 8083 X 896 y F238(http://ww)S 2 x(w.hp.com/go/)S 2 x(openvms/doc/)S 2 x(order)S 4497 22940 XY F24(Conventions)S -638 x 897 y F151(In)S 183 x(the)S 183 x (product)S 183 x(documentation,)S 187 x(the)S 183 x(name)S 183 x(TCP/IP)S 183 x(Services)S 183 x(means)S 182 x(any)S 184 x(of)S 182 x(the)S 8083 X 598 y(following:)S 8083 X 897 y(\201)S 595 x(HP)S 166 x(TCP/IP)S 167 x (Services)S 166 x(for)S 166 x(OpenVMS)S 166 x(Alpha)S 8083 X 896 y(\201)S 595 x(HP)S 166 x(TCP/IP)S 167 x(Services)S 166 x(for)S 166 x(OpenVMS)S 166 x(Integrity)S 167 x(servers)S 8083 X 897 y(In)S 166 x(addition,)S 167 x(please)S 165 x(note)S 167 x(that)S 165 x(all)S 166 x(IP)S 166 x (addresses)S 165 x(are)S 167 x(\211ctitious.)S 8083 X 896 y(The)S 167 x (following)S 166 x(conven)S 2 x(tions)S 165 x(are)S 167 x(used)S 166 x (in)S 166 x(the)S 166 x(documentation.)S 8083 X 897 y F155(Ctrl/)S F156 (x)S 13911 X F155(A)S 156 x(sequence)S 157 x(such)S 155 x(as)S 156 x (Ctrl/)S F156(x)S 157 x F155(indicates)S 157 x(that)S 157 x(you)S 156 x (must)S 156 x(hold)S 157 x(down)S 13911 X 498 y(the)S 153 x(key)S 152 x (label)S 2 x(ed)S 153 x(Ctrl)S 152 x(while)S 153 x(you)S 152 x(press)S 153 x(another)S 153 x(key)S 152 x(or)S 153 x(a)S 153 x(pointing)S 13911 X 498 y(device)S 150 x(butto)S 2 x(n.)S 8083 X 748 y(PF1)S 150 x F156 (x)S 13911 X F155(A)S 156 x(sequence)S 157 x(such)S 156 x(as)S 156 x (PF1)S 156 x F156(x)S 157 x F155(indicates)S 157 x(that)S 158 x(you)S 156 x(must)S 156 x(\211rst)S 156 x(press)S 13911 X 498 y(and)S 161 x (release)S 161 x(the)S 160 x(key)S 160 x(labeled)S 162 x(PF1)S 160 x (and)S 161 x(then)S 160 x(press)S 160 x(and)S 161 x(release)S 13911 X 498 y(another)S 151 x(key)S 149 x(or)S 149 x(a)S 150 x(pointing)S 150 x (device)S 151 x(button.)S 8083 X 367 y 1440 24 R 8083 X 491 y 24 492 R 8203 32385 XY F42(Retu)S -2 x(rn)S 99 x 131 y 24 492 R 8083 X 20 y 1440 24 R 13911 32405 XY F155(In)S 168 x(examples,)S 172 x(a)S 168 x(key)S 168 x (name)S 167 x(enclosed)S 169 x(in)S 168 x(a)S 168 x(box)S 168 x(indicates)S 168 x(that)S 13911 X 498 y(you)S 157 x(press)S 157 x(a)S 157 x(key)S 157 x(on)S 158 x(the)S 157 x(keyboard.)S 240 x(\(In)S 158 x(text,)S 159 x(a)S 158 x(key)S 157 x(name)S 157 x(is)S 157 x(not)S 13911 X 498 y (enclosed)S 150 x(in)S 150 x(a)S 150 x(box.\))S 13911 X 698 y(In)S 140 x (the)S 139 x(HTML)S 140 x(version)S 139 x(of)S 140 x(this)S 139 x(document,)S 141 x(this)S 140 x(convention)S 139 x(appe)S 2 x(ars)S 13911 X 498 y (as)S 150 x(brackets,)S 149 x(rather)S 151 x(than)S 149 x(a)S 150 x (box.)S 5 SC 26888 38258 XY F38(ix)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Italic %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (X) 14 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8263 4684 XY F155(.)S 134 x(.)S 134 x(.)S 13911 X(A)S 152 x(horizontal)S 153 x(ellipsis)S 152 x(in)S 152 x(examples)S 152 x(indicat)S 2 x(es)S 151 x(one)S 153 x(of)S 152 x(the)S 152 x(following)S 13911 X 498 y(possibiliti)S 2 x(es:)S 13911 X 897 y(\201)S 625 x(Additional)S 159 x(optional)S 159 x (arguments)S 157 x(in)S 157 x(a)S 157 x(statement)S 158 x(have)S 158 x (been)S 14808 X 498 y(omitted.)S 13911 X 896 y(\201)S 625 x(The)S 155 x (preceding)S 156 x(item)S 155 x(or)S 156 x(items)S 155 x(can)S 155 x (be)S 155 x(repeat)S 2 x(ed)S 155 x(one)S 155 x(or)S 156 x(more)S 14808 X 499 y(times.)S 13911 X 896 y(\201)S 625 x(Additional)S 152 x(parameters,)S 150 x(values,)S 150 x(or)S 150 x(other)S 151 x(information)S 151 x(can)S 151 x(be)S 14808 X 498 y(entered.)S 8083 10512 XY(.)S -125 x 498 y(.)S -125 x 498 y(.)S 13911 10512 XY(A)S 156 x(vertical)S 157 x(ellipsis)S 156 x(indicat)S 2 x(es)S 155 x(the)S 156 x(omission)S 156 x(of)S 156 x (items)S 156 x(from)S 155 x(a)S 157 x(code)S 13911 X 498 y(example)S 161 x(or)S 160 x(command)S 159 x(format;)S 166 x(the)S 160 x(items)S 160 x(are)S 160 x(omitted)S 161 x(because)S 13911 X 498 y(they)S 150 x (are)S 150 x(not)S 150 x(important)S 150 x(to)S 150 x(the)S 150 x(topic)S 151 x(being)S 150 x(discussed.)S 8083 X 748 y(\()S 150 x(\))S 13911 X (In)S 148 x(command)S 147 x(format)S 147 x(descripti)S 2 x(ons,)S 146 x (parent)S 2 x(heses)S 146 x(indicate)S 149 x(that)S 148 x(you)S 13911 X 498 y(must)S 157 x(enclose)S 158 x(choices)S 157 x(in)S 157 x(parenthe)S 2 x(ses)S 156 x(if)S 158 x(you)S 157 x(specify)S 158 x(more)S 157 x (than)S 13911 X 498 y(one.)S 8083 X 747 y([)S 150 x(])S 13911 X(In)S 162 x(command)S 162 x(format)S 162 x(descriptions,)S 165 x(brackets)S 162 x(indicat)S 2 x(e)S 162 x(optional)S 13911 X 498 y(choices.)S 274 x (Y)S -50 x(ou)S 174 x(can)S 175 x(choose)S 174 x(one)S 175 x(or)S 174 x (more)S 175 x(items)S 174 x(or)S 175 x(no)S 174 x(items.)S 13911 X 498 y (Do)S 168 x(not)S 169 x(type)S 168 x(the)S 169 x(brackets)S 168 x(on)S 168 x(the)S 168 x(command)S 168 x(line.)S 262 x(However)S -33 x(,)S 13911 X 498 y(you)S 164 x(must)S 164 x(include)S 165 x(the)S 165 x(brackets)S 165 x(in)S 165 x(the)S 165 x(syntax)S 164 x(for)S 164 x(OpenVMS)S 13911 X 499 y(direct)S 2 x(ory)S 155 x(speci\211cations)S 156 x(and)S 156 x (for)S 156 x(a)S 155 x(substring)S 155 x(speci\211cation)S 157 x(in)S 155 x(an)S 13911 X 498 y(assignment)S 149 x(statement.)S 8158 X 747 y (|)S 13911 X(In)S 151 x(command)S 150 x(format)S 150 x(descript)S 2 x (ions,)S 149 x(vertical)S 151 x(bars)S 151 x(separate)S 151 x(choices)S 13911 X 498 y(within)S 163 x(brackets)S 163 x(or)S 163 x(braces.)S 250 x (W)S -17 x(ithin)S 163 x(brackets,)S 166 x(the)S 163 x(choices)S 162 x (are)S 13911 X 498 y(optio)S 2 x(nal;)S 154 x(within)S 153 x(braces,)S 153 x(at)S 153 x(least)S 153 x(one)S 153 x(choice)S 153 x(is)S 153 x (required.)S 231 x(Do)S 152 x(not)S 13911 X 498 y(type)S 150 x(the)S 150 x(vertical)S 151 x(bars)S 149 x(on)S 150 x(the)S 150 x(command)S 149 x(line.)S 8083 X 747 y({)S 150 x(})S 13911 X(In)S 168 x(command)S 166 x(format)S 168 x(descripti)S 2 x(ons,)S 170 x(braces)S 168 x(indicate)S 168 x(required)S 13911 X 499 y(choices;)S 163 x(you)S 159 x(must)S 158 x (choose)S 158 x(at)S 160 x(least)S 159 x(one)S 159 x(of)S 159 x(the)S 159 x(items)S 158 x(listed.)S 243 x(Do)S 13911 X 498 y(not)S 150 x(type)S 150 x(the)S 150 x(braces)S 150 x(on)S 149 x(the)S 150 x(command)S 150 x (line.)S 8083 X 747 y F157(bold)S 149 x(type)S 13911 X F155(Bold)S 160 x (type)S 160 x(represents)S 159 x(the)S 160 x(introduct)S 2 x(ion)S 159 x (of)S 160 x(a)S 159 x(new)S 160 x(term.)S 243 x(It)S 160 x(also)S 13911 X 498 y(represents)S 150 x(the)S 150 x(name)S 149 x(of)S 150 x(an)S 150 x (argument,)S 149 x(an)S 150 x(attribute)S 2 x(,)S 149 x(or)S 149 x(a)S 150 x(reason.)S 8083 X 747 y F156(italic)S 151 x(type)S 13911 X F155 (Ital)S 2 x(ic)S 164 x(type)S 165 x(indicate)S 2 x(s)S 163 x(important)S 166 x(information,)S 169 x(complete)S 165 x(titles)S 13911 X 498 y(of)S 160 x(manuals,)S 161 x(or)S 159 x(variables.)S 244 x(V)S -41 x(ariables)S 160 x(include)S 160 x(information)S 160 x(that)S 13911 X 499 y(varies)S 156 x(in)S 155 x(system)S 154 x(output)S 157 x(\(Internal)S 157 x(error)S 155 x F156(number)S F155(\),)S 157 x(in)S 155 x(command)S 13911 X 498 y (lines)S 162 x(\(/PRODUCER=)S -2 x F156(name)S F155(\),)S 165 x(and)S 162 x(in)S 162 x(command)S 162 x(parameters)S 162 x(in)S 13911 X 498 y (text)S 160 x(\(where)S 160 x F156(dd)S 159 x F155(represents)S 160 x (the)S 160 x(prede\211ned)S 160 x(code)S 160 x(for)S 160 x(the)S 160 x (device)S 13911 X 498 y(type\).)S 8083 X 747 y(UPPERCASE)S 149 x(TYPE)S 13911 X(Uppe)S 2 x(rcase)S 157 x(type)S 158 x(indicat)S 2 x(es)S 157 x (a)S 157 x(command,)S 159 x(the)S 158 x(name)S 158 x(of)S 158 x(a)S 157 x(routine,)S 13911 X 498 y(the)S 150 x(name)S 150 x(of)S 149 x(a)S 150 x(\211le,)S 149 x(or)S 150 x(the)S 150 x(abbreviat)S 2 x(ion)S 149 x (for)S 150 x(a)S 150 x(system)S 148 x(privilege.)S 8083 X 747 y F234 (Example)S 13911 X F155(This)S 138 x(typeface)S 139 x(indicat)S 2 x (es)S 138 x(code)S 138 x(examples,)S 140 x(command)S 138 x(examples,)S 140 x(and)S 13911 X 499 y(interact)S 2 x(ive)S 161 x(screen)S 161 x (displays.)S 247 x(In)S 162 x(text,)S 164 x(this)S 161 x(type)S 162 x (also)S 161 x(identi\211es)S 13911 X 498 y(URLs,)S 154 x(UNIX)S 154 x (commands)S 153 x(and)S 154 x(pathnames,)S 154 x(PC-based)S 154 x(commands)S 13911 X 498 y(and)S 172 x(folders,)S 177 x(and)S 172 x(certain)S 173 x (elements)S 171 x(of)S 172 x(the)S 172 x(C)S 171 x(programming)S 13911 X 498 y(language.)S 8083 X 747 y(-)S 13911 X(A)S 175 x(hyphen)S 176 x (at)S 176 x(the)S 176 x(end)S 176 x(of)S 176 x(a)S 175 x(command)S 175 x (format)S 177 x(description,)S 13911 X 498 y(command)S 166 x(line,)S 169 x(or)S 166 x(code)S 166 x(line)S 166 x(indicates)S 166 x(that)S 166 x(the)S 166 x(command)S 166 x(or)S 13911 X 498 y(statement)S 151 x (continues)S 149 x(on)S 150 x(the)S 150 x(following)S 150 x(line.)S 8083 X 748 y(numbers)S 13911 X(All)S 179 x(numbers)S 177 x(in)S 179 x (text)S 179 x(are)S 179 x(assumed)S 177 x(to)S 179 x(be)S 179 x(decimal)S 179 x(unless)S 13911 X 498 y(otherwise)S 177 x(noted.)S 278 x(Nondecimal)S 177 x(radixes\202bi)S 2 x(nary)S -50 x(,)S 182 x(octal,)S 184 x(or)S 13911 X 498 y(hexadecimal\202)S 2 x(are)S 149 x(explicit)S 2 x(ly)S 149 x(indicat)S 2 x(ed.)S 5 SC 4497 38258 XY F38(x)S EP PP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-1) 15 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 26214 6776 XY F8(1)S 4497 X 448 y 22716 48 R 5731 8242 XY F208 (New)S 332 x(Features)S 331 x(and)S 331 x(Behavioral)S 331 x(Enhance)S -2 x(ments)S 8083 10534 XY F151(This)S 167 x(chapter)S 167 x(describes)S 166 x(the)S 167 x(new)S 167 x(features)S 167 x(of)S 166 x(TCP/IP)S 167 x (Services)S 167 x(V)S -46 x(ersion)S 167 x(5.7)S 167 x(as)S 167 x(well)S 166 x(as)S 8083 X 597 y(behavioral)S 167 x(enhancemen)S 2 x(ts.)S 8980 12327 XY 7812 24 R 17094 12327 XY F36(Note)S 299 x 7812 24 R 8980 13224 XY F151 (TCP/IP)S 182 x(Services)S 181 x(V)S -46 x(ersion)S 181 x(5.7)S 182 x (is)S 180 x(supported)S 181 x(on)S 182 x(OpenVMS)S 181 x(Alpha)S 181 x (and)S 8980 X 597 y(OpenVMS)S 178 x(for)S 179 x(Integrity)S 179 x(servers)S 179 x(systems)S 178 x(only)S -55 x(.)S 275 x(On)S 179 x(V)S -56 x(AX)S 178 x(systems,)S 182 x(use)S 8980 X 598 y(TCP/IP)S 166 x(Services)S 167 x(V)S -46 x(ersion)S 166 x(5.3.)S 8980 X 797 y(T)S -46 x(o)S 178 x (use)S 177 x(TCP/IP)S 179 x(Services)S 177 x(V)S -46 x(ersion)S 178 x (5.7,)S 181 x(you)S 179 x(must)S 177 x(upgrade)S 178 x(to)S 177 x(OpenVMS)S 8980 X 598 y(V)S -46 x(ersion)S 166 x(8.4)S 166 x(or)S 167 x(higher)S -36 x(.)S 8980 X 697 y 17340 24 R 8083 17707 XY(For)S 174 x(information)S 174 x(about)S 174 x(installing)S 174 x(and)S 174 x(con\211g)S 2 x(uring)S 175 x(TCP/IP)S 174 x(Services,)S 176 x(see)S 174 x(the)S 174 x F152 (HP)S 8083 X 597 y(TCP/IP)S 166 x(Services)S 167 x(for)S 166 x(OpenVMS)S 166 x(Installation)S 167 x(and)S 167 x(Con\211guration)S 168 x F151 (guide.)S 4497 19550 XY F24(1.1)S 398 x(New)S 231 x(features)S 8083 X 896 y F151(T)S -30 x(able)S 170 x(1)S(\203)S(1)S 170 x(lists)S 170 x (the)S 171 x(new)S 170 x(features)S 171 x(of)S 170 x(TCP/IP)S 171 x (Services)S 171 x(V)S -46 x(ersion)S 171 x(5.7)S 171 x(and)S 171 x(the)S 170 x(sections)S 8083 X 598 y(that)S 166 x(describe)S 166 x(them.)S 8083 22489 XY F36(T)S -36 x(able)S 150 x(1)S(\203)S(1)S 398 x(TCP/IP)S 151 x(Services)S 150 x(for)S 149 x(OpenVMS,)S 151 x(New)S 148 x(Features)S 8083 X 324 y 19128 24 R 8083 23311 XY F40(Feature)S 13563 X(Section)S 16601 X(Description)S 8083 X 299 y 19128 24 R 8083 24207 XY F155(Packet)S 168 x(Processing)S 8083 X 498 y(Engine)S 13563 X -498 y(1.1.1)S 16601 X (This)S 157 x(release)S 158 x(includes)S 158 x(Packet)S 159 x(Processing)S 157 x(Engine,)S 16601 X 498 y(a)S 159 x(CPU)S 158 x(for)S 158 x(processing)S 158 x(TCP/IP)S 158 x(that)S 159 x(increases)S 158 x(the)S 16601 X 499 y (performance)S 151 x(ef\211ciency)S -50 x(.)S 8083 X 747 y(FTP)S 150 x (Anonymous)S 148 x(Light)S 714 x(1.1.2)S 16601 X(This)S 150 x(release)S 151 x(includes)S 150 x(FTP)S 151 x(Anonymous)S 149 x(Light,)S 150 x (used)S 16601 X 498 y(for)S 159 x(restricting)S 159 x(user)S 158 x(access)S 157 x(for)S 159 x(a)S 158 x(parti)S 2 x(cular)S 158 x(set)S 158 x(of)S 16601 X 498 y(directo)S 2 x(ries.)S 8083 X 399 y 19128 24 R 5 SC 16879 38258 XY F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S 399 x F40(1\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-2) 16 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 4497 4617 XY(1.1.1)S 400 x(Packet)S 200 x(Processing)S 201 x(Engine)S 8083 X 797 y F151(TCP/IP)S 172 x(Packet)S 173 x(Processing)S 172 x(Engine)S 172 x(\(PPE\))S 172 x(is)S 171 x(modeled)S 172 x(on)S 172 x(the)S 171 x (OpenVMS)S 172 x(Dedicated)S 8083 X 598 y(Lock)S 176 x(Manager)S -36 x (.)S 267 x(If)S 174 x(you)S 175 x(are)S 175 x(familiar)S 174 x(with)S 174 x(Dedicated)S 174 x(Lock)S 175 x(Manager)S -35 x(,)S 177 x(you)S 175 x(will)S 174 x(only)S 8083 X 598 y(need)S 167 x(to)S 165 x(learn)S 167 x(the)S 166 x(different)S 166 x(methods)S 166 x(used)S 166 x(to)S 166 x(manage)S 167 x(TCP/IP)S 166 x(PPE.)S 8083 X 897 y(TCP/IP)S 178 x (runs)S 179 x(on)S 178 x(a)S 177 x(single)S 178 x(CPU,)S 178 x(which)S 178 x(is)S 177 x(normally)S 179 x(shared)S 177 x(with)S 178 x(other)S 178 x(processes.)S 8083 X 597 y(However)S -36 x(,)S 180 x(some)S 176 x (system)S 176 x(loads)S 177 x(result)S 176 x(in)S 177 x(near)S 178 x (saturation)S 177 x(of)S 176 x(the)S 177 x(TCP/IP)S 178 x(CPU)S 177 x (and)S 8083 X 598 y(causes)S 180 x(TCP/IP)S 181 x(to)S 180 x(become)S 180 x(a)S 180 x(system-wid)S -2 x(e)S 181 x(bottleneck.)S 278 x(By)S 180 x(dedicating)S 180 x(a)S 180 x(CPU)S 180 x(for)S 8083 X 598 y(processing)S 175 x(TCP/IP)S -64 x(,)S 175 x(a)S 175 x(signi\211cant)S 175 x(performance)S 175 x(ef\211ciency)S 176 x(can)S 175 x(be)S 175 x(achieved,)S 178 x (but,)S 177 x(at)S 8083 X 598 y(the)S 166 x(cost)S 166 x(of)S 166 x (dedicating)S 167 x(a)S 166 x(CPU)S 165 x(for)S 167 x(TCP/IP)S -64 x (.)S 8980 11093 XY 7812 24 R 17094 11093 XY F36(Note)S 299 x 7812 24 R 8980 11990 XY F151(Since)S 185 x(TCP/IP)S 185 x(PPE)S 185 x(is)S 184 x (recommended)S 186 x(only)S 185 x(in)S 185 x(environ)S 2 x(ments)S 184 x (where)S 185 x(the)S 8980 X 597 y(TCP/IP)S 176 x(CPU)S 176 x(is)S 175 x (near)S 177 x(saturation,)S 178 x(dedicating)S 176 x(a)S 176 x(CPU)S 176 x(to)S 175 x(TCP/IP)S 177 x(is)S 175 x(a)S 176 x(mere)S 8980 X 598 y (formality;)S 166 x(except)S 167 x(with)S 165 x(signi\211can)S 2 x(t)S 165 x(payback.)S 8980 X 698 y 17340 24 R 8083 15078 XY(Also,)S 178 x (note)S 176 x(that)S 176 x(TCP/IP)S 177 x(PPE)S 176 x(can)S 176 x(be)S 176 x(dynamically)S 177 x(enabled)S 176 x(and)S 176 x(disabled.)S 269 x (System)S 8083 X 598 y(administrator)S 176 x(can)S 176 x(dynamically)S 177 x(change)S 177 x(the)S 177 x(state)S 175 x(of)S 176 x(the)S 176 x (TCP/IP)S 176 x(PPE)S 176 x(to)S 176 x(suit)S 176 x(the)S 8083 X 598 y (required)S 167 x(load.)S 4497 17270 XY F36(1.1.1.1)S 399 x(Con\211g)S 2 x(uring)S 167 x(PPE)S 8083 X 697 y F151(This)S 190 x(section)S 189 x (describes)S 189 x(the)S 190 x(hardware)S 189 x(and)S 190 x(software)S 188 x(con\211g)S 2 x(uration)S 190 x(required)S 190 x(to)S 8083 X 598 y (con\211g)S 2 x(ure)S 166 x(PPE.)S 8083 X 897 y F36(Hardware)S 165 x (con\211g)S 2 x(uration)S 8083 X 697 y F151(TCP/IP)S 170 x(PPE)S 170 x (will)S 169 x(run)S 170 x(only)S 171 x(on)S 170 x(systems)S 169 x(with)S 169 x(more)S 169 x(than)S 170 x(one)S 171 x(active)S 169 x(CPU.)S 170 x (If)S 170 x(TCP/IP)S 8083 X 598 y(PPE)S 158 x(was)S 156 x(runnin)S 2 x (g)S 157 x(and)S 158 x(the)S 157 x(con\211g)S 2 x(uration)S 158 x(changes)S 158 x(such)S 158 x(that)S 157 x(there)S 157 x(is)S 157 x(only)S 158 x (one)S 158 x(active)S 8083 X 598 y(CPU)S 166 x(remaining,)S 168 x(the)S 166 x(TCP/IP)S 167 x(PPE)S 166 x(becomes)S 166 x(dormant.)S 8083 X 896 y (Because,)S 198 x(TCP/IP)S 192 x(PPE)S 191 x(dedicates)S 190 x(an)S 192 x(entire)S 191 x(CPU)S 191 x(for)S 191 x(processing)S 192 x(TCP/IP)S -64 x(,)S 192 x(it)S 191 x(is)S 8083 X 598 y(recommended)S 168 x(that)S 168 x(TCP/IP)S 168 x(must)S 167 x(be)S 167 x(enabled)S 168 x(only)S 168 x(on)S 168 x(systems)S 167 x(with)S 167 x(a)S 167 x(large)S 169 x (number)S 8083 X 598 y(of)S 166 x(CPUs,)S 166 x(and)S 166 x(only)S 167 x (if)S 166 x(the)S 166 x(curren)S 2 x(t)S 165 x(TCP/IP)S 167 x(CPU)S 166 x(is)S 166 x(nearing)S 167 x(saturation.)S 8083 X 896 y F36(Software)S 166 x(con\211gu)S 2 x(ration)S 8083 X 698 y F151(For)S 167 x(optimum)S 165 x(performance,)S 168 x(a)S 166 x(CPU)S 166 x(must)S 165 x(be)S 166 x (dedicated)S 166 x(to)S 166 x(PPE.)S 8083 X 896 y(Normally)S -55 x(,)S 180 x(the)S 177 x(TCP/IP)S 177 x(BG0:)S 270 x(driver)S 178 x(shares)S 176 x(the)S 177 x(CPU)S 177 x(with)S 176 x(other)S 177 x(fastpath)S 176 x(drivers)S 8083 X 598 y(and)S 189 x(processes.)S 294 x(However)S -37 x(,)S 195 x(to)S 188 x(achieve)S 190 x(the)S 189 x(best)S 187 x (results)S 189 x(with)S 188 x(TCP/IP)S 189 x(PPE,)S 189 x(it)S 188 x (is)S 8083 X 598 y(necessary)S 174 x(to)S 172 x(con\211g)S 2 x(ure)S 174 x(BG0:)S 262 x(to)S 173 x(be)S 173 x(the)S 173 x(only)S 174 x(driver)S 173 x(using)S 174 x(the)S 173 x(nominated)S 174 x(CPU;)S 173 x(all)S 8083 X 598 y(other)S 167 x(fastpath)S 165 x(drivers)S 166 x(must)S 166 x (be)S 166 x(moved)S 166 x(to)S 166 x(other)S 167 x(CPUs.)S 8083 X 896 y (If)S 166 x(TCP/IP)S 167 x(PPE)S 167 x(is)S 166 x(runnin)S 2 x(g)S 167 x (and)S 166 x(other)S 167 x(drivers)S 167 x(are)S 167 x(associated)S 165 x(with)S 166 x(the)S 167 x(same)S 166 x(CPU)S 166 x(as)S 8083 X 598 y(BG0:,)S 166 x(it)S 166 x(results)S 166 x(in)S 166 x(suboptimal)S 165 x(performance)S 167 x(for)S 166 x(both)S 166 x(drivers.)S 8083 X 897 y F36(Sample)S 167 x(con\211gu)S 2 x(ration)S 8083 X 896 y F151 (1.)S 482 x(Con\211gure)S 185 x(the)S 183 x(BG)S 183 x(driver)S 184 x (to)S 183 x(be)S 184 x(dedicated)S 183 x(to)S 183 x(CPU)S 183 x(3.)S 285 x(For)S 183 x(optimum)S 184 x(results,)S 8980 X 598 y(ensure)S 167 x (that)S 165 x(no)S 167 x(other)S 166 x(fastpath)S 166 x(devices)S 166 x (share)S 166 x(CPU)S 166 x(3.)S 8980 X 797 y(T)S -46 x(o)S 166 x(examine)S 167 x(the)S 166 x(fastpath)S 166 x(devices)S 166 x(that)S 166 x(are)S 166 x(using)S 167 x(CPU)S 166 x(3,)S 166 x(execute)S 167 x(the)S 166 x (following:)S 10893 X 897 y F238($)S 239 x(SHOW)S 240 x(FASTPATH)S 8083 X 896 y F151(2.)S 482 x(If)S 171 x(other)S 172 x(fastpath)S 171 x(drivers)S 173 x(are)S 172 x(assigned)S 171 x(to)S 172 x(that)S 172 x(CPU,)S 172 x (move)S 172 x(them)S 172 x(to)S 171 x(a)S 172 x(different)S 8980 X 598 y (CPU.)S 185 x(For)S 185 x(example,)S 190 x(if)S 184 x(the)S 185 x(PEA0:)S 286 x(device)S 186 x(is)S 184 x(assigned)S 185 x(to)S 184 x(CPU)S 184 x (3,)S 190 x(move)S 185 x(it)S 185 x(to)S 8980 X 598 y(another)S 167 x (CPU)S 166 x(by)S 166 x(executing)S 168 x(the)S 166 x(following:)S 10893 X 897 y F238($)S 239 x(SET)S 240 x(DEVICE)S 240 x(PEA0)S 240 x(/PREF=5)S 480 x(!)S 239 x(move)S 240 x(PEA0)S 239 x(to)S 240 x(CPU)S 240 x(5.)S 5 SC 4497 38258 XY F40(1\2032)S 399 x F38(New)S 166 x(Features)S 167 x (and)S 167 x(Behavioral)S 166 x(Enhanc)S 2 x(ements)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-3) 17 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14456 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavio)S 2 x(ral)S 166 x(Enhanceme)S 2 x(nts)S 22494 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 8083 4555 XY F151(3.)S 482 x(Assign)S 166 x(TCP/IP)S 166 x(BG0:)S 249 x(device)S 167 x(to)S 165 x(CPU)S 166 x(3)S 166 x(by)S 167 x(executing)S 168 x(the)S 166 x(following:)S 10893 X 897 y F238 ($)S 239 x(SET)S 240 x(DEVICE)S 240 x(BG0/PREF)S 2 x(=3)S 8083 X 896 y F151(4.)S 482 x(V)S -46 x(erify)S 172 x(that)S 173 x(BG0:)S 261 x(is)S 172 x(the)S 172 x(only)S 173 x(fastpath)S 172 x(driver)S 173 x(assigned)S 172 x(to)S 172 x(CPU)S 173 x(3)S 172 x(by)S 173 x(executing)S 8980 X 598 y(the)S 166 x(following:)S 10893 X 897 y F238($)S 239 x(SHOW)S 240 x (FASTPATH)S 2 x(/CPU=3)S 4497 8839 XY F36(1.1.1.2)S 399 x(Managin)S 2 x(g)S 166 x(TCP/IP)S 168 x(PPE)S 8083 X 697 y F151(TCP/IP)S 187 x (PPE)S 187 x(is)S 185 x(managed)S 187 x(using)S 188 x(the)S 186 x(SYSCONFIG)S 184 x(subsystem.)S 290 x(T)S -46 x(o)S 187 x(manage)S 187 x(the)S 8083 X 598 y(TCP/IP)S 167 x(PPE,)S 167 x(complete)S 165 x(the)S 167 x(following)S 166 x(steps:)S 8083 X 897 y F36(Dynamically)S 167 x(enable)S 167 x(or)S 167 x(disable)S 167 x(PPE)S 8083 X 897 y F151(1.)S 482 x(T)S -46 x(o)S 166 x(use)S 166 x(syscon\211g)S 2 x(,)S 166 x(at)S 166 x(the)S 166 x (DCL)S 166 x(command)S 166 x(line,)S 167 x(execute)S 167 x(the)S 166 x (following:)S 10893 X 896 y F238($)S 239 x(@SYS$MA)S 2 x(NAGER:TCPIP$)S 2 x(DEFINE_COMMA)S 2 x(NDS)S 8083 X 897 y F151(2.)S 482 x(T)S -46 x (o)S 166 x(examine)S 167 x(the)S 166 x(curren)S 2 x(t)S 165 x(state)S 166 x(of)S 166 x(PPE,)S 166 x(execute)S 167 x(the)S 167 x(following:)S 10893 X 896 y F238($)S 239 x(SYSCONF)S 2 x(IG)S 239 x(-q)S 240 x(INET)S 239 x(PPE_ENA)S 2 x(BLE)S 8083 X 897 y F151(3.)S 482 x(If)S 173 x(the)S 174 x F234(ppe_enable)S 174 x F151(attribute)S 174 x(is)S 173 x(0,)S 176 x(TCP/IP)S 175 x(PPE)S 174 x(is)S 173 x(disabled.)S 264 x(T)S -45 x (o)S 174 x(enable)S 174 x(TCP/IP)S 8980 X 598 y(PPE,)S 166 x(execu)S 2 x(te)S 166 x(the)S 166 x(following:)S 10893 X 896 y F238($)S 239 x (SYSCONF)S 2 x(IG)S 239 x(-r)S 240 x(INET)S 239 x(PPE_ENA)S 2 x(BLE=1)S 8980 18204 XY 7812 24 R 17094 18204 XY F36(Note)S 299 x 7812 24 R 8980 19101 XY F151(Although,)S 193 x(the)S 187 x("ppe_enable")S 187 x(attribute)S 187 x(may)S 187 x(indicate)S 187 x(that)S 186 x(TCP/IP)S 188 x(PPE)S 8980 X 597 y(is)S 180 x(enabled,)S 186 x(you)S 181 x(must)S 181 x(also)S 180 x(verify)S 182 x(that)S 181 x(PPE)S 181 x(is)S 181 x(running)S 2 x (.)S 279 x(As)S 180 x(described)S 181 x(in)S 8980 X 598 y(Section)S 171 x(1.1.1,)S 173 x(PPE)S 171 x(does)S 170 x(not)S 171 x(run)S 172 x (if)S 171 x(the)S 171 x(number)S 171 x(of)S 171 x(active)S 171 x(CPUs)S 170 x(drops)S 171 x(to)S 170 x(1.)S 8980 X 598 y(T)S -46 x(o)S 166 x (verify)S 167 x(that)S 166 x(TCP/IP)S 167 x(PPE)S 166 x(is)S 166 x(running)S 2 x(,)S 166 x(execute)S 167 x(the)S 166 x(following:)S 11790 X 897 y F238($)S 239 x(SHOW)S 240 x(SYSTEM/PRO)S 2 x(C=TCPIP$INETP)S 2 x(PE)S 8980 X 896 y F151(An)S 166 x(output)S 166 x(similar)S 166 x(to)S 165 x (the)S 167 x(following)S 166 x(is)S 165 x(displayed:)S 9876 X 897 y F238(OpenVMS)S 241 x(V8.4)S 240 x(on)S 239 x(node)S 240 x(GRYFFI)S 479 x (30-AUG-20)S 2 x(09)S 239 x(13:32:03.)S 2 x(22)S 478 x(Uptime)S 480 x (0)S 239 x(13:00:21)S 10355 X 797 y(Pid)S 12268 X(Process)S 240 x(Name)S 719 x(State)S 479 x(Pri)S 718 x(I/O)S 21356 X(CPU)S 24226 X(Page)S 240 x (flts)S 479 x(Pages)S 9876 X 498 y(2200043)S 2 x(8)S 478 x(TCPIP$INE)S 2 x(TPPE)S 479 x(CUR)S 239 x(3)S 479 x(63)S 18965 X(10)S 717 x(0)S 240 x (12:49:32.25)S 25183 X(91)S 27096 X(108)S 8980 X 897 y F151(The)S 169 x (priority)S 170 x(of)S 168 x(this)S 169 x(process)S 169 x(is)S 168 x (set)S 168 x(to)S 169 x(63.)S 255 x(This)S 169 x(ensures)S 169 x(that)S 169 x(TCP/IP)S 170 x(PPE)S 169 x(is)S 8980 X 597 y(not)S 166 x(rescheduled)S 167 x(and)S 166 x(no)S 166 x(other)S 167 x(process)S 166 x(will)S 165 x (use)S 166 x(CPU)S 166 x(3.)S 8980 X 698 y 17340 24 R 8980 28167 XY (Y)S -56 x(ou)S 152 x(can)S 152 x(also)S 151 x(use)S 151 x(the)S 152 x (following)S 151 x(command)S 152 x(to)S 151 x(verify)S 152 x(that)S 152 x(TCP/IP)S 152 x(PPE)S 151 x(is)S 151 x(running)S 2 x(:)S 10893 X 896 y F238($)S 239 x(MONITOR)S 241 x(MODES/CPU=3)S 241 x(!)S 239 x(it)S 240 x(will)S 239 x(be)S 240 x(100%)S 240 x(in)S 239 x(Kernel)S 240 x (Mode)S 8980 X 897 y F151(T)S -46 x(o)S 166 x(dynamically)S 167 x(disable)S 166 x(TCP/IP)S 166 x(PPE,)S 167 x(execute)S 167 x(the)S 166 x(following:)S 10893 X 897 y F238($)S 239 x(SYSCONF)S 2 x(IG)S 239 x(-r)S 240 x(INET)S 239 x(PPE_ENA)S 2 x(BLE=0)S 8980 X 896 y F151(After)S 182 x(a)S 182 x (brief)S 182 x(moment,)S 187 x(the)S 182 x(monitor)S 183 x(display)S 182 x(changes)S 183 x(to)S 182 x(show)S 182 x(the)S 183 x(CPU)S 182 x (load)S 8980 X 598 y(distribution)S 166 x(amongst)S 166 x(the)S 166 x (various)S 167 x(modes.)S 5 SC 16879 38258 XY F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S 399 x F40 (1\2033)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-4) 18 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 8083 4561 XY F36(Enabl)S 2 x(ing)S 167 x(TCP/IP)S 167 x(PPE)S 167 x (at)S 166 x(system)S 166 x(startup)S 8083 X 697 y F151(T)S -45 x(o)S 154 x(enable)S 156 x(TCP/IP)S 155 x(PPE)S 155 x(after)S 155 x(TCP/IP)S 155 x(has)S 155 x(started,)S 157 x(use)S 154 x(one)S 156 x(of)S 154 x (the)S 155 x(following)S 155 x(methods:)S 8083 X 897 y(\201)S 595 x (Add)S 165 x(the)S 167 x(following)S 166 x(to)S 166 x(the)S 166 x(TCPIP$ETC:SYSCONFI)S -2 x(GT)S -27 x(AB.DA)S -29 x(T)S 167 x(\211le:)S 10893 X 897 y F238 (inet:)S 718 x 498 y(ppe_ena)S 2 x(ble=1)S 718 x(#)S 239 x(Enable)S 240 x(TCP/IP)S 240 x(PPE)S 8980 X 896 y F151(When)S 166 x(TCP/IP)S 167 x (is)S 166 x(loaded,)S 166 x(the)S 166 x F234(ppe_enable)S 167 x F151 (\212ag)S 167 x(will)S 165 x(also)S 165 x(be)S 166 x(set.)S 8980 X 797 y (OR)S 8083 X 897 y(\201)S 595 x(Add)S 177 x(the)S 179 x F234(SYSCONFIG)S 178 x F151(command)S 179 x(to)S 178 x(the)S 178 x(startup)S 178 x(procedure.)S 274 x(It)S 178 x(is)S 178 x(recommended)S 8980 X 598 y(that)S 178 x (SYS$ST)S -28 x(ARTUP:TCPIP$SYST)S -28 x(ARTUP)S -64 x(.COM)S 178 x (must)S 178 x(be)S 178 x(modi\211ed)S 178 x(with)S 178 x(the)S 8980 X 597 y(following:)S -319 x 897 y F238($)S 239 x(@SYS$MA)S 2 x(NAGER:TCPIP$)S 2 x(DEFINE_COMMA)S 2 x(NDS)S 10893 X 498 y($)S 239 x(SYSCONF)S 2 x(IG)S 239 x(-r)S 240 x(INET)S 239 x(PPE_ENA)S 2 x(BLE=1)S 479 x(!)S 239 x (Enable)S 240 x(TCP/IP)S 240 x(PPE)S 4497 13727 XY F36(1.1.1.3)S 399 x (Moni)S 2 x(toring)S 167 x(PPE)S 8083 X 697 y F151(This)S 166 x(section)S 166 x(describes)S 166 x(how)S 166 x(to)S 166 x(monitor)S 166 x(PPE.)S 8083 X 897 y(When)S 181 x(PPE)S 181 x(is)S 180 x(disabled,)S 184 x(the)S 181 x(performance)S 181 x(of)S 180 x(the)S 181 x(TCP/IP)S 181 x(CPU)S 181 x(can)S 181 x(be)S 180 x(monitored)S 8083 X 597 y(with)S 166 x(following)S 166 x(command:)S 8322 X 897 y F238($)S 240 x(MONITOR)S 240 x(MODES/CPU=)S 2 x F239(xx)S 478 x F238(!)S 240 x(where)S 240 x(xx)S 239 x(is)S 240 x (the)S 239 x(TCP/IP)S 240 x(CPU)S 240 x(Id)S 8083 X 897 y F151(When)S 174 x(PPE)S 174 x(is)S 174 x(enabled,)S 176 x(the)S 174 x(TCP/IP)S 174 x (CPU)S 174 x(runs)S 174 x(100%)S 174 x(in)S 174 x(the)S 174 x(kernel)S 174 x(mode,)S 176 x(because)S 8083 X 597 y(the)S 182 x(CPU)S 181 x(is)S 181 x(dedicated)S 182 x(entirely)S 182 x(to)S 181 x(TCP/IP)S -63 x(.)S 182 x(Hence,)S 186 x(the)S 182 x F234(monitor)S 182 x F151(command)S 181 x(is)S 181 x(not)S 8083 X 598 y(useful)S 166 x(when)S 167 x(PPE)S 166 x(is)S 166 x(running)S 2 x(.)S 8083 X 897 y(This)S 176 x(section)S 176 x(describes)S 176 x(how)S 176 x(to)S 176 x(collect)S 176 x(statistics)S 175 x(when)S 176 x(PPE)S 176 x(is)S 176 x(running)S 2 x(.)S 269 x(Also)S 176 x(note)S 8083 X 597 y(that)S 176 x(this)S 176 x(method)S 176 x(provides)S 177 x(a)S 176 x(much)S 177 x(\211ner)S 177 x(granularity)S 178 x(and)S 176 x(can)S 177 x(also)S 176 x(be)S 176 x(used)S 176 x(when)S 8083 X 598 y(PPE)S 165 x(is)S 164 x(disabled.)S 249 x(This)S 165 x(approach)S 166 x(also)S 164 x(helps)S 165 x(you)S 165 x(compare)S 165 x(performance)S 166 x(when)S 165 x(PPE)S 165 x(is)S 8083 X 598 y(enabled)S 166 x(or)S 167 x(disabled.)S 8083 X 897 y(T)S -45 x(o)S 166 x(gather)S 167 x(statis)S -2 x(tics,)S 166 x(enable)S 167 x(pro\211ling)S 167 x(by)S 166 x(executin)S 2 x(g)S 166 x(the)S 166 x(following:)S 9996 X 896 y F238($SYSCON)S 2 x (FIG)S 239 x(-r)S 240 x(INET)S 240 x(PROFILING=1)S 8083 X 897 y F151 (Note)S 174 x(that)S 174 x(with)S 174 x(pro\211ling)S 175 x(enabled,)S 177 x(there)S 175 x(is)S 173 x(a)S 175 x(small)S 173 x(processing)S 175 x(overhead)S 175 x(to)S 174 x(collect)S 8083 X 598 y(the)S 195 x (statistics.)S 306 x(It)S 194 x(is)S 195 x(recommended)S 195 x(to)S 195 x(enable)S 195 x(pro\211ling)S 196 x(only)S 196 x(while)S 195 x (gathering)S 8083 X 597 y(statistics)S -2 x(.)S 254 x(W)S -19 x(ith)S 169 x(pro\211ling)S 169 x(enabled,)S 169 x(the)S 169 x(statis)S -2 x (tics)S 168 x(can)S 169 x(be)S 168 x(gathered)S 169 x(using)S 169 x (the)S 168 x F234(TCPMON)S 8083 X 598 y F151(command)S 166 x(as)S 166 x (follows:)S 8322 X 897 y F238($)S 240 x(SET)S 239 x(COMMAND)S 241 x (TCPIP$EXAMPL)S 2 x(ES:TCPIP$TCP)S 2 x(_MON)S 8322 X 498 y($)S 240 x (TCPMON/SHOW=)S 2 x(INET)S 8083 X 897 y F151(For)S 192 x(more)S 191 x (information)S 191 x(on)S 191 x(how)S 191 x(to)S 191 x(use)S 191 x(the)S 191 x F234(TCPMON)S 191 x F151(command,)S 198 x(see)S 191 x(the)S 191 x (help)S 191 x(by)S 8083 X 597 y(executing)S 168 x(the)S 166 x(following:)S 8322 X 897 y F238($)S 240 x(HELP/LIBRARY)S 2 x(=TCPIP$EXAMP)S 2 x(LES:TCPIP$TC)S 2 x(P_MON)S 240 x(TCPMON)S 8083 X 897 y F151(Y)S -55 x(ou)S 166 x(can)S 167 x(also)S 167 x(use)S 166 x(the)S 167 x(Performance)S 167 x(Data)S 166 x(Collector)S 166 x(\(TDC\))S 166 x(to)S 166 x(monitor)S 167 x(PPE.)S 167 x(TDC)S 166 x(can)S 8083 X 597 y(automatically)S 173 x(gather)S 174 x(the)S 173 x(PPE)S 173 x(statistics)S -2 x(.)S 264 x(For)S 173 x (more)S 173 x(information)S 174 x(about)S 173 x(TDC,)S 173 x(visit)S 8083 X 598 y(the)S 166 x(W)S -27 x(eb)S 166 x(site)S 165 x(at:)S 8083 X 897 y F238(http://h7)S 2 x(1000.www7.hp)S 2 x(.com/openvms)S 2 x(/products/td)S 2 x(c/index.html)S 5 SC 4497 38258 XY F40(1\2034)S 399 x F38(New)S 166 x (Features)S 167 x(and)S 167 x(Behavioral)S 166 x(Enhanc)S 2 x(ements)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-5) 19 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14456 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavio)S 2 x(ral)S 166 x(Enhanceme)S 2 x(nts)S 22494 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 4497 4561 XY F36(1.1.1.4)S 399 x(Comparison)S 168 x(testing)S 8083 X 697 y F151(W)S -19 x(ith)S 191 x(pro\211ling)S 191 x(enabled,)S 197 x(you)S 192 x(can)S 190 x(compare)S 191 x(performance)S 191 x(data)S 190 x(of)S 190 x(when)S 191 x(PPE)S 190 x(is)S 8083 X 598 y (enabled)S 173 x(and)S 173 x(disabled.)S 261 x(Assuming)S 173 x(that)S 172 x(you)S 174 x(have)S 173 x(a)S 172 x(test)S 172 x(that)S 172 x(suf\211ciently)S 174 x(saturates)S 8083 X 598 y(the)S 176 x(TCP/IP)S 177 x(CPU,)S 176 x (complete)S 175 x(the)S 176 x(following)S 176 x(steps)S 175 x(to)S 176 x (produce)S 176 x(data)S 176 x(sets)S 175 x(that)S 176 x(can)S 176 x (be)S 8083 X 598 y(easily)S 166 x(compared:)S 8083 X 896 y(1.)S 482 x (Enable)S 166 x(pro\211ling)S 8980 X 797 y(Pro\211ling)S 171 x(must)S 168 x(be)S 169 x(enabled)S 170 x(while)S 169 x(gathering)S 171 x(statis)S -2 x(tics)S 169 x(only)S -55 x(.)S 256 x(T)S -45 x(o)S 169 x(enable)S 169 x(pro\211ling)S 2 x(,)S 8980 X 598 y(execute)S 167 x(the)S 166 x (following:)S 11611 X 897 y F238($)S 239 x(SYSCONFIG)S 241 x(-r)S 239 x (INET)S 240 x(PROFILING=)S 2 x(1)S 8083 X 896 y F151(2.)S 482 x(Ensure)S 166 x(that)S 166 x(PPE)S 166 x(is)S 166 x(disabled)S 165 x(by)S 167 x (executing)S 167 x(the)S 167 x(following:)S 11371 X 897 y F238($)S 240 x (SYSCONFIG)S 240 x(-r)S 240 x(INET)S 240 x(PPE_ENABLE=)S 2 x(0)S 8083 X 897 y F151(3.)S 482 x(Run)S 166 x(the)S 166 x(stress)S 165 x(test)S 166 x(and)S 166 x(monitor)S 166 x(the)S 166 x(performance)S 167 x(as)S 166 x(follows:)S 8980 X 896 y(\201)S 594 x(Using)S 167 x(the)S 166 x (MONITOR)S 165 x(utility)S 9876 X 797 y(If)S 173 x(the)S 174 x(MONITOR)S 172 x(utility)S 174 x(shows)S 172 x(that)S 173 x(the)S 174 x(TCP/IP)S 174 x(CPU)S 173 x(is)S 173 x(not)S 173 x(approaching)S 9876 X 598 y (saturation,)S 167 x(enabling)S 167 x(PPE)S 166 x(will)S 165 x(not)S 167 x(yield)S 166 x(any)S 167 x(advantage.)S 10116 X 897 y F238($)S 239 x(MONITOR)S 240 x(MODES/CP)S 2 x(U=xx)S 239 x(!)S 240 x(xx)S 239 x (=)S 240 x(TCP/IP)S 240 x(CPU)S 8980 X 896 y F151(\201)S 594 x(Using)S 167 x(the)S 166 x(TCPMON)S 166 x(utility)S 9876 X 797 y(Capture)S 190 x (the)S 191 x(\211ne-granu)S 2 x(larity)S 190 x(statistics)S 188 x(and)S 191 x(write)S 189 x(them)S 191 x(to)S 189 x(a)S 191 x(comma-)S 9876 X 598 y(separated)S 180 x(value)S 182 x(\(CSV\))S 179 x(\211le)S 181 x (as)S 180 x(well)S 180 x(as)S 180 x(display)S 180 x(them)S 181 x(on)S 181 x(to)S 180 x(the)S 181 x(terminal.)S 9876 X 598 y(The)S 174 x(CSV)S 171 x(\211le)S 173 x(can)S 173 x(later)S 172 x(be)S 173 x(graphically)S 174 x(analyzed)S 173 x(using)S 173 x(external)S 173 x(programs,)S 9876 X 597 y(such)S 167 x(as)S 166 x(TL)S -46 x(V)S -22 x(iz)S 166 x(\(from)S 165 x(TDC\))S 166 x(or)S 166 x(a)S 166 x(spreadsheet)S 166 x(program.)S 10116 X 897 y F238($)S 239 x(TCPMON)S 240 x(/CSV=PPE_)S 2 x(COMPARISON.C)S 2 x(SV)S 239 x(/DISPLAY)S 240 x([/SHOW=)S 2 x(INET])S 8980 X 897 y F151 (\201)S 594 x(Run)S 167 x(the)S 166 x(Performance)S 167 x(Data)S 165 x (Collector)S 166 x(\(TDC\))S 9876 X 797 y(TDC)S 169 x(provides)S 170 x (the)S 169 x(complete)S 169 x(data)S 169 x(set,)S 170 x(which)S 169 x (provides)S 170 x(a)S 169 x(whole-system)S 168 x(view)S 9876 X 598 y (of)S 166 x(performance.)S 9876 X 797 y(For)S 167 x(more)S 166 x(information)S 166 x(about)S 167 x(TDC,)S 166 x(see)S 165 x(the)S 167 x(W)S -28 x(eb)S 166 x(site)S 165 x(at:)S 9876 X 896 y F238(http://)S 2 x(h71000.www7.)S 2 x(hp.com/openv)S 2 x(ms/products/t)S 2 x(dc/index.htm)S 2 x(l)S 8083 X 897 y F151(4.)S 482 x(Dynamically)S 166 x(enabling)S 167 x(PPE)S 8980 X 797 y(After)S 174 x(collecting)S 175 x(suf\211cient)S 175 x(data)S 175 x (with)S 174 x(PPE)S 175 x(disabled,)S 176 x(dynamically)S 176 x(enable)S 175 x(PPE.)S 8980 X 598 y(There)S 167 x(is)S 165 x(no)S 167 x(need)S 166 x(to)S 166 x(interrupt)S 167 x(the)S 166 x(data)S 166 x(collection)S 166 x(methods)S 166 x(described)S 165 x(in)S 167 x(step)S 165 x(3.)S 9219 X 896 y F238($)S 239 x(SYSCONFI)S 2 x(G)S 239 x(-r)S 239 x(INET)S 240 x(PPE_ENAB)S 2 x(LE=1)S 8083 X 897 y F151(5.)S 482 x(Comparing)S 166 x(the)S 166 x(data)S 8980 X 797 y(After)S 172 x(gathering)S 175 x (suf\211cient)S 174 x(data)S 172 x(with)S 173 x(PPE)S 173 x(disabled)S 172 x(and)S 174 x(enabled,)S 175 x(compare)S 173 x(the)S 8980 X 598 y (performance)S 176 x(characteristics)S 174 x(for)S 176 x(the)S 175 x (given)S 176 x(test)S 175 x(load.)S 267 x(Stop)S 175 x(the)S 175 x(data)S 175 x(collection)S 8980 X 597 y(and)S 166 x(examine)S 167 x(the)S 166 x (data)S 166 x(set.)S 8083 X 897 y(6.)S 482 x(Disable)S 165 x(pro\211ling)S 8980 X 797 y(There)S 169 x(is)S 168 x(a)S 169 x(small)S 168 x(overhead)S 170 x(associated)S 167 x(with)S 168 x(pro\211ling)S 2 x(.)S 254 x(So,)S 170 x(it)S 168 x(is)S 168 x(recommended)S 169 x(to)S 8980 X 598 y(disable)S 165 x(pro\211ling)S 167 x(when)S 167 x(statis)S -2 x(tics)S 166 x(is)S 166 x(not)S 166 x(gathered.)S 9219 X 896 y F238($)S 239 x(SYSCONFI)S 2 x(G)S 239 x(-r)S 239 x(INET)S 240 x(PROFILIN)S 2 x(G=0)S 5 SC 246 x 38258 Y F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x (Enhancem)S 2 x(ents)S 399 x F40(1\2035)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-6) 20 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 4497 4617 XY(1.1.2)S 400 x(FTP)S 199 x(Anonymous)S 201 x(Light)S 8083 X 797 y F151(FTP)S 182 x(Anonymous)S 182 x(Light)S 181 x(can)S 182 x(be)S 181 x(used)S 181 x(for)S 181 x(restricting)S 181 x(user)S 181 x(access)S 181 x(to)S 181 x(a)S 180 x(particular)S 8083 X 598 y (set)S 177 x(of)S 177 x(directories.)S 273 x(A)S 177 x(system)S 176 x (administrator)S 177 x(who)S 178 x(wants)S 176 x(to)S 178 x(restrict)S 177 x(an)S 177 x(OpenVMS)S 8083 X 598 y(user)S 28 x(')S -19 x(s)S 179 x (FTP)S 180 x(access)S 179 x(to)S 180 x(a)S 179 x(particular)S 180 x (set)S 179 x(of)S 179 x(directories)S 180 x(must)S 179 x(set)S 179 x (the)S 180 x(TCPIP$FTP_)S 8083 X 598 y(ANONYMOUS_LIG)S -2 x(HT)S 166 x (parameter)S 166 x(for)S 167 x(that)S 165 x(user)S -36 x(.)S 8083 X 896 y(Setting)S 194 x(this)S 193 x(parameter)S 193 x(restricts)S 193 x (the)S 193 x(FTP)S 194 x(operations)S 193 x(for)S 194 x(the)S 193 x (user)S 194 x(to)S 193 x(a)S 193 x(set)S 8083 X 598 y(of)S 187 x(directories)S 186 x(indicted)S 187 x(by)S 187 x(TCPIP$FTP_ANONYMOUS_DIR)S -2 x(ECTORIE)S -2 x(S.)S 187 x(The)S 8083 X 598 y(TCPIP$FTP_ANONYMOUS_LIGHT)S 165 x (can)S 167 x(be)S 166 x(de\211ned)S 167 x(in)S 166 x(LOGIN.COM.)S 8083 X 896 y(T)S -45 x(o)S 179 x(restrict)S 180 x(the)S 180 x(FTP)S 180 x(access)S 180 x(for)S 179 x(all)S 180 x(users,)S 183 x(the)S 180 x(parameter)S 180 x(must)S 179 x(be)S 180 x(de\211ned)S 180 x(using)S 8083 X 598 y (a)S 182 x(system-wide)S 182 x(logical.)S 282 x(FTP)S 183 x(Anonymous)S 183 x(Light)S 183 x(users)S 183 x(must)S 182 x(specify)S 182 x(the)S 183 x(correct)S 8083 X 598 y(password)S 179 x(to)S 179 x(log)S 180 x (in.)S 276 x(By)S 180 x(default,)S 183 x(when)S 180 x(an)S 180 x(anonymous)S 180 x(user)S 180 x(is)S 179 x(prompted)S 179 x(for)S 180 x(the)S 8083 X 598 y(identity)S -55 x(,)S 169 x(any)S 169 x(passw)S -2 x(ord)S 169 x (is)S 167 x(accepted.)S 254 x(Optionally)S -56 x(,)S 169 x(the)S 168 x (system)S 168 x(administrator)S 167 x(can)S 168 x(also)S 8083 X 597 y (set)S 156 x(TCPIP$FTP_ANONYMOUS_WELC)S -2 x(OME)S 156 x(to)S 156 x (display)S 156 x(a)S 156 x(message)S 156 x(upon)S 157 x(successful)S 8083 X 598 y(login.)S 8083 X 897 y(The)S 167 x(following)S 166 x(example)S 166 x(illustrates)S 165 x(how)S 166 x(FTP)S 167 x(Anonymous)S 167 x (Light)S 167 x(works:)S 8083 15576 XY F238("TCPIP$FT)S 2 x(P_ANONYMOUS_)S 2 x(DIRECTORY")S 240 x(=)S 240 x("TCPIP$ENET)S 2 x(INFO1:[UCX]")S 8083 X 498 y(=)S 240 x("TCPIP$ENETIN)S 2 x(FO1:[UCX_AXP)S 2 x(]")S 8083 X 499 y (=)S 240 x("TCPIP$ECO:")S 8083 X 498 y(=)S 240 x("TCPIP$PATCH:)S 2 x (")S 8083 X 498 y(=)S 240 x("COMMON_SYSDI)S 2 x(SK:[FAL$SERV)S 2 x(ER]")S 8083 X 498 y(=)S 240 x("TCPIP$INTERN)S 2 x(AL:")S 8083 X 498 y("TCPIP$FT)S 2 x(P_ANONYMOUS_)S 2 x(LIGHT")S 240 x(=)S 239 x("1")S 8083 X 498 y("TCPIP$FT)S 2 x(P_ANONYMOUS_)S 2 x(LOG")S 239 x(=)S 240 x("SYS$LOGIN:)S 2 x(TCPIP$FTP_ANO)S 2 x(NYMOUS.LOG")S 8083 X 498 y("TCPIP$FT)S 2 x(P_ANONYMOUS_)S 2 x(WELCOME")S 240 x(=)S 239 x("FTP)S 240 x(Anonymou)S 2 x(s)S 239 x(Light)S 240 x (demo")S 8083 20657 XY(ftp)S 240 x(plane.tcpip)S 2 x(.zko.hp.com)S 8083 X 498 y(220)S 240 x(plane.tcpip)S 2 x(.zko.hp.com)S 241 x(FTP)S 239 x (Server)S 240 x(\(Versio)S 2 x(n)S 239 x(5.6\))S 240 x(Ready.)S 8083 X 498 y(Connected)S 241 x(to)S 239 x(plane.zk)S 2 x(o.hp.com.)S 8083 X 499 y(Name)S 240 x(\(plane.zko)S 2 x(.hp.com:test)S 2 x(\):)S 8083 X 498 y(331)S 240 x(Username)S 240 x(test)S 240 x(requires)S 241 x(a)S 239 x(Password)S 8083 X 498 y(Password:)S 8083 X 498 y(230-FTP)S 240 x (Anonymo)S 2 x(us)S 239 x(Light)S 240 x(demo)S 8083 X 498 y(230)S 240 x (Guest)S 240 x(login)S 240 x(OK,)S 239 x(access)S 241 x(restrictions)S 241 x(apply.)S 8083 X 498 y(FTP>)S 240 x(cd)S 239 x(sys$sys)S 2 x(tem)S 8083 X 498 y(550)S 240 x(insufficien)S 2 x(t)S 239 x(privilege)S 241 x (or)S 239 x(file)S 240 x(protection)S 241 x(violation)S 479 x F204(!)S 8083 X 797 y F238(FTP>)S 240 x(cd)S 239 x(tcpip$e)S 2 x(co)S 8083 X 499 y(250-CWD)S 240 x(command)S 241 x(successful.)S 8083 X 498 y(250)S 240 x(New)S 239 x(default)S 241 x(directory)S 240 x(is)S 240 x(TCPIP$ENET)S 2 x(INFO1:[TCPIP$)S 2 x(ENGINEERING_)S 2 x(CHANGE_ORDER)S 2 x(S])S F204 (")S 8083 28030 XY F238(FTP>)S 240 x(cd)S 239 x(sys$log)S 2 x(in)S 8083 X 498 y(250-CWD)S 240 x(command)S 241 x(successful.)S 8083 X 498 y(250)S 240 x(New)S 239 x(default)S 241 x(directory)S 240 x(is)S 240 x(WORK4$:[TE)S 2 x(ST])S 8083 X 498 y(FTP>)S 240 x(bye)S 8083 X 498 y(221)S 240 x(Goodbye.)S 8083 31218 XY 19128 24 R 8083 31716 XY F44(Field)S 11780 X(Description)S 8083 X 299 y 19128 24 R 8083 32612 XY F204(!)S 11780 X F159(This)S 145 x (directory)S 144 x(is)S 144 x(not)S 146 x(included)S 145 x(in)S 144 x (TCPIP$FTP_ANON)S -2 x(YMOUS_DIRECTOR)S -16 x(Y)S -44 x(,)S 144 x(so)S 11780 X 449 y(access)S 132 x(is)S 132 x(restricted)S 8083 X 747 y F204 (")S 11780 X F159(This)S 137 x(directory)S 136 x(is)S 136 x(included)S 136 x(in)S 137 x(TCPIP$FTP)S -2 x(_ANONYMOUS_DIRECTOR)S -16 x(Y)S -45 x (,)S 137 x(so)S 136 x(access)S 11780 X 448 y(is)S 132 x(allowed)S 8083 X 299 y 19128 24 R 8083 35452 XY F151(An)S 166 x(output)S 167 x(similar)S 165 x(to)S 166 x(the)S 166 x(following)S 166 x(is)S 166 x(saved)S 166 x (in)S 166 x(the)S 166 x(log)S 167 x(\211le:)S 5 SC 4497 38258 XY F40 (1\2036)S 399 x F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 166 x(Enhanc)S 2 x(ements)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier DEC_Callout Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-7) 21 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14589 2293 XY F28(New)S 133 x(Features)S 134 x(and)S 133 x(Behavio)S 2 x(ral)S 133 x(Enhanceme)S 2 x(nts)S 22561 X 647 y(1.1)S 133 x(New)S 133 x(features)S 0 SC 8083 4455 XY F238(20-JUN-20)S 2 x(08)S 239 x(05:21:45.)S 2 x(64)S 239 x(Anonymous)S 241 x(Light)S 240 x(User:test)S 240 x(from)S 240 x(Host:16.1)S 2 x(16.92.100)S 8083 X 498 y(20-JUN-20)S 2 x(08)S 239 x(05:22:39.)S 2 x(61)S 239 x(Anonymous)S 241 x(Light)S 240 x(User:test)S 240 x(status:0)S 2 x(0010001)S 13823 X 498 y(CWD)S 240 x(dir:TCPIP$E)S 2 x(NETINFO1:[TCP)S 2 x(IP$ENGINEERI)S 2 x(NG_CHANGE_OR)S 2 x(DERS])S 8083 X 498 y(20-JUN-20)S 2 x(08)S 239 x(05:23:13.)S 2 x(49)S 239 x(Anonymous)S 241 x(Light)S 240 x(User:test)S 240 x(status:0)S 2 x(0010001)S 13823 X 498 y(CWD)S 240 x(dir:WORK4$:)S 2 x([TEST])S 8083 X 499 y(20-JUN-20)S 2 x(08)S 239 x(05:23:19.)S 2 x(15)S 239 x(Anonymous)S 241 x(Light)S 240 x(User:test)S 240 x(status:0)S 2 x(0000000)S 13823 X 498 y(RETR)S 240 x(file:WORK4)S 2 x($:[TEST]A.TXT)S 2 x(;30)S 8083 X 498 y(20-JUN-20)S 2 x(08)S 239 x(05:23:26.)S 2 x(07)S 239 x(Anonymous)S 241 x(Light)S 240 x(User:test)S 240 x(logged)S 240 x(out)S 8083 X 896 y F151(Although)S 176 x(the)S 175 x(system)S 174 x(administrator)S 175 x(does)S 174 x (not)S 175 x(specify)S 175 x(the)S 175 x(directory)S -54 x(,)S 177 x (SYS$LOGI)S -2 x(N)S 8083 X 598 y(is)S 177 x(always)S 177 x(added)S 177 x(to)S 177 x(TCPIP$FTP_ANONYMOUS_DI)S -2 x(RECTOR)S -20 x(Y)S -55 x (.)S 178 x(As)S 176 x(a)S 177 x(result,)S 181 x(the)S 8083 X 598 y(Anonymous)S 167 x(Light)S 167 x(users)S 166 x(will)S 165 x(always)S 166 x(have)S 167 x(access)S 165 x(to)S 166 x(their)S 166 x(SYS$LOGIN.)S 8083 X 897 y (At)S 178 x(some)S 177 x(instances,)S 182 x(the)S 178 x(system)S 177 x (administrator)S 178 x(may)S 178 x(not)S 178 x(want)S 178 x(the)S 178 x (user)S 178 x(to)S 178 x(access)S 8083 X 597 y(their)S 183 x(SYS$LOG)S -2 x(IN.)S 183 x(T)S -46 x(o)S 183 x(prevent)S 183 x(the)S 182 x(user)S 183 x(from)S 182 x(accessing)S 183 x(the)S 182 x(SYS$LOGIN)S -2 x(,)S 183 x(the)S 8083 X 598 y(system)S 176 x(administrator)S 175 x(must)S 176 x(de\211ne)S 177 x(TCPIP$FTP_ANONYMOUS_NOSY)S -2 x(SLOGIN)S 8083 X 598 y(for)S 174 x(that)S 173 x(particular)S 173 x(user)S -36 x(.)S 264 x (This)S 173 x(parameter)S 173 x(is)S 173 x(useful)S 174 x(when)S 173 x (a)S 174 x(user)S 173 x(has)S 173 x(chang)S 2 x(ed)S 173 x(the)S 8083 X 598 y(directory)S 175 x(in)S 174 x(LOGIN.COM)S 173 x(and)S 174 x(when)S 174 x(the)S 174 x(system)S 173 x(administrator)S 174 x(does)S 173 x (not)S 174 x(want)S 174 x(to)S 8083 X 597 y(grant)S 167 x(access)S 166 x (to)S 166 x(SYS$LOG)S -2 x(IN.)S 4497 14916 XY F36(1.1.2.1)S 399 x(Access)S 166 x(restrictions)S 167 x(for)S 166 x(FTP)S 167 x(operations)S 8083 X 697 y F151(The)S 191 x(FTP)S 191 x(Anonymou)S 2 x(s)S 190 x(Light)S 191 x(feature)S 191 x(restricts)S 189 x(user)S 191 x(access)S 190 x (to)S 190 x(a)S 191 x(particular)S 190 x(set)S 8083 X 598 y(of)S 184 x (directories.)S 285 x(T)S -45 x(o)S 184 x(increase)S 184 x(the)S 184 x (system)S 184 x(administrator)S 27 x(')S -19 x(s)S 183 x(\212exibility)S -54 x(,)S 189 x(a)S 184 x(new)S 184 x(set)S 183 x(of)S 8083 X 598 y (parameters)S 166 x(can)S 166 x(be)S 166 x(de\211ned)S 167 x(to)S 166 x (restrict)S 166 x(user)S 166 x(operations.)S 8083 X 896 y(The)S 167 x (FTP)S 167 x(server)S 166 x(checks)S 167 x(for)S 166 x(the)S 166 x(existence)S 167 x(of)S 166 x(the)S 166 x(following)S 166 x(four)S 167 x(parameters:)S 8083 X 897 y(\201)S 595 x(TCPIP$FTPD_NOLIST)S 166 x(-)S 166 x(LIST)S 166 x(and)S 166 x(NLST)S 167 x(commands)S 8083 X 896 y(\201)S 595 x (TCPIP$FTPD_NOREAD)S 164 x(-)S 166 x(RETR)S 166 x(commands)S 8083 X 897 y(\201)S 595 x(TCPIP$FTPD_NOWRITE)S 155 x(-)S 155 x(STOR,)S 156 x (STOU,)S 156 x(APPE,)S 156 x(RNFR,)S 156 x(RNTO,)S 155 x(DELE,)S 156 x (MKD,)S 8980 X 598 y(and)S 166 x(RMD)S 166 x(commands)S 8083 X 896 y (\201)S 595 x(TCPIP$FTPD_NODELETE)S 165 x(-)S 166 x(DELE)S 165 x(and)S 166 x(RMD)S 166 x(commands)S 8083 X 897 y(If)S 166 x(the)S 166 x(parameter)S 166 x(is)S 166 x(de\211ned,)S 167 x(the)S 166 x(FTP)S 167 x(server)S 166 x(will)S 166 x(reject)S 166 x(all.)S 8083 X 897 y(These)S 191 x (new)S 191 x(access)S 190 x(restrictions)S 190 x(are)S 191 x(applicable)S 190 x(in)S 191 x(addition)S 191 x(to)S 190 x(any)S 192 x(restrictions)S 8083 X 598 y(implied)S 189 x(by)S 190 x(the)S 189 x(protections)S 190 x (of)S 189 x(the)S 189 x(underly)S 2 x(ing)S 190 x(\211les,)S 195 x(directories,)S 196 x(volumes,)S 196 x(and)S 8083 X 597 y(devices.)S 8083 X 897 y(If)S 167 x(TCPIP$FTPD_NOLIST)S 166 x(is)S 167 x(de\211ned,)S 168 x(the)S 167 x(usage)S 167 x(of)S 166 x(wildcards)S 166 x(is)S 167 x(not)S 166 x (allowed)S 167 x(in)S 167 x(FTP)S 8083 X 598 y(operations.)S 271 x(This)S 176 x(is)S 177 x(necessary)S 177 x(to)S 176 x(prevent)S 178 x(FTP)S 177 x(users)S 176 x(from)S 177 x(obtaining)S 177 x(a)S 177 x(list)S 175 x(of)S 177 x(the)S 8083 X 597 y(\211les)S 177 x(in)S 176 x(the)S 177 x(directory)S 177 x(by)S 177 x(attempting)S 176 x(to)S 177 x(retrieve)S 177 x(or)S 177 x(delete)S 176 x(all)S 176 x(the)S 177 x(\211les.)S 270 x (T)S -30 x(able)S 176 x(1)S(\203)S(2)S 8083 X 598 y(lists)S 165 x(the)S 166 x(FTP)S 167 x(restriction)S 166 x(logicals)S 166 x(that)S 166 x (are)S 166 x(used)S 166 x(to)S 166 x(control)S 167 x(their)S 166 x(operation:)S 8083 29013 XY F36(T)S -36 x(able)S 133 x(1)S(\203)S(2)S 399 x(FTP)S 133 x(restriction)S 134 x(logi)S 2 x(cals)S 8083 X 324 y 19128 24 R 8083 29835 XY F44(Client)S 132 x(command)S 14881 X(FTP)S 133 x(Log)S 2 x(ical)S 8083 X 299 y 19128 24 R 8083 30731 XY F159(Directory)S 14881 X (TCPIP$F)S -2 x(TPD_NOLIST)S 8083 X 748 y(V)S -18 x(iew)S 14881 X(TCPIP$F)S -2 x(TPD_NOREAD)S 8083 X 747 y(Put)S 14881 X(TCPIP$F)S -2 x(TPD_NOWRITE)S 8083 X 747 y(Get)S 14881 X(TCPIP$F)S -2 x(TPD_NOREAD)S 8083 X 747 y (Append)S 14881 X(TCPIP$F)S -2 x(TPD_NOWRITE)S 8083 X 747 y(Rename)S 14881 X(TCPIP$F)S -2 x(TPD_NOWRITE)S 22090 X 731 y F155(\(continued)S 134 x(on)S 133 x(next)S 133 x(page\))S 5 SC 17012 38258 XY F38(New)S 133 x(Features)S 134 x(and)S 133 x(Behaviora)S 2 x(l)S 132 x(Enhancem)S 2 x(ents)S 399 x F40(1\2037)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Courier %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-8) 22 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.1)S 167 x(New)S 166 x(features)S 0 SC 8083 4784 XY F36(T)S -36 x(able)S 133 x(1)S(\203)S(2)S 133 x(\(Cont.\))S 399 x(FTP)S 134 x(restriction)S 133 x(log)S 2 x(icals)S 8083 X 323 y 19128 24 R 8083 5605 XY F44(Client)S 132 x(command)S 14881 X(FTP)S 133 x (Log)S 2 x(ical)S 8083 X 299 y 19128 24 R 8083 6652 XY F159(Create)S 14881 X(TCPIP$F)S -2 x(TPD_NOWRITE)S 8083 X 747 y(Delete)S 14881 X(TCPIP$F)S -2 x(TPD_NOWRITE)S 8083 X 398 y 19128 24 R 8083 8893 XY F151(For)S 181 x (example,)S 185 x(if)S 181 x(the)S 180 x(System)S 181 x(Administrat)S -2 x(or)S 181 x(does)S 181 x(not)S 180 x(want)S 181 x(a)S 180 x(user)S 181 x(to)S 180 x(delete)S 181 x(\211les)S 8083 X 598 y(through)S 168 x (FTP)S -64 x(,)S 167 x(set)S 165 x(TCPIP$FTPD_NODELETE)S 165 x(for)S 166 x(that)S 166 x(user)S -36 x(.)S 8083 X 897 y(The)S 171 x(following)S 170 x(example)S 171 x(illustrates)S 169 x(how)S 170 x(to)S 170 x(set)S 170 x(the)S 171 x(TCPIP$FTPD_NODELETE)S 169 x(and)S 8083 X 597 y(TCPIP$FTPD_NOLIST)S -27 x(:)S 8083 X 897 y F238("TCPIP$FT)S 2 x(PD_NODELETE")S 241 x(=)S 239 x("1")S 8083 X 498 y("TCPIP$FT)S 2 x(PD_NOLIST")S 240 x(=)S 240 x ("1")S 8083 X 797 y($)S 240 x(ftp)S 239 x(plane.tcp)S 2 x(ip.zko.hp.co)S 2 x(m)S 8083 X 498 y(220)S 240 x(plane.tcpip)S 2 x(.zko.hp.com)S 241 x (FTP)S 239 x(Server)S 240 x(\(Versio)S 2 x(n)S 239 x(5.6\))S 240 x(Ready.)S 8083 X 498 y(Connected)S 241 x(to)S 239 x(plane.zk)S 2 x(o.hp.com.)S 8083 X 498 y(Name)S 240 x(\(plane.zko)S 2 x(.hp.com:test)S 2 x(\):)S 239 x(test)S 8083 X 499 y(331)S 240 x(Username)S 240 x(test)S 240 x (requires)S 241 x(a)S 239 x(Password)S 8083 X 498 y(Password:)S 8083 X 498 y(230-FTP)S 240 x(Anonymo)S 2 x(us)S 239 x(Light)S 240 x(demo)S 8083 X 498 y(230)S 240 x(Guest)S 240 x(login)S 240 x(OK,)S 239 x(access)S 241 x(restrictions)S 241 x(apply.)S 8083 X 498 y(FTP>)S 240 x(directory)S 241 x(*)S 8083 X 498 y(200)S 240 x(PORT)S 240 x(command)S 240 x(successful)S 2 x(.)S 8083 X 498 y(550)S 240 x(Cannot)S 240 x(execute)S 240 x(LIST)S 240 x(command,)S 241 x(Access)S 240 x(denied.)S 240 x F204(!)S 8083 X 797 y F238(%TCPIP-E-)S 2 x(FTP_NOSUCHFI)S 2 x(LE,)S 239 x(no)S 240 x (such)S 240 x(file)S 239 x(*)S 8083 X 499 y(FTP>)S 240 x(delete)S 240 x (a.txt)S 8083 X 498 y(550)S 240 x(Cannot)S 240 x(execute)S 240 x(DEL)S 240 x(command,)S 240 x(Access)S 241 x(denied.)S F204(")S 8083 X 797 y F238(FTP>)S 240 x(bye)S 8083 X 498 y(221)S 240 x(Goodbye.)S 8083 22442 XY 19128 24 R 8083 22940 XY F44(Field)S 11780 X(Description)S 8083 X 299 y 19128 24 R 8083 23837 XY F204(!)S 11780 X F159(The)S 150 x F234(DIRECTORY)S 149 x F159(command)S 149 x(is)S 148 x(not)S 149 x(allowed)S 148 x(because)S 148 x(a)S 148 x(wildcard)S 147 x(present)S 149 x(in)S 149 x(the)S 11780 X 448 y(command)S 134 x(and)S 132 x(TCPIP$FTPD_NOLIST)S 132 x(is)S 131 x (de\211ne)S 2 x(d.)S 8083 X 748 y F204(")S 11780 X F159(The)S 145 x F234(DELETE)S 145 x F159(command)S 145 x(is)S 144 x(not)S 145 x(all)S -2 x(owed)S 145 x(because)S 144 x(the)S 145 x(TCPIP$FTPD_NODEL)S -2 x (ETE)S 11780 X 448 y(logical)S 132 x(is)S 131 x(set.)S 8083 X 299 y 19128 24 R 8083 26676 XY F151(FTP)S 176 x(restriction)S 176 x(logicals)S 175 x(can)S 176 x(be)S 176 x(used)S 175 x(in)S 176 x(conjun)S 2 x(ction)S 175 x(with)S 176 x(FTP)S 176 x(Anonymous)S 176 x(Light)S 8083 X 598 y (to)S 170 x(restrict)S 169 x(user)S 170 x(access)S 169 x(through)S 171 x (FTP)S -63 x(,)S 170 x(helping)S 170 x(to)S 170 x(mitigate)S 169 x(a)S 169 x(risk)S 170 x(to)S 170 x(the)S 169 x(system)S 169 x(that)S 8083 X 598 y(has)S 166 x(been)S 167 x(problematic)S 165 x(for)S 167 x(system)S 165 x(administrators.)S 5 SC 4497 38258 XY F40(1\2038)S 399 x F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 166 x(Enhanc)S 2 x(ements)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier DEC_Callout Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-9) 23 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14456 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavio)S 2 x(ral)S 166 x(Enhanceme)S 2 x(nts)S 21963 X 647 y(1.2)S 167 x(Enhanceme)S 2 x(nts)S 0 SC 4497 4689 XY F24(1.2)S 398 x(Enhancements)S 8083 X 897 y F151(T)S -30 x(able)S 167 x(1)S(\203)S(3)S 167 x(lists)S 166 x(the)S 167 x(enhancemen)S 2 x(ts)S 166 x(of)S 167 x(TCP/IP)S 168 x(Services)S 168 x(V)S -47 x(ersion)S 168 x(5.7)S 167 x(and)S 168 x(the)S 167 x(sections)S 8083 X 598 y(that)S 166 x(describe)S 166 x(them.)S 8083 7628 XY F36 (T)S -36 x(able)S 150 x(1)S(\203)S(3)S 398 x(TCP/IP)S 151 x(Services)S 150 x(for)S 149 x(OpenVMS,)S 151 x(Enhancements)S 8083 X 324 y 19128 24 R 8083 8450 XY F40(Enhancement)S 13563 X(Section)S 16601 X(Description)S 8083 X 299 y 19128 24 R 8083 9347 XY F155(TCPIP$CONFIG)S 13563 X(1.2.1)S 16601 X(Interf)S 2 x(ace)S 149 x(Con\211guration)S 150 x(Menu)S 150 x (is)S 149 x(enhanced.)S 8083 X 747 y(LPD)S 149 x(con\211gurable)S 151 x (port)S 831 x(1.2.2)S 16601 X(LPR/LPD)S 149 x(port)S 150 x(can)S 150 x (be)S 150 x(con\211gured.)S 8083 X 747 y(FTP)S 150 x(over)S 149 x(SSL)S 13563 X(1.2.3)S 16601 X(FTP)S 167 x(software)S 167 x(is)S 166 x(enhanced)S 167 x(to)S 166 x(use)S 166 x(the)S 167 x(security)S 16601 X 498 y(features)S 150 x(provided)S 151 x(by)S 150 x(SSL.)S 8083 X 748 y(SMTP)S 150 x(cluster)S 150 x(abilit)S 2 x(y)S 13563 X(1.2.4)S 16601 X(SMTP)S 150 x(is)S 150 x (made)S 149 x(cluster)S 150 x(aware.)S 8083 X 747 y(SMTP)S 172 x(ASCII)S 172 x(\211le)S 8083 X 498 y(con\211guration)S 13563 X -498 y(1.2.5)S 16601 X(Support)S 2 x(s)S 149 x(the)S 150 x(SMTP)S 150 x(con\211gurable)S 150 x(\211elds.)S 8083 14079 XY(SMTP)S 172 x(Persistent)S 8083 X 498 y (receiver)S 13563 X -498 y(1.2.6)S 16601 X(The)S 150 x(SMTP)S 150 x (receiver)S 150 x(process)S 149 x(is)S 149 x(made)S 150 x(persistent.)S 8083 15324 XY(POP)S 177 x(ASCII)S 177 x(\211le)S 8083 X 499 y(con\211guration)S 13563 X -499 y(1.2.7)S 16601 X(Support)S 2 x(s)S 149 x(the)S 150 x(POP)S 149 x(con\211gurable)S 150 x(\211elds.)S 8083 16570 XY(POP)S 162 x(server)S 161 x(support)S 8083 X 498 y(for)S 190 x(external)S 8083 X 498 y(authentica)S 2 x(tion)S 13563 16570 XY(1.2.8)S 16601 X(Support)S 2 x(s)S 192 x(the)S 192 x(POP)S 192 x(server)S 192 x(for)S 192 x(external)S 16601 X 498 y (authentica)S 2 x(tion.)S 8083 X 897 y 19128 24 R 4497 19160 XY F28 (1.2.1)S 400 x(TCPIP$CONFIG)S 8083 X 797 y F151(W)S -19 x(ith)S 177 x (support)S 176 x(for)S 177 x(IP)S 176 x(as)S 176 x(the)S 177 x(cluster)S 177 x(interconnect)S 177 x(\(IPCI\),)S 177 x(Interface)S 176 x(Con\211gur)S 2 x(ation)S 8083 X 598 y(Menu)S 167 x(now)S 166 x(supports)S 166 x(the)S 166 x(following:)S 8083 X 896 y(\201)S 595 x(Management)S 181 x(of)S 179 x(interfaces)S 180 x(and)S 180 x(addresses)S 179 x(on)S 180 x(another)S 181 x(cluster)S 179 x(member)S 180 x(that)S 8980 X 598 y(shares)S 166 x (the)S 166 x(same)S 165 x(TCPIP$CONFIGURA)S -29 x(TION)S 166 x(database.)S 8083 X 897 y(\201)S 595 x(Addresses)S 165 x(that)S 165 x(can)S 167 x (be)S 166 x(con\211gu)S 2 x(red)S 166 x(for)S 166 x(use)S 166 x(with)S 166 x(IPCI.)S 4497 23942 XY F36(1.2.1.1)S 399 x(Con\211g)S 2 x(uring)S 167 x(interfaces)S 166 x(and)S 167 x(addresses)S 166 x(on)S 167 x(a)S 166 x(remote)S 166 x(cluster)S 166 x(member)S 8083 X 697 y F151(Assuming)S 174 x(that)S 174 x(the)S 174 x(cluster)S 174 x(members)S 173 x(share)S 174 x(the)S 174 x(same)S 173 x(TCPIP$CONFIGURA)S -29 x(TION)S 8083 X 598 y(database,)S 182 x(each)S 179 x(cluster)S 179 x(member)S 179 x (can)S 179 x(be)S 179 x(con\211gur)S 2 x(ed)S 178 x(from)S 179 x(the)S 179 x(same)S 178 x(console.)S 275 x(This)S 8083 X 598 y(only)S 172 x (affects)S 169 x(the)S 171 x(TCPIP$CONFIGURA)S -29 x(TON)S 170 x(database;)S 173 x(it)S 170 x(is)S 170 x(not)S 171 x(possible)S 169 x(to)S 171 x (manage)S 8083 X 598 y(the)S 166 x(active)S 167 x(addresses)S 165 x (on)S 166 x(a)S 166 x(remote)S 166 x(cluster)S 166 x(member)S -36 x (.)S 8083 X 896 y(An)S 169 x(output)S 170 x(similar)S 168 x(to)S 169 x (the)S 169 x(following)S 170 x(is)S 168 x(displayed)S 169 x(for)S 169 x (the)S 170 x(TCPIP$CONFIG)S 167 x(Interface)S 8083 X 598 y(*)S 166 x (Address)S 165 x(Con\211gu)S 2 x(ration)S 166 x(menu)S 167 x(from)S 166 x(one)S 166 x(of)S 166 x(the)S 166 x(node)S 167 x(in)S 166 x(a)S 166 x(cluster:)S 11013 X 847 y F242(HP)S 210 x(TCP/IP)S 211 x(Service)S 2 x(s)S 209 x(for)S 210 x(OpenV)S 2 x(MS)S 210 x(Interfac)S 2 x(e)S 209 x(&)S 210 x(Address)S 211 x(Config)S 2 x(uration)S 211 x(Menu)S 8292 X 747 y(Host)S 2 x(name)S 210 x(Detail)S 2 x(s:)S 209 x(Conf)S 2 x(igured=k)S 2 x(irra-g0)S 2 x(,)S 209 x(Activ)S 2 x(e=kirra-)S 2 x (g0)S 8292 X 747 y(Conf)S 2 x(iguratio)S 2 x(n)S 209 x(optio)S 2 x(ns:)S 8711 X 748 y(0)S 419 x(-)S 419 x(Set)S 210 x(The)S 210 x(Target)S 211 x (Node)S 210 x(\(Curr)S 2 x(ent)S 210 x(Node:)S 210 x(KIRRA)S 2 x(\))S 8711 X 448 y(1)S 419 x(-)S 419 x(IE0)S 210 x(Menu)S 210 x(\(EIA0)S 2 x (:)S 209 x(Twiste)S 2 x(dPair)S 210 x(1000m)S 2 x(bps\))S 8711 X 448 y (2)S 419 x(-)S 419 x(19.176.)S 2 x(56.100/)S 2 x(23)S 837 x(kirra)S 2 x(-g0)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive)S 8711 X 449 y(3)S 419 x(-)S 419 x(19.176.)S 2 x(56.101/)S 2 x(23)S 837 x(kirra)S 2 x(-g1)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8711 X 448 y (4)S 419 x(-)S 419 x(19.176.)S 2 x(57.100/)S 2 x(23)S 837 x(hogwa)S 2 x(rts-nfs)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8711 X 448 y(5)S 419 x(-)S 419 x(19.176.)S 2 x(56.25/2)S 2 x(3)S 14152 X (ns1)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8711 X 449 y(6)S 419 x(-)S 419 x(IE1)S 210 x(Menu)S 210 x(\(EIB0)S 2 x(:)S 209 x(Twiste)S 2 x(dPair)S 210 x(1000m)S 2 x(bps\))S 8711 X 448 y(7)S 419 x(-)S 419 x(19.176.)S 2 x(56.101/)S 2 x(23)S 837 x(kirra)S 2 x(-g1)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive)S 8711 X 448 y(8)S 419 x(-)S 419 x(19.176.)S 2 x(56.100/)S 2 x(23)S 837 x(kirra)S 2 x(-g0)S 18756 X (Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8711 X 448 y(9)S 419 x (-)S 419 x(19.176.)S 2 x(57.100/)S 2 x(23)S 837 x(hogwa)S 2 x(rts-nfs)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8502 X 449 y (10)S 419 x(-)S 419 x(19.176.)S 2 x(56.25/2)S 2 x(3)S 14152 X(ns1)S 18756 X(Confi)S 2 x(gured,Ac)S 2 x(tive-St)S 2 x(andby)S 8711 X 448 y (I)S 419 x(-)S 419 x(Informa)S 2 x(tion)S 210 x(about)S 211 x(your)S 210 x(config)S 2 x(uration)S 8502 X 448 y([E])S 210 x(-)S 419 x(Exit)S 210 x(menu)S 5 SC 16879 38258 XY F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S 399 x F40(1\2039)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-10) 24 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.2)S 167 x(Enhanceme)S 2 x (nts)S 0 SC 8083 4600 XY F242(Enter)S 211 x(configu)S 2 x(ration)S 211 x (option:)S 211 x(0)S 209 x F204(!)S 8083 X 537 y F242(Enter)S 211 x (name)S 210 x(of)S 210 x(node)S 210 x(to)S 210 x(manag)S 2 x(e)S 209 x ([KIRR)S 2 x(A]:)S 210 x(GRYFFI)S 211 x F204(")S 8083 X 537 y F242(Enter)S 211 x(system)S 211 x(device)S 211 x(for)S 210 x(GRYFFI)S 211 x([$1$DGA)S 2 x(62:]:)S 210 x F204(#)S 8083 X 537 y F242(Enter)S 211 x(system)S 211 x(root)S 210 x(for)S 210 x(GRYFF)S 2 x(I)S 209 x([SYS0)S 2 x(]:)S 209 x F204($)S 9339 X 747 y F242(HP)S 210 x(TCP/IP)S 211 x(Service)S 2 x(s)S 209 x(for)S 210 x(OpenV)S 2 x(MS)S 209 x(Inter)S 2 x(face)S 210 x(&)S 210 x(Address)S 211 x(Configu)S 2 x(ration)S 211 x(Menu)S 8292 X 747 y(Host)S 2 x(name)S 210 x(Detail)S 2 x(s:)S 209 x(Conf)S 2 x(igured=g)S 2 x(ryffind)S 2 x(or-e0)S 8292 X 747 y(Conf)S 2 x(iguratio)S 2 x(n)S 209 x(optio)S 2 x(ns:)S 8711 X 747 y(0)S 419 x(-)S 419 x(Set)S 210 x(The)S 210 x(Target)S 211 x(Node)S 210 x(\(Curr)S 2 x(ent)S 210 x (Node:)S 210 x(GRYFF)S 2 x(I)S 209 x(-)S 210 x($1$DGA6)S 2 x(2:[SYS0)S 2 x(.]\))S 8711 X 449 y(1)S 419 x(-)S 419 x(IE0)S 210 x(Menu)S 210 x (\(EIA0)S 2 x(:)S 209 x(Twiste)S 2 x(dPair)S 210 x(100mb)S 2 x(ps\))S 8711 X 448 y(2)S 419 x(-)S 419 x(19.176.)S 2 x(56.65/2)S 2 x(3)S 14152 X (gryff)S 2 x(indor-e0)S 18756 X(Confi)S 2 x(gured)S 8711 X 448 y(3)S 419 x(-)S 419 x(19.176.)S 2 x(56.81/2)S 2 x(3)S 14152 X(gryff)S 2 x (indor-e1)S 18756 X(Confi)S 2 x(gured)S 8711 X 449 y(4)S 419 x(-)S 419 x (19.176.)S 2 x(57.100/)S 2 x(23)S 837 x(hogwa)S 2 x(rts-nfs)S 18756 X (Confi)S 2 x(gured)S 8711 X 448 y(5)S 419 x(-)S 419 x(19.176.)S 2 x (56.25/2)S 2 x(3)S 14152 X(ns1)S 18756 X(Confi)S 2 x(gured)S 8711 X 448 y(6)S 419 x(-)S 419 x(IE1)S 210 x(Menu)S 210 x(\(EIB0)S 2 x(:)S 209 x(Twiste)S 2 x(dPair)S 210 x(100mb)S 2 x(ps\))S 8711 X 449 y(7)S 419 x(-)S 419 x(19.176.)S 2 x(56.81/2)S 2 x(3)S 14152 X(gryff)S 2 x (indor-e1)S 18756 X(Confi)S 2 x(gured)S 8711 X 448 y(8)S 419 x(-)S 419 x (19.176.)S 2 x(56.65/2)S 2 x(3)S 14152 X(gryff)S 2 x(indor-e0)S 18756 X (Confi)S 2 x(gured)S 8711 X 448 y(9)S 419 x(-)S 419 x(19.176.)S 2 x (57.100/)S 2 x(23)S 837 x(hogwa)S 2 x(rts-nfs)S 18756 X(Confi)S 2 x (gured)S 8502 X 449 y(10)S 419 x(-)S 419 x(19.176.)S 2 x(56.25/2)S 2 x (3)S 14152 X(ns1)S 18756 X(Confi)S 2 x(gured)S 8711 X 448 y(I)S 419 x (-)S 419 x(Informa)S 2 x(tion)S 210 x(about)S 211 x(your)S 210 x(config)S 2 x(uration)S 8502 X 448 y([E])S 210 x(-)S 419 x(Exit)S 210 x(menu)S 8083 X 747 y(Enter)S 211 x(configu)S 2 x(ration)S 211 x(option:)S 8083 16522 XY 19128 24 R 8083 17020 XY F44(Field)S 11780 X(Description)S 8083 X 299 y 19128 24 R 8083 17917 XY F204(!)S 11780 X F159(If)S 181 x(node)S 181 x (GR)S -15 x(YFFI)S 179 x(is)S 180 x(another)S 181 x(cluster)S 180 x (member)S 181 x(that)S 180 x(shares)S 179 x(the)S 181 x(same)S 11780 X 448 y(TCPIP$CONFIGUR)S -2 x(A)S -22 x(TION)S 147 x(datab)S -2 x(ase,)S 150 x(to)S 147 x(manage)S 147 x(the)S 148 x(interfaces)S 146 x(and)S 146 x(address)S -2 x(es)S 11780 X 448 y(on)S 134 x(node)S 134 x(GR)S -15 x(YFFI,)S 132 x(select)S 132 x(option)S 133 x("0".)S 8083 X 748 y F204(")S 11780 X F159(Enter)S 144 x(the)S 144 x(SCSNODE)S 142 x(name)S 144 x(of)S 143 x(the)S 144 x(other)S 144 x(node)S 143 x(in)S 144 x(the)S 143 x(cluster)S 143 x(to)S 143 x(manage.)S 220 x(In)S 144 x(this)S 11780 X 448 y(case,)S 132 x(it)S 133 x(is)S 132 x(GR)S -15 x(YFFI.)S 8083 X 747 y F204(#)S 11780 X F159(T)S -36 x(o)S 135 x(support)S 136 x(the)S 136 x(management)S 137 x(of)S 135 x(IPCI,)S 135 x(it)S 135 x(is)S 135 x (necessary)S 135 x(to)S 136 x(con\211rm)S 137 x(the)S 136 x(system)S 135 x(root)S 136 x(on)S 11780 X 448 y(the)S 136 x(remote)S 136 x(node.)S 203 x(The)S 136 x(remote)S 136 x(cluster)S 134 x(member)S 22 x(')S -14 x (s)S 134 x(system)S 135 x(device)S 134 x(is)S 134 x(determined)S 135 x (using)S 11780 X 449 y(SYSMAN.)S 8083 X 747 y F204($)S 11780 X F159 (The)S 146 x(remote)S 146 x(clusters)S 144 x(member)S 22 x(')S -14 x (s)S 144 x(system)S 144 x(root)S 146 x(is)S 144 x(determined)S 145 x (using)S 145 x(SYSMAN.)S 144 x(The)S 11780 X 448 y(new)S 143 x(TCPIP$CONFIG)S 141 x(window)S 142 x(now)S 143 x(displ)S -2 x(ays)S 142 x(the)S 143 x (con\211guration)S 143 x(on)S 143 x(node)S 143 x(GR)S -15 x(YFFI.)S 11780 X 449 y(Changes)S 134 x(to)S 134 x(this)S 133 x(screen)S 134 x (will)S 133 x(affect)S 132 x(node)S 135 x(GR)S -15 x(YFFI')S -15 x(s)S 133 x(permanent)S 135 x(TCP/IP)S 132 x(con\211)S 2 x(guration)S 11780 X 448 y(only)S -43 x(.)S 8083 X 299 y 19128 24 R 4497 25140 XY F28(1.2.2)S 400 x(LPD)S 198 x(con\211g)S 2 x(urable)S 200 x(port)S 8083 X 797 y F151(LPR/LPD)S 186 x(provided)S 186 x(by)S 185 x(TCP/IP)S 186 x(services)S 186 x(for)S 185 x(OpenVMS)S 185 x(5.6)S 185 x(and)S 186 x(prior)S 185 x (versions)S 8083 X 597 y(connects)S 161 x(directly)S 161 x(to)S 160 x (port)S 160 x(515)S 160 x(on)S 161 x(a)S 160 x(remote)S 160 x(server)S 161 x(and)S 161 x(sends)S 160 x(the)S 160 x(data)S 160 x(as)S 160 x (speci\211ed)S 160 x(in)S 8083 X 598 y(the)S 170 x(RFC)S 169 x(1)S -27 x (179.)S 256 x(W)S -19 x(ith)S 170 x(TCP/IP)S 170 x(services)S 169 x (for)S 170 x(OpenVMS)S 169 x(5.7,)S 171 x(this)S 170 x(remote)S 169 x (port)S 170 x(is)S 169 x(made)S 8083 X 598 y(con\211g)S 2 x(urable.)S 250 x(A)S 165 x(system)S 166 x(manager)S 167 x(can)S 166 x(choose)S 167 x(any)S 166 x(ephemeral)S 167 x(port.)S 4497 28726 XY F36(1.2.2.1)S 399 x(Con\211g)S 2 x(uring)S 167 x(the)S 166 x(remote)S 166 x(port)S 8083 X 698 y F151(In)S 174 x(the)S 173 x(printcap)S 174 x(\211le,)S 176 x(TCPIP$PRINTCAP)S -65 x(.DA)S -28 x(T)S -45 x(,)S 173 x(for)S 174 x (each)S 174 x(printer)S 173 x(entry)S -54 x(,)S 176 x(a)S 173 x(new)S 173 x(\211eld,)S 8083 X 597 y F234(rt)S 166 x F151(is)S 166 x(added,)S 166 x(which)S 167 x(can)S 166 x(be)S 166 x(used)S 166 x(to)S 166 x(con\211gu)S 2 x(re)S 166 x(remote)S 166 x(port.)S 8083 X 897 y(For)S 167 x(example:)S 8083 X 897 y F238(LOOP_BOGU)S 2 x(S_P_1|loop_b)S 2 x(ogus_p_1:\\)S 13345 X 498 y(:lf=/TCPIP$)S 2 x(LPD_ROOT/000)S 2 x(000/LOOP_BOGU)S 2 x(S_P_1.LOG:\\)S 8322 X 498 y(:lp=LOOP)S 2 x(_BOGUS_P_1:\\)S 11910 X 498 y(:rm=qtvtcp.)S 2 x(digitalindia)S 2 x(sw.net:\\)S 11910 X 498 y(:rp=bogus_p)S 2 x(_1:\\)S 11910 X 498 y(:rt#2333:\\)S 11671 X 498 y(:sd=/TCPIP$L)S 2 x(PD_ROOT/LOOP)S 2 x(_BOGUS_P_1:)S 5 SC 4497 38258 XY F40(1\20310)S 399 x F38(New)S 166 x (Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Courier %%+ DEC_Callout NewCenturySchlbk-Roman %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-11) 25 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14456 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavio)S 2 x(ral)S 166 x(Enhanceme)S 2 x(nts)S 21963 X 647 y(1.2)S 167 x(Enhanceme)S 2 x(nts)S 0 SC 4497 4545 XY F36(1.2.2.2)S 399 x(Using)S 167 x(the)S 166 x(LPD)S 167 x(con\211gu)S 2 x(rable)S 166 x(port)S 166 x(for)S 167 x (secure)S 166 x(printing)S 8083 X 698 y F151(Using)S 174 x(the)S 173 x F234(rt)S 173 x F151(\211eld)S 173 x(in)S 174 x(the)S 173 x(printer)S 174 x(entry)S 174 x(in)S 173 x(TCPIP$PRINTCAP)S -65 x(.DA)S -28 x(T)S -45 x(,)S 173 x(the)S 174 x(LPD)S 173 x(jobs)S 8083 X 598 y(is)S 169 x (sent)S 169 x(over)S 170 x(an)S 170 x(SSH)S 168 x(encry)S 2 x(pted)S 169 x(tunnel.)S 256 x(Y)S -55 x(ou)S 169 x(can)S 170 x(con\211g)S 2 x (ure)S 169 x(SSH)S 169 x(port)S 169 x(forwarding)S 170 x(to)S 8083 X 597 y(establish)S 172 x(a)S 173 x(tunnel)S 173 x(from)S 173 x(port)S 173 x(\(rt\))S 172 x(on)S 173 x(a)S 173 x(system)S 172 x(to)S 173 x (an)S 173 x(LPD)S 173 x(receiver)S 174 x(port)S 172 x(\(default)S 173 x (is)S 8083 X 598 y(515)S 174 x(or)S 174 x(any)S 175 x(other)S 174 x (port)S 174 x(on)S 175 x(which)S 174 x(LPD)S 174 x(service)S 174 x(is)S 174 x(con\211gu)S 2 x(red)S 174 x(manually\))S 174 x(on)S 175 x(another)S 8083 X 598 y(system)S 167 x(where)S 168 x(the)S 167 x(LPD)S 168 x(receiver)S 168 x(is)S 167 x(listening.)S 253 x(For)S 168 x(sample)S 166 x(LPD/LPR)S 168 x(con\211g)S 2 x(urations,)S 8083 X 598 y(see)S 166 x(Appendix)S 166 x(A.)S 4497 9328 XY F28(1.2.3)S 400 x(FTP)S 199 x(over)S 200 x(SSL)S 8083 X 797 y F151(The)S 168 x(T)S -31 x(ransport)S 167 x(Layer)S 168 x (Security/Secure)S 168 x(Socket)S 167 x(Layer)S 168 x(\(TLS/SSL\))S 167 x(feature)S 168 x(enables)S 166 x(the)S 8083 X 597 y(FTP)S 171 x (software)S 170 x(to)S 170 x(use)S 170 x(the)S 171 x(security)S 171 x (features)S 170 x(provided)S 171 x(by)S 170 x(SSL.)S 171 x(When)S 171 x (this)S 170 x(feature)S 171 x(is)S 8083 X 598 y(enabled,)S 168 x(FTP)S 167 x(provides)S 167 x(a)S 166 x(secured)S 167 x(FTP)S 167 x(session)S 166 x(and)S 167 x(a)S 166 x(secure)S 167 x(\211le)S 167 x(transfer)S -37 x(.)S 251 x(FTP)S 167 x(over)S 8083 X 598 y(SSL)S 166 x(is)S 166 x (compliant)S 166 x(with)S 165 x(RFC)S 166 x(4217)S 166 x(and)S 166 x (RFC)S 166 x(2228.)S 4497 12914 XY F36(1.2.3.1)S 399 x(Con\211g)S 2 x (uring)S 167 x(an)S 166 x(FTP)S 167 x(server)S 166 x(for)S 166 x(SSL)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(an)S 166 x(FTP)S 167 x(server)S 167 x(and)S 166 x(to)S 166 x(allow)S 166 x (the)S 166 x(FTP)S 167 x(server)S 166 x(to)S 166 x(handle)S 167 x(incoming)S 167 x(client)S 8083 X 598 y(connections)S 175 x(which)S 173 x(are)S 174 x(over)S 174 x(SSL,)S 174 x(the)S 174 x(certi\211cates)S 173 x(and)S 174 x(keys)S 174 x(must)S 173 x(be)S 173 x(copied)S 174 x(at)S 173 x (the)S 8083 X 598 y(following)S 166 x(location:)S 8083 X 897 y F238 (Certifica)S 2 x(te)S 239 x(file)S 240 x(:)S 239 x(SSL$CERT)S 2 x(S:SERVER.CRT)S 8083 X 498 y(Key)S 240 x(file:)S 240 x(SSL$KEYS:SE)S 2 x(RVER.KEY)S 8083 X 896 y F151(The)S 157 x(key)S 157 x(and)S 156 x(certi\211cate)S 156 x(\211le)S 157 x(of)S 156 x(the)S 156 x(server)S 156 x(must)S 156 x (be)S 156 x(placed)S 156 x(in)S 156 x(this)S 156 x(directory)S 157 x (and)S 156 x(must)S 8083 X 598 y(be)S 168 x(named)S 169 x(as)S 167 x (SER)S -19 x(VER.CRT)S 167 x(and)S 169 x(SER)S -20 x(VER.KEY)S -57 x (.)S 169 x(During)S 169 x(the)S 169 x(FTP)S 168 x(server)S 169 x(startup,)S 169 x(if)S 8083 X 598 y(it)S 174 x(does)S 174 x(not)S 174 x(\211nd)S 175 x(either)S 175 x(the)S 174 x(key)S 175 x(or)S 175 x(the)S 174 x (certi\211cate)S 175 x(\211le)S 174 x(in)S 175 x(the)S 174 x(required)S 175 x(location,)S 177 x(the)S 8083 X 598 y(FTP)S 167 x(server)S 167 x (will)S 165 x(not)S 166 x(support)S 166 x(SSL.)S 4497 19888 XY F36(1.2.3.2)S 399 x(Using)S 167 x(FTP)S 167 x(clien)S 2 x(t)S 165 x(in)S 167 x(an)S 167 x(SSL)S 167 x(environment)S 8083 X 697 y F151(Y)S -55 x(ou)S 174 x (can)S 175 x(use)S 174 x(FTP)S 175 x(over)S 175 x(SSL)S 174 x(to)S 173 x (conne)S 2 x(ct)S 174 x(to)S 173 x(the)S 175 x(server)S 174 x(by)S 175 x (invokin)S 2 x(g)S 174 x(the)S 174 x(client)S 175 x(using)S 8083 X 598 y (the)S 166 x(following)S 167 x(commands:)S 8083 22379 XY F238($FTP)S 240 x(/SSL)S 240 x()S 8083 X 896 y F151(Or)S -609 x 24471 Y F238($FTP)S 8083 X 498 y(FTP>)S 240 x(CONNECT)S 240 x(/SSL)S 240 x()S 8083 X 897 y F151(If)S 177 x(you)S 178 x(connec)S 2 x(t)S 177 x(to)S 177 x(the)S 177 x(server)S 178 x(using)S 178 x(the)S 178 x F234(/SSL)S 177 x F151(quali\211er)S -36 x(,)S 181 x(both)S 177 x(the)S 178 x(control)S 178 x(and)S 177 x(data)S 8083 X 597 y(connection)S 179 x(use)S 177 x (SSL)S 177 x(by)S 177 x(default.)S 272 x(By)S 177 x(default,)S 181 x (the)S 177 x F234(PROT)S 177 x(P)S 178 x F151(command)S 177 x(is)S 177 x (sent)S 177 x(by)S 177 x(the)S 8083 X 598 y(client)S 166 x(to)S 166 x (the)S 166 x(server)S 167 x(indicating)S 167 x(that)S 166 x(the)S 166 x (data)S 166 x(connection)S 167 x(will)S 165 x(use)S 166 x(SSL.)S 8083 X 897 y(If)S 172 x(you)S 173 x(want)S 172 x(the)S 173 x(data)S 172 x(connection)S 173 x(communication)S 173 x(to)S 172 x(happen)S 173 x(in)S 173 x(clear)S 172 x(text,)S 175 x(you)S 173 x(can)S 8083 X 597 y(issue)S 166 x(the)S 166 x F234(PROT)S 166 x(C)S 166 x F151(command)S 167 x(on)S 166 x(the)S 166 x(FTP)S 167 x(client)S 166 x(CLI.)S 8083 X 897 y F238(ftp>)S 240 x (PROT)S 240 x(C)S 8083 X 897 y F151(The)S 170 x(OpenVMS)S 169 x(FTP)S 170 x(client)S 169 x(and)S 169 x(server)S 170 x(also)S 168 x(supports)S 169 x(the)S 169 x(Clear)S 169 x(Command)S 169 x(Channel)S 8083 X 597 y (\(CCC\))S 168 x(mode)S 169 x(of)S 170 x(operation.)S 256 x(The)S 170 x (CCC)S 169 x(mode)S 169 x(can)S 170 x(be)S 169 x(used)S 169 x(in)S 170 x (NA)S -28 x(T)S 170 x(environmen)S 2 x(ts)S 168 x(that)S 8083 X 598 y (need)S 171 x(a)S 170 x(clear)S 171 x(command)S 170 x(channel)S 171 x (to)S 171 x(setup)S 170 x(NA)S -28 x(T)S 170 x(for)S 171 x(FTP/SSL.)S 172 x(An)S 170 x(FTP)S 171 x(Client)S 170 x(issues)S 8083 X 598 y(the)S 175 x F234(CCC)S 174 x F151(command)S 174 x(to)S 175 x(indicate)S 174 x (to)S 174 x(the)S 174 x(server)S 175 x(that)S 174 x(the)S 175 x(command)S 174 x(channe)S 2 x(l)S 174 x(must)S 174 x(not)S 8083 X 598 y(be)S 168 x (encry)S 2 x(pted.)S 253 x(Note)S 168 x(that)S 168 x(the)S 169 x(data)S 167 x(chann)S 2 x(el)S 168 x(will)S 167 x(remain)S 169 x(encrypted.)S 255 x(As)S 167 x(a)S 168 x(result,)S 169 x(the)S 8083 X 597 y(\211le)S 167 x(transfer)S 166 x(will)S 165 x(continue)S 167 x(to)S 166 x(be)S 166 x(secured)S 166 x(by)S 167 x(SSL.)S 8083 X 897 y(For)S 172 x(example,)S 173 x(if)S 171 x(you)S 172 x(want)S 171 x(the)S 172 x(control)S 172 x (connection)S 172 x(to)S 171 x(not)S 172 x(be)S 171 x(encrypted,)S 174 x (execute)S 172 x(the)S 8083 X 598 y F234(CCC)S 166 x F151(command)S 167 x(at)S 165 x(the)S 167 x(FTP)S 166 x(client)S 167 x(CLI:)S 5 SC 15 x 38258 Y F38(New)S 165 x(Features)S 168 x(and)S 166 x(Behaviora)S 2 x(l)S 165 x(Enhanc)S 2 x(ements)S 399 x F40(1\2031)S -24 x(1)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-12) 26 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.2)S 167 x(Enhanceme)S 2 x (nts)S 0 SC 8083 4428 XY F238(ftp>)S 240 x(CCC)S 8980 5624 XY 7812 24 R 17094 5624 XY F36(Note)S 299 x 7812 24 R 8980 6520 XY F151(The)S 178 x F234(CCC)S 177 x F151(command)S 177 x(can)S 178 x(be)S 177 x(issued)S 177 x(only)S 178 x(after)S 177 x(logging)S 178 x(into)S 178 x(the)S 177 x(FTP)S 178 x(server)S 8980 X 598 y(with)S 165 x(a)S 166 x(valid)S 167 x(username)S 166 x(and)S 166 x(password.)S 8980 X 697 y 17340 24 R 8083 9011 XY(If)S 166 x(you)S 167 x(want)S 165 x(to)S 166 x(use)S 166 x (the)S 167 x(copy)S 166 x(operation)S 167 x(in)S 166 x(FTP)S -64 x(,)S 167 x F234(COPY/FTP)S F151(,)S 167 x(the)S 166 x(syntax)S 167 x(is)S 165 x(as)S 166 x(follows:)S 8083 X 897 y F238(copy)S 240 x(/ftp/ssl=\()S 2 x(data,ccc\))S 240 x F239()S 719 x()S 8083 X 896 y F151(If)S 181 x(you)S 183 x(do)S 181 x(not)S 182 x(want)S 181 x(the)S 182 x(data)S 181 x(connection)S 183 x(to)S 181 x(be)S 182 x(encrypted,)S 187 x(specify)S 181 x F234(NODATA)S 182 x F151(in)S 182 x(the)S 8083 X 598 y(preceding)S 167 x(command)S 166 x (instead)S 166 x(of)S 166 x(DA)S -28 x(T)S -27 x(A.)S 8083 X 897 y(If)S 166 x(you)S 167 x(want)S 165 x F234(CCC)S 167 x F151(\(by)S 166 x(default\),)S 166 x(specify)S 166 x F234(CCC)S F151(,)S 167 x(else)S 166 x(specify)S 166 x F234(NOCCC)S F151(.)S 4497 13295 XY F36(1.2.3.3)S 399 x(Consid)S 2 x(erations)S 166 x(durin)S 2 x(g)S 166 x(con\211gu)S 2 x(ration)S 8083 14291 XY F151(\201)S 595 x(If)S 170 x(the)S 171 x(server)S 171 x (does)S 170 x(not)S 171 x(\211nd)S 171 x(the)S 171 x(SERE)S -2 x(VER.CRT)S 170 x(and)S 171 x(SER)S -20 x(VER.KEY)S -57 x(,)S 171 x(the)S 171 x (server)S 8980 X 598 y(will)S 172 x(not)S 173 x(accept)S 173 x(the)S 173 x F234(AUTH)S 173 x(TLS)S 173 x F151(command.)S 263 x(However)S -36 x(,)S 175 x(the)S 173 x(server)S 174 x(will)S 172 x(continue)S 174 x (to)S 8980 X 598 y(accept)S 166 x(regular)S 167 x(FTP)S 167 x(connections.)S 8980 X 797 y(An)S 170 x(SSL)S 169 x(enabled)S 171 x(client)S 170 x(will)S 169 x(still)S 169 x(be)S 170 x(able)S 169 x(to)S 170 x(connect)S 171 x (to)S 169 x(non-SSL)S 171 x(enabled)S 170 x(server)S 8980 X 597 y(and)S 166 x(displays)S 166 x(the)S 166 x(following)S 166 x(message:)S 8980 X 897 y F238(AUTH)S 240 x(command)S 240 x(will)S 240 x(fail,)S 240 x(session)S 240 x(will)S 240 x(continue)S 240 x(in)S 240 x(plain)S 240 x(text.)S 8083 X 897 y F151(\201)S 595 x(A)S 166 x(non-SSL)S 166 x(enabled)S 166 x (client)S 167 x(will)S 165 x(be)S 166 x(able)S 166 x(to)S 166 x(login)S 167 x(to)S 165 x(SSL)S 166 x(enabled)S 167 x(server)S -37 x(.)S 4497 19771 XY F28(1.2.4)S 400 x(SMTP)S 198 x(clust)S 2 x(er)S 199 x(ability)S 8083 X 797 y F151(SMTP)S 178 x(provided)S 177 x(by)S 177 x(TCP/IP)S 178 x(Services)S 177 x(for)S 177 x(OpenVMS)S 176 x(is)S 177 x(cluster)S 177 x(aware.)S 271 x(It)S 176 x(exploits)S 8083 X 597 y(the)S 176 x(high)S 177 x(availability)S 176 x(and)S 175 x(load)S 176 x(balancing)S 177 x(features)S 175 x(of)S 176 x(a)S 175 x(cluster)S -37 x(.)S 269 x(The)S 176 x(name)S 176 x(of)S 176 x(the)S 8083 X 598 y(generic)S 169 x(queue)S 169 x(is)S 168 x(now)S 168 x(TCPIP$SMTP)S -64 x(,)S 169 x(without)S 167 x(the)S 169 x(node)S 168 x(name)S 168 x(as)S 168 x(the)S 168 x(suf\211x.)S 254 x(This)S 169 x (is)S 8083 X 598 y(a)S 166 x(common)S 167 x(SMTP)S 166 x(generic)S 167 x (queue)S 167 x(for)S 166 x(all)S 166 x(nodes)S 166 x(in)S 167 x(the)S 166 x(cluster)S -37 x(.)S 4497 23357 XY F36(1.2.4.1)S 399 x(Con\211g)S 2 x(uration)S 8083 X 698 y F151(The)S 174 x(following)S 173 x(con\211g)S 2 x(urable)S 173 x(parameters)S 173 x(can)S 173 x(be)S 173 x(found)S 174 x(in)S 173 x(the)S 173 x(TCPIP$SMTP)S -63 x(.CONF)S 8083 X 597 y (\211le:)S -848 x 897 y(\201)S 595 x(Number)S -9 x(-Of-Queues-Per)S -9 x(-Node:)S 297 x(Speci\211es)S 189 x(the)S 190 x(number)S 190 x(of)S 190 x(execution)S 191 x(SMTP)S 8980 X 598 y(queues)S 194 x(created)S 194 x(on)S 194 x(each)S 194 x(node)S 194 x(of)S 193 x(a)S 194 x(cluster)S -37 x(.)S 305 x(The)S 194 x(default)S 194 x(value)S 194 x(is)S 193 x (1.)S 305 x(The)S 8980 X 597 y(execution)S 167 x(queue)S 167 x(will)S 165 x(have)S 167 x(the)S 166 x(name)S 167 x(format)S 165 x(as)S 166 x (follows:)S 8980 X 897 y F238(TCPIP$SMTP_)S 2 x(\(<)S 2 x (nodename>_\))S 8083 X 897 y F151(\201)S 595 x(Queue-name:)S 287 x(Speci\211es)S 185 x(the)S 185 x(name)S 184 x(of)S 185 x(generic)S 186 x(SMTP)S 185 x(queue.)S 288 x(The)S 185 x(default)S 185 x(is)S 8980 X 597 y(TCPIP$SMTP)S -64 x(.)S 8980 30331 XY 7812 24 R 17094 30331 XY F36(Note)S 299 x 7812 24 R 8980 31228 XY F151(The)S 177 x(SMTP)S 177 x (con\211gur)S 2 x(ation)S 176 x(\211les,)S 179 x(the)S 177 x(SMTP)S 177 x(home)S 176 x(directory)S 177 x(and)S 177 x(the)S 176 x(MAIL)S 8980 X 597 y(box)S 166 x(must)S 166 x(be)S 166 x(placed)S 166 x(in)S 166 x(a)S 166 x(disk)S 166 x(that)S 166 x(is)S 166 x(visible)S 166 x (to)S 165 x(all)S 166 x(nodes)S 166 x(in)S 167 x(the)S 166 x(cluster)S -37 x(.)S 8980 X 698 y 17340 24 R 5 SC 4497 38258 XY F40(1\20312)S 399 x F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Courier %%+ NewCenturySchlbk-Roman Courier-Oblique %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-13) 27 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 14456 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavio)S 2 x(ral)S 166 x(Enhanceme)S 2 x(nts)S 21963 X 647 y(1.2)S 167 x(Enhanceme)S 2 x(nts)S 0 SC 4497 4636 XY(1.2.5)S 400 x(SMTP)S 198 x(ASCII)S 199 x (\211le)S 200 x(con\211guratio)S 2 x(n)S 8083 X 797 y F151(TCPIP$SMTP)S -63 x(.CONF)S 197 x(can)S 198 x(also)S 197 x(be)S 198 x(used)S 197 x (to)S 198 x(con\211gu)S 2 x(re)S 198 x(the)S 197 x(trace)S 198 x(and)S 198 x(debug)S 8083 X 598 y(parameters,)S 166 x(but)S 166 x(the)S 167 x (precedence)S 167 x(will)S 165 x(be)S 166 x(changed.)S 8083 X 896 y (The)S 168 x(existing)S 167 x(con\211gu)S 2 x(ration)S 167 x(based)S 166 x(on)S 167 x(logical)S 167 x(names)S 167 x(and)S 167 x F234(TCPIP>)S 167 x(SET)S 166 x(CONFIGURATION)S 8083 X 598 y(SMTP)S 172 x F151(is)S 170 x(obsolete.)S 260 x(The)S 171 x(SMTP)S 172 x(rollover)S 172 x(tool,)S 173 x(TCPIP$SMTP_V57_ROLLOVER.EX)S -2 x(E,)S 8083 X 598 y(can)S 184 x (be)S 183 x(used)S 183 x(to)S 183 x(upgrade)S 184 x(the)S 183 x(TCP/IP)S 183 x(software)S 183 x(to)S 182 x(V)S -46 x(ersion)S 184 x(5.7.)S 283 x (Up)S 183 x(on)S 184 x(upgrade,)S 8083 X 598 y(the)S 189 x(SMTP)S 188 x (startup)S 188 x(procedure)S 189 x(will)S 187 x(automatically)S 189 x (change)S 189 x(over)S 189 x(to)S 188 x(new)S 188 x(ASCII)S 8083 X 597 y (\211le)S 197 x(based)S 195 x(con\211g)S 2 x(uration)S 196 x(method.)S 310 x(It)S 195 x(creates)S 196 x(the)S 196 x(TCPIP$SMTP)S -63 x(.CONF)S 196 x(\211le)S 8083 X 598 y(in)S 205 x(the)S 205 x(TCPIP$SMTP_COMMON)S 204 x(directory)S -54 x(.)S 326 x(Up)S 204 x(on)S 205 x(successful)S 205 x(rollover)S -36 x(,)S 8083 X 598 y(SYS$MANAGE)S -2 x(R:TCPIP$SMTP_V57_ROLLOVER.FLG)S 165 x(is)S 166 x(created.)S 8083 X 897 y(Include)S 159 x(the)S 159 x (appropriate)S 158 x(SMTP)S 159 x(parameters)S 158 x(in)S 159 x(this)S 158 x(\211le.)S 250 x(The)S 159 x(con\211gur)S 2 x(ation)S 158 x(template)S 8083 X 597 y(\211le,)S 188 x(TCPIP$SMTP)S -63 x(.CONF_TEMPLA)S -28 x (TE,)S 184 x(contains)S 183 x(the)S 183 x(description)S 183 x(of)S 183 x (all)S 183 x(SMTP)S 8083 X 598 y(con\211g)S 2 x(urable)S 166 x(parameters)S 166 x(and)S 166 x(its)S 165 x(usage.)S 8980 13802 XY 7812 24 R 17094 13802 XY F36(Note)S 299 x 7812 24 R 8980 14698 XY F151(Only)S 171 x(the)S 170 x (debug)S 172 x(and)S 170 x(tracing)S 172 x(logicals)S 170 x(will)S 170 x (take)S 171 x(higher)S 171 x(precedence,)S 173 x(and)S 171 x(the)S 8980 X 598 y(other)S 166 x(logical)S 167 x(will)S 165 x(be)S 166 x(ignored.)S 8980 X 697 y 17340 24 R 4497 17388 XY F28(1.2.6)S 400 x(SMTP)S 198 x (Persistent)S 201 x(receiver)S 8083 X 797 y F151(The)S 188 x(SMTP)S 188 x(receiver)S 188 x(process)S 187 x(is)S 186 x(made)S 187 x(persistent)S 187 x(so)S 187 x(that)S 187 x(it)S 187 x(does)S 186 x(not)S 188 x(die)S 187 x(after)S 8083 X 598 y(receiving)S 162 x(each)S 160 x(mail.)S 249 x (Prior)S 161 x(to)S 159 x(V)S -46 x(ersion)S 160 x(5.7,)S 162 x(for)S 160 x(each)S 160 x(new)S 160 x(mail,)S 161 x(a)S 160 x(new)S 160 x(SMTP)S 160 x(receiver)S 8083 X 598 y(process)S 175 x(was)S 174 x(created)S 175 x(and)S 175 x(it)S 175 x(died)S 175 x(after)S 175 x(receiving)S 176 x(the)S 175 x(mail.)S 268 x(Starting)S 175 x(with)S 174 x(V)S -46 x (ersion)S 8083 X 597 y(5.7,)S 167 x(each)S 167 x(receiver)S 167 x(process)S 166 x(services)S 166 x(multiple)S 165 x(incoming)S 168 x(mails)S 165 x (as)S 165 x(con\211g)S 2 x(ured.)S 4497 20975 XY F36(1.2.6.1)S 399 x (Con\211g)S 2 x(urable)S 166 x(parameters)S 8083 X 697 y F151(Following)S 167 x(are)S 166 x(the)S 166 x(con\211g)S 2 x(urable)S 166 x(parameters)S 166 x(used)S 166 x(in)S 166 x(SMTP)S 167 x(persistent)S 165 x(receiver:)S 8083 X 897 y(\201)S 595 x(Persistent-Server:)S 253 x(Enables)S 167 x (the)S 168 x(persistence)S 168 x(of)S 168 x(the)S 168 x(SMTP)S 168 x (receiver)S 169 x(if)S 167 x(set)S 167 x(to)S 168 x(ON.)S 8980 X 597 y (The)S 167 x(default)S 165 x(value)S 167 x(is)S 166 x(OFF)S -55 x(.)S 8083 X 897 y(\201)S 595 x(Loop-max:)S 297 x(Speci\211es)S 189 x(the)S 190 x(maximum)S 189 x(number)S 190 x(of)S 190 x(times)S 188 x(the)S 190 x(SMTP)S 190 x(receiver)S 8980 X 598 y(must)S 179 x(retry)S 179 x (a)S 179 x(connec)S 2 x(tion.)S 275 x(The)S 180 x(default)S 179 x(is)S 179 x(no)S 179 x(maximum)S 179 x(\(the)S 180 x(same)S 178 x(as)S 179 x (setting)S 8980 X 598 y(this)S 177 x(option)S 178 x(to)S 177 x(0\).)S 273 x(This)S 178 x(behavior)S 178 x(requires)S 178 x(the)S 178 x(Persistent-Server)S 178 x(option)S 178 x(to)S 177 x(be)S 8980 X 597 y(speci\211ed.)S 8083 X 897 y(\201)S 595 x(Idle-T)S -13 x(imeout:)S 309 x(Speci\211es)S 196 x (the)S 196 x(time)S 195 x(that)S 196 x(the)S 196 x(SMTP)S 196 x(receiver)S 197 x(waits)S 194 x(for)S 196 x(an)S 8980 X 598 y(incoming)S 185 x(SMTP)S 185 x(connection,)S 190 x(in)S 184 x(OpenVMS)S 184 x(delta)S 184 x(time)S 183 x(format.)S 286 x(The)S 184 x(default)S 8980 X 597 y(is)S 164 x (5)S 164 x(minutes.)S 249 x(This)S 165 x(behavior)S 165 x(requires)S 165 x(the)S 164 x(Persistent-Server)S 165 x(option)S 165 x(be)S 164 x (speci\211ed.)S 4497 29044 XY F28(1.2.7)S 400 x(POP)S 198 x(ASCII)S 199 x(\211le)S 200 x(con\211guratio)S 2 x(n)S 8083 X 797 y F151(HP)S 168 x(TCP/IP)S 169 x(Services)S 168 x(for)S 168 x(OpenVMS,)S 168 x(V)S -46 x(ersion)S 168 x(5.7)S 169 x(supports)S 167 x(all)S 168 x(the)S 168 x(POP)S 168 x(con\211g)S 2 x(urable)S 8083 X 598 y(\211elds)S 166 x (through)S 168 x(the)S 166 x(TCPIP$POP)S -64 x(.CONF)S 166 x(\211le,)S 167 x(except)S 166 x(the)S 166 x(POP)S 166 x(tracing)S 167 x(logical)S 167 x(names.)S 8083 X 897 y(The)S 173 x(existing)S 173 x(con\211gur)S 2 x(ation)S 172 x(based)S 171 x(on)S 173 x(logical)S 172 x(names)S 172 x (is)S 171 x(obsolete.)S 261 x(The)S 173 x(POP)S 172 x(rollover)S 8083 X 598 y(tool,)S 184 x(TCPIP$POP_V57_ROLLOVE)S -2 x(R.EXE,)S 180 x(can)S 180 x(be)S 180 x(used)S 180 x(to)S 180 x(upgrade)S 180 x(the)S 180 x (TCP/IP)S 8083 X 597 y(software)S 193 x(to)S 193 x(V)S -46 x(ersion)S 194 x(5.7.)S 305 x(Up)S 193 x(on)S 194 x(upgrade,)S 202 x(the)S 194 x (POP)S 194 x(startup)S 193 x(procedure)S 194 x(will)S 8083 X 598 y(automatically)S 184 x(change)S 185 x(over)S 184 x(to)S 183 x(new)S 184 x(ASCII)S 182 x (\211le-based)S 183 x(con\211g)S 2 x(uration)S 184 x(method.)S 285 x (It)S 8083 X 598 y(will)S 172 x(create)S 172 x(TCPIP$POP)S -64 x(.CONF)S 172 x(\211le)S 172 x(in)S 173 x(SYS$SY)S -2 x(SDEVIC)S -2 x(E:[TCPIP$POP])S 173 x(directory)S -55 x(.)S 8083 X 598 y(Up)S 166 x(on)S 167 x(successful)S 165 x(rollover)S -36 x(,)S 8083 X 597 y(SYS$MANAGE)S -2 x(R:TCPIP$POP_V57_ROLLOVER)S -2 x(.FLG)S 167 x(will)S 165 x(be)S 166 x(created.)S 5 SC 16630 38258 XY F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhancem)S 2 x(ents)S 398 x F40(1\20313)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (1-14) 28 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x(Enhance)S 2 x(ments)S 4497 X 647 y(1.2)S 167 x(Enhanceme)S 2 x (nts)S 0 SC 8083 4555 XY F151(Include)S 198 x(the)S 197 x(appropriate)S 197 x(POP)S 197 x(con\211gu)S 2 x(ration)S 197 x(parameters)S 197 x (in)S 197 x(this)S 197 x(\211le.)S 312 x(The)S 8083 X 598 y(con\211g)S 2 x(uration)S 192 x(template)S 191 x(\211le,)S 199 x(TCPIP$POP)S -64 x (.CONF_TEMPLA)S -28 x(TE,)S 192 x(contains)S 192 x(the)S 8083 X 598 y (description)S 166 x(of)S 166 x(all)S 166 x(the)S 166 x(POP)S 166 x (con\211g)S 2 x(urable)S 166 x(parameters)S 166 x(and)S 166 x(its)S 165 x(usage.)S 4497 6847 XY F28(1.2.8)S 400 x(POP)S 198 x(server)S 200 x (support)S 200 x(for)S 199 x(external)S 201 x(authentic)S 2 x(ation)S 8083 X 797 y F151(POP)S 186 x(Server)S 186 x(support)S 185 x(for)S 186 x (external)S 186 x(authentication)S 186 x(adds)S 185 x(the)S 186 x(capability)S 185 x(to)S 185 x(POP)S 8083 X 597 y(clients)S 166 x(to)S 166 x(authenticate)S 167 x(an)S 167 x(user)S 166 x(on)S 167 x(an)S 167 x(OpenVMS)S 166 x (system.)S 249 x(The)S 167 x(POP)S 167 x(server)S 166 x(uses)S 166 x (the)S 8083 X 598 y(SYS$ACM)S 165 x(system)S 166 x(service)S 166 x(that)S 166 x(provides)S 166 x(this)S 166 x(capability)S -55 x(.)S 8083 X 897 y (OpenVMS)S 182 x(Authentication)S 183 x(and)S 183 x(Credentials)S 182 x (Management)S 183 x(Extensions)S 183 x(\(ACME\))S 8083 X 597 y(subsystem)S 166 x(provides)S 166 x(the)S 166 x(authentication)S 167 x(services.)S 8083 X 897 y(The)S 177 x(new)S 176 x(con\211guration)S 177 x(parameter)S -37 x(,)S 179 x(No-SYSACM-User)S -10 x(-Pass,)S 178 x(is)S 175 x(added)S 176 x(to)S 176 x(support)S 8083 X 598 y(the)S 177 x(Username)S 176 x (and)S 176 x(Password)S 176 x(authentication)S 177 x(on)S 176 x(the)S 177 x(ACME)S 175 x(agents.)S 270 x(The)S 177 x(ACME)S 8083 X 598 y(agents)S 177 x(can)S 176 x(be)S 176 x(VMS)S 176 x(native)S 177 x(authentication)S 177 x(extensions)S 176 x(or)S 176 x(any)S 177 x(other)S 177 x(Agents)S 176 x(such)S 8083 X 597 y(as)S 172 x(LDAP)S -65 x(,)S 173 x(which)S 172 x(can)S 173 x(authenticate)S 173 x(the)S 172 x(VMS)S 172 x(user)S 172 x(externally)S -54 x(.)S 262 x(When)S 173 x(you)S 173 x(con\211gur)S 2 x(e)S 8083 X 598 y(the)S 172 x(POP)S 172 x(to)S 172 x(make)S 172 x (use)S 172 x(of)S 172 x(POP)S 172 x(external)S 173 x(authentication,)S 174 x(you)S 173 x(must)S 172 x(ensure)S 172 x(that)S 172 x(the)S 8083 X 598 y(ACME)S 165 x(agents)S 167 x(are)S 166 x(up)S 166 x(and)S 167 x (running)S 2 x(.)S 8083 X 897 y(No-SYSACM-Us)S -2 x(er)S -8 x(-Pass)S 165 x(can)S 167 x(be)S 166 x(assigned)S 166 x(with)S 165 x(0)S 166 x (or)S 167 x(1)S 166 x(as)S 165 x(follows:)S 8083 X 896 y(No-SYSACM-Us)S -2 x(er)S -8 x(-Pass:)S 249 x()S 8083 X 897 y(Where:)S 250 x()S 166 x(is)S 166 x (either:)S 8083 X 896 y(\201)S 595 x(0)S 180 x(/)S 180 x(F)S -36 x(ALSE:)S 180 x(POP)S 180 x(Server)S 181 x(uses)S 179 x(SYS$ACM)S 179 x(system)S 180 x(service)S 180 x(for)S 181 x(username)S 180 x(and)S 8980 X 598 y (password)S 165 x(authentication.)S 8980 X 797 y(OR)S 8083 X 897 y(\201)S 595 x(1)S 170 x(/)S 171 x(TRUE)S 170 x(:)S 171 x(POP)S 170 x(Server)S 172 x(does)S 170 x(not)S 170 x(use)S 171 x(SYS$AC)S -2 x(M)S 171 x(system)S 170 x(service)S 171 x(for)S 170 x(username)S 8980 X 598 y(and)S 166 x (password)S 165 x(authentication.)S 8083 X 896 y(By)S 168 x(default,)S 168 x(the)S 167 x(No-SYSACM-User)S -10 x(-Pass)S 167 x(is)S 167 x(set)S 166 x(to)S 168 x(TRUE,)S 167 x(that)S 167 x(is,)S 168 x(the)S 168 x (POP)S 167 x(server)S 168 x(is)S 8083 X 598 y(con\211g)S 2 x(ured)S 166 x(to)S 166 x(use)S 166 x(the)S 166 x(native)S 167 x(VMS)S 166 x (authentication)S 167 x(using)S 166 x(SYS$GETUAI)S -2 x(.)S 8980 23385 XY 7812 24 R 17094 23385 XY F36(Note)S 299 x 7812 24 R 8980 24281 XY F151 (The)S 169 x(external)S 169 x(authentication)S 168 x(using)S 169 x($ACM)S 168 x(support)S 168 x(for)S 168 x(APOP)S 168 x(shared)S 168 x(secret)S 8980 X 598 y(string)S 166 x(authentication)S 167 x(is)S 166 x(not)S 166 x(provided.)S 8980 X 697 y 17340 24 R 5 SC 4497 38258 XY F40(1\20314)S 399 x F38(New)S 166 x(Features)S 167 x(and)S 167 x(Behavioral)S 167 x (Enhancem)S 2 x(ents)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (2-1) 29 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 26214 6776 XY F8(2)S 4497 X 448 y 22716 48 R 8336 8273 XY F208 (Installation,)S 331 x(Con\211gur)S -2 x(ation,)S 331 x(Startu)S -2 x (p,)S 332 x(and)S 22397 9369 XY(Shu)S -2 x(tdown)S 8083 11660 XY F151 (This)S 188 x(chapter)S 189 x(includes)S 188 x(notes)S 188 x(and)S 189 x (changes)S 189 x(made)S 188 x(to)S 187 x(the)S 189 x(installation)S 187 x(and)S 8083 X 598 y(con\211g)S 2 x(uration)S 172 x(of)S 173 x(TCP/IP)S 172 x(Services,)S 175 x(as)S 172 x(well)S 171 x(as)S 172 x(startup)S 172 x(and)S 172 x(shutdown)S 172 x(procedures.)S 8083 X 598 y(Use)S 177 x(this)S 176 x(chapter)S 177 x(in)S 177 x(conju)S 2 x(nction)S 177 x (with)S 176 x(the)S 177 x F152(HP)S 177 x(TCP/IP)S 177 x(Services)S 177 x(for)S 177 x(OpenVMS)S 8083 X 598 y(Installation)S 167 x(and)S 167 x(Con\211guration)S 168 x F151(manual.)S 4497 14699 XY F24(2.1)S 398 x(Installing)S 231 x(Over)S 232 x(V5.3)S 232 x(Early)S 232 x(Adopter)S 26 x(')S -26 x(s)S 233 x(Kits)S 231 x(\(EAKs\))S 8083 X 897 y F151(If)S 172 x(you)S 173 x(have)S 173 x(installed)S 171 x(one)S 173 x(or)S 172 x (more)S 172 x(of)S 172 x(the)S 172 x(following)S 173 x(V5.3)S 172 x (EAK)S -2 x(s,)S 174 x(you)S 173 x(must)S 172 x(use)S 172 x(the)S 8083 X 597 y(PCSI)S 166 x(REMOVE)S 165 x(command)S 167 x(to)S 166 x(remove)S 168 x(the)S 166 x(EAKs)S 165 x(before)S 167 x(you)S 168 x(install)S 166 x(TCP/IP)S 167 x(Services)S 8083 X 598 y(V5.7:)S 8083 X 897 y(\201)S 595 x(SSH)S 165 x(for)S 167 x(OpenVMS)S 165 x(EAK)S 8083 X 896 y(\201)S 595 x(failSAFE)S 165 x(IP)S 166 x(EAK)S 8980 19780 XY 7812 24 R 17094 19780 XY F36(Note)S 299 x 7812 24 R 8980 20677 XY F151(If)S 179 x(you)S 180 x (install)S 179 x(the)S 179 x(curren)S 2 x(t)S 179 x(TCP/IP)S 180 x(Services)S 179 x(version)S 180 x(after)S 179 x(removing)S 181 x(the)S 8980 X 597 y (failSAFE)S 176 x(IP)S 177 x(EAK,)S 177 x(you)S 178 x(must)S 177 x(run)S 178 x(TCPIP$CONFIG)S -2 x(.COM)S 177 x(to)S 178 x(reestablish)S 8980 X 598 y(your)S 167 x(target)S 166 x(and)S 166 x(home)S 167 x(interfaces.)S 8980 X 697 y 17340 24 R 4497 24197 XY F24(2.2)S 398 x(Upgrading)S 232 x (from)S 233 x(TCP/IP)S 232 x(Services)S 231 x(V)S -38 x(ersion)S 233 x (4.)S F25(x)S 8083 X 896 y F151(Upgrading)S 167 x(from)S 166 x(versions)S 167 x(prior)S 166 x(to)S 166 x(V5.0)S 166 x(has)S 166 x(not)S 166 x (been)S 167 x(quali\211ed)S 166 x(for)S 166 x(this)S 166 x(release.)S 4497 26339 XY F24(2.3)S 398 x(Adding)S 232 x(a)S 232 x(system)S 232 x (to)S 232 x(an)S 233 x(OpenVMS)S 232 x(Cluster)S 8083 X 896 y F151(The)S 172 x(TCPIP$CONFIG.COM)S 171 x(con\211gu)S 2 x(ration)S 171 x(procedure)S 173 x(for)S 172 x(TCP/IP)S 172 x(Services)S 172 x(V)S -47 x(ersion)S 8083 X 598 y(5.6)S 178 x(creates)S 177 x(OpenVMS)S 177 x(accounts)S 177 x(using)S 178 x(larger)S 178 x(system)S 177 x(parameter)S 177 x (values)S 177 x(than)S 178 x(in)S 8083 X 598 y(previous)S 172 x(versions.)S 261 x(Only)S 171 x(new)S 172 x(accounts)S 171 x(get)S 172 x(these)S 171 x(larger)S 172 x(values.)S 261 x(These)S 171 x(values)S 172 x(are)S 8083 X 598 y(useful)S 166 x(on)S 167 x(OpenVMS)S 166 x(Alpha)S 165 x (systems)S 165 x(but)S 167 x(essential)S 165 x(on)S 166 x(OpenVMS)S 166 x(I64)S 166 x(systems.)S 8083 X 896 y(T)S -45 x(o)S 184 x(have)S 184 x(your)S 185 x(OpenVMS)S 184 x(I64)S 183 x(system)S 183 x(join)S 185 x(an)S 184 x(OpenVMS)S 184 x(Cluster)S 183 x(as)S 184 x(a)S 183 x (TCP/IP)S 8083 X 598 y(host,)S 186 x(HP)S 182 x(recommends)S 181 x(adding)S 183 x(the)S 181 x(system)S 182 x(to)S 181 x(the)S 182 x(cluster)S 181 x (before)S 182 x(you)S 183 x(con\211gu)S 2 x(re)S 8083 X 598 y(TCP/IP)S 172 x(Services.)S 261 x(The)S 172 x(guideline)S 2 x(s)S 171 x(in)S 171 x (Section)S 172 x(2.3.1)S 173 x(assume)S 171 x(you)S 172 x(have)S 173 x (followed)S 170 x(this)S 8083 X 598 y(recommendation.)S 8083 X 896 y (If)S 181 x(you)S 182 x(con\211g)S 2 x(ure)S 182 x(TCP/IP)S 181 x(Services)S 182 x(before)S 182 x(you)S 182 x(add)S 181 x(the)S 181 x(system)S 181 x (to)S 181 x(a)S 181 x(cluster)S -36 x(,)S 185 x(see)S 8083 X 598 y(Section)S 166 x(2.3.2.)S 5 SC 16031 38258 XY F38(Installation,)S 165 x(Con\211guration,)S 167 x(Startup,)S 166 x(and)S 166 x(Shutdown)S 400 x F40(2\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Helvetica-BoldOblique %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (2-2) 30 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Installa)S 2 x(tion,)S 166 x(Con\211guration)S 2 x(,)S 166 x(Startup,)S 166 x(and)S 167 x(Shutdown)S 4497 X 647 y(2.3)S 167 x(Adding)S 166 x(a)S 167 x(system)S 168 x(to)S 166 x(an)S 166 x (OpenVMS)S 167 x(Cluster)S 0 SC 4497 4636 XY(2.3.1)S 400 x(Running)S 200 x(a)S 199 x(newly)S 201 x(con\211gured)S 201 x(host)S 200 x(on)S 199 x(the)S 200 x(Cluster)S 8083 X 797 y F151(The)S 173 x(following)S 173 x(recommendations)S 172 x(assume)S 172 x(you)S 173 x(are)S 173 x (con\211gu)S 2 x(ring)S 173 x(TCP/IP)S 173 x(Services)S 173 x(on)S 8083 X 598 y(the)S 166 x(system)S 166 x(after)S 166 x(having)S 167 x(added)S 166 x(the)S 166 x(system)S 166 x(to)S 166 x(the)S 166 x(OpenVMS)S 166 x (Cluster)S -38 x(.)S 8083 X 896 y(If)S 166 x(TCP/IP)S 167 x(Services)S 166 x(has)S 166 x(previously)S 167 x(been)S 167 x(installed)S 165 x (on)S 167 x(the)S 166 x(cluster)S 166 x(and)S 167 x(you)S 167 x(encounter)S 8083 X 598 y(problems)S 168 x(runn)S 2 x(ing)S 169 x(a)S 168 x(TCP/IP)S 169 x(component)S 170 x(on)S 169 x(the)S 168 x(system,)S 169 x(modify)S 169 x(the)S 169 x(cluster)S 168 x(System)S 8083 X 598 y(Authorization)S 170 x(File)S 170 x(\(SYSUAF\))S 170 x(to)S 169 x(raise)S 170 x(the)S 171 x(parameter)S 170 x(values)S 170 x(for)S 170 x(the)S 171 x(account)S 171 x(used)S 8083 X 598 y(by)S 183 x(the)S 182 x(affected)S 182 x(component.)S 283 x(The)S 183 x(minimum)S 182 x(recommended)S 183 x(values)S 182 x (are)S 183 x(listed)S 181 x(in)S 8083 X 597 y(T)S -30 x(able)S 165 x (2)S(\203)S(1.)S 8083 10763 XY F36(T)S -36 x(able)S 150 x(2)S(\203)S (1)S 398 x(Mini)S 2 x(mum)S 149 x(V)S -27 x(alues)S 150 x(for)S 149 x (SYSUAF)S 150 x(Parameters)S 8083 X 324 y 19128 24 R 8083 11585 XY F40 (Paramete)S 2 x(r)S 12865 X(Minimum)S 148 x(V)S -24 x(alue)S 8083 X 299 y 19128 24 R 8083 12481 XY F155(ASTLM)S 12865 X(100)S 8083 X 748 y (BIOLM)S 12865 X(400)S 8083 X 747 y(BYTLM)S 12865 X(10800)S 2 x(0)S 8083 X 747 y(DIOLM)S 12865 X(50)S 8083 X 747 y(ENQLM)S 12865 X(100)S 8083 X 747 y(FILLM)S 12865 X(100)S 8083 X 748 y(PGFLQUOT)S -25 x(A)S -191 y F163(1)S 12865 X 191 y F155(50000)S 8083 X 747 y(TQELM)S 12865 X (50)S 8083 X 747 y(WSEXTENT)S 12865 X(4000)S 8083 X 747 y(WSQUOT)S -24 x (A)S 12865 X(1024)S 8083 X 498 y 19128 24 R 8083 20064 XY F163(1)S 25 x 141 y F159(This)S 132 x(parameter)S 22 x(')S -15 x(s)S 133 x(value)S 132 x(setting)S 133 x(is)S 132 x(especial)S -2 x(ly)S 133 x(critic)S -2 x(al.)S 8083 X 480 y 19128 24 R 8083 21781 XY F151(The)S 168 x(IMAP)S -65 x(,)S 167 x(DHCP)S -64 x(,)S 167 x(and)S 167 x(XDM)S 166 x(components)S 167 x(can)S 167 x(exhibit)S 168 x(account)S 167 x(parameter)S 167 x (problems)S 8083 X 598 y(if)S 170 x(the)S 170 x(value)S 171 x(assigned)S 171 x(to)S 170 x(PGFLQUOT)S -28 x(A)S 170 x(or)S 170 x(to)S 170 x(any)S 171 x(of)S 170 x(the)S 170 x(other)S 171 x(listed)S 169 x(parameters)S 170 x(is)S 8083 X 597 y(too)S 171 x(low)S -47 x(.)S 259 x(Use)S 170 x (the)S 171 x(OpenVMS)S 170 x(AUTHORIZE)S 169 x(utility)S 171 x(to)S 170 x(modify)S 171 x(SYSUAF)S 170 x(parameters.)S 8083 X 598 y(For)S 171 x(more)S 170 x(information,)S 172 x(see)S 170 x F152(HP)S 170 x (OpenVMS)S 170 x(System)S 171 x(Manageme)S 2 x(nt)S 170 x(Utilities)S 171 x(Reference)S 8083 X 598 y(Manual:)S 250 x(A-L)S F151(.)S 4497 25268 XY F28(2.3.2)S 400 x(Con\211guring)S 200 x(TCP/IP)S 198 x(Services)S 201 x (before)S 200 x(adding)S 201 x(the)S 199 x(syst)S 2 x(em)S 200 x(to)S 199 x(the)S 200 x(Cluster)S 8083 X 797 y F151(If)S 177 x(you)S 178 x (con\211g)S 2 x(ure)S 178 x(TCP/IP)S 178 x(Services)S 178 x(before)S 177 x(you)S 178 x(add)S 178 x(the)S 177 x(system)S 177 x(to)S 177 x (a)S 177 x(cluster)S -36 x(,)S 180 x(when)S 8083 X 598 y(you)S 171 x (add)S 169 x(the)S 170 x(system)S 169 x(to)S 169 x(the)S 170 x(cluster)S 170 x(the)S 170 x(owning)S 170 x(UIC)S 169 x(for)S 170 x(each)S 170 x (of)S 169 x(the)S 170 x(TCP/IP)S 170 x(service)S 8083 X 597 y(SYS$LOGIN)S 166 x(directories)S 167 x(\(TCPIP$)S F152(service-name)S F151(,)S 169 x (where)S 168 x F152(service-name)S 168 x F151(is)S 167 x(the)S 168 x (name)S 167 x(of)S 8083 X 598 y(the)S 172 x(service\))S 171 x(may)S 172 x(be)S 171 x(incorrect.)S 261 x(Use)S 171 x(the)S 172 x(OpenVMS)S 170 x(AUTHORIZE)S 170 x(utility)S 172 x(to)S 171 x(correct)S 8083 X 598 y(these)S 166 x(UICs.)S 4497 29552 XY F28(2.3.3)S 400 x(Disabling)S 200 x(or)S 199 x(enabl)S 2 x(ing)S 200 x(SSH)S 198 x(server)S 8083 X 797 y F151(When)S 176 x(you)S 177 x(use)S 176 x(the)S 176 x(TCPIP$CONFIG)S -2 x(.COM)S 176 x(con\211gu)S 2 x(ration)S 176 x(procedure)S 176 x(to)S 176 x(disable)S 175 x(or)S 8083 X 597 y(enable)S 167 x(the)S 166 x(SSH)S 165 x(server)S -36 x(,)S 167 x(the)S 166 x(following)S 166 x(prompt)S 166 x(is)S 165 x(displayed:)S 8083 X 897 y F238(*)S 240 x(Create)S 240 x (a)S 239 x(new)S 240 x(default)S 240 x(Server)S 240 x(host)S 240 x(key?)S 240 x([YES]:)S 8083 X 897 y F151(Unless)S 170 x(you)S 170 x(have)S 171 x (a)S 169 x(speci\211c)S 170 x(reason)S 170 x(for)S 170 x(creating)S 171 x(a)S 170 x(new)S 169 x(default)S 170 x(server)S 170 x(host)S 170 x (key)S -55 x(,)S 172 x(you)S 8083 X 597 y(should)S 176 x(enter)S 177 x ("N")S 175 x(at)S 175 x(this)S 176 x(prompt.)S 269 x(If)S 175 x(you)S 177 x(accept)S 176 x(the)S 176 x(default,)S 178 x(clients)S 176 x(with)S 176 x(the)S 176 x(old)S 8083 X 598 y(key)S 167 x(will)S 165 x(need)S 167 x(to)S 166 x(obtain)S 166 x(the)S 166 x(new)S 166 x(key)S -54 x (.)S 249 x(For)S 167 x(more)S 166 x(information,)S 167 x(see)S 166 x (Section)S 166 x(3.15.6.)S 5 SC 4497 38258 XY F40(2\2032)S 399 x F38 (Installati)S -2 x(on,)S 167 x(Con\211guration,)S 166 x(Startup,)S 166 x (and)S 167 x(Shutdown)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (2-3) 31 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 12931 2293 XY F28(Install)S 2 x(ation,)S 167 x(Con\211guration,)S 167 x(Startup,)S 167 x(and)S 166 x(Shutdown)S 14690 X 647 y(2.4)S 167 x (SSH)S 165 x(con\211guratio)S 2 x(n)S 166 x(\211les)S 167 x(must)S 167 x (be)S 167 x(updated)S 0 SC 4497 4711 XY F24(2.4)S 398 x(SSH)S 232 x (con\211guration)S 233 x(\211les)S 232 x(must)S 232 x(be)S 232 x(updated)S 8083 X 897 y F151(Note)S 166 x(that)S 166 x(this)S 166 x(section)S 166 x (refers)S 166 x(to)S 166 x(upgrades)S 166 x(from)S 166 x(a)S 166 x(version)S 167 x(prior)S 166 x(to)S 166 x(V5.4)S 166 x(ECO.)S 8083 X 896 y(The)S 189 x(SSH)S 188 x(client)S 189 x(and)S 188 x(server)S 189 x(on)S 189 x (this)S 188 x(version)S 189 x(of)S 189 x(TCP/IP)S 189 x(Services)S 188 x (cannot)S 189 x(use)S 8083 X 598 y(con\211g)S 2 x(uration)S 166 x(\211les)S 166 x(from)S 166 x(previous)S 167 x(versions)S 166 x(of)S 166 x(SSH.)S 8083 X 897 y(If)S 171 x(the)S 171 x(SSH)S 171 x(client)S 171 x(and)S 171 x(server)S 172 x(detect)S 171 x(systemwide)S 170 x(con\211gu)S 2 x (ration)S 171 x(\211les)S 171 x(from)S 171 x(an)S 172 x(older)S 8083 X 597 y(version)S 178 x(of)S 177 x(SSH,)S 178 x(the)S 177 x(client)S 178 x (and)S 177 x(server)S 178 x(will)S 176 x(fail)S 177 x(to)S 177 x(start.)S 272 x(The)S 178 x(client)S 177 x(will)S 177 x(display)S 8083 X 598 y (the)S 172 x(following)S 173 x(warning)S 173 x(message,)S 173 x(and)S 173 x(the)S 172 x(server)S 173 x(will)S 171 x(write)S 172 x(the)S 172 x (following)S 172 x(warning)S 8083 X 598 y(message)S 166 x(to)S 166 x (the)S 166 x(SSH_RUN.LOG)S 165 x(\211le:)S 8083 X 897 y F238(You)S 240 x (may)S 239 x(have)S 240 x(an)S 240 x(old)S 239 x(style)S 240 x(configu)S 2 x(ration)S 240 x(file.)S 240 x(Please)S 240 x(follow)S 240 x(the)S 8083 X 498 y(instructi)S 2 x(ons)S 239 x(in)S 240 x(the)S 239 x(release)S 241 x(notes)S 240 x(to)S 239 x(use)S 240 x(the)S 240 x(new)S 239 x(configura)S 2 x(tion)S 8083 X 498 y(files.)S 8083 X 896 y F151(If)S 167 x(the)S 167 x(SSH)S 167 x(client)S 168 x(detects)S 166 x(a)S 168 x(user)S -9 x (-speci\211c)S 167 x(con\211g)S 2 x(uration)S 168 x(\211le)S 167 x(from)S 167 x(an)S 168 x(older)S 167 x(version)S 168 x(of)S 8083 X 598 y(SSH,)S 166 x(the)S 167 x(SSH)S 165 x(client)S 166 x(will)S 166 x(display)S 165 x(the)S 167 x(warning)S 166 x(and)S 167 x(will)S 165 x(allow)S 166 x (the)S 166 x(user)S 166 x(to)S 166 x(proceed.)S 8083 X 897 y(T)S -45 x (o)S 171 x(preserve)S 172 x(the)S 171 x(modi\211cations)S 172 x(made)S 171 x(to)S 171 x(the)S 171 x(SSH)S 171 x(server)S 172 x(con\211gu)S 2 x(ration)S 171 x(\211le)S 172 x(and)S 171 x(the)S 8083 X 598 y(SSH)S 169 x(client)S 169 x(con\211gur)S 2 x(ation)S 169 x(\211le,)S 170 x (you)S 170 x(must)S 168 x(edit)S 169 x(the)S 169 x(templates)S 168 x (provided)S 169 x(with)S 168 x(the)S 169 x(new)S 8083 X 597 y(version)S 167 x(of)S 166 x(SSH,)S 166 x(as)S 166 x(follows:)S 8083 X 897 y(1.)S 482 x(Extract)S 166 x(the)S 166 x(template)S 165 x(\211les)S 166 x(using)S 167 x(the)S 166 x(following)S 167 x(commands:)S 8980 X 897 y F238($)S 239 x(LIBRARY/E)S 2 x(XTRACT=SSH2_)S 2 x(CONFIG)S 240 x(SYS$LIBRARY)S 2 x(:TCPIP$TEMPLA)S 2 x(TES.TLB)S 240 x(-)S 8980 X 498 y(_$)S 239 x (/OUT=TCP)S 2 x(IP$SSH_DEVIC)S 2 x(E:[TCPIP$SSH)S 2 x(.SSH2]SSH2_CO)S 2 x(NFIG.)S 8980 X 797 y($)S 239 x(LIBRARY/E)S 2 x(XTRACT=SSHD2)S 2 x (_CONFIG)S 240 x(SYS$LIBRAR)S 2 x(Y:TCPIP$TEMPL)S 2 x(ATES.TLB)S 240 x (-)S 8980 X 498 y(_$)S 239 x(/OUT=TCP)S 2 x(IP$SSH_DEVIC)S 2 x(E:[TCPIP$SSH)S 2 x(.SSH2]SSHD2_C)S 2 x(ONFIG.)S 8980 X 897 y F151(These)S 177 x(commands)S 177 x(copy)S 178 x(the)S 177 x(new)S 177 x(template)S 176 x(\211les)S 177 x(into)S 177 x(the)S 177 x(SSH2)S 177 x(con\211guration)S 8980 X 597 y(directory)S 167 x(with)S 165 x(a)S 166 x(new)S 166 x(version)S 167 x(number)S -36 x(.)S 8083 X 897 y(2.)S 482 x(Copy)S 172 x(the)S 173 x(modi\211cations)S 172 x(made)S 172 x(in)S 172 x(the)S 173 x(old)S 172 x(versions)S 172 x(of)S 173 x(the)S 172 x(con\211gu)S 2 x(ration)S 172 x(\211les)S 172 x(to)S 8980 X 598 y(the)S 166 x(new)S 166 x(versions.)S 8083 X 896 y(3.)S 482 x(Start)S 165 x(SSH)S 166 x(using)S 167 x(the)S 166 x(following)S 166 x(command:)S 8980 X 897 y F238($)S 239 x(@SYS$STAR)S 2 x(TUP:SSH_STAR)S 2 x(TUP.COM)S 8980 X 498 y($)S 239 x(@SYS$STAR)S 2 x(TUP:SSH_CLIE)S 2 x(NT_STARTUP.C)S 2 x(OM)S 4497 25632 XY F24(2.5)S 398 x(T)S -39 x(roubleshooting)S 233 x(SMTP)S 233 x(and)S 232 x(LPD)S 233 x(shutdown)S 232 x(problems)S 8083 X 897 y F151(If)S 196 x(SMTP)S 196 x(or)S 196 x(LPD)S 196 x(shutdown)S 196 x(generates)S 197 x(errors)S 196 x(indicating)S 197 x(that)S 195 x(the)S 197 x(queue)S 8083 X 598 y (manager)S 174 x(is)S 173 x(not)S 174 x(runnin)S 2 x(g,)S 176 x(check)S 174 x(your)S 175 x(site-speci\211c)S 173 x(shutdown)S 173 x(command)S 174 x(procedure)S 8083 X 598 y(\()S(VMS_SYSHUTDO)S -2 x(WN.COM)S(\).)S 268 x(If)S 174 x(this)S 175 x(procedure)S 176 x(contains)S 176 x(the)S 175 x(command)S 175 x(to)S 175 x(stop)S 8083 X 597 y(the)S 179 x(queue)S 179 x(manager)S 179 x(\(STOP/QUEUE/MANAGE)S -2 x(R\),)S 179 x(make)S 178 x(sure)S 179 x(this)S 178 x(command)S 178 x(is)S 8083 X 598 y(after)S 162 x(the)S 163 x(command)S 162 x(that)S 162 x(runs)S 163 x(the)S 162 x (TCPIP$SHUTDOWN.CO)S -2 x(M)S 163 x(command)S 162 x(procedure.)S 8980 30116 XY 7812 24 R 17094 30116 XY F36(Note)S 299 x 7812 24 R 8980 31012 XY F151 (Y)S -56 x(ou)S 163 x(do)S 161 x(not)S 163 x(have)S 162 x(to)S 162 x (stop)S 161 x(the)S 162 x(queue)S 163 x(manager)S 163 x(explicitly)S -55 x(.)S 250 x(The)S 162 x(queue)S 163 x(manager)S 8980 X 598 y(is)S 165 x(automatically)S 167 x(stopped)S 165 x(and)S 166 x(started)S 165 x (when)S 167 x(you)S 167 x(restart)S 165 x(the)S 167 x(system.)S 8980 X 697 y 17340 24 R 5 SC 16031 38258 XY F38(Installation,)S 165 x(Con\211guration,)S 167 x(Startup,)S 166 x(and)S 166 x(Shutdown)S 400 x F40(2\2033)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (2-4) 32 %DEC_EDMS_BlankPage PP %%PageTrailer %%PageFonts: %%PageProcessColors: %%PageCustomColors: % %%Page: (3-1) 33 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 26214 6776 XY F8(3)S 4497 X 448 y 22716 48 R 13705 8242 XY F208 (Restrictio)S -2 x(ns)S 332 x(and)S 331 x(Limitations)S 8083 10534 XY F151(This)S 182 x(chapter)S 183 x(provides)S 182 x(information)S 183 x (about)S 182 x(problems)S 181 x(and)S 183 x(restrictions)S 182 x(in)S 182 x(the)S 8083 X 597 y(current)S 172 x(version)S 171 x(of)S 171 x (TCP/IP)S 172 x(Services,)S 172 x(and)S 171 x(also)S 171 x(includes)S 171 x(other)S 171 x(information)S 171 x(speci\211c)S 8083 X 598 y(to)S 178 x(a)S 178 x(particular)S 178 x(command)S 178 x(or)S 178 x(service,)S 181 x(such)S 179 x(as)S 177 x(change)S 2 x(s)S 177 x(in)S 178 x(command)S 178 x(syntax)S 178 x(or)S 8083 X 598 y(messages.)S 4497 13572 XY F24 (3.1)S 398 x(IP)S 232 x(Security)S 8083 X 897 y F151(The)S 179 x(IP)S 177 x(Security)S 179 x(\(IPSec\))S 178 x(feature)S 178 x(that)S 177 x (is)S 178 x(included)S 178 x(with)S 177 x(this)S 178 x(kit)S 178 x(is)S 177 x(not)S 178 x(currently)S 8083 X 598 y(supported.)S 294 x(HP)S 188 x (recommends)S 188 x(that)S 188 x(you)S 189 x(must)S 187 x(not)S 188 x (use)S 189 x(IPSec)S 188 x(in)S 188 x(a)S 188 x(production)S 8083 X 597 y(environ)S 2 x(ment.)S 4497 16910 XY F24(3.2)S 398 x(Dnsse)S -2 x (c_signzone)S 232 x(utility)S 232 x(may)S 232 x(hang)S 8083 X 896 y F151(The)S 167 x F234(dnssec_signzone)S 168 x F151(utility)S 167 x(may)S 166 x(hang)S 168 x(when)S 167 x(invoked)S 168 x(from)S 167 x(a)S 166 x (foreign)S 168 x(symbol.)S 250 x(The)S 8083 X 598 y(utility)S 173 x (will)S 172 x(neither)S 173 x(exhibit)S 173 x(this)S 172 x(behavior)S 174 x(when)S 172 x(it)S 173 x(is)S 172 x(executed)S 173 x(from)S 173 x (the)S 172 x(command)S 8083 X 598 y(line)S 172 x(using)S 172 x(a)S 171 x (foreign)S 172 x(symbol)S 172 x(or)S 171 x(MCR,)S 171 x(nor)S 172 x (when)S 172 x(the)S 172 x F234(-r)S 171 x F151(option)S 171 x(is)S 171 x (used)S 172 x(to)S 171 x(specify)S 171 x(a)S 8083 X 598 y(source)S 167 x (of)S 166 x(entropy)S -55 x(.)S 4497 20845 XY F24(3.3)S 398 x(COPY)S 231 x(/FTP)S 233 x(restriction)S 8083 X 897 y F151(COPY)S 165 x(/FTP)S 168 x(does)S 165 x(not)S 167 x(properly)S 166 x(support)S 166 x(ODS-5)S 165 x(\211lesystem)S 166 x(\211les.)S 4497 22987 XY F24(3.4)S 398 x (OpenVMS)S 232 x(Mails)S 8083 X 897 y F151(OpenVMS)S 173 x(mails)S 172 x (sent)S 173 x(to)S 173 x(a)S 173 x(distribution)S 173 x(list,)S 175 x (to)S 173 x(an)S 174 x(invalid)S 173 x(remote)S 173 x(addresses)S 173 x (does)S 8083 X 597 y(not)S 166 x(get)S 167 x(bounced.)S 250 x(However)S -36 x(,)S 166 x(the)S 166 x(mail)S 166 x(to)S 166 x(an)S 166 x(invalid)S 167 x(local)S 166 x(address)S 165 x(gets)S 166 x(bounced.)S 4497 25727 XY F24(3.5)S 398 x(Netstat)S 231 x(utility)S 8083 X 896 y F151(An)S 169 x (IP)S 169 x(address)S 169 x(added)S 169 x(to)S 168 x(a)S 170 x(tunnel)S 169 x(interface)S 170 x(cannot)S 170 x(be)S 169 x(seen)S 169 x(with)S 169 x(ifcon\211g.)S 256 x(The)S 170 x(new)S 8083 X 598 y(address)S 166 x (cannot)S 166 x(be)S 166 x(seen)S 166 x(unless)S 166 x(you)S 167 x(execu)S 2 x(te)S 165 x F234(netstat)S 167 x(-rn)S F151(.)S 4497 28466 XY F24 (3.6)S 398 x(SMTP)S 232 x(con\211gured)S 233 x(for)S 233 x(cluster)S 232 x(awareness)S 8083 X 897 y F151(If)S 186 x(SMTP)S 186 x(is)S 185 x (con\211g)S 2 x(ured)S 186 x(for)S 186 x(cluster)S 186 x(awareness,)S 191 x(the)S 186 x(disk)S 185 x(on)S 187 x(which)S 186 x(the)S 186 x (SMTP)S 8083 X 598 y(con\211g)S 2 x(uration)S 180 x(\211les)S 180 x (are)S 180 x(saved)S 180 x(must)S 179 x(be)S 180 x(mounted)S 180 x(before)S 180 x(the)S 180 x(TCP/IP)S 180 x(software)S 179 x(is)S 8083 X 598 y (started.)S 249 x(The)S 167 x(system)S 165 x(will)S 166 x(hang)S 167 x (up)S 166 x(on)S 166 x(TCP/IP)S 167 x(startup,)S 166 x(if)S 166 x(the)S 166 x(disk)S 166 x(is)S 166 x(not)S 166 x(mounted.)S 4497 31804 XY F24 (3.7)S 398 x(Manually)S 240 x(con\211guring)S 243 x(an)S 241 x(interface)S 241 x(as)S 242 x(DHC)S -2 x(P)S 242 x(leads)S 241 x(to)S 242 x(startup)S 5865 X 797 y(problems)S 8083 X 896 y F151(Manually)S 183 x(con\211gur)S 2 x(ing)S 181 x(an)S 182 x(interface)S 181 x(to)S 181 x(be)S 182 x(managed)S 181 x(via)S 182 x(DHCP)S 180 x(may)S 182 x(lead)S 181 x(to)S 181 x(an)S 8083 X 598 y(error)S -36 x(,)S 167 x(TCPIP-E-DEFINTE,)S 165 x(when)S 167 x(starting)S 167 x(TCP/IP)S -64 x(.)S 167 x(This)S 166 x(causes)S 166 x(TCP/IP)S 167 x(to)S 167 x(not)S 166 x(start)S 8083 X 598 y(properly)S -54 x(.)S 260 x(T)S -45 x(o)S 172 x(work)S 171 x(around)S 173 x(this)S 171 x(problem,)S 174 x(shutdown)S 171 x(TCP/IP)S -63 x(,)S 172 x(then)S 172 x(on)S 172 x(the)S 172 x(interface)S 8083 X 598 y(that)S 173 x(was)S 173 x(manually)S 174 x(con\211gu)S 2 x(red)S 173 x(as)S 173 x(DHCP)S -65 x(,)S 174 x(issue)S 173 x(the)S 173 x(following)S 174 x(command:)S 264 x F234($)S 173 x(tcpip)S 8083 X 598 y(set)S 166 x(config)S 167 x (inter)S 166 x F235(ifname)S F234(/PRIMARY)S 167 x F151(Now)S 165 x (restart)S 166 x(TCP/IP)S -64 x(.)S 5 SC -512 x 38258 Y F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S 400 x F40(3\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-2) 34 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.8)S 167 x(SLIP)S 165 x(restrictions)S 0 SC 4497 4711 XY F24(3.8)S 398 x(SLIP)S 232 x(restrictions)S 8083 X 897 y F151(The)S 167 x(serial)S 166 x(line)S 166 x(IP)S 166 x(protocol)S 166 x(\(SLIP\))S 166 x(is)S 165 x(not)S 167 x(supported)S 166 x(in)S 166 x(this)S 166 x (release.)S 4497 6853 XY F24(3.9)S 398 x(Advanc)S -2 x(ed)S 255 x(Programming)S 255 x(Environment)S 255 x(restrictions)S 255 x(and)S 5865 X 797 y(guidelines)S 8083 X 897 y F151(The)S 181 x(header)S 180 x(\211les)S 180 x(provided)S 180 x(in)S 181 x(TCPIP$EXAMPLES)S 179 x(are)S 180 x(provided)S 180 x (as)S 180 x(part)S 179 x(of)S 180 x(the)S 8083 X 597 y(advanced)S 188 x (TCP/IP)S 188 x(programming)S 189 x(environmen)S 2 x(t.)S 292 x(The)S 188 x(following)S 187 x(list)S 187 x(describes)S 8083 X 598 y(restrictions)S 166 x(and)S 166 x(guidelines)S 167 x(for)S 166 x(using)S 167 x(them:)S 8083 X 897 y(\201)S 595 x(Use)S 229 x(of)S 229 x(the)S 229 x(functions)S 230 x(and)S 230 x(data)S 229 x(structures)S 229 x(described)S 229 x (in)S 8980 X 597 y(TCPIP$EXAMPLES:RESO)S -2 x(L)S -45 x(V)S -65 x(.H)S 170 x(is)S 169 x(limited)S 169 x(to)S 169 x(32-bit)S 169 x(pointers.)S 257 x(The)S 170 x(underlyin)S 2 x(g)S 8980 X 598 y(implementation)S 172 x(will)S 172 x(only)S 173 x(handle)S 174 x(32-bit)S 172 x(pointers.)S 262 x(Previously)S -54 x(,)S 175 x(64-bit)S 172 x(pointers)S 8980 X 598 y(were)S 176 x(wrongly)S 176 x(accepted,)S 179 x(resulting)S 177 x (in)S 176 x(unde\211ne)S 2 x(d)S 175 x(behavior)S 177 x(for)S 176 x (the)S 176 x(underly)S 2 x(ing)S 8980 X 598 y(implementation.)S 8083 X 896 y(\201)S 595 x(The)S 199 x(IP)S -64 x(.H)S 199 x(and)S 199 x(IP6.H)S 199 x(header)S 199 x(\211les)S 199 x(are)S 198 x(incomplete)S 199 x (in)S 199 x(the)S 199 x(OpenVMS)S 8980 X 598 y(environmen)S 2 x(t.)S 285 x(They)S 186 x(contain)S 185 x F234(include)S 184 x F151(directives)S 185 x(for)S 184 x(header)S 185 x(\211les)S 184 x(that)S 185 x(are)S 8980 X 598 y(not)S 178 x(provided)S 179 x(in)S 178 x(this)S 178 x(version)S 179 x(of)S 178 x(TCP/IP)S 178 x(Services.)S 274 x(Refer)S 178 x(to)S 178 x(the)S 178 x F152(HP)S 179 x(TCP/IP)S 8980 X 598 y(Services)S 178 x (for)S 177 x(OpenVMS)S 178 x(Sockets)S 179 x(API)S 177 x(and)S 178 x (System)S 179 x(Services)S 178 x(Programming)S 179 x F151(for)S 8980 X 597 y(more)S 166 x(information.)S 4497 17812 XY F24(3.10)S 397 x(BIND/D)S -2 x(NS)S 232 x(restrictions)S 8083 X 896 y F151(BIND)S 165 x(V)S -46 x (ersion)S 166 x(9)S 166 x(has)S 166 x(the)S 166 x(following)S 167 x (restrictions:)S 8083 X 897 y(\201)S 595 x(Certain)S 175 x(DNS)S 174 x (server)S 176 x(implementations)S 175 x(do)S 175 x(not)S 175 x(support)S 175 x(AAAA)S 174 x(\(IPv6)S 176 x(address\))S 8980 X 598 y(records.)S 253 x(When)S 168 x(queried)S 168 x(for)S 167 x(an)S 168 x(AAAA)S 166 x (\(IPv6\))S 168 x(record)S 168 x(type)S 168 x(by)S 168 x(the)S 167 x (BIND)S 167 x(resolver)S -36 x(,)S 8980 X 598 y(these)S 175 x(name)S 175 x(servers)S 175 x(will)S 174 x(return)S 176 x(an)S 175 x(NXDOMAI)S -2 x(N)S 175 x(status,)S 177 x(even)S 176 x(if)S 174 x(an)S 176 x(A)S 174 x(\(IPv4\))S 8980 X 597 y(record)S 182 x(exists)S 181 x(for)S 181 x (the)S 182 x(same)S 180 x(domain)S 182 x(name.)S 280 x(These)S 182 x (name)S 182 x(servers)S 181 x(should)S 182 x(be)S 8980 X 598 y(returning)S 169 x(NOERRO)S -2 x(R)S 168 x(as)S 168 x(the)S 168 x(status)S 167 x (for)S 168 x(such)S 169 x(a)S 167 x(query)S -54 x(.)S 254 x(This)S 168 x (problem)S 168 x(can)S 168 x(result)S 8980 X 598 y(in)S 166 x(delays)S 166 x(during)S 167 x(host)S 166 x(name)S 167 x(resolution.)S 8980 X 797 y(BIND)S 168 x(V)S -46 x(ersion)S 169 x(9.3.1,)S 171 x(which)S 169 x (is)S 169 x(supported)S 169 x(with)S 169 x(this)S 168 x(release)S 169 x (of)S 169 x(TCP/IP)S 170 x(Services,)S 8980 X 598 y(and)S 166 x(prior)S 166 x(versions)S 167 x(of)S 166 x(BIND)S 165 x(do)S 166 x(not)S 166 x (exhibit)S 166 x(this)S 166 x(problem.)S 8083 X 896 y(\201)S 595 x(Serving)S 167 x(secure)S 167 x(zones)S 8980 X 797 y(When)S 183 x(acting)S 184 x (as)S 182 x(an)S 183 x(authoritative)S 184 x(name)S 183 x(server)S -36 x (,)S 187 x(BIND)S 182 x(V)S -46 x(ersion)S 183 x(9)S 183 x(includes)S 8980 X 598 y(KEY)S -57 x(,)S 171 x(SIG,)S 170 x(and)S 170 x(NXT)S 170 x (records)S 171 x(in)S 170 x(responses)S 170 x(as)S 169 x(speci\211ed)S 171 x(in)S 170 x(RFC)S 170 x(2535)S 170 x(when)S 170 x(the)S 8980 X 598 y(request)S 166 x(has)S 166 x(the)S 166 x(DO)S 165 x(\212ag)S 167 x (set)S 166 x(in)S 166 x(the)S 166 x(query)S -54 x(.)S 8083 X 896 y(\201)S 595 x(Secure)S 167 x(resolution)S 8980 X 797 y(Basic)S 176 x(support)S 176 x(for)S 177 x(validation)S 177 x(of)S 177 x(DNSSE)S -2 x(C)S 177 x (signatures)S 177 x(in)S 177 x(responses)S 176 x(has)S 177 x(been)S 8980 X 598 y(implemented)S 166 x(but)S 166 x(should)S 166 x(be)S 166 x (considered)S 166 x(experimental.)S 8980 X 797 y(When)S 189 x(acting)S 190 x(as)S 189 x(a)S 189 x(caching)S 190 x(name)S 190 x(server)S -37 x (,)S 196 x(BIND)S 188 x(V)S -47 x(ersion)S 190 x(9)S 189 x(is)S 188 x (capable)S 189 x(of)S 8980 X 598 y(performing)S 182 x(basic)S 180 x (DNSSEC)S 180 x(validation)S 181 x(of)S 181 x(positive)S 181 x(as)S 181 x(well)S 180 x(as)S 181 x(nonexistence)S 8980 X 598 y(responses.)S 271 x(Y)S -55 x(ou)S 177 x(can)S 178 x(enable)S 178 x(this)S 177 x(functionality)S 178 x(by)S 178 x(including)S 178 x(a)S 177 x F234(trusted-keys)S 8980 X 597 y F151(clause)S 193 x(containing)S 194 x(the)S 193 x(top-level)S 192 x(zone)S 193 x(key)S 194 x(of)S 192 x(the)S 193 x(DNSSEC)S 191 x (tree)S 193 x(in)S 193 x(the)S 8980 X 598 y(con\211gu)S 2 x(ration)S 166 x(\211le.)S 8980 X 797 y(V)S -46 x(alidation)S 171 x(of)S 172 x (wildcard)S 171 x(responses)S 171 x(is)S 171 x(not)S 172 x(curren)S 2 x(tly)S 171 x(supported.)S 261 x(In)S 172 x(particular)S -37 x(,)S 174 x(a)S 8980 X 598 y(`)S -10 x(`)S F234(name)S 173 x(does)S 173 x (not)S 173 x(exist)S F151(')S -9 x(')S 173 x(response)S 173 x(will)S 172 x(validate)S 173 x(successfully)S 173 x(even)S 174 x(if)S 172 x (the)S 173 x(server)S 8980 X 598 y(does)S 175 x(not)S 177 x(contain)S 176 x(the)S 176 x(NXT)S 176 x(records)S 176 x(to)S 176 x(prove)S 177 x (the)S 176 x(nonexistence)S 177 x(of)S 176 x(a)S 176 x(matching)S 8980 X 598 y(wildcard.)S 5 SC 4497 38258 XY F40(3\2032)S 399 x F38(Restrictions)S 166 x(and)S 166 x(Limitations)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-3) 35 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 19572 X 647 y(3.10)S 167 x(BIND/DN)S -2 x(S)S 166 x(restrictions)S 0 SC 8980 4555 XY F151(Proof)S 168 x(of)S 167 x(insecure)S 168 x(status)S 167 x(for)S 167 x(insecure)S 169 x(zones)S 167 x(delegated)S 167 x(from)S 168 x(secure)S 168 x(zones)S 167 x(works)S 8980 X 598 y(when)S 174 x (the)S 174 x(zones)S 173 x(are)S 174 x(completely)S 174 x(insecure.)S 266 x(Privately)S 175 x(secured)S 174 x(zones)S 173 x(delegated)S 8980 X 598 y(from)S 181 x(secure)S 181 x(zones)S 181 x(will)S 180 x(not)S 181 x (work)S 181 x(in)S 182 x(all)S 180 x(cases,)S 185 x(such)S 181 x(as)S 181 x(when)S 181 x(the)S 181 x(privately)S 8980 X 597 y(secured)S 177 x (zone)S 177 x(is)S 176 x(served)S 177 x(by)S 177 x(the)S 177 x(same)S 176 x(server)S 177 x(as)S 176 x(an)S 177 x(ancestor)S 177 x(\(but)S 177 x(not)S 176 x(parent\))S 8980 X 598 y(zone.)S 8980 X 797 y(Handling)S 168 x(of)S 167 x(the)S 167 x(CD)S 166 x(bit)S 167 x(in)S 167 x(queries)S 167 x(is)S 167 x(now)S 167 x(fully)S 167 x(implemented.)S 251 x(V)S -46 x(alidation)S 167 x(is)S 166 x(not)S 8980 X 598 y(attempted)S 165 x (for)S 166 x(recursive)S 167 x(queries)S 166 x(if)S 166 x(CD)S 165 x (is)S 166 x(set.)S 8083 X 897 y(\201)S 595 x(Secure)S 167 x(dynamic)S 166 x(update)S 8980 X 797 y(Dynamic)S 171 x(updating)S 171 x(of)S 171 x (secure)S 171 x(zones)S 170 x(has)S 170 x(been)S 171 x(partially)S 171 x (implemented.)S 258 x(Affected)S 8980 X 597 y(NXT)S 180 x(and)S 180 x (SIG)S 179 x(records)S 180 x(are)S 180 x(updated)S 180 x(by)S 180 x (the)S 180 x(server)S 181 x(when)S 180 x(an)S 180 x(update)S 180 x(occurs.)S 8980 X 598 y(Use)S 170 x(the)S 171 x F234(update-policy)S 171 x F151 (statement)S 169 x(in)S 171 x(the)S 171 x(zone)S 170 x(de\211nition)S 172 x(for)S 170 x(advanced)S 172 x(access)S 8980 X 598 y(control.)S 8083 X 897 y(\201)S 595 x(Secure)S 167 x(zone)S 166 x(transfers)S 8980 X 797 y(BIND)S 165 x(V)S -46 x(ersion)S 167 x(9)S 166 x(does)S 166 x(not)S 166 x(implement)S 167 x(the)S 166 x(zone)S 167 x(transfer)S 166 x(security)S 167 x(mechanisms)S 166 x(of)S 8980 X 597 y(RFC)S 162 x(2535)S 162 x (because)S 163 x(they)S 163 x(are)S 162 x(considered)S 163 x(inferior)S 163 x(to)S 162 x(the)S 162 x(use)S 163 x(of)S 162 x(TSIG)S 162 x(or)S 162 x(SIG\(0\))S 162 x(to)S 8980 X 598 y(ensure)S 167 x(the)S 166 x (integrity)S 167 x(of)S 166 x(zone)S 166 x(transfers.)S 8083 X 897 y (\201)S 595 x(SSL$LIBCR)S -20 x(YPTO_SHR32.EXE)S 165 x(requirement)S 8980 X 797 y(In)S 179 x(this)S 179 x(version)S 180 x(of)S 179 x(TCP/IP)S 180 x(Services,)S 183 x(the)S 179 x(BIND)S 178 x(Server)S 180 x(and)S 180 x(related)S 179 x(utilities)S 8980 X 597 y(have)S 171 x(been)S 171 x (updated)S 170 x(to)S 170 x(use)S 171 x(the)S 170 x(OpenSSL)S 170 x (shareable)S 171 x(image)S 170 x(SSL$LIBCR)S -20 x(YPTO_)S 8980 X 598 y (SHR32.EXE.)S 178 x(There)S 179 x(is)S 178 x(now)S 179 x(a)S 179 x(requirement)S 179 x(that)S 178 x(this)S 179 x(shareable)S 178 x(image)S 179 x(from)S 8980 X 598 y(OpenSSL)S 168 x(V1.2)S 168 x(or)S 169 x(higher)S 169 x (be)S 169 x(installed)S 167 x(on)S 169 x(the)S 169 x(system)S 167 x (before)S 169 x(starting)S 168 x(the)S 168 x(BIND)S 8980 X 598 y(Server)S -36 x(.)S 249 x(It)S 166 x(must)S 165 x(also)S 166 x(be)S 166 x(installed)S 166 x(before)S 166 x(using)S 167 x(the)S 166 x(following)S 166 x(BIND)S 165 x(utilities:)S 8980 X 896 y F238(BIND_CHECKC)S 2 x(ONF)S 8980 X 499 y(BIND_CHECKZ)S 2 x(ONE)S 8980 X 498 y(DIG)S -717 x 498 y(DNSSEC_KEYG)S 2 x(EN)S 8980 X 498 y(DNSSEC_SIGN)S 2 x(ZONE)S 8980 X 498 y(HOST)S 8980 X 498 y(NSUPDATE)S 8980 X 498 y(RNDC_CONFGE)S 2 x(N)S 4497 24680 XY F24 (3.1)S -39 x(1)S 398 x(IPv6)S 232 x(restrictions)S 8083 X 896 y F151 (The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(restrictions)S 165 x(in)S 167 x(the)S 166 x(use)S 166 x(of)S 166 x(IPv6.)S 4497 26672 XY F28(3.1)S -32 x(1.1)S 399 x(Mobile)S 200 x(IPv6)S 200 x(restrictions)S 8083 X 797 y F151(Mobile)S 166 x(IPv6)S 167 x(is)S 165 x(not)S 167 x (supported)S 166 x(in)S 166 x(this)S 166 x(release.)S 4497 28565 XY F28(3.1)S -32 x(1.2)S 399 x(IPv6)S 200 x(requires)S 200 x(the)S 200 x (BIND)S 198 x(Resolver)S 8083 X 797 y F151(If)S 173 x(you)S 173 x(are)S 173 x(using)S 174 x(IPv6,)S 176 x(you)S 173 x(must)S 173 x(enable)S 173 x(the)S 173 x(BIND)S 172 x(resolver)S -36 x(.)S 263 x(T)S -46 x (o)S 173 x(enable)S 173 x(the)S 173 x(BIND)S 8083 X 598 y(resolver)S -36 x(,)S 186 x(use)S 181 x(the)S 182 x(TCPIP$CONFIG.CO)S -2 x(M)S 182 x (command)S 182 x(procedure.)S 281 x(From)S 182 x(the)S 182 x F234(Core)S 8083 X 598 y(environment)S 167 x F151(menu,)S 167 x(select)S 166 x(BIND)S 164 x(Resolver)S -36 x(.)S 8083 X 896 y(Y)S -55 x(ou)S 179 x(must)S 178 x(specify)S 179 x(the)S 179 x(BIND)S 177 x(server)S 180 x(to)S 178 x (enable)S 179 x(the)S 179 x(BIND)S 178 x(resolver)S -36 x(.)S 275 x (If)S 178 x(you)S 180 x(do)S 178 x(not)S 8083 X 598 y(have)S 175 x(access)S 173 x(to)S 174 x(a)S 173 x(BIND)S 173 x(server)S -37 x(,)S 177 x(specify)S 173 x(the)S 174 x(node)S 174 x(address)S 173 x(127.0.0.1)S 175 x(as)S 173 x(your)S 175 x(BIND)S 8083 X 598 y(server)S -36 x(.)S 5 SC 20501 38258 XY F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S 400 x F40 (3\2033)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-4) 36 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.12)S 167 x(NFS)S 165 x(restrictions)S 0 SC 4497 4711 XY F24(3.12)S 397 x(NFS)S 232 x(restrictions)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(problems)S 165 x(and)S 167 x(restrictions)S 165 x(with)S 166 x(NFS.)S 4497 6703 XY F28(3.12.1)S 400 x(NFS)S 199 x(Server)S 199 x(problems)S 200 x(and)S 200 x(restriction)S 2 x(s)S 8083 X 797 y F151(The)S 167 x(following)S 166 x(restrictions)S 166 x(apply)S 166 x(to)S 166 x(the)S 166 x(NFS)S 166 x(server:)S 8083 X 897 y(\201)S 595 x(When)S 166 x(performing)S 167 x(a)S 166 x(mount)S 167 x(operation)S 166 x(or)S 167 x(starting)S 166 x(the)S 166 x(NFS)S 166 x(server)S 167 x(with)S 165 x(OPCOM)S 8980 X 598 y(enabled,)S 183 x(the)S 180 x(TCP/IP)S 180 x(Services)S 180 x(MOUNT)S 179 x(server)S 180 x(can)S 180 x(erroneou)S 2 x(sly)S 179 x(display)S 179 x(the)S 8980 X 598 y(following)S 166 x(message:)S 8980 X 896 y F238 (%TCPIP-E-NF)S 2 x(S_BFSCAL,)S 240 x(operatio)S 2 x(n)S 239 x(MOUNT_POIN)S 2 x(T)S 239 x(failed)S 240 x(on)S 239 x(file)S 240 x(/)S F239(dev)S F238(/)S F239(dir)S 8980 X 897 y F151(This)S 199 x(message)S 198 x(appears)S 198 x(even)S 200 x(when)S 199 x(the)S 198 x(MOUNT)S 199 x(or)S 199 x (NFS)S 198 x(startup)S 198 x(has)S 8980 X 598 y(successfully)S 176 x (completed.)S 270 x(In)S 176 x(the)S 176 x(case)S 176 x(of)S 176 x(a)S 176 x(mount)S 177 x(operation,)S 179 x(if)S 176 x(it)S 176 x(has)S 176 x (actually)S 8980 X 597 y(succeeded,)S 167 x(the)S 166 x(following)S 166 x(message)S 166 x(will)S 165 x(also)S 166 x(be)S 166 x(displayed:)S 8980 X 897 y F238(%TCPIP-S-NF)S 2 x(S_MNTSUC,)S 240 x(mounted)S 241 x (file)S 239 x(system)S 241 x(/)S F239(dev)S F238(/)S F239(dir)S 8083 X 897 y F151(\201)S 595 x(If)S 157 x(the)S 157 x(NFS)S 157 x(server)S 158 x(and)S 157 x(the)S 157 x(NFS)S 157 x(client)S 158 x(are)S 157 x (in)S 157 x(different)S 157 x(domains)S 157 x(and)S 157 x(unquali\211e)S 2 x(d)S 8980 X 597 y(host)S 171 x(names)S 170 x(are)S 172 x(used)S 170 x (in)S 172 x(requests,)S 172 x(the)S 171 x(lock)S 172 x(server)S 171 x (\(LOCKD\))S 169 x(fails)S 171 x(to)S 170 x(honor)S 172 x(the)S 8980 X 598 y(request)S 166 x(and)S 166 x(leaves)S 166 x(the)S 167 x(\211le)S 166 x(unlocked.)S 8980 X 797 y(When)S 172 x(the)S 173 x(server)S 172 x (attempts)S 171 x(to)S 172 x(look)S 173 x(up)S 172 x(a)S 172 x(host)S 172 x(using)S 173 x(its)S 172 x(unquali\211ed)S 173 x(host)S 172 x(name)S 8980 X 598 y(\(for)S 174 x(example,)S 178 x F234(johnws)S F151(\))S 175 x(instead)S 174 x(of)S 174 x(the)S 175 x(fully)S 175 x(quali\211ed)S 175 x(host)S 175 x(name)S 175 x(\(for)S 174 x(example,)S 8980 X 598 y F234(johnws.abc)S 175 x(com)S F151(\),)S 176 x(and)S 175 x(the)S 174 x (host)S 174 x(is)S 174 x(not)S 175 x(in)S 174 x(the)S 175 x(same)S 173 x (domain)S 175 x(as)S 174 x(the)S 174 x(server)S -36 x(,)S 177 x(the)S 8980 X 597 y(request)S 166 x(fails.)S 8980 X 798 y(T)S -46 x(o)S 166 x (solve)S 167 x(this)S 165 x(type)S 167 x(of)S 166 x(problem,)S 166 x (you)S 167 x(can)S 166 x(do)S 166 x(one)S 167 x(of)S 166 x(the)S 166 x (following:)S 8980 X 896 y(\203)S 619 x(When)S 170 x(you)S 169 x(con\211g)S 2 x(ure)S 169 x(the)S 169 x(NFS)S 169 x(client,)S 170 x(specify)S 169 x (the)S 168 x(fully)S 170 x(quali\211ed)S 169 x(host)S 168 x(name,)S 9876 X 598 y(including)S 168 x(the)S 166 x(domain)S 166 x(name.)S 250 x (This)S 166 x(ensures)S 166 x(that)S 166 x(translation)S 166 x(will)S 166 x(succeed.)S 8980 X 897 y(\203)S 619 x(Add)S 196 x(an)S 196 x(entry)S 197 x(to)S 196 x(the)S 196 x(NFS)S 196 x(server)S 28 x(')S -19 x(s)S 196 x(hosts)S 195 x(database)S 195 x(for)S 196 x(the)S 196 x(client')S -18 x(s)S 9876 X 597 y(unqu)S 2 x(ali\211ed)S 156 x(host)S 157 x(name.)S 250 x(Only)S 157 x(that)S 156 x(NFS)S 157 x(server)S 157 x(will)S 156 x (be)S 157 x(able)S 157 x(to)S 156 x(translate)S 157 x(this)S 9876 X 598 y(host)S 176 x(name.)S 270 x(This)S 176 x(solution)S 176 x(will)S 175 x(not)S 176 x(work)S 176 x(if)S 176 x(the)S 176 x(client)S 176 x (obtains)S 176 x(its)S 175 x(address)S 9876 X 598 y(dynamically)S 167 x (from)S 166 x(DHCP)S -64 x(.)S 4497 24238 XY F28(3.12.2)S 400 x(NFS)S 199 x(Client)S 199 x(problem)S 2 x(s)S 199 x(and)S 200 x(restrictions)S 8083 25334 XY F151(\201)S 595 x(If)S 177 x(the)S 178 x(OpenVMS)S 177 x (NFS)S 177 x(client)S 178 x(is)S 177 x(executing)S 179 x(the)S 178 x (MOUNT)S 178 x(commands)S 177 x(from)S 177 x(the)S 8980 X 597 y(script)S 170 x(in)S 171 x(a)S 171 x(non-sequential)S 171 x(manner)S -36 x(,)S 172 x(a)S 171 x(wrong)S 172 x(unit)S 171 x(number)S 171 x(is)S 170 x (returned)S 172 x(causing)S 8980 X 598 y(the)S 175 x(NFS)S 174 x(exported)S 175 x(directory)S 176 x(to)S 174 x(mount)S 175 x(on)S 175 x(a)S 175 x (wrong)S 175 x(device)S 176 x(number)S 175 x(because)S 175 x(of)S 8980 X 598 y(the)S 166 x(timing)S 166 x(issue.)S 8980 X 797 y(For)S 177 x(example,)S 180 x(the)S 177 x(following)S 176 x(mount)S 177 x(command)S 177 x(makes)S 177 x(NFS)S 176 x(to)S 177 x(be)S 176 x(mounted)S 177 x(on)S 8980 X 598 y(DNFS8)S 165 x(instead)S 166 x(of)S 166 x(the)S 166 x(requested)S 166 x(device)S 167 x(DNFS4.)S 8980 X 896 y F238($)S 239 x(TCPIP)S 240 x (MOUNT)S 240 x(DNFS4:[)S F239()S F238(]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y(/PATH=<)S F239(pa)S 2 x (th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x(=UNIQUE)S 8980 X 897 y F36(W)S -9 x(orkaround)S 8980 X 697 y F151(Execute)S 166 x(the)S 167 x (mount)S 166 x(commands)S 166 x(such)S 166 x(that)S 166 x(the)S 167 x (device)S 166 x(numbers)S 167 x(are)S 166 x(sequential.)S 8980 X 797 y (For)S 166 x(example,)S 167 x(instead)S 166 x(of)S 166 x(the)S 166 x (following)S 166 x(set)S 166 x(of)S 166 x(commands:)S 8980 X 897 y F238 ($)S 239 x(TCPIP)S 240 x(MOUNT)S 240 x(DNFS3:[<)S F239(d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y (/PATH=<)S F239(pa)S 2 x(th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x (=UNIQUE)S 8980 X 498 y($)S 239 x(TCPIP)S 240 x(MOUNT)S 240 x(DNFS2:[<)S F239(d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x (e)S F238(>)S 9458 X 498 y(/PATH=<)S F239(pa)S 2 x(th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x(=UNIQUE)S 8980 X 499 y($)S 239 x(TCPIP)S 240 x (MOUNT)S 240 x(DNFS1:[<)S F239(d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y(/PATH=<)S F239(pa)S 2 x (th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x(=UNIQUE)S 5 SC 4497 38258 XY F40(3\2034)S 399 x F38(Restrictions)S 166 x(and)S 166 x(Limitations)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-5) 37 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 21265 X 647 y(3.12)S 168 x(NFS)S 165 x(restrictions)S 0 SC 8980 4555 XY F151(Change)S 167 x(the)S 166 x(sequence)S 167 x(as)S 165 x(follows:)S 8980 X 897 y F238($)S 239 x(TCPIP)S 240 x(MOUNT)S 240 x(DNFS1:[<)S F239 (d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y(/PATH=<)S F239(pa)S 2 x(th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x(=UNIQUE)S 8980 X 498 y($)S 239 x(TCPIP)S 240 x (MOUNT)S 240 x(DNFS2:[<)S F239(d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y(/PATH=<)S F239(pa)S 2 x (th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x(=UNIQUE)S 8980 X 498 y ($)S 239 x(TCPIP)S 240 x(MOUNT)S 240 x(DNFS3:[<)S F239(d)S 2 x(irectory)S F238(>]/H)S 2 x(OST=<)S F239(host-nam)S 2 x(e)S F238(>)S 9458 X 498 y (/PATH=<)S F239(pa)S 2 x(th-name)S F238(>/SUP)S 2 x(ER/PROCESSOR)S 2 x (=UNIQUE)S 8083 X 897 y F151(\201)S 595 x(SYMLINKs)S 165 x(fail)S 165 x (to)S 166 x(work)S 167 x(for)S 166 x(NFS)S 166 x(client)S 166 x(disks.)S 8083 X 897 y(\201)S 595 x(T)S -46 x(o)S 185 x(get)S 185 x(proper)S 184 x (timestamps,)S 188 x(when)S 185 x(the)S 185 x(system)S 184 x(time)S 184 x(is)S 184 x(changed)S 185 x(for)S 185 x(daylight)S 8980 X 597 y (savings)S 175 x(time)S 175 x(\(DST\),)S 174 x(dismount)S 175 x(all)S 175 x(DNFS)S 174 x(devices.)S 268 x(\(The)S 175 x(TCP/IP)S 176 x(management)S 8980 X 598 y(command)S 166 x(SHOW)S 165 x(MOUNT)S 167 x(should)S 166 x (show)S 166 x(zero)S 166 x(mounted)S 167 x(devices.\))S 250 x(Then)S 167 x(remount)S 8980 X 598 y(the)S 166 x(devices.)S 8083 X 897 y(\201)S 595 x(The)S 190 x(NFS)S 189 x(client)S 189 x(does)S 189 x(not)S 190 x (properly)S 190 x(handle)S 189 x(\211le)S 190 x(names)S 189 x(with)S 189 x(the)S 189 x(semicolon)S 8980 X 597 y(character)S 178 x(on)S 177 x (ODS-5)S 176 x(disk)S 177 x(volumes.)S 272 x(\(For)S 178 x(example,)S 180 x F234(a^;b.dat;5)S 178 x F151(is)S 176 x(a)S 177 x(valid)S 178 x (\211le)S 8980 X 598 y(name.\))S 249 x(Such)S 167 x(\211le)S 167 x(names)S 165 x(are)S 167 x(truncated)S 166 x(at)S 166 x(the)S 166 x(semicolon.)S 8083 X 897 y(\201)S 595 x(The)S 191 x(NFS)S 191 x(client)S 191 x(included)S 191 x(with)S 191 x(TCP/IP)S 191 x(Services)S 191 x(uses)S 191 x(the)S 191 x(NFS)S 190 x(V)S -46 x(ersion)S 191 x(2)S 8980 X 598 y(protocol)S 166 x(only)S -54 x(.)S 8083 X 896 y(\201)S 595 x(W)S -19 x(ith)S 160 x (the)S 161 x(NFS)S 160 x(V)S -46 x(ersion)S 161 x(2)S 160 x(protocol,)S 162 x(the)S 161 x(value)S 161 x(of)S 160 x(the)S 161 x(\211le)S 160 x (size)S 160 x(is)S 160 x(limited)S 159 x(to)S 160 x(32)S 161 x(bits.)S 8083 X 897 y(\201)S 595 x(The)S 178 x(ISO)S 176 x(Latin-1)S 178 x(character)S 178 x(set)S 177 x(is)S 177 x(supported.)S 272 x(The)S 178 x(UCS-2)S 176 x(characters)S 178 x(are)S 178 x(not)S 8980 X 598 y(supported.)S 8083 X 896 y(\201)S 595 x(File)S 181 x(names,)S 185 x(including)S 182 x (\211le)S 181 x(extensions,)S 185 x(can)S 181 x(be)S 181 x(no)S 181 x (more)S 181 x(than)S 182 x(236)S 180 x(characters)S 8980 X 598 y(long.)S 8083 X 897 y(\201)S 595 x(Files)S 176 x(containing)S 178 x(characters)S 178 x(not)S 177 x(accepted)S 176 x(by)S 178 x(ODS-)S -2 x(5)S 177 x (on)S 177 x(the)S 177 x(active)S 177 x(OpenVMS)S 8980 X 597 y(version)S 167 x(or)S 167 x(whose)S 167 x(name)S 167 x(and)S 167 x(extension)S 167 x(exceeds)S 167 x(236)S 167 x(characters)S 167 x(are)S 167 x(truncated)S 167 x(to)S 8980 X 598 y(zero)S 175 x(length.)S 268 x(This)S 175 x(makes)S 175 x(them)S 175 x(invisible)S 175 x(to)S 175 x(OpenVMS)S 174 x(and)S 175 x(is)S 175 x(consistent)S 174 x(with)S 8980 X 598 y(prior)S 166 x (OpenVMS)S 166 x(NFS)S 166 x(client)S 166 x(behavior)S -36 x(.)S 4497 23185 XY F24(3.13)S 397 x(NTP)S 232 x(problems)S 233 x(and)S 232 x(restrictions)S 8083 X 897 y F151(The)S 176 x(NTP)S 175 x(server)S 176 x(has)S 175 x (a)S 175 x(stratum)S 174 x(limit)S 174 x(of)S 175 x(15.)S 267 x(The)S 176 x(server)S 176 x(does)S 174 x(not)S 175 x(synchr)S 2 x(onize)S 174 x (to)S 8083 X 598 y(any)S 167 x(time)S 166 x(server)S 166 x(that)S 166 x (reports)S 166 x(a)S 166 x(stratum)S 166 x(of)S 166 x(15)S 166 x(or)S 166 x(greater)S -36 x(.)S 250 x(This)S 166 x(may)S 166 x(cause)S 167 x (problems)S 8083 X 597 y(if)S 170 x(you)S 171 x(try)S 170 x(to)S 170 x (synchron)S 2 x(ize)S 169 x(to)S 170 x(a)S 170 x(server)S 171 x(running)S 172 x(the)S 170 x(UCX)S 169 x(NTP)S 171 x(server)S -36 x(,)S 171 x(if)S 170 x(that)S 170 x(server)S 8083 X 598 y(has)S 175 x(been)S 175 x(designated)S 175 x(as)S 175 x(`)S -10 x(`free)S 175 x(running)S 2 x(')S -9 x(')S 174 x(\(with)S 174 x(the)S 175 x F234(local-master)S 176 x F151(command\).)S 267 x(For)S 8083 X 598 y(proper)S 168 x(operation,)S 168 x(the)S 168 x F234(local-master)S 167 x F151(designation)S 168 x(must)S 167 x(be)S 167 x(speci\211ed)S 168 x(with)S 166 x(a)S 168 x(stratum)S 8083 X 598 y (no)S 167 x(greater)S 166 x(than)S 167 x(14.)S 4497 28316 XY F24(3.14)S 397 x(SNMP)S 232 x(problems)S 233 x(and)S 232 x(restrictions)S 8083 X 897 y F151(This)S 183 x(section)S 183 x(describes)S 182 x(restrictions)S 183 x(to)S 183 x(the)S 183 x(SNMP)S 183 x(component)S 183 x(for)S 183 x (this)S 183 x(release.)S 8083 X 597 y(For)S 176 x(more)S 175 x(information)S 176 x(about)S 175 x(using)S 176 x(SNMP)S -64 x(,)S 175 x(refer)S 176 x (to)S 175 x(the)S 175 x F152(HP)S 176 x(TCP/IP)S 175 x(Services)S 175 x (for)S 8083 X 598 y(OpenVMS)S 166 x(SNMP)S 167 x(Programming)S 168 x (and)S 166 x(Referenc)S 2 x(e)S 166 x F151(manual.)S 4497 31504 XY F28 (3.14.1)S 400 x(Incomp)S 2 x(lete)S 200 x(restart)S 8083 X 797 y F151 (When)S 159 x(the)S 159 x(SNMP)S 159 x(master)S 158 x(agent)S 159 x (and)S 159 x(subagents)S 159 x(fail)S 158 x(or)S 159 x(are)S 159 x(stopped,)S 160 x(TCP/IP)S 159 x(Services)S 8083 X 598 y(is)S 186 x(often)S 187 x (able)S 186 x(to)S 187 x(restart)S 186 x(all)S 186 x(processes)S 186 x (automatically)S -56 x(.)S 291 x(However)S -37 x(,)S 192 x(under)S 188 x (certain)S 8083 X 598 y(conditions,)S 174 x(subagent)S 172 x(processes)S 170 x(may)S 172 x(not)S 172 x(restart.)S 259 x(When)S 172 x(this)S 171 x (happens,)S 174 x(the)S 171 x(display)S 8083 X 597 y(from)S 168 x(the)S 168 x(DCL)S 167 x(command)S 169 x(SHOW)S 166 x(SYSTEM)S 168 x(does)S 167 x(not)S 168 x(include)S 169 x(TCPIP$OS_MIBS)S 167 x(and)S 8083 X 598 y(TCPIP$HR_MIB.)S 167 x(If)S 167 x(this)S 167 x(situation)S 167 x (occurs,)S 168 x(restart)S 167 x(SNMP)S 167 x(by)S 168 x(entering)S 168 x(the)S 167 x(following)S 8083 X 598 y(commands:)S 5 SC 20501 38258 XY F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S 400 x F40 (3\2035)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-6) 38 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.14)S 167 x(SNMP)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4455 XY F238($)S 240 x(@SYS$STARTUP:)S 2 x(TCPIP$SNMP_S)S 2 x(HUTDOWN.COM)S 8083 X 797 y($)S 240 x(@SYS$STARTUP:)S 2 x(TCPIP$SNMP_S)S 2 x(TARTUP.COM)S 4497 6348 XY F28(3.14.2)S 400 x (SNMP)S 198 x(IVP)S 199 x(error)S 8083 X 797 y F151(On)S 166 x(slow)S 165 x(systems,)S 166 x(the)S 166 x(SNMP)S 167 x(Installation)S 165 x (V)S -46 x(eri\211cation)S 167 x(Procedure)S 167 x(can)S 167 x(fail)S 165 x(because)S 167 x(a)S 8083 X 598 y(subagent)S 167 x(does)S 166 x (not)S 166 x(respond)S 166 x(to)S 166 x(the)S 166 x(test)S 165 x(query)S -54 x(.)S 250 x(The)S 166 x(error)S 167 x(messages)S 165 x(look)S 167 x (like)S 166 x(this:)S 8801 X 896 y F238(.)S -239 x 498 y(.)S -239 x 498 y(.)S 8083 X 499 y(Shutting)S 241 x(down)S 239 x(the)S 240 x(SNMP)S 240 x(service...)S 241 x(done.)S 8083 11229 XY(Creating)S 241 x(temporary)S 240 x(read/wri)S 2 x(te)S 239 x(community)S 241 x(SNMPIVP_153.)S 8083 X 797 y(Enabling)S 241 x(SET)S 239 x(operatio)S 2 x(ns.)S 8083 X 797 y (Starting)S 241 x(the)S 239 x(SNMP)S 240 x(service..)S 2 x(.)S 239 x (done.)S 8083 X 797 y(SNMPIVP:)S 241 x(unexpected)S 240 x(text)S 240 x (in)S 240 x(response)S 240 x(to)S 240 x(SNMP)S 240 x(request:)S 8083 X 499 y("-)S 240 x(no)S 239 x(such)S 240 x(name)S 240 x(-)S 239 x(returned)S 241 x(for)S 239 x(variable)S 241 x(1")S 8083 X 498 y(See)S 240 x(file)S 240 x(SYS$SYSDEVIC)S 2 x(E:[TCPIP$SNM)S 2 x(P]TCPIP$SNMP)S 2 x(_REQUEST.DAT)S 241 x(for)S 239 x(more)S 8083 X 498 y(details.)S 8083 X 498 y(sysContac)S 2 x(t)S 239 x(could)S 240 x(not)S 240 x(be)S 239 x(retrieved)S 2 x(.)S 478 x(Status)S 240 x(=)S 240 x(0)S 8083 X 498 y(The)S 240 x(SNMP)S 240 x (IVP)S 239 x(has)S 240 x(NOT)S 240 x(completed)S 240 x(successf)S 2 x (ully.)S 8083 X 498 y(SNMP)S 240 x(IVP)S 240 x(request)S 240 x(completed.)S 8083 X 498 y(Press)S 240 x(Return)S 240 x(to)S 240 x(continue)S 240 x (...)S 8083 X 897 y F151(Y)S -55 x(ou)S 166 x(can)S 167 x(ignore)S 167 x (these)S 166 x(types)S 165 x(of)S 166 x(messages)S 166 x(in)S 166 x (the)S 166 x(IVP)S -64 x(.)S 4497 19100 XY F28(3.14.3)S 400 x(Using)S 200 x(existing)S 201 x(MIB)S 199 x(subage)S 2 x(nt)S 199 x(module)S 2 x(s)S 8083 X 797 y F151(If)S 183 x(an)S 184 x(existing)S 185 x(subagent)S 184 x(does)S 183 x(not)S 184 x(execute)S 185 x(properly)S -55 x(,)S 189 x(you)S 184 x(may)S 184 x(need)S 184 x(to)S 184 x(relink)S 184 x (it)S 8083 X 598 y(against)S 164 x(the)S 165 x(current)S 165 x(version)S 164 x(of)S 164 x(TCP/IP)S 165 x(Services)S 164 x(to)S 164 x(produce)S 165 x(a)S 164 x(working)S 165 x(image.)S 250 x(Some)S 8083 X 597 y(subagents)S 183 x(\(such)S 182 x(as)S 182 x(those)S 182 x(for)S 182 x(HP)S 182 x (Insight)S 182 x(Manage)S 2 x(ment)S 182 x(Agents)S 182 x(for)S 182 x (OpenVMS\))S 8083 X 598 y(also)S 170 x(require)S 171 x(a)S 171 x(minimum)S 170 x(version)S 171 x(of)S 170 x(OpenVMS)S 170 x(and)S 171 x(a)S 170 x (minimum)S 171 x(version)S 171 x(of)S 170 x(TCP/IP)S 8083 X 598 y(Services.)S 8083 X 897 y(The)S 167 x(following)S 166 x(restrictions)S 166 x(apply:)S 8083 X 896 y(\201)S 595 x(In)S 176 x(general,)S 180 x(only)S 177 x(executable)S 177 x(images)S 176 x(linked)S 177 x(against)S 176 x(the)S 177 x(following)S 176 x(versions)S 176 x(of)S 8980 X 598 y(the)S 169 x(eSNMP)S 169 x(shareable)S 168 x(image)S 169 x(are)S 169 x(upward)S 169 x(compatible)S 168 x(with)S 168 x(the)S 169 x(current)S 170 x(version)S 8980 X 598 y(of)S 166 x (TCP/IP)S 166 x(Services:)S 8980 X 747 y 300 48 R 9876 26173 XY(UCX$ESNMP_SHR.EXE)S 165 x(from)S 166 x(TCP/IP)S 166 x(Services)S 167 x(V)S -47 x(ersion)S 167 x(4.2)S 166 x(ECO)S 165 x(4)S 8980 X 748 y 300 48 R 9876 27070 XY (TCPIP$ESNMP_SHR.EXE)S 165 x(from)S 166 x(TCP/IP)S 167 x(Services)S 167 x(V)S -47 x(ersion)S 167 x(5.0A)S 166 x(ECO)S 165 x(1)S 8980 X 797 y (Images)S 169 x(built)S 169 x(under)S 170 x(versions)S 169 x(other)S 170 x(than)S 169 x(these)S 169 x(can)S 170 x(be)S 169 x(relinked)S 170 x (with)S 169 x(one)S 169 x(of)S 169 x(the)S 8980 X 598 y(shareable)S 172 x(images,)S 175 x(or)S 173 x(with)S 172 x(TCPIP$ESNMP_SHR.EXE)S 171 x(in)S 173 x(the)S 173 x(current)S 173 x(version)S 8980 X 598 y (of)S 166 x(TCP/IP)S 166 x(Services.)S 8083 X 896 y(\201)S 595 x(The)S 161 x(underlyin)S 2 x(g)S 161 x(eSNMP)S 160 x(API)S 161 x(changed)S 161 x(from)S 161 x(DPI)S 160 x(in)S 161 x(TCP/IP)S 161 x(Services)S 161 x(V)S -47 x(ersion)S 161 x(5.0)S 8980 X 598 y(to)S 169 x(AgentX)S 169 x(in)S 169 x(later)S 169 x(versions)S 169 x(of)S 169 x(TCP/IP)S 169 x(Services.)S 256 x(Therefore,)S 171 x(execu)S 2 x(table)S 168 x (images)S 8980 X 598 y(linked)S 170 x(against)S 170 x(older)S 170 x (object)S 170 x(library)S 171 x(versions)S 170 x(of)S 169 x(the)S 170 x (API)S 170 x(\(*$ESNMP)S -65 x(.OLB\))S 170 x(must)S 8980 X 597 y(be)S 168 x(relinked)S 169 x(against)S 168 x(either)S 169 x(the)S 168 x(new)S 168 x(object)S 169 x(library)S 168 x(or)S 169 x(the)S 168 x(new)S 168 x (shareable)S 169 x(image.)S 8980 X 598 y(Linking)S 161 x(against)S 159 x (the)S 159 x(shareable)S 159 x(image)S 160 x(ensures)S 159 x(future)S 160 x(upward)S 159 x(compatibility)S 158 x(and)S 8980 X 598 y(results)S 165 x(in)S 167 x(smaller)S 165 x(image)S 167 x(sizes)S -2 x(.)S 8980 34144 XY 7812 24 R 17094 34144 XY F36(Note)S 299 x 7812 24 R 8980 35040 XY F151 (Although)S 167 x(images)S 167 x(may)S 167 x(run)S 167 x(without)S 167 x (being)S 167 x(relinked,)S 168 x(backward)S 167 x(compatibility)S 8980 X 598 y(is)S 167 x(not)S 169 x(guaranteed.)S 254 x(Such)S 169 x(images)S 168 x(can)S 168 x(result)S 168 x(in)S 169 x(inaccurate)S 169 x(data)S 167 x(or)S 169 x(run-time)S 5 SC 4497 38258 XY F40(3\2036)S 399 x F38 (Restrictions)S 166 x(and)S 166 x(Limitations)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Courier %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-7) 39 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 16648 X 647 y(3.14)S 168 x(SNMP)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(problems.)S 8980 X 698 y 17340 24 R 8083 6448 XY(\201)S 595 x(This)S 198 x(version)S 198 x(of)S 198 x(TCP/IP)S 198 x(Services)S 198 x(provides)S 198 x(an)S 198 x(updated)S 198 x(version)S 198 x(of)S 198 x(the)S 8980 X 598 y(UCX$ESNMP_SHR.EX)S -2 x(E)S 186 x(shareable)S 186 x(image)S 186 x(to)S 185 x(provide)S 187 x(compatibility)S 185 x(with)S 8980 X 598 y(subagents)S 176 x(linked)S 177 x(under)S 177 x(TCP/IP)S 177 x(Services)S 177 x(V)S -46 x(ersion)S 176 x(4.2)S 177 x(ECO)S 175 x(4.)S 270 x(Do)S 176 x(not)S 176 x(delete)S 8980 X 597 y(this)S 166 x(\211le.)S 8083 X 897 y(\201)S 595 x(The)S 172 x(SNMP)S 171 x(server)S 172 x(responds)S 171 x(correctly)S 172 x (to)S 171 x(SNMP)S 171 x(requests)S 171 x(directed)S 171 x(to)S 171 x (a)S 171 x(cluster)S 8980 X 598 y(alias.)S 250 x(Note,)S 168 x(however)S -36 x(,)S 167 x(that)S 167 x(an)S 167 x(unexpected)S 168 x(host)S 167 x (may)S 167 x(be)S 167 x(reached)S 167 x(when)S 167 x(queryin)S 2 x(g)S 8980 X 597 y(from)S 181 x(a)S 182 x(TCP/IP)S 182 x(Services)S 182 x (V)S -46 x(ersion)S 182 x(4.)S F152(x)S 182 x F151(system)S 181 x(that)S 181 x(is)S 181 x(a)S 182 x(member)S 181 x(of)S 182 x(a)S 181 x(cluster)S 8980 X 598 y(group)S 167 x(but)S 166 x(is)S 166 x(not)S 166 x(the)S 166 x(current)S 167 x(impersonator)S -37 x(.)S 8083 X 897 y(\201)S 595 x (The)S 167 x(SNMP)S 166 x(master)S 166 x(agent)S 167 x(and)S 166 x(subagents)S 167 x(do)S 166 x(not)S 167 x(start)S 165 x(if)S 166 x(the)S 167 x(value)S 167 x(of)S 166 x(the)S 167 x(logical)S 8980 X 598 y(name)S 184 x(TCPIP$INET_HOST)S 184 x(does)S 184 x(not)S 184 x(yield)S 185 x(the)S 185 x(IP)S 184 x (address)S 183 x(of)S 185 x(a)S 184 x(functional)S 8980 X 597 y(interface)S 167 x(on)S 167 x(the)S 167 x(host)S 166 x(when)S 168 x(used)S 166 x (in)S 167 x(a)S 167 x(DNS)S 166 x(query)S -54 x(.)S 251 x(This)S 166 x (problem)S 167 x(does)S 167 x(not)S 166 x(occur)S 8980 X 598 y(if)S 159 x(the)S 159 x(server)S 159 x(host)S 159 x(is)S 159 x(con\211gu)S 2 x(red)S 159 x(correctly)S 160 x(with)S 158 x(a)S 159 x(permanent)S 160 x(network)S 159 x(connection)S 8980 X 598 y(\(for)S 184 x(example,)S 190 x(Ethernet)S 184 x(or)S 185 x(FDDI\).)S 183 x(The)S 185 x(problem)S 184 x(can)S 185 x(occur)S 185 x(when)S 185 x(a)S 184 x(host)S 184 x (is)S 8980 X 598 y(connected)S 170 x(through)S 171 x(PPP)S 170 x(and)S 169 x(the)S 170 x(IP)S 169 x(address)S 169 x(used)S 169 x(for)S 169 x (the)S 170 x(PPP)S 170 x(connection)S 170 x(does)S 8980 X 597 y(not)S 178 x(match)S 179 x(the)S 179 x(IP)S 178 x(address)S 178 x(associated)S 178 x(with)S 178 x(the)S 178 x(TCPIP$INET_HOST)S 178 x(logical)S 8980 X 598 y(name.)S 8083 X 897 y(\201)S 595 x(Under)S 183 x(certain)S 183 x (conditions)S 183 x(observed)S 183 x(primarily)S 182 x(on)S 183 x(OpenVMS)S 183 x(V)S -56 x(AX)S 182 x(systems,)S 8980 X 598 y(the)S 199 x(master)S 199 x(agent)S 200 x(or)S 200 x(subagent)S 200 x(exits)S 199 x(with)S 199 x(an)S 200 x(error)S 200 x(from)S 199 x(an)S 200 x(internal)S 8980 X 597 y F234(select)S(\()S 83 x(\))S 186 x F151(socket)S 185 x(call.)S 288 x(In)S 186 x(most)S 184 x(circumstances,)S 191 x(looping)S 186 x (does)S 185 x(not)S 186 x(occur)S -36 x(.)S 288 x(If)S 8980 X 598 y (looping)S 185 x(occurs,)S 191 x(you)S 186 x(can)S 185 x(control)S 186 x (the)S 185 x(number)S 186 x(of)S 185 x(iterations)S 184 x(by)S 185 x (de\211ning)S 187 x(the)S 8980 X 598 y(TCPIP$SNMP_SELECT_ERRO)S -2 x (R_LIMIT)S 166 x(logical)S 167 x(name.)S 8083 X 897 y(\201)S 595 x(The)S 254 x(MIB)S 253 x(browser)S 253 x(provided)S 255 x(with)S 253 x(TCP/IP)S 254 x(Services)S 8980 X 597 y(\()S(TCPIP$SNMP_REQUES)S -2 x(T)S -45 x (.EXE)S(\))S 189 x(supports)S 190 x F234(getnext)S 191 x F151(processing)S 190 x(of)S 190 x(OIDs)S 8980 X 598 y(that)S 168 x(include)S 168 x(the)S 168 x(32-bit)S 167 x(OpenVMS)S 168 x(process)S 167 x(ID)S 167 x(as)S 168 x(a)S 168 x(component.)S 253 x(However)S -36 x(,)S 169 x(other)S 8980 X 598 y(MIB)S 165 x(browsers)S 166 x(may)S 166 x(not)S 166 x(provide)S 167 x(this)S 166 x(support.)S 8980 X 797 y(For)S 166 x(example,)S 167 x (the)S 166 x(following)S 167 x(OID)S -2 x(s)S 166 x(and)S 166 x(values)S 167 x(are)S 166 x(supported)S 166 x(on)S 166 x(OpenVMS:)S 8980 X 896 y F238(1.3.6.1.2.1)S 2 x(.25.4.2.1.1.)S 2 x(1321206828)S 240 x(=)S 240 x (1321206828)S 8980 X 499 y(1.3.6.1.2.1)S 2 x(.25.4.2.1.1.)S 2 x(1321206829)S 240 x(=)S 240 x(1321206829)S 8980 X 498 y(1.3.6.1.2.1)S 2 x(.25.4.2.1.1.)S 2 x(1321206830)S 240 x(=)S 240 x(1321206830)S 8980 X 896 y F151(These)S 186 x(examples)S 186 x(are)S 187 x(from)S 186 x F234(hrSWRunTable)S F151(;)S 197 x(the)S 187 x F234(hrSWRunPerfTable)S 187 x F151(may)S 186 x(be)S 8980 X 598 y(affected)S 166 x(as)S 165 x(well.)S 8083 X 897 y (\201)S 595 x(Y)S -56 x(ou)S 166 x(can)S 166 x(ignore)S 167 x(the)S 166 x(following)S 166 x(warning)S 166 x(that)S 166 x(appears)S 165 x (in)S 166 x(the)S 165 x(log)S 167 x(\211le)S 165 x(if)S 166 x(a)S 165 x (null)S 167 x(OID)S 8980 X 597 y(value)S 167 x(\(0.0\))S 166 x(is)S 165 x(retrieved)S 167 x(in)S 166 x(response)S 166 x(to)S 166 x(a)S 166 x F234(Get)S F151(,)S 167 x F234(GetNext)S F151(,)S 167 x(or)S 166 x F234 (GetBulk)S 166 x F151(request:)S 8980 X 897 y F238(o_oid;)S 240 x(Null)S 240 x(oid)S 239 x(or)S 240 x(oid->eleme)S 2 x(nts,)S 239 x(or)S 240 x (oid->nelem)S 241 x(==)S 239 x(0)S 4497 29661 XY F28(3.14.4)S 400 x (Upgrading)S 200 x(SNMP)S 8083 X 797 y F151(After)S 170 x(upgrading)S 171 x(to)S 170 x(the)S 171 x(current)S 171 x(version)S 170 x(of)S 170 x (TCP/IP)S 171 x(Services,)S 172 x(you)S 171 x(must)S 170 x(disable)S 169 x(and)S 8083 X 598 y(then)S 171 x(enable)S 171 x(SNMP)S 171 x(using)S 171 x(the)S 170 x(TCPIP$CONFIG.COM)S 170 x(command)S 170 x(procedure.)S 259 x(When)S 8083 X 598 y(prompted)S 166 x(for)S 166 x(`)S -9 x(`this)S 166 x(node')S -9 x(')S 165 x(or)S 167 x(`)S -10 x(`all)S 166 x(nodes,')S -9 x(')S 166 x(select)S 166 x(the)S 166 x(option)S 167 x(that)S 166 x (re\212ects)S 166 x(the)S 166 x(previous)S 8083 X 597 y(con\211g)S 2 x (uration.)S 5 SC 20501 38258 XY F38(Restrictions)S 166 x(and)S 167 x (Limitati)S -2 x(ons)S 400 x F40(3\2037)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-8) 40 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.14)S 167 x(SNMP)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 4497 4636 XY(3.14.5)S 400 x(Communic)S 2 x (ation)S 200 x(controller)S 200 x(data)S 200 x(not)S 200 x(comple)S 2 x(tely)S 200 x(updated)S 8083 X 797 y F151(When)S 171 x(you)S 172 x (upgrade)S 172 x(TCP/IP)S 171 x(Services)S 171 x(and)S 171 x(then)S 171 x(modify)S 171 x(an)S 171 x(existing)S 171 x(communication)S 8083 X 598 y(controller)S -36 x(,)S 167 x(programs)S 167 x(that)S 167 x(use)S 167 x(the)S 167 x(communication)S 167 x(controller)S 168 x(might)S 167 x (not)S 167 x(have)S 168 x(access)S 8083 X 597 y(to)S 166 x(the)S 166 x (updated)S 166 x(information.)S 8083 X 897 y(T)S -45 x(o)S 164 x(ensure)S 164 x(that)S 164 x(programs)S 165 x(like)S 164 x(the)S 164 x(MIB)S 164 x (browser)S 163 x(\(SNMP_REQUEST\))S 163 x(have)S 165 x(access)S 164 x (to)S 8083 X 598 y(the)S 166 x(new)S 166 x(data)S 166 x(about)S 166 x (the)S 166 x(communication)S 167 x(controller)S -36 x(,)S 167 x(do)S 166 x(the)S 166 x(following:)S 8083 X 896 y(1.)S 482 x(Delete)S 163 x (the)S 165 x(communication)S 165 x(controller)S 164 x(using)S 165 x (the)S 165 x(TCP/IP)S 164 x(management)S 165 x(command)S 8980 X 598 y (DELETE)S 165 x(COMMUNICA)S -29 x(TION_CONTRO)S -2 x(LLER.)S 8083 X 897 y(2.)S 482 x(Reset)S 176 x(the)S 177 x(communication)S 178 x(controller)S 178 x(by)S 177 x(runn)S 2 x(ing)S 177 x(the)S 178 x(TCPIP$CONFIG.CO)S -2 x(M)S 8980 X 598 y(command)S 166 x(procedure)S 167 x(and)S 166 x (exiting.)S 8083 X 896 y(3.)S 482 x(Restart)S 165 x(the)S 166 x(program)S 167 x(\(such)S 166 x(as)S 166 x(SNMP\))S 166 x(by)S 166 x(entering)S 168 x(the)S 166 x(following)S 166 x(commands:)S 8980 X 897 y F238($)S 239 x(@SYS$STAR)S 2 x(TUP:SNMP_SHU)S 2 x(TDOWN.COM)S 8980 X 797 y($)S 239 x(@SYS$STAR)S 2 x(TUP:SNMP_STA)S 2 x(RTUP.COM)S 8083 X 897 y F151 (4.)S 482 x(Use)S 284 x(the)S 285 x(TCP/IP)S 285 x(management)S 285 x (command)S 8980 X 597 y(LIST)S 166 x(COMMUNICA)S -29 x(TION_CONTRO)S -2 x(LLER)S 166 x(to)S 166 x(display)S 166 x(the)S 166 x(information.)S 4497 16292 XY F28(3.14.6)S 400 x(SNMP)S 198 x(MIB)S 199 x(browser)S 200 x(usage)S 8083 X 797 y F151(If)S 166 x(you)S 167 x(use)S 166 x(either)S 167 x(the)S 166 x F234(-l)S 166 x F151(\(loop)S 166 x(mode\))S 166 x (or)S 167 x F234(-t)S 166 x F151(\(tree)S 166 x(mode\))S 166 x(\212ag,)S 167 x(you)S 167 x(cannot)S 167 x(also)S 166 x(specify)S 8083 X 598 y (the)S 171 x F234(-m)S 171 x F151(\(maximum)S 171 x(repetitions\))S 170 x(\212ag)S 171 x(or)S 171 x(the)S 171 x F234(-n)S 171 x F151(\(nonrepeaters\))S 171 x(\212ag.)S 260 x(The)S 171 x(latter)S 170 x(\212ags)S 8083 X 598 y (are)S 166 x(incompatible)S 166 x(with)S 166 x(loop)S 166 x(mode)S 166 x (and)S 166 x(tree)S 166 x(mode.)S 8083 X 896 y(Incorrect)S 167 x(use)S 166 x(of)S 166 x(the)S 166 x F234(-n)S 166 x F151(and)S 167 x F234(-m)S 166 x F151(\212ags)S 166 x(results)S 166 x(in)S 166 x(the)S 166 x(following)S 166 x(types)S 166 x(of)S 166 x(messages:)S 8083 X 897 y F238($)S 240 x (snmp_request)S 241 x(mynode.co.co)S 2 x(m)S 239 x(public)S 240 x(getbulk)S 240 x(-v2c)S 240 x(-n)S 240 x(20)S 239 x(-m)S 240 x(10)S 239 x(-t)S 240 x(1.3.6.1.2.1)S 8083 X 498 y(Warning:)S 241 x(-n)S 239 x(reset)S 240 x(to)S 240 x(0)S 239 x(since)S 240 x(-l)S 239 x(or)S 240 x(-t)S 239 x(flag)S 240 x(is)S 240 x(specified.)S 8083 X 498 y(Warning:)S 241 x (-m)S 239 x(reset)S 240 x(to)S 240 x(1)S 239 x(since)S 240 x(-l)S 239 x (or)S 240 x(-t)S 239 x(flag)S 240 x(is)S 240 x(specified.)S 8083 X 498 y (1.3.6.1.2)S 2 x(.1.1.1.0)S 240 x(=)S 239 x(mynode.)S 2 x(company.com)S 4497 22668 XY F28(3.14.7)S 400 x(Duplicate)S 201 x(subagen)S 2 x(t)S 199 x(identi\211e)S 2 x(rs)S 8083 X 797 y F151(W)S -19 x(ith)S 168 x (this)S 168 x(version)S 168 x(of)S 168 x(TCP/IP)S 169 x(Services,)S 169 x(two)S 167 x(subagents)S 168 x(can)S 168 x(have)S 169 x(the)S 168 x (same)S 167 x(identi\211er)S 8083 X 598 y(parameter)S -37 x(.)S 263 x (Be)S 172 x(aware,)S 174 x(however)S -36 x(,)S 174 x(that)S 172 x(havin)S 2 x(g)S 172 x(two)S 172 x(subagents)S 173 x(with)S 172 x(the)S 172 x (same)S 172 x(name)S 8083 X 598 y(makes)S 166 x(it)S 166 x(dif\211cult)S 166 x(to)S 166 x(determine)S 166 x(the)S 166 x(cause)S 167 x(of)S 166 x (problems)S 165 x(reported)S 166 x(in)S 167 x(the)S 166 x(log)S 166 x (\211le.)S 4497 25757 XY F28(3.14.8)S 400 x(Community)S 201 x(name)S 200 x(restrictions)S 8083 X 797 y F151(The)S 221 x(following)S 221 x (restrictions)S 220 x(on)S 221 x(community)S 222 x(names)S 220 x(are)S 221 x(imposed)S 220 x(by)S 8083 X 597 y(TCPIP$CONFIG.COM:)S 8083 X 897 y (\201)S 595 x(Do)S 165 x(not)S 167 x(specify)S 166 x(community)S 167 x (names)S 166 x(that)S 165 x(include)S 167 x(a)S 166 x(space)S 166 x (character)S -36 x(.)S 8083 X 897 y(\201)S 595 x(A)S 189 x(quotation)S 190 x(mark)S 191 x(\("\))S 189 x(speci\211ed)S 190 x(as)S 190 x(part)S 189 x(of)S 190 x(a)S 190 x(community)S 191 x(name)S 190 x(might)S 190 x (be)S 8980 X 598 y(handled)S 194 x(incorrectly)S -54 x(.)S 305 x(Check)S 195 x(the)S 194 x(validity)S 194 x(of)S 194 x(the)S 194 x(name)S 194 x (with)S 194 x(the)S 194 x(SHOW)S 8980 X 597 y(CONFIGUR)S -2 x(A)S -28 x (TION)S 183 x(SNMP)S 184 x(command,)S 188 x(and)S 184 x(if)S 183 x(necessary)S -55 x(,)S 189 x(correct)S 184 x(the)S 183 x(name)S 8980 X 598 y(with)S 165 x(the)S 167 x(SET)S 165 x(CONFIGURA)S -29 x(TION)S 166 x(SNMP)S 166 x(command.)S 4497 31834 XY F28(3.14.9)S 400 x(eSNMP)S 198 x(programmi)S 2 x(ng)S 199 x(and)S 200 x(subag)S 2 x(ent)S 200 x(developm)S 2 x(ent)S 8083 X 797 y F151(The)S 167 x(following)S 166 x(notes)S 166 x(pertain)S 166 x(to)S 166 x(eSNMP)S 166 x(programming)S 168 x(and)S 166 x(subagent)S 167 x(development.)S 8083 X 897 y(\201)S 595 x(In)S 177 x(the)S 177 x (documentation,)S 181 x(the)S 177 x(terms)S 177 x(`)S -9 x(`extension)S 177 x(subagent')S -9 x(',)S 180 x(`)S -9 x(`custom)S 176 x(subagent')S -9 x(',)S 8980 X 597 y(and)S 175 x(`)S -9 x(`user)S -10 x(-written)S 175 x(subagent')S -9 x(')S 174 x(refer)S 176 x(to)S 174 x(any)S 176 x (subagent)S 175 x(other)S 176 x(than)S 175 x(the)S 175 x(standard)S 8980 X 598 y(subagents)S 178 x(for)S 179 x(MIB-II)S 177 x(and)S 178 x (the)S 179 x(Host)S 177 x(Resources)S 178 x(MIB,)S 179 x(which)S 178 x (are)S 179 x(provided)S 178 x(as)S 8980 X 598 y(part)S 166 x(of)S 166 x (the)S 166 x(TCP/IP)S 167 x(Services)S 166 x(product.)S 5 SC 4497 38258 XY F40(3\2038)S 399 x F38(Restrictions)S 166 x(and)S 166 x(Limitations)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-9) 41 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 16648 X 647 y(3.14)S 168 x(SNMP)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4586 XY F151(\201)S 595 x(In)S 190 x (the)S 191 x([.SNMP])S 191 x(subdirectory)S 191 x(of)S 190 x(TCPIP$EXAMPLES,)S 191 x(\211les)S 190 x(with)S 190 x(the)S 191 x(.C,)S 8980 X 598 y(.H,)S 187 x(.COM,)S 186 x(.MY)S -55 x(,)S 187 x(and)S 186 x(.A)S -45 x(WK)S 185 x(extensions)S 186 x(contain)S 187 x(additional)S 186 x(comments)S 186 x(and)S 8980 X 598 y(documentation.)S 8083 X 896 y(\201)S 595 x (The)S 181 x(TCPIP$SNMP_REQUEST)S -47 x(.EXE,)S 181 x(TCPIP$SNMP_TRAPSND.EXE,)S 181 x(and)S 8980 X 598 y(TCPIP$SNMP_TRAPSND.EXE)S 188 x(programs)S 189 x (are)S 190 x(useful)S 189 x(for)S 189 x(testing)S 190 x(during)S 8980 X 598 y(extension)S 167 x(subagent)S 166 x(development.)S 8083 X 897 y (\201)S 595 x(For)S 185 x(information)S 185 x(about)S 184 x(prototypes)S 185 x(and)S 185 x(de\211nitions)S 184 x(for)S 185 x(the)S 185 x(routines)S 185 x(in)S 184 x(the)S 8980 X 597 y(eSNMP)S 166 x(API,)S 166 x(see)S 166 x(the)S 166 x(TCPIP$SNMP:ESNMP)S -63 x(.H)S 166 x(\211le.)S 4497 10464 XY F28(3.14.10)S 400 x(SNMP)S 198 x(insta)S 2 x(llation)S 200 x(veri\211ca)S 2 x(tion)S 199 x(program)S 200 x(restriction)S 8083 X 797 y F151(The)S 178 x(SNMP)S 178 x(Installation)S 177 x(V)S -46 x(eri\211cation)S 178 x (Program)S 179 x(will)S 177 x(not)S 177 x(run)S 179 x(correctly)S 178 x (if)S 178 x F234(debug)S 178 x F151(or)S 8083 X 598 y F234(trace)S 166 x F151(options)S 166 x(are)S 166 x(turned)S 167 x(on)S 167 x(for)S 166 x (any)S 167 x(TCP/IP)S 166 x(Services)S 167 x(for)S 166 x(OpenVMS)S 165 x (component.)S 8083 X 897 y(For)S 167 x(example,)S 166 x(including)S 168 x(the)S 166 x(line:)S 8083 X 896 y F238(options)S 240 x(debug)S 8083 X 897 y F151(in)S 166 x F234(TCPIP$ETC:RESOLV.CON)S 2 x(F)S 166 x F151(results)S 165 x(in)S 166 x(unsucc)S 2 x(essful)S 165 x(completion)S 166 x(status.)S 8083 X 897 y(The)S 169 x(problem)S 168 x(also)S 168 x (exists)S 168 x(if)S 168 x(socket)S 169 x(tracing)S 169 x(is)S 168 x (turned)S 169 x(on)S 168 x(and)S 169 x(directed)S 168 x(to)S 168 x F234 (SYS$OUTPUT)S 8083 X 597 y F151(with)S 166 x(the)S 166 x(following)S 166 x(command:)S 8083 X 897 y F238($)S 240 x(DEFINE)S 240 x(TCPIP$SOCKET)S 2 x(_TRACE)S 240 x(SYS$OUTPUT)S 8083 X 897 y F151(The)S 176 x(additional)S 175 x(output)S 176 x(produced)S 176 x(by)S 176 x(these)S 175 x(and)S 176 x(other)S 175 x F234(debug)S 176 x F151(or)S 176 x F234(trace)S 175 x F151(options)S 175 x(can)S 8083 X 597 y(cause)S 164 x(problems)S 163 x(with)S 163 x(the)S 164 x(SNMP)S 164 x(IVP)S 163 x(because)S 164 x (it)S 163 x(was)S 163 x(designed)S 164 x(to)S 163 x(parse)S 164 x(output)S 163 x(from)S 8083 X 598 y(a)S 166 x(standard)S 166 x(con\211gu)S 2 x (ration)S 166 x(only)S -54 x(.)S 8980 20228 XY 7812 24 R 17094 20228 XY F36(Note)S 299 x 7812 24 R 8980 21124 XY F151(T)S -46 x(o)S 166 x(run)S 167 x(the)S 166 x(SNMP)S 167 x(IVP)S 165 x(test)S 166 x(either)S 166 x (run)S 167 x(the)S 166 x(program)S 167 x(directly:)S 8980 X 897 y F238 ($)S 239 x(RUN)S 240 x(SYS$SYSROOT)S 2 x(:[SYSTEST.TC)S 2 x(PIP]TCPIP$SN)S 2 x(MPIVP.EXE)S 8980 X 897 y F151(or)S 166 x(execute)S 167 x(the)S 166 x (TCPIP)S 167 x(con\211guration)S 168 x(menu:)S 8980 X 896 y F238($)S 239 x(@SYS$MANA)S 2 x(GER:TCPIP$CO)S 2 x(NFIG)S 8980 X 897 y F151(and)S 166 x(then)S 167 x(select)S 165 x(option)S 166 x("7)S 166 x(-)S 166 x (Run)S 167 x(tests)S -2 x(")S 166 x(and)S 166 x(then)S 167 x(option)S 166 x("2)S 166 x(-)S 166 x(SNMP)S 166 x(IVP".)S 8980 X 697 y 17340 24 R 4497 27035 XY F24(3.15)S 397 x(SSH)S 233 x(problems)S 232 x(and)S 232 x (restrictions)S 8083 X 897 y F151(This)S 166 x(section)S 166 x(contains)S 167 x(the)S 166 x(following)S 166 x(information:)S 8083 X 897 y(\201)S 595 x(SSH-related)S 165 x(security)S 167 x(advisories)S 166 x(\(Section)S 166 x(3.15.1\))S 8083 X 896 y(\201)S 595 x(SSH)S 165 x(gener)S 2 x(al)S 165 x(notes)S 166 x(and)S 167 x(restrictions)S 165 x(\(Section)S 166 x (3.15.2\))S 8083 X 897 y(\201)S 595 x(UNIX)S 165 x(features)S 166 x (that)S 166 x(are)S 166 x(not)S 167 x(supported)S 165 x(by)S 167 x(SSH)S 165 x(\(Section)S 167 x(3.15.3\))S 8083 X 897 y(\201)S 595 x(SSH)S 165 x (command)S 167 x(syntax)S 166 x(notes)S 166 x(and)S 167 x(restrictions)S 165 x(\(Section)S 166 x(3.15.4\))S 8083 X 896 y(\201)S 595 x(SSH)S 165 x (authentication)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x (\(Section)S 166 x(3.15.5\))S 8083 X 897 y(\201)S 595 x(SSH)S 165 x (keys)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(\(Section)S 166 x(3.15.6\))S 8083 X 897 y(\201)S 595 x(SSH)S 165 x(session)S 166 x (restrictions)S 165 x(\(Section)S 167 x(3.15.7\))S 8083 X 896 y(\201)S 595 x(SSH)S 165 x(messages)S 166 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(\(Section)S 166 x(3.15.8\))S 8083 X 897 y(\201)S 595 x(SSH)S 165 x (remote)S 166 x(command)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(\(Section)S 166 x(3.15.9\))S 5 SC 20501 38258 XY F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S 400 x F40(3\2039)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-10) 42 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4555 XY F151(\201)S 595 x(SSH)S 165 x (batch)S 167 x(mode)S 166 x(restrictions)S 165 x(\(Section)S 166 x(3.15.10\))S 8083 X 897 y(\201)S 595 x(X1)S -28 x(1)S 166 x(port)S 166 x(forwarding)S 167 x(restrictions)S 165 x(\(Section)S 166 x(3.15.12\))S 8083 X 896 y (\201)S 595 x(File)S 166 x(transfer)S 166 x(restrictions)S 166 x(\(all)S 165 x(\211le)S 167 x(sizes\))S 165 x(\(Section)S 166 x(3.15.13\))S 8083 X 897 y(\201)S 595 x(File)S 166 x(transfer)S 166 x(restrictions)S 166 x (\(large)S 166 x(\211les\))S 166 x(\(Section)S 166 x(3.15.14\))S 8980 8441 XY 7812 24 R 17094 8441 XY F36(Note)S 299 x 7812 24 R 8980 9337 XY F151 (References)S 167 x(to)S 167 x(SSH,)S 167 x(SCP)S -64 x(,)S 167 x(or)S 167 x(SFTP)S 168 x(commands)S 167 x(also)S 167 x(imply)S 167 x(SSH2,)S 167 x(SCP2,)S 168 x(and)S 8980 X 598 y(SFTP2,)S 167 x(respectively)S -55 x(.)S 8980 X 697 y 17340 24 R 4497 12027 XY F28(3.15.1)S 400 x(SSH-Related)S 199 x(secu)S 2 x(rity)S 199 x(adviso)S 2 x(ries)S 8083 X 797 y F151 (Computer)S 181 x(Emergency)S 182 x(Readiness)S 181 x(T)S -46 x(eam)S 181 x(\(CERT\206\))S 180 x(advisories)S 181 x(are)S 181 x(issued)S 181 x (by)S 181 x(the)S 8083 X 598 y(CERT)S 177 x(Coordination)S 177 x(Center)S 177 x(\(CERT/CC\),)S 177 x(a)S 177 x(center)S 178 x(of)S 177 x(Internet)S 177 x(security)S 178 x(expertise)S 8083 X 598 y(located)S 176 x(at)S 176 x(the)S 176 x(Software)S 175 x(Engineerin)S 2 x(g)S 176 x(Institute,)S 178 x(a)S 176 x(federally-funded)S 177 x(research)S 177 x(and)S 8083 X 597 y(development)S 177 x(center)S 177 x(operated)S 177 x(by)S 177 x (Carnegie)S 177 x(Mellon)S 177 x(University)S -55 x(.)S 271 x(CERT)S 175 x(advisories)S 8083 X 598 y(are)S 173 x(a)S 174 x(core)S 173 x(component)S 174 x(of)S 173 x(the)S 173 x(T)S -45 x(echnical)S 174 x(Cyber)S 173 x (Security)S 174 x(Alerts)S 172 x(document)S 174 x(featured)S 8083 X 598 y(by)S 175 x(the)S 174 x(United)S 174 x(States)S 174 x(Computer)S 174 x(Emergency)S 175 x(Readiness)S 174 x(T)S -46 x(eam)S 174 x(\(US-CER)S -2 x(T\),)S 175 x(which)S 8083 X 598 y(provides)S 178 x(timely)S 177 x (information)S 177 x(about)S 178 x(current)S 178 x(security)S 178 x (issues,)S 179 x(vuln)S 2 x(erabilities,)S 179 x(and)S 8083 X 597 y (exploits.)S 8083 X 897 y(CERT)S 183 x(and)S 183 x(HP)S 183 x(Software)S 183 x(Security)S 184 x(Response)S 182 x(T)S -45 x(eam)S 183 x(\(SSRT\))S 182 x(security)S 184 x(advisories)S 8083 X 598 y(might)S 181 x(be)S 181 x(prompted)S 180 x(by)S 181 x(SSH)S 180 x(activity)S -55 x(.)S 279 x (CERT)S 180 x(advisories)S 180 x(are)S 181 x(documented)S 181 x(at)S 180 x(the)S 8083 X 598 y(following)S 166 x(CERT/CC)S 165 x(web)S 166 x (site:)S 8083 X 896 y F238(http://ww)S 2 x(w.cert.org/a)S 2 x(dvisories.)S 8083 X 897 y F151(T)S -30 x(able)S 165 x(3)S(\203)S(1)S 166 x(provides)S 167 x(brief)S 166 x(interpretations)S 166 x(of)S 166 x(several)S 166 x (SSH-related)S 165 x(advisories:)S 8083 22338 XY F36(T)S -36 x(able)S 150 x(3)S(\203)S(1)S 398 x(CERT/SSRT)S 151 x(Network)S 148 x(Security)S 150 x(Advisories)S 8083 X 324 y 19128 24 R 8083 23160 XY F40(Advisory)S 14260 X(Impact)S 149 x(on)S 150 x(OpenVMS)S 8083 X 299 y 19128 24 R 8083 24057 XY F155(CERT)S 149 x(CA-2003-24)S 14260 X(OpenSSH)S 151 x (only;)S 149 x(OpenVMS)S 150 x(is)S 149 x(not)S 150 x(vulnerable.)S 8083 X 747 y(CERT)S 149 x(CA-2002-36)S 14260 X(A)S 155 x(worst)S 155 x (case)S 155 x(consequence)S 156 x(of)S 156 x(this)S 155 x(vulnerabilit)S 2 x(y)S 155 x(is)S 155 x(a)S 155 x(denial)S 156 x(of)S 14260 X 498 y (service)S 158 x(\(DoS\))S 158 x(for)S 159 x(a)S 158 x(single)S 157 x (connection)S 159 x(of)S 158 x(one)S 158 x(of)S 158 x(the)S 159 x(following)S 14260 X 498 y(types:)S 14260 X 897 y(\201)S 625 x(Server)S 159 x(process)S 158 x(handling)S 160 x(a)S 158 x(connection)S 160 x(from)S 159 x(a)S 158 x(malicious)S 15157 X 498 y(client)S 14260 X 897 y(\201)S 625 x (Client)S 150 x(process)S 149 x(connecting)S 150 x(to)S 150 x(a)S 150 x (malicious)S 149 x(server)S 14260 X 897 y(In)S 161 x(either)S 161 x (case,)S 163 x(a)S 161 x(malicious)S 161 x(remote)S 161 x(host)S 161 x (cannot)S 161 x(gain)S 161 x(access)S 14260 X 498 y(to)S 168 x(the)S 168 x(OpenVMS)S 168 x(host)S 167 x(\(for)S 169 x(example,)S 172 x(to)S 168 x(execute)S 168 x(arbitrary)S 14260 X 498 y(code\),)S 155 x(and)S 154 x(the)S 154 x(OpenVMS)S 154 x(server)S 153 x(is)S 153 x(still)S 154 x(able)S 154 x(to)S 154 x(receive)S 154 x(a)S 154 x(new)S 14260 X 498 y(connection.)S 8083 X 747 y(CERT)S -42 x(-2001-)S 2 x(35)S 14260 X (OpenVMS)S 165 x(is)S 165 x(not)S 165 x(vulnerable.)S 256 x(Affects)S 165 x(SSH)S 166 x(V)S -41 x(ersion)S 165 x(1)S 165 x(only)S -50 x(,)S 14260 X 498 y(which)S 149 x(is)S 150 x(not)S 149 x(supported)S 2 x(.)S 8083 X 747 y(CERT)S 149 x(CA-1999-15)S 14260 X(RSAREF2)S 149 x(library)S 150 x(is)S 149 x(not)S 150 x(used;)S 149 x(OpenVMS)S 150 x(is)S 149 x (not)S 150 x(vulnerable.)S 8083 X 748 y(SSRT362)S 2 x(9A/B)S 14260 X (OpenVMS)S 150 x(is)S 149 x(not)S 150 x(vulnerable.)S 8083 X 398 y 19128 24 R 5 SC 4497 38258 XY F40(3\20310)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-11) 43 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 4497 4636 XY(3.15.2)S 400 x(SSH)S 198 x(general)S 201 x(notes)S 200 x(and)S 200 x(restrictions)S 8083 X 797 y F151(This)S 182 x(section)S 181 x(includes)S 182 x(general)S 183 x(notes)S 181 x (and)S 182 x(restrictions)S 181 x(that)S 181 x(are)S 182 x(not)S 181 x (speci\211c)S 182 x(to)S 181 x(a)S 8083 X 598 y(particular)S 167 x(SSH)S 165 x(application.)S 8083 X 896 y(\201)S 595 x(The)S 195 x(UNIX)S 194 x (path)S 195 x F234(/etc)S 194 x F151(is)S 194 x(interpreted)S 195 x (by)S 195 x(the)S 195 x(OpenVMS)S 194 x(SSH)S 194 x(server)S 195 x(as)S 8980 X 598 y(TCPIP$SSH_DEV)S -2 x(ICE:[TCPIP$SSH].)S 8083 X 897 y(\201)S 595 x(The)S 167 x(following)S 166 x(images)S 166 x(are)S 166 x(not)S 166 x(included)S 167 x(in)S 166 x(this)S 166 x(release:)S 8980 X 896 y (\203)S 619 x(TCPIP$SSH_SSH-CERTENR)S -2 x(OLL2.EXE)S 9876 X 797 y(This)S 167 x(image)S 166 x(provides)S 166 x(certi\211cate)S 167 x(enrollment.)S 8980 X 897 y(\203)S 619 x(TCPIP$SSH_SSH-DUMMY)S -56 x(-SHELL.EXE)S 9876 X 797 y(This)S 201 x(image)S 201 x(provides)S 201 x(access)S 200 x(to)S 200 x(systems)S 200 x(where)S 201 x(only)S 201 x(\211le)S 201 x(transfer)S 9876 X 598 y(functionality)S 167 x(is)S 166 x(permitted.)S 8980 X 896 y (\203)S 619 x(TCPIP$SSH_SSH-PROBE)S -2 x(2.EXE)S 9876 X 797 y(This)S 184 x(image)S 184 x(provides)S 183 x(the)S 184 x F234(ssh-probe2)S 184 x F151(command,)S 188 x(which)S 184 x(sends)S 182 x(a)S 184 x(query)S 9876 X 598 y(packet)S 171 x(as)S 170 x(a)S 170 x(UDP)S 170 x(datagram)S 170 x(to)S 170 x(servers)S 171 x(and)S 170 x(then)S 171 x(displays)S 170 x(the)S 170 x(address)S 169 x(and)S 9876 X 598 y(the)S 167 x(SSH)S 165 x(version)S 167 x(number)S 167 x(of)S 166 x(the)S 166 x(servers)S 166 x(that)S 166 x(respond)S 166 x(to)S 166 x(the)S 166 x(query)S -54 x (.)S 4497 16392 XY F28(3.15.3)S 400 x(UNIX)S 198 x(features)S 201 x (that)S 200 x(are)S 199 x(not)S 200 x(supported)S 201 x(by)S 199 x(SSH)S 8083 X 797 y F151(This)S 169 x(section)S 168 x(describes)S 168 x(features)S 169 x(that)S 168 x(are)S 169 x(expected)S 169 x(in)S 169 x(a)S 168 x (UNIX)S 168 x(environmen)S 2 x(t)S 168 x(but)S 169 x(are)S 8083 X 598 y (not)S 166 x(supported)S 166 x(by)S 167 x(SSH)S 165 x(for)S 167 x(OpenVMS.)S 8083 X 896 y(\201)S 595 x(The)S 167 x(server)S 166 x(con\211g)S 2 x (uration)S 166 x(parameter)S 166 x F234(PermitRootLogin)S 167 x F151 (is)S 166 x(not)S 166 x(supported.)S 8083 X 897 y(\201)S 595 x(The)S 167 x(client)S 166 x(con\211gu)S 2 x(ration)S 166 x(parameter)S 166 x F234(EnforceSecureRutils)S 167 x F151(is)S 165 x(not)S 167 x(supported.)S 8083 X 897 y(\201)S 595 x(There)S 193 x(is)S 191 x(no)S 193 x(automatic)S 191 x(mapping)S 193 x(from)S 192 x(the)S 192 x(UNIX)S 191 x(ROOT)S 191 x (account)S 193 x(to)S 192 x(the)S 8980 X 597 y(OpenVMS)S 165 x(SYSTEM)S 166 x(account.)S 8083 X 897 y(\201)S 595 x(The)S 187 x(SSH1)S 186 x (protocol)S 187 x(suite)S 187 x(is)S 186 x(not)S 187 x(supported)S 187 x (for)S 186 x(terminal)S 187 x(sessions,)S 191 x(remote)S 8980 X 598 y (command)S 167 x(execution,)S 168 x(and)S 167 x(\211le)S 167 x(transfer)S 167 x(operations.)S 250 x(Parameters)S 167 x(unique)S 167 x(to)S 167 x (SSH1)S 8980 X 597 y(in)S 166 x(the)S 166 x(server)S 167 x(and)S 166 x (client)S 166 x(con\211g)S 2 x(uration)S 167 x(\211les)S 166 x(are)S 166 x(ignored.)S 4497 24262 XY F28(3.15.4)S 400 x(SSH)S 198 x(comm)S 2 x(and)S 200 x(syntax)S 8083 X 797 y F151(This)S 166 x(section)S 166 x (includes)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(pertaining)S 167 x(to)S 165 x(command)S 167 x(syntax.)S 8083 X 897 y(\201)S 595 x (From)S 168 x(a)S 169 x(non-OpenVMS)S 168 x(client,)S 170 x(if)S 168 x (you)S 169 x(use)S 168 x(OpenVMS)S 168 x(syntax)S 169 x(for)S 169 x (names)S 168 x(\(such)S 168 x(as)S 8980 X 598 y(device)S 159 x(names\),)S 160 x(enclose)S 159 x(the)S 159 x(names)S 159 x(in)S 159 x(single)S 159 x(quotation)S 158 x(marks)S 159 x(to)S 159 x(prevent)S 159 x(certain)S 8980 X 597 y(characters)S 166 x(from)S 166 x(being)S 167 x(interpreted)S 166 x(as)S 166 x(they)S 167 x(would)S 166 x(be)S 166 x(on)S 166 x(a)S 166 x(UNIX)S 165 x(system.)S 8980 X 797 y(For)S 173 x(example,)S 175 x (in)S 172 x(the)S 173 x(following)S 173 x(command,)S 174 x(UNIX)S 172 x (interprets)S 173 x(the)S 172 x(dollar)S 173 x(sign)S 173 x(\($\))S 8980 X 598 y(as)S 180 x(a)S 180 x(terminator)S 180 x(in)S 180 x(the)S 181 x(device)S 180 x(name)S 181 x(SYS$SYS)S -2 x(DEVICE)S -2 x(:[)S F152(user)S 2 x F151(],)S 184 x(resulting)S 180 x(in)S 8980 X 598 y (SYS:[)S F152(user)S F151(].)S 8980 X 897 y F238(#)S 239 x(ssh)S 240 x F239(user)S F238(@)S F239(vmssys)S 2 x(tem)S 239 x(director)S 2 x(y)S 239 x F238(SYS$SYSDEV)S 2 x(ICE:[)S F239(user)S F238(])S 8980 X 896 y F151(T)S -46 x(o)S 166 x(avoid)S 167 x(this)S 165 x(problem,)S 167 x (enter)S 166 x(the)S 167 x(command)S 166 x(using)S 167 x(the)S 166 x (following)S 166 x(format:)S 8980 X 897 y F238(#)S 239 x(ssh)S 240 x F239(user)S F238(@)S F239(vmssys)S 2 x(tem)S 239 x(director)S 2 x(y)S 239 x F238('SYS$SYSDE)S 2 x(VICE:[)S F239(user)S F238(]')S 5 SC 20277 38258 XY F38(Restricti)S -2 x(ons)S 167 x(and)S 167 x(Limitations)S 398 x F40 (3\2031)S -24 x(1)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Italic Courier-Oblique %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-12) 44 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 4497 4636 XY(3.15.5)S 400 x(SSH)S 198 x(authen)S 2 x(tication)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(pertaining)S 167 x (to)S 165 x(SSH)S 166 x(authentication.)S 8083 X 897 y(\201)S 595 x (The)S 251 x(location)S 251 x(of)S 250 x(the)S 251 x(SHOSTS.EQUIV)S 249 x(\211le)S 251 x(has)S 251 x(been)S 8980 X 597 y(moved)S 249 x(from)S 249 x(TCPIP$SSH_DEVI)S -2 x(CE:[TCPIP$SSH])S 248 x(to)S 8980 X 598 y (TCPIP$SSH_DEV)S -2 x(ICE:[TCPIP$SSH.SSH2])S(.)S 8083 X 897 y(\201)S 595 x(If)S 166 x(hostbased)S 167 x(authentication)S 168 x(does)S 167 x (not)S 167 x(work,)S 168 x(the)S 167 x(SSH)S 167 x(server)S 167 x(may)S 168 x(have)S 168 x(failed)S 166 x(to)S 8980 X 597 y(match)S 173 x(the)S 174 x(host)S 174 x(name)S 173 x(sent)S 174 x(by)S 174 x(the)S 174 x (client)S 173 x(with)S 174 x(the)S 173 x(one)S 174 x(it)S 174 x(\211nds)S 173 x(in)S 174 x(DNS/BIND.)S 8980 X 598 y(Y)S -56 x(ou)S 177 x(can)S 177 x(check)S 178 x(whether)S 177 x(this)S 176 x(problem)S 176 x(exists)S 176 x(by)S 177 x(comparing)S 178 x(the)S 176 x(output)S 177 x(of)S 177 x (the)S 8980 X 598 y(following)S 166 x(commands)S 166 x(\(ignoring)S 167 x(differences)S 167 x(in)S 166 x(case)S 166 x(of)S 166 x(the)S 166 x (output)S 166 x(text\):)S 8980 X 897 y(\203)S 619 x(On)S 166 x(the)S 167 x(server)S 166 x(host:)S 10116 X 896 y F238($)S 239 x(TCPIP)S 10116 X 498 y(TCPIP>)S 240 x(SHOW)S 240 x(HOST)S 239 x F239(client-)S 2 x(ip-address)S 8980 X 897 y F151(\203)S 619 x(On)S 166 x(the)S 167 x(client)S 166 x (host:)S 10116 X 897 y F238($)S 239 x(write)S 240 x(sys$output)S 241 x (-)S 10116 X 498 y($_)S 239 x("''f$trnl)S 2 x(nm\("TCPIP$IN)S 2 x(ET_HOST"\)'.'')S 2 x(f$trnlnm\("TC)S 2 x(PIP$INET_DOM)S 2 x(AIN"\)'")S 9876 X 896 y F151 (If)S 193 x(the)S 194 x(two)S 192 x(strings)S 193 x(do)S 194 x(not)S 193 x(match,)S 201 x(you)S 194 x(should)S 193 x(check)S 195 x(the)S 193 x(host)S 193 x(name)S 9876 X 598 y(and)S 184 x(domain)S 184 x(con\211g)S 2 x(uration)S 184 x(on)S 184 x(the)S 184 x(client)S 184 x(host.)S 285 x (It)S 183 x(may)S 184 x(be)S 184 x(necessary)S 184 x(to)S 9876 X 598 y (recon\211)S 2 x(gure)S 167 x(and)S 166 x(restart)S 166 x(TCP/IP)S 166 x (Services)S 167 x(on)S 166 x(the)S 166 x(client)S 167 x(host.)S 8083 X 897 y(\201)S 595 x(If)S 154 x(the)S 154 x(user)S 155 x(default)S 154 x (directory)S 155 x(in)S 155 x(the)S 154 x(SYSUAF)S 154 x(user)S 155 x (record)S 154 x(is)S 154 x(speci\211ed)S 155 x(with)S 154 x(angle)S 8980 X 597 y(brackets)S 167 x(\(for)S 167 x(example,)S 168 x(<)S F152 (user-name)S F151(>\))S 168 x(instead)S 167 x(of)S 167 x(square)S 167 x (brackets)S 167 x(\([)S F152(user-name)S F151(]\),)S 8980 X 598 y(hostkey)S 169 x(authentication)S 168 x(fails.)S 253 x(T)S -46 x(o)S 168 x(solve)S 168 x(this)S 168 x(problem,)S 169 x(change)S 169 x(the)S 168 x(user)S 168 x(record)S 169 x(to)S 8980 X 598 y(use)S 166 x(square)S 166 x(brackets.)S 8083 X 897 y(\201)S 595 x(The)S 184 x(pairing)S 185 x(of)S 183 x(user)S 184 x(name)S 184 x(and)S 184 x(UIC)S 183 x(in)S 184 x(the)S 184 x(OpenVMS)S 183 x(rights)S 184 x(database,)S 188 x(as)S 8980 X 597 y(displayed)S 184 x(by)S 185 x(the)S 185 x(AUTHORIZE)S 183 x(utility')S -19 x(s)S 185 x(SHOW)S 183 x(/IDENTIFIER)S 183 x(command,)S 8980 X 598 y(must)S 178 x(match)S 179 x(the)S 179 x(pairing)S 179 x(in)S 179 x(the)S 179 x (SYSUAF)S 178 x(record)S 180 x(for)S 178 x(that)S 179 x(user)S 179 x (name.)S 275 x(If)S 179 x(the)S 8980 X 598 y(pairings)S 162 x(do)S 162 x (not)S 161 x(match,)S 163 x(the)S 162 x(following)S 162 x(message)S 161 x(error)S 163 x(is)S 161 x(displayed)S 161 x(when)S 162 x(the)S 162 x(user)S 8980 X 598 y(attempts)S 165 x(to)S 165 x(establish)S 166 x (an)S 166 x(SSH)S 166 x(session:)S 9219 X 896 y F238($)S 239 x(ssh)S 240 x(hosta)S 9219 X 498 y(%SYSTEM-F-)S 2 x(ACCVIO,)S 240 x(access)S 240 x(violation)S 2 x(,)S 239 x(reason)S 240 x(mask=00,)S 9219 X 498 y (virtual)S 240 x(address=)S 2 x(000000000000)S 241 x(0000,)S 240 x(PC=FFFFFFFF8)S 2 x(11A88E8,)S 240 x(PS=000000)S 2 x(1B)S 9697 X 797 y(Improper)S 2 x (ly)S 239 x(handled)S 240 x(conditi)S 2 x(on,)S 239 x(image)S 240 x (exit)S 240 x(forced.)S 10176 X 499 y(Signal)S 240 x(arguments:)S 719 x (Number)S 240 x(=)S 239 x(0000000)S 2 x(000000005)S 14959 X 498 y(Name)S 718 x(=)S 239 x(0000000)S 2 x(00000000C)S 17111 X 498 y(0000000)S 2 x (000000000)S 17111 X 498 y(0000000)S 2 x(000000000)S 17111 X 498 y(FFFFFFF)S 2 x(F811A88E8)S 17111 X 498 y(0000000)S 2 x(00000001B)S 10176 X 797 y (Register)S 240 x(dump:)S 10176 X 498 y(R0)S 478 x(=)S 240 x(FFFFFFFFFFFF)S 2 x(FFFE)S 479 x(R1)S 478 x(=)S 240 x(0000000000495)S 2 x(D08)S 478 x (R2)S 479 x(=)S 239 x(0000000)S 2 x(00001DEE0)S 10176 X 499 y(R3)S 478 x (=)S 240 x(00000000004A)S 2 x(BE18)S 479 x(R4)S 478 x(=)S 240 x(0000000000000)S 2 x(000)S 478 x(R5)S 479 x(=)S 239 x(0000000)S 2 x(000000000)S 10176 X 498 y(R6)S 478 x(=)S 240 x(000000000000)S 2 x(0000)S 479 x(R7)S 478 x (=)S 240 x(0000000000000)S 2 x(000)S 478 x(R8)S 479 x(=)S 239 x(0000000)S 2 x(000000000)S 10176 X 498 y(R9)S 478 x(=)S 240 x(000000000000)S 2 x (0000)S 479 x(R10)S 239 x(=)S 240 x(0000000000000)S 2 x(000)S 478 x (R11)S 240 x(=)S 239 x(0000000)S 2 x(0002F7C20)S 10176 X 498 y(R12)S 239 x(=)S 240 x(000000000000)S 2 x(0000)S 479 x(R13)S 239 x(=)S 240 x (0000000000498)S 2 x(708)S 478 x(R14)S 240 x(=)S 239 x(0000000)S 2 x (0004EDF48)S 10176 X 498 y(R15)S 239 x(=)S 240 x(000000007AEC)S 2 x (FE10)S 479 x(R16)S 239 x(=)S 240 x(0000000000000)S 2 x(000)S 478 x (R17)S 240 x(=)S 239 x(0000000)S 2 x(000000000)S 10176 X 498 y(R18)S 239 x(=)S 240 x(000000000000)S 2 x(0000)S 479 x(R19)S 239 x(=)S 240 x (000000007B624)S 2 x(258)S 478 x(R20)S 240 x(=)S 239 x(0000000)S 2 x (077770000)S 10176 X 498 y(R21)S 239 x(=)S 240 x(000000000000)S 2 x (0008)S 479 x(R22)S 239 x(=)S 240 x(FFFFFFFF77774)S 2 x(A00)S 478 x (R23)S 240 x(=)S 239 x(0000000)S 2 x(300000000)S 10176 X 498 y(R24)S 239 x(=)S 240 x(000000000000)S 2 x(0001)S 479 x(R25)S 239 x(=)S 240 x (0000000000000)S 2 x(001)S 478 x(R26)S 240 x(=)S 239 x(0000000)S 2 x (000118A6C)S 10176 X 499 y(R27)S 239 x(=)S 240 x(000000007C06)S 2 x (2700)S 479 x(R28)S 239 x(=)S 240 x(0000000000000)S 2 x(000)S 478 x (R29)S 240 x(=)S 239 x(0000000)S 2 x(07ADEF290)S 10176 X 498 y(SP)S 478 x(=)S 240 x(000000007ADE)S 2 x(F290)S 479 x(PC)S 478 x(=)S 240 x (FFFFFFFF811A8)S 2 x(8E8)S 478 x(PS)S 479 x(=)S 239 x(1000000)S 2 x (00000001B)S 8980 X 896 y F151(T)S -46 x(o)S 168 x(solve)S 168 x(this,)S 168 x(use)S 168 x(the)S 168 x(AUTHORIZE)S 166 x(utility)S 168 x(to)S 168 x(correct)S 168 x(the)S 168 x(pairing)S 168 x(of)S 168 x(user)S 168 x(name)S 8980 X 598 y(and)S 166 x(UIC)S 165 x(value)S 167 x(in)S 167 x(the)S 166 x(OpenVMS)S 165 x(rights)S 167 x(database.)S 5 SC 4497 38258 XY F40(3\20312)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-13) 45 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 4497 4636 XY(3.15.6)S 400 x(SSH)S 198 x(keys)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(notes)S 166 x(and)S 166 x(restrictions)S 166 x(pertaining)S 167 x(to)S 165 x (SSH)S 166 x(keys.)S 8083 X 897 y(\201)S 595 x(SSH)S 189 x(client)S 190 x(users)S 190 x(can)S 190 x(copy)S 190 x(their)S 190 x(own)S 190 x (customized)S 189 x(version)S 191 x(of)S 189 x(the)S 190 x(SSH2_)S 8980 X 597 y(CONFIG.)S 172 x(\211le)S 173 x(and)S 173 x(modify)S 173 x(the)S 173 x(value)S 173 x(of)S 173 x(the)S 173 x(variable)S 173 x F234(StrictHostKeyChecking)S F151(.)S 8980 X 598 y(By)S 169 x(setting)S 169 x(the)S 170 x(value)S 169 x(of)S 169 x(this)S 169 x(variable)S 170 x(to)S 169 x(`)S -10 x (`no,')S -8 x(')S 169 x(the)S 169 x(user)S 170 x(can)S 169 x(enable)S 170 x(the)S 169 x(client)S 169 x(to)S 8980 X 598 y(automatically)S 171 x (copy)S 172 x(the)S 172 x(public)S 171 x(key)S 173 x(\(without)S 171 x (being)S 172 x(prompted)S 171 x(for)S 171 x(con\211rmation\))S 8980 X 598 y(from)S 166 x(an)S 166 x(SSH)S 166 x(server)S 166 x(when)S 167 x (contacting)S 167 x(that)S 166 x(server)S 166 x(for)S 166 x(the)S 167 x (\211rst)S 166 x(time.)S 8980 X 797 y(A)S 151 x(system)S 151 x(manager)S 152 x(can)S 153 x(tighten)S 152 x(security)S 152 x(by)S 152 x(setting)S 152 x(the)S 151 x F234(StrictHostKeyChecking)S 8980 X 597 y F151(variable)S 170 x(to)S 169 x(`)S -10 x(`yes')S -9 x(')S 169 x(in)S 170 x(the)S 169 x (systemwide)S 168 x(SSH2_CONFIG.)S 169 x(\211le,)S 171 x(and)S 169 x (forcing)S 171 x(users)S 169 x(to)S 8980 X 598 y(use)S 175 x(only)S 176 x(the)S 176 x(systemwide)S 174 x(version)S 176 x(of)S 175 x(the)S 176 x(\211le.)S 268 x(In)S 175 x(this)S 175 x(case,)S 178 x(to)S 175 x (copy)S 176 x(the)S 176 x(public)S 8980 X 598 y(key)S 186 x(from)S 186 x (the)S 186 x(server)S -36 x(,)S 191 x(users)S 185 x(\(and)S 186 x(the)S 186 x(system)S 185 x(manager\))S 187 x(must)S 185 x(use)S 186 x(another)S 8980 X 598 y(mechanism)S 167 x(\(for)S 166 x(example,)S 168 x(a)S 166 x (privileged)S 168 x(user)S 167 x(can)S 167 x(manually)S 167 x(copy)S 167 x(the)S 167 x(public)S 167 x(key\).)S 8980 X 597 y(T)S -46 x(o)S 162 x(enforce)S 162 x(this)S 161 x(tighter)S 162 x(security)S 162 x (response,)S 162 x(the)S 162 x(system)S 161 x(manager)S 162 x(can)S 162 x(perform)S 161 x(the)S 8980 X 598 y(following)S 166 x(steps:)S 8980 X 897 y(1.)S 481 x(Edit)S 173 x(TCPIP$SSH_DEV)S -2 x(ICE:[TCPIP$SSH]SSH2_C)S -2 x(ONFIG.)S 173 x(to)S 172 x(include)S 174 x(the)S 9876 X 598 y(following)S 167 x(line:)S 9876 X 896 y F238(StrictH)S 2 x(ostKeyChecki)S 2 x(ng)S 478 x(yes)S 8980 X 897 y F151(2.)S 481 x(Restrict)S 9876 X 598 y(user)S 189 x(access)S 188 x(to)S 188 x(TCPIP$SSH_DEVI)S -2 x(CE:[TCPIP$SSH]SSH2_CO)S -2 x(NFIG)S(.)S 9876 X 597 y(For)S 167 x(example:)S 9876 X 897 y F238 ($)S 240 x(SET)S 239 x(SECURIT)S 2 x(Y/PROTECTION)S 2 x(=\(G,W\))S 240 x (TCPIP$SSH_DE)S 2 x(VICE:[TCPIP$)S 2 x(SSH.SSH2]SSH)S 2 x(2_CONFIG.;)S 8980 X 897 y F151(3.)S 481 x(Edit)S 165 x(the)S 166 x(SYS$ST)S -28 x (ARTUP:TCPIP$SSH_CLIENT_ST)S -28 x(ARTUP)S -64 x(.COM)S 165 x(command)S 9876 X 597 y(procedure)S 172 x(to)S 171 x(install)S 171 x(the)S 171 x (SSH)S 171 x(server)S 172 x(image)S 171 x(with)S 171 x(the)S 171 x(READA)S -2 x(LL)S 172 x(privilege.)S 9876 X 598 y(In)S 165 x(the)S 165 x(following)S 164 x(example,)S 166 x(change)S 166 x(the)S 164 x(existing)S 165 x(line)S 165 x(to)S 164 x(the)S 165 x(replacement)S 165 x(line,)S 9876 X 598 y (as)S 166 x(indicated:)S 10594 X 897 y F238(.)S -239 x 498 y(.)S -239 x 498 y(.)S 9876 X 498 y($)S 11311 X(image)S 240 x(=)S 240 x(f$edit\("sys)S 2 x($system:tcpip)S 2 x($ssh_ssh2.ex)S 2 x(e","upcase"\))S 9876 X 498 y ($!)S 11311 X(call)S 240 x(install_)S 2 x(image)S 240 x('image')S 240 x ("")S 20639 X(<==)S 239 x(existin)S 2 x(g)S 239 x(line)S 9876 X 498 y ($)S 11311 X(call)S 240 x(install_)S 2 x(image)S 240 x('image')S 240 x ("readall")S 719 x(<==)S 239 x(replace)S 2 x(ment)S 10594 X 498 y(.)S -239 x 498 y(.)S -239 x 499 y(.)S 8980 X 896 y F151(4.)S 481 x(Enable)S 186 x(the)S 187 x(SSH)S 185 x(client,)S 192 x(as)S 186 x(described)S 185 x(in)S 187 x(the)S 186 x F152(HP)S 186 x(TCP/IP)S 186 x(Services)S 187 x(for)S 9876 X 598 y(OpenVMS)S 167 x(Guide)S 166 x(to)S 166 x(SSH)S F151(.)S 8980 28746 XY 7812 24 R 17094 28746 XY F36(Note)S 299 x 7812 24 R 8980 29642 XY F151(Steps)S 174 x(2)S 174 x(and)S 175 x(3)S 174 x(involve)S 176 x(modi\211cation)S 175 x(of)S 174 x(system)S 174 x(\211les.)S 266 x (Therefore)S 2 x(,)S 177 x(it)S 174 x(may)S 175 x(be)S 8980 X 598 y (necessary)S 180 x(to)S 180 x(repeat)S 181 x(the)S 180 x(modi\211cations)S 180 x(after)S 180 x(a)S 180 x(future)S 181 x(update)S 180 x(of)S 180 x (TCP/IP)S 8980 X 598 y(Services.)S 8980 X 697 y 17340 24 R 8083 32731 XY (\201)S 595 x(If)S 171 x(you)S 172 x(do)S 172 x(not)S 171 x(specify)S 172 x(the)S 172 x(key)S 172 x(\211le)S 172 x(in)S 172 x(the)S 171 x (SSH_ADD)S 170 x(command,)S 174 x(and)S 171 x(SSH_ADD)S 8980 X 597 y (\211nds)S 167 x(no)S 167 x(INDENTIFIC)S -2 x(A)S -27 x(TION.)S 166 x (\211le,)S 168 x(it)S 166 x(adds)S 166 x(only)S 167 x(the)S 167 x(\211rst)S 167 x(private)S 167 x(key)S 167 x(it)S 167 x(\211nds)S 166 x(in)S 8980 X 598 y(the)S 166 x([)S F152(username)S F151(.)S 2 x(SSH2])S 165 x(directory)S -55 x(.)S 8083 X 897 y(\201)S 595 x(Do)S 188 x(not)S 189 x(use)S 189 x (the)S 189 x(SSH_KEYG)S -2 x(EN)S 189 x F234(-e)S 189 x F151(option)S 189 x(\(used)S 189 x(to)S 188 x(edit)S 189 x(the)S 189 x(comment)S 189 x (or)S 8980 X 597 y(passphrase)S 165 x(of)S 166 x(the)S 166 x(key\).)S 251 x(This)S 166 x(option)S 166 x(does)S 166 x(not)S 166 x(work.)S 5 SC -526 x 38258 Y F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20313)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-14) 46 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4555 XY F151(\201)S 595 x(W)S -19 x(ith)S 175 x(this)S 176 x(release,)S 178 x(the)S 175 x(default)S 175 x(size)S 175 x(of)S 175 x(keys)S 176 x(generated)S 177 x(by)S 175 x(the)S 176 x (SSH_KEY)S -2 x(GEN)S 8980 X 598 y(utility)S 186 x(is)S 186 x(2048)S 186 x(bits)S 185 x(\(for)S 187 x(earlier)S 186 x(releases,)S 191 x(the)S 187 x(default)S 186 x(size)S 185 x(was)S 185 x(1024)S 186 x(bits\).)S 8980 X 598 y(Consequently)S -55 x(,)S 194 x(generation)S 188 x(of)S 188 x(keys)S 188 x(takes)S 187 x(longer)S 189 x(\202)S 187 x(sometimes)S 187 x(\211ve)S 188 x(to)S 187 x(ten)S 8980 X 597 y(times)S 170 x(longer)S -35 x(.)S 260 x(On)S 171 x(slow)S 170 x(systems,)S 172 x(or)S 172 x (during)S 172 x(SSH)S 171 x(con\211g)S 2 x(uration,)S 173 x(key)S 172 x (gener)S 2 x(ation)S 8980 X 598 y(may)S 174 x(seem)S 174 x(to)S 175 x (be)S 174 x(hanging)S 176 x(when)S 175 x(it)S 174 x(is)S 174 x(not.)S 266 x(No)S 174 x(progress)S 175 x(indicator)S 174 x(is)S 174 x(displayed.)S 8980 X 598 y(During)S 167 x(SSH)S 166 x(con\211g)S 2 x(uration,)S 167 x (the)S 167 x(following)S 167 x(messages)S 166 x(indicate)S 166 x(the)S 167 x(keys)S 167 x(are)S 167 x(being)S 8980 X 598 y(generated:)S 8980 X 896 y F238(Creating)S 240 x(private)S 241 x(key)S 239 x(file:)S 240 x (TCPIP$SS)S 2 x(H_DEVICE:[TCP)S 2 x(IP$SSH.SSH2])S 2 x(HOSTKEY)S 8980 X 498 y(Creating)S 240 x(public)S 240 x(key)S 240 x(file:)S 240 x(TCPIP$SSH)S 2 x(_DEVICE:[TCPI)S 2 x(P$SSH.SSH2]H)S 2 x(OSTKEY.PUB)S 8980 10732 XY 7812 24 R 17094 10732 XY F36(Note)S 299 x 7812 24 R 8980 11629 XY F151 (While)S 171 x(the)S 172 x(keys)S 173 x(are)S 171 x(being)S 173 x(generated,)S 174 x(you)S 173 x(might)S 172 x(notice)S 172 x(a)S 172 x(delay)S -55 x (.)S 260 x(This)S 172 x(does)S 8980 X 597 y(not)S 166 x(indicate)S 166 x (a)S 166 x(hang.)S 8980 X 698 y 17340 24 R 4497 14319 XY F28(3.15.7)S 400 x(SSH)S 198 x(sess)S 2 x(ions)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(restrictions)S 165 x(pertaining)S 167 x(to)S 166 x(SSH)S 166 x(sessions.)S 8083 X 896 y(\201)S 595 x(In)S 171 x(an)S 171 x(SSH)S 170 x(session)S 171 x(on)S 171 x(the)S 171 x(OpenVMS)S 171 x (server)S -37 x(,)S 173 x(the)S 171 x(originating)S 172 x(client)S 171 x (host)S 171 x(name)S 8980 X 598 y(and)S 169 x(the)S 170 x(user)S 170 x (name)S 169 x(or)S 170 x(port)S 169 x(identi\211cation)S 170 x(are)S 170 x(not)S 169 x(available.)S 257 x(For)S 169 x(example,)S 171 x(in)S 170 x(a)S 8980 X 598 y(TELNET)S 169 x(session,)S 170 x(the)S 169 x(OpenVMS)S 169 x(DCL)S 169 x(command)S 169 x(SHOW)S 168 x(TERMINAL)S 169 x(displays)S 8980 X 597 y(the)S 166 x(following)S 166 x(information)S 167 x(about)S 166 x(a)S 166 x(UNIX)S 165 x(client:)S 8980 X 897 y F238(Remote)S 240 x (Port)S 240 x(Info:)S 240 x(Host:)S 240 x(unixsys.myc)S 2 x(o.com)S 240 x(Port:2728)S 8980 X 897 y F151(Likewise,)S 166 x(information)S 166 x(about)S 167 x(an)S 166 x(OpenVMS)S 166 x(client)S 166 x(appears)S 165 x(as:)S 8980 X 896 y F238(Remote)S 240 x(Port)S 240 x(Info:)S 240 x (Host:)S 240 x(mysys.com)S 240 x(Locn:_R)S 2 x(TA4:/USER)S 8980 X 897 y F151(Neither)S 191 x(of)S 190 x(these)S 191 x(lines)S 191 x(is)S 190 x (displayed)S 190 x(in)S 191 x(a)S 191 x(similar)S 190 x(SSH)S 190 x (session;)S 203 x(however)S -36 x(,)S 8980 X 598 y(information)S 177 x (for)S 178 x(SSH)S 176 x(sessions)S 177 x(is)S 176 x(available)S 178 x (in)S 177 x(the)S 177 x(logical)S 178 x(names)S 177 x(SYS$REM_)S 8980 X 598 y(ID)S 175 x(\(username\))S 176 x(and)S 176 x(SYS$RE)S -2 x(M_NODE)S 175 x(and)S 176 x(SYS$REM_NOD)S -2 x(E_FULLNAME)S 8980 X 597 y(\(hostname\))S 8083 X 897 y(\201)S 595 x(Starting)S 180 x(SSH)S 180 x(sess)S -2 x(ions)S 180 x(recursively)S 182 x(\(for)S 180 x(example,)S 184 x(starting)S 180 x(one)S 180 x(SSH)S 180 x(session)S 8980 X 598 y(from)S 168 x(within)S 168 x(an)S 169 x(existing)S 169 x(SSH)S 167 x(session\))S 168 x(creates)S 168 x(a)S 168 x(layer)S 169 x(of)S 168 x(sessions.)S 253 x(Loggin)S 2 x(g)S 168 x(out)S 8980 X 597 y(of)S 167 x(the)S 167 x(innermost)S 167 x(session)S 166 x(may)S 167 x(return)S 168 x(to)S 166 x(a)S 167 x (layer)S 168 x(other)S 167 x(than)S 167 x(the)S 167 x(one)S 167 x(from)S 167 x(which)S 8980 X 598 y(the)S 166 x(session)S 165 x(was)S 166 x(started.)S 8083 X 897 y(\201)S 595 x(SSH)S 166 x(escape)S 167 x(sequences)S 167 x (are)S 167 x(not)S 168 x(fully)S 167 x(supported.)S 251 x(For)S 168 x (example,)S 168 x(you)S 167 x(may)S 168 x(have)S 168 x(to)S 8980 X 598 y (enter)S 174 x(the)S 174 x F234(Escape)S 174 x(.)S 265 x F151(\(escape)S 173 x(character)S 175 x(followed)S 173 x(by)S 174 x(a)S 174 x(space)S 173 x(and)S 174 x(a)S 174 x(period\))S 174 x(exit)S 8980 X 597 y(sequence)S 170 x(twice)S 170 x(for)S 169 x(it)S 170 x(to)S 169 x(take)S 170 x(effect.)S 257 x(On)S 170 x(exit,)S 171 x(the)S 170 x(terminal)S 170 x(is)S 169 x (left)S 170 x(in)S 170 x(NOECHO)S 8980 X 598 y(and)S 166 x(P)S -37 x (ASTHRU)S 166 x(mode.)S 8083 X 897 y(\201)S 595 x(On)S 181 x(certain)S 182 x(non-OpenVMS)S 181 x(clients,)S 186 x(after)S 181 x(attempting)S 181 x(to)S 181 x(exit)S 182 x(from)S 181 x(an)S 182 x(SFTP)S 8980 X 598 y(session,)S 164 x(you)S 164 x(must)S 163 x(press)S 163 x(Enter)S 163 x(an)S 164 x(extra)S 164 x(time)S 163 x(to)S 163 x(return)S 165 x (to)S 163 x(the)S 164 x(operating)S 164 x(system)S 8980 X 597 y(prompt.)S 4497 31753 XY F28(3.15.8)S 400 x(SSH)S 198 x(mess)S 2 x(ages)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(notes)S 166 x (and)S 166 x(restrictions)S 166 x(pertaining)S 167 x(to)S 165 x(SSH)S 166 x(session)S 165 x(messages.)S 8083 X 897 y(\201)S 595 x(Normally)S -55 x(,)S 189 x(the)S 184 x(translation)S 184 x(of)S 184 x(the)S 185 x (system)S 183 x(logical)S 185 x(name)S 184 x(SYS$ANNO)S -2 x(UNCE)S 8980 X 598 y(is)S 183 x(displayed)S 183 x(after)S 183 x(authentication)S 184 x(is)S 183 x(complete.)S 284 x(In)S 183 x(this)S 183 x(version)S 184 x(of)S 183 x(SSH,)S 184 x(no)S 8980 X 597 y(automated)S 166 x(mechanism)S 166 x(exists)S 165 x(for)S 166 x(displaying)S 167 x(this)S 166 x(text)S 166 x(as)S 165 x(a)S 166 x(prelogin)S 167 x(banner)S -36 x(.)S 8980 X 797 y(T)S -46 x(o)S 219 x(provide)S 219 x(a)S 219 x(prelogin)S 219 x (banner)S 220 x(from)S 218 x(a)S 219 x(text)S 218 x(\211le,)S 233 x (create)S 219 x(the)S 219 x(\211le)S 8980 X 598 y(SSH_BANNE)S -2 x(R_MESSAGE)S -2 x(.)S 167 x(containing)S 167 x(the)S 167 x(text)S 166 x(to)S 166 x (be)S 166 x(displayed)S 165 x(before)S 167 x(login.)S 5 SC 4497 38258 XY F40(3\20314)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-15) 47 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(T)S -46 x(o)S 170 x(enter)S 171 x(multiple)S 169 x(lines)S 170 x(in)S 171 x(the)S 170 x(banner)S 171 x(text,)S 171 x(make)S 171 x(sure)S 170 x(each)S 170 x(line)S 171 x (ends)S 170 x(with)S 169 x(an)S 8980 X 598 y(explicit)S 166 x(carriage-return)S 168 x(character)S 167 x(except)S 166 x(the)S 166 x(last)S 166 x(line.)S 8980 X 797 y(Save)S 293 x(the)S 293 x(banner)S 293 x(message)S 293 x (\211le)S 293 x(in)S 293 x(the)S 8980 X 598 y(TCPIP$SSH_DEV)S -2 x(ICE:[TCPIP$SSH.SSH2])S 181 x(directory)S -54 x(,)S 186 x(with)S 181 x(privileges)S 183 x(that)S 8980 X 597 y(allow)S 165 x(it)S 166 x(to)S 166 x(be)S 166 x(read)S 166 x (by)S 167 x(the)S 166 x(user)S 166 x(account)S 167 x([TCPIP$SSH].)S 8980 X 797 y(If)S 194 x(you)S 196 x(do)S 195 x(not)S 195 x(use)S 195 x (the)S 195 x(default)S 195 x(\211le)S 195 x(name)S 195 x(and)S 195 x (location)S 195 x(for)S 195 x(the)S 195 x(message)S 8980 X 598 y(banner)S 197 x(\211le,)S 204 x(de\211ne)S 197 x(them)S 196 x(using)S 197 x(the)S 196 x F234(BannerMessageFile)S 197 x F151(option)S 196 x(in)S 197 x (the)S 8980 X 598 y(TCPIP$SSH_DEV)S -2 x(ICE:[TCPIP$SSH.SSH2]SSHD2_C)S -2 x(ONFIG.)S 181 x(\211le.)S 282 x(Specify)S 8980 X 598 y(the)S 167 x (location)S 166 x(and)S 167 x(\211le)S 167 x(name)S 167 x(of)S 167 x (your)S 167 x(banner)S 168 x(message)S 166 x(\211le)S 167 x(as)S 166 x (the)S 167 x(argument)S 168 x(to)S 166 x(the)S 8980 X 597 y(option)S 166 x(using)S 167 x(one)S 166 x(of)S 166 x(the)S 166 x(following)S 167 x (formats:)S 8980 X 897 y F238(BannerMessa)S 2 x(geFile)S 718 x(TCPIP$SSH)S 2 x(_DEVICE:[TCP)S 2 x(IP$SSH]BANNER)S 2 x(1.TXT)S 8980 X 797 y(BannerMessa)S 2 x(geFile)S 718 x(/TCPIP$SS)S 2 x(H_DEVICE/TCP)S 2 x(IP$SSH/BANNER)S 2 x(2.TXT)S 8980 X 797 y(BannerMessa)S 2 x(geFile)S 718 x(/etc/bann)S 2 x(er3.txt)S 8980 X 897 y F151(Note)S 173 x(that)S 174 x(the)S 173 x (argumen)S 2 x(t)S 173 x(may)S 174 x(be)S 173 x(in)S 174 x(either)S 174 x(OpenVMS)S 173 x(or)S 174 x(UNIX)S 173 x(format)S 173 x(and)S 174 x (is)S 8980 X 598 y(not)S 168 x(case)S 167 x(sensitive.)S 253 x(\(If)S 167 x(multiple)S 168 x(de\211nitions)S 168 x(for)S 167 x(the)S 168 x (same)S 168 x(option)S 167 x(are)S 168 x(included)S 169 x(in)S 8980 X 597 y(the)S 166 x(con\211g)S 2 x(uration)S 166 x(\211le,)S 167 x(the)S 166 x(last)S 166 x(one)S 166 x(listed)S 165 x(will)S 166 x(take)S 166 x (effect.\))S 8083 X 897 y(\201)S 595 x(Some)S 169 x(SSH)S 168 x(informational,)S 171 x(warning,)S 171 x(and)S 169 x(error)S 170 x(message)S 169 x(codes)S 169 x(are)S 169 x(truncated)S 170 x(in)S 8980 X 598 y(the)S 166 x(display)S -55 x(.)S 249 x(For)S 167 x(example:)S 8980 X 896 y F238(%TCPIP-E-SS)S 2 x(H_FC_ERR_NO_)S 2 x(S,)S 239 x(file)S 240 x(doesn't)S 240 x(exist)S 8083 X 897 y F151(\201)S 595 x(Some)S 173 x(SSH)S 174 x(log)S 174 x (and)S 174 x(trace)S 174 x(output)S 174 x(messages,)S 175 x(and)S 174 x (informational,)S 177 x(warning,)S 177 x(and)S 8980 X 598 y(error)S 166 x(messages)S 166 x(display)S 166 x(\211le)S 166 x(speci\211cations)S 166 x(as)S 166 x(UNIX)S 165 x(path)S 166 x(names.)S 4497 19898 XY F28 (3.15.9)S 400 x(SSH)S 198 x(remote)S 200 x(comm)S 2 x(ands)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(notes)S 166 x (and)S 166 x(restrictions)S 166 x(pertaining)S 167 x(to)S 165 x(SSH)S 166 x(remote)S 166 x(commands.)S 8083 X 896 y(\201)S 595 x(Command)S 174 x(lines)S 175 x(for)S 175 x(remote)S 175 x(command)S 175 x(execu)S 2 x(tion)S 175 x(through)S 176 x(SSH)S 175 x(are)S 175 x(limited)S 174 x (to)S 8980 X 598 y(153)S 166 x(characters.)S 8083 X 897 y(\201)S 595 x (After)S 167 x(you)S 168 x(execute)S 168 x(an)S 168 x(SSH)S 167 x(remote)S 167 x(command,)S 168 x(you)S 168 x(may)S 168 x(need)S 167 x(to)S 168 x (press)S 166 x(the)S 168 x(Enter)S 8980 X 597 y(key)S 167 x(to)S 166 x (get)S 166 x(back)S 167 x(to)S 165 x(the)S 167 x(DCL)S 165 x(prompt.)S 8083 X 897 y(\201)S 595 x(When)S 186 x(you)S 186 x(execu)S 2 x(te)S 185 x(remote)S 186 x(commands)S 185 x(on)S 186 x(the)S 186 x(OpenVMS)S 185 x(SSH)S 185 x(server)S -36 x(,)S 191 x(the)S 8980 X 598 y(log)S 177 x(\211le)S 178 x(TCPIP$SSH_RCMD.LOG)S 176 x(is)S 176 x(created)S 177 x(in)S 178 x(the)S 177 x(directory)S 178 x(de\211ned)S 178 x(by)S 177 x(the)S 8980 X 598 y(logical)S 174 x(name)S 174 x(SYS$LOGIN)S 173 x (for)S 174 x(your)S 175 x(user)S 174 x(account.)S 267 x(This)S 174 x (log)S 174 x(\211le)S 174 x(is)S 174 x(not)S 174 x(purged)S 8980 X 597 y (automatically)S -55 x(.)S 8083 X 897 y(\201)S 595 x(When)S 172 x(you)S 174 x(execute)S 173 x(remote)S 172 x(commands)S 172 x(on)S 172 x(an)S 173 x(OpenVMS)S 172 x(SSH)S 171 x(client)S 173 x(connected)S 8980 X 598 y(to)S 175 x(a)S 175 x(non-OpenVMS)S 175 x(SSH)S 174 x(server)S -36 x(,)S 178 x(output)S 175 x(may)S 175 x(not)S 175 x(be)S 175 x(displayed)S 175 x(correctly)S -54 x(.)S 267 x(For)S 8980 X 598 y(example,)S 178 x (sequential)S 176 x(lines)S 175 x(might)S 175 x(be)S 176 x(offset)S 174 x(as)S 175 x(if)S 175 x(missing)S 176 x(a)S 175 x(linefeed,)S 178 x (as)S 175 x(in)S 176 x(the)S 8980 X 597 y(following)S 166 x(example:)S 8980 X 897 y F238($)S 239 x(ssh)S 240 x(user@unixho)S 2 x(st)S 239 x (ls)S 240 x(-a)S 9458 X 498 y(user's)S 240 x(password)S 2 x(:)S 9458 X 498 y(Authentic)S 2 x(ation)S 240 x(successful.)S 9458 X 498 y(.)S 498 y (..)S 499 y(.TTaut)S 2 x(hority)S 498 y(.Xauth)S 2 x(ority)S 498 y(.cshrc)S 498 y(.)S 2 x(dt)S 498 y(.dtprofile)S 5 SC 33 x 38258 Y F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20315)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-16) 48 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(T)S -46 x(o)S 164 x(display)S 164 x(the)S 164 x(output)S 165 x(correctly)S -55 x(,)S 165 x(use)S 164 x (the)S 164 x F234(-t)S 164 x F151(option)S 165 x(with)S 163 x(the)S 164 x(command,)S 165 x(as)S 164 x(in)S 164 x(the)S 8980 X 598 y(following)S 166 x(command)S 166 x(example:)S 8980 X 897 y F238($)S 239 x(ssh)S 240 x (-t)S 239 x(user@uni)S 2 x(xhost)S 240 x(ls)S 239 x(-a)S 8083 X 896 y F151(\201)S 595 x(Any)S 181 x(OpenVMS)S 181 x(command)S 181 x(that)S 181 x(refreshes)S 180 x(the)S 182 x(display)S 180 x(can)S 182 x(have)S 181 x(unex)S 2 x(pected)S 8980 X 598 y(results)S 162 x(when)S 163 x (executed)S 163 x(as)S 163 x(a)S 162 x(remote)S 163 x(SSH)S 162 x(command.)S 249 x(For)S 164 x(example,)S 164 x(the)S 162 x(following)S 8980 X 598 y (command)S 166 x(exhibits)S 166 x(this)S 166 x(behavior:)S 8980 X 896 y F238($)S 239 x(MONITOR)S 240 x(PROCESS)S 241 x(/TOPCPU)S 8980 X 897 y F151(Executed)S 182 x(locally)S -55 x(,)S 187 x(this)S 181 x(command)S 182 x(displays)S 182 x(a)S 181 x(bar)S 182 x(chart)S 183 x(that)S 181 x (is)S 182 x(continuously)S 8980 X 598 y(updated.)S 284 x(When)S 184 x (execu)S 2 x(ted)S 183 x(as)S 183 x(a)S 184 x(remote)S 183 x(command,)S 189 x(it)S 183 x(displays)S 183 x(each)S 184 x(update)S 8980 X 598 y (sequentially)S -55 x(.)S 249 x(In)S 167 x(addition,)S 166 x(you)S 167 x (cannot)S 167 x(terminate)S 166 x(the)S 166 x(command)S 166 x(using)S 167 x(Ctrl/C.)S 4497 12226 XY F28(3.15.10)S 400 x(SSH)S 198 x(batch)S 201 x(mode)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(batch)S 166 x(mode)S 166 x(restrictions.)S 8083 X 897 y(\201)S 595 x(Because)S 187 x(the)S 187 x(SSH,)S 187 x(SFTP)S -63 x(,)S 187 x (and)S 188 x(SCP)S 186 x(commands)S 187 x(are)S 187 x(implemented)S 187 x(by)S 188 x(code)S 8980 X 598 y(ported)S 168 x(from)S 168 x(UNIX)S 168 x(sources,)S 170 x(they)S 169 x(do)S 168 x(not)S 169 x(support)S 168 x(all)S 168 x(of)S 169 x(the)S 168 x(standard)S 168 x(OpenVMS)S 8980 X 598 y(behaviors)S 179 x(for)S 179 x(SYS$INPUT)S -46 x(,)S 179 x (SYS$O)S -2 x(UTPUT)S -45 x(,)S 179 x(and)S 179 x(SYS$ERRO)S -2 x(R)S 178 x(in)S 179 x(command)S 8980 X 597 y(procedures.)S 250 x(For)S 166 x (example:)S 8980 X 897 y(\203)S 619 x(SYS$INPUT)S 166 x(is)S 166 x(not)S 166 x(the)S 166 x(default)S 166 x(batch)S 166 x(command)S 166 x(procedure.)S 8980 X 897 y(\203)S 619 x(Output)S 174 x(written)S 173 x(to)S 174 x (a)S 174 x(batch)S 174 x(log)S 174 x(\211le)S 174 x(or)S 174 x(other)S 175 x(SYS$OUTPUT)S 173 x(\211le)S 174 x(may)S 174 x(have)S 9876 X 597 y (an)S 167 x(extra)S 166 x F234()S 167 x F151(\(ASCI)S -2 x(I)S 166 x (decimal)S 166 x(13\))S 166 x(or)S 166 x(other)S 166 x(explicit)S 167 x (formatting)S 166 x(characters.)S 8980 X 897 y(\203)S 619 x(Y)S -55 x (ou)S 166 x(can)S 167 x(direct)S 166 x(SYS$OUTPUT)S 165 x(to)S 166 x (a)S 166 x(\211le,)S 167 x(as)S 166 x(in)S 166 x(the)S 166 x(following)S 166 x(example:)S 9876 X 897 y F238($)S 240 x(ASSIGN)S 240 x(OUT.DAT)S 240 x(SYS$OUTP)S 2 x(UT)S 8083 X 896 y F151(\201)S 595 x(When)S 182 x (you)S 182 x(run)S 183 x(these)S 181 x(commands)S 182 x(from)S 181 x (an)S 182 x(interactive)S 182 x(command)S 182 x(procedure,)S 8980 X 598 y(you)S 171 x(should)S 170 x(use)S 170 x(the)S 170 x(explicit)S 170 x(UNIX)S 170 x(batch)S 170 x(mode)S 170 x(\212ags,)S 171 x(as)S 170 x(listed)S 169 x(in)S 170 x(the)S 171 x(following)S 8980 X 598 y (table:)S 8980 X 896 y 18228 24 R 8980 23385 XY F40(For)S -25 x(...)S 18295 X(Use...)S 8980 X 298 y 18228 24 R 8980 24281 XY F155(SSH)S 153 x (\(remote)S 153 x(command)S 153 x(execution)S 152 x(or)S 153 x(port)S 8980 X 498 y(forwarding\),)S 18295 X -498 y F234(-o)S 149 x(batchmode)S 150 x(yes)S 8980 25527 XY F155(SCP)S -58 x(,)S 18295 X F234("-B")S 8980 X 747 y F155(SFTP)S -57 x(,)S 18295 X F234("-B")S 149 x({)S F235(batchfile)S F234(})S 8980 X 299 y 18228 24 R 8083 28366 XY F151(\201)S 595 x(If)S 168 x(you)S 170 x(use)S 168 x(the)S 169 x(SSH)S 169 x(command)S 168 x (in)S 169 x(batch)S 169 x(mode)S 169 x(with)S 168 x(an)S 169 x(interactive)S 169 x(session)S 168 x(\(that)S 8980 X 598 y(is,)S 185 x(not)S 182 x (for)S 181 x(remote)S 181 x(command)S 182 x(execution)S 182 x(or)S 182 x (setting)S 181 x(up)S 182 x(port)S 181 x(forwarding\),)S 186 x(the)S 8980 X 597 y(batch)S 166 x(job)S 167 x(hangs.)S 8980 X 797 y(If)S 187 x (the)S 188 x F234(-s)S 187 x F151(option)S 188 x(is)S 187 x(used)S 188 x (in)S 187 x(an)S 188 x(interactive)S 188 x(SSH)S 187 x(session,)S 193 x (or)S 188 x(with)S 187 x(an)S 188 x(SSH)S 8980 X 598 y(command)S 170 x (execu)S 2 x(ted)S 170 x(interactively)S 171 x(in)S 171 x(a)S 171 x (DCL)S 170 x(command)S 170 x(procedure,)S 173 x(the)S 171 x(terminal)S 8980 X 598 y(session)S 167 x(hangs.)S 254 x(Ctrl/Y)S 167 x(and)S 168 x (Ctrl/C)S 168 x(will)S 167 x(not)S 168 x(restore)S 167 x(the)S 168 x (DCL)S 168 x(prompt.)S 252 x(T)S -45 x(o)S 168 x(release)S 8980 X 598 y (the)S 166 x(hung)S 168 x(terminal)S 166 x(session,)S 165 x(you)S 167 x (must)S 166 x(restart)S 166 x(the)S 166 x(SSH)S 165 x(client)S 167 x (and)S 166 x(server)S -36 x(.)S 8083 X 896 y(\201)S 595 x(For)S 166 x (the)S 167 x(SFTP)S 166 x(command,)S 167 x(note)S 166 x(the)S 166 x (following:)S 8980 X 897 y(\203)S 619 x(If)S 154 x(the)S 155 x(command)S 154 x(is)S 154 x(used)S 154 x(without)S 154 x(the)S 155 x F234(-B)S 154 x({)S F235(batchfile)S F234(})S 155 x F151(option,)S 157 x(SFTP)S 155 x(uses)S 154 x(the)S 9876 X 598 y(following)S 167 x(\211le)S 166 x (by)S 166 x(default:)S 250 x(SYS$LOGI)S -2 x(N:TCPIP$SFTP_)S 2 x(BA)S -29 x(TCHFILE.TXT)S -45 x(.)S 5 SC 4497 38258 XY F40(3\20316)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-17) 49 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4555 XY F151(\201)S 595 x(When)S 166 x (runn)S 2 x(ing)S 166 x(in)S 167 x(batch)S 166 x(mode:)S 8980 X 897 y (\203)S 619 x(The)S 160 x(SFTP)S 159 x(command)S 159 x(displays)S 158 x (the)S 159 x(\211nal)S 159 x(state-of-progress)S 158 x(indicator;)S 162 x(the)S 159 x(SCP)S 9876 X 598 y(command)S 167 x(does)S 165 x(not.)S 8980 X 896 y(\203)S 619 x(The)S 173 x(SSH)S 171 x(command)S 172 x(will)S 171 x(not)S 172 x(prompt)S 172 x(for)S 172 x(a)S 171 x(password,)S 173 x (password)S 171 x(update,)S 173 x(or)S 9876 X 598 y(passphrase.)S 249 x (If)S 166 x(one)S 166 x(is)S 166 x(required,)S 167 x(the)S 166 x(batch)S 167 x(job)S 166 x(fails.)S 8980 X 897 y(\203)S 619 x(The)S 169 x(SSH)S 168 x(command)S 169 x(will)S 167 x(not)S 169 x(cause)S 168 x(a)S 168 x (new)S 169 x(host)S 168 x(key)S 169 x(to)S 168 x(be)S 168 x(saved)S 169 x(if)S 168 x(the)S 168 x(value)S 9876 X 597 y(of)S 180 x F234(StrictHostkeyChecking)S 181 x F151(is)S 179 x(`)S -9 x(`no;')S -9 x(')S 186 x(SSH)S 179 x(will)S 179 x(not)S 180 x(prompt)S 180 x(for)S 179 x(one)S 180 x(if)S 180 x (the)S 9876 X 598 y(value)S 167 x(is)S 166 x(`)S -9 x(`ask.')S -10 x (')S 9876 X 797 y(For)S 167 x(other)S 166 x(notes)S 166 x(and)S 167 x (restrictions)S 165 x(pertaining)S 167 x(to)S 166 x(keys,)S 167 x(see)S 166 x(Section)S 166 x(3.15.6.)S 8980 X 897 y(\203)S 619 x(If)S 192 x (an)S 193 x F234(ls)S 192 x F151(command)S 193 x(is)S 192 x(contained)S 192 x(in)S 193 x(the)S 193 x(SFTP)S 192 x(batch)S 193 x(input,)S 200 x (and)S 192 x(the)S 9876 X 598 y(interactive)S 181 x(output)S 180 x(requires)S 179 x(input)S 180 x(from)S 180 x(the)S 180 x(keyboard)S 180 x(to)S 180 x (continue,)S 184 x(then)S 9876 X 597 y(some)S 166 x(of)S 166 x(the)S 166 x(output)S 167 x(lines)S 165 x(might)S 167 x(be)S 166 x(omitted)S 165 x(from)S 166 x(the)S 167 x(batch)S 166 x(log)S 166 x(\211le.)S 4497 13621 XY F28(3.15.1)S -31 x(1)S 398 x(ls)S 200 x(fails)S 200 x(after)S 200 x (cd)S 200 x(to)S 199 x(a)S 200 x(logica)S 2 x(l)S 199 x(name)S 200 x (from)S 200 x(a)S 200 x(T)S -33 x(ru64)S 200 x(UNIX)S 198 x(client)S 8083 X 797 y F234(ls)S 166 x F151(can)S 167 x(fail)S 166 x(when)S 166 x (using)S 167 x F234(sftp)S 166 x(cd)S 166 x F151(to)S 166 x(a)S 166 x (logical)S 166 x(name)S 167 x(from)S 166 x(a)S 166 x(T)S -31 x(ru64)S 166 x(UNIX)S 166 x(client.)S 8083 X 897 y(For)S 167 x(a)S 166 x(workaround,)S 167 x(try)S 167 x(the)S 166 x(following:)S 8083 X 896 y(1.)S 482 x F234 (cd)S 195 x F151(to)S 195 x(the)S 195 x(path)S 195 x(for)S 196 x(the)S 195 x(directory)S 196 x(in)S 195 x(UNIX)S 195 x(format,)S 202 x(e.g.)S 2 x(,)S 203 x(instead)S 194 x(of:)S 308 x F234(cd)S 8980 X 598 y(tcpip$ssh_home)S F151(,)S 167 x(use)S 166 x F234(cd)S 166 x(/sys$sysdence/tcpip$ssh)S F151(.)S 8083 X 897 y(2.)S 482 x(Perform)S 209 x(the)S 209 x F234(ls)S 208 x F151(specifying)S 210 x(the)S 208 x(logical)S 209 x(name)S 209 x (in)S 209 x(the)S 209 x(path,)S 219 x(e.g.)S 2 x(,)S 219 x F234(ls)S 8980 X 598 y(/tcpip$ssh_home)S F151(.)S 4497 19399 XY F28(3.15.12)S 400 x(SSH)S 198 x(X1)S -32 x(1)S 199 x(port)S 200 x(forwarding)S 8083 X 798 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(X1)S -28 x (1)S 166 x(port)S 166 x(forwarding)S 166 x(restrictions)S 166 x(and)S 166 x(problems.)S 8083 X 896 y(\201)S 595 x(T)S -46 x(o)S 196 x(use)S 196 x(X1)S -28 x(1)S 196 x(forwarding)S 196 x(in)S 196 x(native)S 196 x (mode,)S 204 x(the)S 196 x(system)S 195 x(must)S 195 x(be)S 196 x(runn)S 2 x(ing)S 8980 X 598 y(DECw)S -2 x(indows)S 181 x(MOTIF)S 181 x(V)S -46 x(ersion)S 181 x(1.3)S 182 x(or)S 181 x(higher)S -35 x(.)S 279 x (In)S 182 x(addition,)S 185 x(the)S 181 x(X)S 181 x(Authority)S 8980 X 598 y(utility)S 170 x(\(xauth\))S 170 x(is)S 169 x(required)S 170 x (on)S 170 x(the)S 170 x(system.)S 256 x(The)S 171 x(X1)S -28 x(1)S 169 x (server)S 171 x(uses)S 169 x(this)S 169 x(utility)S 170 x(for)S 8980 X 597 y(authenticating)S 178 x(host/user)S 178 x(connections.)S 272 x (For)S 177 x(more)S 178 x(information)S 177 x(on)S 177 x(how)S 177 x (to)S 177 x(use)S 8980 X 598 y(this)S 166 x(utility)S -56 x(,)S 167 x (see)S 166 x(the)S 166 x(HP)S 166 x(DECwi)S -2 x(ndows)S 166 x(Motif)S 166 x(for)S 166 x(OpenVMS)S 166 x(documentation.)S 8083 X 897 y(\201)S 595 x(T)S -46 x(o)S 173 x(display)S 173 x(a)S 173 x(remote)S 173 x(X1)S -28 x(1)S 173 x(client)S 173 x(application)S 173 x(on)S 173 x(your)S 175 x(X1)S -28 x(1)S 173 x(server)S -37 x(,)S 176 x(you)S 174 x(must)S 172 x(set)S 8980 X 598 y(the)S 177 x(display)S 177 x(variable)S 178 x (on)S 177 x(the)S 178 x(X1)S -28 x(1)S 177 x(client)S 178 x(to)S 177 x (the)S 177 x(address)S 177 x(of)S 177 x(the)S 177 x(X1)S -28 x(1)S 178 x (server)S 177 x(the)S 8980 X 597 y(client)S 170 x(is)S 169 x(connecting)S 172 x(to.)S 257 x(Y)S -56 x(ou)S 170 x(can)S 170 x(verify)S 171 x(that)S 170 x(the)S 170 x(variable)S 170 x(is)S 169 x(set)S 170 x(correctly)S 170 x(on)S 171 x(an)S 8980 X 598 y(OpenVMS)S 165 x(system)S 166 x(by)S 166 x(using)S 167 x(the)S 166 x(following)S 167 x(DCL)S 165 x(command:)S 8980 X 897 y F238($)S 239 x(SHOW)S 240 x(LOGICAL)S 240 x(DECW$DIS)S 2 x(PLAY)S 8980 X 896 y F151(For)S 184 x(WSA)S 183 x(display)S 183 x (devices,)S 189 x(use)S 184 x(the)S 184 x(SHOW)S 182 x(DISPLA)S -46 x (Y)S 183 x(command)S 184 x(to)S 184 x(see)S 183 x(the)S 8980 X 598 y (display)S 166 x(variable)S 166 x(value.)S 8980 X 797 y(T)S -46 x(o)S 168 x(set)S 168 x(the)S 168 x(display)S 168 x(variable)S 169 x(on)S 168 x(an)S 169 x(OpenVMS)S 167 x(client)S 169 x(to)S 168 x(point)S 168 x (to)S 168 x(your)S 169 x(server)S -36 x(,)S 169 x(use)S 8980 X 598 y (the)S 171 x(SET)S 172 x(DISPLA)S -47 x(Y)S 171 x(command)S 172 x(as)S 171 x(in)S 171 x(the)S 172 x(following)S 172 x(example,)S 173 x(where)S 172 x(127.127.1.1)S 8980 X 598 y(is)S 165 x(the)S 167 x(server)S 166 x (node)S 167 x(address:)S 8980 X 896 y F238($)S 239 x(SET)S 240 x(DISPLAY/CRE)S 2 x(ATE/NODE=127)S 2 x(.127.1.1/TRA)S 2 x(NSPORT=TCPIP)S 8980 X 897 y F151(SSH)S 181 x(on)S 181 x(OpenVMS)S 181 x(supports)S 180 x(only)S 182 x(local)S 181 x(and)S 182 x(TCP/IP)S 182 x(transports.)S 279 x(If)S 181 x(you)S 182 x(are)S 8980 X 598 y(using)S 172 x(a)S 171 x(local)S 171 x(transport,)S 173 x(you)S 172 x(have)S 172 x(to)S 171 x(be)S 172 x (at)S 171 x(the)S 171 x(system)S 171 x(where)S 171 x(the)S 172 x(display)S 171 x(is)S 171 x(to)S 8980 X 597 y(appear)S -37 x(,)S 168 x(and)S 168 x (that)S 167 x(system)S 166 x(must)S 167 x(be)S 167 x(runn)S 2 x(ing)S 168 x(the)S 167 x(X1)S -28 x(1)S 168 x(server)S -37 x(.)S 252 x(For)S 168 x(local)S 167 x(transport,)S 8980 X 598 y(use)S 166 x(the)S 166 x (following)S 166 x(command)S 166 x(to)S 166 x(set)S 166 x(the)S 166 x (display:)S 8980 X 897 y F238($)S 239 x(SET)S 240 x(DISPLAY/CRE)S 2 x (ATE/TRANSPOR)S 2 x(T=LOCAL)S 5 SC 20252 38258 XY F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20317)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-18) 50 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(On)S 179 x(UNIX)S 179 x (systems,)S 182 x(use)S 179 x(the)S 180 x(following)S 179 x(command)S 180 x(to)S 179 x(set)S 179 x(the)S 180 x(display)S 179 x(variable)S 8980 X 598 y(to)S 178 x(point)S 179 x(to)S 178 x(a)S 179 x(server)S 179 x(node)S 179 x(with)S 178 x(address)S 178 x(16.20.176.33)S 180 x (and)S 178 x(using)S 180 x(the)S 178 x(TCP/IP)S 8980 X 598 y(transports:)S 8980 X 896 y F238(>setenv)S 240 x(display)S 240 x(16.20.1)S 2 x(76.33:0.0)S 8980 X 897 y F151(T)S -46 x(o)S 166 x(use)S 166 x(local)S 166 x(transport,)S 167 x(use)S 166 x(the)S 166 x(following)S 166 x(UNIX)S 166 x(command:)S 8980 X 897 y F238(>setenv)S 240 x(display)S 240 x(:0.0)S 8083 X 896 y F151(\201)S 595 x(T)S -46 x(o)S 172 x(set)S 171 x(up)S 172 x(a)S 171 x (standard)S 171 x(port)S 172 x(forwarding)S 172 x(sessi)S -2 x(on)S 172 x(for)S 172 x(X1)S -28 x(1)S 172 x(on)S 172 x(a)S 171 x(remote)S 172 x(OpenVMS)S 8980 X 598 y(system,)S 186 x(HP)S 183 x(recommends)S 183 x(that)S 182 x(you)S 183 x(use)S 183 x(remote)S 182 x(port)S 183 x (forwarding;)S 191 x(local)S 183 x(port)S 8980 X 598 y(forwarding)S 166 x(will)S 166 x(not)S 166 x(work.)S 4497 11629 XY F28(3.15.13)S 400 x (SSH)S 198 x(\211le)S 200 x(transfer)S 200 x(\(All)S 199 x(File)S 201 x (Sizes\))S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(SSH)S 165 x(restrictions)S 166 x(pertaining)S 167 x(to)S 166 x (\211le)S 166 x(transfer)S 166 x(operations.)S 8083 X 896 y(\201)S 595 x (Using)S 171 x(the)S 170 x(colon)S 171 x(character)S 171 x(":")S 171 x (in)S 170 x(the)S 171 x(pathname)S 170 x(for)S 171 x(the)S 170 x(source)S 171 x(and)S 171 x(destination)S 8980 X 598 y(\211lename)S 166 x(parameters)S 166 x(in)S 166 x(an)S 167 x(SCP)S 165 x(command)S 167 x(may)S 166 x (cause)S 166 x(a)S 166 x(delay)S -55 x(.)S 8980 X 797 y(Due)S 181 x (to)S 182 x(an)S 182 x(overloading)S 183 x(of)S 181 x(the)S 182 x(colon)S 182 x(character)S 183 x(in)S 181 x(SCP)S 182 x(syntax)S 182 x(to)S 181 x (indicate)S 182 x(a)S 8980 X 598 y(hostname)S 177 x(and)S 177 x(in)S 177 x(OpenVMS)S 177 x(as)S 176 x(a)S 177 x(path)S 177 x(delimiter)S -37 x(,)S 180 x(what)S 177 x(is)S 176 x(intended)S 178 x(to)S 177 x (be)S 177 x(an)S 8980 X 598 y(OpenVMS)S 178 x(logical)S 179 x(name)S 179 x(for)S 179 x(a)S 178 x(device)S 179 x(or)S 179 x(directory)S 180 x (in)S 178 x(an)S 179 x(SCP)S 179 x(\211le)S 179 x(parameter)S 8980 X 597 y(may)S 173 x(be)S 172 x(checked)S 174 x(as)S 172 x(a)S 172 x(hostname)S 173 x(\211rst)S 172 x(and)S 173 x(passed)S 172 x(to)S 172 x(a)S 172 x (DNS)S 172 x(lookup.)S 263 x(Normally)S 8980 X 598 y(this)S 178 x(is)S 178 x(benign,)S 183 x(but)S 178 x(this)S 178 x(could)S 179 x(incur)S 179 x(an)S 179 x(otherwise)S 178 x(unexplainable)S 179 x(wait)S 178 x (in)S 178 x(an)S 8980 X 598 y(environmen)S 2 x(t)S 180 x(experienc)S 2 x(ing)S 181 x(DNS)S 181 x(lookup)S 181 x(delays.)S 280 x(T)S -46 x (o)S 181 x(avoid)S 182 x(the)S 181 x(possibility)S 180 x(of)S 8980 X 598 y(confusion,)S 167 x(use)S 166 x(UNIX-style)S 165 x(\211lename)S 167 x(syntax.)S 8083 X 896 y(\201)S 595 x(On)S 182 x(OpenVMS,)S 183 x (setting)S 182 x(the)S 183 x F234(ForcePTTYAllocation)S 184 x F151(keyword)S 183 x(to)S 182 x(`)S -9 x(`yes')S -10 x(')S 183 x(in)S 182 x(the)S 8980 X 598 y(SSH2_CONFIG)S -2 x(.)S 195 x(\211le)S 195 x(can)S 195 x(result)S 195 x(in)S 195 x(failures)S 195 x(when)S 195 x(performing)S 195 x(\211le)S 195 x(copy)S 8980 X 598 y(operations.)S 313 x(\(In)S 198 x(other)S 198 x (implementations)S 198 x(of)S 198 x(SSH,)S 198 x(setting)S 198 x(the)S 198 x(keyword)S 8980 X 598 y F234(ForcePTTYAllocation)S 186 x F151(to)S 186 x(`)S -9 x(`yes')S -10 x(')S 185 x(in)S 186 x(the)S 186 x(SSH2_CONFIG)S -2 x(.)S 186 x(\211le)S 186 x(has)S 186 x(the)S 186 x(same)S 8980 X 597 y(effect)S 166 x(as)S 165 x(using)S 167 x(the)S 166 x F234(-t)S 166 x F151(option)S 167 x(to)S 165 x(the)S 167 x(SSH)S 165 x(command.\))S 8083 X 897 y(\201)S 595 x(When)S 182 x(connec)S 2 x(ted)S 182 x(to)S 182 x(some)S 181 x(servers,)S 187 x(the)S 183 x(client)S 182 x(can)S 183 x(detect)S 181 x(packet)S 183 x(benign)S 183 x(\211le)S 8980 X 598 y (transfer)S 166 x(protocol)S 166 x(packet-length)S 167 x(errors.)S 250 x (By)S 166 x(default,)S 167 x(no)S 166 x(message)S 166 x(is)S 165 x(displayed.)S 8980 X 797 y(T)S -46 x(o)S 166 x(display)S 166 x(warning)S 167 x(messages,)S 166 x(type)S 166 x(the)S 166 x(following:)S 8980 X 896 y F238($)S 239 x (DEFINE/SY)S 2 x(S)S 239 x(NO)S 239 x(TCPIP$S)S 2 x(SH_TOLERANT_)S 2 x (PROTOCOL)S 240 x(STATUS)S 8980 X 897 y F151(using)S 167 x(either)S 166 x(the)S 166 x("NO")S 165 x(or)S 167 x(any)S 166 x(string)S 167 x (starting)S 166 x(with)S 166 x(an)S 166 x(upper)S -9 x(-)S 166 x(or)S 167 x(lowercase)S 165 x(N.)S 8980 X 797 y(Following)S 166 x(is)S 166 x (an)S 166 x(example)S 167 x(of)S 166 x(a)S 166 x(warning)S 166 x(message:)S 8980 X 897 y F238(Warning:)S 240 x(packet)S 240 x(length)S 241 x(mismatch:)S 240 x(expected)S 241 x(27,)S 8980 X 498 y(got)S 239 x(8;)S 240 x(connection)S 241 x(to)S 239 x(non-stan)S 2 x(dard)S 239 x(server?)S 8980 X 896 y F151(T)S -46 x(o)S 169 x(retain)S 168 x(the)S 169 x(logical)S 168 x (name)S 169 x(assignment)S 168 x(through)S 170 x(each)S 169 x(reboot,)S 169 x(add)S 168 x(the)S 169 x(DEFINE)S 8980 X 598 y(command)S 166 x (to)S 166 x(the)S 166 x(appropriate)S 166 x(startup)S 166 x(command)S 166 x(procedure.)S 8083 X 897 y(\201)S 595 x(VMS)S 166 x(Plus)S 166 x (Mode:)S 8980 X 797 y(When)S 179 x(the)S 178 x(client)S 179 x(and)S 179 x(the)S 179 x(server)S 179 x(are)S 178 x(OpenVMS)S 178 x(systems)S 178 x(runnin)S 2 x(g)S 178 x(v5.6,)S 183 x(they)S 8980 X 598 y(recognize)S 175 x(each)S 174 x(other)S 174 x(as)S 174 x(such)S 174 x(and)S 174 x (implement)S 174 x(TCP/IP)S 174 x(Services)S 174 x(speci\211c)S 174 x (SFTP)S 8980 X 597 y(protocol)S 188 x(extensions)S 187 x(that)S 188 x (allow)S 187 x(transfer)S 187 x(of)S 188 x(\211les)S 187 x(in)S 188 x (either)S 188 x(direction)S 188 x(while)S 8980 X 598 y(preserving)S 189 x(the)S 189 x(key)S 189 x(OpenVMS)S 187 x(\211le)S 189 x(attributes:)S 293 x(record)S 189 x(format)S 188 x(and)S 188 x(record)S 8980 X 598 y (attributes.)S 8980 X 797 y(The)S 159 x(TCP/IP)S 159 x(Services)S 159 x (SCP)S 159 x(client)S 158 x(uses)S 159 x(SFTP)S 159 x(as)S 158 x(the)S 159 x(underlyin)S 2 x(g)S 159 x(protocol)S 158 x(so)S 159 x(VMS)S 8980 X 598 y(Plus)S 166 x(mode)S 166 x(works)S 166 x(with)S 165 x(SCP)S 166 x (as)S 166 x(well.)S 8980 X 797 y(VMS)S 166 x(Plus)S 166 x(mode)S 166 x (supports)S 165 x(only)S 167 x(sequential)S 166 x(organization)S 167 x (\211les.)S 5 SC 4497 38258 XY F40(3\20318)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-19) 51 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(Remember)S 172 x(that)S 172 x(if)S 173 x(a)S 172 x(v5.6)S 174 x(system)S 172 x(is)S 172 x(connected)S 173 x(with)S 172 x(an)S 173 x(older)S 173 x(TCP/IP)S 173 x(Services)S 8980 X 598 y(system)S 183 x(that)S 183 x(does)S 183 x(not)S 183 x(support)S 183 x(VMS)S 183 x(Plus)S 183 x(mode,)S 188 x(\211le)S 184 x(attributes)S 183 x(will)S 182 x(not)S 184 x(be)S 8980 X 598 y(preserved.)S 250 x (VMS)S 166 x(Plus)S 166 x(mode)S 166 x(can)S 166 x(only)S 167 x(be)S 166 x(used)S 166 x(if)S 166 x(both)S 166 x(sides)S 165 x(support)S 166 x (it.)S 8083 X 896 y(\201)S 595 x(T)S -31 x(alking)S 167 x(to)S 166 x (a)S 166 x(system)S 166 x(without)S 165 x(VMS)S 166 x(Plus:)S 8980 X 797 y(If)S 177 x(one)S 178 x(side)S 177 x(of)S 177 x(the)S 178 x(\211le)S 177 x(transfer)S -37 x(,)S 181 x(client)S 178 x(or)S 177 x(server)S -36 x(,)S 181 x(does)S 177 x(not)S 178 x(support)S 177 x(VMS)S 177 x (Plus)S 8980 X 598 y(mode)S 166 x(for)S 166 x(SFTP)S -64 x(,)S 167 x (\211le)S 166 x(attributes)S 165 x(will)S 166 x(not)S 166 x(be)S 166 x (preserved.)S 8980 X 797 y(In)S 172 x(this)S 172 x(mode)S 172 x(TCP/IP)S 172 x(Services)S 172 x(supports)S 172 x(reading)S 173 x(of)S 172 x(any)S 173 x(of)S 172 x(the)S 172 x(following)S 172 x(types)S 8980 X 598 y (of)S 166 x(sequential)S 166 x(organization)S 166 x(\211les:)S 8980 X 896 y(\201)S 594 x(Stream_LF)S 8980 X 897 y(\201)S 594 x(V)S -46 x(ariable)S 166 x(Length)S 8980 X 897 y(\201)S 594 x(VFC)S 8980 X 896 y(\201)S 594 x (Fortran)S 167 x(Carriage)S 167 x(Control)S 8980 X 897 y(\201)S 594 x (Fixed)S 167 x(Length)S 8980 X 897 y(\201)S 594 x(Unde\211n)S 2 x(ed)S 8980 X 797 y(Note)S 185 x(that)S 186 x(which)S 185 x(side)S 185 x(is)S 185 x(the)S 186 x(server)S 186 x(and)S 186 x(which)S 186 x(is)S 185 x (the)S 186 x(client)S 185 x(is)S 185 x(irrelevant.)S 8980 X 597 y(OpenVMS)S 169 x(is)S 169 x(simply)S 169 x(runnin)S 2 x(g)S 170 x(on)S 169 x(the)S 170 x(side)S 169 x(that)S 169 x(is)S 169 x(reading)S 171 x(the)S 169 x (\211le.)S 257 x(Y)S -56 x(ou)S 170 x(can,)S 172 x(for)S 8980 X 598 y (example,)S 174 x(use)S 172 x(SFTP)S 173 x(client)S 172 x(from)S 172 x (OpenVMS)S 171 x(to)S 172 x(put)S 172 x(a)S 172 x(VFC)S 171 x(\211le)S 173 x(to)S 171 x(UNIX,)S 172 x(or)S 172 x(you)S 8980 X 598 y(could)S 172 x(use)S 171 x(the)S 172 x(SFTP)S 172 x(client)S 172 x(on)S 172 x (the)S 172 x(UNIX)S 171 x(system)S 171 x(to)S 171 x(get)S 172 x(the)S 172 x(same)S 171 x(\211le)S 172 x(from)S 172 x(the)S 8980 X 598 y(OpenVMS)S 176 x(system.)S 269 x(In)S 176 x(either)S 177 x(case,)S 179 x(the)S 177 x(OpenVMS)S 176 x(system)S 175 x(is)S 176 x(reading)S 177 x(the)S 177 x(\211le)S 8980 X 597 y(and)S 166 x(the)S 166 x(Unix)S 167 x(\211le)S 166 x(is)S 166 x(writing)S 166 x(it.)S 8980 X 797 y(Copying)S 176 x (some)S 176 x(VFC)S 175 x(\211les)S 176 x(from)S 176 x(OpenVMS)S 175 x (to)S 176 x(systems)S 174 x(not)S 176 x(runn)S 2 x(ing)S 176 x(OpenVMS)S 8980 X 598 y(and)S 197 x(then)S 197 x(back)S 197 x(to)S 196 x(OpenVMS)S 196 x(may)S 197 x(result)S 196 x(in)S 197 x(a)S 196 x(\211le)S 197 x (that)S 196 x(the)S 197 x(OpenVMS)S 8980 X 598 y F234(DIFFERENCES)S 185 x F151(command)S 184 x(shows)S 184 x(as)S 184 x(different)S 185 x (from)S 184 x(the)S 185 x(original)S 185 x(\211le.)S 286 x(This)S 185 x (is)S 8980 X 598 y(unpreven)S 2 x(table)S 174 x(and)S 175 x(the)S 175 x (\211le)S 175 x(as)S 174 x(transferred)S 175 x(out)S 175 x(and)S 175 x (back)S 176 x(in)S 175 x(is)S 174 x(correct)S 175 x(in)S 175 x(that)S 8980 X 598 y(the)S 172 x F234(TYPE)S 172 x F151(and)S 172 x F234(PRINT)S 173 x F151(commands)S 171 x(display)S 172 x(it)S 172 x(as)S 171 x(expected)S 173 x(and)S 172 x(the)S 172 x(output)S 173 x(here)S 172 x(is)S 8980 X 597 y(the)S 166 x(same)S 166 x(as)S 165 x(that)S 166 x(for)S 166 x(the)S 166 x(original)S 167 x(\211le.)S 8980 X 797 y(Copying)S 177 x(Fortran)S 176 x(CC)S 176 x(\211les)S 176 x(from)S 176 x(OpenVMS)S 175 x(to)S 176 x (systems)S 175 x(other)S 177 x(than)S 176 x(OpenVMS)S 8980 X 598 y(will)S 173 x(always)S 174 x(result)S 174 x(in)S 174 x(a)S 174 x(\211le)S 175 x (that)S 174 x(shows)S 173 x(differences)S 174 x(from)S 174 x(the)S 175 x (original.)S 266 x(This)S 174 x(is)S 8980 X 598 y(because)S 175 x(on)S 176 x(its)S 175 x(transfer)S 175 x(from)S 176 x(OpenVMS)S 175 x(to)S 175 x(UNIX)S 175 x(the)S 175 x(Fortran)S 177 x(CC)S 174 x(attributes)S 8980 X 598 y(were)S 178 x(conve)S 2 x(rted)S 178 x(to)S 179 x(inline)S 179 x(ASCII)S 177 x(control)S 179 x(character)S 180 x(sequences)S 179 x (that)S 178 x(print)S 179 x(the)S 8980 X 597 y(lines)S 182 x(as)S 183 x (the)S 183 x(Fortran)S 183 x(CC)S 182 x(control)S 183 x(bytes)S 183 x (require.)S 284 x(For)S 183 x(example,)S 187 x(the)S 183 x(Fortran)S 8980 X 598 y(character)S 171 x(for)S 170 x(overstrike)S 170 x(results)S 170 x(in)S 170 x(a)S 170 x(pair)S 170 x(of)S 170 x(carriage)S 171 x (returns)S 171 x(for)S 170 x(the)S 170 x(line)S 170 x(thus)S 8980 X 598 y(implementing)S 166 x(an)S 167 x(overstrike.)S 8083 X 896 y(\201)S 595 x(TCP/IP)S 179 x(Services)S 179 x(supports)S 178 x(only)S 179 x (sequential)S 179 x(\211le)S 179 x(organization,)S 183 x(not)S 178 x (relative)S 179 x(or)S 8980 X 598 y(indexed)S 167 x(\211les)S 8980 X 797 y(T)S -46 x(o)S 190 x(transfer)S 189 x(these)S 189 x(unsupported)S 190 x(\211les)S 189 x(you)S 190 x(can)S 190 x(package)S 190 x(the)S 189 x(\211le\(s\))S 189 x(into)S 189 x(an)S 8980 X 598 y(OpenVMS)S 175 x (saveset)S 176 x(and)S 176 x(transfer)S 177 x(that)S 175 x(or)S -36 x (,)S 179 x(depending)S 177 x(on)S 176 x(how)S 176 x(many)S 177 x(hops)S 176 x(over)S 8980 X 598 y(which)S 182 x(SFTP/SCP)S 182 x(implementations)S 180 x(and)S 182 x(operating)S 182 x(systems,)S 185 x(you)S 182 x(may)S 182 x(need)S 8980 X 598 y(to)S 175 x(use)S 174 x(more)S 175 x(extreme)S 176 x(measures.)S 267 x(One)S 174 x(way)S 175 x(that)S 175 x(works)S 175 x(consistently)S 175 x(\(provided)S 8980 X 597 y(that)S 173 x(you)S 175 x(have)S 175 x(FTSV)S 173 x(installed\))S 173 x(is)S 174 x(packaging)S 175 x(\211les)S 174 x(into)S 174 x(a)S 173 x(save)S 174 x(set,)S 176 x (then)S 174 x(using)S 8980 X 598 y(SPOOL)S 171 x(COMPRESS)S 171 x(to)S 172 x(make)S 172 x(them)S 172 x(into)S 172 x(an)S 172 x(self-extracting)S 173 x(VMS)S 172 x(image,)S 174 x(then)S 8980 X 598 y(using)S 167 x(UUENCO)S -2 x(DE)S 166 x(to)S 165 x(transform)S 166 x(the)S 167 x(image)S 166 x (into)S 166 x(an)S 166 x(ASCII)S 165 x(text)S 166 x(\211le.)S 8083 X 896 y(\201)S 595 x(Not)S 166 x(all)S 167 x(variants)S 167 x(of)S 167 x (UNIX)S 166 x(path)S 167 x(names)S 167 x(are)S 167 x(supported)S 166 x (when)S 168 x(referring)S 168 x(to)S 166 x(\211les)S 167 x(on)S 8980 X 598 y(OpenVMS)S 165 x(clients)S 166 x(and)S 167 x(servers.)S 8083 X 897 y(\201)S 595 x(The)S 169 x(SCP)S 168 x(and)S 168 x(SFTP)S 169 x (commands)S 168 x(from)S 168 x(the)S 169 x(following)S 168 x(W)S -18 x (indows)S 167 x(clients)S 168 x(have)S 170 x(been)S 8980 X 598 y(tested)S 165 x(and)S 166 x(interoperate)S 167 x(correctly)S 167 x(with)S 165 x (the)S 167 x(OpenVMS)S 165 x(SSH)S 166 x(server:)S 8980 X 896 y(\203)S 619 x(PuTT)S 2 x(Y)S 5 SC 20252 38258 XY F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20319)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-20) 52 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(\203)S 619 x(SSH)S 166 x (Communications)S 8980 X 797 y(Other)S 201 x(versions)S 201 x(and)S 201 x(other)S 201 x(clients)S 201 x(may)S 201 x(work,)S 210 x(depending)S 202 x(on)S 201 x(protocol)S 8980 X 598 y(implementation)S 200 x(and)S 200 x(factors)S 200 x(such)S 201 x(as)S 199 x(whether)S 201 x(the)S 200 x(client)S 200 x(can)S 201 x(handle)S 8980 X 598 y(OpenVMS-format)S 165 x(\211le)S 166 x(speci\211cations.)S 8083 X 896 y(\201)S 595 x(When)S 176 x(using)S 176 x(the)S 176 x(SFTP)S 176 x(command,)S 179 x(pressing)S 176 x(Ctrl/C)S 175 x(does)S 175 x(not)S 176 x(display)S 175 x("Cancel")S 8980 X 598 y(as)S 175 x(expected.)S 270 x(Also,)S 178 x(Ctrl/T)S 176 x (does)S 176 x(not)S 176 x(work)S 176 x(as)S 175 x(in)S 177 x(DCL)S 175 x (to)S 176 x(display)S 175 x(a)S 176 x(status)S 175 x(line;)S 8980 X 598 y(instead,)S 184 x(it)S 181 x(swit)S -2 x(ches)S 181 x(two)S 180 x (adjacent)S 182 x(characters,)S 185 x(as)S 180 x(on)S 181 x(UNIX)S 180 x (systems.)S 278 x(Other)S 8980 X 598 y(problems)S 165 x(with)S 166 x (character)S 167 x(handling)S 167 x(have)S 167 x(been)S 167 x(\211xed.)S 8083 X 896 y(\201)S 595 x(The)S 173 x(SFTP)S 172 x F234(ls)S 172 x F151 (command)S 173 x(pauses)S 171 x(for)S 172 x(an)S 173 x(extended)S 173 x (time)S 171 x(after)S 172 x(displaying)S 173 x(a)S 172 x(page)S 8980 X 598 y(of)S 173 x(data)S 172 x(and)S 173 x(then)S 174 x(continues)S 174 x (with)S 172 x(the)S 173 x(next)S 174 x(page.)S 264 x(This)S 173 x(occurs)S 173 x(because)S 173 x(the)S 174 x(ssh)S 8980 X 598 y(server)S 176 x (is)S 176 x(sending)S 176 x(back)S 177 x(a)S 175 x(complete)S 176 x (directory)S 177 x(listing,)S 178 x(which)S 176 x(the)S 176 x(client)S 176 x(\211lters;)S 8980 X 598 y(therefore,)S 162 x(for)S 160 x(directories)S 159 x(with)S 160 x(many)S 160 x(\211les,)S 162 x(the)S 160 x(delay)S 160 x(is)S 159 x(due)S 160 x(to)S 160 x(the)S 160 x(client)S 159 x(waiting)S 8980 X 597 y(for)S 179 x(listing)S 179 x(results)S 178 x(from)S 179 x (the)S 179 x(server)S -36 x(.)S 275 x(This)S 180 x(is)S 178 x(typical)S 179 x(SFTP)S 180 x(behavior)S -36 x(,)S 182 x(and)S 180 x(not)S 8980 X 598 y(speci\211c)S 166 x(to)S 166 x(OpenVMS.)S 8083 X 897 y(\201)S 595 x (Using)S 182 x(SCP)S 181 x(or)S 182 x(SFTP)S 183 x(command)S 181 x(to)S 182 x(copy)S 182 x(a)S 182 x(\211le)S 182 x(back)S 182 x(to)S 182 x (itself)S 181 x(\(either)S 182 x(in)S 182 x(local)S 8980 X 597 y(mode,)S 166 x(or)S 166 x(by)S 167 x(connecting)S 168 x(back)S 166 x(to)S 166 x (the)S 166 x(client)S 167 x(host\))S 165 x(fails)S 166 x(with)S 165 x (the)S 166 x(following)S 167 x(error:)S 8980 X 897 y F238(%TCPIP-E-SS)S 2 x(H_FC_ERR_INV)S 2 x(A,)S 239 x(file)S 240 x(record)S 240 x(format)S 240 x(invalid)S 240 x(for)S 240 x(copy)S 8083 X 897 y F151(\201)S 595 x (The)S 176 x(SCP)S 175 x(command)S 176 x(issued)S 174 x(from)S 176 x (a)S 175 x(client)S 176 x(using)S 176 x(SSH)S 175 x(V)S -46 x(ersion)S 175 x(1)S 176 x(will)S 174 x(not)S 176 x(work)S 8980 X 597 y(with)S 169 x(the)S 170 x(OpenVMS)S 169 x(SSH)S 170 x(server)S -37 x(.)S 257 x (The)S 171 x(OpenVMS)S 169 x(server)S 170 x(does)S 170 x(not)S 170 x (support)S 169 x(SSH)S 8980 X 598 y(V)S -46 x(ersion)S 166 x(1.)S 4497 18702 XY F28(3.15.14)S 400 x(SSH)S 198 x(transferring)S 200 x(large)S 200 x(\211les)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(restrictions)S 165 x(pertaining)S 167 x(to)S 166 x(transferring)S 167 x(large)S 167 x (\211les:)S 8083 X 897 y(\201)S 595 x(The)S 174 x(minimum)S 173 x(version)S 174 x(of)S 173 x(DECC$SHR)S 172 x(running)S 175 x(on)S 174 x(your)S 174 x(system)S 173 x(must)S 173 x(be)S 173 x(that)S 8980 X 598 y(which)S 166 x(was)S 165 x(released)S 166 x(with)S 166 x(OpenVMS)S 165 x(V)S -46 x(ersion)S 167 x(8.2.)S 8083 X 896 y(\201)S 595 x(Y)S -56 x(ou)S 168 x(may)S 168 x(need)S 168 x(to)S 167 x(adjust)S 168 x(memory)S 168 x (parameters)S 167 x(\(WSDEF)S -56 x(,)S 168 x(WSQUO)S -2 x(,)S 168 x (WSEXTENT)S -47 x(,)S 8980 X 598 y(and)S 176 x(PGFLQUO\))S 175 x(to)S 176 x(accommodate)S 175 x(the)S 176 x(memory)S 177 x(requirements)S 176 x(of)S 176 x(the)S 176 x(\211le)S 176 x(copy)S 8980 X 598 y(client)S 173 x(and)S 174 x(server)S -37 x(.)S 264 x(The)S 174 x(exact)S 174 x (value)S 174 x(depends)S 173 x(on)S 174 x(system)S 172 x(resources)S 174 x(and)S 173 x(virtual)S 8980 X 597 y(memory)S 189 x(con\211gu)S 2 x(ration.)S 294 x(For)S 189 x(more)S 189 x(information,)S 195 x(see)S 188 x(Section)S 188 x(2.3.)S 295 x(For)S 189 x(ssh)S 8980 X 598 y(\211lecopy)S -54 x(,)S 166 x(testing)S 166 x(has)S 166 x(shown)S 166 x(that)S 166 x (the)S 166 x(main)S 166 x(parameter)S 166 x(to)S 166 x(adjust)S 166 x (is)S 166 x(PGFLQUO.)S 4497 25377 XY F28(3.15.15)S 400 x(SSH)S 198 x (server)S 200 x(signa)S 2 x(ls)S 199 x(internal)S 201 x(credentials)S 201 x(cache)S 201 x(error)S 8083 X 797 y F151(If)S 176 x(an)S 176 x (SSH)S 175 x(client)S 176 x(attempts)S 175 x(to)S 176 x(use)S 176 x (gssapi-wi)S -2 x(th-mic)S 176 x(authentication)S 177 x(to)S 176 x(the)S 176 x(TCP/IP)S 8083 X 598 y(Services)S 181 x(for)S 180 x(OpenVMS)S 180 x (SSH)S 179 x(server)S 181 x(on)S 181 x(a)S 180 x(server)S 181 x(host)S 180 x(that)S 180 x(is)S 179 x(runn)S 2 x(ing)S 181 x(Kerberos)S 8083 X 598 y(V2.1)S 169 x(and)S 168 x(the)S 169 x(SSH)S 167 x(client)S 169 x (user)S 28 x(')S -19 x(s)S 168 x(TGT)S 168 x(is)S 168 x(forwardable)S 168 x(\(a)S 168 x(kinit)S 169 x(-f)S 168 x(has)S 168 x(been)S 169 x (done\))S 168 x(and)S 8083 X 597 y(the)S 179 x(GssapiDelegateCredentials)S 177 x(\212ag)S 180 x(is)S 179 x(set)S 179 x(then)S 179 x(the)S 179 x (SSH)S 179 x(server)S 180 x(will)S 178 x(signal)S 180 x(the)S 8083 X 598 y(following)S 166 x(error)S 167 x(in)S 166 x(the)S 167 x(server)S 166 x(log:)S 8083 X 897 y F238(Internal)S 241 x(credentials)S 241 x (cache)S 240 x(error)S 8083 X 896 y F151(This)S 189 x(error)S 190 x (text)S 189 x(may)S 189 x(appear)S 189 x(on)S 190 x(the)S 189 x(SSH)S 189 x(client)S 189 x(user)S 27 x(')S -18 x(s)S 188 x(screen,)S 196 x (depending)S 190 x(on)S 8083 X 598 y(con\211g)S 2 x(uration.)S 8083 X 897 y(This)S 166 x(can)S 167 x(be)S 166 x(worked)S 166 x(around)S 167 x (in)S 166 x(either)S 167 x(of)S 166 x(the)S 166 x(following)S 166 x (ways:)S 8083 X 896 y(1.)S 482 x(Upgrade)S 166 x(to)S 166 x(Kerberos)S 166 x(V3.0)S 166 x(on)S 166 x(the)S 167 x(SSH)S 165 x(server)S 167 x (host.)S 8083 X 897 y(2.)S 482 x(Use)S 166 x(the)S 166 x F234(kinit)S 166 x F151(without)S 166 x(the)S 166 x F234(-f)S 166 x F151(\212ag)S 167 x(on)S 166 x(the)S 167 x(SSH)S 165 x(client.)S 8083 X 897 y(3.)S 482 x(T)S -35 x(urn)S 183 x(the)S 182 x(Gssap)S -2 x(iDelegateCredentials)S 182 x(con\211gur)S 2 x(ation)S 182 x(switch)S 181 x(off)S 182 x(on)S 182 x(the)S 182 x(SSH)S 8980 X 597 y(client.)S 5 SC 4497 38258 XY F40 (3\20320)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x (ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-21) 53 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 17146 X 647 y(3.15)S 168 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 8083 4555 XY F151(Because)S 172 x(forwarding)S 172 x(of)S 172 x(client)S 172 x(credentials)S 171 x(with)S 172 x F234 (gssapi-with-mic)S 172 x(authentication)S 8083 X 598 y F151(to)S 169 x (the)S 170 x(OpenVMS)S 169 x(SSH)S 169 x(server)S 170 x(is)S 169 x(not)S 170 x(supported)S 169 x(setting)S 169 x(GssapiD)S -2 x(elegateCredentials)S 8083 X 598 y(is)S 166 x(not)S 166 x(necessary)S -55 x(.)S 4497 6847 XY F28(3.15.16)S 400 x(SFTP)S 199 x(gene)S 2 x(ral)S 199 x(problems)S 201 x (and)S 200 x(restrictions)S 8083 X 797 y F151(This)S 166 x(section)S 166 x(includes)S 167 x(SFTP)S 166 x(gener)S 2 x(al)S 165 x(notes)S 166 x (and)S 167 x(restrictions.)S 8083 X 896 y(\201)S 595 x(In)S 177 x(an)S 178 x(SFTP)S 178 x(session,)S 180 x(the)S 178 x F234(ls)S 177 x F151 (command)S 178 x(entered)S 177 x(with)S 177 x(the)S 178 x(directory)S 178 x(path)S 178 x(in)S 177 x(a)S 8980 X 598 y(OpenVMS)S 174 x(syntax)S 176 x(displays)S 174 x(or)S 175 x(lists)S 173 x(the)S 175 x(content)S 176 x(of)S 174 x(the)S 175 x(directory)S 176 x(in)S 175 x(the)S 175 x (UNIX)S 8980 X 598 y(syntax.)S 250 x(For)S 167 x(example:)S 10893 X 896 y F238(sftp>)S 240 x(ls)S 240 x([.ssh_testfi)S 2 x(les])S 10893 X 499 y(./ssh_tes)S 2 x(tfiles)S 10893 X 498 y(./ssh_tes)S 2 x(tfiles/98277)S 2 x(_SLF.Z;1)S 8083 X 896 y F151(\201)S 595 x(In)S 174 x(a)S 173 x(SFTP)S 174 x(session,)S 176 x(the)S 174 x F234(ls)S 174 x(-R)S 173 x F151(command)S 174 x(fails)S 173 x(to)S 174 x(handle)S 174 x(sub-directories)S 173 x (if)S 174 x(the)S 8980 X 598 y(directory)S 167 x(\211lename)S 166 x (includes)S 167 x(ODS)S -2 x(-5)S 166 x(extended)S 167 x(characters.)S 8083 X 897 y(\201)S 595 x(The)S 187 x(following)S 188 x(sftp)S 186 x (command)S 187 x(with)S 186 x(the)S 188 x("*.*")S 187 x(format)S 186 x (does)S 187 x(not)S 187 x(provide)S 188 x(the)S 8980 X 597 y(complete)S 166 x(list)S 165 x(of)S 166 x(\211les:)S 8980 X 897 y F238(sftp>)S 240 x (ls)S 239 x([.ssh_te)S 2 x(stfiles]*.*)S 8980 X 897 y F151(However)S -37 x(,)S 167 x(you)S 167 x(can)S 166 x(use)S 166 x(the)S 167 x(following)S 166 x(command)S 166 x(formats)S 165 x(to)S 166 x(list)S 165 x(all)S 166 x(the)S 166 x(\211les:)S 8980 X 896 y F238(sftp>)S 240 x(ls)S 239 x ([.ssh_te)S 2 x(stfiles]*.*;)S 2 x(*)S 8980 X 498 y(sftp>)S 240 x(ls)S 239 x([.ssh_te)S 2 x(stfiles]*)S 8083 X 897 y F151(\201)S 595 x(The)S 165 x(SFTP)S 165 x F234(get)S 165 x F151(command)S 165 x(does)S 164 x (not)S 165 x(parse)S 164 x(the)S 165 x(correct)S 165 x(version)S 165 x (number)S 165 x(to)S 165 x(the)S 165 x(\211le.)S 8980 X 598 y(For)S 175 x(example,)S 177 x(the)S 175 x(following)S 174 x(command)S 175 x (gets)S 175 x(the)S 174 x(\211le)S 175 x(with)S 174 x(the)S 175 x(version)S 175 x(number)S -36 x(,)S 8980 X 598 y(but)S 166 x(the)S 166 x(version)S 167 x(number)S 167 x(is)S 165 x(invalid.)S 8980 X 896 y F238(sftp>)S 240 x(get)S 239 x(TCPIP$F)S 2 x(TP_SERVER.LO)S 2 x(G;-5000000)S 8083 X 897 y F151(\201)S 595 x(No)S 171 x(error)S 172 x(message)S 170 x(is)S 171 x(displayed)S 171 x(with)S 170 x(an)S 172 x(SFTP)S 171 x F234(get)S 172 x F151(command)S 171 x(on)S 171 x(a)S 171 x(\211le)S 172 x(with)S 170 x(an)S 8980 X 598 y(invalid)S 166 x(version)S 167 x(number)S 167 x (and)S 166 x(a)S 166 x(wildcard)S 166 x(character)S -36 x(.)S 8083 X 896 y(\201)S 595 x(In)S 177 x(an)S 177 x(SFTP)S 178 x(session,)S 180 x (the)S 177 x F234(lrm)S 177 x F151(command)S 177 x(fails)S 177 x(when)S 177 x(the)S 177 x(command)S 178 x(is)S 176 x(entered)S 8980 X 598 y (with)S 165 x(wildcard)S 166 x(character)S 167 x("*")S 165 x(as)S 166 x (follows:)S 10893 X 897 y F238(sftp>)S 240 x(lrm)S 240 x(*.*;*)S 10893 X 498 y(Command)S 240 x(failed.)S 10893 X 498 y(sftp>)S 240 x(lrm)S 240 x (BIG_VFC.*;*)S 10893 X 498 y(Command)S 240 x(failed.)S 8083 X 897 y F151(\201)S 595 x(The)S 193 x(SFTP)S 192 x(client)S 193 x(exhibits)S 192 x(a)S 192 x(memory)S 192 x(leak.)S 302 x(It)S 192 x(runs)S 193 x (out)S 192 x(of)S 192 x(memory)S 193 x(and)S 8980 X 597 y(generates)S 160 x(an)S 160 x(error)S 160 x(message)S 160 x(because)S 160 x(of)S 159 x(the)S 160 x(extensive)S 161 x(use)S 159 x(of)S 160 x(wildcard)S 159 x(\211lenames)S 8980 X 598 y(in)S 166 x(the)S 166 x F234(get)S 167 x F151(and)S 166 x F234(put)S 166 x F151(operations.)S 4497 29362 XY F28 (3.15.17)S 400 x(SFTP)S 199 x(gene)S 2 x(rates)S 199 x(audit)S 201 x (warnings)S 200 x(with)S 200 x(class)S 201 x(device)S 8083 X 797 y F151 (This)S 178 x(restriction)S 178 x(applies)S 177 x(only)S 179 x(to)S 177 x(those)S 178 x(using)S 179 x(AUDIT)S 177 x(with)S 177 x(class)S 177 x(device)S 179 x(as)S 177 x(in)S 178 x(the)S 8083 X 598 y(following)S 166 x(command:)S 8083 X 897 y F238($)S 240 x(SET)S 239 x(AUDIT/ALA)S 2 x(RM/ENABLE=AC)S 2 x(CESS=ALL/CLA)S 2 x(SS=DEVICE)S 8083 X 896 y F151 (If)S 172 x(the)S 173 x(SFTP)S 173 x(server)S 173 x(generates)S 173 x (audit)S 172 x(warnings)S 173 x(for)S 173 x(a)S 172 x(logical)S 173 x (IO)S 171 x(to)S 173 x(a)S 172 x(mailbox)S 173 x(when)S 8083 X 598 y (the)S 188 x(SFTP)S 187 x(user)S 188 x(exits)S 187 x(SFTP)S -64 x(,)S 188 x(perform)S 187 x(the)S 187 x(following)S 188 x(step)S 186 x(to)S 187 x(prevent)S 188 x(this)S 187 x(from)S 8083 X 598 y(occurrin)S 2 x (g:)S 8083 X 896 y F238($)S 240 x(DEFINE/SYSTEM)S 241 x(TCPIP$SSH_S)S 2 x(ERVER_WAIT_F)S 2 x(OR_CHILD)S 240 x(1)S 5 SC 450 x 38258 Y F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20321)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-22) 54 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 4497 X 647 y(3.15)S 167 x(SSH)S 165 x(problems)S 167 x(and)S 167 x(restrictions)S 0 SC 4497 4636 XY(3.15.18)S 400 x(BIND)S 198 x (Resolve)S 2 x(r)S 199 x(diagnosti)S 2 x(cs)S 200 x(creates)S 200 x (an)S 200 x(SSH)S 198 x(packe)S 2 x(t)S 199 x(corruption)S 8083 X 797 y F151(When)S 187 x(you)S 186 x(turn)S 187 x(on)S 186 x(BIND)S 185 x(Resolver)S 186 x(Diagnostics)S 185 x(using)S 187 x(either)S 186 x(of)S 186 x(the)S 186 x(following)S 8083 X 598 y(methods,)S 166 x(you)S 167 x(can)S 167 x (create)S 166 x(an)S 166 x(SSH)S 166 x(packet)S 166 x(corruption:)S 8083 X 896 y(\201)S 595 x(De\211ne)S 166 x(the)S 166 x(logical)S 167 x (name)S 166 x F234(TCPIP$BIND_RES_OPTIONS)S 167 x F151(to)S 166 x("debug".)S 8083 X 897 y(\201)S 595 x(Add)S 165 x(the)S 167 x(following)S 166 x (line)S 166 x(to)S 166 x F234(TCPIP$ETC:RESOLV.CONF)S F151(:)S 8980 X 897 y F238(options)S 240 x(debug)S 4497 10215 XY F24(3.16)S 397 x(TCPDUMP)S 232 x(restrictions)S 8083 X 897 y F151(TCPDUMP)S 170 x(works)S 169 x (the)S 170 x(same)S 169 x(way)S 170 x(on)S 170 x(OpenVMS)S 169 x(as)S 169 x(it)S 169 x(does)S 170 x(on)S 170 x(UNIX)S 169 x(systems,)S 170 x (with)S 8083 X 597 y(the)S 166 x(following)S 167 x(restrictions:)S 8083 X 897 y(\201)S 595 x(On)S 169 x(UNIX)S 169 x(systems,)S 171 x F234(tcpdump)S 170 x F151(sets)S 168 x(the)S 170 x(NIC)S 169 x(\(Network)S 170 x(Interface)S 170 x(Controller\))S 169 x(into)S 8980 X 598 y(promiscuous)S 166 x(mode)S 166 x(and)S 166 x(everyth)S 2 x(ing)S 166 x(in)S 167 x(the)S 166 x(transmission)S 165 x(is)S 166 x(sent)S 166 x(to)S 166 x F234(tcpdump)S F151(.)S 8980 X 797 y(On)S 176 x(OpenVMS)S 177 x(systems,)S 179 x(TCPDUMP)S 177 x(only)S 177 x(sees)S 176 x(the)S 177 x(packets)S 177 x(destined)S 176 x(for)S 177 x(and)S 8980 X 598 y(sent)S 182 x(from)S 182 x(the)S 182 x(local)S 182 x(host.)S 281 x(Therefore,)S 187 x(TCPDUMP)S 182 x(works)S 182 x (in)S 182 x(copy-all)S 183 x(mode.)S 8980 X 597 y(Because)S 172 x(it)S 171 x(only)S 173 x(sees)S 172 x(a)S 172 x(copy)S 172 x(of)S 172 x(the)S 172 x(packets)S 172 x(that)S 172 x(are)S 172 x(processed)S 172 x(by)S 172 x(the)S 173 x(TCP/IP)S 8980 X 598 y(kernel,)S 180 x(TCPDUMP)S 177 x (can)S 177 x(only)S 177 x(trace)S 177 x(natively)S 177 x(IP)S -64 x (,)S 177 x(IPv6,)S 180 x(and)S 177 x(ARP)S 176 x(protocols)S 176 x(on)S 8980 X 598 y(Ethernet.)S 8980 X 797 y(TCPDUMP)S 172 x(can)S 173 x(format)S 173 x(or)S 172 x(\211lter)S 173 x(packets)S 172 x(that)S 173 x(have)S 173 x(been)S 173 x(traced)S 173 x(from)S 172 x(another)S 8980 X 598 y (platform)S 183 x(runn)S 2 x(ing)S 184 x(TCPDUMP)S 185 x(in)S 184 x (promiscuous)S 184 x(mode.)S 286 x(In)S 184 x(this)S 183 x(case)S 184 x (it)S 184 x(will)S 8980 X 597 y(process)S 166 x(other)S 166 x(protocols,)S 166 x(like)S 167 x(DEC)S -2 x(net.)S 8083 X 897 y(\201)S 595 x(Ethernet)S 177 x(is)S 176 x(the)S 177 x(only)S 178 x(supported)S 177 x(type)S 177 x (of)S 176 x(NIC.)S 177 x(Other)S 177 x(types)S 177 x(of)S 176 x(NICS)S 176 x(\(such)S 178 x(as)S 8980 X 598 y(A)S -28 x(TM,)S 167 x(FDDI,)S 166 x(T)S -46 x(oken)S 167 x(Ring,)S 167 x(SLIP)S -64 x(,)S 166 x(and)S 167 x(PPP\))S 166 x(are)S 166 x(not)S 167 x(supported.)S 8083 X 896 y (\201)S 595 x(The)S 173 x F234(-i)S 174 x F151(option)S 173 x(is)S 172 x (not)S 173 x(supported.)S 263 x(On)S 173 x(UNIX)S 173 x(systems,)S 174 x (this)S 173 x(option)S 173 x(speci\211es)S 172 x(the)S 8980 X 598 y (interface)S 166 x(that)S 166 x F234(tcpdump)S 166 x F151(is)S 166 x (attached)S 166 x(to.)S 8980 X 797 y(On)S 166 x(OpenVMS)S 165 x(systems,)S 166 x(TCPDUMP)S 166 x(obtains)S 166 x(packets)S 166 x(from)S 166 x(the)S 166 x(TCP/IP)S 167 x(kernel.)S 8083 X 897 y(\201)S 595 x(The)S 171 x F234(-p)S 171 x F151(option)S 171 x(is)S 170 x(not)S 171 x(supported.)S 259 x(On)S 170 x(UNIX)S 170 x(systems,)S 172 x(this)S 170 x(option)S 171 x(speci\211es)S 170 x(that)S 8980 X 598 y F234(tcpdump)S 166 x F151 (stops)S 165 x(working)S 167 x(in)S 167 x(promiscuous)S 166 x(mode.)S 8980 X 797 y(On)S 174 x(OpenVMS,)S 175 x(TCPDUMP)S 175 x(does)S 175 x (not)S 174 x(work)S 175 x(in)S 175 x(promiscuous)S 175 x(mode.)S 267 x (Therefore,)S 8980 X 597 y(this)S 166 x(option)S 166 x(is)S 165 x(set)S 166 x(by)S 166 x(default.)S 8083 X 897 y(\201)S 595 x(If)S 169 x(you)S 171 x(are)S 169 x(using)S 171 x(the)S 169 x(Ethereal)S 170 x(software)S 169 x(to)S 169 x(dump)S 170 x(IPv6)S 170 x(network)S 170 x(traf\211c,)S 171 x(use)S 170 x(the)S 8980 X 598 y(following)S 166 x(command)S 166 x (format)S 166 x(to)S 166 x(write)S 165 x(the)S 166 x(data)S 166 x(in)S 166 x(the)S 167 x(correct)S 166 x(format:)S 8980 X 896 y F238($)S 239 x (TCPDUMP)S 240 x(-s)S 240 x(1500)S 240 x(-w)S 239 x F239(filename)S 8083 X 897 y F151(\201)S 595 x(Only)S 172 x(one)S 172 x(process)S 171 x (at)S 172 x(a)S 172 x(time)S 171 x(can)S 172 x(issue)S 171 x(traces.)S 261 x(This)S 172 x(restriction)S 172 x(applies)S 171 x(to)S 171 x(both)S 8980 X 598 y(TCPTRACE)S 165 x(and)S 166 x(TCPDUMP)S -64 x(.)S 4497 30439 XY F24(3.17)S 397 x(TCP/IP)S 232 x(Management)S 232 x(Command)S 232 x(restrictions)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(restrictions)S 166 x (apply)S 166 x(to)S 166 x(the)S 166 x(TCP/IP)S 167 x(management)S 166 x (commands:)S 8083 X 896 y(\201)S 595 x(An)S 178 x(IP)S 178 x(address)S 178 x(added)S 178 x(to)S 177 x(a)S 179 x(tunnel)S 179 x(interface)S 178 x(cannot)S 179 x(be)S 178 x(seen)S 178 x(with)S 178 x F234(ifconfig)S F151(.)S 8980 X 598 y(Execute)S 166 x F234(netstat)S 167 x F151(with)S 165 x F234(-rn)S 167 x F151(to)S 165 x(view)S 167 x(the)S 166 x(new)S 166 x(IP)S 166 x(address.)S 8083 X 897 y(\201)S 595 x(TCP/IP)S 180 x (Services)S 181 x(V)S -46 x(ersion)S 180 x(5.4)S 180 x(introduced)S 181 x(failSAFE)S 179 x(IP)S -64 x(,)S 180 x(which)S 181 x(obsoletes)S 179 x(the)S 8980 X 598 y(IP)S 176 x(cluster)S 176 x(alias)S 175 x(address.)S 268 x(Consequently)S -54 x(,)S 179 x(the)S 176 x(following)S 176 x(TCP/IP)S 176 x(management)S 8980 X 597 y(commands)S 166 x(are)S 166 x(no)S 166 x (longer)S 167 x(supported:)S 8980 X 897 y(\203)S 619 x(SET)S 166 x(INTERF)S -37 x(ACE)S 165 x(/NOCLUSTER)S 8980 X 897 y(\203)S 619 x(SHOW)S 165 x (INTERF)S -37 x(ACE)S 165 x(/CLUSTER)S 5 SC 4497 38258 XY F40(3\20322)S 399 x F38(Restrictions)S 166 x(and)S 167 x(Limitati)S -2 x(ons)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-23) 55 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 19174 2293 XY F28(Restrictions)S 167 x(and)S 167 x(Limitati)S 2 x (ons)S 13626 X 647 y(3.17)S 167 x(TCP/IP)S 166 x(Manage)S 2 x(ment)S 167 x(Command)S 167 x(restrictions)S 0 SC 8980 4555 XY F151(T)S -46 x (o)S 173 x(display)S 173 x(interface)S 173 x(addresses,)S 174 x(including)S 174 x(IP)S 173 x(cluster)S 173 x(alias)S 172 x(addresses,)S 174 x(use)S 173 x(the)S 8980 X 598 y(following)S 166 x(TCP/IP)S 167 x(management)S 166 x(command:)S 8980 X 897 y F238(TCPIP>)S 240 x(ifconfig)S 240 x(-a)S 8980 X 896 y F151(T)S -46 x(o)S 180 x(delete)S 180 x(a)S 181 x(cluster)S 180 x(alias)S 179 x(address)S 180 x(from)S 180 x(the)S 180 x(active)S 181 x(system,)S 183 x(use)S 180 x(a)S 181 x(command)S 8980 X 598 y(similar)S 165 x(to)S 166 x(the)S 166 x(following:)S 8980 X 897 y F238(TCPIP>)S 240 x(ifconfig)S 240 x(ie0)S 240 x(-alias)S 240 x(10.10.10)S 2 x(.1)S 8980 X 896 y F151(The)S 167 x(following)S 166 x(TCP/IP)S 166 x(management)S 167 x(commands)S 166 x(continue)S 167 x(to)S 166 x(be)S 166 x(supported:)S 8980 X 897 y(\203)S 619 x(SET)S 166 x(INTERF)S -37 x(ACE/CLUSTER)S 8980 X 897 y(\203)S 619 x(SET)S 166 x(CONFIGURA)S -29 x(TION)S 165 x(INTERF)S -37 x(ACE)S 165 x(/CLUSTER)S 8980 X 896 y(\203)S 619 x(SET)S 166 x(CONFIGURA)S -29 x(TION)S 165 x(INTERF)S -37 x(ACE)S 165 x(/NOCLUSTER)S 8980 X 897 y (\203)S 619 x(SHOW)S 165 x(CONFIGURA)S -29 x(TION)S 166 x(INTERF)S -38 x (ACE)S 165 x(/CLUSTER)S 8083 X 896 y(\201)S 595 x(SET)S 166 x(NAME_SER)S -20 x(VICE)S 165 x(/P)S -37 x(A)S -27 x(TH)S 8980 X 797 y(This)S 175 x (command)S 175 x(requires)S 175 x(the)S 175 x(SYSNAM)S 174 x(privilege.)S 269 x(If)S 174 x(you)S 176 x(enter)S 175 x(the)S 175 x(command)S 8980 X 598 y(without)S 169 x(the)S 169 x(appropriate)S 169 x(privilege)S 170 x (at)S 169 x(the)S 170 x(process)S 168 x(level,)S 171 x(the)S 170 x(command)S 169 x(does)S 169 x(not)S 8980 X 598 y(work)S 177 x(and)S 176 x(you)S 178 x(are)S 177 x(not)S 177 x(noti\211ed.)S 271 x(If)S 176 x(you)S 178 x (enter)S 177 x(the)S 176 x(command)S 177 x(at)S 176 x(the)S 177 x(SYSTEM)S 8980 X 598 y(level,)S 167 x(the)S 166 x(command)S 166 x(does)S 166 x (not)S 166 x(work)S 166 x(and)S 167 x(you)S 167 x(receive)S 167 x(an)S 166 x(error)S 167 x(message.)S 8083 X 896 y(\201)S 595 x(SET)S 166 x (SER)S -20 x(VICE)S 165 x(command)S 8980 X 897 y(\201)S 594 x(When)S 182 x(you)S 182 x(modify)S 182 x(parameters)S 181 x(to)S 181 x(a)S 181 x (service,)S 186 x(disable)S 181 x(and)S 182 x(re-enable)S 181 x(the)S 9876 X 598 y(service)S 167 x(for)S 166 x(the)S 166 x(modi\211cations)S 166 x(to)S 166 x(take)S 166 x(effect.)S 8980 X 896 y(\201)S 594 x(After)S 174 x(a)S 174 x("SET)S 174 x(SER)S -20 x(VICE")S 173 x(command)S 174 x (is)S 174 x(used)S 174 x(to)S 173 x(de\211ne)S 175 x(a)S 174 x(new)S 174 x(user)S 174 x(de\211ned)S 9876 X 598 y(TCP)S 169 x(service,)S 171 x (if)S 168 x(the)S 169 x(same)S 169 x("SET)S 168 x(SER)S -20 x(VICE")S 168 x(command)S 169 x(is)S 168 x(entered)S 169 x(again,)S 171 x(the)S 9876 X 598 y(service)S 167 x(may)S 166 x(appear)S 166 x(disabled)S 166 x (and)S 166 x(cannot)S 167 x(be)S 166 x(re-enabled.)S 8083 X 897 y(For)S 174 x(more)S 174 x(information)S 174 x(on)S 174 x(TCP/IP)S 175 x(Services)S 174 x(management)S 174 x(commands,)S 176 x(refer)S 174 x(to)S 174 x (the)S 8083 X 597 y F152(HP)S 166 x(TCP/IP)S 166 x(Services)S 167 x (for)S 166 x(OpenVMS)S 166 x(Managemen)S 2 x(t)S 166 x(Command)S 166 x (Reference)S 168 x F151(guide.)S 5 SC 20252 38258 XY F38(Restrictions)S 166 x(and)S 166 x(Limitations)S 398 x F40(3\20323)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (3-24) 56 %DEC_EDMS_BlankPage PP %%PageTrailer %%PageFonts: %%PageProcessColors: %%PageCustomColors: % %%Page: (4-1) 57 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 26214 6776 XY F8(4)S 4497 X 448 y 22716 48 R 21620 8273 XY F208 (Corrections)S 8083 10564 XY F151(This)S 166 x(chapter)S 166 x(describes)S 166 x(the)S 166 x(problems)S 165 x(corrected)S 166 x(in)S 166 x(this)S 166 x(version)S 166 x(of)S 166 x(TCP/IP)S 167 x(Services.)S 4497 11810 XY F24(4.1)S 398 x(Advanc)S -2 x(ed)S 241 x(Programming)S 241 x(Environment)S 241 x(problems)S 240 x(\211xed)S 240 x(in)S 241 x(this)S 5865 X 797 y (release)S -187 x 896 y F151(The)S 184 x(following)S 184 x(sections)S 183 x(describe)S 183 x(programming-related)S 184 x(problems)S 183 x (\211xed)S 184 x(in)S 184 x(this)S 8083 X 598 y(release.)S 4497 15197 XY F28(4.1.1)S 400 x(Buffer)S 199 x(over\212ow)S 200 x(in)S 199 x(ntpq)S 200 x(program)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(stack)S 166 x(buffer)S 166 x(over\212ows)S 167 x(in)S 166 x(the)S 166 x(ntpq)S 166 x(program.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 19780 XY F28(4.1.2)S 400 x (W)S -6 x(ith)S 200 x(PPE)S 198 x(enab)S 2 x(led,)S 200 x(system)S 201 x (crashes)S 201 x(during)S 200 x(shutdown)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 177 x(PPE)S 176 x(is)S 175 x(enabled,)S 179 x (the)S 177 x(system)S 175 x(crashes)S 176 x(during)S 177 x(shutdown)S 176 x(with)S 176 x(the)S 176 x(following)S 8083 X 597 y(message:)S 8083 X 897 y F238("SPLIPLLO)S 2 x(W,)S 239 x(IPL)S 240 x(has)S 239 x(fallen)S 241 x(below)S 240 x(level)S 240 x(of)S 239 x(owned)S 240 x(spinlock\(s)S 2 x(\)")S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26007 XY F24(4.2)S 398 x(BIN)S -2 x(D)S 232 x (Server)S 233 x(problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x (release)S 8083 X 896 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(BIND)S 165 x(server)S 166 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 27999 XY F28 (4.2.1)S 400 x(Bind)S 199 x(server)S 200 x(crashes)S 200 x(on)S 200 x (receipt)S 200 x(of)S 200 x(dynam)S 2 x(ic)S 199 x(update)S 201 x(messa)S 2 x(ge)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(Bind)S 173 x (server)S 174 x(crash)S 174 x(can)S 174 x(be)S 173 x(caused)S 174 x (on)S 174 x(receipt)S 173 x(of)S 173 x(a)S 174 x(speci\211c)S 173 x (remote)S 174 x(dynamic)S 174 x(update)S 8083 X 598 y(message.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 32881 XY F28(4.2.2)S 400 x(SYSTEM-W)S -13 x(-NOSUC)S -2 x(HFILE)S 200 x(and)S 200 x(%DCL-E-INVIFNE)S -2 x(ST)S 200 x(Err)S -2 x(ors)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(TCPIP$BIND_ST)S -28 x (ARTUP)S -65 x(.COM)S 193 x(displays)S 192 x(the)S 192 x(%SYSTEM-W)S -19 x(-NOSUCHFILE)S 8083 X 597 y(and)S 183 x(%DCL-E-I)S -2 x(NVIFNEST)S 182 x(errors)S 183 x(when)S 182 x(the)S 183 x(SYS$SHAR)S -2 x(E:SSL$LIBCR)S -19 x(YPTO_)S 8083 X 598 y(SHR32.EXE)S 165 x(image)S 166 x(is)S 166 x (not)S 166 x(present)S 166 x(on)S 167 x(the)S 166 x(system.)S 5 SC 23773 38258 XY F38(Corrections)S 400 x F40(4\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-2) 58 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.2)S 167 x(BIND)S 164 x(Server)S 166 x(problem)S 2 x(s)S 166 x(\211xed)S 167 x(in)S 167 x (this)S 166 x(release)S 0 SC 8083 4561 XY F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6553 XY F28(4.2.3)S 400 x(%LIBRAR-E)S -2 x(-LOOKUPERR)S 198 x(error)S 198 x(in)S 200 x(the)S 200 x(BIND)S 198 x(server)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(While)S 188 x(con\211gur)S 2 x(ing)S 188 x(TCP/IP)S -64 x(,)S 188 x(using)S 188 x(TCPIP$CONFIG,)S 187 x(in)S 188 x(the)S 187 x(BIND)S 187 x(server)S -37 x(,)S 194 x(the)S 8083 X 598 y(%LIBRAR-E)S -2 x(-LOOKUPERR)S 167 x (error)S 169 x(is)S 169 x(displayed.)S 255 x(TCPIP$CONFIG)S 167 x(incorrectly)S 170 x(looks)S 8083 X 597 y(for)S 166 x(LOOPBACK)S -2 x(_DB.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(has)S 166 x(been)S 167 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 12332 XY F28(4.2.4)S 400 x(BIND)S -2 x(SETUP)S 199 x (fails)S 200 x(to)S 199 x(confo)S 2 x(rm)S 199 x(to)S 199 x(the)S 200 x (databa)S 2 x(se)S 200 x(\211lename)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(TCPIP$BINDSETUP)S 185 x(fails)S 186 x(to)S 186 x(conform)S 187 x(to)S 186 x(the)S 186 x(new)S 186 x(BIND)S 185 x(local)S 187 x (host)S 186 x(database)S 8083 X 598 y(\211lename.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 17512 XY F28(4.2.5)S 400 x(Entering)S 199 x(CTRL/C)S 199 x(for)S 199 x(TCPIP)S 199 x(SHOW)S 198 x(HOST)S 199 x(\(/NOLOCAL\))S 8083 X 797 y F151(may)S 167 x(display)S 165 x(ACCIVO)S -2 x(\))S 8083 X 598 y F153(Problem:)S 8083 X 896 y F151(On)S 188 x(OpenVMS)S 188 x(Integrity)S 189 x(servers,)S 195 x(entering)S 189 x(CTRL/C)S 189 x(for)S 188 x(the)S 189 x F234(TCPIP)S 188 x(SHOW)S 189 x(HOST)S 8083 X 598 y(\(/NOLOCAL\))S 167 x F151(command)S 166 x(may)S 166 x(display)S 166 x(an)S 166 x(ACCIVO)S 164 x(error)S 167 x(within)S 166 x(the)S 166 x(BIND)S 165 x(resolver)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 23290 XY F28(4.2.6)S 400 x(Memory)S 200 x(usage)S 200 x(statis)S 2 x(tics)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(This)S 168 x (release)S 168 x(adds)S 167 x(the)S 168 x(ability)S 168 x(to)S 168 x (generate)S 168 x(and)S 168 x(display)S 168 x(the)S 168 x(memory)S 168 x (usage)S 169 x(statis)S -2 x(tics)S 8083 X 598 y(for)S 166 x(the)S 167 x (BIND)S 164 x(Server)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(T)S -45 x(o)S 177 x(display)S 176 x(the)S 177 x(memory)S 178 x(usage)S 177 x(statistics)S 175 x(for)S 177 x(the)S 178 x(BIND)S 175 x(Server)S -36 x(,)S 180 x(de\211ne)S 178 x(the)S 177 x(logical)S 8083 X 598 y(name)S 166 x(as)S 166 x(follows:)S 8322 X 896 y F238($)S 240 x(DEFINE)S 240 x(/SYSTEM)S 240 x(TCPIP$BIN)S 2 x(D_MEMSTATS)S 240 x (1)S 8083 X 897 y F151(TCPIP$BIND_MEMST)S -28 x(A)S -28 x(TS)S 186 x (is)S 185 x(an)S 187 x(existing)S 186 x(logical)S 186 x(name.)S 289 x (The)S 187 x(value)S 186 x(does)S 186 x(not)S 8083 X 598 y(matter;)S 166 x(but)S 166 x(it)S 166 x(must)S 166 x(be)S 166 x(de\211ned.)S 8083 X 897 y(Use)S 190 x(either)S 190 x(the)S 190 x F234(rndc)S 190 x(stats)S 190 x F151(command)S 190 x(or)S 190 x(the)S 190 x F234(TCPIP)S 190 x (SHOW)S 190 x(NAME)S 190 x(/STATISTICS)S 8083 X 597 y F151(command)S 175 x(to)S 175 x(send)S 175 x(the)S 175 x(memory)S 176 x(usage)S 175 x (statisti)S -2 x(cs)S 175 x(to)S 175 x(the)S 175 x(\211le)S 175 x(TCPIP$BIND.ST)S -27 x(A)S -28 x(TS.)S 8083 X 598 y(The)S 198 x(memstats)S 196 x(information)S 198 x(will)S 196 x(complement)S 198 x(the)S 197 x(server)S 198 x(Statistics)S 196 x(Dump)S 8083 X 598 y(information)S 167 x(that)S 165 x(is)S 166 x (normally)S 167 x(sent)S 166 x(to)S 165 x(the)S 167 x(\211le.)S 5 SC 4497 38258 XY F40(4\2032)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-3) 59 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14156 X 647 y(4.2)S 167 x(BIND)S 165 x(Server)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.2.7)S 400 x(Delay)S 200 x(because)S 201 x(of)S 200 x(using)S 200 x("ROUTE)S 199 x(ADD")S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(There)S 188 x(is)S 186 x(a)S 187 x(delay)S 187 x(because)S 187 x(of)S 186 x(using)S 188 x(the)S 186 x F234(ROUTE)S 187 x(ADD)S 187 x F151(command)S 187 x(when)S 187 x(the)S 187 x(BIND)S 8083 X 597 y(resolver)S 167 x(is)S 165 x(disabled.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 250 x F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 166 x(in)S 167 x(this)S 165 x(release.)S 4497 8920 XY F28 (4.2.8)S 400 x(Resolving)S 200 x(the)S 200 x(local)S 201 x(host)S 200 x (databa)S 2 x(se)S 199 x(name)S 2 x(s)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(TCPDUMP)S -64 x(,)S 198 x(and)S 198 x(potentially)S 198 x(other)S 198 x(applications,)S 205 x(fails)S 197 x(to)S 198 x(resolve)S 198 x(the)S 198 x(local)S 8083 X 598 y(host)S 194 x(database)S 193 x (names.)S 306 x(When)S 194 x(_SOCKA)S -2 x(DDR_LEN)S 193 x(is)S 194 x (not)S 194 x(de\211ned,)S 202 x(a)S 194 x(call)S 194 x(to)S 8083 X 598 y (the)S 186 x F234(getaddrinfo)S(\()S 84 x(\))S 185 x F151(function)S 186 x(will)S 185 x(not)S 186 x(look)S 186 x(in)S 186 x(the)S 185 x(local)S 186 x(host)S 185 x(database.)S 288 x(When)S 8083 X 598 y F234(getaddrinfo)S (\()S 84 x(\))S 174 x F151(was)S 174 x(called)S 174 x(with)S 175 x(the)S 174 x(hints)S 175 x(argument)S 175 x(as)S 174 x(NULL,)S 176 x(the)S 175 x(routine)S 175 x(fails)S 8083 X 598 y(with)S 166 x(an)S 166 x(ACCVI)S -2 x(O.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 15894 XY F28(4.2.9)S 400 x(Unexpected)S 201 x (IPv6-look)S 2 x(ing)S 199 x(address)S 201 x(in)S 200 x(the)S 200 x (TELNET)S 198 x(clie)S 2 x(nt)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 167 x F234(getaddrinfo)S(\()S 84 x(\))S 166 x F151 (function)S 168 x(sometimes)S 165 x(returned)S 167 x(AF_INET)S 166 x (structures)S 167 x(even)S 167 x(when)S 8083 X 598 y(the)S 176 x(AI_V4MAPPED)S 175 x(\212ag)S 176 x(was)S 175 x(set.)S 268 x(The)S 177 x(most)S 175 x (obvious)S 176 x(effect)S 176 x(was)S 175 x(that)S 175 x(attempting)S 8083 X 598 y(to)S 176 x(reach)S 177 x(an)S 176 x(unresponsive)S 177 x (host)S 175 x(via)S 177 x(TELNET)S 175 x(would)S 176 x(provoke)S 177 x (a)S 176 x(unexpected)S 177 x(IPv6-)S 8083 X 598 y(looking)S 167 x(address)S 166 x(in)S 166 x(the)S 166 x(TELNET)S 166 x(client)S 167 x(and)S 166 x (displays)S 165 x(the)S 166 x F234(Trying)S 167 x(...)S 249 x F151(message.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 22270 XY F28(4.2.10)S 400 x(Specifyin)S 2 x(g)S 199 x (an)S 200 x(invalid)S 201 x(port)S 199 x(number)S 200 x(to)S 200 x(getname)S 2 x(info)S(\()S 83 x(\))S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Specifying)S 167 x(an)S 167 x(invalid)S 166 x(port)S 166 x(number)S 167 x(to)S 166 x F234(getnameinfo)S(\()S 83 x(\))S 166 x F151(results)S 166 x(in)S 166 x(an)S 167 x(ACCV)S -2 x(IO)S 166 x(error)S -37 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 26853 XY F28(4.2.1)S -32 x(1)S 399 x(NI_*)S 199 x(\212ag)S 200 x(values)S 201 x(for)S 199 x(getnam)S 2 x(einfo)S(\()S 84 x(\))S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 180 x F234(getnameinfo)S (\()S 84 x(\))S 179 x F151(NI_*)S 179 x(\212ag)S 180 x(values)S 179 x (were)S 179 x(improperly)S 180 x(changed)S 180 x(for)S 180 x(V5.6)S 179 x(when)S 8083 X 598 y(updating)S 171 x(to)S 170 x(the)S 171 x(BIND)S 169 x(9)S 171 x(resolver)S -37 x(.)S 259 x(Changing)S 172 x(these)S 170 x(values)S 171 x(broke)S 171 x(applications)S 169 x(that)S 8083 X 598 y(were)S 166 x(built)S 166 x(on)S 166 x(pre_v5.)S 2 x(6)S 166 x (versions)S 166 x(of)S 166 x(TCP/IP)S 167 x(Services)S 166 x(for)S 166 x (OpenVMS.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 176 x(NI_*)S 174 x(\212ag)S 176 x(values)S 175 x(for)S 175 x(the)S 175 x F234(getnameinfo)S(\()S 84 x(\))S 175 x F151(function)S 176 x(were)S 174 x(improperly)S 176 x(changed)S 8083 X 598 y(with)S 179 x(the)S 180 x (V5.6)S 179 x(release.)S 277 x(This)S 179 x(would)S 179 x(cause)S 180 x (any)S 180 x(applications)S 179 x(using)S 180 x(the)S 180 x(NI_*)S 179 x (\212ag)S 8083 X 598 y(values)S 175 x(that)S 173 x(were)S 174 x(built)S 174 x(against)S 174 x(pre-V5.6)S 174 x(TCP/IP)S 175 x(versions)S 174 x (not)S 174 x(to)S 174 x(run)S 175 x(as)S 174 x(expected)S 8083 X 597 y (on)S 170 x(TCP/IP)S 170 x(V5.6.)S 255 x(This)S 170 x(problem)S 169 x (has)S 169 x(been)S 170 x(corrected,)S 171 x(and)S 169 x(the)S 170 x (\212ag)S 170 x(values)S 169 x(have)S 170 x(been)S 8083 X 598 y(returned)S 170 x(to)S 169 x(their)S 169 x(pre-V5.6)S 169 x(de\211nitions.)S 256 x (Note)S 169 x(that)S 168 x(any)S 170 x(applications)S 169 x(using)S 169 x(the)S 170 x(NI_*)S 8083 X 598 y(\212ag)S 174 x(values)S 173 x (that)S 173 x(were)S 172 x(built)S 173 x(against)S 173 x(V5.6)S 173 x (will)S 172 x(no)S 173 x(longer)S 174 x(execute)S 174 x(properly)S 173 x (on)S 174 x(V5.6)S 8083 X 598 y(ECO1)S 165 x(or)S 166 x(later)S -37 x (.)S 250 x(These)S 166 x(applications)S 166 x(must)S 165 x(be)S 166 x (rebuilt.)S 5 SC 23773 38258 XY F38(Corrections)S 400 x F40(4\2033)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-4) 60 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.2)S 167 x(BIND)S 164 x(Server)S 166 x(problem)S 2 x(s)S 166 x(\211xed)S 167 x(in)S 167 x (this)S 166 x(release)S 0 SC 4497 4636 XY(4.2.12)S 400 x(TCPIP$SYSTEM:H)S -2 x(OSTS.DA)S -45 x(T)S 200 x(ASC)S -2 x(II)S 200 x(\211le)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 182 x(undocumented)S 182 x (TCPIP$SYSTEM:HOSTS.DA)S -28 x(T)S 181 x(ASCII)S 180 x(\211le)S 181 x (is)S 181 x(still)S 180 x(provided)S 8083 X 597 y(during)S 167 x(TCP/IP)S 167 x(installation,)S 166 x(but)S 166 x(the)S 166 x(\211le)S 167 x(is)S 165 x(no)S 167 x(longer)S 167 x(used)S 166 x(by)S 166 x(the)S 167 x (BIND)S 165 x(resolver)S -37 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.2.13)S 400 x (Query)S 200 x(IDs)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (Query)S 167 x(IDs)S 165 x(generated)S 167 x(by)S 166 x(the)S 166 x (DNS)S 166 x(server)S 166 x(are)S 167 x(vulnerable)S 167 x(to)S 166 x (cryptographic)S 167 x(analysis.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14399 XY F28(4.2.14)S 400 x(BIND)S 198 x(cluste)S 2 x(r-wide)S 199 x(startup)S 200 x(and)S 200 x(shutdo)S 2 x(wn)S 199 x(comm)S 2 x(and)S 200 x(procedures)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(BIND)S 178 x(cluster)S -9 x (-wide)S 178 x(startup)S 178 x(and)S 179 x(shutdown)S 179 x(command)S 179 x(procedures)S 179 x(are)S 179 x(generated)S 8083 X 598 y(with)S 170 x(embedded)S 171 x(physical)S 171 x(device)S 171 x(names,)S 172 x (requiring)S 172 x(extra)S 171 x(effort)S 171 x(upon)S 171 x(chang)S 2 x(ing)S 171 x(to)S 170 x(a)S 8083 X 597 y(new)S 166 x(system)S 166 x (disk.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 20178 XY F28(4.2.15)S 400 x(BIND9)S 198 x(Resolve)S 2 x(r)S 199 x(aborts)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (The)S 203 x(BIND9)S 200 x(Resolver)S 202 x(aborts)S 201 x(when)S 203 x (multiple)S 201 x(threads)S 202 x(called)S 201 x F234(getadrinfo)S 8083 X 598 y F151(simultaneously)S -55 x(,)S 187 x(although)S 2 x(,)S 187 x (RFC)S 182 x(3493)S 183 x(describes)S 182 x F234(getaddrinfo)S 183 x F151(as)S 182 x(a)S 183 x(thread)S 183 x(safe)S 8083 X 598 y(or)S 166 x (re-entrant)S 167 x(function.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 25956 XY F28(4.2.16)S 400 x(Spoo\211ng)S 200 x(and)S 200 x(cach)S 2 x(e-poisoni)S 2 x(ng)S 199 x(attack)S 201 x(in)S 200 x(a)S 199 x(BIND/DNS)S 197 x(server)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 176 x(BIND/DNS)S 174 x(server)S 176 x(is)S 175 x(vulnerable)S 177 x(to)S 175 x(a)S 175 x (widely)S 175 x(publicized)S 175 x(spoo\211ng)S 176 x(and)S 176 x(cache-)S 8083 X 597 y(poisoning)S 167 x(attack.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 31137 XY F28(4.2.17)S 400 x(Spoo\211ng)S 200 x(and)S 200 x(cach)S 2 x(e-poisoni)S 2 x(ng)S 199 x(attack)S 201 x(in)S 200 x(a)S 199 x(UDP)S 198 x(port)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 171 x(BIND/DNS)S 169 x (cache)S 171 x(server)S 170 x(uses)S 170 x(a)S 170 x(\211xed)S 171 x (or)S 171 x(an)S 170 x(arbitrarily)S 171 x(selected)S 169 x(UDP)S 170 x (port)S 170 x(for)S 8083 X 598 y(out)S 171 x(going)S 171 x(DNS)S 170 x (queries.)S 258 x(This)S 170 x(will)S 170 x(lead)S 170 x(to)S 170 x (UDP)S 170 x(port)S 170 x(spoo\211ng)S 171 x(and)S 170 x(cache-poisoning)S 8083 X 598 y(attack.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\2034)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-5) 61 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14156 X 647 y(4.2)S 167 x(BIND)S 165 x(Server)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.2.18)S 400 x(Memory)S 200 x(leaks)S 201 x(in)S 199 x(BIND)S 199 x(Resolver)S 200 x(functions)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 202 x(BIND)S 199 x(Resolver)S 201 x(functions,)S 211 x(GETNAMEINFO)S -2 x(,)S 202 x(GETHOSTB)S -2 x (YNAME,)S 8083 X 598 y(GETHOSTBY)S -47 x(ADD)S -2 x(R)S 172 x(GETNETBYNA)S -2 x(ME,GETNETBY)S -47 x(ADDR,GE)S -2 x(TSER)S -19 x(VBYNAME)S 8083 X 598 y(and)S 158 x(GETSER)S -20 x(VBYPOR)S -2 x(T)S 158 x(causes)S 157 x (memory)S 158 x(leaks)S 157 x(and)S 157 x(does)S 157 x(not)S 158 x(close)S 157 x(the)S 157 x(\211les)S 158 x(properly)S 8083 X 597 y(when)S 167 x (called)S 166 x(from)S 165 x(a)S 166 x(multithreaded)S 167 x(program.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 10993 XY F28(4.2.19)S 400 x(GET)S -44 x(ADD)S -2 x (RINFO)S 199 x(with)S 200 x(nodena)S 2 x(me)S 200 x(as)S 200 x(NULL)S 198 x(fails)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(getaddrinfo)S 167 x(with)S 165 x(nodename)S 167 x(as)S 166 x(NULL)S 166 x(fails)S 165 x(with)S 166 x F234(BADHINTS:)S 167 x(Not)S 166 x(found)S 166 x (in)S 166 x(explore)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 15726 XY F24(4.3)S 398 x(DHC)S -2 x (P)S 233 x(component)S 232 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x (this)S 233 x(release)S 8083 X 896 y F151(The)S 167 x(following)S 166 x (sections)S 166 x(describe)S 166 x(the)S 166 x(DHCP)S 165 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 17718 XY F28(4.3.1)S 400 x(DHC)S -2 x(P)S 199 x(server)S 200 x(fails)S 200 x (to)S 200 x(update)S 200 x(the)S 200 x(DNS)S 198 x(server)S 200 x(correctly)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 167 x(DNS)S 165 x (updates)S 166 x(are)S 166 x(enabled,)S 167 x(the)S 166 x(DHCP)S 166 x (server)S 166 x(fails)S 166 x(to)S 166 x(update)S 166 x(the)S 166 x (DNS)S 166 x(server)S 8083 X 598 y(correctly)S 167 x(if)S 166 x(the)S 166 x(netmask)S 166 x(for)S 166 x(the)S 167 x(client')S -19 x(s)S 166 x (network)S 166 x(differs)S 166 x(from)S 166 x(255.255.255.0.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 22899 XY F28(4.3.2)S 400 x(RMS-E-FLK)S 208 x(errors)S 209 x(when)S 210 x(running)S 211 x(the)S 210 x(TCPIP$$SETHOSTNA)S -2 x(ME.COM)S 6225 X 697 y(script')S -22 x(s)S 200 x(SET)S 199 x(HOST)S 199 x(and)S 200 x (SET)S 198 x(NOHOST)S 199 x(comma)S 2 x(nds)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 188 x(DHCP)S 187 x(client,)S 193 x(when)S 188 x (run)S 188 x(in)S 188 x(a)S 187 x(cluster)S 187 x(where)S 188 x(the)S 187 x(TCPIP$*)S 188 x(data)S 187 x(\211les)S 187 x(are)S 8083 X 598 y (shared)S 173 x(between)S 172 x(cluster)S 172 x(members,)S 174 x(could)S 173 x(incur)S 173 x(RMS-E-FLK)S 172 x(errors)S 173 x(when)S 172 x(runn)S 2 x(ing)S 8083 X 597 y(the)S 185 x(TCPIP$$SETHOSTNAME.COM)S 184 x(script')S -19 x(s)S 185 x(SET)S 185 x(HOST)S 184 x(and)S 186 x(SET)S 185 x(NOHOS)S -2 x(T)S 8083 X 598 y(commands.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 29972 XY F28(4.3.3)S 400 x (DHC)S -2 x(P)S 199 x(server)S 200 x(listens)S 201 x(on)S 200 x(all)S 200 x(interfaces)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 174 x(OpenVMS)S 172 x(DHCP)S 173 x(server)S 173 x(cannot)S 174 x(be)S 173 x(disabled)S 172 x(on)S 173 x(one)S 174 x(or)S 173 x(more)S 173 x (interfaces.)S 263 x(The)S 8083 X 598 y(server)S 167 x(always)S 165 x (listens)S 166 x(on)S 166 x(all)S 166 x(the)S 166 x(interfaces.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(A)S 166 x(new)S 166 x (logical,)S 167 x(TCPIP$DHCP_IGNO)S -2 x(R_IFS)S 166 x(is)S 165 x(now)S 166 x(supported)S 166 x(to)S 166 x(\211x)S 167 x(this)S 166 x(problem.)S 5 SC 23773 38258 XY F38(Corrections)S 400 x F40(4\2035)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-6) 62 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.3)S 167 x(DHC)S -2 x (P)S 166 x(compon)S 2 x(ent)S 166 x(problem)S 2 x(s)S 166 x(\211xed)S 167 x(in)S 167 x(this)S 166 x(release)S 0 SC 4497 4636 XY(4.3.4)S 400 x (DHC)S -2 x(PSIGHUP)S 198 x(comma)S 2 x(nd)S 199 x(is)S 200 x(issue)S 2 x(d)S 199 x(twice)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (The)S 167 x(DHCPSIG)S -2 x(HUP)S 167 x(command)S 166 x(is)S 165 x(issued)S 166 x(twice)S 165 x(to)S 166 x(update)S 166 x(the)S 167 x(DHCP)S 165 x (Debug)S 166 x(Level.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.3.5)S 400 x(DHC)S -2 x(P)S 199 x(server)S 200 x(logs)S 200 x(event)S 2 x(s)S 199 x(on)S 200 x(ignored)S 200 x(interfaces)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(DHCP)S 185 x(server)S 187 x(logs)S 186 x(events)S 186 x(on)S 187 x(ignored)S 186 x(interfaces.)S 290 x(Logging)S 188 x(events)S 186 x (for)S 186 x(ignored)S 8083 X 598 y(interfaces)S 166 x(leads)S 166 x (to)S 166 x(huge)S 167 x(log)S 166 x(\211les.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14549 XY F24(4.4)S 398 x(failSAFE)S 232 x(IP)S 232 x(problems)S 232 x(\211xed)S 233 x(in)S 232 x(this)S 232 x(release)S 8083 X 896 y F151(The)S 167 x (following)S 166 x(sections)S 166 x(describe)S 166 x(failSAFE)S 165 x (IP)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 167 x(this)S 165 x (release.)S 4497 16541 XY F28(4.4.1)S 400 x(failSAFE)S 199 x(IP)S 199 x (does)S 200 x(not)S 200 x(read)S 200 x(its)S 200 x(con\211guration)S 201 x(\211le)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(failSAFE)S 180 x(IP)S 181 x(does)S 181 x(not)S 182 x(read)S 181 x(its)S 180 x(con\211g)S 2 x(uration)S 182 x(\211le)S 181 x(if)S 181 x(stored)S 181 x(in)S 181 x (the)S 181 x(STREAM_LF)S 8083 X 598 y(format.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 21722 XY F28(4.4.2)S 400 x(failSAFE)S 199 x(IP)S 199 x(may)S 200 x(pick)S 201 x (the)S 199 x(wrong)S 200 x(interface)S 201 x(to)S 199 x(monitor)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(In)S 168 x(some)S 166 x(con\211g)S 2 x(urations,)S 168 x(the)S 168 x(failSAFE)S 166 x(IP)S 167 x(may)S 168 x(pick)S 168 x(the)S 167 x(wrong)S 168 x(interface)S 168 x(to)S 167 x(monitor)S -37 x(.)S 8083 X 598 y(This)S 166 x(is)S 166 x(displayed)S 166 x(on)S 166 x(OPCOM)S 165 x(and)S 167 x(in)S 166 x(the)S 166 x(log\211le)S 167 x(during)S 167 x(failSAFE)S 165 x(IP)S 166 x(startup.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26902 XY F28(4.4.3)S 400 x(If)S 199 x(interface_)S 2 x(list)S 200 x(not)S 200 x (speci\211e)S 2 x(d,)S 199 x(defaul)S 2 x(t)S 199 x(behavi)S 2 x(or)S 199 x(does)S 200 x(not)S 200 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(If)S 182 x(the)S 183 x F234(interface_list)S 183 x F151(is)S 182 x(not)S 182 x(speci\211ed,)S 187 x(by)S 183 x(default,)S 187 x(all)S 182 x(the)S 182 x(interfaces)S 182 x(must)S 182 x(be)S 8083 X 598 y (monitored.)S 250 x(One)S 166 x(of)S 166 x(the)S 166 x(earlier)S 166 x (ECO)S 165 x(release)S 166 x(did)S 166 x(not)S 166 x(support)S 166 x (the)S 166 x(default)S 166 x(behavior)S -36 x(.)S 8083 X 896 y F153 (Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 32083 XY F28(4.4.4)S 400 x(IP)S 199 x(failover)S 200 x(somet)S 2 x(imes)S 200 x (losse)S 2 x(s)S 199 x(the)S 200 x(default)S 201 x(route)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(failSAFE)S 165 x(IP)S 166 x(failover)S 167 x(sometimes)S 165 x(losses)S 165 x(the)S 166 x(default)S 166 x(route)S 166 x(when)S 167 x(IPv6)S 166 x(is)S 166 x(con\211gur)S 2 x(ed.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\2036)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-7) 63 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14455 X 647 y(4.4)S 167 x(failSAFE)S 166 x(IP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.4.5)S 400 x(First)S 199 x(static)S 201 x(route)S 199 x(failov)S 2 x(er)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Under)S 168 x(certain)S 168 x(circumstances,)S 169 x(only)S 168 x(the)S 168 x(\211rst)S 168 x(static)S 167 x(route)S 168 x(reliably)S 168 x(fails)S 167 x(over)S -36 x(.)S 252 x(This)S 168 x(is)S 8083 X 598 y(typically)S 167 x(the)S 166 x(default)S 166 x(route.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9947 XY F24(4.5)S 398 x(FINGER)S 231 x(Component)S 232 x(problems)S 232 x(\211xed)S 233 x(in)S 232 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 186 x(following)S 186 x(sections)S 185 x(describe)S 186 x (FINGER)S 184 x(component)S 186 x(problems)S 185 x(\211xed)S 187 x(in)S 185 x(this)S 8083 X 598 y(release.)S 4497 12538 XY F28(4.5.1)S 400 x (File)S 200 x(access)S 201 x(restrictions)S 201 x(when)S 200 x(following)S 201 x(symboli)S 2 x(c)S 199 x(links.)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 177 x(FINGER)S 174 x(server)S 177 x(does)S 175 x (not)S 176 x(properly)S 177 x(enforce)S 176 x(the)S 176 x(\211le)S 176 x (access)S 176 x(restrictions)S 175 x(when)S 8083 X 598 y(following)S 166 x(symbolic)S 166 x(links.)S 250 x(The)S 167 x(client)S 166 x(is)S 166 x(vulnerable)S 167 x(to)S 166 x(a)S 166 x(format)S 165 x(string)S 167 x(attack.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 17868 XY F24(4.6)S 398 x(FTP)S 232 x(Server)S 233 x(and)S 232 x(Client)S 232 x(problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 896 y F151(The)S 182 x(following)S 181 x(sections)S 181 x(describe)S 181 x(FTP)S 182 x(server)S 182 x(and)S 182 x(client)S 181 x(problems)S 181 x(\211xed)S 182 x(in)S 182 x(this)S 8083 X 598 y(release.)S 4497 20458 XY F28(4.6.1)S 400 x(OpenVMS,)S 199 x (TCP/IP)S -77 x(,)S 199 x(or)S 199 x(Non-VMS)S 199 x(FTP)S 199 x(client)S 201 x(access)S 201 x(to)S 200 x(ODS-5)S 199 x(disk)S 8083 X 797 y F153 (Problem:)S 8083 X 598 y F151(On)S 167 x(a)S 168 x(non-VMS)S 167 x(FTP)S 168 x(client,)S 169 x(such)S 167 x(as)S 167 x(W)S -19 x(indows,)S 168 x (UNIX,)S 167 x(or)S 168 x(LINUX,)S 167 x(the)S 167 x(\211lenames)S 168 x (are)S 8083 X 598 y(displayed)S 168 x(in)S 169 x(the)S 168 x(VMS)S 168 x (format)S 168 x(with)S 167 x(the)S 169 x("^")S 167 x(characters)S 169 x (in)S 168 x(the)S 169 x(\211lename.)S 254 x(Also,)S 168 x(when)S 8083 X 597 y(retrieving)S 158 x(the)S 156 x(\211lenames)S 157 x(using)S 157 x (the)S 156 x(non-VMS)S 157 x(FTP)S 157 x(client,)S 159 x(the)S 156 x (\211lename)S 157 x(in)S 157 x(OpenVMS)S 8083 X 598 y(format)S 170 x (is)S 170 x(displayed)S 170 x(with)S 170 x("^",)S 171 x(such)S 171 x (as)S 170 x(\211le^.1^.2^.3^.4.)S 2 x(txt.)S 258 x(For)S 171 x(retrieving)S 171 x(the)S 171 x(\211les)S 8083 X 598 y(and)S 186 x(saving)S 186 x (them)S 185 x(on)S 185 x(the)S 185 x(PC,)S 186 x(the)S 185 x("^")S 185 x (characters)S 185 x(must)S 185 x(not)S 185 x(be)S 185 x(included)S 186 x (in)S 186 x(the)S 8083 X 598 y(\211lenames.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 27731 XY F28(4.6.2)S 400 x(FTP)S 202 x(client)S 203 x(copies)S 204 x(multiple)S 203 x(version)S 2 x(s)S 202 x(of)S 202 x(a)S 203 x(\211le)S 202 x(and)S 203 x(place)S 2 x(s)S 202 x(them)S 203 x(in)S 202 x(reverse)S 6225 X 697 y(order)S 330 x 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x (FTP)S 167 x(client)S 166 x(copies)S 166 x(multiple)S 165 x(versions)S 167 x(of)S 166 x(a)S 166 x(\211le)S 166 x(and)S 166 x(places)S 166 x (them)S 166 x(in)S 166 x(reverse)S 167 x(order)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23773 38258 XY F38(Corrections)S 400 x F40(4\2037)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-8) 64 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.6)S 167 x(FTP)S 166 x (Server)S 166 x(and)S 166 x(Client)S 167 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.6.3)S 400 x (TCPIP$FTP_1)S 199 x(server)S 200 x(stops)S 201 x(communi)S 2 x(cating)S 200 x(with)S 200 x(the)S 200 x(FTP)S 199 x(child)S 201 x(processes)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(When)S 181 x(the)S 180 x (FTP)S 180 x(server)S 181 x(limit)S 179 x(is)S 180 x(reached)S 180 x (and)S 181 x(no)S 180 x(new)S 180 x(connections)S 181 x(were)S 180 x (accepted)S 8083 X 597 y(the)S 175 x(TCPIP$FTP_1)S 175 x(server)S 175 x (stopped)S 174 x(communicating)S 176 x(with)S 174 x(the)S 175 x(FTP)S 175 x(child)S 175 x(processes)S 8083 X 598 y(on)S 180 x(the)S 180 x (system.)S 276 x(After)S 179 x(the)S 180 x(limit)S 178 x(was)S 179 x (reached,)S 184 x(the)S 180 x(child)S 180 x(processes)S 179 x(hung)S 181 x(waiting)S 8083 X 598 y(on)S 178 x(a)S 177 x(mailbox.)S 271 x(Although,)S 181 x(the)S 178 x(process)S 176 x(rejected)S 178 x(the)S 177 x(new)S 177 x(incoming)S 178 x(connections;)S 184 x(it)S 8083 X 598 y(appeared)S 166 x(that)S 166 x(communication)S 167 x(was)S 165 x(lost)S 166 x(with)S 165 x(the)S 166 x(old)S 166 x(processes.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 11311 XY F28 (4.6.4)S 400 x(FTP)S 199 x(server)S 200 x(error)S 198 x(mess)S 2 x(ages)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(In)S 189 x(certain)S 189 x(scenarios,)S 194 x(the)S 189 x(OpenVMS)S 188 x(FTP)S 190 x(server)S 189 x(reports)S 188 x(the)S 189 x(following)S 189 x(error)S 8083 X 597 y (messages:)S 8083 X 897 y F238(425-Can't)S 241 x(build)S 240 x(data)S 240 x(connection)S 240 x(for)S 240 x(...)S 8083 X 498 y(425)S 240 x (Connect)S 240 x(to)S 240 x(network)S 240 x(object)S 240 x(rejected)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 17587 XY F28(4.6.5)S 400 x(Users)S 199 x(can)S 200 x (still)S 200 x(FTP)S 200 x(with)S 199 x(FTP)S 200 x(client)S 200 x(disa)S 2 x(bled)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Although)S 176 x(the)S 175 x(FTP)S 175 x(client)S 175 x(is)S 174 x(disabled,)S 177 x(users)S 174 x(can)S 175 x(ftp)S 174 x(to)S 175 x(another)S 175 x (system.)S 266 x(Because,)S 8083 X 598 y(FTP)S 177 x(is)S 175 x(a)S 176 x(DCL)S 175 x(command,)S 178 x(the)S 176 x(FTP)S 177 x(client)S 176 x(image)S 176 x(can)S 176 x(be)S 175 x(invok)S 2 x(ed)S 175 x(even)S 177 x(if)S 175 x(the)S 176 x(FTP)S 8083 X 598 y(client)S 166 x(service)S 167 x(is)S 166 x(shutdown.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 23366 XY F28(4.6.6)S 400 x ([VMS]COP)S -2 x(Y/FTP)S 200 x(\211le)S 200 x(with)S 199 x(multip)S 2 x(le-dot)S 200 x(\211lenam)S 2 x(e)S 199 x(does)S 201 x(not)S 199 x (work)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(On)S 180 x(a)S 180 x(remote)S 180 x(Linux)S 181 x(or)S 180 x(HP-UX)S 179 x(node,)S 184 x(if)S 180 x(the)S 180 x(\211lename)S 181 x(starts)S 178 x(with)S 180 x(a)S 179 x(dot)S 180 x(and)S 180 x(has)S 8083 X 598 y(multiple)S 171 x(dots)S 170 x(within)S 171 x(the)S 171 x(name,)S 173 x(for)S 171 x (example,)S 173 x(.test.001,)S 172 x(the)S 172 x(\211lename)S 171 x (is)S 171 x(truncated.)S 8083 X 598 y(That)S 167 x(is,)S 166 x(the)S 166 x(characters)S 166 x(before)S 167 x(the)S 166 x(second)S 166 x(dot)S 166 x(are)S 166 x(not)S 166 x(displayed.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 29144 XY F28(4.6.7)S 400 x(Addition)S 200 x(of)S 199 x(".")S 200 x(to)S 200 x (a)S 199 x(\211lena)S 2 x(me)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 175 x(using)S 175 x F234(FTP)S 174 x F151(or)S 175 x F234 ($)S 174 x(COPY)S 175 x(/FTP)S 174 x F151(to)S 174 x(transfer)S 174 x (\211les)S 175 x(from)S 174 x(an)S 175 x(OpenVMS)S 173 x(system)S 174 x (to)S 174 x(a)S 8083 X 597 y(UNIX)S 159 x(system,)S 161 x(the)S 160 x (FTP)S 161 x(client)S 160 x(adds)S 159 x(a)S 160 x(".")S 160 x(character)S 161 x(to)S 159 x(a)S 160 x(\211lename)S 161 x(without)S 159 x(extension.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 4497 38258 XY F40(4\2038)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-9) 65 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11433 X 647 y(4.6)S 167 x(FTP)S 166 x(Server)S 166 x(and)S 166 x(Client)S 167 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.6.8)S 400 x (USER)S 197 x(comm)S 2 x(and)S 200 x(in)S 199 x(a)S 200 x(sessi)S 2 x (on)S 199 x(that)S 200 x(is)S 200 x(already)S 201 x(logged)S 200 x(in)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 182 x(FTP)S 181 x (server)S -36 x(,)S 185 x(upon)S 181 x(receiving)S 183 x(a)S 180 x F234 (USER)S 181 x F151(command)S 181 x(in)S 181 x(a)S 181 x(session)S 180 x (that)S 180 x(is)S 181 x(already)S 8083 X 597 y(logged)S 167 x(in,)S 167 x(failed)S 166 x(to)S 166 x(return)S 166 x(a)S 166 x(proper)S 167 x (error)S -36 x(,)S 166 x(leading)S 167 x(to)S 166 x(a)S 166 x(hang.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(A)S 166 x(message)S 166 x(similar)S 165 x(to)S 166 x(the)S 166 x(following)S 166 x(is)S 166 x(displayed:)S 8083 X 896 y F238("503)S 240 x(User)S 240 x(SMITH,)S 240 x(is)S 239 x(already)S 241 x(logged)S 240 x(in")S 8083 X 897 y F151 (and)S 166 x(the)S 167 x(problem)S 166 x(is)S 165 x(\211xed.)S 4497 11610 XY F28(4.6.9)S 400 x(Construction)S 200 x(of)S 200 x(wildcarded)S 200 x (\211lena)S 2 x(mes)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (The)S 194 x(FTP)S 194 x(client)S 194 x(does)S 193 x(not)S 193 x(properly)S 194 x(construct)S 194 x(wildcarded)S 193 x(\211lenames.)S 304 x(COPY)S 8083 X 598 y(/FTP)S 188 x(TEST)S -46 x(.EXE_OLD)S 185 x(nodename"username)S 187 x(password"::*.EXE)S 186 x(creates)S 186 x(a)S 186 x(\211le)S 8083 X 598 y(named)S 190 x("_.EXE")S 188 x(on)S 190 x(the)S 190 x(remote)S 190 x(system.)S 296 x(Also,)S 195 x(COPY)S 188 x(/FTP)S 191 x(TEST)S -46 x(.EXE_OLD)S 8083 X 598 y(nodename"username)S 182 x(password"::FILE.*)S 182 x(creates)S 181 x(a)S 181 x(\211le)S 182 x(named)S 181 x("FILE._")S 182 x(on)S 181 x(the)S 8083 X 597 y(remote)S 166 x(system.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 167 x(FTP)S 167 x (client)S 166 x(properly)S 167 x(constructs)S 166 x(the)S 166 x(wildcarded)S 166 x(\211lenames.)S 4497 18584 XY F28(4.6.10)S 400 x("expa)S 2 x(nded")S 200 x(rooted)S 200 x(logica)S 2 x(l)S 199 x(name)S 201 x(syntax)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(FTP)S 167 x(does)S 166 x(not)S 166 x(understand)S 166 x(the)S 167 x("expanded")S 166 x(rooted)S 166 x (logical)S 167 x(name)S 166 x(syntax.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 23166 XY F28(4.6.1)S -32 x (1)S 399 x(FTP)S 217 x(server)S 218 x(terminates)S 219 x(when)S 218 x (there)S 217 x(are)S 218 x(many)S 218 x(connec)S 2 x(tions)S 218 x(and)S 6524 X 698 y(discon)S 2 x(nections)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 193 x(FTP)S 192 x(server)S 193 x(terminates)S 191 x (with)S 192 x(an)S 192 x(ACCVI)S -2 x(O)S 192 x(error)S 192 x(when)S 192 x(there)S 193 x(are)S 192 x(many)S 8083 X 598 y(connections)S 173 x (and)S 173 x(disconnections.)S 263 x(The)S 173 x(FTP)S 173 x(server)S 173 x(also)S 171 x(displays)S 172 x(an)S 173 x(error)S 173 x(message)S 8083 X 598 y(that)S 166 x(is)S 166 x(similar)S 165 x(to)S 166 x(the)S 166 x(following:)S 8083 X 897 y F238(session)S 240 x(connect)S 2 x(ion)S 239 x(from)S 240 x(127.124.1)S 2 x(72.114)S 240 x(at)S 239 x(11-JAN-20)S 2 x(07)S 239 x(18:42:08.)S 2 x(42)S 8322 X 498 y(%SYSTEM-)S 2 x(F-NOSLOT,)S 240 x(no)S 240 x(PCB)S 239 x(availab)S 2 x(le)S 8322 X 498 y(%TCPIP-E)S 2 x(-FTP_CREPRC,)S 241 x(failed)S 240 x(to)S 239 x(create)S 241 x(a)S 239 x(child)S 240 x(process)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 31535 XY F28(4.6.12)S 400 x (DIRECT)S -12 x(OR)S -22 x(Y)S 198 x(/FTP)S 200 x(comma)S 2 x(nd)S 199 x (fails)S 201 x(to)S 199 x(return)S 199 x(failure)S 201 x(status)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 181 x F234(DIRECTORY)S 180 x(/FTP)S 180 x F151(command)S 180 x(fails)S 179 x(to)S 180 x(return)S 181 x(a)S 180 x(failure)S 180 x(status,)S 183 x(even)S 181 x(when)S 180 x(the)S 8083 X 597 y(target)S 166 x(\211le)S 167 x(does)S 166 x (not)S 166 x(exist.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23773 38258 XY F38(Corrections)S 400 x F40(4\2039)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-10) 66 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.6)S 167 x(FTP)S 166 x (Server)S 166 x(and)S 166 x(Client)S 167 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.6.13)S 400 x (Entries)S 200 x(made)S 200 x(in)S 200 x(TCPIP$ETC:IPNOD)S -2 x(ES.DA)S -45 x(T)S 199 x(are)S 200 x(not)S 199 x(read)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Entries)S 178 x(made)S 177 x(in)S 179 x(the)S 178 x (TCPIP$ETC:IPNODES.DA)S -29 x(T)S 178 x(\211le)S 178 x(are)S 179 x(not)S 178 x(read)S 178 x(by)S 178 x(the)S 178 x(FTP)S 8083 X 597 y(client.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 9816 XY F28(4.6.14)S 400 x(FTP)S 199 x(clien)S 2 x (t)S 199 x(echoes)S 201 x(the)S 200 x(keyboa)S 2 x(rd)S 199 x(input)S 200 x(assoc)S 2 x(iated)S 200 x(with)S 200 x(ACC)S -2 x(T)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 169 x(OpenVMS)S 167 x(FTP)S 168 x(client)S 168 x(echoes)S 168 x(the)S 168 x(keyboard)S 169 x(input)S 168 x(associated)S 166 x(with)S 168 x(the)S 167 x(Account)S 8083 X 598 y (\(ACCT\))S 171 x(command.)S 261 x(Because,)S 173 x(some)S 171 x(FTP)S 172 x(servers)S 172 x(use)S 172 x(the)S 172 x("account")S 172 x(as)S 171 x(a)S 171 x(secondary)S 8083 X 598 y(password,)S 166 x(which)S 166 x (raised)S 166 x(security)S 166 x(concern)S 2 x(s.)S 8083 X 896 y F153 (Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 15595 XY F28(4.6.15)S 400 x(GET)S 199 x(/FDL)S 200 x(and)S 200 x(COPY)S 198 x (/FTP/FDL)S 200 x(comman)S 2 x(ds)S 199 x(may)S 201 x(fail)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Because)S 157 x(of)S 157 x(a)S 158 x(non)S 157 x(existent)S 158 x(owner)S 157 x(on)S 158 x(the)S 157 x (destination)S 157 x(system,)S 159 x(the)S 157 x F234(GET)S 157 x(/FDL)S 158 x F151(and)S 157 x F234(COPY)S 8083 X 598 y(/FTP/FDL)S 167 x F151 (commands)S 165 x(may)S 167 x(fail.)S 249 x(The)S 167 x(original)S 166 x (owner)S 167 x(must)S 165 x(be)S 166 x(omitted)S 166 x(or)S 166 x(ignored.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 20775 XY F28(4.6.16)S 400 x(Passive)S 201 x(mode)S 200 x(on)S 200 x(a)S 200 x(multihome)S 2 x(d)S 199 x(syste)S 2 x(m)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 167 x(using)S 168 x(passive)S 166 x(mode)S 166 x(on)S 167 x(a)S 167 x(multihomed)S 167 x(system,)S 166 x(the)S 167 x(FTP)S 168 x(client)S 166 x(fails)S 166 x(to)S 167 x(ensure)S 8083 X 598 y(that)S 172 x(the)S 173 x(source)S 173 x(IP)S 172 x(address)S 172 x(for)S 173 x(the)S 172 x(data)S 172 x (connection)S 174 x(matches)S 172 x(the)S 173 x(IP)S 172 x(address)S 172 x(used)S 8083 X 598 y(for)S 168 x(the)S 168 x(control)S 169 x(connection.)S 254 x(Many)S 169 x(FTP)S 169 x(servers)S 168 x(reject)S 169 x(such)S 168 x(connections)S 169 x(for)S 168 x(security)S 8083 X 597 y(reasons.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 27151 XY F28(4.6.17)S 400 x(Sends)S 200 x(the)S 200 x (incorrect)S 200 x(\211le)S 200 x(version)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 178 x(FTP)S 178 x(server)S 178 x(sends)S 176 x (the)S 178 x(incorrect)S 178 x(\211le)S 177 x(version)S 178 x(in)S 177 x (the)S 178 x(150)S 177 x(info)S 177 x(message)S 177 x(to)S 177 x(the)S 8083 X 598 y(FTP)S 167 x(client.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 32332 XY F28(4.6.18)S 400 x(Display)S 200 x(of)S 200 x(\211les)S 200 x(residing)S 201 x(on)S 199 x(seco)S 2 x(nd)S 199 x(and)S 200 x(subs)S 2 x(equent)S 200 x(disks)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 156 x(a)S 156 x F234(DIRECTORY)S 156 x F151(command)S 155 x(is)S 156 x(executed)S 156 x (on)S 156 x(a)S 156 x(search)S 155 x(list)S 155 x(pointed)S 156 x(to)S 155 x(by)S 156 x(a)S 156 x(concealed)S 8083 X 597 y(logical,)S 171 x (the)S 170 x(list)S 169 x(contains)S 170 x(information)S 169 x(about)S 170 x(\211les)S 169 x(only)S 171 x(on)S 170 x(the)S 169 x(\211rst)S 170 x(disk)S 169 x(and)S 170 x(fails)S 169 x(to)S 8083 X 598 y(display)S 166 x(the)S 166 x(\211les)S 166 x(residing)S 167 x(on)S 166 x(second)S 166 x(and)S 167 x(subsequent)S 166 x(disks.)S 5 SC 4497 38258 XY F40 (4\20310)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-11) 67 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11433 X 647 y(4.6)S 167 x(FTP)S 166 x(Server)S 166 x(and)S 166 x(Client)S 167 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 8083 4561 XY F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6553 XY F28 (4.6.19)S 400 x(T)S -33 x(ransferring)S 200 x(\211les)S 200 x(greater)S 200 x(than)S 200 x(2GB)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (While)S 188 x(transferring)S 188 x(huge)S 189 x(\211les,)S 194 x(greater)S 188 x(than)S 188 x(2GB,)S 187 x(from)S 188 x(a)S 187 x(disk,)S 194 x (all)S 187 x(the)S 188 x(other)S 8083 X 598 y(operations)S 166 x(on)S 167 x(this)S 165 x(disk)S 166 x(will)S 166 x(hang)S 167 x(until)S 166 x (the)S 166 x(transfer)S 166 x(of)S 166 x(\211le)S 167 x(is)S 165 x(accomplished.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 11883 XY F24(4.7)S 398 x(IMAP)S 231 x(problems)S 233 x (\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151 (The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(IMAP)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 13876 XY F28(4.7.1)S 400 x(IMAP)S 198 x(server)S 200 x(allows)S 200 x(poten)S 2 x(tial)S 200 x(attackers)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(IMAP)S 176 x(server)S 177 x(allows)S 176 x(potential)S 176 x(attackers)S 176 x(with)S 176 x(unlimited)S 176 x(guess)S 177 x (of)S 176 x(username)S 177 x(and)S 8083 X 598 y(password)S 165 x(combinations.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 18757 XY F28(4.7.2)S 400 x(Listing)S 200 x(of)S 200 x (more)S 200 x(than)S 200 x(hundred)S 200 x(empty)S 201 x(folders)S 200 x (fails)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x (IMAP)S 166 x(server)S 166 x(crashes)S 166 x(while)S 166 x(listing)S 166 x(more)S 166 x(than)S 167 x(hundred)S 167 x(empty)S 166 x(folders.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 23340 XY F28(4.7.3)S 400 x(IMAP)S 198 x(server)S 200 x (process)S 201 x(hang)S 200 x(in)S 199 x(the)S 200 x(exce)S 2 x(ption)S 200 x(handler)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 166 x(IMAP)S 166 x(server)S 167 x(process)S 165 x(may)S 167 x(hang)S 167 x(in)S 166 x(the)S 167 x(exception)S 166 x(handler)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28072 XY F24(4.8)S 398 x(INETDR)S -2 x(IVER)S 232 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x (INETDR)S -2 x(IVER)S 165 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 30065 XY F28(4.8.1)S 400 x(System)S 200 x (crash)S 200 x(in)S 200 x(the)S 200 x(KVC)S -2 x(I$$GENERA)S -45 x(TE_ASSOC_ID)S 199 x(routine)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Users)S 173 x(of)S 173 x(the)S 174 x(SRI)S 172 x(QIO)S 173 x(interface)S 173 x (\(INETDRIV)S -2 x(ER\))S 173 x(experience)S 174 x(a)S 174 x(system)S 173 x(crash)S 173 x(with)S 8083 X 597 y(INVEXCE)S -2 x(PTN)S 167 x(in)S 166 x(the)S 166 x(KVCI$$G)S -2 x(ENERA)S -29 x(TE_ASSOC_ID)S 164 x(routine.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 23549 38258 XY F38(Corrections)S 399 x F40(4\2031)S -24 x(1)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-12) 68 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.9)S 167 x(IPC)S 165 x (\(socke)S 2 x(t)S 166 x(library\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4711 XY F24(4.9)S 398 x(IPC)S 231 x(\(socket)S 232 x(library\))S 233 x(problems)S 232 x (\211xed)S 233 x(in)S 232 x(this)S 232 x(release)S 8083 X 897 y F151 (The)S 188 x(following)S 187 x(sections)S 186 x(describe)S 187 x(IPC)S 186 x(\(socket)S 187 x(library\))S 187 x(problems)S 187 x(\211xed)S 187 x(in)S 187 x(this)S 8083 X 597 y(release.)S 4497 7301 XY F28(4.9.1)S 400 x(TCPIP$INET)S -45 x(ACP)S 198 x(process)S 201 x(uses)S 200 x(100%)S 201 x(CPU)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(In)S 184 x (a)S 184 x(multithreaded)S 185 x(customer)S 184 x(application)S 184 x (in)S 184 x(which)S 185 x(thousands)S 184 x(of)S 184 x(threads)S 184 x (call)S 8083 X 598 y(select)S(\()S 83 x(\))S(,)S 166 x(TCPIP$INET)S -28 x(ACP)S 166 x(process)S 166 x(uses)S 165 x(100%)S 166 x(CPU.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 12183 XY F28(4.9.2)S 400 x(Alignment)S 200 x(faults)S 201 x(in)S 199 x(TCPIP$ACCES)S -2 x(S_SHR.EXE)S 198 x(image)S 8083 X 797 y F153 (Problem:)S 8083 X 598 y F151(Alignment)S 176 x(faults)S 174 x(are)S 176 x(observed)S 175 x(in)S 175 x(TCPIP$ACCESS_SHR)S -2 x(.EXE)S 175 x (image.)S 268 x(The)S 175 x(most)S 8083 X 597 y(common)S 167 x(PC)S 165 x(range)S 168 x(is)S 165 x(below:)S 8083 X 598 y(TCPIP$ACCESS_S)S -2 x(HR)S 166 x(+)S 166 x(54230)S 8083 X 598 y(TCPIP$ACCESS_S)S -2 x (HR)S 166 x(+)S 166 x(54264)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 18260 XY F28(4.9.3)S 400 x(De\211nitions)S 200 x(for)S 199 x(TCP)S 199 x(socke)S 2 x(t)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Some)S 183 x(of)S 184 x(the)S 183 x("de\211nitions")S 183 x(are)S 184 x(not)S 183 x(available)S 184 x(for)S 183 x(certain)S 184 x(TCP)S 183 x(socket)S 184 x(options)S 183 x(in)S 8083 X 598 y(SYS$SHARE)S -2 x(:TCPIP$INETDEF)S -55 x(.*.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(de\211nitions)S 166 x (are)S 167 x(added)S 166 x(with)S 165 x(this)S 166 x(release)S 166 x (of)S 166 x(TCP/IP:)S 9996 X 896 y F238(#DEFINE)S 241 x(INET$C_TCP_)S 2 x(TSOPTENA)S 240 x(16)S 479 x(/*)S 239 x(time)S 240 x(stamp)S 240 x (option)S 240 x(*/)S 8322 X 499 y(#DEFINE)S 241 x(INET$C_TCP_P)S 2 x (AWS)S 239 x(32)S 15976 X(/*)S 239 x(PAWS)S 240 x(option)S 20998 X(*/)S 8322 X 498 y(#DEFINE)S 241 x(INET$C_TCP_S)S 2 x(ACKENA)S 240 x(64)S 718 x(/*)S 239 x(SACK)S 240 x(enabled)S 20998 X(*/)S 8083 X 896 y F151 (Counterparts)S 173 x(with)S 173 x(the)S 173 x(TCPIP$)S 173 x(pre\211x)S 175 x(used)S 173 x(instead)S 172 x(of)S 174 x(the)S 173 x(INET$)S 173 x (pre\211x)S 174 x(are)S 173 x(also)S 8083 X 598 y(added.)S 4497 26828 XY F28(4.9.4)S 400 x(getname)S 2 x(info\()S 200 x(\))S 199 x(returns)S 199 x("unkn)S 2 x(own)S 199 x(name)S 201 x(or)S 199 x(service")S 201 x (error)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 179 x F234(getnameinfo)S(\()S 84 x(\))S 178 x F151(function)S 179 x(returns)S 179 x(an)S 179 x F234(unknown)S 178 x(name)S 179 x(or)S 178 x(service)S 179 x F151(error)S 179 x(if)S 178 x(the)S 8083 X 597 y(speci\211ed)S 167 x(address)S 167 x(is)S 167 x(not)S 167 x(found.)S 252 x(The)S 168 x (RFC)S 167 x(de\211nes)S 168 x(that)S 167 x F234(getnameinfo)S(\()S 83 x(\))S 168 x F151(must)S 166 x(return)S 8083 X 598 y(the)S 165 x (address.)S 249 x(The)S 165 x(routine)S 166 x(also)S 164 x(fails)S 164 x (to)S 165 x(honor)S 166 x(the)S 164 x(NI_NAMEREQD)S 163 x(or)S 165 x (NI_NOFQD)S -2 x(N)S 8083 X 598 y(\212ags)S 167 x(in)S 166 x(all)S 166 x (cases.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20312)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-13) 69 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 12196 X 647 y(4.9)S 167 x(IPC)S 166 x(\(socket)S 168 x(library\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.9.5)S 400 x (freeaddrinfo\()S 200 x(\))S 199 x(caus)S 2 x(es)S 200 x(an)S 199 x (ACCVIO)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F234(freeaddrinfo)S (\()S 84 x(\))S 163 x F151(causes)S 163 x(an)S 163 x(ACCV)S -2 x(IO)S 163 x(condition)S 163 x(when)S 163 x(a)S 163 x(NULL)S 164 x(pointer)S 163 x(is)S 162 x(passed)S 162 x(for)S 8083 X 597 y F234(freeaddrinfo)S (\()S 84 x(\))S F151(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.9.6)S 400 x(IPv6)S 199 x(address)S 201 x(queried)S 200 x(before)S 200 x(IPv4)S 200 x(address)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 175 x(BIND9)S 173 x (Resolver)S 174 x(sends)S 173 x(queries)S 175 x(for)S 174 x(IPv6)S 174 x (addresses)S 173 x(before)S 174 x(queryin)S 2 x(g)S 174 x(for)S 174 x (IPv4)S 8083 X 598 y(addresses,)S 166 x(even)S 167 x(when)S 166 x(no)S 167 x(local)S 166 x(IPv6)S 166 x(addresses)S 165 x(are)S 166 x(con\211g)S 2 x(ured.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14997 XY F28(4.9.7)S 400 x(BIND)S -2 x(9)S 200 x (Resolver)S 200 x(\212ags)S 201 x(for)S 199 x(getaddrinfo)S 201 x(are)S 199 x(inadve)S 2 x(rtently)S 200 x(shifted)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 183 x(BIND9)S 181 x(Resolver)S 183 x(AI_ALL)S 182 x(and)S 182 x(AI_V4MAPPED)S 181 x(\212ags)S 183 x(for)S 182 x F234 (getaddrinfo)S 183 x F151(are)S 8083 X 597 y(inadvertently)S 171 x(shifted,)S 171 x(preventing)S 171 x(the)S 170 x(IPv6)S 170 x(application)S 169 x (build)S 170 x(against)S 170 x(the)S 169 x(previous)S 8083 X 598 y(versions)S 167 x(of)S 166 x(TCPIP)S 166 x(from)S 166 x(working)S 167 x(on)S 166 x (TCPIP)S 166 x(V5.6.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(Because)S 176 x(the)S 176 x(previous)S 176 x(\212ag)S 177 x(values)S 176 x(are)S 176 x(restored,)S 178 x(some)S 176 x(IPv6)S 176 x(applications)S 175 x(built)S 176 x(for)S 8083 X 598 y(the)S 177 x(original)S 178 x (TCPIP)S 178 x(V5.6)S 177 x(release)S 177 x(will)S 176 x(no)S 178 x (longer)S 178 x(function)S 178 x(correctly)S 178 x(following)S 177 x (the)S 8083 X 598 y(installation)S 166 x(of)S 166 x(this)S 165 x(kit.)S 8083 X 897 y(The)S 173 x(relevant)S 173 x(header)S 173 x(\211le)S 172 x (is)S 172 x F234(netdb.h)S F151(.)S 262 x(Application)S 172 x(developers)S 172 x(havin)S 2 x(g)S 172 x(trouble)S 173 x(with)S 8083 X 597 y(these)S 179 x(\212ags)S 180 x(must)S 179 x(ensure)S 179 x(that)S 180 x(they)S 179 x(are)S 180 x(using)S 180 x(a)S 179 x("netdb.h")S 179 x(\211le)S 180 x(with)S 179 x(the)S 179 x(old)S 179 x(\(and)S 8083 X 598 y(recently)S 167 x(restored\))S 166 x(values.)S 4497 24063 XY F28(4.9.8)S 400 x(Delay)S 200 x(when)S 200 x(commun)S 2 x(icating)S 200 x(betwee)S 2 x(n)S 199 x (sock)S 2 x(et)S 199 x(pair)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 187 x F234(socketpair)S(\()S 84 x(\))S 186 x F151(call)S 187 x(returns)S 187 x(a)S 186 x(pair)S 187 x(of)S 186 x(TCP)S 187 x (sockets,)S 192 x(which)S 187 x(are)S 186 x(connected)S 8083 X 597 y (through)S 170 x(a)S 168 x(localhost)S 167 x(ephemeral)S 169 x(port)S 167 x(numbers.)S 254 x(When)S 168 x(communicating)S 169 x(between)S 168 x(this)S 8083 X 598 y(socket)S 169 x(pair)S -37 x(,)S 169 x(a)S 169 x(200ms)S 167 x(delay)S 169 x(is)S 168 x(encoun)S 2 x(tered)S 168 x (while)S 168 x(receiving)S 170 x(and)S 169 x(acknowledging)S 170 x(the)S 8083 X 598 y(data.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30439 XY F28(4.9.9)S 400 x(Alignment)S 200 x(faults)S 201 x(in)S 199 x(gethos)S 2 x(tbyname)S 2 x(\()S 83 x (\))S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Alignment)S 167 x (faults)S 165 x(are)S 166 x(detected)S 166 x(in)S 166 x(the)S 167 x F234(gethostbyname)S(\()S 83 x(\))S 166 x F151(call)S 166 x(and)S 167 x (friends.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20313)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ Courier NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-14) 70 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.9)S 167 x(IPC)S 165 x (\(socke)S 2 x(t)S 166 x(library\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.9.10)S 400 x (Documenta)S 2 x(tion)S 200 x(for)S 199 x(getaddrinfo)S(\()S 84 x(\))S 200 x(and)S 200 x(gai_strerror)S(\()S 83 x(\))S 199 x(-)S 200 x(EAI_BAD)S -2 x(HINTS)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Along)S 171 x(with)S 170 x(the)S 171 x(other)S 171 x F234(getaddrinfo)S(\()S 83 x(\))S 171 x F151(error)S 171 x(codes)S 170 x(documented)S 171 x (in)S 171 x(the)S 171 x F152(HP)S 170 x(TCP/IP)S 8083 X 597 y(Services)S 182 x(for)S 180 x(OpenVMS)S 181 x(Sockets)S 182 x(API)S 181 x(and)S 181 x(System)S 182 x(Services)S 181 x(Progr)S 2 x(amming)S 181 x F151 (guide,)S 8083 X 598 y F234(getaddrinfo)S(\()S 84 x(\))S 166 x F151 (may)S 166 x(also)S 166 x(return:)S 8083 X 897 y F238(EAI_BADHI)S 2 x (NTS)S 11910 X("Invalid)S 240 x(value)S 240 x(for)S 240 x(hints")S 8083 X 896 y F151(This)S 169 x(error)S 168 x(is)S 168 x(returned)S 169 x(if)S 168 x(the)S 169 x F234(hints)S 168 x F151(parameter)S 169 x(in)S 168 x (the)S 169 x(call)S 168 x(to)S 168 x F234(getaddrinfo)S(\()S 83 x(\))S 169 x F151(is)S 168 x(not)S 8083 X 598 y(correctly)S 167 x(initialized.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 12955 XY F24(4.10)S 397 x(Load)S 233 x(Broker)S 232 x (problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 896 y F151(The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(Load)S 166 x(Broker)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14947 XY F28(4.10.1)S 400 x(Load)S 200 x(Broker)S 199 x(memory)S 201 x(leak)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(If)S 168 x(you)S 170 x(are)S 169 x(running)S 171 x (several)S 169 x(OpenVMS)S 168 x(Clusters)S 168 x(and)S 169 x(using)S 169 x(several)S 169 x(dynamic)S 169 x(cluster)S 8083 X 598 y(aliases)S 178 x(for)S 179 x(balancing)S 179 x(the)S 179 x(workload)S 179 x(across)S 178 x(the)S 179 x(cluster)S 179 x(members)S 178 x(with)S 178 x(each)S 179 x(load)S 8083 X 597 y(broker)S 169 x(maintaining)S 168 x(10)S 168 x (cluster)S 167 x(aliases,)S 168 x(after)S 167 x(few)S 167 x(days)S 168 x (of)S 168 x(operation)S 167 x(the)S 168 x(load)S 168 x(broker)S 8083 X 598 y(dies)S 166 x(with)S 165 x(the)S 167 x(%SYSTEM-F-OPC)S -2 x(CUS)S 166 x(error)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 21473 XY F24(4.1)S -39 x(1)S 398 x(LPD)S 232 x(problems)S 232 x(\211xed)S 233 x(in)S 232 x(this)S 232 x(release)S 8083 X 896 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(LPD)S 166 x(problems)S 165 x(\211xed)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 23465 XY F28(4.1)S -32 x(1.1)S 399 x(Incorrect)S 200 x(job)S 200 x(status)S 201 x(in)S 199 x(the)S 200 x(mail)S 200 x(mes)S 2 x(sage)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(LPD)S 184 x(printing)S 185 x(with)S 183 x(the)S 185 x F234 (/PARAMETERS=MAIL)S 184 x F151(quali\211er)S 185 x(includes)S 184 x (an)S 184 x(incorrect)S 185 x(job)S 8083 X 598 y(status)S 165 x(in)S 167 x(the)S 166 x(resulting)S 167 x(mail)S 165 x(message.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28646 XY F28(4.1)S -32 x(1.2)S 399 x(Printing)S 200 x(to)S 199 x(an)S 200 x(LPD)S 199 x(queue)S 200 x(with)S 200 x(a)S 200 x(large)S 200 x(setup)S 200 x (module)S 201 x(is)S 200 x(inef\211cie)S 2 x(nt)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(Printing)S 178 x(to)S 176 x(an)S 177 x (LPD)S 177 x(queue)S 177 x(with)S 177 x(a)S 176 x(large)S 177 x(\(over)S 178 x(1024)S 176 x(characters\))S 177 x(setup)S 176 x(module)S 177 x (is)S 8083 X 597 y(inef\211cient.)S 274 x(Although,)S 182 x(correct)S 178 x(output)S 178 x(is)S 177 x(printed,)S 181 x(the)S 178 x(log\211le)S 178 x(shows)S 177 x(that)S 177 x(for)S 178 x(each)S 8083 X 598 y(job,)S 170 x(there)S 170 x(is)S 168 x(a)S 168 x(series)S 168 x(of)S 169 x(attempts)S 167 x(to)S 169 x(read)S 169 x(the)S 169 x(setup)S 168 x(module)S 169 x (into)S 169 x(increasingly)S 170 x(large)S 8083 X 598 y(buffers.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(A)S 175 x(new)S 176 x (con\211gu)S 2 x(ration)S 175 x(parameter)S -37 x(,)S 179 x("Setup-Buffer)S -10 x(-Size",)S 178 x(in)S 176 x(the)S 175 x(TCPIP$LPD.CONF)S 8083 X 598 y(\211le)S 159 x(allows)S 158 x(the)S 159 x(system)S 158 x(manager)S 160 x(to)S 158 x(specify)S 159 x(the)S 159 x(initial)S 159 x(setup)S 158 x(module)S 159 x(buffer)S 159 x(size.)S 249 x(The)S 8083 X 598 y (default)S 166 x(value)S 167 x(is)S 165 x(1024)S 166 x(bytes.)S 5 SC 4497 38258 XY F40(4\20314)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-15) 71 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 16149 X 647 y(4.1)S -32 x(1)S 166 x (LPD)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x (release)S 0 SC 4497 4636 XY(4.1)S -32 x(1.3)S 399 x("TCPIP-E-LPD_REQR)S -2 x(EJECT")S 200 x(messag)S 2 x(e)S 199 x(displa)S 2 x(yed)S 200 x (multiple)S 201 x(times)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 171 x F234(TCPIP-E-LPD_REQREJECT)S 172 x F151(message)S 170 x (is)S 170 x(displayed)S 171 x(many)S 171 x(times)S 169 x(when)S 171 x (attempting)S 8083 X 597 y(to)S 166 x(deliver)S 167 x(LPD)S 166 x(jobs)S 166 x(to)S 166 x(a)S 166 x(printer)S 166 x(that)S 166 x(is)S 166 x(not)S 166 x(in)S 166 x(service.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.1)S -32 x(1.4)S 399 x(Latent)S 201 x(coding)S 200 x(defec)S 2 x(t)S 199 x(within)S 200 x (the)S 200 x(LPD)S 199 x(symbion)S 2 x(t)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(A)S 169 x(latent)S 170 x(coding)S 170 x(defect)S 170 x (within)S 169 x(the)S 170 x(LPD)S 169 x(symbiont)S 170 x(led)S 169 x (the)S 170 x(symbiont)S 169 x(to)S 170 x(exit)S 169 x(with)S 170 x(an)S 8083 X 598 y(ACCVIO)S 168 x(error)S 171 x(after)S 171 x(the)S 170 x (VMS83A_RMS)S 170 x(V8.0)S 170 x(\(or)S 171 x(later\))S 170 x(patch)S 170 x(was)S 170 x(installed)S 170 x(on)S 171 x(an)S 8083 X 598 y(OpenVMS)S 166 x(8.3)S 166 x(Alpha)S 166 x(system.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(LPD)S 170 x(users)S 170 x(should)S 171 x (install)S 169 x(the)S 171 x(latest)S 169 x(TCP/IP)S 171 x(kit)S 170 x (along)S 171 x(with)S 170 x(the)S 170 x(RMS)S 170 x(V8.0)S 170 x(or)S 170 x(V9.0)S 8083 X 598 y(patch.)S 4497 16342 XY F24(4.12)S 397 x(Management)S 232 x(Utilities)S 231 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x (this)S 233 x(release)S 8083 X 897 y F151(The)S 182 x(following)S 182 x (sections)S 181 x(describe)S 181 x(Management)S 182 x(Utilities)S 181 x (problems)S 181 x(\211xed)S 182 x(in)S 181 x(this)S 8083 X 597 y(release.)S 4497 18932 XY F28(4.12.1)S 400 x(TCPIP$CONFIG)S 199 x(does)S 200 x(not)S 200 x(create)S 200 x(an)S 200 x(alias)S 200 x(IP)S 200 x(address)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(TCPIP$CONFIG)S 169 x(does)S 170 x(not)S 171 x(create)S 170 x(an)S 171 x(alias)S 170 x(IP)S 170 x (address,)S 171 x(which)S 171 x(is)S 170 x(a)S 170 x(substring)S 170 x (of)S 171 x(the)S 8083 X 598 y(primary)S 168 x(address.)S 251 x(For)S 167 x(example,)S 168 x(if)S 167 x(the)S 167 x(primary)S 168 x(address)S 166 x(is)S 167 x(10.1.1.100,)S 168 x(then)S 168 x(it)S 167 x(is)S 166 x (not)S 8083 X 598 y(possible)S 165 x(to)S 166 x(add)S 166 x(an)S 166 x (alias)S 166 x(address)S 165 x(10.1.1.10.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 24412 XY F28 (4.12.2)S 400 x(Large)S 200 x(number)S 200 x(of)S 200 x(packets)S 201 x (are)S 199 x(sent)S 201 x(when)S 200 x(using)S 200 x(the)S 200 x(\212ood)S 200 x(function)S 2 x(ality)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(In)S 182 x(some)S 182 x(instances,)S 186 x(a)S 182 x(large)S 183 x (number)S 182 x(of)S 182 x(packets)S 182 x(are)S 182 x(sent,)S 186 x (when)S 183 x(using)S 182 x(the)S 183 x(\212ood)S 8083 X 597 y(functionality)S 175 x(of)S 173 x(the)S 174 x(PING)S 173 x(utility)S 174 x(\(-f\))S 173 x (in)S 174 x(combination)S 174 x(with)S 174 x(the)S 174 x(option)S 173 x (for)S 174 x(sending)S 8083 X 598 y(\211xed)S 167 x(number)S 167 x(of)S 166 x(packets\(-c\).)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 29891 XY F28(4.12.3)S 400 x(netstat)S 201 x(-i)S 199 x(fails)S 200 x(to)S 200 x(display)S 201 x(the)S 200 x (network)S 200 x(names)S 201 x(correctly)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F234(netstat)S 167 x(-i)S 166 x F151(fails)S 165 x(to)S 166 x(display)S 166 x(the)S 166 x(network)S 166 x(names)S 166 x(correctly)S -54 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20315)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-16) 72 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.12)S 167 x(Managem)S 2 x(ent)S 166 x(Utilities)S 168 x(problems)S 167 x(\211xed)S 167 x(in)S 167 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.12.4)S 400 x(Misleadi)S 2 x(ng)S 201 x(and)S 201 x(unsig)S 2 x(htly)S 201 x(error)S 200 x(messa)S 2 x(ge)S 201 x(when)S 202 x(the)S 201 x(BIND)S 200 x(resolver)S 201 x (is)S 201 x(not)S 6557 X 698 y(enable)S 2 x(d)S -733 x 797 y F153(Problem:)S 8083 X 896 y F151(Attempting)S 177 x(to)S 177 x(use)S 177 x(the)S 177 x ("dig")S 177 x(utility)S 177 x(results)S 176 x(in)S 177 x(a)S 177 x (misleading)S 177 x(and)S 177 x(unsigh)S 2 x(tly)S 177 x(error)S 8083 X 598 y(message)S 166 x(when)S 166 x(the)S 166 x(BIND)S 165 x(resolver)S 167 x(is)S 166 x(not)S 166 x(enabled.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 10495 XY F28(4.12.5)S 400 x(TCPIP$CONFIG.COM)S 198 x(fails)S 201 x(to)S 199 x(see)S 200 x (devi)S 2 x(ces)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(TCPIP$CONFIG.COM)S 179 x(fails)S 179 x(to)S 180 x(see)S 180 x(devices)S 180 x(when)S 180 x (the)S 180 x(controller)S 181 x(letter)S 179 x(does)S 180 x(not)S 8083 X 598 y(begin)S 191 x(with)S 190 x("A".)S 298 x(For)S 191 x(example,)S 197 x(if)S 191 x(EIB)S 189 x(exists)S 190 x(but)S 190 x(EIA)S 190 x (does)S 190 x(not,)S 197 x(then)S 191 x(the)S 191 x(EI)S 8083 X 598 y (controller)S 167 x(does)S 166 x(not)S 166 x(appear)S 166 x(in)S 166 x (the)S 166 x(Interface)S 167 x(menu.)S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 16274 XY F28(4.12.6)S 400 x(Missing)S 201 x(argument)S 200 x(for)S 199 x(the)S 200 x(ip6hop)S 2 x(limit)S 200 x(value)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Executing)S 192 x(the)S 191 x F234($)S 190 x(IFCONFIG)S 191 x(WE0)S 191 x(INET6)S 191 x(IP6HOPLIMIT)S 191 x F151(command)S 191 x(results)S 190 x(in)S 191 x(an)S 8083 X 598 y(ACCVIO)S 164 x(because)S 166 x(of)S 166 x(the)S 167 x(missi)S -2 x(ng)S 167 x(argumen)S 2 x(t)S 165 x(for)S 167 x(the)S 166 x(ip6hoplimit)S 165 x(value.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 21454 XY F28(4.12.7)S 400 x(Error)S -2 x(s)S 200 x(when)S 200 x(exec)S 2 x(uting)S 200 x(netstat)S 200 x(-z)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 167 x(executing)S 167 x F234(netstat)S 167 x(-z)S F151(,)S 166 x(the)S 167 x(following)S 166 x(message)S 166 x(is)S 165 x(displayed:)S 8083 X 897 y F238(netstat:)S 241 x(-z)S 239 x(is)S 240 x(not)S 239 x (implemen)S 2 x(ted)S 239 x(on)S 240 x(this)S 240 x(operating)S 240 x (system)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(Netstat)S 180 x(will)S 181 x(now)S 181 x(zero)S 181 x(the)S 181 x(counters.)S 280 x(In)S 181 x(addition,)S 185 x(if)S 181 x(you)S 182 x(attempt)S 180 x(to)S 181 x(use)S 181 x(the)S 182 x F234(-z)S 8083 X 598 y F151 (option)S 171 x(without)S 171 x(privileges,)S 173 x(netstat)S 170 x (will)S 170 x(no)S 171 x(longer)S 172 x(attempt)S 169 x(to)S 171 x(display)S 171 x(the)S 170 x(counters,)S 8083 X 597 y(but)S 166 x(rather)S 167 x (displays)S 165 x(the)S 166 x(following)S 167 x(message:)S 8083 28229 XY F238(netstat:)S 241 x(must)S 239 x(be)S 240 x(root)S 240 x(to)S 239 x (zero)S 240 x(counters)S 5 SC 4497 38258 XY F40(4\20316)S 399 x F38 (Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-17) 73 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 13692 X 647 y(4.13)S 167 x(NET)S 166 x(\(Kernel\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4689 XY F24(4.13)S 397 x(NET)S 232 x (\(Kernel\))S 233 x(problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(NET)S 166 x(\(Kernel\))S 165 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6682 XY F28 (4.13.1)S 400 x(TCP/IP)S 199 x(routine)S 200 x(that)S 201 x(services)S 201 x(I/O)S 200 x(CANC)S -2 x(EL)S 200 x(and)S 200 x(DEASSIGN)S 198 x (requests)S 201 x(does)S 6557 X 697 y(not)S 200 x(restore)S 199 x(the)S 200 x(entry)S 200 x(IPL)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(Some)S 170 x(processes,)S 172 x(such)S 171 x(as)S 170 x(CIMSER)S -20 x(VER,)S 170 x(were)S 170 x(found)S 171 x(hangin)S 2 x(g)S 171 x (in)S 170 x(the)S 171 x(R)S -19 x(WINS)S 170 x(state.)S 8083 X 598 y (This)S 187 x(happened)S 188 x(because)S 187 x(the)S 187 x(TCP/IP)S 187 x(routine)S 187 x(that)S 187 x(services)S 187 x(I/O)S 187 x(CANC)S -2 x(EL)S 187 x(and)S 8083 X 598 y(DEASSI)S -2 x(GN)S 179 x(for)S 179 x (the)S 179 x(BG)S 178 x(devices)S 179 x(was)S 178 x(not)S 179 x(restoring)S 180 x(the)S 179 x(Interrupt)S 179 x(Priority)S 180 x(Level)S 8083 X 597 y(\(IPL\))S 166 x(to)S 166 x(the)S 166 x(entry)S 167 x(IPL)S 166 x (before)S 167 x(returning.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 171 x(entry)S 172 x(IPL)S 171 x(is)S 170 x(now)S 170 x (saved)S 171 x(on)S 171 x(the)S 171 x(stack)S 170 x(at)S 170 x(the)S 171 x(beginning)S 172 x(and)S 171 x(restored)S 171 x(from)S 170 x(the)S 8083 X 597 y(stack)S 166 x(before)S 166 x(returnin)S 2 x(g.)S 4497 14054 XY F28(4.13.2)S 400 x(Entering)S 200 x(the)S 200 x(username)S 201 x(and)S 200 x(password)S 200 x(in)S 200 x(binary)S 200 x(mode)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(When)S 166 x(a)S 166 x(user)S 165 x (enters)S 166 x(\(\(Ctrl+U\))S 164 x(and)S 166 x(username\))S 166 x (followed)S 165 x(by)S 166 x(\(\(Ctrl+U\))S 164 x(and)S 166 x(passw)S -2 x(ord\))S 8083 X 598 y(to)S 166 x(the)S 166 x(telnet)S 166 x(server)S 167 x(in)S 166 x(binary)S 167 x(mode,)S 166 x(the)S 167 x(user)S 166 x (authorization)S 166 x(fails.)S 8980 17242 XY 7812 24 R 17094 17242 XY F36(Note)S 299 x 7812 24 R 8980 18139 XY F151(A)S 163 x(new)S 164 x (logical)S 163 x(TCPIP$TELNET_BINAR)S -19 x(Y_IGNO)S -2 x(RE)S 163 x (is)S 163 x(de\211ned,)S 166 x(which)S 163 x(when)S 8980 X 598 y(enabled)S 167 x(on)S 168 x(binary)S 167 x(negotiation,)S 169 x(will)S 166 x(not)S 167 x(set)S 167 x(the)S 167 x(TT$M_P)S -36 x(ASSALL)S 167 x(bit)S 166 x (in)S 168 x(the)S 8980 X 597 y(terminal)S 166 x(characteristics.)S 8980 X 698 y 17340 24 R 8083 21227 XY F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 23220 XY F28(4.13.3)S 400 x(TELNET)S 199 x (server)S 200 x(does)S 200 x(not)S 200 x(accept)S 201 x(new)S 199 x (conn)S 2 x(ections)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151 (Occasionally)S -55 x(,)S 170 x(the)S 168 x(TELNET)S 169 x(server)S 169 x(does)S 168 x(not)S 169 x(accept)S 168 x(new)S 169 x(connections)S 169 x(whereas)S 168 x(other)S 8083 X 597 y(services)S 166 x(such)S 167 x (as)S 166 x(FTP)S 166 x(and)S 167 x(SSH)S 165 x(appear)S 166 x(to)S 166 x(accept)S 166 x(new)S 166 x(connection)S 2 x(s.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28102 XY F28(4.13.4)S 400 x(RLogin)S 200 x(fails)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Rlogin)S 167 x(to)S 165 x(a)S 166 x(remote)S 166 x (system)S 166 x(crashes)S 166 x(and)S 166 x(displays)S 166 x(the)S 166 x (following)S 166 x(message:)S 8083 X 897 y F238(SSRVEXCEP)S 2 x(T,)S 239 x(Unexpecte)S 2 x(d)S 239 x(system)S 240 x(service)S 240 x(excepti)S 2 x(on)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20317)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-18) 74 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.13)S 167 x(NET)S 165 x(\(Kernel\))S 167 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4636 XY(4.13.5)S 400 x(Corruption)S 199 x(of)S 200 x(non-page)S 2 x(d)S 199 x(pool)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(V)S -46 x(arious)S 166 x(system)S 166 x(crashes)S 166 x(are)S 166 x(reported,)S 167 x(involving)S 168 x(corruption)S 167 x (of)S 166 x(non-paged)S 167 x(pool.)S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.13.6)S 400 x (SACK)S 198 x(retransmissio)S 2 x(n)S 199 x(transmits)S 201 x(more)S 200 x(data)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(SACK)S 172 x (retransmission)S 173 x(resulted)S 173 x(in)S 173 x(too)S 174 x(much)S 174 x(data)S 172 x(being)S 174 x(retransmitted;)S 177 x(that)S 173 x (is,)S 175 x(it)S 8083 X 598 y(retransmitted)S 166 x(beyond)S 167 x (the)S 166 x(SACK)S 164 x(Left)S 166 x(Edge,)S 167 x(SLE.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14399 XY F28(4.13.7)S 400 x(Fail)S 200 x(to)S 200 x(sense)S 200 x(SHARE)S 198 x (and)S 200 x(FULL_DUPLEX_CLOSE)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(While)S 169 x(it)S 169 x(was)S 168 x(possible)S 168 x(to)S 169 x(set)S 168 x(the)S 169 x(socket)S 169 x(options,)S 170 x(it)S 169 x (is)S 168 x(not)S 169 x(possible)S 168 x(to)S 169 x(sense)S 169 x(SHARE)S 8083 X 598 y(and)S 166 x(FULL_DUPLEX_CLOSE.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 19580 XY F28(4.13.8)S 400 x(System)S 200 x(crash)S 200 x(after)S 200 x(failing)S 201 x(to)S 199 x(start)S 200 x(TCPIP)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 182 x(system)S 181 x(crashes)S 182 x(after)S 181 x(a)S 181 x(mysterious)S 182 x(failure)S 181 x(to)S 182 x(start)S 180 x(TCPIP)S -64 x(,)S 182 x(displaying)S 182 x(the)S 8083 X 597 y F234(SPLIPLHIGH)S 167 x F151(error)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 24760 XY F28(4.13.9)S 400 x(Setting)S 200 x(the)S 200 x(inet)S 200 x(sysco)S 2 x(n\211g)S 199 x(parame)S 2 x(ter)S 199 x(may)S 200 x(cause)S 201 x (a)S 200 x(crash)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Setting)S 173 x(the)S 173 x(inet)S 172 x(syscon\211g)S 174 x(parameter)S -37 x (,)S 175 x F234(ovms_printf_to_opcom)S 173 x F151(may)S 173 x(cause)S 173 x(a)S 172 x(crash)S 8083 X 598 y(at)S 175 x(TCPIP)S 176 x(start,)S 177 x(on)S 176 x(any)S 176 x(version)S 176 x(of)S 176 x(the)S 175 x (scaling)S 176 x(kernel.)S 269 x(The)S 177 x(crash)S 175 x(happens)S 176 x(if)S 175 x(the)S 8083 X 598 y(startup)S 166 x(code)S 166 x(attempts)S 165 x(to)S 166 x(print)S 166 x(something,)S 167 x(for)S 166 x(example:)S 8322 X 896 y F238(sysconfi)S 2 x(gtab:)S 240 x(attribute)S 240 x(sobacklo)S 2 x(g_hiwat)S 240 x(in)S 239 x(subsyste)S 2 x(m)S 239 x(socket)S 8322 X 498 y(can't)S 240 x(be)S 240 x(configured)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 31934 XY F28(4.13.10)S 400 x(System)S 201 x(crash)S 200 x(becaus)S 2 x(e)S 199 x (of)S 200 x(coded)S 200 x(bugch)S 2 x(eck)S 200 x(in)S 200 x(m_copy)S 2 x(m\()S 199 x(\))S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (A)S 169 x(system)S 169 x(crash)S 169 x(occurs)S 170 x(due)S 170 x(to)S 169 x(a)S 169 x(coded)S 169 x(bugch)S 2 x(eck)S 170 x(in)S 169 x(the)S 170 x F234(m_copym)S(\()S 83 x(\))S F151(routine)S 170 x(because)S 8083 X 598 y(an)S 179 x(unexpec)S 2 x(ted)S 178 x(negative)S 180 x(offset)S 178 x(is)S 178 x(calculated)S 179 x(during)S 180 x(selective)S 179 x (acknowledgement)S 8083 X 598 y(\(SACK\))S 165 x(processing.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20318)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-19) 75 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 13692 X 647 y(4.13)S 167 x(NET)S 166 x(\(Kernel\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4636 XY(4.13.1)S -31 x(1)S 398 x(System)S 201 x(crash)S 200 x(while)S 200 x(process)S 2 x(ing)S 199 x(sele)S 2 x (ct)S(\()S 83 x(\))S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (A)S 173 x(system)S 173 x(crash)S 173 x(within)S 173 x(the)S 174 x(TCPIP$INTERNET_SER)S -20 x(VICES)S 172 x(execlet)S 173 x(occurs)S 174 x(while)S 8083 X 597 y (processing)S 167 x(a)S 166 x F234(select)S(\()S 83 x(\))S 166 x F151 (call.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.13.12)S 400 x(System)S 201 x(crash)S 200 x(during)S 200 x(Packet)S 200 x(loss)S 200 x(and)S 200 x(SACK)S 198 x(process)S 2 x(ing)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 197 x(system)S 196 x(occasionally)S 198 x(crashed)S 197 x (or)S 196 x(created)S 197 x(an)S 197 x(ACK)S 195 x(storm)S 197 x(during)S 197 x(some)S 8083 X 598 y(circumstances)S 166 x(involv)S 2 x(ing)S 166 x (packet)S 167 x(loss)S 165 x(and)S 166 x(SACK)S 165 x(processing.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 14997 XY F28(4.13.13)S 400 x(Impos)S 2 x(sible)S 200 x (to)S 200 x(disable)S 201 x(error)S 198 x(mess)S 2 x(age)S 200 x(display)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(It)S 183 x(is)S 182 x (not)S 183 x(possible)S 183 x(to)S 182 x(disable)S 183 x(certain)S 183 x (error)S 184 x(messages)S 182 x(displayed)S 183 x(via)S 183 x(OPCOM)S 182 x(or)S 8083 X 597 y(directly)S 167 x(to)S 166 x(the)S 166 x(operator)S 166 x(console.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (Messages)S 166 x(such)S 166 x(as)S 166 x(the)S 166 x(following:)S 9279 X 896 y F238(arp:)S 240 x(local)S 240 x(IP)S 239 x(address)S 241 x(nn.nn.nn.nn)S 241 x(in)S 239 x(use)S 240 x(by)S 9279 X 499 y(hardware)S 240 x(address)S 241 x(mm-mm-mm-mm)S 2 x(-mm-mm)S 8083 X 896 y F151(can)S 167 x(now)S 166 x(be)S 166 x(displayed)S 166 x(in)S 166 x(the)S 166 x(following)S 166 x(ways:)S 8322 X 897 y F238($)S 240 x(sysconfig)S 240 x(-r)S 240 x (inet)S 240 x(ovms_printf_)S 2 x(to_opcom=1)S 240 x(!)S 240 x(On)S 239 x (OPCOM)S 8322 X 797 y($)S 240 x(sysconfig)S 240 x(-r)S 240 x(inet)S 240 x(ovms_printf_)S 2 x(to_opcom=0)S 240 x(!)S 240 x(On)S 239 x(OPA0:)S 8322 X 797 y($)S 240 x(sysconfig)S 240 x(-r)S 240 x(inet)S 240 x(log_open=1)S 719 x(!)S 239 x(No)S 240 x(display)S 8083 X 896 y F151(In)S 170 x(the)S 169 x(future,)S 172 x(the)S 169 x(\211nal)S 170 x(setting)S 170 x(may)S 169 x(send)S 170 x(messages)S 168 x(to)S 170 x(the)S 169 x(SYSLOG)S 168 x(facility)S 170 x(if)S 169 x(and)S 8083 X 598 y(when)S 167 x(it)S 165 x(is)S 166 x(implemented.)S 4497 26454 XY F28(4.13.14)S 400 x(System)S 201 x(crash)S 200 x(during)S 200 x(a)S 199 x(selec)S 2 x(t)S(\()S 83 x (\))S 199 x(operation)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (The)S 187 x(system)S 186 x(crashes)S 186 x(during)S 187 x(a)S 186 x F234(select)S(\()S 84 x(\))S 186 x F151(operation,)S 192 x(or)S 186 x (immediately)S 186 x(after)S 186 x(the)S 8083 X 598 y(operation)S 167 x (is)S 165 x(complete.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 31635 XY F28(4.13.15)S 400 x (Debug)S 200 x(code)S 201 x(to)S 199 x(verify)S 200 x(MBAG)S 198 x(free)S 200 x(list)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Add)S 166 x (debug)S 167 x(code)S 166 x(to)S 166 x(verify)S 167 x(MBAG)S 165 x(free)S 166 x(list)S 165 x(during)S 168 x F234(get)S 166 x F151(and)S 166 x F234(free)S F151(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20319)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-20) 76 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.13)S 167 x(NET)S 165 x(\(Kernel\))S 167 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4636 XY(4.13.16)S 400 x(Process)S 200 x(in)S 200 x(R)S -11 x(W)S -33 x(AST)S 199 x(state)S 200 x(during)S 200 x(process)S 201 x(rundown)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(Process)S 166 x(goes)S 166 x(into)S 166 x(R)S -18 x(W)S -47 x(AST)S 166 x(state)S 165 x(during)S 168 x(process)S 165 x (rundown.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.13.17)S 400 x(use)S 200 x(of)S 200 x (selec)S 2 x(t)S(\()S 83 x(\))S 199 x(results)S 200 x(in)S 200 x(a)S 199 x(non-pa)S 2 x(ged)S 200 x(pool)S 200 x(memory)S 200 x(leak)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Under)S 178 x(certain)S 177 x (conditions,)S 181 x(use)S 177 x(of)S 177 x(the)S 178 x F234(select)S (\()S 83 x(\))S 177 x F151(function)S 178 x(results)S 177 x(in)S 177 x (a)S 177 x(non-pag)S 2 x(ed)S 8083 X 598 y(pool)S 166 x(memory)S 167 x (leak.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14399 XY F28(4.13.18)S 400 x(Issui)S 2 x(ng)S 199 x(process)S 201 x(in)S 200 x(the)S 199 x(R)S -11 x(W)S -32 x(AST)S 198 x(state)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(A)S 173 x F234(select)S(\()S 83 x(\))S 174 x F151(operation)S 173 x(with)S 173 x (certain)S 173 x(parameters)S 173 x(can)S 174 x(cause)S 173 x(the)S 174 x(issuing)S 173 x(process)S 173 x(to)S 8083 X 598 y(enter)S 167 x (the)S 166 x(R)S -19 x(W)S -46 x(AST)S 166 x(state.)S 8083 X 896 y F153 (Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 19580 XY F28(4.13.19)S 400 x(Multica)S 2 x(st)S 199 x(traf\211c)S 200 x(can)S 200 x(be)S 200 x(lost)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (Multicast)S 181 x(traf\211c)S 181 x(can)S 182 x(be)S 181 x(lost)S 181 x (when)S 181 x(aggressive)S 182 x(IGMP)S 181 x(snooping)S 182 x(is)S 181 x(enabled)S 181 x(on)S 182 x(a)S 8083 X 597 y(switch.)S 266 x(This)S 175 x(is)S 174 x(the)S 175 x(result)S 174 x(of)S 175 x(OpenVMS)S 174 x (delaying)S 176 x(IGMP)S 174 x(reports)S 174 x(when)S 175 x(the)S 175 x (IGMP)S 8083 X 598 y(query)S 167 x(speci\211ed)S 166 x(a)S 166 x(maximum)S 167 x(response)S 166 x(time)S 165 x(less)S 165 x(than)S 167 x(10)S 166 x (seconds.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 25358 XY F28(4.13.20)S 400 x(Extensiv)S 2 x(e)S 199 x(use)S 201 x(of)S 199 x(Out)S 200 x(Of)S 199 x(Band)S 200 x(data)S 200 x(can)S 200 x(cause)S 201 x(system)S 201 x(crash)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Extensive)S 170 x(use)S 170 x(of)S 169 x(Out)S 169 x(Of)S 169 x(Band)S 169 x(data)S 169 x(by)S 170 x(applications)S 169 x(can)S 170 x(trigger)S 170 x(a)S 170 x(system)S 169 x(crash)S 169 x (at)S 8083 X 598 y(offset)S 166 x(P)S -37 x(ANIC_C+0)S -2 x(0330)S 166 x (\(On)S 166 x(V5.6-9,)S 167 x(Integrity)S 166 x(servers\).)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30539 XY F28(4.13.21)S 400 x(INET)S -44 x(ACP)S 198 x(process)S 200 x(expe)S 2 x(riences)S 200 x(a)S 200 x(deadloc)S 2 x(k)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 177 x(INET)S -28 x(ACP)S 176 x(process)S 175 x(experience)S 2 x(s)S 175 x(a)S 176 x(deadlock,)S 179 x(frequently)S 177 x(stuck)S 177 x(in)S 176 x(the)S 176 x(R)S -19 x (W)S -46 x(AST)S 8083 X 598 y(state.)S 298 x(The)S 191 x(internal)S 190 x(AQB)S 190 x(\(work)S 190 x(queue\))S 191 x(would)S 190 x(be)S 191 x(non-empty)S -55 x(,)S 197 x(with)S 190 x(perhaps)S 8083 X 598 y (hundreds)S 167 x(of)S 166 x(outstanding)S 167 x(requests.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20320)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-21) 77 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 13692 X 647 y(4.13)S 167 x(NET)S 166 x(\(Kernel\))S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4636 XY(4.13.22)S 400 x(TCPIP$INET)S -45 x(ACP)S 207 x(process)S 209 x(attempts)S 209 x(to)S 208 x(write)S 208 x(an)S 208 x(error)S 207 x(mess)S 2 x(age)S 208 x(may)S 6889 X 697 y (result)S 200 x(in)S 200 x(hang)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 176 x(the)S 175 x(TCPIP$INET)S -28 x(ACP)S 175 x(process)S 174 x(attempts)S 174 x(to)S 175 x(write)S 174 x(an)S 175 x(error)S 176 x (message,)S 177 x(when)S 8083 X 598 y(the)S 166 x(socket)S 167 x(send)S 166 x(buffer)S 166 x(is)S 165 x(full,)S 167 x(may)S 166 x(result)S 166 x (in)S 167 x(hang.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 10514 XY F28(4.13.23)S 400 x(Processin)S 2 x(g)S 199 x(of)S 200 x(badly)S 200 x(formed)S 200 x(SACK)S 198 x(packet)S 2 x(s)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(A)S 172 x(system)S 172 x(crash)S 173 x(with)S 172 x(INCONST)S -28 x(A)S -28 x(TE)S 173 x (status)S 171 x(can)S 173 x(occur)S 174 x(during)S 174 x(processing)S 173 x(of)S 172 x(badly)S 8083 X 597 y(formed)S 166 x(SACK)S 165 x(packets.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 15694 XY F28(4.13.24)S 400 x(TCPIP)S 199 x(ST)S -44 x (ART)S 198 x(ROUTING)S 199 x(fails)S 200 x(to)S 200 x(start)S 199 x (a)S 200 x(dynamic)S 201 x(routing)S 200 x(process)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(On)S 183 x(OpenVMS)S 183 x(Integrity)S 183 x(systems,)S 187 x(the)S 183 x F234(TCPIP)S 183 x(START)S 183 x (ROUTING)S 184 x F151(command)S 183 x(fails)S 182 x(to)S 8083 X 598 y (actually)S 167 x(start)S 165 x(a)S 166 x(dynamic)S 167 x(routing)S 167 x(process)S 166 x(\(ROUTED)S 164 x(or)S 166 x(GA)S -28 x(TED\).)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 20875 XY F28(4.13.25)S 400 x(ICMP6)S 199 x(timeou)S 2 x(ts)S 199 x(occu)S 2 x(rring)S 198 x(frequentl)S 2 x(y)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(ICMP6)S 166 x(timeouts)S 166 x(may)S 166 x(occur)S 167 x(more)S 166 x(frequently)S 167 x(than)S 167 x(the)S 166 x(required)S 166 x(500ms)S 166 x(and)S 166 x(200ms.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 25458 XY F28(4.13.26)S 400 x(System)S 201 x(crash)S 200 x(with)S 200 x(PGFIPLHI)S 199 x(status)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(A)S 184 x (system)S 183 x(crash)S 185 x(occurs)S 184 x(with)S 184 x(PGFIPLHI)S 184 x(status,)S 188 x(with)S 184 x(a)S 184 x(PC)S 184 x(of)S 184 x(INET_SENSE)S -2 x(_)S 8083 X 598 y(SOCKE)S -2 x(T_COUNTERS_C+004A)S -2 x(8)S 166 x (\(on)S 167 x(A56-EC)S -2 x(O2\).)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30638 XY F28(4.13.27)S 400 x(Service)S 200 x(limits)S 201 x(for)S 199 x(NOLISTEN)S 198 x(servic)S 2 x(es)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Service)S 167 x (limits)S 165 x(for)S 166 x(NOLISTEN)S 165 x(services)S 166 x(are)S 167 x(not)S 166 x(strictly)S 166 x(enforced.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20321)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-22) 78 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.13)S 167 x(NET)S 165 x(\(Kernel\))S 167 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x (this)S 167 x(release)S 0 SC 4497 4636 XY(4.13.28)S 400 x(MBUF)S 199 x (leak)S 200 x(\(type)S 201 x(MT_CONTROL\))S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 166 x(MBUF)S 166 x(leak)S 167 x(\(type)S 166 x (MT_CONTROL\))S 165 x(is)S 166 x(observed)S 166 x(within)S 166 x(the)S 166 x(kernel.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 9219 XY F28(4.13.29)S 400 x(IPv6)S 200 x (Logo)S 200 x(testing)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (The)S 167 x(following)S 166 x(ND6)S 166 x(test)S 165 x(cases)S 165 x (fail)S 166 x(during)S 167 x(IPv6)S 167 x(Logo)S 167 x(testing:)S 8083 X 897 y(\201)S 595 x(1)S -28 x(1.)S 272 x(Part)S 178 x(A:)S 177 x(Neighbor)S 179 x(Solicitation)S 177 x(Origination,)S 181 x(T)S -31 x(arget)S 178 x (Address)S 176 x(Being)S 178 x(Link-)S 8980 X 598 y(local)S 8083 X 896 y (\201)S 595 x(12.)S 249 x(Part)S 166 x(B:)S 167 x(Neighbor)S 167 x(Solicitation)S 165 x(Origination,)S 167 x(T)S -30 x(arget)S 166 x(Address)S 165 x(Being)S 167 x(Global)S 4497 14399 XY F28(4.13.30)S 400 x(INCONST)S -45 x(A)S -45 x(TE)S 199 x(bugc)S 2 x(heck)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 184 x(INCONST)S -29 x(A)S -27 x(TE)S 183 x(bugch)S 2 x (eck)S 184 x(can)S 184 x(occur)S 184 x(when)S 184 x(an)S 184 x(application)S 184 x(speci\211ed)S 184 x(invalid)S 8083 X 598 y(parameters)S 166 x (on)S 166 x(an)S 167 x(IO$_RE)S -2 x(ADVBLK)S 165 x(QIO)S 164 x(operation.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 19580 XY F28(4.13.31)S 400 x(System)S 201 x(crash)S 200 x(during)S 200 x(restart)S 199 x(of)S 200 x(the)S 199 x(INET)S 199 x (driver)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(System)S 198 x (crashes)S 199 x(during)S 200 x(restart)S 198 x(of)S 198 x(the)S 199 x (INET)S 198 x(driver)S -36 x(.)S 314 x(This)S 199 x(is)S 198 x(because)S 199 x(the)S 8083 X 597 y(INETDRIV)S -2 x(ER)S 161 x(is)S 161 x(sending)S 162 x(a)S 161 x(request)S 161 x(to)S 161 x(open)S 162 x(a)S 161 x(kernel)S 162 x(VCI)S 160 x(port)S 162 x(after)S 161 x(the)S 161 x(kernel)S 162 x (had)S 8083 X 598 y(shutdown.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 25358 XY F28(4.13.32)S 400 x(System)S 201 x(crash)S 200 x(when)S 200 x(an)S 200 x(applica)S 2 x(tion)S 199 x(does)S 201 x(a)S 199 x(sele)S 2 x(ct)S(\()S 83 x(\))S 199 x(call)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(V)S -46 x (arious)S 190 x(identical)S 190 x(system)S 190 x(crashes)S 190 x(are)S 191 x(reported)S 190 x(when)S 190 x(an)S 191 x(application)S 190 x(does)S 190 x(a)S 8083 X 598 y F234(select)S(\()S 84 x(\))S 166 x F151(call.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 30539 XY F28(4.13.33)S 400 x(QIO)S 200 x(based)S 201 x (hostname)S 201 x(lookup)S 201 x(takes)S 200 x(longe)S 2 x(r)S 198 x (time)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(QIO)S 184 x(based)S 185 x(hostname)S 186 x(lookup)S 186 x(takes)S 185 x(longer)S 186 x(than)S 186 x(the)S 185 x(intended)S 186 x(1)S 185 x(second)S 186 x(when)S 8083 X 598 y(multiple)S 166 x(pathnames)S 166 x(or)S 166 x(servers)S 166 x (are)S 167 x(con\211gur)S 2 x(ed)S 166 x(on)S 166 x(the)S 166 x(bind)S 166 x(resolver)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20322)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-23) 79 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14290 X 647 y(4.14)S 167 x(NFS)S 165 x(Client)S 167 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4711 XY F24(4.14)S 397 x(NFS)S 232 x(Client)S 232 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(NFS)S 166 x(client)S 166 x(problems)S 166 x(\211xed)S 166 x(in)S 167 x(this)S 165 x(release.)S 4497 6703 XY F28(4.14.1)S 400 x(TCPIP)S 199 x(DISMOUN)S -2 x(T/ALL)S 200 x(comma)S 2 x(nd)S 199 x(does)S 201 x (not)S 199 x(dism)S 2 x(ount)S 200 x(DNFS)S 198 x(device)S 2 x(s)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(TCPIP)S 173 x(DISMOUNT/ALL)S 172 x(command)S 173 x(does)S 172 x(not)S 172 x(dismount)S 173 x(DNFS)S 172 x(devices)S 173 x(with)S 172 x(units)S 8083 X 598 y(greater)S 167 x (than)S 166 x(or)S 167 x(equal)S 166 x(to)S 166 x(32767.)S 8083 X 897 y (In)S 180 x(addition)S 179 x(to)S 180 x(this,)S 183 x(these)S 179 x (mounted)S 180 x(DNFS)S 179 x(devices)S 180 x(are)S 180 x(not)S 180 x (displayed)S 179 x(when)S 180 x(you)S 8083 X 597 y(execute)S 167 x(the)S 166 x(TCPIP)S 167 x(SHOW)S 165 x(MOUNT)S 166 x(command.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 13080 XY F28(4.14.2)S 400 x(Mounting)S 200 x(NFS)S 199 x(exported)S 201 x(shares)S 200 x(requires)S 200 x(CMKRN)S -2 x(L)S 200 x(privileges)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(Mounting)S 168 x(NFS)S 166 x(exported)S 166 x(shares)S 166 x(requires)S 167 x(CMKRNL)S 165 x(privileges.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 17363 XY F28(4.14.3)S 400 x(System)S 200 x(crash)S 200 x(with)S 200 x(PGFIPLHI)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 171 x(using)S 172 x(the)S 171 x(NFS)S 171 x(client,)S 172 x(the)S 171 x (system)S 170 x(crashes)S 171 x(with)S 170 x(PGFIPLHI,)S 172 x(Pagefault)S 171 x(with)S 8083 X 598 y(IPL)S 166 x(too)S 166 x(high)S 2 x(,)S 166 x (or)S 166 x(INVEXCE)S -2 x(PTN,)S 167 x(Exception)S 167 x(while)S 166 x (above)S 166 x(ASTDEL.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 22544 XY F28(4.14.4)S 400 x (Mounting)S 200 x(large)S 200 x(disks)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(NFS)S 173 x(client)S 172 x(can)S 173 x(mount)S 172 x (very)S 174 x(large)S 173 x(disks,)S 174 x(but)S 172 x(when)S 173 x F234(SHOW)S 172 x(DEVICE/FULL)S 173 x F151(is)S 172 x(executed)S 8083 X 597 y(on)S 173 x(the)S 173 x(NFS)S 173 x(disk,)S 175 x(it)S 172 x(fails)S 172 x(to)S 173 x(show)S 172 x(the)S 173 x(total)S 172 x(number)S 174 x (of)S 172 x(blocks)S 173 x(and)S 173 x(displays)S 172 x(illegal)S 8083 X 598 y(logical)S 167 x(block)S 166 x(number)S 167 x(error)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 28472 XY F24(4.15)S 397 x(NFS)S 232 x(Server)S 233 x (problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 896 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x(NFS)S 166 x(server)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30464 XY F28(4.15.1)S 400 x(INVEXC)S -2 x(EPTN)S 199 x(bugchec)S 2 x(ks)S 200 x(occur)S 200 x(at)S 199 x (OPENVMS_BFS_GET)S -45 x(A)S -45 x(TTR_VMS)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(INVEXCE)S -2 x(PTN)S 187 x(bugch)S 2 x(ecks)S 187 x (occur)S 187 x(at)S 187 x(OPENVMS_BFS_G)S -2 x(ET)S -27 x(A)S -28 x (TTR_VMS)S 187 x(when)S 8083 X 598 y(REMQUEQ)S 164 x(operation)S 167 x (was)S 165 x(done.)S 250 x(These)S 166 x(bugch)S 2 x(ecks)S 166 x(occur)S 167 x(at)S 166 x(different)S 166 x(PCs.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20323)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-24) 80 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.15)S 167 x(NFS)S 165 x(Server)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.15.2)S 400 x(Creating)S 200 x(and)S 200 x(renaming)S 200 x(directory)S 200 x(name)S 2 x(s)S 199 x(with)S 200 x(speci)S 2 x(al)S 199 x(charac)S 2 x(ters)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(NFS)S 174 x(Server)S 174 x(cannot)S 175 x(handle)S 174 x(requests)S 173 x(for)S 174 x(creating)S 174 x(and)S 174 x(renaming)S 175 x(directory)S 175 x(names)S 8083 X 597 y(with)S 166 x(special)S 165 x(characters.)S 250 x(The)S 167 x(NFS)S 166 x(server)S 167 x(reports)S 166 x(the)S 166 x(following)S 166 x(error:)S 8083 X 897 y F238(File)S 240 x(not)S 240 x(found)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 10414 XY F28(4.15.3)S 400 x(Access)S 200 x(viola)S 2 x(tion)S 200 x(in)S 199 x(the)S 200 x(BFS)S 199 x(\211lesys)S 2 x(tems)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(The)S 169 x (NFS)S 168 x(server)S 168 x(process)S 168 x(fails)S 167 x(to)S 167 x (restart)S 168 x(after)S 167 x(access)S 168 x(violation)S 168 x(occurred)S 169 x(in)S 168 x(the)S 168 x(BFS)S 8083 X 598 y(\211le)S 167 x(systems.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 15296 XY F28(4.15.4)S 400 x(Creating)S 200 x(a)S 199 x (directory)S 200 x(with)S 200 x(specia)S 2 x(l)S 199 x(characte)S 2 x (r)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 182 x(the)S 182 x(NFS)S 181 x(client)S 182 x(requests)S 181 x(the)S 181 x(NFS)S 182 x(server)S 182 x(to)S 181 x(create)S 182 x(a)S 181 x(directory)S 182 x(with)S 181 x(one)S 8083 X 597 y(or)S 175 x(more)S 174 x(special)S 174 x(characters)S 174 x(\(For)S 175 x(example,)S 177 x("New)S 173 x (Folder",)S 177 x(where,)S 177 x(")S 174 x(",)S 176 x(space)S 174 x (in)S 174 x(the)S 8083 X 598 y(directory)S 176 x(name)S 176 x(is)S 175 x (the)S 176 x(special)S 175 x(character\))S 176 x(and)S 176 x(requests)S 175 x(the)S 175 x(server)S 176 x(to)S 176 x(rename)S 175 x(the)S 8083 X 598 y(new)S 161 x(directory)S -55 x(,)S 163 x(NFS)S 160 x(server)S 162 x (fails)S 160 x(to)S 160 x(open)S 161 x(the)S 161 x(directory)S 162 x (and)S 161 x(displays)S 160 x F234(File)S 161 x(not)S 161 x(found)S F151(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 21672 XY F28(4.15.5)S 400 x(INVEXC)S -2 x(EPTN)S 199 x(bugchec)S 2 x(k)S 199 x(in)S 200 x(INSQUE)S 198 x(and)S 200 x (REMQUE)S 198 x(P)S -45 x(AL)S 199 x(instructi)S 2 x(on)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 177 x(INVEXCE)S -2 x(PTN)S 178 x (bugcheck)S 179 x(occurs)S 177 x(in)S 177 x(TCPIP$NFS_SER)S -19 x(VICES:REMQ)S -2 x(UE)S 177 x(and)S 8083 X 597 y(INSQUE)S 163 x(P)S -36 x(AL)S 164 x (instruction)S 165 x(called)S 165 x(from)S 164 x(different)S 165 x(BFS)S 164 x(routines,)S 166 x(namely)S 165 x(OPENVMS_)S 8083 X 598 y(BFS_READ)S -2 x(_VMS,)S 171 x(OPENVMS_B)S -2 x(FS_CLOSE.)S 170 x(This)S 170 x(can)S 170 x(also)S 169 x(occur)S 171 x(with)S 169 x(other)S 171 x(BFS)S 8083 X 598 y(routines.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28048 XY F28(4.15.6)S 400 x(LOCKD)S 198 x(temporary)S 200 x(\211les)S 201 x(are)S 199 x(not)S 200 x(removed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(LOCKD)S 253 x(temporary)S 255 x(\211les)S 254 x(are)S 254 x(not)S 255 x(being)S 255 x(removed)S 255 x(from)S 8083 X 598 y(SYS$SYSD)S -2 x(EVICE:[TCPIP$NFSLCK])S 185 x (after)S 187 x(they)S 188 x(are)S 187 x(no)S 187 x(longer)S 188 x(needed.)S 291 x(The)S 8083 X 597 y(\211les)S 168 x(are)S 167 x(named)S 168 x(LOCKDxxxxPID.;1)S 169 x(where)S 167 x(xxx)S 2 x(x)S 168 x(was)S 166 x(a)S 168 x(unique)S 168 x(series)S 167 x(of)S 168 x(letters)S 167 x(and)S 8083 X 598 y(PID)S 166 x(is)S 165 x(the)S 167 x(pid)S 165 x(for)S 166 x(the)S 167 x(process.)S 249 x(The)S 167 x(\211les)S 166 x(are)S 166 x(zero)S 166 x(blocks)S 166 x(in)S 166 x(size.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20324)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-25) 81 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14089 X 647 y(4.15)S 168 x(NFS)S 165 x(Server)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.15.7)S 400 x(Unaligned)S 201 x(reference)S 200 x(fault)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(While)S 193 x(using)S 193 x(the)S 193 x(NFS)S 193 x(server)S -36 x(,)S 199 x (system)S 192 x(crashes)S 193 x(with)S 192 x(the)S 193 x(following)S 193 x(message:)S 8083 X 598 y F234(INVEXCEPTN,)S 195 x(Exception)S 195 x (while)S 194 x(above)S 195 x(ASTDEL)S 194 x F151(Exception)S 195 x(is)S 194 x(an)S 194 x("Unaligned)S 8083 X 598 y(Reference)S 191 x(Fault")S 191 x(for)S 191 x(an)S 191 x(address)S 190 x(that)S 190 x(is)S 191 x (inside)S 190 x(an)S 191 x(NFS)S 191 x(KPB)S 190 x(thread)S 191 x(stack.)S 8083 X 597 y(The)S 171 x(exception)S 171 x(address)S 169 x(is)S 170 x (inside)S 170 x(the)S 170 x("EFI/P)S -37 x(AL/SAL)S 171 x(Memory")S 170 x(region)S 172 x(\(see)S 169 x(the)S 171 x(SDA)S 8083 X 598 y(CLUE)S 166 x(SHOW)S 165 x(MEMOR)S -19 x(Y)S 165 x(/LA)S -45 x(YOUT)S 165 x (command\).)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 11591 XY F28(4.15.8)S 400 x(Fails)S 200 x (to)S 200 x(trigger)S 199 x(a)S 200 x(de\211ned)S 201 x(excepti)S 2 x (on)S 199 x(handl)S 2 x(er)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(NFS)S 166 x(server)S 167 x(fails)S 165 x(to)S 166 x (trigger)S 167 x(a)S 166 x(de\211ned)S 167 x(exception)S 166 x(handler)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 16174 XY F28(4.15.9)S 400 x(INVEXC)S -2 x(EPTN)S 199 x(bugchec)S 2 x(k)S 199 x(at)S 200 x(the)S 200 x(OPENVMS)S -2 x (_BFS_GET)S -44 x(A)S -44 x(TTR_VMS)S 199 x(line)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(An)S 181 x(INVEXC)S -2 x(EPTN)S 181 x (bugchec)S 2 x(k)S 181 x(occurs)S 181 x(at)S 180 x(OPENVMS_BFS_GE)S -2 x(T)S -27 x(A)S -28 x(TTR_VMS)S 181 x(line)S 8083 X 597 y(87591:)S 250 x(REMQUE)S -2 x(Q)S 163 x(from)S 163 x(PSPEC$A_NFS_USER)S -2 x(_BLOCKS[0].)S 248 x(Other)S 163 x(PC')S -19 x(s)S 163 x(are)S 163 x(also)S 8083 X 598 y(possible.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 21952 XY F28(4.15.10)S 400 x(LOCKD)S 199 x(process)S 200 x(crashes)S 201 x(with)S 200 x(an)S 199 x(ACCVIO)S 198 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x (LOCKD)S 164 x(process)S 166 x(crashes)S 166 x(with)S 166 x(an)S 166 x (ACCVI)S -2 x(O)S 166 x(error)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26535 XY F28(4.15.1)S -31 x(1)S 398 x(Files)S 201 x(with)S 200 x(names)S 201 x (that)S 200 x(contain)S 200 x(an)S 200 x(odd)S 200 x(numbe)S 2 x(r)S 198 x(of)S 200 x(bytes)S 200 x(are)S 200 x(not)S 200 x(created)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 176 x(NFS)S 176 x(server)S 176 x(fails)S 174 x(to)S 176 x(create)S 175 x(\211les)S 176 x(with)S 175 x(names)S 175 x(that)S 175 x(contain)S 176 x(an)S 176 x(odd)S 175 x (number)S 177 x(of)S 8083 X 598 y(bytes.)S 250 x(For)S 166 x(example,)S 167 x("a.t",)S 166 x("aaa.t",)S 166 x(and)S 167 x("aaaaa.t".)S 249 x (The)S 167 x(server)S 166 x(returns)S 167 x(ENOENT)S -47 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20325)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-26) 82 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.16)S 167 x(NTP)S 165 x(problem)S 2 x(s)S 166 x(\211xed)S 167 x(in)S 167 x(this)S 166 x (releas)S 2 x(e)S 0 SC 4497 4689 XY F24(4.16)S 397 x(NTP)S 232 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(sections)S 166 x(describe)S 166 x (NTP)S 166 x(problems)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 6682 XY F28(4.16.1)S 400 x(Stack)S 200 x(buffer)S 200 x (over\212ow)S 200 x(in)S 199 x(NTPQ)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(A)S 166 x(stack)S 166 x(buffer)S 166 x(over\212ow)S 167 x (problem)S 166 x(exists)S 165 x(in)S 167 x(the)S 166 x(NTPQ)S 166 x (program.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 10966 XY F28(4.16.2)S 400 x(Displays)S 201 x(the)S 200 x("keyid")S 201 x(as)S 200 x(optional)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(NTPDC)S 189 x(incorrec)S 2 x(tly)S 189 x(displays)S 189 x(the)S 190 x("keyid")S 190 x(as)S 190 x(optional)S 189 x(in)S 190 x (the)S 190 x(usage)S 190 x(and)S 190 x(help)S 8083 X 598 y(statements.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(A)S 201 x(related)S 201 x(correction)S 202 x(applies)S 201 x(to)S 201 x(the)S 201 x F152 (HP)S 202 x(TCP/IP)S 201 x(Services)S 202 x(for)S 201 x(OpenVMS)S 8083 X 598 y(Managemen)S 2 x(t)S 169 x(Command)S 170 x(Reference)S F151(,)S 171 x(Section)S 170 x(13.8.3.3,)S 172 x(NTPDC)S 168 x(Request)S 169 x (Commands:)S 8083 X 598 y(For)S 167 x(the)S 166 x(broadcast)S 166 x (bullet)S 166 x(only:)S 250 x(change)S 167 x("[prefer]")S 166 x(to)S 166 x("[minpoll]".)S 4497 17342 XY F28(4.16.3)S 400 x(NTP)S 199 x(fails)S 200 x(to)S 200 x(synchronize)S 201 x(during)S 200 x(the)S 199 x(repeate)S 2 x(d)S 199 x(hour)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (NTP)S 159 x(does)S 159 x(not)S 159 x(synchronize)S 160 x(during)S 160 x (the)S 158 x(repeated)S 159 x(hour)S 160 x(at)S 158 x(the)S 159 x(summer)S 159 x(to)S 158 x(winter)S 159 x(time)S 8083 X 597 y(chang)S 2 x(e.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 22672 XY F24(4.17)S 397 x(POP)S 233 x(problems)S 232 x (\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151 (The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(POP)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 24664 XY F28(4.17.1)S 400 x(POP)S 199 x(allows)S 200 x(potenti)S 2 x(al)S 199 x(attack)S 2 x(ers)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(POP)S 166 x(allows)S 165 x(potential)S 166 x(attackers)S 166 x(with)S 166 x(unlimited)S 166 x(username)S 166 x(or)S 166 x(password)S 165 x(guesses.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 29247 XY F28(4.17.2)S 400 x(V)S -33 x (ersion)S 200 x(number)S 200 x(on)S 200 x(POP')S -23 x(s)S 200 x("XTND)S 199 x(ST)S -45 x(A)S -44 x(TS")S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(On)S 190 x(OpenVMS)S 190 x(Integrity)S 191 x(servers,)S 196 x (the)S 191 x(version)S 190 x(number)S 191 x(on)S 191 x(POP')S -19 x (s)S 190 x F234(XTND)S 190 x(STATS)S 8083 X 598 y F151(command)S 179 x (was)S 178 x(\211xed)S 180 x(at)S 179 x(compile)S 179 x(time,)S 182 x (rather)S 180 x(than)S 179 x(being)S 180 x(based)S 179 x(upon)S 179 x (the)S 179 x(image)S 8083 X 597 y(ident)S 166 x(of)S 166 x(the)S 166 x (POP)S 167 x(server)S -37 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20326)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-27) 83 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 15784 X 647 y(4.18)S 167 x(PWIP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4689 XY F24(4.18)S 397 x(PWIP)S 233 x(problems)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x (following)S 166 x(section)S 166 x(describes)S 166 x(PWIP)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6682 XY F28(4.18.1)S 400 x(System)S 200 x(crash)S 200 x(during)S 200 x(PWIP)S 199 x(shutdo)S 2 x(wn)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (A)S 174 x(system)S 174 x(crash)S 175 x(occurs)S 175 x(during)S 176 x (PWIP)S 175 x(shutdown)S 174 x(and)S 175 x(displays)S 174 x(the)S 175 x (following)S 174 x(error)S 8083 X 598 y(message:)S 8322 X 897 y F238 (DECNET,)S 241 x(DECnet)S 240 x(detected)S 240 x(a)S 240 x(fatal)S 240 x (error.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 12759 XY F28(4.18.2)S 400 x(Bulk)S 199 x(data)S 201 x(transfer)S 199 x(performanc)S 2 x(e)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Bulk)S 182 x(data)S 180 x(transfer)S 181 x(\(such)S 182 x(as)S 181 x(\211le)S 181 x(copy\))S 182 x(performance)S 182 x(across)S 180 x(a)S 181 x(PWIP)S 181 x(conne)S 2 x(ction)S 8083 X 597 y(\(such)S 156 x(as)S 155 x(DECnet)S 154 x(over)S 156 x(IP\))S 155 x(is)S 155 x (slow)S 154 x(compared)S 156 x(to)S 155 x(FTP)S -64 x(,)S 156 x(over)S 156 x(certain)S 156 x(types)S 155 x(of)S 155 x(networks.)S 8083 X 598 y (There)S 167 x(is)S 166 x(no)S 166 x(way)S 166 x(to)S 166 x(increase)S 166 x(the)S 167 x(TCP)S 166 x(window)S 165 x(size)S 165 x(for)S 167 x (such)S 166 x(a)S 166 x(connection.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(The)S 167 x(following)S 166 x(TCPIP)S 166 x (logical)S 167 x(names)S 166 x(are)S 166 x(included:)S 8083 X 897 y (\201)S 595 x(TCPIP$PWIP_TCPRCVBUF)S 165 x(-)S 166 x(Receive)S 166 x (socket)S 166 x(buffer)S 167 x(size)S 8083 X 897 y(\201)S 595 x(TCPIP$PWIP_TCPSNDBUF)S 165 x(-)S 166 x(Send)S 166 x(socket)S 167 x(size)S 8083 X 896 y(The)S 173 x(logicals)S 172 x(must)S 172 x(be)S 172 x(de\211ned)S 173 x(system-wide)S 171 x(prior)S 172 x(to)S 172 x(starting)S 172 x(PWIP)S -64 x(.)S 173 x (If)S 171 x(not)S 173 x(de\211ned,)S 8083 X 598 y(the)S 166 x(default)S 166 x(behavior)S 167 x(remains)S 166 x(unch)S 2 x(anged.)S 4497 21974 XY F24(4.19)S 397 x(SMTP)S 233 x(problems)S 232 x(\211xed)S 233 x(in)S 232 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(SMTP)S 166 x(problems)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 23967 XY F28 (4.19.1)S 400 x(Anti)S 199 x(spam)S 201 x(for)S 199 x(unresolva)S 2 x (ble-doma)S 2 x(ins)S 200 x(and)S 200 x(unquali\211)S 2 x(ed-sende)S 2 x(rs)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(TCPIP)S 166 x (SMTP)S 167 x(antispam)S 165 x(works)S 166 x(correctly)S 167 x(for:)S 8083 X 598 y(-)S 166 x(Accept-Unresolvable-Domains:)S 249 x(F)S -37 x (ALSE)S 8083 X 597 y(-)S 166 x(Accept-Unquali\211ed-Senders:)S 250 x (F)S -37 x(ALSE)S 8083 X 897 y(But,)S 173 x(if)S 171 x(on)S 171 x(the)S 171 x(BIND)S 170 x(server)S -36 x(,)S 173 x(a)S 170 x(MX)S 171 x(wildcard)S 171 x(record)S 172 x(of)S 170 x(type)S 172 x([)S 171 x(*.ind.hp.)S 2 x (com.)S 259 x(IN)S 171 x(MX)S 8083 X 598 y(10)S 169 x(munar)S 169 x (])S 169 x(with)S 168 x(munar)S 169 x(having)S 171 x(a)S 168 x("A")S 168 x(record)S 169 x(de\211ned,)S 171 x(anti)S 169 x(spam)S 168 x(for)S 169 x(Unresolvable-)S 8083 X 597 y(Domains)S 166 x(and)S 166 x(Unquali\211ed-Senders)S 167 x(stops)S 165 x(working.)S 8083 X 897 y(Removing)S 179 x(the)S 178 x (*.ind.hp.)S 2 x(com)S 178 x(MX)S 177 x(record)S 179 x(makes)S 177 x (the)S 178 x(system)S 177 x(to)S 178 x(work)S 178 x(as)S 177 x(expected,)S 8083 X 598 y(that)S 166 x(is,)S 166 x(the)S 166 x(system)S 166 x(refuses)S 166 x(the)S 166 x(mail)S 166 x(with)S 165 x(unresolvable)S 167 x(domain.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20327)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-28) 84 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.19)S 167 x(SMTP)S 166 x(problems)S 167 x(\211xed)S 167 x(in)S 167 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.19.2)S 400 x(SMTP)S 199 x(fails)S 200 x(to)S 200 x (receive)S 200 x(mails)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (Although,)S 185 x(the)S 181 x(mails)S 179 x(sent)S 180 x(to)S 180 x (the)S 180 x(local)S 181 x(or)S 180 x(remote)S 180 x(host)S 180 x(\(not)S 180 x(runn)S 2 x(ing)S 181 x(TCPIP)S 180 x(5.7\))S 8083 X 597 y(work,)S 168 x(SMTP)S 167 x(fails)S 166 x(to)S 167 x(receive)S 167 x(mails)S 166 x(sent)S 167 x(from)S 166 x(a)S 167 x(remote)S 167 x(host.)S 250 x (On)S 167 x(replying)S 168 x(back)S 167 x(to)S 167 x(a)S 8083 X 598 y (mail)S 166 x(sent)S 166 x(from)S 166 x(a)S 166 x(TCPIP)S 166 x(5.7)S 166 x(system,)S 166 x(the)S 166 x(mail)S 166 x(bounces.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 10414 XY F28(4.19.3)S 400 x(Large)S 200 x(number)S 200 x(of)S 200 x(recipients)S 201 x(in)S 199 x(the)S 200 x(T)S -10 x(O)S 199 x(\211eld)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Having)S 167 x(a)S 166 x(large)S 166 x (number)S 167 x(of)S 165 x(recipients)S 166 x(in)S 166 x(the)S 166 x (TO)S 166 x(\211eld)S 166 x(of)S 165 x(an)S 166 x(arriving)S 167 x(SMTP)S 167 x(message)S 8083 X 598 y(could)S 167 x(lead)S 166 x(to)S 165 x(corrupt)S 167 x(header)S 167 x(lines.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 15595 XY F28(4.19.4)S 400 x (VMS)S 209 x(MAIL)S 209 x(does)S 211 x(not)S 210 x(support)S 210 x(lines)S 211 x(longer)S 211 x(than)S 210 x(255)S 211 x(characters)S 211 x(and)S 6557 X 697 y(mixed)S 201 x(case)S 200 x(heade)S 2 x(rs)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(\201)S 595 x(VMS)S 172 x(MAIL)S 172 x (does)S 172 x(not)S 173 x(support)S 172 x(lines)S 172 x(longer)S 173 x (than)S 173 x(255)S 172 x(characters.)S 263 x(Long)S 174 x(header)S 8980 X 598 y(lines)S 185 x(are)S 185 x(becoming)S 185 x(increasingly)S 187 x(common)S 185 x(in)S 185 x(the)S 185 x(modern)S 185 x(Internet.)S 288 x(While)S 8980 X 597 y(fetching)S 178 x(such)S 178 x(messages,)S 180 x(the)S 177 x(IMAP)S 177 x(server)S 178 x(may)S 178 x(return)S 178 x (some)S 177 x(headers)S 177 x(in)S 178 x(the)S 8980 X 598 y(body)S 166 x (part)S 166 x(of)S 166 x(the)S 166 x(mail,)S 166 x(causing)S 167 x(it)S 166 x(to)S 166 x(appear)S 166 x(corrupted)S 167 x(to)S 166 x(the)S 166 x (client.)S 8083 X 897 y(\201)S 595 x(IMAP)S 166 x(has)S 166 x(trouble)S 166 x(fetching)S 167 x(mails)S 165 x(with)S 166 x(lowercase)S 166 x (or)S 166 x(mixed)S 166 x(case)S 166 x(RFC)S 166 x(headers.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 23565 XY F28(4.19.5)S 400 x(SMTP)S 199 x(server)S 199 x(fails)S 201 x(to)S 199 x(deliv)S 2 x(er)S 199 x(mail)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 168 x(SMTP)S 168 x(server)S 167 x(fails)S 166 x (to)S 167 x(deliver)S 168 x(mail)S 167 x(when)S 167 x(the)S 167 x(domain)S 167 x(name)S 168 x(is)S 166 x(a)S 167 x(combination)S 168 x(of)S 8083 X 597 y(letters)S 173 x(and)S 174 x(numbers.)S 266 x(As)S 172 x(per)S 174 x(RFC,)S 174 x(the)S 174 x(domain)S 174 x(name)S 174 x(can)S 174 x (be)S 174 x(any)S 174 x(combination)S 174 x(of)S 8083 X 598 y(numbers)S 167 x(and)S 166 x(letters.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 29343 XY F28(4.19.6)S 400 x (SMTP)S 199 x(distribution)S 201 x(list)S 200 x(\211lename)S 2 x(s)S 199 x(fails)S 201 x(to)S 199 x(form)S 200 x(properly)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(SMTP)S 178 x(distribution)S 177 x (list)S 176 x(\211lenames)S 177 x(are)S 177 x(not)S 177 x(always)S 177 x (formed)S 177 x(properly)S -55 x(,)S 181 x(and)S 177 x(it)S 177 x(is)S 176 x(not)S 8083 X 598 y(possible)S 179 x(to)S 179 x(specify)S 180 x (a)S 179 x(location)S 180 x(other)S 180 x(than)S 180 x(TCPIP$SMTP_COMMON:)S 180 x(to)S 179 x(contain)S 8083 X 597 y(*.DIS)S 166 x(\211les.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20328)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-29) 85 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 15651 X 647 y(4.19)S 167 x(SMTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.19.7)S 400 x(TCPIP$SMTP_FROM)S 199 x(logical)S 201 x (affects)S 200 x(the)S 200 x(SMTP)S 199 x(Return-Path)S 200 x(header)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 178 x(TCPIP$SMTP_FROM)S 178 x(logical)S 178 x(affects)S 177 x(the)S 177 x(SMTP)S 178 x(Return-Path)S 178 x(header)S 178 x(when)S 8083 X 597 y(de\211ned.)S 258 x(The)S 171 x (Return-Path)S 170 x(must)S 169 x(re\212ect)S 171 x(the)S 170 x(contents)S 170 x(of)S 170 x(the)S 170 x(logical)S 170 x(name,)S 172 x(as)S 169 x (it)S 169 x(did)S 8083 X 598 y(prior)S 159 x(to)S 158 x(TCPIP)S 159 x (V5.6,)S 160 x(with)S 158 x(no)S 159 x(need)S 159 x(to)S 158 x(encapsulate)S 159 x(the)S 158 x(value)S 159 x(within)S 159 x(angle)S 159 x(brackets.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 10414 XY F28(4.19.8)S 400 x(Adding)S 200 x(Persistent-Server)S 200 x(displa)S 2 x(ys)S 200 x(an)S 199 x(error)S 199 x(messa)S 2 x(ge)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 174 x(you)S 175 x (add)S 174 x(the)S 174 x("Persistent-Server")S 174 x(\211eld)S 174 x (in)S 174 x(the)S 174 x(TCPIP$SMTP)S -64 x(.CONF)S 174 x(\211le)S 174 x (and)S 8083 X 598 y(restart)S 166 x(SMTP)S -64 x(,)S 167 x(TCP/IP)S 166 x(displays)S 166 x(the)S 166 x(following)S 166 x(error:)S 8083 X 896 y F238(unknown)S 240 x(configu)S 2 x(ration)S 240 x(field;)S 240 x (Persistent)S 2 x(-Server)S 240 x(has)S 239 x(been)S 240 x(ignored.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 16641 XY F24(4.20)S 397 x(SNMP)S 232 x(problems)S 233 x (\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151 (The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(SNMP)S 166 x(problems)S 166 x(\211xed)S 166 x(in)S 167 x(this)S 165 x(release.)S 4497 18633 XY F28(4.20.1)S 400 x(SNMP)S 198 x(displa)S 2 x(ys)S 200 x ("HrPr)S -2 x(ocess)S 2 x(orLoad")S 200 x(as)S 200 x(always)S 201 x (zero)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(For)S 175 x(OpenVMS)S 175 x(systems)S 174 x(having)S 176 x(one)S 175 x(CPU,)S 175 x(SNMP)S 175 x(displays)S 174 x("HrProcessorLoad")S 175 x(as)S 8083 X 598 y(always)S 166 x(zero.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 23515 XY F28(4.20.2)S 400 x(TCPIP$HR_MIB.EX)S -2 x(E)S 199 x(mem)S 2 x(ory)S 199 x(leaks)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(TCPIP$HR_MIB.EXE)S 178 x(has)S 178 x(two)S 178 x(memory)S 179 x(leaks)S 179 x(for)S 178 x(OIDs)S 177 x(hrProc)S 2 x(essorFrwID)S 177 x(and)S 8083 X 598 y(hrProcessorLoad.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28397 XY F28 (4.20.3)S 400 x(Error)S 198 x(messag)S 2 x(e)S 199 x(not)S 200 x(displa)S 2 x(yed)S 200 x(when)S 200 x(the)S 200 x(speci\211e)S 2 x(d)S 199 x (hostna)S 2 x(me)S 200 x(is)S 199 x(inva)S 2 x(lid)S 8083 X 797 y F153 (Problem:)S 8083 X 896 y F151(An)S 183 x(SNMP)S 183 x(request,)S 187 x F234(tcpip$snmp_request)S 184 x F151(command)S 183 x(does)S 182 x(not)S 183 x(return)S 184 x(the)S 182 x(error)S 8083 X 598 y(message)S 166 x (when)S 166 x(the)S 166 x(speci\211ed)S 167 x(hostname)S 166 x(is)S 165 x(invalid.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20329)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-30) 86 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.20)S 167 x(SNMP)S 165 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.20.4)S 400 x(TCPIP$HR_MIB)S 198 x(process)S 201 x (dies)S 200 x(with)S 200 x(an)S 200 x(ACC)S -2 x(VIO)S 200 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(TCPIP$HR_MIB)S 165 x(process)S 166 x(dies)S 166 x(with)S 165 x(an)S 167 x(ACCV)S -2 x (IO)S 165 x(error)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.20.5)S 400 x (SNMP)S 198 x(fails)S 200 x(to)S 200 x(start)S 200 x(with)S 199 x(IPv6)S 200 x(disabl)S 2 x(ed)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (SNMP)S 167 x(fails)S 165 x(to)S 166 x(start)S 165 x(on)S 166 x(a)S 166 x(system)S 166 x(with)S 166 x(IPv6)S 166 x(disabled.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 13802 XY F28(4.20.6)S 400 x(TCPIP$HR_MIB)S 198 x(process)S 201 x(consum)S 2 x (es)S 199 x(exc)S 2 x(essive)S 201 x(CPU)S 198 x(time)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(If)S 167 x(the)S 167 x(total)S 167 x (number)S 168 x(of)S 167 x(BG)S 166 x(or)S 167 x(MBA)S 167 x(devices)S 167 x(exceeds)S 168 x(5000,)S 167 x(TCPIP$HR_MIB)S 167 x(process)S 8083 X 598 y(consumes)S 166 x(excessive)S 167 x(CPU)S 166 x(time)S 165 x(and)S 167 x(leads)S 165 x(to)S 166 x(sluggish)S 167 x(performance.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(A)S 178 x(new)S 179 x (logical,)S 182 x(TCPIP$SNMP_SCAN_ALLDEV)S -66 x(,)S 179 x(is)S 178 x (included.)S 275 x(If)S 178 x(TCPIP$SNMP_)S 8083 X 598 y(SCAN_ALLDEV)S 164 x(is)S 165 x(de\211ned,)S 167 x(the)S 166 x(entire)S 166 x(set)S 165 x(of)S 166 x(devices)S 166 x(will)S 165 x(be)S 166 x(scanned.)S 250 x(If)S 165 x(the)S 166 x(logical)S 8083 X 598 y(is)S 166 x(not)S 166 x(de\211ned)S 167 x(then)S 166 x(only)S 167 x(the)S 166 x(following)S 167 x(devices)S 166 x(will)S 165 x(be)S 166 x(scanned:)S 8083 X 896 y (\201)S 595 x(Disk)S 8083 X 897 y(\201)S 595 x(T)S -31 x(ape)S 8083 X 897 y(\201)S 595 x(Communication)S 166 x(device)S 8083 X 896 y(\201)S 595 x(T)S -46 x(erminal)S 8083 X 897 y(\201)S 595 x(Line)S 166 x(printer)S 8083 X 897 y(\201)S 595 x(W)S -28 x(ork)S 167 x(stations)S 8083 X 896 y (\201)S 595 x(General)S 166 x(audio)S 8083 X 897 y(\201)S 595 x(Bus)S 8083 X 896 y(\201)S 595 x(General)S 166 x(video)S 8083 X 897 y(\201)S 595 x(DEC)S 165 x(voice)S 166 x(products)S 4497 29543 XY F24(4.21)S 397 x(SSH,)S 232 x(SCP)S 233 x(and)S 232 x(SFTP)S 233 x(problems)S 232 x (\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 896 y F151 (The)S 184 x(following)S 184 x(section)S 184 x(describes)S 183 x(SSH,)S 183 x(SCP)S 184 x(and)S 183 x(SFTP)S 185 x(problems)S 183 x(\211xed)S 184 x(in)S 184 x(this)S 8083 X 598 y(release.)S 4497 32133 XY F28(4.21.1)S 400 x(Error)S 198 x(messag)S 2 x(e)S 199 x(is)S 200 x(overwritten)S 200 x(for)S 199 x("illeg)S 2 x(al)S 199 x(option)S 2 x(s")S 200 x(provided)S 200 x(with)S 200 x(ls)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151 (For)S 189 x(illlegal)S 188 x(options)S 188 x(provided)S 189 x(with)S 187 x(ls,)S 194 x(such)S 189 x(as)S 187 x F234(ls)S 189 x(a)S F151(,)S 194 x(SFTP)S 189 x(displays)S 187 x(an)S 189 x(error)S 8083 X 597 y (message:)S 275 x F234(Illegal)S 179 x(option---a)S F151(.)S 276 x(The)S 179 x(error)S 179 x(message)S 179 x(is)S 178 x(partially)S 179 x(overwritten)S 179 x(by)S 8083 X 598 y(blank)S 167 x(lines)S 166 x(and)S 166 x(by)S 166 x(the)S 167 x(next)S 166 x(sftp>)S 166 x(prompt.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20330)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-31) 87 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.2)S 400 x (SSH)S 198 x(server)S 200 x(crashes)S 201 x(when)S 200 x(non-exis)S 2 x(tent)S 200 x(username)S 201 x(is)S 199 x(spec)S 2 x(i\211ed)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(SSH)S 175 x(server)S 176 x(crashes)S 176 x(on)S 176 x(login)S 176 x(when)S 176 x(a)S 176 x(non-existent)S 176 x(user)S 176 x(name)S 175 x(is)S 175 x(speci\211ed)S 176 x(at)S 175 x(the)S 8083 X 597 y(login)S 167 x(prompt.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9518 XY F28 (4.21.3)S 400 x(MGET)S 199 x(*.<\211le)S 200 x(extens)S 2 x(ion>)S 200 x (does)S 200 x(not)S 200 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(A)S 166 x(MGET)S 166 x(*.<\211le)S 166 x(extension>)S 167 x (does)S 166 x(not)S 166 x(work)S 166 x(with)S 166 x(SFTP)S 166 x(server)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 13802 XY F28(4.21.4)S 400 x(SCP)S 198 x(Copy)S 200 x (does)S 200 x(not)S 200 x(work)S 199 x(with)S 200 x(\211lenam)S 2 x (es)S 200 x(with)S 199 x(wildca)S 2 x(rds)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(SCP)S 166 x(copy)S 167 x(does)S 165 x(not)S 167 x (work)S 166 x(with)S 165 x(\211lenames)S 167 x(with)S 165 x(wildcards.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 18085 XY F28(4.21.5)S 400 x(LS)S 199 x(*.TXT)S 199 x (fails)S 201 x(to)S 199 x(displa)S 2 x(y)S 199 x(\211les)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(LS)S 166 x(*.TXT)S 167 x(fails)S 165 x (to)S 166 x(display)S 166 x(\211les)S 166 x(on)S 166 x(SFTP)S 167 x (client.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 22369 XY F28(4.21.6)S 400 x(SSH)S 198 x(idle-tim)S 2 x(eout)S 200 x(counter)S 200 x(fails)S 200 x(to)S 200 x(reset)S 8083 X 797 y F153(Problem:)S 8083 X 598 y F151(Although)S 169 x(the)S 168 x (SSH)S 167 x(server)S 169 x(sends)S 167 x(messages)S 167 x(to)S 168 x (the)S 168 x(client)S 167 x(within)S 168 x(the)S 168 x(con\211gu)S 2 x (red)S 168 x(idle-)S 8083 X 598 y(timeout)S 171 x(period,)S 172 x(the)S 171 x(SSH)S 170 x(client)S 171 x(would)S 170 x(still)S 170 x(timeout.)S 259 x(Hence,)S 173 x(the)S 171 x(SSH)S 170 x(idle-timeout)S 8083 X 598 y (counter)S 167 x(would)S 166 x(fail)S 166 x(to)S 166 x(reset)S 165 x (if)S 166 x(a)S 166 x(message)S 166 x(was)S 165 x(received)S 167 x(from)S 166 x(the)S 166 x(server)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 27849 XY F28(4.21.7)S 400 x(SFTP)S 199 x(client)S 201 x(converts)S 200 x(\211lena)S 2 x(mes)S 200 x(to)S 199 x(uppe)S 2 x(rcase)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(On)S 168 x(ODS-5)S 167 x(disks,)S 168 x(when)S 168 x(connectin)S 2 x(g)S 168 x(to)S 168 x(a)S 168 x(UNIX)S 167 x(system)S 167 x(using)S 169 x(the)S 168 x(get)S 168 x(command,)S 169 x(the)S 8083 X 597 y(SFTP)S 167 x(client)S 166 x(converts)S 167 x(\211lenames)S 166 x(to)S 166 x (uppercase.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20331)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-32) 88 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.8)S 400 x (SFTP)S 199 x("PUT")S 199 x(comm)S 2 x(and)S 200 x(fails)S 200 x(on)S 200 x(W)S -5 x(indows)S 200 x(server)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 175 x(copying)S 177 x(a)S 174 x(\211le)S 175 x (using)S 176 x(the)S 175 x(PUT)S 175 x(command)S 175 x(from)S 175 x (an)S 175 x(OpenVMS)S 174 x(to)S 175 x(a)S 175 x(W)S -19 x(indows)S 8083 X 597 y(2003)S 180 x(PC)S 179 x(using)S 180 x(WS_FTP)S 180 x(Server)S 181 x(7.1)S 180 x(from)S 179 x(IPSWITCH.COM,)S 179 x(SSH_FILEXFER_)S 8083 X 598 y(A)S -28 x(TTR_PERMISSIONS)S 170 x(error)S 172 x(is)S 171 x (returned.)S 260 x(A)S 171 x(\211le)S 172 x(header)S 171 x(is)S 171 x (created,)S 173 x(but)S 172 x(no)S 171 x(data)S 171 x(is)S 8083 X 598 y (placed)S 166 x(in)S 166 x(the)S 167 x(\211le.)S 250 x(Both)S 165 x (binary)S 167 x(transfers)S 166 x(and)S 166 x(ascii)S 166 x(stream_lf)S 165 x(transfers)S 166 x(fail.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 11012 XY F28(4.21.9)S 400 x(SFTP)S 199 x("CD)S 199 x(SYS$LOGIN")S 199 x(fails)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(In)S 179 x(an)S 178 x(SFTP)S 179 x (from)S 179 x(an)S 179 x(OpenVMS)S 178 x(system,)S 181 x(the)S 179 x (user)S 178 x(cannot)S 179 x(navig)S 2 x(ate)S 178 x(to)S 178 x(the)S 179 x(home)S 8083 X 597 y(directory)S 184 x(using)S 184 x("cd)S 183 x (sys$login")S 183 x(or)S 184 x("cd)S 183 x(/")S 183 x(or)S 183 x("cd)S 183 x(~".)S 284 x(When)S 183 x(such)S 184 x(an)S 183 x(operation)S 184 x (is)S 8083 X 598 y(attempted,)S 165 x(the)S 165 x(user)S 166 x(is)S 165 x(either)S 165 x(directed)S 165 x(to)S 165 x(a)S 165 x(wrong)S 166 x (directory)S 166 x(\(which)S 165 x(in)S 166 x(most)S 164 x(cases)S 165 x (is)S 8083 X 598 y(the)S 165 x(ssh')S -19 x(s)S 164 x(home)S 165 x(directory\))S 165 x(in)S 165 x(case)S 165 x(of)S 164 x(a)S 165 x(privileged)S 166 x (user)S 164 x(or)S 165 x(gets)S 165 x(a)S 165 x("CD)S 163 x(F)S -36 x (AILED)S -2 x(")S 165 x(error)S 8083 X 598 y(in)S 166 x(case)S 166 x (of)S 166 x(an)S 167 x(unprivileged)S 167 x(user)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 17986 XY F28(4.21.10)S 400 x(SFTP)S 199 x(process)S 201 x(becom)S 2 x(es)S 200 x(CPU)S -2 x(-bound)S 201 x(when)S 200 x(using)S 200 x (CHROOT)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(SFTP)S 177 x (process)S 177 x(becomes)S 176 x(CPU)S 177 x(bound)S 177 x(when)S 178 x (using)S 177 x(CHROO)S -2 x(T)S -45 x(.)S 177 x(If)S 176 x(most)S 176 x (of)S 177 x(the)S 177 x(SFTP)S 8083 X 598 y(processes)S 168 x(become)S 169 x(CPU-bound,)S 171 x(it)S 168 x(can)S 169 x(render)S 170 x(the)S 169 x(OpenVMS)S 168 x(system)S 169 x(unusable)S 169 x(with)S 8083 X 598 y(Denial)S 166 x(of)S 166 x(Service.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 23764 XY F28(4.21.1)S -31 x(1)S 398 x(ls)S 200 x(*)S 199 x(.txt)S 200 x(does)S 200 x(not)S 200 x(display)S 201 x(the)S 200 x(list)S 200 x(of)S 199 x (\211les)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 171 x F234(ls)S 170 x(*)S 170 x(.txt)S 170 x F151(command)S 170 x(in)S 170 x (SFTP)S 171 x(command)S 170 x(fails)S 169 x(to)S 170 x(display)S 170 x (the)S 170 x(list)S 169 x(of)S 170 x(\211les)S 170 x(in)S 170 x(the)S 8083 X 598 y(current)S 167 x(working)S 167 x(directory)S 167 x(and)S 166 x(exits)S 166 x(with)S 166 x(an)S 166 x(ACCVIO)S -2 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28945 XY F28(4.21.12)S 400 x(Copy)S 200 x(fails)S 200 x(with)S 200 x(wildcard)S 200 x(\(*\))S 199 x(characte)S 2 x(r)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(SCP)S 176 x F234(copy)S 176 x F151 (fails)S 175 x(when)S 176 x(the)S 176 x(command)S 176 x(is)S 176 x(entered)S 176 x(with)S 176 x(wildcard)S 175 x(\(*\))S 176 x(character)S -36 x (.)S 269 x(The)S 8083 X 598 y F234(copy)S 166 x F151(command)S 167 x (also)S 165 x(fails)S 166 x(when)S 166 x(entered)S 166 x(with)S 166 x (percentage)S 167 x(sign)S 166 x(\(%\).)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20332)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-33) 89 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.13)S 400 x(ACCVIO)S 198 x(on)S 200 x(non-exis)S 2 x(tent)S 200 x(user)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(SSH)S 166 x(server)S 166 x(fails)S 165 x(with)S 166 x(an)S 166 x(ACCVIO)S 164 x(on)S 167 x (non-existent)S 167 x(user)S -37 x(.)S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.21.14)S 400 x(mget)S 201 x(*.lis)S 199 x(does)S 201 x(not)S 199 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(In)S 166 x(an)S 167 x(SFTP)S 166 x(session,)S 166 x(the)S 166 x F234(mget)S 167 x(*.lis)S 166 x F151 (command)S 166 x(fails)S 165 x(to)S 166 x(work.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 13802 XY F28(4.21.15)S 400 x(ls)S 200 x(-l)S 199 x(fails)S 201 x(to)S 199 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 167 x F234(ls)S 166 x(-l)S 166 x F151(command)S 166 x(in)S 167 x(SFTP)S 166 x(does)S 166 x(not)S 166 x(work.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 18384 XY F28(4.21.16)S 400 x (ACCVIO)S 198 x(if)S 200 x(identi\211er)S 200 x(not)S 200 x(the)S 200 x (same)S 201 x(as)S 199 x(the)S 200 x(usernam)S 2 x(e)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 171 x(ACCVI)S -2 x(O)S 171 x (error)S 171 x(occurs)S 171 x(in)S 171 x(the)S 171 x(SSH)S 171 x(client)S 170 x(if)S 171 x(the)S 171 x(identi\211er)S 171 x(name)S 171 x(for)S 171 x(the)S 171 x(current)S 8083 X 598 y(UIC)S 166 x(is)S 165 x(not)S 166 x(the)S 167 x(same)S 165 x(as)S 166 x(the)S 166 x(username.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(T)S -45 x(o)S 190 x (keep)S 190 x(compatibility)S 190 x(with)S 190 x(older)S 190 x(versions,)S 197 x(the)S 190 x(logical)S 190 x(name,)S 197 x(TCPIP$SSH_)S 8083 X 598 y(ALLOW_IDENT_MISMA)S -29 x(TCH)S 179 x(must)S 178 x(be)S 178 x (assigned)S 179 x(in)S 179 x(the)S 179 x(system)S 178 x(table)S 178 x (to)S 178 x(enable)S 8083 X 598 y(the)S 172 x(new)S 172 x(behavior)S -36 x(.)S 262 x(If)S 171 x(not)S 172 x(assigned,)S 174 x(or)S 172 x (if)S 172 x(assigned)S 172 x(with)S 171 x(numeric)S 173 x(value)S 173 x (0,)S 173 x(the)S 172 x(code)S 8083 X 597 y(behaves)S 167 x(as)S 165 x (in)S 167 x(previous)S 166 x(versions.)S 4497 25358 XY F28(4.21.17)S 400 x(W)S -5 x(ildcard)S 200 x(\("*"\))S 200 x(processi)S 2 x(ng)S 199 x (on)S 200 x("ls")S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(W)S -19 x(ithin)S 179 x(SFTP)S -64 x(,)S 179 x(wildcard)S 178 x(\("*"\))S 177 x(processing)S 179 x(does)S 178 x(not)S 178 x(work)S 178 x(properly)S 179 x(on)S 179 x F234(ls)S 178 x F151(or)S -36 x(,)S 181 x(if)S 178 x (the)S 8083 X 598 y(target)S 166 x(\211le)S 167 x(already)S 166 x(exists,)S 166 x(on)S 167 x F234(mget)S F151(.)S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30539 XY F28(4.21.18)S 400 x(Entering)S 200 x(an)S 200 x(extra)S 200 x()S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(W)S -19 x(ithin)S 176 x(SFTP)S -64 x (,)S 176 x(it)S 175 x(is)S 175 x(necessary)S 176 x(to)S 175 x(enter)S 176 x(an)S 176 x(extra)S 175 x()S 175 x(after)S 175 x(pressing)S 175 x(,)S 8083 X 598 y(,)S 195 x(or)S 189 x(.)S 294 x(Also,)S 194 x(display)S 188 x(of)S 189 x(the)S 189 x(resulting)S 189 x(messages)S 188 x(such)S 189 x(as)S 8083 X 598 y("**)S 187 x(Interrupt)S 188 x(**")S 187 x(is)S 187 x(not)S 187 x(consistent)S 187 x(with)S 187 x (other)S 188 x(TCPIP)S 187 x(components,)S 194 x(nor)S 188 x(with)S 8083 X 598 y(longstanding)S 167 x(VMS)S 166 x(usage.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20333)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-34) 90 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 8083 4561 XY F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(A)S 186 x(new)S 186 x(logical)S 186 x(name,)S 191 x(TCPIP$SSH_SFTP_SUPPRESS_EXIT_MESSAG)S -2 x(ES,)S 186 x(is)S 8083 X 598 y(available)S 166 x(to)S 166 x(suppress)S 166 x(display)S 165 x (of)S 166 x(the)S 167 x(following)S 166 x(messages:)S 9279 X 897 y F238 (-)S 239 x(CTRL/Z)S 240 x(->)S 240 x(**)S 239 x(Exit)S 240 x(**)S 9279 X 498 y(-)S 239 x(CTRL/Y)S 240 x(->)S 240 x(**)S 239 x(Interru)S 2 x(pt)S 239 x(**)S 9279 X 498 y(-)S 239 x(CTRL/C)S 240 x(->)S 240 x(**)S 239 x (Cancel)S 241 x(**)S 8083 X 897 y F151(It)S 173 x(is)S 173 x(effective)S 174 x(if)S 173 x(the)S 174 x(logical)S 174 x(name)S 174 x(is)S 173 x (de\211ned)S 174 x(at)S 173 x(the)S 174 x(system)S 173 x(level)S 174 x (\(/SYSTEM\))S 173 x(with)S 8083 X 597 y(any)S 167 x(value)S 167 x(except)S 166 x(0.)S 4497 10538 XY F28(4.21.19)S 400 x(SSH)S 217 x(acce)S 2 x (ss)S 219 x(to)S 218 x(an)S 219 x(accoun)S 2 x(t)S 218 x(with)S 219 x (an)S 218 x(expi)S 2 x(red)S 218 x(password)S 219 x(and)S 219 x(a)S 6889 X 698 y(PWDLIFETIME)S 199 x(of)S 200 x(0)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(SSH)S 172 x(access)S 173 x(to)S 172 x(an)S 173 x(account)S 173 x(with)S 173 x(an)S 173 x(expired)S 173 x(passw)S -2 x(ord)S 173 x (and)S 173 x(a)S 173 x(PWDLIFETIME)S 171 x(of)S 173 x(0)S 8083 X 598 y (still)S 165 x(requires)S 167 x(a)S 166 x(passw)S -2 x(ord)S 167 x(change,)S 168 x(unlike)S 167 x(TELNET)S 166 x(or)S 166 x(SET)S 166 x(HOST)S -47 x (.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 16416 XY F28(4.21.20)S 400 x(put)S 200 x(*.*;*)S 198 x (may)S 200 x(not)S 200 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(SFTP)S 167 x(command,)S 166 x F234(put)S 166 x (*.*;*)S 167 x F151(fails)S 165 x(with)S 166 x(an)S 166 x(ACCVI)S -2 x (O)S 166 x(error)S -36 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 20999 XY F28(4.21.21)S 400 x (Ability)S 200 x(to)S 200 x(navigat)S 2 x(e)S 199 x(to)S 200 x(subdirectories)S 201 x(has)S 200 x(regressed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(From)S 165 x(a)S 165 x(PC)S 165 x(SFTP)S 166 x(client,)S 166 x (speci\211cally)S 165 x(the)S 165 x(one)S 166 x(from)S 165 x(SSH)S 164 x (Inc.,)S 167 x(the)S 165 x(ability)S 165 x(to)S 164 x(navig)S 2 x(ate)S 8083 X 597 y(to)S 166 x(subdirectories)S 166 x(has)S 166 x(regressed)S 166 x(from)S 166 x(a)S 166 x(previous)S 167 x(\211x.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26180 XY F28(4.21.22)S 400 x(ls)S 200 x(-r)S 199 x(fails)S 200 x(with)S 200 x (an)S 200 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(In)S 171 x(SFTP)S -64 x(,)S 171 x(an)S 171 x F234(ls)S 170 x(-r)S 171 x F151 (command)S 170 x(fails)S 170 x(with)S 170 x(an)S 171 x(error)S 171 x (and)S 170 x(does)S 170 x(not)S 171 x(display)S 170 x(any)S 171 x(\211les)S 171 x(in)S 8083 X 598 y(the)S 166 x(subdirectories.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 31360 XY F28(4.21.23)S 400 x(T)S -32 x(ransferring)S 199 x(larger)S 200 x(\211les)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Using)S 167 x(SCP)S 165 x (or)S 167 x(SFTP)S 166 x(to)S 166 x(transfer)S 166 x(a)S 166 x(\211le)S 166 x(larger)S 167 x(than)S 167 x(2)S 166 x(GB)S 165 x(results)S 166 x (in)S 166 x(a)S 166 x(corrupt)S 166 x(\211le.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20334)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-35) 91 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.24)S 400 x(ls)S 200 x(comma)S 2 x(nd)S 199 x(fails)S 201 x(to)S 199 x(list)S 200 x(ODS-5)S 199 x(exten)S 2 x(ded)S 200 x(\211lename)S 2 x(s)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(In)S 166 x(SFTP)S -63 x(,)S 166 x(output)S 166 x(from)S 166 x(an)S 167 x F234(ls)S 166 x F151(command)S 166 x(fails)S 165 x(to)S 166 x(list)S 166 x(ODS)S -2 x(-5)S 166 x(extended)S 167 x(\211lenames.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.21.25)S 400 x(Error)S 198 x(returned)S 200 x(by)S 200 x(the)S 199 x(stat)S(\()S 84 x(\))S 200 x(function)S 200 x(during)S 200 x(a)S 200 x("get")S 200 x(operatio)S 2 x(n)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Although,)S 186 x (the)S 181 x(\211les)S 181 x(are)S 181 x(in)S 181 x(a)S 181 x(subdirectory)S 182 x(of)S 181 x(the)S 181 x(current)S 182 x(source)S 181 x(with)S 181 x (recursion)S 8083 X 598 y(disabled,)S 168 x(SFTP)S 167 x(complains)S 168 x(about)S 167 x(an)S 168 x(error)S 168 x(returned)S 168 x(by)S 168 x (the)S 167 x F234(stat)S(\()S 83 x(\))S 168 x F151(function)S 168 x (during)S 8083 X 598 y(a)S 166 x F234(get)S 166 x F151(operation.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 14997 XY F28(4.21.26)S 400 x(SSH)S 198 x(server)S 200 x (enforces)S 201 x(an)S 200 x(idle)S 200 x(sessio)S 2 x(n)S 199 x(timeou)S 2 x(t)S 199 x(value)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (The)S 175 x(SSH)S 174 x(server)S 175 x(enforces)S 174 x(an)S 175 x (idle)S 174 x(session)S 173 x(timeout)S 174 x(value)S 175 x(because)S 175 x(of)S 174 x(the)S 174 x(following)S 8083 X 597 y(issues:)S 8083 X 897 y(\201)S 595 x(The)S 160 x(actual)S 160 x(idle)S 160 x(timeout)S 160 x(is)S 159 x(about)S 160 x(10%)S 160 x(greater)S 160 x(than)S 161 x (the)S 160 x(con\211gu)S 2 x(red)S 160 x(IdleT)S -13 x(imeOut)S 8980 X 598 y(value.)S 8083 X 896 y(\201)S 595 x(Activity)S 168 x(from)S 167 x (the)S 168 x(client)S 168 x(after)S 168 x(approximately)S 168 x(90%)S 167 x(of)S 168 x(the)S 168 x(IdleT)S -13 x(imeOut)S 168 x(duration)S 8980 X 598 y(is)S 165 x(not)S 167 x(counted;)S 167 x(the)S 166 x(session)S 165 x(is)S 166 x(cut)S 166 x(off)S 166 x(anyway)S -54 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(A)S 175 x(new)S 175 x(logical)S 175 x(name,)S 178 x(TCPIP$SSH_SHIFT_IDLE_TIMEOUT)S -47 x(,)S 176 x(when)S 175 x(de\211ned)S 176 x(with)S 8083 X 597 y(anything)S 189 x(other)S 188 x(than)S 188 x("0")S 187 x(causes)S 188 x(a)S 187 x(shifting)S 188 x (of)S 187 x(the)S 188 x(window)S 187 x(of)S 187 x(actual)S 188 x(enforced)S 8083 X 598 y(timeout)S 169 x(values.)S 256 x(Rather)S 169 x(than)S 170 x (allowing)S 169 x(an)S 170 x(idle)S 169 x(user)S 169 x(a)S 169 x(grace)S 170 x(period)S 169 x(of)S 169 x(up)S 170 x(to)S 169 x(10%)S 169 x(of)S 8083 X 598 y(the)S 174 x(con\211g)S 2 x(ured)S 174 x(IdleT)S -12 x(imeOut,)S 175 x(the)S 174 x(timeout)S 174 x(will)S 173 x(actually)S 175 x(be)S 174 x(enforced)S 174 x(at)S 174 x(some)S 173 x(time)S 8083 X 598 y(between)S 166 x(95%)S 166 x(and)S 166 x(105%)S 166 x(of)S 166 x(that)S 166 x(value.)S 4497 25557 XY F28(4.21.27)S 400 x(ACCVIO)S 198 x(error)S 199 x(during)S 199 x(pass)S 2 x(word)S 199 x(valida)S 2 x(tion)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(An)S 166 x(ACCVIO)S 164 x(error)S 167 x (occurs)S 166 x(in)S 167 x(SSH)S 165 x(during)S 168 x(passw)S -2 x(ord)S 166 x(validation.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 30140 XY F28(4.21.28)S 400 x(Issue)S 2 x(s)S 199 x(related)S 201 x(to)S 199 x(the)S 200 x(passwo)S 2 x(rd)S 199 x(change)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Following)S 167 x(are)S 166 x(the)S 166 x(issues)S 165 x(related)S 166 x(to)S 166 x (the)S 166 x(password)S 165 x(chang)S 2 x(e)S 166 x(feature)S 166 x (in)S 166 x(SSH:)S 8083 X 897 y(\201)S 595 x(The)S 167 x(old)S 165 x (password)S 165 x(sent)S 166 x(by)S 167 x(a)S 166 x(client)S 166 x(is)S 165 x(ignore)S 2 x(d)S 165 x(by)S 167 x(the)S 166 x(OpenVMS)S 166 x (SSH)S 165 x(server)S -36 x(.)S 8083 X 896 y(\201)S 595 x(The)S 167 x (OpenVMS)S 165 x(client)S 166 x(never)S 168 x(prompts)S 165 x(the)S 166 x(user)S 166 x(for)S 167 x(an)S 166 x(old)S 166 x(password.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(On)S 163 x(the)S 163 x (SSH)S 162 x(server)S -36 x(,)S 163 x(if)S 163 x(the)S 163 x(value)S 163 x(for)S 163 x(pwdlifetime)S 162 x(for)S 162 x(a)S 163 x(user)S 163 x (account)S 163 x(in)S 163 x(the)S 163 x(SYSUAF)S 8083 X 598 y(is)S 170 x (0)S 169 x(\(none\),)S 172 x(the)S 170 x(user)S 170 x(at)S 170 x(the)S 170 x(client)S 170 x(is)S 170 x(not)S 170 x(prompted)S 169 x(to)S 170 x (update)S 170 x(his)S 169 x(password)S 169 x(even)S 171 x(if)S 8083 X 598 y(it)S 166 x(has)S 166 x(expired.)S 250 x(This)S 166 x(is)S 166 x (an)S 166 x(OpenVMS)S 166 x(feature,)S 167 x(not)S 166 x(speci\211c)S 166 x(to)S 166 x(SSH.)S 5 SC 312 x 38258 Y F38(Corrections)S 399 x F40 (4\20335)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-36) 92 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 8083 4555 XY F151(For)S 184 x(the)S 184 x(password)S 183 x(update)S 184 x(feature)S 184 x(to)S 183 x(work,)S 189 x(the)S 184 x(appropriate)S 183 x(value)S 185 x(in)S 184 x(SSHD2_)S 8083 X 598 y(CONFIG.)S 165 x(must)S 166 x(be)S 166 x (set)S 166 x(to)S 165 x("yes")S 166 x(\(without)S 166 x(the)S 166 x (quotation)S 166 x(marks\).)S 9040 X 897 y F238(Client)S 240 x(is)S 239 x(VMS:)S 9040 X 498 y(AllowVmsLog)S 2 x(inWithExpire)S 2 x(dPw)S 239 x(\(default)S 241 x(is)S 239 x(yes\))S 10714 X 498 y(Client)S 240 x (is)S 240 x(not)S 239 x(VMS:)S 10714 X 498 y(AllowNonvm)S 2 x(sLoginWithEx)S 2 x(piredPw)S 240 x(\(default)S 240 x(is)S 240 x(no\))S 8083 X 897 y F151(For)S 173 x(some)S 172 x(clients,)S 175 x(if)S 172 x(the)S 173 x (value)S 174 x(of)S 172 x(AllowedAuthentications)S 172 x(in)S 173 x (SSHD2_CO)S -2 x(NFIG.)S 173 x(is)S 8083 X 597 y(set)S 166 x(to)S 166 x (passw)S -2 x(ord)S 166 x(only)S -54 x(,)S 166 x(the)S 167 x(following)S 166 x(situation)S 166 x(may)S 166 x(occur)S 167 x(for)S 166 x(the)S 166 x(user)S 167 x(at)S 165 x(the)S 167 x(client:)S 8083 X 897 y(\201)S 595 x(Client)S 166 x(prompts)S 165 x(for)S 166 x(the)S 166 x(account)S 167 x(password.)S 8083 X 897 y(\201)S 595 x(User)S 166 x(enters)S 166 x (the)S 166 x(correct)S 167 x(passw)S -2 x(ord.)S 8083 X 896 y(\201)S 595 x(The)S 176 x(passw)S -2 x(ord)S 176 x(has)S 175 x(expired;)S 181 x (client)S 175 x(prompts)S 175 x(user)S 175 x(to)S 176 x(re-enter)S 175 x (the)S 176 x(old)S 175 x(and)S 175 x(new)S 8980 X 598 y(passwords)S -2 x(.)S 8083 X 897 y(\201)S 595 x(The)S 167 x(user)S 166 x(enters)S 166 x(an)S 166 x(incorrect)S 167 x(old)S 166 x(password.)S 8083 X 896 y (\201)S 595 x(Client)S 173 x(now)S 174 x(re-prompts)S 173 x(the)S 174 x (user)S 174 x(to)S 173 x(enter)S 174 x(a)S 174 x(passw)S -2 x(ord,)S 177 x(as)S 173 x(described)S 173 x(in)S 174 x(step)S 173 x(a.)S 8980 X 598 y(However)S -37 x(,)S 178 x(when)S 175 x(the)S 176 x(user)S 175 x (enters)S 175 x(the)S 175 x(correct)S 176 x(password,)S 177 x(step)S 174 x(c)S 175 x(does)S 175 x(not)S 175 x(occur)S -36 x(.)S 8980 X 598 y (Instead,)S 166 x(step)S 165 x(e)S 166 x(is)S 166 x(repeated.)S 8083 X 896 y(\201)S 595 x(Eventually)S -54 x(,)S 166 x(the)S 166 x(login)S 167 x(attempt)S 165 x(fails.)S 8083 X 897 y(This)S 166 x(behavior)S 167 x(does)S 166 x(not)S 166 x(occur)S 167 x(with)S 166 x(the)S 166 x (OpenVMS)S 166 x(client.)S 8083 X 897 y(There)S 189 x(is)S 187 x(a)S 188 x(new)S 188 x(logical)S 188 x(name:)S 293 x(T)S -46 x(o)S 188 x (enable)S 188 x(prompting)S 188 x(for)S 188 x(old)S 188 x(password)S 187 x(in)S 188 x(the)S 8083 X 597 y(OpenVMS)S 181 x(SSH)S 180 x(client)S 181 x(when)S 181 x(updating)S 182 x(an)S 181 x(expired)S 182 x(passw)S -2 x(ord,)S 186 x(use)S 181 x(the)S 181 x(following)S 8083 X 598 y(command:)S 9040 X 897 y F238($)S 239 x(DEFINE)S 240 x(/SYSTEM)S 241 x(TCPIP$SSH_NU)S 2 x(M_OLD_PASSWO)S 2 x(RD_CHECKS)S 240 x(n)S 8083 X 897 y F151(Where;)S 181 x("n")S 175 x(is)S 175 x(the)S 176 x(number)S 176 x(of)S 175 x(guesses)S 175 x(that)S 176 x(the)S 175 x(client)S 176 x(is)S 175 x(to)S 175 x (be)S 175 x(allowed)S 175 x(for)S 176 x(the)S 175 x(old)S 8083 X 597 y (password.)S 279 x(Y)S -55 x(ou)S 182 x(should)S 181 x(make)S 182 x (this)S 181 x(value)S 182 x(less)S 181 x(than)S 182 x(or)S 182 x(equal)S 181 x(to)S 182 x(the)S 181 x(value)S 183 x(of)S 181 x(the)S 8083 X 598 y (variable)S 178 x(PasswordG)S -2 x(uesses)S 177 x(in)S 177 x(the)S 177 x (server)S 178 x(con\211gu)S 2 x(ration)S 177 x(\211le)S 177 x(SSHD2_CONFIG)S -2 x(.)S 178 x(A)S 8083 X 598 y(separate)S 166 x(mechanism)S 167 x(is)S 167 x(required)S 167 x(to)S 167 x(de\211ne)S 167 x(the)S 167 x(value)S 168 x(for)S 166 x(the)S 167 x(client)S 167 x(since)S 167 x(it)S 167 x (does)S 166 x(not)S 8083 X 598 y(have)S 167 x(access)S 166 x(to)S 166 x (SSHD2_C)S -2 x(ONFIG.,)S 166 x(but)S 167 x(only)S 166 x(to)S 166 x (SSH2_CONFIG.)S 8083 X 597 y(T)S -45 x(o)S 162 x(make)S 163 x(this)S 162 x(value)S 163 x(permanent)S 163 x(across)S 163 x(reboots,)S 163 x (include)S 163 x(the)S 163 x(command)S 163 x(in)S 162 x(the)S 163 x (system)S 8083 X 598 y(startup)S 166 x(procedure.)S 8083 X 598 y(Note)S 175 x(that)S 174 x(if)S 174 x(n)S 175 x(=)S 174 x(0)S 175 x(or)S 174 x ("0",)S 177 x(or)S 175 x(if)S 174 x(the)S 175 x(logical)S 175 x(is)S 174 x(not)S 174 x(de\211ned,)S 178 x(the)S 175 x(SSH)S 174 x(client)S 174 x(will)S 174 x(not)S 8083 X 598 y(prompt)S 166 x(for)S 166 x(the)S 166 x(old)S 166 x(password.)S 4497 26871 XY F28(4.21.29)S 400 x(Error)S 198 x(messa)S 2 x(ge)S 200 x(appears)S 200 x(at)S 200 x(the)S 200 x (conclus)S 2 x(ion)S 200 x(of)S 199 x(a)S 200 x(copy)S 200 x(operation)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 187 x(using)S 187 x(SCP)S 186 x(to)S 186 x(copy)S 187 x(a)S 187 x(\211le)S 186 x(to)S 187 x(a)S 186 x(remote)S 186 x(non-OpenVMS)S 187 x(server)S -37 x(,)S 192 x(the)S 187 x(error)S 8083 X 598 y(message,)S 186 x F234(got)S 182 x (EOF)S 182 x(reading)S 182 x(file)S 182 x F151(sometimes)S 181 x(appears)S 182 x(at)S 181 x(the)S 182 x(conclusion)S 183 x(of)S 182 x(copy)S 8083 X 598 y(operation,)S 167 x(which)S 166 x(is)S 166 x(otherwise)S 166 x (a)S 166 x(successful)S 165 x(operation.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 32650 XY F28(4.21.30)S 400 x(-r)S 199 x(comma)S 2 x(nd)S 200 x(does)S 200 x(not)S 200 x(work)S 199 x(as)S 200 x(expec)S 2 x(ted)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 167 x F234(scp)S 166 x(-r)S 166 x F151(command)S 166 x(does)S 166 x(not)S 166 x(work)S 167 x(as)S 165 x(expected.)S 5 SC 4497 38258 XY F40(4\20336)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Bold Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-37) 93 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 8083 4561 XY F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(The)S 174 x F234(-r)S 173 x F151(option)S 173 x(is)S 173 x(intended)S 173 x(to)S 173 x(be)S 173 x(used)S 173 x (when)S 173 x(the)S 174 x(source)S 173 x(path)S 173 x(speci\211es)S 173 x(a)S 173 x(directory)S -54 x(,)S 8083 X 598 y(not)S 185 x(including)S 187 x(\211lename\(s\).)S 287 x(Copy)S 185 x(of)S 185 x(\211les)S 184 x (where)S 186 x(\211lename)S 185 x(is)S 184 x(speci\211ed)S 185 x(does)S 185 x(not)S 8083 X 598 y(require)S 167 x(use)S 166 x(of)S 166 x(the)S 166 x F234(-r)S 166 x F151(option.)S 8083 X 896 y(Note,)S 178 x(however)S -36 x(,)S 178 x(that)S 175 x(when)S 176 x(a)S 175 x(\211lename)S 176 x (is)S 175 x(speci\211ed,)S 178 x(even)S 177 x(if)S 175 x(it)S 175 x (is)S 175 x(in)S 175 x(a)S 176 x(subdirectory)S 8083 X 598 y(of)S 174 x (the)S 175 x(current)S 175 x(default,)S 177 x(the)S 175 x(\211le)S 174 x (is)S 174 x(copied)S 175 x(to)S 174 x(the)S 175 x(target)S 174 x(default.)S 266 x(When)S 175 x(a)S 174 x(directory)S 8083 X 598 y(name)S 167 x(is)S 166 x(used)S 166 x(as)S 166 x(the)S 166 x(source)S 167 x(and)S 166 x F234(-r)S 167 x F151(is)S 166 x(speci\211ed,)S 167 x(the)S 166 x(directory)S 167 x(tree)S 166 x(is)S 166 x(reproduced)S 167 x(on)S 8083 X 598 y(the)S 166 x(target)S 167 x(system.)S 8083 X 896 y(The)S 172 x(\211x)S 173 x (for)S 171 x(this)S 172 x(case)S 171 x(enables)S 171 x(the)S 172 x(OpenVMS)S 171 x(SCP)S 171 x(client)S 172 x(to)S 172 x(handle)S 172 x(directory)S 172 x(levels)S 8083 X 598 y(more)S 172 x(than)S 171 x(one)S 172 x(deep)S 171 x(when)S 172 x(the)S 171 x F234(-r)S 171 x F151(option)S 172 x(is)S 170 x(used.)S 260 x(As)S 171 x(before,)S 173 x(recursive)S 172 x(copy)S 172 x(is)S 171 x(not)S 8083 X 598 y(supported)S 166 x(for)S 166 x(the)S 166 x(SFTP)S 167 x(client.)S 8083 X 897 y(Also,)S 169 x(recursive)S 169 x(copy)S 169 x(with)S 168 x(\211lenames)S 169 x(not)S 168 x(speci\211ed)S 169 x(preserves)S 168 x(the)S 169 x(version)S 169 x(number)S 169 x(of)S 8083 X 597 y(the)S 174 x(source)S 174 x(\211le.)S 264 x(This)S 174 x (behavior)S 175 x(means)S 173 x(that)S 173 x(when)S 174 x(the)S 174 x (target)S 173 x(of)S 174 x(a)S 173 x F234(put)S 174 x F151(command)S 173 x(is)S 8083 X 598 y(also)S 164 x(an)S 165 x(OpenVMS)S 164 x(system,)S 164 x(the)S 165 x(\211le)S 164 x(will)S 164 x(not)S 165 x(be)S 164 x (copied)S 164 x(if)S 164 x(that)S 165 x(version)S 165 x(already)S 164 x (exists.)S 8083 X 598 y(An)S 166 x(error)S 167 x(message,)S 166 x(similar)S 165 x(to)S 166 x(the)S 167 x(following)S 166 x(is)S 165 x(displayed:)S 10236 X 896 y F238(tcpip$ssh_sc)S 2 x(p2.exe:)S 8562 X 499 y(warning:)S 240 x(open:)S 240 x(./testroot)S 2 x(/AFILE.TXT;1)S 241 x(\(dst\):)S 8562 X 498 y(unspecified)S 240 x(failure)S 241 x(\(server)S 240 x(msg:)S 240 x('syserr:)S 240 x(bad)S 240 x(file)S 8562 X 498 y(number,)S 240 x (file:)S 240 x(./testroot/)S 2 x(AFILE.TXT;1')S 2 x(\))S 4497 17612 XY F28(4.21.31)S 400 x(Directory)S 200 x(logical)S 201 x(names)S 201 x (gets)S 200 x(translated)S 201 x(on)S 199 x(the)S 200 x(clien)S 2 x (t)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(In)S 176 x(SFTP)S 176 x(and)S 175 x(SCP)S -64 x(,)S 176 x(directory)S 176 x(logical)S 176 x(names)S 175 x(gets)S 175 x(translated)S 175 x(on)S 176 x(the)S 176 x(client)S 175 x(system)S 8083 X 598 y(instead)S 166 x(of)S 166 x (being)S 167 x(passed)S 165 x(to)S 166 x(the)S 166 x(server)S -36 x (.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(Logical)S 161 x(names)S 160 x(entered)S 161 x(through)S 162 x(the)S 160 x(SCP)S 160 x(and)S 161 x(SFTP)S 160 x(clients)S 161 x(should)S 160 x(be)S 160 x (translated)S 160 x(on)S 8083 X 598 y(the)S 169 x(server)S 169 x(system.)S 254 x(For)S 169 x(example,)S 169 x(if)S 169 x(the)S 168 x(client)S 169 x (and)S 169 x(server)S 169 x(systems)S 167 x(have)S 170 x(a)S 168 x(different)S 8083 X 598 y(translation)S 171 x(for)S 171 x(the)S 171 x(same)S 171 x (system-w)S -2 x(ide)S 171 x(logical)S 172 x(name,)S 172 x(the)S 171 x (one)S 172 x(on)S 171 x(the)S 171 x(server)S 172 x(should)S 8083 X 598 y (be)S 167 x(used.)S 251 x(Note)S 167 x(that)S 167 x(because)S 167 x (the)S 167 x(SFTP)S 167 x(server)S 167 x(does)S 167 x(not)S 167 x(execute)S 168 x(the)S 167 x(SYS$SYLO)S -2 x(GIN)S 8083 X 597 y(command)S 169 x (procedure,)S 171 x(some)S 169 x(logical)S 169 x(names)S 169 x(available)S 169 x(in)S 169 x(interactive)S 170 x(sess)S -2 x(ions)S 169 x(are)S 169 x(not)S 8083 X 598 y(available,)S 167 x(e.g.,)S 168 x(SYS$LOGI)S -2 x(N.)S 8083 X 897 y(If)S 185 x(a)S 184 x(user)S 185 x(does)S 185 x (not)S 185 x(have)S 185 x(access)S 185 x(to)S 184 x(the)S 185 x(directory)S 186 x(referenced)S 186 x(by)S 185 x(a)S 185 x(logical)S 185 x(name)S 8083 X 598 y(\(e.g.)S 2 x(,)S 170 x(TCPIP$SSH_HOME)S 169 x(for)S 170 x (a)S 169 x(non-privileg)S 2 x(ed)S 169 x(account\),)S 172 x(a)S 169 x F234(cd)S F151(in)S 170 x(SFTP)S 170 x(will)S 169 x(fail,)S 170 x(as)S 8083 X 597 y(expected.)S 8083 X 897 y(Also)S 177 x(note)S 178 x(that)S 177 x(from)S 178 x(a)S 177 x(non-OpenVMS)S 178 x(client,)S 181 x(no)S 178 x(attempt)S 177 x(is)S 177 x(made)S 177 x(to)S 178 x(translate)S 177 x(a)S 8083 X 598 y(string)S 161 x(as)S 160 x(a)S 161 x(logical)S 160 x(name;)S 163 x(behavior)S 162 x(depends)S 160 x(on)S 161 x(the)S 161 x(client.)S 250 x(For)S 161 x(example,)S 162 x(from)S 160 x(a)S 161 x(Red)S 8083 X 597 y(Hat)S 166 x(Linux)S 167 x(system:)S 8322 X 897 y F238(sftp>)S 240 x(cd)S 240 x(name)S 8322 X 498 y(\(no)S 240 x (leading)S 240 x(slash)S 240 x(before)S 240 x("name"\))S 241 x(results)S 240 x(in)S 240 x(an)S 239 x(attempt)S 240 x(to)S 240 x(move)S 8322 X 498 y(to)S 240 x(the)S 239 x([.name])S 241 x(subdirector)S 2 x(y)S 239 x (of)S 239 x(the)S 240 x(current)S 240 x(default)S 241 x(location.)S 8322 X 499 y(sftp>)S 240 x(cd)S 240 x(/name)S 8322 X 498 y(results)S 241 x(in)S 239 x(an)S 240 x(attempt)S 240 x(to)S 239 x(go)S 240 x(to)S 239 x(a)S 240 x(device)S 240 x("name",)S 240 x(with)S 240 x(no)S 8322 X 498 y(director)S 2 x(y)S 239 x(specified,)S 241 x(which)S 240 x(fails.)S 8322 X 797 y(Current)S 241 x(default:)S 240 x(dev1:[use)S 2 x(r1];)S 239 x(dev1:[u)S 2 x(ser2])S 240 x(does)S 239 x(not)S 240 x(exist:)S 8322 X 797 y(sftp>)S 240 x(cd)S 240 x(dirname)S 8322 X 498 y(sftp>)S 240 x(pwd)S 8322 X 498 y(Remote)S 240 x(working)S 241 x(directory:)S 241 x(/DEV1/user1/)S 2 x(dirname)S 8322 X 797 y(sftp>)S 240 x(cd)S 240 x (/dev1)S 8322 X 498 y(Couldn't)S 241 x(canonicalis)S 2 x(e:)S 239 x (No)S 240 x(such)S 239 x(file)S 240 x(or)S 240 x(directory)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20337)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-38) 94 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 8322 4455 XY F238(sftp>)S 240 x(cd)S 240 x(/dev1/user1)S 8322 X 498 y(sftp>)S 240 x(pwd)S 8322 X 498 y(Remote)S 240 x(working)S 241 x(directory:)S 241 x(/dev1/000000)S 2 x(/user1)S 8322 X 797 y(sftp>)S 240 x(cd)S 240 x(/dev1/user2)S 8322 X 498 y(Couldn't)S 241 x(stat)S 240 x(remote)S 240 x(file:)S 240 x(No)S 239 x(such)S 240 x(file)S 240 x(or)S 239 x(director)S 2 x(y)S 4497 7842 XY F28(4.21.32)S 400 x(Miscel)S 2 x(laneous)S 201 x(Problems)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(\201)S 595 x(W)S -19 x(ithin)S 170 x (SFTP)S -63 x(,)S 170 x(the)S 171 x F234(cd)S 170 x(..)S 257 x F151 (command)S 170 x(does)S 170 x(not)S 170 x(work,)S 172 x(and)S 171 x F234(ls)S 170 x(*.*;)S 172 x F151(does)S 170 x(not)S 170 x(work)S 8980 X 598 y(for)S 166 x(directories.)S 8083 X 896 y(\201)S 595 x(SFTP)S 167 x (behavior)S 168 x(is)S 166 x(inconsistent)S 167 x(for)S 167 x F234(cd)S 167 x F151(and)S 167 x F234(ls)S 167 x F151(when)S 167 x(the)S 167 x (target)S 167 x(directory)S 167 x(did)S 167 x(not)S 8980 X 598 y(allow)S 165 x(full)S 166 x(user)S 167 x(access.)S 8083 X 897 y(\201)S 595 x (For)S 153 x(directories)S 152 x(allowing)S 152 x(READ+)S -2 x(EXECUTE)S 151 x(access,)S 155 x(the)S 153 x F234(ls)S 152 x F151(command)S 153 x (sometimes)S 8980 X 597 y(results)S 165 x(in)S 167 x(an)S 166 x(error)S 167 x(message)S 165 x(along)S 167 x(with)S 166 x(a)S 166 x(display)S 166 x(of)S 166 x(the)S 166 x(appropriate)S 166 x(\211lenames.)S 8083 X 897 y(\201)S 595 x(For)S 176 x(directories)S 175 x(allowing)S 176 x (EXEC)S -2 x(UTE)S 176 x(access)S 175 x(only)S -55 x(,)S 178 x F234 (ls)S 176 x F151(should)S 176 x(not)S 175 x(list)S 175 x(\211les,)S 178 x(but)S 8980 X 598 y(it)S 171 x(did)S 171 x(list)S 170 x(them)S 172 x(\(along)S 171 x(with)S 171 x(an)S 172 x(error)S 172 x(message\).)S 259 x(It)S 171 x(must)S 171 x(list)S 170 x(a)S 172 x(\211le)S 171 x (only)S 172 x(if)S 171 x(that)S 8980 X 598 y(speci\211c)S 166 x(name)S 166 x(is)S 166 x(speci\211ed)S 166 x(by)S 166 x(the)S 167 x(user)S -37 x (.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 167 x (following)S 166 x(are)S 166 x(some)S 166 x(differences)S 166 x(from)S 166 x(DCL)S 166 x(or)S 166 x(FTP)S 167 x(behavior)S 167 x(and)S 166 x (messages:)S 8083 X 896 y(When)S 170 x(an)S 170 x("ls")S 169 x(encoun)S 2 x(ters)S 169 x(a)S 170 x(\211le)S 170 x(for)S 170 x(which)S 170 x (attributes)S 169 x(are)S 170 x(not)S 170 x(accessible)S 169 x(to)S 170 x(the)S 170 x(user)S 8083 X 598 y(on)S 173 x(the)S 172 x(SFTP)S 172 x(server)S -36 x(,)S 174 x(the)S 172 x(following)S 172 x(text)S 172 x(is)S 171 x(included)S 173 x(in)S 172 x(any)S 173 x(message)S 172 x (displayed:)S 261 x F234(no)S 8083 X 598 y(privilege)S 167 x(for)S 166 x (attempted)S 166 x(operation)S F151(.)S 250 x(For)S 167 x(example:)S 8562 X 897 y F238(fcr_readdir_l)S 2 x(stat:)S 240 x(G-R.TXT;1)S 240 x (\(src\):)S 240 x(no)S 240 x(such)S 240 x(file)S 8562 X 498 y(\(server)S 240 x(msg:)S 240 x('platform)S 240 x(cannot)S 240 x(stat\(\))S 241 x (filename:)S 240 x(file)S 8562 X 498 y(does)S 239 x(not)S 240 x(exist)S 240 x(or)S 239 x(no)S 240 x(privilege)S 241 x(for)S 239 x(attempte)S 2 x(d)S 8562 X 498 y(operation.'\))S 8083 X 897 y F151(Like)S 164 x (FTP)S 163 x(and)S 163 x(DCL,)S 163 x(SFTP)S 163 x(does)S 162 x(not)S 163 x(allow)S 163 x(a)S 162 x(general)S 164 x F234(ls)S 163 x F151(\(with)S 162 x(no)S 163 x(\211lename)S 164 x(speci\211ed\))S 8083 X 597 y(for)S 186 x(a)S 185 x(directory)S 187 x(on)S 186 x(the)S 185 x(server)S 186 x (to)S 186 x(which)S 186 x(the)S 185 x(user)S 186 x(has)S 186 x(E)S 185 x (\(Execute\))S 186 x(access)S 185 x(only)S -55 x(.)S 8083 X 598 y(However)S -36 x(,)S 165 x(unlike)S 165 x(FTP)S 165 x(or)S 165 x(DCL,)S 164 x(SFTP)S 165 x(does)S 163 x(not)S 165 x(work)S 164 x(for)S 165 x(an)S 164 x F234 (ls)S 165 x F151(followed)S 163 x(by)S 165 x(a)S 164 x(speci\211c)S 8083 X 598 y(\211lename)S 167 x(in)S 166 x(an)S 166 x(E)S 166 x(access)S 166 x(directory)S -55 x(.)S 8083 X 897 y(For)S 172 x(certain)S 173 x (\211les,)S 173 x(mainly)S 172 x(those)S 172 x(that)S 172 x(do)S 171 x (not)S 172 x(exist)S 172 x(on)S 172 x(the)S 172 x(server)S -36 x(,)S 173 x(the)S 172 x(following)S 172 x(new)S 8083 X 597 y(client-based)S 176 x(message)S 176 x(is)S 176 x(displayed)S 176 x(instead)S 176 x(of)S 176 x(the)S 177 x(standard)S 176 x(message)S 176 x(sent)S 176 x(by)S 177 x(the)S 8083 X 598 y(server:)S 8562 X 897 y F238(no)S 239 x(such)S 240 x(file)S 240 x(\(client)S 240 x(msg:)S 240 x(no)S 239 x(such)S 240 x (file)S 240 x(or)S 239 x(director)S 2 x(y,)S 8562 X 498 y(or)S 239 x (no)S 239 x(privile)S 2 x(ge)S 239 x(for)S 240 x(attempted)S 240 x(operati)S 2 x(on\))S 4497 28764 XY F28(4.21.33)S 400 x(SSH)S 198 x(server)S 200 x (may)S 201 x(not)S 199 x(comp)S 2 x(lete)S 200 x(authentic)S 2 x(ation)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(If)S 169 x(the)S 169 x (TCPIP$SOCKET_TRAC)S -2 x(E)S 169 x(logical)S 170 x(name)S 169 x(is)S 169 x(de\211ned,)S 171 x(the)S 169 x(SSH)S 169 x(server)S 170 x(may)S 169 x(not)S 8083 X 598 y(complete)S 166 x(authentication)S 167 x(and)S 166 x(all)S 166 x(logins)S 166 x(fail.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20338)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Courier %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Roman %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-39) 95 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.34)S 400 x(SSH)S 198 x(clie)S 2 x(nt)S 199 x(uses)S 201 x(an)S 199 x(exis)S 2 x(ting)S 200 x(SSH)S 198 x(connec)S 2 x(tion)S 199 x(for)S 200 x(a)S 199 x(new)S 200 x(SFTP)S 199 x(sessi)S 2 x(on)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 168 x(SSH)S 168 x(server)S 168 x(may)S 168 x (fail)S 167 x(to)S 167 x(gener)S 2 x(ate)S 167 x(an)S 168 x(ACCVI)S -2 x(O)S 167 x(error)S 169 x(when)S 168 x(the)S 167 x(SSH)S 168 x(client)S 167 x(uses)S 8083 X 597 y(an)S 167 x(existing)S 166 x(SSH)S 166 x(connection)S 167 x(for)S 166 x(a)S 166 x(new)S 166 x(SFTP)S 167 x(session.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.21.35)S 400 x(Messa)S 2 x(ges)S 201 x(display)S 2 x (ing)S 201 x(the)S 201 x(last)S 201 x(interactiv)S 2 x(e)S 200 x(and)S 201 x(last)S 202 x(non-interac)S 2 x(tive)S 201 x(login)S 6889 X 698 y (times)S 201 x(are)S 199 x(not)S 200 x(displa)S 2 x(yed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 170 x(logging)S 172 x(into)S 169 x(OpenVMS)S 169 x(with)S 170 x(SSH,)S 169 x(messages)S 169 x(displaying)S 170 x(the)S 170 x(last)S 169 x(interactive)S 8083 X 597 y(and)S 174 x (last)S 173 x(non-interac)S 2 x(tive)S 174 x(login)S 174 x(times)S 173 x (are)S 174 x(not)S 175 x(displayed.)S 265 x(Neither)S 174 x(a)S 174 x (message)S 173 x(\212ags)S 8083 X 598 y(the)S 166 x(number)S 167 x(of)S 166 x(login)S 167 x(failures)S 166 x(since)S 166 x(the)S 166 x(last)S 166 x(successful)S 165 x(login.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 16292 XY F28(4.21.36)S 400 x(X)S 199 x(applic)S 2 x(ation)S 200 x(fails)S 200 x(authe)S 2 x (ntication)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(X1)S -28 x (1)S 173 x(chaining)S 174 x(with)S 172 x(a)S 173 x(TCP/IP)S 173 x(Services)S 173 x(host)S 172 x(in)S 173 x(the)S 172 x(middle)S 172 x(of)S 173 x (the)S 173 x(chain)S 173 x(causes)S 172 x(the)S 8083 X 598 y(X)S 181 x (application)S 181 x(to)S 181 x(fail)S 181 x(authentication.)S 281 x (For)S 182 x(example,)S 186 x(if)S 181 x(host1)S 181 x(through)S 183 x (host3)S 181 x(are)S 8083 X 597 y(OpenVMS)S 166 x(systems:)S 8322 20377 XY F238(host1>)S 240 x(SSH)S 240 x("+X")S 240 x(host2)S 8322 X 498 y(...snip.)S 2 x(..)S 8322 X 498 y(host2>)S 240 x(SSH)S 240 x("+X")S 240 x(host3)S 8322 X 498 y(...snip.)S 2 x(..)S 8322 X 498 y(host3>)S 240 x(RUN)S 240 x (SYS$SYSTE)S 2 x(M:DECW$CLOCK)S 8322 X 499 y(warning:)S 241 x(X11)S 239 x(auth)S 240 x(data)S 240 x(does)S 240 x(not)S 240 x(match)S 240 x (fake)S 239 x(data.)S 8322 X 498 y(XIO:)S 240 x(fatal)S 240 x(IO)S 240 x (error)S 240 x(65535)S 240 x(\(network)S 240 x(partner)S 240 x(disconne)S 2 x(cted)S 239 x(logical)S 8322 X 498 y(link\))S 240 x(on)S 240 x(X)S 239 x(server)S 240 x("_WSA12:)S 2 x(")S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(Some)S 184 x(clients)S 183 x(may)S 184 x(attempt)S 183 x(keyboard)S 185 x(interactive)S 184 x(client)S 184 x(authentication,)S 189 x(which)S 8083 X 598 y(may)S 178 x(send)S 177 x(a)S 178 x(null)S 178 x(username)S 178 x(string.)S 273 x(The)S 178 x(new)S 177 x(code)S 178 x(should)S 178 x(handle)S 178 x(this)S 177 x(situation;)S 8083 X 598 y(in)S 178 x(case)S 178 x(of)S 177 x(errors,)S 182 x(the)S 178 x (workaround)S 179 x(is)S 177 x(to)S 177 x(chang)S 2 x(e)S 177 x(or)S 178 x(add)S 178 x(the)S 178 x(following)S 178 x(line)S 178 x(in)S 178 x (the)S 8083 X 597 y(TCPIP$SSH_DEVIC)S -2 x(E:[TCPIP$SSH.SSH2]SSHD2_CO)S -2 x(NFIG.)S 166 x(\211le:)S 9996 X 897 y F238(Preserv)S 2 x(eUserKeyCase)S 241 x(no)S 4497 29443 XY F28(4.21.37)S 400 x(PUT)S 199 x(comma)S 2 x (nd)S 199 x(to)S 200 x(Sterling)S 200 x(or)S 199 x(T)S -44 x(umblewee)S 2 x(d)S 199 x(software)S 200 x(faile)S 2 x(d)S 199 x(with)S 200 x(errors)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(SFTP)S 189 x F234(put)S 189 x F151(to)S 188 x(servers)S 189 x(running)S 190 x(Sterling)S 189 x (or)S 189 x(T)S -36 x(umbleweed)S 189 x(softw)S -2 x(are)S 189 x(failed)S 188 x(with)S 8083 X 597 y(errors)S 177 x(such)S 177 x(as)S 176 x F234 (Operation)S 177 x(unsupported)S 177 x F151(or)S 176 x F234(The)S 177 x (requested)S 177 x(operation)S 177 x(cannot)S 177 x(be)S 8083 X 598 y (performed)S 167 x(because)S 166 x(there)S 166 x(is)S 166 x(a)S 167 x (file)S 166 x(transfer)S 166 x(in)S 166 x(progress)S F151(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20339)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-40) 96 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.21.38)S 400 x(Fails)S 201 x(to)S 199 x(set)S 200 x(the)S 200 x(last)S 200 x (non-int)S 2 x(eractive)S 200 x(login)S 201 x(time)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(SFTP)S 171 x(sessions)S 170 x(does)S 170 x (not)S 171 x(set)S 170 x(the)S 171 x(last)S 170 x(non-interactive)S 172 x(login)S 171 x(time)S 171 x(in)S 171 x(the)S 170 x(user)S 28 x (')S -19 x(s)S 170 x(UAF)S 8083 X 598 y(record,)S 167 x(which)S 167 x (is)S 165 x(inconsistent)S 166 x(with)S 166 x(FTP)S -64 x(.)S 8083 X 896 y(Neither)S 189 x(SFTP)S 188 x(sessions)S 187 x(nor)S 189 x(single)S 188 x(command)S 189 x(mode)S 188 x(SSH)S 187 x(logins)S 189 x(get)S 188 x(an)S 189 x(SSH-)S 8083 X 598 y(generated)S 167 x(USER)S 165 x (type)S 167 x(accounting)S 167 x(record,)S 167 x(as)S 166 x(do)S 166 x (other)S 166 x(interactive)S 167 x(terminal)S 166 x(logins.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 11292 XY F28(4.21.39)S 400 x(SSH)S 198 x(server)S 200 x(could)S 201 x(be)S 199 x(sent)S 201 x(into)S 200 x(a)S 199 x(tight)S 200 x(loop)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 171 x(the)S 170 x (T)S -46 x(ectia)S 170 x(SSH)S 170 x(client)S 170 x(is)S 170 x(used)S 170 x(and)S 171 x(multiple)S 169 x(\211le)S 171 x(transfer)S 170 x(windows)S 169 x(are)S 170 x(open,)S 8083 X 598 y(the)S 166 x(SSH)S 166 x(server)S 167 x(could)S 166 x(be)S 166 x(sent)S 166 x(into)S 166 x(a)S 166 x(tight)S 166 x(loop.)S 8083 X 896 y(When)S 198 x(using)S 197 x(a)S 197 x(client)S 197 x(that)S 197 x(multiplexed)S 197 x(SFTP)S 198 x(sess)S -2 x(ions)S 197 x(over)S 198 x(existing)S 198 x(SSH)S 8083 X 598 y(connections,)S 181 x(each)S 177 x(time)S 176 x(an)S 177 x(SFTP)S 177 x(session)S 176 x (ended,)S 180 x(the)S 177 x(SSH)S 176 x(server)S 177 x(parent)S 177 x (process)S 8083 X 598 y(\(the)S 168 x(process)S 168 x(runn)S 2 x(ing)S 168 x(TCPIP$SSH_SSHD2.EXE\))S 167 x(is)S 168 x(left)S 167 x(with)S 168 x (a)S 168 x(link)S 169 x(to)S 168 x(a)S 168 x(BG)S 167 x(device)S 8083 X 598 y(that)S 166 x(no)S 167 x(longer)S 167 x(exists,)S 166 x(a)S 166 x (waste)S 165 x(of)S 166 x(resources)S 166 x(for)S 166 x(the)S 166 x (server)S 167 x(process.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 19163 XY F28(4.21.40)S 400 x (Listen)S 2 x(Address)S 200 x(SSH)S 198 x(server)S 199 x(con\211g)S 2 x(uration)S 200 x(\211eld)S 200 x(is)S 200 x(not)S 199 x(supp)S 2 x (orted)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 179 x (ListenAddress)S 178 x(SSH)S 178 x(server)S 179 x(con\211g)S 2 x(uration)S 179 x(\211eld)S 179 x(is)S 178 x(not)S 179 x(supported)S 178 x(on)S 179 x(TCP/IP)S 8083 X 598 y(Services)S 180 x(for)S 179 x(OpenVMS.)S 179 x(Instead,)S 183 x(the)S 179 x(same)S 179 x(effect)S 179 x(can)S 180 x(be)S 179 x(achieved)S 180 x(by)S 180 x(using)S 180 x(the)S 8083 X 598 y(command)S 168 x F234(TCPIP)S 168 x(SET)S 168 x(SERVICE)S 168 x (/ADDRESS)S F151(.)S 169 x(However)S -37 x(,)S 169 x(this)S 168 x(difference)S 168 x(is)S 167 x(not)S 168 x(obvious)S 168 x(to)S 8083 X 598 y(users.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(A)S 174 x(warning)S 174 x(message,)S 176 x(generated)S 175 x(by)S 174 x(the)S 174 x(SSH)S 173 x(server)S -36 x(,)S 176 x(is)S 173 x(added)S 174 x(to)S 174 x(point)S 173 x(the)S 174 x(user)S 174 x(to)S 8083 X 598 y(that)S 166 x(command.)S 4497 26137 XY F28(4.21.41)S 400 x(Protections)S 201 x(on)S 199 x(key)S 201 x(\211les)S 200 x(created)S 201 x(by)S 199 x(SSH_KEYGE)S -2 x(N)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Protections)S 169 x(on)S 168 x(key)S 169 x(\211les)S 168 x(created)S 168 x(by)S 169 x(the)S 168 x (SSH_KEYG)S -2 x(EN)S 168 x(utility)S 168 x(are)S 168 x(UNIX-style,)S 169 x(not)S 8083 X 598 y(OpenVMS-style.)S 253 x(Speci\211cally)S -55 x (,)S 169 x(they)S 169 x(allowed)S 167 x(only)S 169 x(READ)S 166 x(and)S 168 x(not)S 168 x(EXECUTE)S 167 x(access.)S 8083 X 598 y(For)S 167 x (example:)S 8562 X 896 y F238(KEYFILE.;)S 718 x(--)S 240 x(\(RWD,RWD,,)S 2 x(\))S 8562 X 499 y(KEYFILE.PUB)S 240 x(--)S 240 x(\(RWD,RWD,R)S 2 x (,R\))S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20340)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-41) 97 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.42)S 400 x("-e")S 201 x(switch)S 200 x(on)S 200 x(SSH_KE)S -2 x(YGEN)S 199 x (does)S 200 x(not)S 200 x(work)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x F234(-e)S 166 x F151(switch)S 165 x(on)S 167 x (the)S 166 x(SSH_KEYG)S -2 x(EN)S 166 x(utility)S 166 x(does)S 166 x (not)S 166 x(work.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9219 XY F28(4.21.43)S 400 x(Password)S 200 x(expiry)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(When)S 179 x(a)S 178 x(password)S 178 x(expires)S 178 x(and)S 179 x(the)S 179 x (UAF)S 178 x(DisForce_Pwd_Change)S 179 x(\212ag)S 179 x(is)S 178 x(set,)S 181 x(the)S 8083 X 598 y(SSH)S 184 x(server)S 185 x(does)S 184 x(not)S 184 x(set)S 184 x(the)S 184 x(PWD_EXPIRE)S -2 x(D)S 184 x(or)S 185 x (PWD2_EX)S -2 x(PIRED)S 183 x(UAF)S 184 x(\212ag)S 8083 X 598 y(to)S 189 x(preven)S 2 x(t)S 189 x(subsequent)S 189 x(user)S 190 x(logins)S 190 x(not)S 189 x(to)S 190 x(change)S 191 x(their)S 189 x(password)S 189 x(with)S 189 x(SET)S 8083 X 598 y(P)S -36 x(ASSWO)S -2 x(RD.)S 179 x (This)S 180 x(allows)S 178 x(circumven)S 2 x(tion)S 179 x(of)S 180 x (passw)S -2 x(ord)S 180 x(expiration)S 180 x(as)S 179 x(users)S 179 x (with)S 8083 X 597 y(expired)S 167 x(passw)S -2 x(ords)S 166 x(may)S 167 x(not)S 166 x(continue)S 167 x(to)S 166 x(log)S 166 x(in.)S 8083 X 897 y(When)S 180 x(logging)S 181 x(in)S 179 x(with)S 179 x(the)S 179 x (PWD_EXPIRE)S -2 x(D)S 179 x(or)S 179 x(PWD2_EXPIRE)S -2 x(D)S 179 x (UAF)S 179 x(\212ag)S 180 x(set,)S 8083 X 598 y(the)S 170 x(SSH)S 169 x (server)S 170 x(does)S 169 x(not)S 170 x(issue)S 169 x(a)S 169 x(text)S 170 x(warning)S 170 x(to)S 170 x(the)S 169 x(client)S 170 x(as)S 169 x (they)S 170 x(expected)S 170 x(from)S 8083 X 598 y(using)S 167 x(TELNET)S 166 x(and)S 166 x(other)S 167 x(login)S 167 x(methods:)S 9279 16591 XY F238(Your)S 240 x(password)S 240 x(has)S 240 x(expired;)S 240 x(contact)S 241 x(your)S 240 x(system)S 240 x(manager)S 8083 X 897 y F151(Instead,)S 177 x(the)S 174 x(SSH)S 175 x(server)S 175 x(cues)S 174 x(three)S 175 x (times)S 174 x(for)S 175 x(passw)S -2 x(ord,)S 178 x(even)S 175 x(if)S 175 x(the)S 174 x(password)S 174 x(is)S 8083 X 597 y(entered)S 167 x (correctly)S -55 x(,)S 167 x(and)S 166 x(then)S 167 x(disconnects.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(If)S 161 x(a)S 162 x(user)S 27 x(')S -19 x(s)S 162 x(account)S 162 x(has)S 161 x(the)S 162 x(DisForce_Pwd_Change)S 162 x(UAF)S 161 x(\212ag)S 162 x(set,)S 163 x(and)S 161 x(the)S 162 x(user)S 162 x(does)S 8083 X 598 y(not)S 170 x(chang)S 2 x(e)S 170 x(their)S 170 x(expired)S 170 x(password)S 169 x(during)S 171 x(password-based)S 169 x(login,)S 172 x(any)S 171 x (subsequent)S 8083 X 597 y(login)S 169 x(\(including)S 170 x(SSH)S 168 x (public)S 169 x(key\))S 169 x(will)S 168 x(be)S 168 x(rejected)S 169 x (until)S 169 x(the)S 169 x(user)S 27 x(')S -18 x(s)S 168 x(PWD_EX)S -2 x(PIRED)S 8083 X 598 y(\(or)S 166 x(PWD2_EXPIRE)S -2 x(D\))S 166 x (\212ag)S 167 x(is)S 165 x(reset)S 166 x(by)S 167 x(the)S 166 x(system)S 165 x(administrator)S -37 x(.)S 8083 X 897 y(When)S 169 x(logging)S 169 x(in)S 169 x(with)S 167 x(the)S 168 x(PWD_EXPIRE)S -2 x(D)S 168 x (or)S 168 x(PWD2_EXPIRE)S -2 x(D)S 168 x(UAF)S 168 x(\212ag)S 169 x (set,)S 168 x(the)S 8083 X 597 y(SSH)S 166 x(server)S 166 x(now)S 166 x (correctly)S 167 x(returns)S 167 x(the)S 166 x(text:)S 9279 24362 XY F238(Your)S 240 x(password)S 240 x(has)S 240 x(expired;)S 240 x(contact)S 241 x(your)S 240 x(system)S 240 x(manager)S 8083 X 897 y F151(However)S -36 x(,)S 166 x(some)S 166 x(clients)S 166 x(do)S 166 x(not)S 166 x (display)S 166 x(the)S 166 x(message.)S 4497 26354 XY F28(4.21.44)S 400 x(SSH)S 198 x(acc)S 2 x(ess)S 200 x(to)S 199 x(Integrity)S 201 x (ILO)S 199 x(cons)S 2 x(ole)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(SSH)S 166 x(access)S 165 x(to)S 166 x(Integrity)S 167 x(ILO)S 166 x (console)S 166 x(results)S 166 x(in)S 166 x(the)S 166 x(following)S 166 x(error:)S 9279 X 897 y F238(warning:)S 240 x(Authent)S 2 x(ication)S 240 x(failed.)S 9279 X 498 y(Disconnect)S 2 x(ed;)S 239 x(key)S 240 x (exchange)S 240 x(or)S 240 x(algorithm)S 241 x(negotiation)S 9279 X 498 y(failed)S 240 x(\(Key)S 240 x(exchange)S 240 x(failed.)S 2 x(\))S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20341)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-42) 98 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.21.45)S 400 x(Explana)S 2 x(tory)S 195 x(messa)S 2 x(ge)S 195 x(back)S 196 x (to)S 195 x(the)S 196 x(client)S 196 x(during)S 196 x(an)S 195 x(attemp)S 2 x(ted)S 195 x(passwo)S 2 x(rd)S 6889 X 698 y(chang)S 2 x(e)S -899 x 797 y F153(Problem:)S 8083 X 896 y F151(The)S 167 x(SSH)S 165 x(server)S 166 x(fails)S 165 x(to)S 166 x(send)S 165 x(an)S 166 x(explanatory)S 167 x(message)S 166 x(back)S 166 x(to)S 165 x(the)S 166 x(client)S 166 x (during)S 167 x(an)S 8083 X 598 y(attempted)S 165 x(password)S 165 x (chang)S 2 x(e)S 166 x(if)S 165 x(the)S 167 x(chosen)S 166 x(password)S 165 x(is)S 166 x(too)S 166 x(short.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(After)S 170 x(a)S 170 x(password)S 170 x(is)S 170 x(entered,)S 172 x(a)S 170 x(message)S 170 x(about)S 171 x(the)S 170 x(password)S 170 x(being)S 171 x(too)S 170 x(short)S 170 x(or)S 171 x(in)S 8083 X 598 y(the)S 171 x(history)S 170 x(list)S 170 x(is)S 169 x(returned,)S 173 x(or)S 170 x(if)S 170 x(the)S 170 x(new)S 171 x (passw)S -2 x(ord)S 171 x(is)S 169 x(good,)S 173 x(the)S 170 x(user)S 170 x(is)S 170 x(logged)S 171 x(in.)S 8083 X 598 y(The)S 174 x(value)S 173 x(of)S 173 x(PasswordGuess)S -2 x(es)S 173 x(in)S 173 x(sshd2_con\211g)S 174 x(is)S 172 x(not)S 173 x(checked)S 174 x(for)S 173 x(new)S 172 x (password)S 8083 X 598 y(entry)S 167 x(guesses.)S 4497 12289 XY F28 (4.21.46)S 400 x(Connectin)S 2 x(g)S 199 x(to)S 200 x(AIX)S 198 x(OpenSSH)S 199 x(server)S 200 x(results)S 200 x(in)S 200 x(an)S 200 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Connecting)S 171 x(from)S 170 x (an)S 170 x(OpenVMS)S 169 x(SSH)S 170 x(client)S 169 x(to)S 170 x(AIX)S 169 x(OpenSSH)S 169 x(server)S 170 x(results)S 170 x(in)S 170 x(the)S 8083 X 598 y(following)S 166 x(error)S 167 x(message:)S 8083 X 897 y F238(Did)S 240 x(not)S 239 x(receive)S 241 x(identificat)S 2 x(ion)S 239 x(string)S 240 x(from)S 240 x(n.n.n.n)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(The)S 178 x(SSH)S 177 x(client')S -19 x (s)S 177 x(modi\211ed)S 177 x(behavior)S 178 x(\(sending)S 178 x(an)S 177 x(SSH)S 177 x(protocol)S 177 x(version)S 178 x(string)S 177 x(of)S 8083 X 598 y("SSH-2.0")S 168 x(rather)S 170 x(than)S 169 x("SSH-1.99"\))S 168 x(applies)S 168 x(only)S 170 x(when)S 169 x(the)S 169 x(new)S 169 x (TCPIP$SSH_AIX_)S 8083 X 597 y(P)S -36 x(A)S -28 x(TCH)S 166 x(logical)S 166 x(is)S 166 x(de\211ned)S 166 x(in)S 167 x(the)S 166 x(SYSTEM)S 165 x (table)S 166 x(with)S 166 x(a)S 166 x(non-zero)S 166 x(value.)S 4497 19561 XY F28(4.21.47)S 400 x(Log)S 200 x(into)S 200 x(a)S 200 x(non-exis)S 2 x (tent)S 200 x(account)S 201 x(via)S 200 x(SSH)S 198 x(may)S 200 x(fail)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 201 x(attempt)S 201 x(to)S 200 x(log)S 202 x(into)S 201 x(a)S 201 x(non-existent)S 202 x (account)S 202 x(via)S 202 x(SSH)S 200 x(with)S 201 x(password)S 8083 X 598 y(authentication)S 167 x(may)S 166 x(cause)S 167 x(an)S 166 x(SSH)S 166 x(server)S 166 x(ACCVI)S -2 x(O.)S 8083 X 896 y F153(Solut)S 2 x (ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 24742 XY F28(4.21.48)S 400 x(UserLoginLi)S 2 x(mit)S 199 x(is)S 200 x(ignored)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(SSH)S 166 x(server)S 166 x (con\211g)S 2 x(uration)S 166 x(parameter)S 166 x(UserLoginLimit)S 167 x (is)S 165 x(ignored.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 29325 XY F28(4.21.49)S 400 x(Using)S 200 x(X1)S -33 x(1)S 200 x(forwarding)S 200 x(frequently)S 200 x(fails)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(When)S 195 x(using)S 195 x(SSH)S 194 x(in)S 194 x(single)S 195 x(command)S 194 x(mode)S 194 x (with)S 194 x(the)S 194 x(TCP/IP)S 195 x(Services)S 195 x(for)S 8083 X 598 y(OpenVMS)S 177 x(SSH)S 177 x(server)S -36 x(,)S 181 x(where)S 177 x (the)S 178 x(command)S 178 x(being)S 178 x(issued)S 177 x(used)S 177 x (X1)S -28 x(1)S 178 x(forwarding)S 8083 X 598 y(\(such)S 181 x(as)S 180 x(CREA)S -28 x(TE/TERMINAL/DET)S -28 x(ACH\),)S 180 x(the)S 181 x (command)S 181 x(frequently)S 181 x(fails)S 180 x(with)S 8083 X 598 y (an)S 186 x(error)S 186 x(such)S 186 x(as)S 185 x F234(X)S 185 x(Toolkit)S 186 x(Error:)S 288 x(Can't)S 186 x(Open)S 185 x(display)S F151(.)S 289 x (A)S 185 x(call)S 185 x(to)S 186 x(W)S -47 x(AIT)S 185 x(in)S 8083 X 597 y(TCPIP$SSH_RCMD.COM)S 170 x(worked)S 172 x(around)S 172 x(the)S 171 x(problem)S 171 x(but)S 172 x(introduces)S 171 x(additional)S 8083 X 598 y(delay)S -55 x(.)S 8083 X 897 y(When)S 175 x(interactively)S 176 x (logging)S 176 x(into)S 174 x(the)S 175 x(TCP/IP)S 175 x(Services)S 175 x(for)S 174 x(OpenVMS)S 174 x(SSH)S 174 x(server)S -36 x(,)S 8083 X 598 y(every)S 168 x(login)S 166 x(incurred)S 167 x(an)S 167 x(unnecessary)S 167 x(one)S 167 x(second)S 166 x(delay)S -55 x(.)S 5 SC 4497 38258 XY F40(4\20342)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-43) 99 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 8083 4561 XY F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6553 XY F28 (4.21.50)S 599 x(RIGHTSLIST)S 199 x(identi)S 2 x(\211er)S 199 x(missin)S 2 x(g)S 199 x(displa)S 2 x(ys)S 200 x(an)S 199 x(ACCVIO)S 198 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(If)S 185 x(SSH_KEY)S -2 x(GEN)S 184 x(is)S 185 x(used)S 185 x(from)S 184 x(an)S 186 x(account)S 185 x(whose)S 185 x(RIGHTSLIST)S 184 x(identi\211er)S 185 x(is)S 8083 X 598 y(missing,)S 166 x(an)S 167 x(ACCV)S -2 x(IO)S 166 x(is)S 165 x (displayed)S 166 x(rather)S 167 x(than)S 166 x(a)S 166 x(more)S 166 x (graceful)S 167 x(error)S 167 x(message.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 11734 XY F28(4.21.51)S 400 x(Openin)S 2 x(g)S 212 x(multipl)S 2 x(e)S 212 x(interactiv)S 2 x(e)S 213 x(login)S 213 x(sessio)S 2 x(ns)S 213 x(over)S 212 x(one)S 214 x(SSH)S 211 x(TCP)S 6889 X 697 y(conne)S 2 x(ction)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 179 x(an)S 179 x(SSH)S 178 x (client)S 179 x(tries)S 178 x(to)S 179 x(open)S 179 x(multiple)S 178 x (interactive)S 179 x(login)S 180 x(sessions)S 177 x(over)S 180 x(one)S 8083 X 598 y(SSH)S 180 x(TCP)S 180 x(connection,)S 185 x(the)S 180 x (TCP/IP)S 181 x(Services)S 180 x(for)S 180 x(OpenVMS)S 180 x(SSH)S 179 x (server)S 181 x(loops)S 179 x(or)S 8083 X 597 y(exits)S 166 x(with)S 166 x(an)S 166 x(error)S -36 x(,)S 166 x(rather)S 167 x(than)S 166 x (gracefully)S 168 x(rejecting)S 167 x(the)S 167 x(additional)S 165 x (sessions.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 18209 XY F28(4.21.52)S 400 x(Rename)S 201 x(comm)S 2 x(and)S 200 x(for)S 200 x(a)S 200 x(\211le)S 201 x(with)S 200 x(an)S 200 x(OpenVMS)S 200 x(version)S 201 x(numbe)S 2 x(r)S 199 x (returns)S 6889 X 698 y(an)S 200 x(error)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(When)S 167 x(an)S 166 x(SFTP)S 167 x(client)S 167 x (user)S 166 x(issues)S 165 x(a)S 167 x(rename)S 166 x(command)S 167 x (for)S 166 x(a)S 166 x(\211le)S 167 x(with)S 165 x(an)S 167 x(OpenVMS)S 8083 X 598 y(version)S 167 x(number)S -36 x(,)S 166 x(an)S 167 x(error)S 166 x(is)S 166 x(returned.)S 250 x(The)S 167 x(\211le)S 166 x(is)S 166 x (not)S 166 x(renamed.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 24087 XY F28(4.21.53)S 400 x ("pas)S 2 x(sword)S 199 x(aging")S 201 x(messa)S 2 x(ge)S 200 x(is)S 199 x(not)S 200 x(displa)S 2 x(yed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 173 x(SSH)S 171 x(server)S 173 x(does)S 171 x(not)S 173 x(provide)S 172 x(a)S 172 x F234(password)S 172 x(aging)S 173 x F151(message)S 171 x(when)S 172 x(the)S 173 x(user)S 172 x(logs)S 8083 X 598 y(into)S 166 x(the)S 167 x(system)S 165 x(with)S 166 x(a)S 166 x (nearly)S 167 x(expired)S 166 x(password.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 29268 XY F28(4.21.54)S 400 x(Re-entering)S 201 x(the)S 200 x(old)S 199 x(pass)S 2 x(word)S 199 x(as)S 200 x(the)S 200 x(new)S 200 x(password)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(During)S 175 x(a)S 174 x(forced)S 175 x(password)S 173 x(change,)S 178 x(if)S 174 x(the)S 175 x(user)S 174 x(tries)S 174 x(to)S 174 x(re-enter)S 175 x(the)S 174 x(old)S 174 x (password)S 8083 X 597 y(as)S 180 x(the)S 181 x(new)S 180 x(one,)S 185 x (the)S 181 x(SSH)S 180 x(server)S 181 x(may)S 180 x(simply)S 180 x(close)S 181 x(the)S 180 x(connection)S 182 x(rather)S 181 x(than)S 8083 X 598 y (displaying)S 167 x(an)S 166 x(error)S 167 x(message)S 165 x(and)S 167 x (allows)S 165 x(the)S 166 x(user)S 166 x(to)S 166 x(choose)S 167 x(a)S 166 x(different)S 166 x(passw)S -2 x(ord.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20343)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-44) 100 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.55)S 400 x(ACCVIO)S 198 x(when)S 200 x(the)S 200 x(batch)S 201 x(mode)S 200 x (is)S 200 x(used)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(An)S 169 x(ACCV)S -2 x(IO)S 168 x(occurs)S 169 x(in)S 169 x(the)S 169 x(SCP)S 168 x(or)S 169 x(SFTP)S 169 x(client)S 169 x(when)S 169 x(the)S 169 x (batch)S 169 x(mode)S 168 x(option,)S 170 x F234(-b)S 169 x F151(is)S 8083 X 597 y(used)S 166 x(from)S 166 x(a)S 166 x(DCL)S 166 x(procedure)S 167 x(in)S 166 x(a)S 166 x(subprocess)S 166 x(where)S 166 x(SYS$OUTPUT)S 166 x(or)S 166 x(SYS$INPUT)S 8083 X 598 y(has)S 166 x(been)S 167 x(re-de\211ned)S 166 x(to)S 166 x(point)S 166 x(to)S 166 x(a)S 166 x(\211le.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 10414 XY F28(4.21.56)S 400 x(W)S -10 x(eak)S 200 x(passwo)S 2 x (rd)S 199 x(and)S 200 x(system)S 2 x(-dictionary)S 201 x(checkin)S 2 x (g)S 199 x(does)S 200 x(not)S 200 x(happe)S 2 x(n)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(During)S 191 x(a)S 191 x(forced)S 190 x (password)S 190 x(change,)S 198 x(the)S 191 x(SSH)S 189 x(server)S 191 x (does)S 191 x(not)S 190 x(perform)S 191 x(weak)S 8083 X 598 y(password)S 165 x(checkin)S 2 x(g)S 166 x(or)S 166 x(system-dictionary)S 166 x(check)S 2 x(ing)S 166 x(on)S 167 x(the)S 166 x(proposed)S 166 x(new)S 166 x (password.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 15595 XY F28(4.21.57)S 400 x(SSH)S 198 x (login)S 201 x(via)S 200 x(public)S 201 x(key)S 200 x(authentic)S 2 x (ation)S 200 x(may)S 200 x(fail)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Although)S 195 x(the)S 194 x(expired)S 195 x(passw)S -2 x (ord)S 194 x(is)S 194 x(not)S 194 x(used,)S 201 x(an)S 194 x(SSH)S 194 x (login)S 195 x(via)S 194 x(public)S 194 x(key)S 8083 X 598 y(authentication)S 175 x(may)S 174 x(fail,)S 176 x(if)S 173 x(the)S 174 x(target)S 174 x (user)S 174 x(has)S 174 x(the)S 174 x(DISFORC)S -2 x(E_PWD_CHANGE)S 8083 X 598 y(\212ag)S 167 x(set)S 166 x(or)S 166 x(improperly)S 166 x (set)S 166 x(the)S 166 x(PWD_EXPIRE)S -2 x(D)S 166 x(or)S 166 x(PWD_EXPIRE)S -2 x(D2)S 166 x(\212ag.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 21373 XY F28(4.21.58)S 400 x (LCD)S 199 x(comma)S 2 x(nd)S 199 x(in)S 200 x(SFTP)S 199 x(fails)S 200 x(with)S 200 x("CD)S 199 x(failed")S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 178 x(LCD)S 177 x(command)S 178 x(in)S 177 x (SFTP)S 178 x(fails)S 177 x(with)S 177 x(a)S 177 x F234(CD)S 178 x(failed)S 178 x F151(error)S 178 x(if)S 177 x(not)S 177 x(connec)S 2 x(ted)S 177 x (to)S 177 x(a)S 8083 X 598 y(remote)S 176 x(SFTP)S 177 x(server)S -36 x (,)S 179 x(although)S 177 x(it)S 176 x(should)S 177 x(have)S 177 x(been)S 176 x(possible)S 176 x(to)S 176 x(change)S 177 x(the)S 176 x(local)S 8083 X 597 y(directory)S -54 x(.)S 249 x(Also,)S 160 x(the)S 158 x(CD)S 158 x(command)S 158 x(returns)S 159 x(the)S 158 x(same)S 158 x(error)S 159 x(when)S 159 x(an)S 158 x(OpenVMS-style)S 8083 X 598 y(directory)S 167 x(speci\211cation)S 166 x(is)S 166 x(used)S 166 x(while)S 166 x (connecting)S 167 x(to)S 166 x(a)S 166 x(non-OpenVMS)S 167 x(server)S -37 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 27749 XY F28(4.21.59)S 400 x(error)S 206 x(and)S 208 x(comma)S 2 x(nd)S 207 x(messa)S 2 x(ges)S 207 x(to)S 208 x(stderr)S 206 x(\(SYS$ERROR)S -2 x(\))S 207 x(and)S 208 x(stdout)S 6889 X 698 y (\(SYS$OUTPUT\))S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(The)S 175 x(SFTP)S 175 x(client)S 174 x(fails)S 174 x(to)S 174 x(properly)S 175 x(direct)S 174 x(error)S 175 x(and)S 174 x(command)S 175 x(messages)S 173 x(to)S 174 x(stderr)S 8083 X 598 y(\(SYS$ERR)S -2 x(OR\))S 165 x (and)S 167 x(stdout)S 165 x(\(SYS$OUTPUT\))S 166 x(as)S 165 x(appropriate.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 4497 38258 XY F40(4\20344)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-45) 101 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.21.60)S 400 x(Data)S 200 x(appears)S 200 x(to)S 200 x(be)S 200 x(truncated)S 200 x(on)S 200 x(the)S 200 x(remote)S 200 x(end)S 8083 X 797 y F153 (Problem:)S 8083 X 897 y F151(The)S 172 x(SFTP)S 172 x(and)S 172 x(SCP)S 171 x(utilities)S 171 x(are)S 172 x(not)S 172 x(properly)S 172 x('put'ing)S 171 x(\211xed)S 173 x(record)S 172 x(format)S 171 x(\211les)S 172 x (to)S 8083 X 598 y(non-VMS)S 167 x(systems.)S 248 x(The)S 167 x(data)S 166 x(appears)S 165 x(to)S 166 x(be)S 166 x(truncated)S 167 x(on)S 166 x (the)S 166 x(remote)S 166 x(end.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9798 XY F28(4.21.61)S 400 x(Spurious)S 200 x(debug)S 201 x(messa)S 2 x(ges)S 200 x(at)S 199 x (the)S 200 x(end)S 200 x(of)S 200 x(an)S 200 x(SFTP)S 199 x(log)S 200 x (\211le)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Spurious)S 166 x(debug)S 167 x(messages)S 166 x(appear)S 166 x(at)S 165 x(the)S 167 x(end)S 166 x(of)S 166 x(an)S 166 x(SFTP)S 167 x(log)S 166 x(\211le.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 14381 XY F28(4.21.62)S 400 x(Authentic)S 2 x(ation)S 209 x(failure)S 210 x(when)S 210 x(trying)S 209 x(to)S 209 x(conn)S 2 x(ect)S 209 x(to)S 209 x(HP)S 208 x(ProLiant)S 210 x(iLO)S 6889 X 697 y(mpSSH)S 199 x(Server)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Authentication)S 169 x(fails)S 167 x(when)S 169 x(attempting)S 168 x(to)S 168 x(use)S 168 x(the)S 169 x(OpenVMS)S 168 x(SSH)S 167 x (client)S 169 x(to)S 168 x(connect)S 8083 X 598 y(to)S 166 x(an)S 166 x (HP)S 167 x(ProLiant)S 166 x(iLO)S 166 x(mpSSH)S 166 x(Server)S -37 x (.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 4497 20259 XY F28(4.21.63)S 400 x(Only)S 200 x(the)S 200 x (\211rst)S 200 x(3)S 199 x(IdKeys)S 200 x(are)S 200 x(processe)S 2 x (d)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(When)S 183 x(using)S 183 x(SSH)S 182 x(with)S 182 x(public)S 183 x(key)S 183 x(authentication,)S 188 x(only)S 183 x(the)S 183 x(\211rst)S 182 x(3)S 182 x(IdKeys)S 182 x (are)S 8083 X 598 y(processed)S 166 x(from)S 166 x(the)S 166 x(IDENTIFICA)S -29 x(TION)S 165 x(\211le.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 25439 XY F28(4.21.64)S 400 x (lcd)S 200 x(to)S 200 x(logical)S 201 x(name)S 200 x(spec)S 2 x(i\211cation)S 201 x(restrictions)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (\201)S 595 x(When)S 167 x(SFTPed)S 167 x(to)S 166 x(a)S 166 x(UNIX)S 166 x(system,)S 166 x(lcd)S 167 x(to)S 166 x(a)S 166 x(logical)S 167 x (name)S 167 x(speci\211cation)S 166 x(works)S 167 x(for)S 8980 X 598 y (the)S 166 x(\211rst)S 166 x(time,)S 166 x(but)S 166 x(subsequent)S 166 x(attempts)S 165 x(to)S 166 x(lcd)S 166 x(to)S 166 x(any)S 167 x (logical)S 166 x(name)S 167 x(may)S 166 x(fail.)S 8083 X 896 y(\201)S 595 x(When)S 196 x(sftp'd)S 195 x(to)S 195 x(an)S 196 x(OpenVMS)S 195 x (or)S 196 x(UNIX)S 196 x(system,)S 203 x(lcd)S 195 x(to)S 196 x(a)S 196 x(logical)S 196 x(name)S 8980 X 598 y(speci\211cation)S 185 x(followed)S 185 x(by)S 185 x(an)S 186 x(lcd)S 185 x(to)S 185 x(a)S 185 x(directory)S 186 x(speci\211cation)S 185 x(in)S 185 x(OpenVMS)S 8980 X 598 y(syntax)S 167 x(\(For)S 166 x(example,)S 167 x([.tmp]\))S 165 x(may)S 167 x(fail)S 165 x(with)S 166 x(the)S 166 x(following)S 166 x(error:)S 8980 X 896 y F238(Warning:)S 240 x(chdir\(/s)S 2 x(ys$login/./t)S 2 x(mp\))S 239 x (errno)S 240 x(=)S 240 x(2)S 478 x(PWD)S 240 x(failed.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20345)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-46) 102 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 167 x(\211xed)S 168 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.65)S 400 x(Port)S 199 x(forwarding)S 200 x(fails)S 200 x(if)S 200 x(ResolveClien)S 2 x(tHostName)S 200 x(is)S 200 x(set)S 200 x(to)S 199 x('no')S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(SSH)S 161 x(port)S 160 x(forwarding)S 162 x(fails)S 160 x(if)S 160 x(the)S 161 x(SSHD2_CONFIG)S -2 x(.)S 162 x (option)S 161 x(ResolveClientHostNam)S -2 x(e)S 8083 X 597 y(is)S 166 x (set)S 165 x(to)S 166 x('no'.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.21.66)S 400 x(T)S -32 x(ransferring)S 199 x(large)S 200 x(numbe)S 2 x(r)S 199 x (of)S 199 x(\211les)S 200 x(using)S 201 x(SFTP)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(T)S -30 x(ransferring)S 180 x(a)S 179 x(very)S 180 x (large)S 179 x(number)S 180 x(of)S 179 x(\211les)S 179 x(using)S 179 x (SFTP)S 180 x(can)S 179 x(result)S 179 x(in)S 179 x(a)S 179 x(memory)S 8083 X 598 y(allocation)S 166 x(error)S 167 x(and)S 166 x(displays)S 166 x(the)S 166 x(following)S 166 x(error:)S 8083 X 897 y F238("Not)S 240 x(enough)S 240 x(memory")S 8083 X 498 y(or)S -478 x 498 y(TCPIP-F-S)S 2 x(SH_ALLOC_ERR)S 2 x(OR\))S 239 x(due)S 240 x(to)S 239 x(a)S 240 x (memory)S 240 x(leak.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 16890 XY F28(4.21.67)S 400 x (SSH)S 198 x(conn)S 2 x(ection)S 200 x(requests)S 201 x(are)S 199 x (handl)S 2 x(ed)S 199 x(as)S 200 x(NETWORK)S 199 x(access)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(All)S 172 x(the)S 172 x(various)S 173 x(types)S 172 x(of)S 172 x(SSH)S 172 x(connection)S 174 x(requests)S 171 x(\(For)S 173 x(example,)S 174 x(SSH)S 172 x(interactive)S 8083 X 597 y(sessions,)S 158 x(single)S 157 x(command)S 157 x(mode,)S 159 x (SFTP\))S 157 x(are)S 157 x(handled)S 157 x(as)S 156 x(NETWORK)S 155 x (access,)S 159 x(instead)S 8083 X 598 y(of)S 166 x(differentiating)S 167 x(by)S 166 x(session)S 165 x(type.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 22668 XY F28(4.21.68)S 400 x(UAF)S 199 x(accoun)S 2 x(t)S 199 x(expiry)S 200 x(is)S 200 x(not)S 200 x(noti\211ed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(If)S 173 x(an)S 173 x(UAF)S 173 x(account)S 174 x(has)S 173 x("expired",)S 175 x(SSH)S 173 x(does)S 172 x(not)S 173 x(properly)S 174 x(notify)S 174 x(the)S 173 x(user)S -37 x(.)S 263 x(It)S 173 x(also)S 8083 X 598 y (logs)S 183 x(an)S 183 x(inappropriate)S 182 x(intrusion)S 183 x(record)S 184 x(when)S 182 x(a)S 183 x(valid)S 183 x(but)S 182 x(expired)S 183 x (password)S 182 x(is)S 8083 X 597 y(presented.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 28447 XY F28(4.21.69)S 400 x(Characters)S 200 x(from)S 200 x(extende)S 2 x(d)S 199 x(characte)S 2 x(r)S 198 x(set)S 200 x(are)S 200 x(allowed)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Although,)S 186 x(the)S 181 x (UAF)S 181 x(\212ag)S 181 x(PWDMIX)S 180 x(is)S 180 x(not)S 181 x(set,)S 184 x(SSH)S 181 x(allows)S 179 x(characters)S 182 x(from)S 180 x(the)S 8083 X 598 y(extended)S 176 x(character)S 175 x(set)S 174 x(to)S 175 x (be)S 175 x(used)S 175 x(when)S 175 x(creating)S 175 x(a)S 175 x(password)S 174 x(during)S 176 x(an)S 175 x(expired)S 8083 X 598 y(password)S 165 x (change)S 168 x(event.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20346)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-47) 103 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11599 X 647 y(4.21)S 167 x(SSH,)S 165 x(SCP)S 165 x(and)S 167 x(SFTP)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.21.70)S 400 x(Access)S 2 x(ing)S 199 x(\211les)S 201 x(via)S 200 x(SFTP)S 199 x (cause)S 2 x(s)S 199 x(exce)S 2 x(ssive)S 201 x(Security)S 199 x(alarms)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Accessing)S 187 x(\211les)S 188 x(via)S 187 x(SFTP)S 188 x(causes)S 187 x(excessive)S 188 x(Security)S 188 x(alarms)S 186 x(in)S 188 x(the)S 187 x(Audit)S 187 x(log)S 8083 X 597 y(complaining)S 167 x(that)S 166 x(EXECUTE)S 165 x(access)S 165 x (is)S 166 x(required)S 166 x(for)S 167 x(the)S 166 x(SYSUAF)S -56 x (.DA)S -28 x(T)S 166 x(\211le.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9816 XY F28(4.21.71)S 400 x(SYS$ANN)S -2 x(OUNCE)S 198 x(mess)S 2 x(age)S 200 x(display)S 2 x(ed)S 200 x(after)S 199 x(login)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 187 x(SYS$ANNO)S -2 x(UNCE)S 185 x(message)S 186 x (is)S 185 x(displayed)S 186 x(after)S 186 x(login,)S 192 x(and)S 186 x (display)S 186 x(of)S 186 x(the)S 8083 X 598 y(SYS$WELCO)S -2 x(ME)S 166 x(message)S 166 x(is)S 165 x(not)S 167 x(implemented.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 14997 XY F28(4.21.72)S 400 x("ls)S 200 x(-l")S 200 x(and)S 200 x(the)S 200 x ("rename)S 2 x(")S 199 x(comm)S 2 x(and)S 200 x(with)S 199 x(wildca)S 2 x(rds)S 199 x(fails)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (Using)S 175 x(the)S 175 x(SFTP)S 175 x F234(ls)S 174 x(-l)S 175 x F151 (and)S 174 x(the)S 175 x F234(rename)S 175 x F151(command)S 174 x(with)S 174 x(wildcards)S 174 x F234(\(*\))S 174 x F151(fails)S 174 x(when)S 8083 X 597 y(the)S 166 x(speci\211ed)S 167 x(name)S 166 x(was)S 165 x (a)S 166 x(directory)S -55 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 20178 XY F28(4.21.73)S 400 x(Openin)S 2 x(g)S 199 x(a)S 200 x(second)S 201 x(T)S -44 x(ectia)S 200 x(SSH)S 198 x(clien)S 2 x(t)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(Attempts)S 169 x(to)S 171 x(open)S 171 x(a)S 171 x(second)S 171 x(T)S -46 x(ectia)S 171 x(SSH)S 170 x(client)S 171 x(session)S 170 x (may)S 171 x(result)S 171 x(in)S 171 x(both)S 171 x(sessions)S 8083 X 598 y(getting)S 167 x(disconnected.)S 8083 X 897 y F153(Solut)S 2 x (ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 25358 XY F28(4.21.74)S 400 x(Server)S 199 x(process)S 201 x(crashes)S 201 x(while)S 200 x(listing)S 201 x(\211les)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 182 x(SFTP)S 183 x(Server)S 182 x(process)S 181 x(crashes)S 182 x(while)S 181 x(listing)S 182 x(\211les,)S 185 x(if)S 182 x(any)S 182 x(one)S 182 x(the)S 182 x(listed)S 181 x(\211le)S 8083 X 598 y(owner)S 173 x (name)S 172 x(is)S 172 x(equal)S 172 x(to)S 172 x(greater)S 173 x(than)S 173 x(the)S 172 x(OpenVMS)S 172 x(maximum)S 172 x(allowable)S 172 x (length,)S 8083 X 597 y(that)S 166 x(is,)S 166 x(12)S 166 x(characters.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x (problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x (release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20347)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-48) 104 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.22)S 167 x(SYSCON)S -2 x(FIG)S 167 x(problems)S 167 x(\211xed)S 167 x(in)S 167 x(this)S 167 x(release)S 0 SC 4497 4711 XY F24(4.22)S 397 x(SYSCONFIG)S 231 x (problems)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(SYSCO)S -2 x(NFIG)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6703 XY F28(4.22.1)S 400 x(Syscon\211g)S 2 x(db)S 199 x(generate)S 2 x(s)S 199 x(incorrect)S 200 x(error)S 199 x (messa)S 2 x(ge)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 188 x(syscon\211gdb)S 187 x(command)S 187 x(generates)S 187 x(a)S 187 x F234(%SYSTEM-F-SSFAIL,)S 187 x(system)S 187 x(service)S 8083 X 598 y (failure)S 167 x F151(exception)S 166 x(instead)S 166 x(of)S 166 x(exiting)S 167 x(gracefully)S 168 x(upon)S 166 x(detecting)S 167 x(an)S 166 x(error)S -36 x(.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 12033 XY F24(4.23)S 397 x(TCPDUMP)S 232 x(problems)S 232 x(\211xed)S 232 x(in)S 232 x(this)S 233 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x (TCPDUMP)S 166 x(problems)S 165 x(\211xed)S 167 x(in)S 167 x(this)S 165 x(release.)S 4497 14026 XY F28(4.23.1)S 400 x(TCPDUMP)S 206 x(exits)S 209 x(with)S 209 x(a)S 208 x(succe)S 2 x(ss)S 208 x(status)S 209 x(when)S 209 x(inval)S 2 x(id)S 208 x(arguments)S 209 x(are)S 6557 X 697 y(passe)S 2 x(d)S -534 x 797 y F153(Problem:)S 8083 X 897 y F151(Although,)S 187 x (invalid)S 182 x(command)S 181 x(line)S 182 x(arguments)S 182 x(are)S 181 x(passed,)S 185 x(TCPDUMP)S 182 x(may)S 181 x(exit)S 8083 X 598 y (with)S 180 x(a)S 180 x(success)S 180 x(status.)S 277 x(It)S 180 x(must)S 180 x(exit)S 181 x(with)S 179 x(something)S 181 x(more)S 181 x(descriptive,)S 184 x(such)S 181 x(as)S 8083 X 598 y(%SYSTEM-E-AB)S -2 x(ORT)S 166 x (\(condition)S 166 x(code)S 166 x(42\).)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 20651 XY F24(4.24)S 397 x(TELNET)S 233 x(problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 167 x(following)S 166 x(section)S 166 x(describes)S 166 x(TELNET)S 166 x(problems)S 165 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 22644 XY F28 (4.24.1)S 400 x(Arbitrary)S 198 x(charac)S 2 x(ters)S 199 x(receive)S 2 x(d)S 199 x(on)S 200 x(the)S 200 x(TELNET)S 199 x(server)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(Arbitrary)S 166 x(characters)S 167 x(are)S 166 x(received)S 167 x(on)S 167 x(TELNET)S 166 x(server)S 166 x(when)S 167 x(used)S 166 x(in)S 166 x(binary)S 167 x(mode.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26928 XY F28(4.24.2)S 400 x(Quoted)S 200 x(charact)S 2 x(er)S 199 x (gets)S 200 x(dropped)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151 (Binary)S 167 x(telnet)S 166 x(session)S 165 x(occasionally)S 167 x (drops)S 165 x(quoted)S 167 x(character)S -36 x(.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 31510 XY F28(4.24.3)S 400 x(User)S 199 x(authorization)S 201 x(failure)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(When)S 175 x(you)S 174 x(establish)S 173 x(a)S 174 x(telnet)S 174 x(session)S 173 x(in)S 175 x(a)S 173 x (binary)S 175 x(mode)S 174 x(to)S 174 x(an)S 174 x(OpenVMSvms)S 173 x (host)S 8083 X 598 y(by)S 173 x(entering)S 174 x(Ctrl-U+Username)S 172 x (followed)S 173 x(by)S 173 x(Ctrl-U+pass)S -2 x(word,)S 175 x(it)S 172 x (results)S 173 x(in)S 173 x(a)S 172 x(user)S 8083 X 598 y(authorization)S 166 x(failure.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20348)S 399 x F38 (Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-49) 105 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 14987 X 647 y(4.24)S 167 x(TELNET)S 166 x(problems)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4617 XY(4.24.4)S 400 x(Destination)S 201 x(address)S 201 x (is)S 199 x(not)S 200 x(set)S 200 x(correctly)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 168 x(destination)S 168 x(address)S 167 x(associated)S 166 x(with)S 168 x(an)S 168 x(outbound)S 168 x(TN)S 168 x(device)S 168 x (is)S 167 x(not)S 168 x(always)S 167 x(set)S 8083 X 598 y(correctly)S -54 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 9798 XY F28(4.24.5)S 400 x(Allocating)S 201 x (a)S 199 x(freshly-c)S 2 x(reated)S 200 x(outbound)S 201 x(TN)S 199 x (device)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(Allocating)S 185 x(a)S 185 x(freshly-created)S 185 x(outbound)S 185 x(TN)S 185 x (device)S 186 x(is)S 184 x(not)S 185 x(possible)S 183 x(because)S 185 x (the)S 8083 X 597 y(device)S 169 x(is)S 168 x(initially)S 168 x(marked)S 168 x(as)S 168 x(mounted.)S 254 x(The)S 169 x(message)S 168 x F234(SYSTEM-F-DEVMOUNT,)S 169 x(device)S 8083 X 598 y(is)S 180 x(already)S 180 x(mounted)S 180 x F151(may)S 180 x(result)S 179 x(from)S 180 x(an)S 180 x(attempt)S 179 x (to)S 179 x(use)S 180 x(the)S 180 x(DCL)S 179 x(ALLOCA)S -29 x(TE)S 8083 X 598 y(command.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x (in)S 166 x(this)S 166 x(release.)S 4497 16174 XY F28(4.24.6)S 400 x ("INVEXCE)S -2 x(PTN)S 199 x(@SMP$ACQU)S -2 x(IRE_C)S 199 x(+)S 199 x (0003)S 2 x(4")S 200 x(error)S 198 x(displa)S 2 x(yed)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 167 x(system)S 165 x(crashes)S 166 x(with)S 166 x(the)S 166 x(following)S 166 x(message:)S 8322 X 896 y F238(INVEXCEP)S 2 x(TN)S 239 x(@SMP$ACQU)S 2 x(IRE_C)S 240 x(+)S 239 x (00034.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 21653 XY F28(4.24.7)S 400 x(Logins)S 201 x(blocked)S 201 x(after)S 199 x(the)S 200 x(seed)S 201 x(for)S 199 x(TN)S 199 x (device)S 2 x(s)S 199 x(exce)S 2 x(eding)S 200 x(9999)S 8083 X 798 y F153(Problem:)S 8083 X 896 y F151(Further)S 167 x(logins)S 167 x(are)S 166 x(blocked)S 167 x(after)S 165 x(the)S 167 x(seed)S 165 x(for)S 166 x (TN)S 167 x(devices)S 166 x(exceeds)S 166 x(9999.)S 8083 X 897 y F153 (Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 26236 XY F28(4.24.8)S 400 x(TN3270)S 200 x(users)S 200 x(receiv)S 2 x(e)S 199 x (an)S 200 x(error)S 198 x(mess)S 2 x(age)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(TN3270)S 171 x(users)S 170 x(receive)S 172 x(an)S 170 x(error)S 172 x(message)S 170 x(while)S 170 x(attempting)S 171 x (to)S 170 x(load)S 170 x(the)S 171 x(translation)S 8083 X 598 y(table)S 166 x(\211le.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 31417 XY F28(4.24.9)S 400 x(OpenVMS)S 199 x(telne)S 2 x(t)S 199 x(client)S 200 x(echo)S 2 x(es)S 199 x(the)S 200 x(pass)S 2 x(word)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (OpenVMS)S 178 x(telnet)S 177 x(client)S 178 x(echoes)S 178 x(the)S 178 x(password,)S 180 x(when)S 179 x(you)S 178 x(try)S 178 x(to)S 178 x (login)S 179 x(to)S 177 x(a)S 178 x(Linux)S 8083 X 597 y(busybox)S 167 x (telnet)S 166 x(server)S 167 x(from)S 166 x(an)S 166 x(OpenVMS)S 166 x (system.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20349)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-50) 106 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Corrections)S 4497 X 647 y(4.25)S 167 x(TFTP)S 166 x(probelms)S 168 x(\211xed)S 167 x(in)S 166 x(this)S 167 x(release)S 0 SC 4497 4689 XY F24(4.25)S 397 x(TFTP)S 233 x(probelms)S 233 x(\211xed)S 232 x(in)S 232 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 167 x (following)S 166 x(section)S 166 x(describes)S 166 x(TFTP)S 167 x(problems)S 165 x(\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 6682 XY F28(4.25.1)S 400 x(TFTP)S 200 x(server)S 199 x(randomly)S 201 x(exits)S 201 x(in)S 199 x(betwee)S 2 x(n)S 199 x(a)S 200 x(\211le)S 200 x(transfer)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(T)S -45 x(o)S 169 x(boot)S 169 x(diskless)S 168 x(systems,)S 170 x(the)S 169 x(TFTP)S 171 x(server)S 170 x(is)S 168 x(used)S 170 x(to)S 169 x(fetch)S 169 x(the)S 170 x(boot)S 169 x(\211les)S 169 x(from)S 169 x(the)S 8083 X 598 y(server)S -36 x (.)S 249 x(When)S 162 x(an)S 161 x(OpenVMS)S 160 x(system)S 161 x(tries)S 160 x(to)S 161 x(boot)S 161 x(by)S 161 x(\211rst)S 161 x(fetching)S 162 x(the)S 161 x(\211les)S 160 x(from)S 161 x(the)S 8083 X 598 y(TFTP)S 164 x(server)S -37 x(,)S 164 x(it)S 162 x(works)S 163 x(as)S 162 x(expected.)S 250 x(But)S 162 x(when)S 163 x(this)S 162 x(same)S 162 x(operation)S 163 x(is)S 162 x(performed)S 163 x(by)S 8083 X 598 y(multiple)S 166 x (systems,)S 165 x(random)S 167 x(failures)S 166 x(are)S 166 x(observed)S 166 x(in)S 167 x(the)S 166 x(\211le)S 166 x(transfer)S -37 x(.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 13207 XY F24(4.26)S 397 x(User)S 232 x(Control)S 233 x(Program)S 233 x(problems)S 232 x(\211xed)S 232 x(in)S 233 x(this)S 232 x(release)S 8083 X 897 y F151(The)S 181 x(following)S 181 x(section)S 180 x(describes)S 180 x(User)S 180 x(Control)S 180 x(Program)S 182 x(problems)S 179 x (\211xed)S 182 x(in)S 180 x(this)S 8083 X 598 y(release.)S 4497 15798 XY F28(4.26.1)S 400 x(Enabling)S 200 x(the)S 200 x(128th)S 201 x(service)S 201 x(using)S 200 x(CONFIG)S 199 x(ENAB)S -2 x(LE)S 200 x(SER)S -12 x (VICE)S 8083 X 797 y F153(Problem:)S 8083 X 597 y F151(A)S 181 x(maximum)S 182 x(of)S 181 x(127)S 182 x(new)S 181 x(services)S 182 x(can)S 182 x (be)S 181 x(created)S 182 x(using)S 182 x F234(TCPIP>)S 182 x(CONFIG)S 182 x(ENABLE)S 8083 X 598 y(SERVICE)S 167 x F151(On)S 166 x(enabling)S 167 x(the)S 166 x(128th)S 166 x(service,)S 167 x(the)S 166 x(following)S 166 x(error)S 167 x(message)S 166 x(is)S 165 x(displayed:)S 8322 X 897 y F238(%TCPIP-E)S 2 x(-CONFIGERROR)S 2 x(,)S 717 x(error)S 240 x(processi)S 2 x(ng)S 239 x(configurat)S 2 x(ion)S 239 x(request)S 8322 X 498 y(%TCPIP-E)S 2 x(-TOOMANYSERV)S 2 x(,)S 239 x(database)S 240 x(already)S 241 x(has)S 239 x(maximum)S 241 x(number)S 240 x(of)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (\211xed)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 22074 XY F28 (4.26.2)S 400 x(Entering)S 205 x(a)S 205 x(long)S 206 x(domain)S 206 x (name)S 206 x(may)S 206 x(trigger)S 204 x(a)S 205 x(failure)S 206 x (while)S 206 x(con\211guring)S 6557 X 698 y(TCPIP)S -235 x 797 y F153 (Problem:)S 8083 X 896 y F151(While)S 187 x(executing)S 189 x(TCPIP$CONFIG.COM)S 186 x(in)S 188 x(an)S 187 x(attempt)S 186 x(to)S 187 x(initially)S 188 x (con\211gu)S 2 x(re)S 8083 X 598 y(TCPIP)S -64 x(,)S 187 x(entering)S 187 x(a)S 186 x(very)S 188 x(long)S 187 x(domain)S 186 x(name)S 187 x (may)S 186 x(trigger)S 187 x(a)S 187 x(failure,)S 192 x(making)S 187 x (it)S 8083 X 598 y(impossible)S 177 x(to)S 178 x(con\211g)S 2 x(ure)S 179 x(the)S 178 x(system.)S 274 x(The)S 179 x(underlying)S 180 x(cause)S 179 x(was)S 177 x(a)S 178 x(failing)S 179 x F234(TCPIP)S 8083 X 597 y (SHOW)S 172 x(CONFIGURATION)S 171 x(COMMUNICATION)S 172 x(/OUTPUT=)S F235(filename)S 172 x F151(command,)S 173 x(which)S 172 x(had)S 171 x (an)S 8083 X 598 y(80-character)S 167 x(line)S 166 x(length)S 167 x (limitation.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151 (This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x (this)S 166 x(release.)S 4497 29745 XY F28(4.26.3)S 400 x(TCPIP)S 199 x (SHOW)S 198 x(COMMUNICA)S -46 x(TION)S 199 x(truncate)S 2 x(s)S 199 x (its)S 200 x(output)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151 (The)S 172 x F234(TCPIP)S 172 x(SHOW)S 171 x(COMMUNICATION)S 172 x F151 (command)S 171 x(truncates)S 172 x(its)S 170 x(output)S 172 x(when)S 171 x(the)S 171 x(domain)S 8083 X 598 y(name)S 166 x(is)S 166 x(more)S 166 x(than)S 167 x(29)S 166 x(characters)S 166 x(long.)S 8083 X 896 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x (is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 4497 38258 XY F40(4\20350)S 399 x F38(Corrections)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Courier-Oblique %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-51) 107 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 23857 2293 XY F28(Corrections)S 11068 X 647 y(4.26)S 167 x(User)S 166 x(Control)S 166 x(Program)S 166 x(problems)S 168 x(\211xed)S 167 x (in)S 166 x(this)S 167 x(release)S 0 SC 4497 4636 XY(4.26.4)S 400 x (SET)S 225 x(NAME_SER)S -12 x(VICE)S 224 x(/INITIALIZE)S 226 x(/CLUSTER)S 225 x(fails)S 226 x(to)S 226 x(\211nd)S 6557 X 697 y(TCPIP$BIND_RU)S -2 x(NNING_*.DA)S -46 x(T)S -66 x(;*)S 8083 X 797 y F153(Problem:)S 8083 X 897 y F151(The)S 182 x F234(SET)S 181 x(NAME_SERVICE)S 182 x (/INITIALIZE)S 182 x(/CLUSTER)S 181 x F151(command)S 182 x(attempts)S 180 x(to)S 181 x(\211nd)S 181 x(the)S 8083 X 598 y(\211le)S 182 x(TCPIP$BIND_RUNNI)S -2 x(NG_*.DA)S -28 x(T)S -27 x(;*)S 182 x(but)S 182 x(fails)S 181 x (because)S 182 x(the)S 181 x(semantics)S 181 x(of)S 182 x(the)S 8083 X 597 y(TCPIP$BIND_CO)S -2 x(MMON)S 167 x(logical)S 166 x(name)S 166 x (have)S 167 x(change)S 2 x(d.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 897 y F151(This)S 166 x(problem)S 166 x(is)S 166 x(corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 4497 11112 XY F28(4.26.5)S 400 x(TCPIP)S 199 x(SHOW)S 198 x(DEVICE_SOCK)S -2 x(ET)S 199 x(output)S 201 x(is)S 199 x(not)S 200 x(properly)S 200 x(formatted)S 8083 X 797 y F153(Problem:)S 8083 X 896 y F151(When)S 195 x(used)S 194 x(with)S 193 x (the)S 195 x(DCL)S 193 x(command)S 194 x F234(PIPE)S F151(,)S 195 x (the)S 195 x(output)S 194 x(from)S 194 x(a)S 194 x F234(TCPIP)S 194 x (SHOW)S 8083 X 598 y(DEVICE_SOCKET)S 167 x F151(command)S 166 x(is)S 166 x(not)S 166 x(properly)S 167 x(formatted.)S 8083 X 897 y F153(Solut)S 2 x(ion:)S 8083 X 896 y F151(This)S 166 x(problem)S 166 x(is)S 166 x (corrected)S 167 x(in)S 166 x(this)S 166 x(release.)S 5 SC 23524 38258 XY F38(Corrections)S 399 x F40(4\20351)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Bold %%+ NewCenturySchlbk-Roman Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (4-52) 108 %DEC_EDMS_BlankPage PP %%PageTrailer %%PageFonts: %%PageProcessColors: %%PageCustomColors: % %%Page: (5-1) 109 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 26214 6776 XY F8(5)S 4497 X 448 y 22716 48 R 16252 8242 XY F208 (Documentatio)S -2 x(n)S 332 x(Update)S 8083 10534 XY F151(This)S 167 x (chapter)S 167 x(describes)S 166 x(updates)S 167 x(to)S 166 x(the)S 167 x(information)S 167 x(in)S 167 x(the)S 167 x(TCP/IP)S 167 x(Services)S 168 x(product)S 8083 X 597 y(documentation.)S 8083 X 897 y(This)S 166 x (information)S 167 x(will)S 165 x(be)S 166 x(supplied)S 166 x(in)S 166 x (the)S 166 x(\211nal)S 167 x(release)S 166 x(of)S 166 x(TCP/IP)S 166 x (Services.)S 4497 13273 XY F24(5.1)S 398 x(Documentation)S 232 x(Not)S 232 x(Being)S 232 x(Updated)S 232 x(for)S 233 x(This)S 232 x(Relea)S -2 x(se)S 8083 X 897 y F151(The)S 192 x(following)S 190 x(manuals)S 191 x(are)S 191 x(not)S 191 x(updated)S 191 x(for)S 190 x(TCP/IP)S 192 x (Services)S 191 x(V)S -46 x(ersion)S 191 x(5.7.)S 8083 X 598 y(Documentation)S 166 x(chang)S 2 x(es)S 166 x(planned)S 166 x(for)S 166 x(these)S 166 x (manuals)S 166 x(are)S 166 x(indicated:)S 8083 X 896 y(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x(Installation)S 167 x(and)S 166 x(Con\211gu)S 2 x(ration)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x (Management)S 168 x(Guide)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x(Guide)S 166 x(to)S 166 x(SSH)S 8083 X 896 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x(Concepts)S 167 x(and)S 166 x(Planning)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x (for)S 167 x(OpenVMS)S 166 x(Management)S 168 x(Command)S 166 x(Reference)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x (for)S 167 x(OpenVMS)S 166 x(Management)S 168 x(Command)S 166 x(Quick)S 166 x(Reference)S 167 x(Card)S 8083 X 896 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x(ONC)S 165 x(RPC)S 166 x(Programming)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 201 x (Services)S 201 x(for)S 201 x(OpenVMS)S 201 x(Sockets)S 202 x(API)S 200 x(and)S 202 x(System)S 201 x(Services)S 8980 X 598 y(Programming)S 8083 X 896 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x (for)S 167 x(OpenVMS)S 166 x(T)S -44 x(uning)S 167 x(and)S 167 x(T)S -44 x(roubleshooting)S 8083 X 897 y F151(\201)S 595 x F152(TCP/IP)S 166 x(Services)S 166 x(for)S 167 x(OpenVMS)S 166 x(User)S 28 x(')S -19 x (s)S 166 x(Guide)S 4497 25826 XY F24(5.2)S 398 x(Documentation)S 232 x (Errata)S 8083 X 897 y F151(The)S 168 x(following)S 168 x(section)S 167 x(describes)S 167 x(the)S 167 x(documentation)S 168 x(updates)S 167 x(and)S 167 x(errata)S 168 x(for)S 167 x(TCP/IP)S 8083 X 598 y(documentation)S 167 x(set:)S 8083 X 896 y(\201)S 595 x F153(Point-to-Po)S 2 x(int)S 167 x(Protocol)S 167 x(Support)S 8980 X 797 y F151(The)S 175 x F152 (HP)S 174 x(TCP/IP)S 174 x(Services)S 174 x(for)S 175 x(OpenVMS)S 174 x (Management)S 176 x F151(manual)S 174 x(speci\211es)S 174 x(that)S 8980 X 598 y(Point-to-Point)S 183 x(Protocol)S 184 x(\(PPP\))S 183 x(is)S 182 x (supported)S 183 x(only)S 184 x(on)S 183 x(Alpha)S 183 x(systems.)S 283 x(This)S 8980 X 598 y(feature)S 181 x(is)S 179 x(now)S 181 x(supported)S 180 x(on)S 181 x(both)S 180 x(OpenVMS)S 180 x(Integrity)S 182 x(servers)S 180 x(and)S 181 x(Alpha)S 8980 X 598 y(systems.)S 8083 X 896 y(\201)S 595 x F153(REPL)S -46 x(Y)S 165 x(/ENABLE=NETWORK)S 165 x(command)S 8980 X 797 y F151(In)S 169 x(the)S 169 x F152(HP)S 169 x(TCP/IP)S 170 x (Services)S 169 x(for)S 169 x(OpenVMS)S 169 x(Manage)S 2 x(ment)S 169 x F151(manual)S 170 x(\(page)S 169 x(24-13\),)S 8980 X 598 y(Section)S 166 x(24.10,)S 168 x(Receiving)S 167 x(LPR/LP)S 2 x(D)S 166 x(OPCOM)S 165 x(Messages,)S 167 x(the)S 167 x(following)S 166 x(command)S 8980 X 598 y(used)S 166 x(to)S 166 x(receive)S 167 x(the)S 166 x(noti\211cations:)S 8980 X 896 y F238($)S 239 x(TCPIP)S 240 x(SET)S 240 x(SERVICE)S 240 x (LPD)S 240 x(/LOG=option)S 8980 X 499 y($)S 239 x(REPLY)S 240 x(/ENABLE=O)S 2 x(PCOM)S 5 SC 21439 38258 XY F38(Documentation)S 167 x(Update)S 399 x F40(5\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Italic NewCenturySchlbk-Bold %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (5-2) 110 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(Documentati)S 2 x(on)S 166 x(Update)S 4497 X 647 y (5.2)S 167 x(Documentati)S 2 x(on)S 166 x(Errata)S 0 SC 8980 4555 XY F151(stands)S 165 x(corrected)S 167 x(as)S 8980 X 897 y F238($)S 239 x (TCPIP)S 240 x(SET)S 240 x(SERVICE)S 240 x(LPD)S 240 x(/LOG=option)S 8980 X 498 y($)S 239 x(REPLY)S 240 x(/ENABLE=N)S 2 x(ETWORK)S 8083 X 897 y F151(\201)S 595 x F153(Default)S 167 x(value)S 167 x(for)S 166 x (TCP_KEEPIDLE)S 8980 X 797 y F151(In)S 173 x(the)S 174 x F152(HP)S 174 x (TCP/IP)S 173 x(Services)S 174 x(for)S 173 x(OpenVMS)S 174 x(Sockets)S 174 x(API)S 174 x(and)S 174 x(System)S 174 x(Services)S 8980 X 597 y (Programming)S 160 x F151(manual)S 160 x(\(page)S 159 x(A-3\))S 159 x (and)S 159 x(TCP/IP)S 160 x(Help,)S 161 x(the)S 159 x(/PROBE_ID)S -2 x (LE)S 159 x(setting)S 8980 X 598 y(corresponds)S 172 x(to)S 171 x(three)S 172 x(different)S 171 x(syscon\211g)S 173 x(parameters:)S 260 x(TCP_KEEPINIT)S -47 x(,)S 172 x(TCP_)S 8980 X 598 y(KEEPINTVL,)S 170 x(and)S 172 x(TCP_KEEPID)S -2 x(LE.)S 172 x(The)S 171 x(default)S 171 x(value)S 172 x(for)S 171 x (TCP_KEEPIDLE)S 8980 X 598 y(was)S 168 x(mentioned)S 169 x(as)S 169 x (75)S 169 x(seconds.)S 255 x(The)S 170 x(default)S 169 x(value)S 170 x (for)S 169 x(TCP_KEEPIDLE)S 168 x(is)S 168 x(now)S 8980 X 597 y(increased)S 159 x(to)S 159 x(2)S 158 x(hrs,)S 161 x(which)S 160 x(is)S 158 x(on)S 159 x(par)S 159 x(with)S 159 x(the)S 159 x(RFC)S 158 x(requirement,)S 161 x(and)S 160 x(the)S 159 x(default)S 8980 X 598 y(value)S 169 x(for)S 169 x(TCP_KEEPINIT)S 168 x(and)S 169 x(TCP_KEEPINTV)S -2 x(L)S 169 x (remains)S 169 x(same,)S 169 x(which)S 169 x(is)S 168 x(75)S 8980 X 598 y(seconds.)S 8083 X 897 y(\201)S 595 x F153(SSH_KEYGEN)S 172 x(-e)S 172 x(Command)S 172 x(Option)S 173 x(Converts)S 171 x(OpenSSH)S 2 x (-based)S 172 x(Public)S 8980 X 597 y(Key)S 166 x(to)S 167 x(OpenVMS)S 166 x(Format)S 8980 X 797 y F151(If)S 172 x(you)S 174 x(want)S 173 x (to)S 173 x(enable)S 173 x(public-key)S 175 x(authentication)S 173 x (on)S 174 x(an)S 173 x(OpenVMS)S 173 x(system)S 172 x(by)S 8980 X 598 y (copying)S 179 x(the)S 177 x(public)S 178 x(key)S 178 x(generated)S 178 x(from)S 178 x(a)S 177 x(Linux)S 179 x(\(or)S 177 x(other)S 178 x (OpenSSH-based\))S 8980 X 598 y(system)S 166 x(instead)S 167 x(of)S 167 x(generating)S 169 x(the)S 167 x(pair)S 167 x(of)S 167 x(keys)S 168 x(using)S 167 x(the)S 168 x(OpenVMS)S 166 x(ssh-keygen)S 8980 X 598 y(utility)S -55 x(,)S 171 x(use)S 170 x(the)S 170 x F234(-e)S 170 x F151(quali\211er)S 171 x(to)S 169 x(conver)S 2 x(t)S 169 x(the)S 170 x (public)S 170 x(key)S 171 x(before)S 170 x(you)S 171 x(transfer)S 170 x (it)S 170 x(to)S 8980 X 597 y(the)S 175 x(OpenVMS)S 174 x(system.)S 266 x(OpenSSH-based)S 173 x(systems,)S 177 x(such)S 175 x(as)S 174 x (the)S 175 x(typical)S 174 x(Linux)S 8980 X 598 y(system,)S 166 x(use)S 166 x(their)S 166 x(own)S 166 x(\211le)S 167 x(format)S 165 x(for)S 166 x(SSH)S 166 x(keys.)S 8980 X 797 y(For)S 166 x(example:)S 8980 X 897 y F238(%)S 239 x(ssh_keyge)S 2 x(n)S 239 x(-e)S 239 x(-f)S 240 x (public-key)S 241 x(>)S 239 x(openvms-f)S 2 x(ormat-public-)S 2 x(key)S 8980 X 896 y F151(The)S 161 x F234(-e)S 161 x F151(quali\211er)S 161 x (has)S 160 x(been)S 161 x(inadvertently)S 162 x(omitted)S 160 x(from)S 160 x(the)S 161 x F152(HP)S 160 x(TCP/IP)S 161 x(Services)S 8980 X 598 y (for)S 171 x(OpenVMS)S 170 x(Guide)S 171 x(to)S 171 x(SSH)S 172 x F151 (Section,)S 172 x(Using)S 171 x(the)S 171 x(SSH_KEYG)S -2 x(EN)S 170 x (Utility)S 171 x(\(page)S 8980 X 598 y(46\).)S 5 SC 4497 38258 XY F40 (5\2032)S 399 x F38(Documentation)S 167 x(Update)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Page: (A-1) 111 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 25917 6776 XY F8(A)S 4497 X 448 y 22716 48 R 16087 8273 XY F208 (LPD/LPR)S 331 x(Con\211gur)S -2 x(ation)S 8083 10564 XY F151(This)S 172 x(appendix)S 172 x(illustrates)S 170 x(how)S 172 x(to)S 171 x(con\211g)S 2 x(ure)S 172 x(LPD/LPR)S 172 x(jobs)S 171 x(from)S 172 x(a)S 171 x (local)S 172 x(host)S 171 x(to)S 171 x(a)S 8083 X 598 y(remote)S 166 x (system.)S 4497 12408 XY F24(A.1)S 397 x(Con\211guring)S 233 x(LPD)S 232 x(job)S 233 x(from)S 233 x(local)S 232 x(host)S 232 x(to)S 233 x (the)S 233 x(remote)S 232 x(system)S 8083 X 896 y F151(The)S 157 x(print)S 156 x(jobs)S 156 x(must)S 156 x(be)S 156 x(submitted)S 156 x(from)S 156 x(local)S 156 x(host,)S 158 x("HOST)S -28 x(A",)S 158 x(to)S 156 x (the)S 156 x(remote)S 157 x(system,)S 8083 X 598 y("HOSTB".)S 8083 X 897 y(T)S -45 x(o)S 167 x(con\211gu)S 2 x(re)S 167 x(the)S 168 x(LPD)S 167 x(jobs)S 168 x(from)S 167 x(a)S 167 x(local)S 167 x(host)S 167 x (to)S 168 x(the)S 167 x(remote)S 167 x(system,)S 168 x(where)S 167 x (the)S 168 x(LPD)S 8083 X 597 y(server)S 167 x(is)S 165 x(not)S 167 x (listening)S 166 x(on)S 167 x(default)S 165 x(port)S 166 x(\(515\),)S 167 x(complete)S 165 x(the)S 167 x(following)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 210 x("HOST)S -28 x(A",)S 221 x(setup)S 210 x (the)S 210 x(printcap)S 210 x(entry)S 211 x(for)S 211 x(the)S 210 x (printer)S 210 x(in)S 211 x(the)S 8980 X 598 y(TCPIP$PRINTCAP)S -65 x (.DA)S -28 x(T)S 167 x(\211le)S 166 x(as)S 166 x(follows:)S 8980 X 896 y F238(LOOP_BOGUS_)S 2 x(P_1|loop_bog)S 2 x(us_p_1:\\)S 10893 X 499 y (:lf=/TCPI)S 2 x(P$LPD_ROOT/0)S 2 x(00000/LOOP_B)S 2 x(OGUS_P_1.LOG:)S 2 x(\\)S 10893 X 498 y(:lp=LOOP_)S 2 x(BOGUS_P_1:\\)S 10893 X 498 y (:rm=hostb)S 2 x(.hp.com:\\)S 10893 X 498 y(:rp=bogus)S 2 x(_p_1:\\)S 10893 X 498 y(:rt=1234:)S 2 x(\\)S 10893 X 498 y(:sd=/TCPI)S 2 x(P$LPD_ROOT/L)S 2 x(OOP_BOGUS_P_)S 2 x(1:)S 8083 X 897 y F151(2.)S 482 x(On)S 175 x ("HOSTB")S -2 x(,)S 178 x(con\211gu)S 2 x(re)S 175 x(the)S 175 x(LPD)S 174 x(receiver)S 176 x(to)S 175 x(listen)S 174 x(on)S 175 x(port)S 175 x (1234.)S 267 x(Manually)S 8980 X 598 y(de\211ne)S 169 x(another)S 168 x (service)S 169 x(database)S 167 x(entry)S 169 x(that)S 168 x(is)S 167 x (same)S 168 x(as)S 167 x(LPD.)S 169 x(Use)S 167 x(the)S 169 x(standard)S 8980 X 597 y(procedure)S 167 x(to)S 166 x(set)S 165 x(and)S 166 x(enable)S 167 x(the)S 166 x(service.)S 4497 24363 XY F24(A.2)S 397 x(Con\211guring)S 233 x(LPD)S 232 x(job)S 232 x(from)S 233 x(local)S 232 x(host)S 232 x (to)S 233 x(the)S 232 x(remote)S 232 x(system)S 232 x(over)S 5980 X 797 y(the)S 233 x(SSH)S 232 x(tunnel)S 8083 X 896 y F151(The)S 179 x (print)S 178 x(jobs)S 178 x(are)S 178 x(submitted)S 177 x(from)S 178 x ("HOST)S -28 x(A")S 178 x(to)S 178 x(the)S 178 x(remote)S 178 x(system,)S 181 x("HOSTB")S -2 x(.)S 8083 X 598 y(The)S 177 x(LPD)S 177 x(receiver)S 177 x(is)S 176 x(runnin)S 2 x(g)S 176 x(on)S 177 x(HOSTB)S 176 x(listening)S 177 x(to)S 176 x(default)S 176 x(port)S 176 x(or)S 177 x(any)S 177 x (other)S 8083 X 598 y(con\211g)S 2 x(ured)S 167 x(port.)S 251 x(The)S 167 x(encrypting)S 168 x(SSH)S 167 x(tunnel)S 167 x(is)S 166 x(established)S 166 x(between)S 167 x(HOST)S -28 x(A)S -37 x(')S -19 x(s)S 166 x(port)S 8083 X 598 y F234(\(rt\))S 166 x F151(and)S 167 x(HOSTB')S -20 x(s)S 166 x(port)S 166 x(on)S 166 x(which)S 167 x(the)S 166 x(LPD)S 166 x (receiver)S 167 x(is)S 166 x(listening.)S 8083 X 896 y(T)S -45 x(o)S 168 x(con\211g)S 2 x(ure)S 169 x(LPD)S 169 x(jobs)S 169 x(from)S 168 x (a)S 169 x(local)S 169 x(host)S 168 x(to)S 169 x(a)S 168 x(remote)S 169 x(system)S 168 x(over)S 170 x(the)S 168 x(SSH)S 169 x(tunnel,)S 8083 X 598 y(complete)S 166 x(the)S 166 x(following)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 210 x("HOST)S -28 x(A",)S 221 x(setup)S 210 x(the)S 210 x(printcap)S 210 x(entry)S 211 x(for)S 211 x(the)S 210 x (printer)S 210 x(in)S 211 x(the)S 8980 X 597 y(TCPIP$PRINTCAP)S -65 x (.DA)S -28 x(T)S 167 x(\211le)S 166 x(as)S 166 x(follows:)S 8980 X 897 y F238(LOOP_BOGUS_)S 2 x(P_1|loop_bog)S 2 x(us_p_1:\\)S 10893 X 498 y (:lf=/TCPI)S 2 x(P$LPD_ROOT/0)S 2 x(00000/LOOP_B)S 2 x(OGUS_P_1.LOG:)S 2 x(\\)S 10893 X 498 y(:lp=LOOP_)S 2 x(BOGUS_P_1:\\)S 10893 X 498 y (:rm=local)S 2 x(host:\\)S 10893 X 499 y(:rp=bogus)S 2 x(_p_1:\\)S 10893 X 498 y(:rt=1234:)S 2 x(\\)S 10893 X 498 y(:sd=/TCPI)S 2 x(P$LPD_ROOT/L)S 2 x(OOP_BOGUS_P_)S 2 x(1:)S 8980 X 897 y F151(Note)S 166 x(that)S 166 x (the)S 166 x F234(rm)S 166 x F151(\211eld)S 166 x(is)S 166 x(set)S 165 x (to)S 166 x("localhost".)S 5 SC 21290 38258 XY F38(LPD/LPR)S 166 x(Con\211guration)S 399 x F40(A\2031)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (A-2) 112 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 4 SC 4497 2293 XY F28(LPD/LPR)S 165 x(Con\211guration)S 4497 X 647 y (A.2)S 166 x(Con\211guring)S 167 x(LPD)S 165 x(job)S 167 x(from)S 166 x (local)S 167 x(host)S 167 x(to)S 167 x(the)S 166 x(remote)S 167 x(syste)S 2 x(m)S 166 x(over)S 167 x(the)S 166 x(SSH)S 165 x(tunnel)S 0 SC 8083 4555 XY F151(2.)S 482 x(On)S 168 x("HOSTB",)S 168 x(using)S 170 x(the)S 168 x (standard)S 168 x(LPD)S 169 x(con\211gu)S 2 x(ration)S 168 x(procedure,)S 171 x(con\211gu)S 2 x(re)S 168 x(the)S 8980 X 598 y(LPD)S 166 x(receiver)S 167 x(listening)S 166 x(on)S 167 x(port)S 166 x(515.)S 8980 X 797 y (Or)S -609 x 797 y(If)S 182 x(the)S 183 x(you)S 184 x(want)S 183 x(to)S 182 x(con\211g)S 2 x(ure)S 183 x(LPD)S 183 x(on)S 183 x(a)S 183 x(port)S 183 x(other)S 183 x(than)S 183 x(the)S 183 x(default)S 183 x(port,)S 8980 X 598 y(manually)S 167 x(de\211ne)S 166 x(another)S 167 x(service)S 167 x(database)S 165 x(entry)S 167 x(that)S 166 x(is)S 165 x(the)S 167 x (same)S 165 x(as)S 166 x(LPD.)S 8083 X 896 y(3.)S 482 x(Run)S 167 x (the)S 167 x(SSH)S 166 x(command)S 167 x(on)S 167 x("HOST)S -28 x(A")S 166 x(to)S 166 x(establish)S 166 x(the)S 167 x(SSH)S 166 x(tunnel)S 167 x(between)S 167 x(the)S 8980 X 598 y(local)S 174 x(port)S 173 x (and)S 174 x(remote)S 174 x(port.)S 265 x(For)S 174 x(example,)S 177 x (if)S 173 x(the)S 174 x F234(rt)S 174 x F151(is)S 173 x(1234)S 174 x (on)S 174 x(the)S 174 x(local)S 174 x(host)S 8980 X 598 y(and)S 175 x (the)S 175 x(remote)S 175 x(port)S 175 x(is)S 175 x("515")S 175 x(on)S 175 x(which)S 176 x(the)S 175 x(LPD)S 175 x(server)S 176 x(is)S 174 x (listening,)S 178 x(use)S 176 x(the)S 8980 X 598 y(following)S 166 x (command)S 166 x(to)S 166 x(establish)S 165 x(the)S 167 x(SSH)S 165 x (tunnel:)S 8980 X 896 y F238(SSH)S 239 x(-"L"123)S 2 x(4:localhost:)S 2 x(515)S 239 x(hostb.hp)S 2 x(.com)S 5 SC 4497 38258 XY F40(A\2032)S 398 x F38(LPD/LPR)S 166 x(Con\211guration)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Helvetica %%PageProcessColors: %%PageCustomColors: (HEADCOLOR) %%+ (BLACK) %%+ (FOOTCOLOR) % %%Trailer %%Pages: 112 %%BoundingBox: 0 0 612 792 %%DocumentFonts: Courier Courier-Oblique %%+ Helvetica-Bold DEC_Callout NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Helvetica Helvetica-BoldOblique %%DocumentNeededFonts: Courier Courier-Oblique %%+ Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold NewCenturySchlbk-Italic %%+ Helvetica Helvetica-BoldOblique %%DocumentProcessColors: %%DocumentCustomColors: (BLACK) %%+ (FOOTCOLOR) %%+ (HEADCOLOR) %%CMYKCustomColor: 0.0 0.0 0.0 1.0 (BLACK) %%+ 0.0 0.0 0.0 1.0 (UNDEFINED) %%+ 0.0 0.0 0.0 1.0 (UNDEFINED) %%+ 0.0 0.0 0.0 1.0 (UNDEFINED) %%+ 0.0 0.0 0.0 1.0 (HEADCOLOR) %%+ 0.0 0.0 0.0 1.0 (FOOTCOLOR) % DVC$PSJob restore end %DEC_DVC$dict end %Color5044Dict % %%EOF