| %!PS-Adobe-2.0
%%Creator: VAX DOCUMENT V1.1
%%+Copyright (c) 1986,1987,1988 DIGITAL EQUIPMENT CORPORATION.
%%+All Rights Reserved.
%%DocumentFonts: (atend)
%%Pages: (atend)
%%EndComments
/$DVCDict where { %FIND DICTIONARY
pop
}{ %else
/$DVCDict 300 dict def
} ifelse
/BeginDVC$PSDoc { %BEGIN DOCUMENT
vmstatus pop pop 0 eq {
$DVCDict begin InitializeState
}{ %else
/DVC$PSJob save def $DVCDict begin InitializeState
/DVC$PSFonts save def
} ifelse
} def
/EndDVC$PSDoc { %END DOCUMENT
vmstatus pop pop 0 eq {
end
}{ %else
DVC$PSFonts restore end DVC$PSJob restore
} ifelse
} def
%
$DVCDict begin
%
mark % CREATE ISOLatin1 ENCODING
/ISOLatin1
8#000 1 8#054 {StandardEncoding exch get} for
/minus
8#056 1 8#217 {StandardEncoding exch get} for
/dotlessi
8#301 1 8#317 {StandardEncoding exch get} for
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen
/registered /macron /degree /plusminus /twosuperior /threesuperior /acute
/mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine
/guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave
/Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute
/Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave
/Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute
/acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute
/ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde
/ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
/ISOLatin1 where not {256 array astore def} if
cleartomark
%
/DECMCS ISOLatin1 256 array copy def
mark % CREATE DECMCS ENCODING
8#240 8#244 8#246 8#254 8#255 8#256 8#257 8#264
8#270 8#276 8#320 8#336 8#360 8#376 8#377
counttomark
{DECMCS exch /.notdef put} repeat % STACK NOW CONTAINS MARK
8#250 /currency 8#327 /OE 8#335 /Ydieresis 8#367 /oe 8#375 /ydieresis
counttomark -1 bitshift % DIVIDE BY 2
{DECMCS 3 1 roll put} repeat % STACK NOW CONTAINS MARK
cleartomark
%
/DOCPSE DECMCS 256 array copy def
mark % CREATE DOCPSE ENCODING
8#055 /hyphen
8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger
8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta
8#211 /fi 8#212 /fl
counttomark -1 bitshift % DIVIDE BY 2
{DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK
cleartomark
%
/reencodedict 10 dict def %Local storage for "ReENCODE"
/ReENCODE { % /basefont /newfont encoding ReENCODE
/newencoding exch def %ARG: NAME OF ENCODING VECTOR
/newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING
findfont
/basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED
basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT
basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE
1 index /FID ne {
def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS
} { %else
pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING
} ifelse
} forall
/FontName newfontname def %DEFINE NEW NAME
/Encoding newencoding def %DEFINE NEW ENCODING VECTOR
newfontname currentdict definefont %TURN IT INTO A PS FONT
pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT
end
} bind def
%
/cvsstr 64 string def
/tempmatrix matrix def
%
/BP { % BEGIN PAGE
/Magnification exch def /DVC$PSPage save def
} def
%
/EP {DVC$PSPage restore} def % END PAGE
%
/XP { % EXIT PAGE (TEMPORARILY) TO ADD FONTS/CHARS
% SAVE CURRENT POINT INFORMATION SO IT CAN BE RESET LATER
/Xpos where {pop Xpos} {0} ifelse
/Ypos where {pop Ypos} {0} ifelse
/currentpoint cvx stopped {0 0 moveto currentpoint} if
/DVC$PSPage where {pop DVC$PSPage restore} if
moveto
/Ypos exch def /Xpos exch def
} def
%
/RP {/DVC$PSPage save def} def % RESUME PAGE
%
/PF {GlobalMode LocalMode} def % PURGE FONTS TO RECLAIM MEMORY
%
/GlobalMode { % SWITCH TO BASE SAVE/RESTORE LEVEL, SAVING STATE
PortraitMode PaperWidth PaperHeight PxlResolution Resolution
Magnification Ymax Xorigin Yorigin RasterScaleFactor
% SAVE CURRENTPOINT INFORMATION TO RESET LATER
/currentpoint cvx stopped {0 0 moveto currentpoint} if
/DVC$PSPage where {pop DVC$PSPage restore} if
DVC$PSFonts restore RecoverState
} def
%
/RecoverState { % PRESERVE STATE AT BASE LEVEL
12 copy
/Ypos exch def /Xpos exch def /RasterScaleFactor exch def
/Yorigin exch def /Xorigin exch def /Ymax exch def
/Magnification exch def /Resolution exch def /PxlResolution exch def
/PaperHeight exch def /PaperWidth exch def /PortraitMode exch def
DoInitialScaling
PortraitMode not {PaperWidth 0 SetupLandscape} if
Xpos Ypos moveto
} def
%
/InitializeState { % INITIALIZE STATE VARIABLES TO DEFAULT VALUES
/Resolution 3600 def /PxlResolution 300 def
/RasterScaleFactor PxlResolution Resolution div def
/PortraitMode true def /PaperHeight 11 Resolution mul def
/PaperWidth 8.5 Resolution mul def /Ymax PaperHeight def
/Magnification 1000 def /Xorigin 0 def /Yorigin 0 def
/Xpos 0 def /Ypos 0 def /InitialMatrix matrix currentmatrix def
} def
%
/LocalMode { % SWITCH FROM BASE SAVE/RESTORE LEVEL, RESTORING STATE
/Ypos exch def /Xpos exch def /RasterScaleFactor exch def
/Yorigin exch def /Xorigin exch def /Ymax exch def
/Magnification exch def /Resolution exch def /PxlResolution exch def
/PaperHeight exch def /PaperWidth exch def /PortraitMode exch def
DoInitialScaling
PortraitMode not {PaperWidth 0 SetupLandscape} if
Xpos Ypos moveto
/DVC$PSFonts save def /DVC$PSPage save def
} def
% % ABBREVIATIONS
/S /show load def
/SV /save load def
/RST /restore load def
/Yadjust {Ymax exch sub} def
%
/SXY { % (x,y) POSITION ABSOLUTE, JUST SET Xpos & Ypos, DON'T MOVE
Yadjust /Ypos exch def /Xpos exch def
} def
%
/XY { % (x,y) POSITION ABSOLUTE
Yadjust 2 copy /Ypos exch def /Xpos exch def moveto
} def
%
/X { % (x,0) POSITION ABSOLUTE
currentpoint exch pop 2 copy /Ypos exch def /Xpos exch def moveto
} def
%
/Y { % (0,y) POSITION ABSOLUTE
currentpoint pop exch Yadjust 2 copy
/Ypos exch def /Xpos exch def moveto
} def
%
/xy { % (x,y) POSITION RELATIVE
neg rmoveto currentpoint /Ypos exch def /Xpos exch def
} def
%
/x { % (x,0) POSITION RELATIVE
0 rmoveto currentpoint /Ypos exch def /Xpos exch def
} def
%
/y { % (0,y) POSITION RELATIVE
0 exch neg rmoveto currentpoint /Ypos exch def /Xpos exch def
} def
%
/R { % DRAW A RULE
/ht exch def /wd exch def gsave 0 setgray
currentpoint newpath moveto
0 ht rlineto wd 0 rlineto
0 ht neg rlineto wd neg 0 rlineto
closepath fill grestore wd 0 rmoveto
currentpoint /Ypos exch def /Xpos exch def
} def
%
/RES { % <PXL-file resolution(pix/inch)> <resolution(pix/inch)> RES
/Resolution exch def /PxlResolution exch def
/RasterScaleFactor PxlResolution Resolution div def
DoInitialScaling
} def
%
/DoInitialScaling { % DO INITIAL SCALING
InitialMatrix setmatrix 72 Resolution div dup scale
} def
%
/PM { % <paper-height(pix)> <paper-width(pix)> PM
XP
/PaperWidth exch def /PaperHeight exch def
/Ymax PaperHeight def /PortraitMode true def
DoInitialScaling
RP
} def
%
/SetupLandscape {translate 90 rotate} def
/LM { % <paper-height(pix)> <paper-width(pix)> LM
XP
/PaperWidth exch def /PaperHeight exch def
/Ymax PaperWidth def /PortraitMode false def
DoInitialScaling PaperWidth 0 SetupLandscape
RP
} def
%
/MAG { % CHANGE MAGNIFICATION SETTING
XP /Magnification exch def RP
} def
%
/SPB { % <xoffset><yoffset>SPB - BEGIN "\SPECIAL" MODE
Yadjust /Yorigin exch def /Xorigin exch def
GlobalMode Xorigin Yorigin translate
Resolution 72 div dup scale % RESTORE DEFAULT SCALING
Magnification 1000 div dup scale % ADJUST FOR ANY MAGNIFICATION
/Xpos Xpos 72 Resolution div mul 1000 Magnification div mul def
/Ypos Ypos 72 Resolution div mul 1000 Magnification div mul def
/spsavobj save def %SAVE STATE & STACK DEPTH FOR CLEANUP AFTER FIGURE
/showpage {} def %DISABLE DURING FIGURE; `RESTORE' WILL BLOW DEF AWAY
mark
} def
%
/SPE { % SPE - END "\SPECIAL" MODE
spsavobj restore
cleartomark
1000 Magnification div dup scale % UN-ADJUST FOR ANY MAGNIFICATION
72 Resolution div dup scale % RESTORE DEFAULT INTERNAL SCALING
LocalMode
} def
%
/PP {showpage} def
/CLRP {erasepage} def
%
/DMF { % /font-name <point-size(pix)> DMF
/psz exch def /nam exch def nam findfont psz scalefont setfont
} def
%
/concatnam { % /abcd (xxx) concatnam ==> /abcdxxx
/xxx exch def /nam exch def
/namstr nam cvsstr cvs def
/newnam namstr length xxx length add string def
newnam 0 namstr putinterval
newnam namstr length xxx putinterval
newnam cvn
} def
%
/strip { % /abcdef 2 strip ==> /cdef
/num exch def /nam exch def
/namstr nam cvsstr cvs def
/newlen namstr length num sub def
namstr num newlen getinterval cvn
} def
% ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS
/PackHW { % <target> <pos> <num> PackHW --> <new target>
/num exch def /pos exch def /target exch def
num 16#0000FFFF and 1 pos sub 16 mul bitshift target or
} def
/PackByte { % <target> <pos> <num> PackByte --> <new target>
/num exch def /pos exch def /target exch def
num 16#000000FF and 3 pos sub 8 mul bitshift target or
} def
/UnpkHW { % <pos> <num> UnpkHW --> <unpacked value>
/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 { % <pos> <num> UnpkByte --> <unpacked value>
/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
%
/DPSF { % /procname size /fontname DPSF
findfont exch scalefont
[ exch /setfont cvx ] cvx def
} bind def
%
/PXLBuildCharDict 17 dict def
/CMEncodingArray 128 array def
0 1 127 {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 {
% <int-font-name><ext-font-name><pt-sz(pix)><PXL mag><num-chars>...
% ...[llx lly urx ury]<newfont-fg>DefinePXLFont
/newfont exch def /bb exch def /num exch def /psz exch def
/dsz exch def /pxlmag exch def /ext exch def /int exch def
/fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def
newfont not {
int-dict-name 13 dict def
int-dict begin
/FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def
/FontBBox bb TransformBBox def /Encoding CMEncodingArray def
/CharDict 1 dict def CharDict begin /Char-Info num array def end
/BuildChar {
PXLBuildCharDict begin
/char exch def /fontdict exch def
fontdict /CharDict get /Char-Info get char get aload pop
/rasters exch def /PackedWord1 exch def
0 PackedWord1 UnpkHW 16#7FFF ne {
/PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def
/rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def
/llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def
/urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def
}{ %else
/PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def
/wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def
/cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def
/lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def
/ury 1 PackedWord4 UnpkHW def
} ifelse
rows 0 lt {
/rows rows neg def /runlength 1 def
}{ %else
/runlength 0 def
} ifelse
wx 0
llx RasterConvert lly RasterConvert
urx RasterConvert ury RasterConvert setcachedevice
rows 0 ne {
gsave
cols rows true RasterScaleFactor
0 0 RasterScaleFactor neg llx .5 add neg ury .5 add
tempmatrix astore GenerateRasters imagemask
grestore
} if
end
} def
end
fnam int-dict definefont pop
} if
int-dict-name fnam findfont psz scalefont def
currentdict int [ int-dict /setfont cvx ] cvx put
} def
/PXLF { true DefinePXLFont} def % SIGNAL THAT FONT IS ALREADY LOADED
/PXLNF {false DefinePXLFont} def % SIGNAL THAT FONT IS NOT ALREADY LOADED
%
/PXLC { % <int-font-name><code><wx><llx><lly><urx><ury>...
% ...<rows><cols><runlength><rasters>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 {
% <wx><dsz><psz><llx><lly><urx><ury><rows><cols><runlength><rasters>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
%
end %$DVCDict
%%EndProlog
%%BeginSetup
BeginDVC$PSDoc
CLRP 300 3600 RES
%%EndSetup
%%DOC$Page: I 1
1000 BP 39600 30600 PM 0 0 XY
XP
% DefineFont:F20 Category:10 PointSize:18
/Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE
/F20 900.0 /Helvetica-Bold@DOCPSE DPSF
RP
3899 9578 XY F20(HSC60/90)S 297 x(Mainten)S -2 x(ance)S 297 x
(Advisory)S 296 x(\(Jungle)S 296 x(Book\))S
XP
% DefineFont:F30 Category:10 PointSize:11
/Helvetica /Helvetica@DOCPSE DOCPSE ReENCODE
/F30 550.0 /Helvetica@DOCPSE DPSF
RP
3899 13463 XY F30(Richa)S -2 x(rd)S 183 x(Hough)S 14459 Y 3899 X
(Device)S -2 x(s)S 183 x(Diagn)S -2 x(osis,)S 182 x(CSC)S 183 x(V)S
-10 x(iables)S 17498 Y 3899 X(July)S 182 x(1991)S 18743 Y 3899 X
23316 48 R 648 y 3899 X(V)S -30 x(ersion)S 182 x(1.0)S
XP
% DefineFont:F32 Category:10 PointSize:11
/F32 550.0 /Helvetica-Bold@DOCPSE DPSF
RP
3899 27899 XY F32(Digital)S 183 x(Equipment)S 183 x(Corporation)S
PP
EP
%%DOC$Page: 1 2
1000 BP 39600 30600 PM 0 0 XY
XP
% DefineFont:F147 Category:10 PointSize:11
/NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE
/F147 550.0 /NewCenturySchlbk-Roman@DOCPSE DPSF
RP
3899 3660 XY F147(.)S
XP
% DefineFont:F36 Category:10 PointSize:10
/F36 500.0 /Helvetica-Bold@DOCPSE DPSF
RP
26934 37373 XY F36(1)S
PP
EP
%%DOC$Page: 2 3
1000 BP 39600 30600 PM 0 0 XY
XP
% DefineFont:F40 Category:10 PointSize:9
/F40 450.0 /Helvetica-Bold@DOCPSE DPSF
RP
3899 2106 XY F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S
XP
% DefineFont:F24 Category:10 PointSize:14
/F24 700.0 /Helvetica-Bold@DOCPSE DPSF
RP
11546 4104 XY F24(Product)S 309 x(Announcement)S 6096 Y 3899 X F147
(Announcin)S -2 x(g:)S 897 y 3899 X(\201)S 714 x(HSC60,)S 183 x
(HSC90,)S 182 x(HSC)S 183 x(Cache)S 182 x(and)S 182 x(Upgrad)S -2 x
(e)S 183 x(kits)S 896 y 3899 X(\201)S 714 x(HSC)S 183 x(Software)S
184 x(V60)S -2 x(0)S 183 x(for)S 183 x(HSC40/60/70/90)S 897 y 3899 X
(\201)S 714 x(End)S 182 x(of)S 183 x(Manufacturing)S 182 x(Life)S
183 x(for)S 184 x(the)S 182 x(HSC70)S 11177 Y 10414 X F24(HSC60)S
-2 x(/90)S 297 x(Product)S 298 x(Description)S 13170 Y 3899 X F147
(The)S 187 x(HSC60/90)S 187 x(is)S 186 x(a)S 187 x(mid-life)S 187 x
(upgrade)S 186 x(to)S 188 x(add)S -2 x(ress)S 187 x(enhanced)S 186 x
(performance)S 188 x(and)S 186 x(connectivity)S 188 x(for)S 647 y
3899 X(the)S 202 x(HSC)S 203 x(product)S 202 x(family)S -61 x(.)S
303 x(The)S 203 x(HSC60/90)S 201 x(consists)S 202 x(of)S 202 x
(several)S 202 x(module)S 202 x(changes/enhan)S -2 x(cements)S 648 y
3899 X(to)S 273 x(the)S 272 x(existing)S 272 x(HSC40/70)S 272 x(and)S
272 x(the)S 272 x(additi)S -2 x(on)S 273 x(of)S 273 x(one)S 272 x
(cache)S 273 x(module)S 272 x(and)S 271 x(4)S 273 x(backpl)S -2 x
(ane)S 272 x(cable)S 647 y 3899 X(assembl)S -2 x(ies.)S 16108 Y
3899 X(The)S 153 x(introduction)S 152 x(of)S 153 x(the)S 152 x
(HSC60/90)S 152 x(represents)S 152 x(signi\211cant)S 152 x
(improvements)S 152 x(in)S 152 x(HSC)S 153 x(performance)S 648 y
3899 X(and)S 197 x(connectivity)S -60 x(.)S 291 x(The)S 198 x(HSC60)S
198 x(provides)S 198 x(20)S 197 x(port)S 199 x(capabi)S -2 x(lity)S
198 x(while)S 198 x(the)S 198 x(HSC90)S 198 x(can)S 198 x(connect)S
199 x(up)S 648 y 3899 X(to)S 203 x(48)S 202 x(SDI)S 203 x(disk)S
202 x(drives.)S 303 x(In)S 203 x(addi)S -2 x(tion,)S 208 x(the)S
202 x(HSC60/90)S 202 x(increase)S 202 x(the)S 203 x(HSC)S 203 x
(throughput)S 202 x(capabil)S -2 x(ity)S 647 y 3899 X(up)S 185 x(to)S
186 x(1300)S 185 x(I/O)S 186 x(requests/second)S 185 x(from)S 187 x
(1)S -31 x(150)S 185 x(on)S 186 x(the)S 185 x(HSC70.)S 254 x(Field)S
185 x(instal)S -2 x(lable)S 185 x(upgrade)S 184 x(kits)S 186 x(for)S
648 y 3899 X(the)S 182 x(HSC40)S 183 x(and)S 181 x(HSC70)S 183 x(to)S
182 x(become)S 183 x(HSC60)S 182 x(and)S 182 x(HSC90)S 182 x(are)S
183 x(avail)S -2 x(able.)S 20891 Y 3899 X 23316 48 R 647 y 3899 X
F32(T)S -41 x(able)S 182 x(1:)S 498 x(Connectivity)S 182 x(and)S
182 x(Performance)S 182 x(Improvements)S 182 x(to)S 183 x(the)S 183 x
(HSC)S 299 y 3899 X 23316 48 R
XP
% DefineFont:F38 Category:10 PointSize:9
/F38 450.0 /Helvetica@DOCPSE DPSF
RP
6888 22435 XY F38(Feature)S 16502 X(Bene\211t)S 299 y 3899 X
23316 48 R 697 y 6888 X(Increased)S 151 x(Performanc)S 2 x(e)S 16502 X
(UP)S 149 x(to)S 149 x(1300)S 151 x(I/O)S 148 x(req/sec)S 697 y
6888 X(Improved)S 151 x(connectivity)S 16502 X(Better)S 149 x(HSC)S
149 x(&)S 149 x(space)S 151 x(utili)S -2 x(zation)S 150 x(&)S 149 x
(lower)S 150 x(cost)S 150 x(per)S 150 x(port)S 698 y 6888 X(Upgrade)S
101 x(kits)S 99 x(from)S 100 x(HSC40/70)S 100 x(&)S 99 x(Channel)S
100 x(Card)S 548 y 6888 X(compatibility)S -548 y 16502 X(Investment)S
150 x(protection)S 26071 Y 6888 X(Higher)S 149 x(Reliabilit)S -2 x
(y)S 16502 X(Increases)S 150 x(A)S -8 x(vailability)S 698 y 6888 X
(Cache)S 150 x(improves)S 151 x(response)S 151 x(time)S 16502 X
(more)S 150 x(users)S 151 x(possible)S 150 x(per)S 150 x(CPU)S 398 y
3899 X 23316 48 R 29259 Y 3899 X F147(The)S 196 x(HSC60/90)S 196 x
(provides)S 195 x(a)S 196 x(lower)S 197 x(cost)S 196 x(per)S 196 x
(port)S 196 x(than)S 196 x(previous)S 195 x(HSCs)S 197 x(while)S
195 x(increasing)S 195 x(perfor-)S 648 y 3899 X(mance)S 207 x(and)S
207 x(reliabil)S -2 x(ity)S -61 x(.)S 320 x(In)S 207 x(additi)S -2 x
(on,)S 214 x(the)S 208 x(HSC5X-BA/CA/DA)S 207 x(are)S 208 x(fully)S
207 x(compatible)S 207 x(in)S 207 x(the)S 207 x(new)S 647 y 3899 X
(HSCs)S 182 x(and)S 182 x(may)S 183 x(be)S 182 x(used)S 182 x(in)S
182 x(conjunction)S 182 x(with)S 183 x(the)S 182 x(new)S 183 x
(HSC9X-F)S -40 x(A)S 182 x(8-port)S 183 x(Disk)S 182 x(Data)S 182 x
(Channel.)S 37373 Y 3899 X F36(2)S
PP
EP
%%DOC$Page: 3 4
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4006 Y 3899 X F147(The)S 268 x(maximum)S
268 x(con\211guration)S 267 x(for)S 269 x(the)S 268 x(HSC60)S 268 x
(is)S 267 x(one)S 268 x(4-port)S 268 x(and)S 267 x(two)S 269 x
(8-port)S 268 x(channel)S 267 x(cards)S 648 y 3899 X(yieldi)S -2 x
(ng)S 238 x(20)S 237 x(ports.)S 408 x(For)S 238 x(the)S 237 x(HSC90)S
237 x(the)S 238 x(maximum)S 237 x(con\211guration)S 237 x(is)S 236 x
(four)S 238 x(4-port)S 238 x(and)S 236 x(four)S 238 x(8-)S 647 y
3899 X(port)S 186 x(channel)S 185 x(cards)S 186 x(providi)S -2 x(ng)S
186 x(48)S 186 x(ports.)S 254 x(The)S 186 x(HSC60)S 186 x(or)S 186 x
(HSC90)S 186 x(can)S 186 x(be)S 186 x(con\211gured)S 185 x(with)S
186 x(fewer)S 648 y 3899 X(number)S 130 x(of)S 130 x(8-ports)S 130 x
(or)S 131 x(all)S 129 x(4-ports)S 130 x(with)S 130 x(commensurate)S
130 x(decrease)S 130 x(in)S 130 x(connectivity)S -61 x(.)S 226 x
(The)S 131 x(HSC9X-F)S -40 x(A)S 648 y 3899 X(8-port)S 183 x(Disk)S
182 x(Data)S 182 x(Channel)S 181 x(Card)S 182 x(supp)S -2 x(orts)S
183 x(only)S 182 x(disks)S 181 x(and)S 182 x(is)S 182 x(usabl)S -2 x
(e)S 183 x(in)S 182 x(one)S 182 x(of)S 184 x(three)S 182 x(ways:)S
896 y 3899 X(\201)S 714 x(connection)S 182 x(of)S 183 x(8)S 183 x
(infrequently)S 182 x(accessed)S 181 x(disks)S 897 y 3899 X(\201)S
714 x(connection)S 183 x(of)S 185 x(4)S 183 x(moderately)S 184 x
(active)S 183 x(disks)S 183 x(and)S 182 x(4)S 184 x(dual-port)S 183 x
(connections)S 183 x(from)S 185 x(another)S 183 x(HSC)S 647 y 4945 X
(in)S 182 x(the)S 183 x(event)S 182 x(of)S 183 x(failover)S 897 y
3899 X(\201)S 714 x(connection)S 182 x(of)S 183 x(8)S 183 x(active)S
182 x(disks)S 181 x(participati)S -2 x(ng)S 183 x(in)S 182 x(and)S
182 x(bene\211tin)S -2 x(g)S 183 x(from)S 184 x(cache)S 11030 Y
3899 X(STI)S 169 x(tapes)S 167 x(connected)S 168 x(to)S 168 x(HSCs)S
168 x(have)S 168 x(two)S 169 x(restrictions)S 167 x(which)S 168 x
(must)S 168 x(be)S 168 x(observed.)S 238 x(The)S 169 x(maximum)S
648 y 3899 X(number)S 199 x(of)S 200 x(ports)S 199 x(allowable)S
198 x(for)S 200 x(tape)S 199 x(per)S 200 x(HSC)S 200 x(and)S 198 x
(the)S 200 x(maximum)S 199 x(number)S 199 x(of)S 200 x(drives)S 199 x
(\(masters)S 647 y 3899 X(and)S 191 x(slaves\))S 192 x(supp)S -2 x
(orted)S 193 x(by)S 192 x(HSC)S 192 x(software.)S 274 x(The)S 192 x
(maximum)S 192 x(number)S 192 x(of)S 193 x(ports)S 192 x(availab)S
-2 x(le)S 192 x(for)S 193 x(tape)S 648 y 3899 X(formatters)S 183 x
(is)S 182 x(as)S 182 x(follows:)S 896 y 3899 X(\201)S 714 x(HSC40)S
182 x(and)S 182 x(HSC60)S 182 x(-)S 183 x(12)S 182 x(ports)S 897 y
3899 X(\201)S 714 x(HSC70)S 182 x(and)S 182 x(HSC90)S 182 x(-)S 183 x
(24)S 182 x(ports)S 15862 Y 3899 X(V600)S 181 x(software)S 183 x
(supports)S 182 x(a)S 182 x(maximum)S 182 x(of)S 183 x(24)S 182 x
(tape)S 182 x(drives)S 182 x(for)S 184 x(all)S 181 x(models)S 182 x
(of)S 183 x(HSC.)S 16858 Y 3899 X(The)S 179 x(HSC60-BA/BB)S 178 x
(and)S 178 x(HSC90-BA/BB)S 178 x(are)S 179 x(the)S 179 x(shipp)S
-2 x(able)S 178 x(HSC)S 180 x(options)S -2 x(.)S 243 x(These)S 179 x
(new)S 179 x(varients)S 648 y 3899 X(utilis)S -2 x(e)S
XP
% DefineFont:F149 Category:10 PointSize:11
/NewCenturySchlbk-Bold /NewCenturySchlbk-Bold@DOCPSE DOCPSE ReENCODE
/F149 550.0 /NewCenturySchlbk-Bold@DOCPSE DPSF
RP
5675 17506 XY F149(single)S 182 x(phase)S 183 x(power)S 183 x F147
(reducing)S 182 x(costs)S 182 x(and)S 182 x(simpl)S -2 x(ifying)S
183 x(HSC)S 183 x(instal)S -2 x(lation.)S 19797 Y 8912 X F24
(Investment)S 282 x(Protection)S 283 x(and)S 283 x(Comparison)S
21790 Y 3899 X F147(Our)S 193 x(HSC)S 194 x(customers')S 193 x
(investment)S 193 x(in)S 192 x(DSA,)S 194 x(SDI)S 194 x(and)S 192 x
(STI)S 194 x(technology)S 193 x(is)S 192 x(protected)S 193 x
(through)S 194 x(the)S 647 y 3899 X(incorporation)S 225 x(of)S 227 x
(compatible)S 226 x(products)S 226 x(&)S 226 x(upgrade)S 225 x
(kits.)S 376 x(The)S 226 x(HSC60/90,)S 238 x(with)S 226 x(higher)S
226 x(perfor-)S 648 y 3899 X(mance)S 182 x(and)S 182 x(increased)S
181 x(connectivity)S -60 x(,)S 183 x(provide)S 181 x(more)S 183 x
(value)S 182 x(for)S 184 x(the)S 182 x(customers')S 183 x(money)S
-61 x(.)S 24081 Y 3899 X 23316 48 R 598 y 6539 X F38(HSC)S 149 x
(Metric)S 12666 X(HSC50)S 15306 X(HSC40)S 17946 X(HSC70)S 20586 X
(HSC60)S 23226 X(HSC90)S 299 y 3899 X 23316 48 R 697 y 6539 X(Port)S
150 x(Capability)S 12666 X(24)S 15306 X(12)S 17946 X(32)S 20586 X
(20)S 23226 X(48)S 697 y 6539 X(I/O)S 148 x(req/sec)S 12666 X(550)S
15306 X(1)S -33 x(150)S 17946 X(1)S -33 x(150)S 20586 X(1300)S 23226 X
(1300)S 698 y 6539 X(Load)S 150 x(Media)S 12666 X(TU58)S 15306 X
(RX33)S 17946 X(RX33)S 20586 X(RX33)S 23226 X(RX33)S 697 y 6539 X
(Util)S -2 x(izes)S 150 x(cache)S 12666 X(No)S 15306 X(No)S 17946 X
(No)S 20586 X(Y)S -41 x(es)S 23226 X(Y)S -41 x(es)S 698 y 6539 X
(Util)S -2 x(izes)S 150 x(8-port)S 150 x(Channel)S 12666 X(No)S
15306 X(No)S 17946 X(No)S 20586 X(Max)S 151 x(2)S 23226 X(Max)S 151 x
(4)S 697 y 6539 X(Upgradab)S 2 x(le)S 149 x(to)S 149 x(HSC60/90)S
12666 X(No)S 15306 X(Y)S -41 x(es)S 17946 X(Y)S -41 x(es)S 20586 X
(Y)S -41 x(es)S 23226 X(N/A)S 299 y 3899 X 23316 48 R 37373 Y -281 x
F36(3)S
PP
EP
%%DOC$Page: 4 5
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 5891 Y 11201 X F24(New)S 304 x(Module)S 305 x
(Desc)S -2 x(riptions)S 7884 Y 3899 X F147(The)S 175 x(HSC60/90)S
174 x(consists)S 174 x(of)S 175 x(several)S 174 x(module)S 174 x
(changes/enhan)S -2 x(cements)S 175 x(to)S 175 x(the)S 175 x
(existing)S 174 x(HSC40/70.)S 648 y 3899 X(In)S 121 x(additio)S -2 x
(n)S 122 x(there)S 122 x(is)S 121 x(a)S 121 x(Cache)S 122 x(module)S
120 x(and)S 121 x(4)S 121 x(backplanes)S 120 x(cable)S 121 x
(assembl)S -2 x(ies.)S 223 x(These)S 122 x(changes/add)S -2 x
(itions)S 647 y 3899 X(are:)S 11072 Y 3899 X F36(1.)S 631 x F149(P)S
-71 x(.ioj)S 183 x(\(L01)S -32 x(1)S -30 x(1-YC/YD\))S 183 x F147
(YC)S 182 x(=)S 182 x(HSC90,)S 183 x(YD)S 183 x(=)S 182 x(HSC60)S
897 y 5991 X(The)S 220 x(P)S -70 x(.ioj)S 219 x(is)S 219 x(the)S
219 x(replacement)S 219 x(of)S 220 x(the)S 219 x(15)S 219 x(MHZ)S
220 x(J1)S -31 x(1)S 219 x(chip)S 219 x(set)S 219 x(and)S 219 x
(Crystal)S 218 x(with)S 220 x(the)S 219 x(18)S 647 y 5991 X(MHZ)S
260 x(J1)S -31 x(1)S 259 x(chip)S 258 x(set)S 259 x(and)S 258 x
(crystal.)S 473 x(This)S 259 x(allows)S 258 x(the)S 259 x(use)S 259 x
(of)S 259 x(the)S 259 x(Cache)S 259 x(which)S 259 x(has)S 258 x(an)S
648 y 5991 X(overhead)S 182 x(of)S 183 x(200)S 182 x(usecs.)S 896 y
3899 X F36(2.)S 631 x F149(M.std4)S 183 x(\(L012)S -2 x(3-AA\))S
897 y 5991 X F147(The)S 212 x(M.std4)S 212 x(is)S 211 x(a)S 211 x
(new)S 212 x(memory)S 213 x(module)S 211 x(to)S 212 x(replace)S 211 x
(the)S 212 x(M.std2)S 211 x(memory)S 213 x(module.)S 330 x(The)S
648 y 5991 X(M.std4)S 173 x(utilizes)S 172 x(a)S 173 x(new)S 174 x
(technology)S 174 x(memory)S 174 x(chip)S 173 x(to)S 173 x(increase)S
173 x(Progr)S 2 x(am)S 173 x(memory)S 174 x(from)S 175 x(1)S 647 y
5991 X(Mbyte)S 218 x(to)S 217 x(3)S 217 x(Mbytes.)S 347 x(The)S 218 x
(M.std4)S 217 x(also)S 216 x(include)S -2 x(s)S 217 x(single)S 217 x
(bit)S 216 x(correction)S 218 x(and)S 216 x(double)S 216 x(bit)S
648 y 5991 X(detection)S 182 x(by)S 183 x(utili)S -2 x(zing)S 182 x
(an)S 182 x(XOR)S 183 x(nibb)S -2 x(le)S 183 x(mechanism,)S 182 x
(for)S 183 x(improved)S 182 x(HSC)S 183 x(availa)S -2 x(bility)S
-62 x(.)S 896 y 3899 X F36(3.)S 631 x F149(K.pli2)S 182 x(\(L012)S
-2 x(4-AA\))S 897 y 5991 X F147(The)S 183 x(K.pli2)S 182 x(impl)S
-2 x(ements)S 183 x(WCS)S 182 x(of)S 183 x(the)S 182 x(K.ci)S 184 x
(microcode.)S 897 y 3899 X F36(4.)S 631 x F149(Pila2)S 181 x
(\(L0125)S -2 x(-AA\))S 896 y 5991 X F147(New)S 183 x(technology)S
182 x(improves)S 182 x(reliabil)S -2 x(ity)S 183 x(of)S 183 x(this)S
182 x(module.)S 897 y 3899 X F36(5.)S 631 x F149(LinkY)S -51 x(A)S
183 x(\(L01)S -31 x(18-Y)S -52 x(A\))S 897 y 5991 X F147(New)S 183 x
(technology)S 182 x(improves)S 182 x(reliabil)S -2 x(ity)S 183 x(of)S
183 x(this)S 182 x(module.)S 896 y 3899 X F36(6.)S 631 x F149(K.si)S
182 x(8-Port)S 183 x(\(HSC9X-F)S -40 x(A/L01)S -32 x(19-YB\))S 897 y
5991 X F147(Adds)S 204 x(the)S 206 x(necessary)S 205 x(logic)S 205 x
(to)S 206 x(suppo)S -2 x(rt)S 207 x(8)S 205 x(disk)S 204 x(ports)S
206 x(on)S 205 x(one)S 205 x(K.si)S 206 x(module.)S 312 x F149
(Because)S 205 x(of)S 647 y 5991 X(performance)S 182 x
(restrictions,)S 184 x(tape)S 183 x(support)S 184 x(is)S 182 x(not)S
184 x(offered)S 182 x(on)S 183 x(this)S 183 x(module.)S 897 y 3899 X
F36(7.)S 631 x F149(M.cache)S 181 x(\(L0121)S -2 x(-AA\))S 897 y
5991 X F147(M.cache)S 148 x(is)S 147 x(a)S 147 x(32)S 147 x(Mbyte)S
148 x(cache)S 147 x(module)S 147 x(with)S 147 x(ECC)S 146 x
(protection.)S 232 x(The)S 148 x(M.cache)S 148 x(module)S 147 x(als)S
-2 x(o)S 647 y 5991 X(contains)S 205 x(512)S 205 x(Kbytes)S 207 x
(of)S 206 x(data)S 205 x(memory)S -60 x(.)S 315 x(It)S 206 x(has)S
205 x(built)S 205 x(in)S 206 x(self)S 206 x(tests)S 206 x(and)S 205 x
(error)S 207 x(detection)S 648 y 5991 X(mechanisms)S 175 x(for)S
178 x(power)S 176 x(up)S 176 x(and)S 176 x(periodi)S -2 x(c)S 177 x
(diagnostics.)S 240 x(M.cache)S 178 x(can)S 176 x(be)S 176 x(disab)S
-2 x(led)S 176 x(by)S 177 x(the)S 647 y 5991 X(HSC)S 183 x(in)S 182 x
(the)S 183 x(case)S 182 x(of)S 183 x(fatal)S 182 x(errors)S 183 x
(being)S 182 x(detected,)S 183 x(without)S 182 x(reinitial)S -2 x
(izing)S 182 x(the)S 182 x(HSC.)S 897 y 3899 X F36(8.)S 631 x F149
(4)S 182 x(Port)S 183 x(SI)S 184 x(cables)S 181 x(to)S 183 x
(bulkhead)S 184 x(\(17-00)S -2 x(958-01)S -2 x(\))S 897 y 5991 X F147
(These)S 183 x(cables)S 181 x(are)S 183 x(required)S 181 x(to)S 183 x
(support)S 182 x(the)S 182 x(8-port)S 183 x(K.si.)S 37373 Y 3899 X
F36(4)S
PP
EP
%%DOC$Page: 5 6
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4895 Y 13319 X F24(Upgrade)S 326 x(Kits)S
5891 Y 3899 X F147(The)S 183 x(following)S 182 x(upgrade)S 182 x
(kits)S 182 x(will)S 181 x(be)S 183 x(avail)S -2 x(able:)S 897 y
3899 X F36(1.)S 631 x F149(HSC6X-AA)S 182 x(-)S 184 x(HSC40)S 182 x
(to)S 183 x(HSC60)S 182 x(Upgrade)S 183 x(kit,)S 184 x(includes:)S
897 y 4945 X F147(\201)S 714 x(P)S -70 x(.ioj)S 183 x(18)S 182 x
(MHZ)S 183 x(-)S 183 x(L01)S -31 x(1)S -30 x(1-YD)S 896 y 4945 X
(\201)S 714 x(M.std4)S 182 x(-)S 183 x(L0123-AA)S 897 y 4945 X(\201)S
714 x(K.pli2)S 182 x(-)S 183 x(L0124-AA)S 897 y 4945 X(\201)S 714 x
(Pila2)S 182 x(-)S 183 x(L0125-AA)S 896 y 4945 X(\201)S 714 x(LinkY)S
-51 x(A)S 182 x(-)S 184 x(L01)S -31 x(18-Y)S -51 x(A)S 897 y 4945 X
(\201)S 714 x(Cables)S 181 x(-)S 183 x(17-0095)S -2 x(8-01)S 182 x
(\(x4\))S 897 y 4945 X(\201)S 714 x(HSC60)S 182 x(Medalli)S -2 x(on)S
183 x(and)S 182 x(lab)S -2 x(els)S 896 y 4945 X(\201)S 714 x(HSC)S
183 x(40)S 182 x(to)S 183 x(HSC60)S 182 x(Upgrade)S 181 x
(instructions)S 897 y 3899 X F36(2.)S 631 x F149(HSC9X-AA)S 182 x(-)S
184 x(HSC70)S 182 x(to)S 183 x(HSC90)S 182 x(Upgrade)S 183 x(kit,)S
184 x(includes:)S 896 y 4945 X F147(\201)S 714 x(P)S -70 x(.ioj)S
183 x(18)S 182 x(MHZ)S 183 x(-)S 183 x(L01)S -31 x(1)S -30 x(1-YC)S
897 y 4945 X(\201)S 714 x(M.std4)S 182 x(-)S 183 x(L0123-AA)S 897 y
4945 X(\201)S 714 x(K.pli2)S 182 x(-)S 183 x(L0124-AA)S 896 y 4945 X
(\201)S 714 x(Pila2)S 182 x(-)S 183 x(L0125-AA)S 897 y 4945 X(\201)S
714 x(LinkY)S -51 x(A)S 182 x(-)S 184 x(L01)S -31 x(18-Y)S -51 x(A)S
897 y 4945 X(\201)S 714 x(Cables)S 181 x(-)S 183 x(17-0095)S -2 x
(8-01)S 182 x(\(x4\))S 896 y 4945 X(\201)S 714 x(HSC90)S 182 x
(Medalli)S -2 x(on)S 183 x(and)S 182 x(lab)S -2 x(els)S 897 y 4945 X
(\201)S 714 x(HSC70)S 182 x(to)S 183 x(HSC90)S 182 x(Upgrade)S 182 x
(instructions)S 897 y 3899 X F36(3.)S 631 x F149(HSC6X-BA/BB)S 184 x
(-)S 183 x(Cache)S 182 x(option)S 183 x(for)S 183 x(the)S 183 x
(HSC60)S 896 y 4945 X F147(\201)S 714 x(M.cache)S 183 x(-)S 183 x
(L0121-AA)S 897 y 4945 X(\201)S 714 x(HSC5X-EA/EB)S 182 x(-)S 183 x
(Auxili)S -2 x(ary)S 183 x(Power)S 184 x(Suppl)S -2 x(y)S 896 y
3899 X F36(4.)S 631 x F149(HSC9X-BA)S 183 x(-)S 183 x(Cache)S 182 x
(option)S 183 x(for)S 183 x(HSC90)S 897 y 4945 X F147(\201)S 714 x
(M.cache)S 183 x(-)S 183 x(L0121-AA)S 897 y 3899 X F36(5.)S 631 x
F149(HSC9X-CA/CB)S 184 x(-)S 183 x(HSC60)S 182 x(to)S 183 x(HSC90)S
182 x(Upgrad)S 2 x(e)S 182 x(kit,)S 183 x(includes:)S 896 y 4945 X
F147(\201)S 714 x(P)S -70 x(.ioj)S 183 x(18)S 182 x(MHZ)S 183 x(-)S
183 x(L01)S -31 x(1)S -30 x(1-YC)S 897 y 4945 X(\201)S 714 x
(HSC5X-EA/EB)S 182 x(-)S 183 x(Auxili)S -2 x(ary)S 183 x(power)S
183 x(supp)S -2 x(ly)S 897 y 4945 X(\201)S 714 x(HSC90)S 182 x
(Medalli)S -2 x(on)S 183 x(and)S 182 x(lab)S -2 x(els)S 896 y 4945 X
(\201)S 714 x(HSC60)S 182 x(to)S 183 x(HSC90)S 182 x(Upgrade)S 182 x
(instructions)S 897 y 3899 X F36(6.)S 631 x F149(HSC9X-F)S -41 x(A)S
183 x(-)S 183 x(8-Port)S 183 x(Disk)S 183 x(Data)S 183 x(Channel)S
897 y 4945 X F147(\201)S 714 x(L01)S -30 x(19-Y)S -51 x(A)S 37373 Y
26934 X F36(5)S
PP
EP
%%DOC$Page: 6 7
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 4006 Y 3899 X F147(When)S 220 x(the)S 220 x
(HSC40-to-HSC60)S 221 x(or)S 221 x(HSC70-to-HSC90)S 221 x(upgrade)S
219 x(kits)S 220 x(are)S 221 x(instal)S -2 x(led,)S 230 x(the)S 220 x
(resulting)S 648 y 3899 X(HSCs)S 193 x(remain)S 193 x(three-phase)S
192 x(devices)S 193 x(to)S 193 x(prevent)S 193 x(the)S 193 x(need)S
192 x(to)S 194 x(make)S 193 x(wiring)S 193 x(changes)S 192 x(to)S
194 x(the)S 193 x(com-)S 647 y 3899 X(puter)S 182 x(room.)S 6298 Y
3899 X(In)S 149 x(the)S 150 x(event)S 150 x(that)S 149 x(a)S 149 x
(customer)S 150 x(wishes)S 149 x(to)S 150 x(upgrade)S 148 x(from)S
151 x(the)S 149 x(HSC40)S 150 x(to)S 149 x(an)S 149 x(HSC90,)S 157 x
(the)S 149 x(HSC70)S 149 x(to)S 647 y 3899 X(HSC90)S 197 x(upgrade,)S
200 x(HSC9X-AA)S 197 x(should)S 196 x(be)S 197 x(ordered)S 197 x
(along)S 197 x(with)S 197 x(the)S 197 x(HSC5X-EA)S 197 x(auxilia)S
-2 x(ry)S 198 x(power)S 648 y 3899 X(supp)S -2 x(ly)S -61 x(.)S
8589 Y 3899 X(HSC60-AA/AB)S 222 x(and)S 221 x(HSC90-AA/AB)S 222 x
(are)S 223 x(the)S 223 x(part)S 222 x(numbers)S 223 x(for)S 223 x
(HSCs)S 223 x(resulting)S 222 x(from)S 224 x(the)S 223 x(up-)S 648 y
3899 X(grades)S 186 x(and)S 185 x(are)S 186 x(three-phase)S 186 x
(devices.)S 254 x(These)S 187 x(part)S 186 x(numbers)S 185 x(should)S
185 x(be)S 186 x(used)S 185 x(on)S 187 x(Customer)S 186 x(Ser-)S
647 y 3899 X(vices)S 182 x(maintenance)S 182 x(contracts.)S 244 x
(HSC60-AA/AB)S 181 x(and)S 182 x(HSC90-AA/AB)S 182 x(are)S 182 x
(not)S 183 x(orderable)S 181 x(options.)S 37373 Y 3899 X F36(6)S
PP
EP
%%DOC$Page: 7 8
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4895 Y 11392 X F24(Requestor)S 306 x
(Con\211guration)S 5891 Y 3899 X F147(HSC)S 237 x(software)S 237 x
(V600)S 235 x(supports)S 236 x(48)S 236 x(disk)S 235 x(ports)S 237 x
(by)S 236 x(implementing)S 236 x(the)S 236 x(new)S 237 x(8-port)S
237 x(K.si)S 236 x(module)S 648 y 3899 X(\(HSC9X-F)S -40 x(A\).)S
146 x(At)S 145 x(system)S 145 x(initial)S -2 x(ization,)S 152 x(the)S
145 x(8-port)S 145 x(K.si)S 145 x(modules)S 144 x(are)S 145 x
(automatically)S 144 x(loaded)S 144 x(with)S 648 y 3899 X(the)S 182 x
(correc)S 2 x(t)S 182 x(microcode)S 183 x(for)S 183 x(disk)S 182 x
(supp)S -2 x(ort.)S 245 x(The)S 182 x(8-port)S 183 x(K.si)S 183 x
(does)S 182 x(not)S 182 x(support)S 182 x(tape)S 182 x(drives.)S
8183 Y 3899 X(The)S 235 x(4-port)S 234 x(and)S 234 x(8-port)S 235 x
(K.si)S 234 x(modules)S 233 x(are)S 235 x(con\211gured)S 234 x(as)S
234 x(requestors)S 234 x(into)S 234 x(the)S 235 x(HSC)S 235 x
(controller)S 647 y 3899 X(backpla)S -2 x(ne)S 183 x(as)S 182 x
(follows:)S 9827 Y 3899 X 23316 48 R 10972 Y 7236 X F38(HSC)S 149 x
(Controller)S 150 x(Model)S -548 y 13363 X(4-Port)S 151 x(K.si)S
148 x(Modu)S 2 x(les)S 548 y 13363 X(Requestor)S 151 x(Numbers)S
-548 y 19490 X(8-Port)S 151 x(K.si)S 148 x(Modu)S 2 x(les)S 548 y
19490 X(Requestor)S 151 x(Number)S 299 y 3899 X 23316 48 R 698 y
7236 X(HSC40)S 13363 X(2)S 150 x(through)S 151 x(4)S 19490 X(None)S
697 y 7236 X(HSC60)S 13363 X(2)S 150 x(through)S 151 x(4)S 19490 X
(3)S 150 x(and)S 150 x(4)S 697 y 7236 X(HSC70)S 13363 X(2)S 150 x
(through)S 151 x(9)S 19490 X(None)S 698 y 7236 X(HSC90)S 13363 X(2)S
150 x(through)S 151 x(9)S 19490 X(3)S 150 x(through)S 151 x(6)S 299 y
3899 X 23316 48 R 16651 Y 7121 X F24(Revis)S -2 x(ed)S 265 x
(Backpla)S -2 x(ne)S 265 x(Requestors)S 264 x(Con\211guration)S 265 x
(List)S 17647 Y 3899 X F147(The)S 182 x(following)S 181 x
(HSC-compatible)S 180 x(disk)S 180 x(and)S 181 x(tape)S 181 x
(devices)S 180 x(are)S 182 x(listed)S 180 x(in)S 180 x(descending)S
180 x(order)S 182 x(of)S 182 x(their)S 648 y 3899 X(transfer)S 183 x
(rates:)S 19291 Y 3899 X 23316 48 R 598 y 6539 X F38(Device)S 19640 X
(Relative)S 149 x(Speed)S 299 y 3899 X 23316 48 R 697 y 6539 X(T)S
-33 x(A90)S 150 x(or)S 150 x(T)S -34 x(A91)S 150 x(tape)S 150 x
(drive)S 19640 X(Fastest)S 698 y 6539 X(RA9x)S 150 x(disk)S 149 x
(drive)S 19640 X(.)S 697 y 6539 X(ESE20)S 150 x(disk)S 150 x(drive)S
150 x(\(including)S 149 x(enhan)S 2 x(ced)S 150 x(ESE20)S 150 x
(protocol\))S 19640 X(.)S 697 y 6539 X(RA82)S 150 x(disk)S 149 x
(drive)S 19640 X(.)S 698 y 6539 X(RA71/72)S 150 x(\(provisional\))S
19640 X(.)S 697 y 6539 X(RA81)S 150 x(disk)S 149 x(drive)S 19640 X
(.)S 697 y 6539 X(RA60)S 150 x(disk)S 149 x(drive)S 19640 X(.)S 698 y
6539 X(RA70)S 150 x(disk)S 149 x(drive)S 19640 X(.)S 697 y 6539 X
(RA80)S 150 x(disk)S 149 x(drive)S 19640 X(.)S 698 y 6539 X(Non-T)S
-33 x(A9x)S 150 x(tape)S 150 x(drives)S 19640 X(Slowest)S 299 y
3899 X 23316 48 R 28457 Y 3899 X F147(Requestor)S 190 x(priority)S
191 x(ascends)S 190 x(from)S 192 x(Requestor)S 190 x(2,)S 193 x
(with)S 191 x(the)S 192 x(lowest)S 190 x(priority)S -61 x(,)S 194 x
(through)S 191 x(the)S 191 x(highest)S 647 y 3899 X(requestor)S 156 x
(number)S 155 x(on)S 156 x(the)S 155 x(HSC)S 157 x(controller)S -41 x
(.)S 235 x(Note)S 155 x(that)S 156 x(requestor)S 156 x(priority)S
155 x(levels)S 155 x(are)S 156 x(all)S 155 x(relative;)S 648 y 3899 X
(that)S 175 x(is,)S 177 x(the)S 175 x(individ)S -2 x(ual)S 175 x
(requsetor)S 175 x(numbers)S 175 x(have)S 175 x(no)S 175 x
(intrinsic)S 175 x(speed)S 174 x(characteritic.)S 241 x(If)S 176 x
(you)S 176 x(have)S 648 y 3899 X(only)S 257 x(one)S 257 x(drive)S
257 x(on)S 257 x(your)S 257 x(system,)S 276 x(you)S 257 x(will)S
257 x(not)S 257 x(better)S 257 x(performance)S 258 x(by)S 257 x
(placing)S 256 x(it)S 257 x(on)S 257 x(a)S 257 x(high)S 647 y 3899 X
(priority)S 182 x(requestor)S 183 x(instead)S 181 x(of)S 183 x(a)S
182 x(low)S 183 x(priority)S 182 x(requestor)S -41 x(.)S 32043 Y
3899 X(If)S 177 x(it)S 176 x(is)S 175 x(necessary)S 176 x(to)S 176 x
(mix)S 176 x(T)S -29 x(A90)S 175 x(and)S 175 x(T)S -29 x(A91)S 175 x
(tape)S 175 x(drives)S 176 x(with)S 176 x(slower)S 176 x(tape)S 175 x
(drives)S 176 x(on)S 176 x(a)S 176 x(requestor)S -41 x(,)S 648 y
3899 X(this)S 182 x(should)S 181 x(be)S 182 x(done)S 182 x(on)S 182 x
(the)S 183 x(highest)S 182 x(priority)S 182 x(requestor)S -41 x(.)S
33687 Y 3899 X(If)S 192 x(a)S 191 x(T)S -30 x(A9x)S 191 x(tape)S
190 x(drive)S 191 x(is)S 191 x(to)S 191 x(be)S 191 x(used)S 191 x
(on)S 191 x(an)S 191 x(HSC60,)S 193 x(with)S 191 x(8)S 191 x(port)S
191 x(K.si)S 192 x(modules)S -2 x(.)S 270 x(Place)S 191 x(the)S 192 x
(T)S -30 x(A9x)S 648 y 3899 X(drive)S 260 x(at)S 261 x(requestor)S
260 x(2.)S 478 x(The)S 261 x(small)S 260 x(number)S 260 x(of)S 261 x
(requestors)S 260 x(will)S 260 x(not)S 261 x(induce)S 260 x(any)S
260 x(performance)S 647 y 3899 X(problems)S 181 x(with)S 183 x(this)S
182 x(con\211guration.)S 37373 Y 26934 X F36(7)S
PP
EP
%%DOC$Page: 8 9
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 4006 Y 3899 X F147(When)S 176 x(con\211guring,)S
178 x(it)S 177 x(is)S 176 x(recommended)S 177 x(that)S 177 x(you)S
177 x(leave)S 176 x(blank)S 176 x(slots)S 176 x(where)S 178 x(possi)S
-2 x(ble)S 176 x(to)S 178 x(all)S -2 x(ow)S 178 x(for)S 648 y 3899 X
(add-on)S 181 x(drives)S 182 x(without)S 183 x(having)S 182 x(to)S
183 x(move)S 183 x(existing)S 182 x(cables)S -2 x(.)S 37373 Y 3899 X
F36(8)S
PP
EP
%%DOC$Page: 9 10
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4895 Y 9721 X F24(Read/W)S -14 x(rite)S
291 x(Through)S 291 x(Cache)S 290 x(Option)S 5891 Y 3899 X F147(The)S
183 x(introduction)S 182 x(of)S 184 x(the)S 183 x(HSC)S 183 x(Cache)S
182 x(will)S 183 x(provide)S 182 x(signi\211can)S -2 x(t)S 184 x
(improvements)S 182 x(in)S 183 x(response)S 182 x(time)S 648 y 3899 X
(for)S 149 x(many)S 147 x(appli)S -2 x(cations.)S 232 x(This)S 147 x
(may)S 148 x(result)S 147 x(in)S 148 x(the)S 148 x(abi)S -2 x(lity)S
148 x(to)S 148 x(effectively)S 149 x(supp)S -2 x(ort)S 149 x(a)S
147 x(greater)S 149 x(number)S 648 y 3899 X(of)S 180 x(users.)S 243 x
(HSC)S 180 x(Cache)S 179 x(is)S 180 x(a)S 179 x(32)S 180 x(Mbyte)S
180 x(read)S 179 x(and)S 179 x(write-through)S 181 x(cache.)S F149
(The)S 180 x(Cache)S 180 x(option)S 180 x(may)S 647 y 3899 X(be)S
208 x(utilized)S 209 x(on)S 208 x(the)S 209 x(HSC60)S 208 x(and)S
209 x(HSC90)S 208 x(and)S 209 x(is)S 208 x(placed)S 208 x(into)S
209 x(a)S 208 x(previously)S 208 x(unused)S 209 x(slot)S 648 y 3899 X
(in)S 165 x(the)S 165 x(HSC)S 165 x(backplane)S 165 x(\(slot)S 165 x
(1)S -30 x(1\))S 164 x(with)S 165 x(no)S 165 x(impact)S 165 x(on)S
165 x(the)S 165 x(available)S 163 x(channel)S 165 x(card)S 165 x
(slots.)S 647 y 3899 X F147(Only)S 182 x(one)S 183 x(cache)S 183 x
(may)S 182 x(be)S 182 x(installed)S 181 x(per)S 182 x(HSC60)S 182 x
(and)S 182 x(HSC90.)S 10126 Y 3899 X(T)S -50 x(o)S 188 x(shadow)S
188 x(cached)S 188 x(disks)S -2 x(,)S 190 x(V)S -50 x(olume)S 188 x
(Shadowin)S -2 x(g)S 189 x(Phase)S 188 x(II)S 189 x(must)S 188 x(be)S
188 x(utiliz)S -2 x(ed.)S 261 x(V)S -51 x(olume)S 188 x(Shadowing)S
647 y 3899 X(Phase)S 182 x(I)S 183 x(or)S 183 x(II)S 182 x(may)S
183 x(be)S 182 x(utilized)S 181 x(on)S 182 x(non-cached)S 182 x
(disks.)S 11769 Y 3899 X(Disk)S 182 x(I/O)S 183 x(which)S 183 x
(conforms)S 183 x(to)S 183 x(the)S 182 x(following)S 183 x
(pro\211le)S 181 x(bene\211ts)S 182 x(most)S 183 x(from)S 183 x
(cache:)S 897 y 3899 X(\201)S 714 x(Frequently)S 183 x(accessed)S
181 x(blocks)S 897 y 3899 X(\201)S 714 x(Read-intens)S -2 x(ive)S
183 x(app)S -2 x(lications)S 896 y 3899 X(\201)S 714 x(Small)S 182 x
(block)S 182 x(transfers)S 183 x(\(8)S 182 x(sectors)S 183 x(or)S
183 x(less\))S 15555 Y 3899 X(Generally)S -62 x(,)S 183 x(VMS)S 183 x
(meets)S 183 x(this)S 182 x(pro\211le)S 181 x(while)S 182 x(UL)S
-30 x(TRIX)S 183 x(and)S 181 x(V)S -61 x(AXsystem)S 182 x(V)S 182 x
(do)S 183 x(not.)S 16551 Y 3899 X(HSC)S 216 x(Cache)S 215 x(is)S
215 x(a)S 215 x(resource)S 216 x(which)S 216 x(may)S 215 x(be)S 216 x
(shared)S 214 x(by)S 216 x(up)S 215 x(to)S 216 x(48)S 215 x(disks)S
-2 x(.)S 343 x(Information)S 216 x(gravitates)S 648 y 3899 X(to)S
189 x(Cache)S 189 x(on)S 189 x(a)S 188 x(most-fr)S 2 x
(equently-used)S 187 x(basis.)S 262 x(An)S 189 x(example)S 188 x
(would)S 188 x(be)S 189 x(a)S 189 x(CPU)S 189 x(which)S 189 x(has)S
188 x(system,)S 648 y 3899 X(appl)S -2 x(ication,)S 183 x(and)S 183 x
(data)S 183 x(dis)S -2 x(ks)S 184 x(cached.)S 246 x(On)S 183 x(a)S
184 x(V)S -62 x(AXcluster)S 183 x(re-boot)S 184 x(the)S 184 x
(system)S 183 x(information)S 183 x(would)S 647 y 3899 X(be)S 182 x
(drawn)S 181 x(into)S 182 x(Cache)S 181 x(as)S 182 x(the)S 182 x
(initia)S -2 x(l)S 182 x(CPU)S 182 x(booted;)S 182 x(all)S 181 x
(other)S 182 x(CPUs)S 181 x(would)S 182 x(use)S 181 x(that)S 182 x
(information)S 648 y 3899 X(from)S 176 x(Cache)S 174 x(rather)S 175 x
(than)S 175 x(from)S 176 x(repeated)S 174 x(dis)S -2 x(k)S 175 x
(accesses.)S 241 x(This)S 175 x(provides)S 173 x(remarkable)S 175 x
(decrease)S 174 x(in)S 647 y 3899 X(V)S -61 x(AXclus)S -2 x(ter)S
191 x(boot)S 190 x(time.)S 266 x(As)S 190 x(users)S 189 x(begin)S
190 x(to)S 190 x(access)S 190 x(app)S -2 x(lications)S 189 x(and)S
189 x(data,)S 191 x(those)S 190 x(blocks)S 189 x(become)S 648 y
3899 X(resident)S 266 x(in)S 267 x(Cache,)S 289 x(replacin)S -2 x(g)S
268 x(the)S 267 x(least-used)S 266 x(system)S 268 x(data)S 266 x
(and)S 267 x(resulting)S 266 x(in)S 267 x(response)S 267 x(time)S
647 y 3899 X(improvements)S 189 x(for)S 190 x(that)S 189 x(cached)S
189 x(information.)S 263 x(The)S 189 x(response)S 189 x(time)S 189 x
(improvements)S 188 x(for)S 190 x(user)S 189 x(data)S 648 y 3899 X
(and)S 181 x(appli)S -2 x(cations)S 182 x(may)S 183 x(allow)S 182 x
(the)S 182 x(HSC)S 183 x(to)S 183 x(adequa)S -2 x(tely)S 183 x
(service)S 183 x(an)S 182 x(increased)S 181 x(number)S 182 x(of)S
183 x(users.)S
XP
% DefineFont:F28 Category:10 PointSize:12
/F28 600.0 /Helvetica-Bold@DOCPSE DPSF
RP
3899 24223 XY F28(Cache)S 200 x(Analysis)S 201 x(T)S -44 x(ools)S
25219 Y 3899 X F147(T)S -39 x(wo)S 158 x(tools)S 156 x(will)S 156 x
(be)S 157 x(availab)S -2 x(le)S 157 x(for)S 158 x(VMS)S 157 x(users)S
156 x(to)S 158 x(provide)S 156 x(for)S 158 x(the)S 157 x(most)S 157 x
(optimal)S 155 x(use)S 157 x(of)S 157 x(HSC)S 158 x(Cache.)S 648 y
3899 X(The)S 141 x(\211rst)S 141 x(tool)S 141 x(is)S 140 x(a)S 141 x
(Cache)S 141 x(Need)S 140 x(Anal)S -2 x(ysis)S 141 x(T)S -50 x(ool)S
140 x(\(CNA)S -30 x(T\).)S 142 x(This)S 141 x(may)S 141 x(be)S 140 x
(run)S 141 x(on)S 141 x(the)S 141 x(HSC40,)S 150 x(HSC60,)S 647 y
3899 X(HSC70)S 162 x(and)S 162 x(HSC90)S 162 x(to)S 162 x(determine)S
162 x(if)S 163 x(HSC)S 163 x(Cache)S 162 x(will)S 161 x(bene\211t)S
162 x(the)S 163 x(I/O)S 163 x(Pro\211le)S 162 x(on)S 163 x(that)S
162 x(HSC.)S 163 x(The)S 648 y 3899 X(second)S 131 x(tool,)S 143 x
(Cache)S 131 x(Perform)S 2 x(ance)S 131 x(Analysis)S 130 x(T)S -49 x
(ool,)S 142 x(will)S 131 x(allow)S 131 x(the)S 132 x(system)S 132 x
(manager)S 132 x(after)S 133 x(instal)S -2 x(ling)S 647 y 3899 X
(the)S 160 x(Cache)S 159 x(option)S 160 x(to)S 160 x(determine)S
159 x(on)S 160 x(a)S 160 x(disk-by-disk)S 159 x(basi)S -2 x(s)S 160 x
(the)S 160 x(Cache)S 160 x(bene\211t.)S 235 x(This)S 160 x(will)S
159 x(allow)S 160 x(the)S 648 y 3899 X(HSC)S 207 x(performance)S
207 x(to)S 207 x(be)S 206 x(optimiz)S -2 x(ed)S 207 x(by)S 206 x
(the)S 207 x(exclusion)S 205 x(of)S 207 x(disks)S 206 x(with)S 206 x
(I/O)S 207 x(pro\211les)S 206 x(which)S 206 x(do)S 207 x(not)S 647 y
3899 X(bene\211t)S 182 x(from)S 183 x(Cache.)S 31595 Y 3899 X F28
(Preferred)S 199 x(Path)S 199 x(Functi)S 2 x(on)S 32591 Y 3899 X F147
(Another)S 164 x(VMS)S 165 x(based)S 163 x(tool)S 165 x(is)S 164 x
(an)S 164 x(interface)S 165 x(program)S 165 x(to)S 165 x(the)S 164 x
(VMS)S 165 x(Prefer)S 2 x(red)S 164 x(Path)S 165 x(Function.)S 238 x
(This)S 648 y 3899 X(functionality)S 203 x(is)S 204 x(availa)S -2 x
(ble)S 204 x(in)S 203 x(VMS)S 205 x(V5.4)S 203 x(and)S 203 x(higher)S
-40 x(.)S 308 x(It)S 205 x(allows)S 203 x(the)S 204 x(user)S 204 x
(to)S 204 x(designate)S 203 x(an)S 204 x(SDI)S 647 y 3899 X(disk)S
202 x(drive')S -21 x(s)S 203 x(preferred)S 204 x(path)S 202 x
(\(port\))S 204 x(to)S 204 x(an)S 203 x(HSC)S 203 x(and)S 203 x
(provides)S 202 x(a)S 203 x(command)S 203 x(to)S 203 x(force)S 204 x
(the)S 204 x(failover)S 648 y 3899 X(of)S 238 x(the)S 237 x(disk)S
236 x(back)S 237 x(to)S 238 x(the)S 237 x(primary)S 238 x(HSC.)S
238 x(The)S 237 x(program)S 238 x(is)S 237 x(called)S 236 x(PREFER.)S
237 x(It)S 238 x(is)S 237 x(provided)S 236 x(for)S 648 y 3899 X(the)S
192 x(customers)S 193 x(convenience)S 192 x(on)S 192 x(the)S 192 x
(HSC)S 193 x(Software)S 194 x(V6.0)S 191 x(media.)S 272 x(Future)S
193 x(versions)S 192 x(of)S 193 x(VMS)S 192 x(will)S 647 y 3899 X
(contain)S 182 x(this)S 182 x(program)S 182 x(in)S 182 x
(SYS$EXAMPLES.)S 37373 Y 26934 X F36(9)S
PP
EP
%%DOC$Page: 10 11
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 4895 Y 13203 X F24(CRON)S -2 x(IC)S 325 x(V600)S
6888 Y 3899 X F147(The)S 209 x(signi\211can)S -2 x(t)S 209 x
(enhancements)S 208 x(to)S 209 x(the)S 209 x(HSC)S 209 x(Software)S
210 x(will)S 207 x(provide)S 208 x(support)S 208 x(for)S 210 x(the)S
208 x(new)S 209 x(HSC)S 647 y 3899 X(products)S 182 x(as)S 182 x
(well)S 182 x(as)S 182 x(the)S 182 x(HSC40/70.)S 8532 Y 3899 X
(CRONIC)S 176 x(V600)S 176 x(has)S 177 x(no)S 177 x(known)S 177 x
(VMS)S 178 x(software)S 177 x(prerequisites)S 176 x(on)S 177 x(V5.0)S
177 x(and)S 176 x(above)S 177 x(when)S 178 x(utili)S -2 x(zed)S 647 y
3899 X(on)S 135 x(the)S 136 x(HSC40)S 135 x(and)S 134 x(HSC70.)S
228 x(For)S 136 x(HSC60)S 136 x(and)S 134 x(HSC90)S 135 x(VMS)S 136 x
(V5.4-1A)S 134 x(is)S 135 x(required.)S 228 x(CRONIC)S 134 x(V600)S
648 y 3899 X(is)S 149 x(required)S 148 x(for)S 151 x(HSC60,)S 156 x
(HSC90)S 149 x(and)S 148 x(HSC)S 150 x(Cache)S 149 x(hardware)S 149 x
(supp)S -2 x(ort.)S 233 x(V)S -61 x(AXsystem)S 149 x(V)S -71 x(,)S
150 x(version)S 149 x(3.2)S 647 y 3899 X(provides)S 164 x(supp)S
-2 x(ort)S 165 x(for)S 166 x(HSC)S 165 x(Software)S 166 x(V6.0)S
164 x(and)S 164 x(latent)S 164 x(supp)S -2 x(ort)S 166 x(for)S 165 x
(the)S 165 x(HSC60/90.)S 237 x(For)S 166 x(UL)S -30 x(TRIX)S 648 y
3899 X(see)S 182 x(the)S 183 x(app)S -2 x(ropriate)S 183 x(SPD)S
183 x(for)S 184 x(Software)S 183 x(support)S 182 x(prerequisi)S -2 x
(tes.)S 13114 Y 3899 X(CRONIC)S 181 x(V600)S 182 x(improvements)S
182 x(includ)S -2 x(e:)S 15007 Y 3899 X(\201)S 714 x(HSC40,)S 183 x
(HSC60,)S 182 x(HSC70)S 182 x(and)S 182 x(HSC90)S 182 x(support)S
897 y 3899 X(\201)S 714 x(HSC)S 190 x(Cache)S 189 x(read)S 190 x
(and)S 188 x(write-through)S 191 x(functionality)S 189 x(-)S 191 x
(Cache)S 189 x(server)S 190 x(supports)S 189 x(caching)S 189 x(on)S
190 x(1)S 647 y 4945 X(to)S 152 x(48)S 152 x(disk)S 151 x(drives.)S
233 x(Read)S -2 x(s)S 152 x(are)S 152 x(directed)S 152 x(to)S 152 x
(cache,)S 159 x(if)S 152 x(appl)S -2 x(icable,)S 158 x(and)S 151 x
(writes)S 152 x(update)S 151 x(both)S 152 x(disk)S 648 y 4945 X(and)S
182 x(cache.)S 243 x(Cache-related)S 182 x(SETSHO)S 184 x(commands)S
182 x(do)S 182 x(not)S 182 x(require)S 183 x(an)S 182 x(HSC)S 183 x
(re-boot.)S 897 y 3899 X(\201)S 714 x(Support)S 212 x(for)S 213 x
(the)S 213 x(Enhanced)S 211 x(Perform)S 2 x(ance)S 212 x(ESE20)S
211 x(Electronic)S 212 x(Storage)S 214 x(Element)S 211 x(-)S 214 x
(This)S 212 x(can)S 647 y 4945 X(be)S 230 x(implemented)S 229 x(on)S
230 x(the)S 230 x(4-port)S 231 x(K.si)S 230 x(data)S 230 x(channel)S
229 x(\(HSC5X-DA\))S 232 x(or)S 230 x(the)S 231 x(8-port)S 230 x
(K.si)S 230 x(data)S 648 y 4945 X(channel)S 208 x(\(HSC9X-F)S -40 x
(A\).)S 209 x F149(The)S 209 x(enhanced)S 209 x(mode)S 208 x(of)S
209 x(operation)S 209 x(is)S 208 x(not)S 210 x(support)S 2 x(ed)S
208 x(by)S 209 x(the)S 647 y 4945 X(K.sdi)S 183 x(data)S 183 x
(channel)S 182 x(\(HSC5X-BA\).)S 897 y 3899 X F147(\201)S 714 x(T)S
-30 x(A91)S 182 x(tape)S 182 x(drive)S 182 x(support)S 897 y 3899 X
(\201)S 714 x(T)S -30 x(A9x)S 182 x(VOLSER)S 183 x(\(volume)S 183 x
(serial)S 181 x(number\))S 183 x(Displa)S -2 x(y)S 183 x(support)S
896 y 3899 X(\201)S 714 x(Bug)S 182 x(\211xes)S 897 y 3899 X(\201)S
714 x(NOTE:)S 255 x(VTDPY)S 255 x(does)S 254 x(not)S 255 x(provide)S
254 x(an)S 254 x("E")S 255 x(for)S 255 x(ESE20)S 253 x(Enhanced)S
254 x(Protocol)S 255 x(in)S 254 x(the)S 255 x(device)S 647 y 4945 X
(table.)S 240 x(Only)S 173 x("O")S 173 x(for)S 174 x(online)S 171 x
(is)S 173 x(shown.)S 240 x(This)S 172 x(will)S 173 x(be)S 172 x
(\211xed)S 173 x(by)S 172 x(a)S 173 x(patch)S 172 x(to)S 173 x
(VTDPY)S 174 x(in)S 172 x(the)S 173 x(next)S 648 y 4945 X(release.)S
37373 Y 3899 X F36(10)S
PP
EP
%%DOC$Page: 11 12
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4895 Y 10535 X F24(New)S 297 x(Requestor)S
298 x(Status)S 299 x(Codes)S 5891 Y 3899 X F147(New)S 175 x(status)S
175 x(codes)S 175 x(have)S 176 x(been)S 175 x(created)S 175 x(to)S
176 x(support)S 175 x(the)S 175 x(microcode)S 176 x(loada)S -2 x
(ble)S 175 x(K.ci2)S 176 x(and)S 175 x(the)S 175 x(8-port)S 648 y
3899 X(K.si)S 147 x(modules)S -2 x(.)S 232 x(The)S 148 x(following)S
146 x(is)S 146 x(a)S 147 x(complete)S 146 x(list)S 146 x(of)S 148 x
(K)S 147 x(requestor)S 147 x(normal)S 146 x(operation)S 146 x
(status)S 146 x(codes:)S 7734 Y 3899 X 23316 48 R 648 y 3899 X F32
(T)S -41 x(able)S 182 x(2:)S 498 x(Normal)S 183 x(Operation)S 182 x
(Status)S 184 x(Code)S -2 x(s)S 183 x(for)S 183 x(K-requestors)S
299 y 3899 X 23316 48 R 598 y 5493 X F38(Status)S 149 x(Code)S 150 x
(\(Octal\))S 11620 X(Description)S 299 y 3899 X 23316 48 R 697 y
5493 X(001)S 11620 X(K.ci)S 149 x(host)S 149 x(interface)S 697 y
5493 X(002)S 11620 X(K.sdi)S 149 x(disk)S 150 x(data)S 149 x(chann)S
2 x(el)S 149 x(module)S 698 y 5493 X(004)S 11620 X(K.si)S 149 x
(data)S 150 x(channel)S 150 x(with)S 149 x(no)S 150 x(microcode)S
151 x(loaded)S 697 y 5493 X(007)S 11620 X(8-port)S 150 x(K.si)S 149 x
(data)S 150 x(channel)S 150 x(modu)S 2 x(le)S 149 x(with)S 148 x
(microco)S 2 x(de)S 150 x(loaded)S 698 y 5493 X(076)S 11620 X
(Secondar)S 2 x(y)S 149 x(P)S -58 x(.io)S 149 x(modu)S 2 x(le)S 697 y
5493 X(203)S 11620 X(K.sti)S 148 x(tape)S 150 x(data)S 150 x(channe)S
2 x(l)S 149 x(module)S 697 y 5493 X(205)S 11620 X(4-port)S 150 x
(K.si)S 149 x(data)S 150 x(channel)S 150 x(modu)S 2 x(le)S 149 x
(with)S 148 x(disk)S 150 x(microcode)S 698 y 5493 X(206)S 11620 X
(4-port)S 150 x(K.si)S 149 x(data)S 150 x(channel)S 150 x(modu)S
2 x(le)S 149 x(with)S 148 x(tape)S 150 x(microcod)S 2 x(e)S 697 y
5493 X(210)S 11620 X(K.ci2)S 149 x(host)S 150 x(interface)S 149 x
(with)S 149 x(no)S 150 x(microcode)S 151 x(loaded)S 697 y 5493 X(21)S
-33 x(1)S 11620 X(K.ci2)S 149 x(host)S 150 x(interface)S 149 x(with)S
149 x(microcode)S 151 x(loaded)S 698 y 5493 X(212)S 11620 X(8-port)S
150 x(K.si)S 149 x(data)S 150 x(channel)S 150 x(modu)S 2 x(le)S 149 x
(with)S 148 x(no)S 150 x(microco)S 2 x(de)S 150 x(loaded)S 697 y
5493 X(277)S 11620 X(P)S -58 x(.ioc)S 149 x(module)S 698 y 5493 X
(377)S 11620 X(No)S 149 x(reque)S 2 x(stor)S 149 x(prese)S 2 x(nt)S
398 y 3899 X 23316 48 R 20138 Y 3899 X F147(In)S 131 x(additi)S -2 x
(on,)S 142 x(the)S 132 x(following)S 131 x(new)S 132 x(status)S 130 x
(codes)S 131 x(are)S 132 x(logged)S 131 x(if)S 132 x(a)S 131 x
(failure)S 131 x(occurs)S 132 x(during)S 131 x(the)S 131 x
(microcode)S 648 y 3899 X(loadi)S -2 x(ng)S 183 x(process)S 182 x
(for)S 183 x(the)S 183 x(K.si)S 183 x(and)S 181 x(K.ci)S 183 x
(modules:)S 21981 Y 3899 X 23316 48 R 648 y 3899 X F32(T)S -41 x
(able)S 182 x(3:)S 498 x(Stat)S 2 x(us)S 182 x(Code)S 181 x(for)S
183 x(K.si/K.ci)S 183 x(Module)S 182 x(Microcode)S 182 x(Load)S 182 x
(Failure)S 299 y 3899 X 23316 48 R 597 y 7236 X F38(Status)S 150 x
(Code)S 150 x(\(Octal\))S 13363 X(Description)S 299 y 3899 X
23316 48 R 698 y 7236 X(171)S 13363 X(K.si/K.ci)S 148 x(microcode)S
151 x(\211le)S 150 x(not)S 149 x(found)S 150 x(on)S 150 x(boot)S
150 x(media)S 697 y 7236 X(172)S 13363 X(K.si/K.ci)S 148 x
(microcode)S 151 x(\211le)S 150 x(size)S 149 x(exceed)S 2 x(ed)S
149 x(INIPIO)S 148 x(buf)S -8 x(fer)S 150 x(size)S 697 y 7236 X(174)S
13363 X(Load)S 151 x(device)S 150 x(failure)S 149 x(preven)S 2 x
(ted)S 149 x(K.si/K.ci)S 148 x(microcode)S 151 x(load)S 698 y 7236 X
(373)S 13363 X(Insuf)S -8 x(\211cient)S 150 x(memory)S 151 x(to)S
149 x(load)S 150 x(K.si/K.ci)S 148 x(microcode)S 151 x(buf)S -8 x
(fer)S 697 y 7236 X(375)S 13363 X(K.si/K.ci)S 148 x(module)S 151 x
(failed)S 149 x(during)S 150 x(microcode)S 151 x(load)S 399 y 3899 X
23316 48 R 37373 Y -530 x F36(1)S -28 x(1)S
PP
EP
%%DOC$Page: 12 13
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 4125 Y 774 x F24(Environmental)S 300 x
(Speci\211cations)S 6317 Y 3899 X 23316 48 R 647 y 3899 X F32(T)S
-41 x(able)S 182 x(4:)S 498 x(Physical)S 183 x(Size)S 183 x(and)S
182 x(W)S -10 x(eight)S 299 y 3899 X 23316 48 R 8409 Y 3899 X F38
(Model)S -548 y 8282 X(Height)S 548 y 8282 X(in)S 150 x([cms])S -548 y
12666 X(Width)S 548 y 12666 X(in)S 149 x([cms])S -548 y 17050 X
(Depth)S 548 y 17050 X(in)S 149 x([cms])S -548 y 21433 X(W)S -8 x
(eight)S 548 y 21433 X(ib)S 149 x([kg])S 299 y 3899 X 23316 48 R
697 y 3899 X(HSC60-BB)S 8282 X(41.1)S 548 y -872 x([105.9])S -548 y
12666 X(21.3)S 548 y -872 x([54.0])S -548 y 17050 X(35.0)S 548 y
-872 x([91.4])S -548 y 21433 X(450)S 548 y -747 x([240.0])S 698 y
3899 X(HSC90-BB)S 8282 X(41.1)S 548 y -872 x([105.9])S -548 y 12666 X
(21.3)S 548 y -872 x([54.0])S -548 y 17050 X(35.0)S 548 y -872 x
([91.4])S -548 y 21433 X(450)S 548 y -747 x([240.0])S 697 y 3899 X
(HSC70-AB)S 8282 X(41.1)S 548 y -872 x([105.9])S -548 y 12666 X
(21.3)S 548 y -872 x([54.0])S -548 y 17050 X(35.0)S 548 y -872 x
([91.4])S -548 y 21433 X(450)S 548 y -747 x([240.0])S 697 y 3899 X
(HSC40-AB)S 8282 X(41.1)S 548 y -872 x([105.9])S -548 y 12666 X
(21.3)S 548 y -872 x([54.0])S -548 y 17050 X(35.0)S 548 y -872 x
([91.4])S -548 y 21433 X(450)S 548 y -747 x([240.0])S 399 y 3899 X
23316 48 R 17375 Y 3899 X 23316 48 R 648 y 3899 X F32(T)S -41 x
(able)S 182 x(5:)S 498 x(Power)S 183 x(Requirements)S 299 y 3899 X
23316 48 R 19468 Y 3899 X F38(Model)S -548 y 8282 X(Nominal)S 548 y
8282 X(V)S -24 x(oltage)S 11620 X(Freq)S 150 x(Hz)S 14260 X(Current)S
150 x(\(amps)S 2 x(\))S 23874 X(#)S 150 x(of)S 149 x(phases)S 298 y
3899 X 23316 48 R 698 y 3899 X(HSC60-BB)S 8282 X(240)S 11620 X(50)S
14260 X([L1])S 149 x(3.2,)S 149 x([L2])S 150 x(N/A,)S 148 x([L3])S
149 x(N/A,)S 149 x([N])S 148 x(3.2)S 23874 X(1)S 697 y 3899 X
(HSC90-BB)S 8282 X(240)S 11620 X(50)S 14260 X([L1])S 149 x(3.2,)S
149 x([L2])S 150 x(N/A,)S 148 x([L3])S 149 x(NA/,)S 149 x([N])S 148 x
(3.2)S 23874 X(1)S 698 y 3899 X(HSC70-AB)S 8282 X(380/415)S 11620 X
(50)S 14260 X([L1])S 149 x(1.0,)S 149 x([L2])S 150 x(5.0,)S 149 x
([L3])S 149 x(0.0,)S 149 x([N])S 149 x(5.0)S 23874 X(3)S 697 y 3899 X
(HSC40-AB)S 8282 X(380/415)S 11620 X(50)S 14260 X([L1])S 149 x(1.0,)S
149 x([L2])S 150 x(5.0,)S 149 x([L3])S 149 x(0.0,)S 149 x([N])S 149 x
(5.0)S 23874 X(3)S 697 y 3899 X(HSC5X-BA/CA)S 8282 X(380/415)S 11620 X
(50)S 14260 X([L2])S 149 x(1.0,)S 149 x([N])S 149 x(1.0)S 698 y
3899 X(HSC5X-DA)S 8282 X(380/415)S 11620 X(50)S 14260 X([L2])S 149 x
(1.0,)S 149 x([N])S 149 x(1.0)S 697 y 3899 X(HSC9X-F)S -25 x(A)S
8282 X(380/415)S 11620 X(50)S 14260 X([L2])S 149 x(1.0,)S 149 x([N])S
149 x(1.0)S 698 y 3899 X(HSC6X-BB)S 8282 X(380/415)S 11620 X(50)S
14260 X([L2])S 149 x(1.0,)S 149 x([N])S 149 x(1.0)S 697 y 3899 X
(HSC9X-BB)S 8282 X(380/415)S 11620 X(50)S 14260 X([L2])S 149 x(1.0,)S
149 x([N])S 149 x(1.0)S 697 y 3899 X(HSC5X-EB)S 8282 X(220-)S 2 x
(240)S 11620 X(50)S 14260 X([L1])S 149 x(0.0,)S 149 x([L2])S 150 x
(2.0],)S 149 x([L3])S 149 x(7.0,)S 149 x([N])S 148 x(4.0)S 399 y
3899 X 23316 48 R 37373 Y 3899 X F36(12)S
PP
EP
%%DOC$Page: 13 14
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 3650 Y 3899 X 23316 48 R 647 y 3899 X F32
(T)S -41 x(able)S 182 x(6:)S 498 x(Thermal)S 183 x(Dissipation)S
299 y 3899 X 23316 48 R 5742 Y 7236 X F38(Mode)S 2 x(l)S 11620 X(W)S
-16 x(atts)S -548 y 16003 X(BTU/Hr)S 548 y 16003 X([Kj/h])S 299 y
3899 X 23316 48 R 697 y 7236 X(HSC60-BB)S 11620 X(460)S 16003 X
(1568)S 548 y 16003 X([1656])S 698 y 7236 X(HSC90-BB)S 11620 X(460)S
16003 X(1568)S 548 y 16003 X([1656])S 697 y 7236 X(HSC70-AB)S 11620 X
(870)S 16003 X(2985)S 548 y 16003 X([3130])S 697 y 7236 X(HSC40-AB)S
11620 X(870)S 16003 X(2985)S 548 y 16003 X([3130])S 698 y 7236 X
(HSC5X-BA/CA)S 11620 X(164)S 16003 X(560)S 547 y -747 x([590])S 698 y
7236 X(HSC5X-DA)S 11620 X(82)S 16003 X(280)S 548 y -747 x([295])S
697 y 7236 X(HSC9X-F)S -24 x(A)S 11620 X(91)S 16003 X(310)S 548 y
-747 x([327])S 698 y 7236 X(HSC6X-BB)S 11620 X(74)S 16003 X(252)S
547 y -747 x([266])S 698 y 7236 X(HSC9X-BB)S 11620 X(74)S 16003 X
(252)S 548 y -747 x([266])S 398 y 3899 X 23316 48 R 18743 Y 3899 X
F149(Notes:)S 897 y 3899 X F36(1.)S 631 x F147(The)S 224 x(HSC40,)S
235 x(HSC60)S 223 x(and)S 223 x(HSC90)S 224 x(do)S 224 x(not)S 224 x
(require)S 223 x(the)S 224 x(auxiliary)S 223 x(power)S 224 x(supply)S
-62 x(.)S 368 x(However)S 647 y 4945 X(the)S 156 x(HSC60)S 155 x
(with)S 155 x(cache)S 156 x(option)S 154 x(does)S 155 x(require)S
155 x(the)S 156 x(Auxili)S -2 x(ary)S 156 x(power)S 156 x(suppl)S
-2 x(y)S 156 x(which)S 155 x(is)S 155 x(included)S 648 y 4945 X(in)S
182 x(the)S 183 x(HSC6X-BB)S 182 x(Cache)S 182 x(option.)S 897 y
3899 X F36(2.)S 631 x F147(HSC60)S 151 x(and)S 151 x(HSC90)S 151 x
(incorporate)S 151 x(a)S 151 x(removable)S 151 x(line)S 151 x(cord.)S
233 x(P/N)S 152 x(for)S 152 x(UK)S 152 x(line)S 150 x(cord)S 152 x
(is)S 151 x(17-0020)S -2 x(9-)S 647 y 4945 X(05.)S 897 y 3899 X F36
(3.)S 631 x F147(The)S 183 x(weight)S 183 x(specs)S 181 x(represent)S
183 x(maximum)S 182 x(con\211gurations.)S 896 y 3899 X F36(4.)S 631 x
F147(Addi)S -2 x(ng)S 176 x(channel)S 174 x(options)S 174 x(and)S
174 x(M.cache)S 176 x(options)S 174 x(to)S 176 x(an)S 175 x(HSC)S
175 x(adds)S 174 x(power)S 175 x(comsumptions)S 174 x(and)S 648 y
4945 X(heat)S 181 x(dis)S -2 x(sipation)S 180 x(to)S 181 x(that)S
181 x(shown)S 180 x(in)S 181 x(the)S 181 x(tables)S 180 x(above.)S
243 x(For)S 182 x(example:)S 242 x(Power)S 182 x(for)S 182 x(an)S
180 x(HSC70-)S 648 y 4945 X(BB)S 182 x(option)S 181 x(+)S 183 x(4)S
183 x(HSC5X-DA)S 182 x(options)S 182 x(=)S 182 x(870)S 182 x(+)S
183 x(\(4)S 182 x(x)S 183 x(164\))S 182 x(=)S 183 x(1526)S 181 x
(watts.)S 647 y 4945 X(Power)S 167 x(for)S 166 x(an)S 166 x
(HSC90-BB)S 165 x(with)S 165 x(an)S 166 x(HSC9X-BB)S 165 x(+)S 166 x
(4)S 165 x(HSC9X-F)S -40 x(A)S 166 x(=)S 165 x(460)S 165 x(+)S 166 x
(74)S 165 x(+)S 166 x(\(4)S 166 x(x)S 166 x(91\))S 166 x(=)S 165 x
(898)S 648 y 4945 X(watts.)S 896 y 3899 X F36(5.)S 631 x F147(Part)S
183 x(number)S 182 x(for)S 184 x(Auxili)S -2 x(ary)S 183 x(power)S
183 x(supp)S -2 x(ly)S 183 x(\(HSC5X-EB\))S 183 x(is)S 182 x
(70-2018)S -2 x(4-02)S 37373 Y 26658 X F36(13)S
PP
EP
%%DOC$Page: 14 15
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 4895 Y 8642 X F24(HSC70)S -2 x(-AA/AB)S 278 x
(End)S 280 x(of)S 281 x(Manufacturing)S 280 x(Life)S 6888 Y 3899 X
F147(The)S 232 x(HSC70)S 231 x(last)S 231 x(build)S 230 x(will)S
231 x(be)S 231 x(in)S 231 x(January)S 231 x(1992.)S 390 x(The)S 232 x
(last)S 230 x(orders)S 232 x(date)S 231 x(for)S 232 x(the)S 232 x
(HSC70)S 231 x(will)S 647 y 3899 X(be)S 222 x(December)S 223 x(30,)S
233 x(1991)S -2 x(.)S 364 x(Both)S 223 x(hardware)S 222 x(and)S 222 x
(software)S 223 x(will)S 222 x(continue)S 222 x(to)S 222 x(be)S 223 x
(availa)S -2 x(ble)S 222 x(for)S 224 x(the)S 648 y 3899 X(HSC70.)S
37373 Y 3899 X F36(14)S
PP
EP
%%DOC$Page: 15 16
1000 BP 39600 30600 PM 0 0 XY
2106 Y 21266 X F40(DIGIT)S -34 x(AL)S 149 x(-)S 149 x(Internal)S
150 x(Use)S 150 x(Only)S 4895 Y 11449 X F24(HSC60/90)S 306 x(Part)S
308 x(Numbers)S 6888 Y 3899 X 23316 48 R 597 y 7236 X F38(Part)S
150 x(Number)S 13363 X(Description)S 299 y 3899 X 23316 48 R 698 y
7236 X(L01)S -32 x(1)S -33 x(1-YC)S 13363 X(P)S -57 x(.ioj)S 148 x
(18Mhz)S 151 x(\(HSC90\))S 697 y 7236 X(L01)S -32 x(1)S -33 x(1-YD)S
13363 X(P)S -57 x(.ioj)S 148 x(18Mhz)S 151 x(\(HSC60\))S 697 y 7236 X
(L01)S -32 x(18-Y)S -32 x(A)S 13363 X(LinkY)S -33 x(A)S 698 y 7236 X
(L0121)S 2 x(-AA)S 13363 X(M.cache)S 697 y 7236 X(L0123)S 2 x(-AA)S
13363 X(M.std4)S 698 y 7236 X(L0124)S 2 x(-AA)S 13363 X(K/pli2)S
697 y 7236 X(L0125)S 2 x(-AA)S 13363 X(Pila2)S 697 y 7236 X(HSC9X-F)S
-24 x(A)S 13363 X(K.si)S 149 x(8)S 150 x(port)S 698 y 7236 X(17-00)S
2 x(958-01)S 13363 X(Internal)S 150 x(SI)S 149 x(cable)S 697 y 7236 X
(70-20)S 2 x(184-02)S 13363 X(Auxiliary)S 150 x(Power)S 150 x
(Supply)S 149 x(50)S 150 x(hz)S 698 y 7236 X(30-35)S 2 x(415-02)S
13363 X(Power)S 150 x(Controller)S 298 y 3899 X 23316 48 R 37373 Y
-557 x F36(15)S
PP
EP
%%DOC$Page: 16 17
1000 BP 39600 30600 PM 0 0 XY
2106 Y 3899 X F40(DIGIT)S -35 x(AL)S 149 x(-)S 150 x(Internal)S 150 x
(Use)S 150 x(Only)S 3660 Y 3899 X F147(.)S 37373 Y -152 x F36(16)S
PP
EP
%%Trailer
EndDVC$PSDoc
%%DocumentFonts: Helvetica-Bold@DOCPSE Helvetica@DOCPSE
%%+NewCenturySchlbk-Roman@DOCPSE NewCenturySchlbk-Bold@DOCPSE
%%Pages 17
|