Hub/Switch Installation Guide

Chapter 2 HPSS Planning
64 September 2002 HPSS Installation Guide
Release 4.5, Revision 2
2.6.3 Disk Storage Server
Each Disk Storage Server manages random access magnetic disk storage units for HPSS. It maps
each diskstorage unit onto anHPSS disk Physical Volume (PV)and records configuration datafor
the PV. Groups of one or more PVs (disk stripe groups) are managed by the server as disk Virtual
Volumes (VVs).The serveralsomaintains astorage mapforeach VV thatdescribeswhich portions
ofthe VVarein useand whicharefree.Figure2-1 shows therelationshipofSS datastructuressuch
as VVs to other server data structures.
Each Disk Storage Server must have its own set of metadata files (storage map, storage segment,
VV, and PV) in SFS. Disk Storage Servers may not share metadata files among themselves.
Once a Disk Storage Server is established in the system and a server ID is selected, the server ID
mustneverbechanged.TheBFSusestheserverID,whichcanbefoundinsidestoragesegmentIDs,
to identify which Disk Storage Server provides service for any given disk storage segment. If the
server ID is changed, disk storage segments provided by that server will be unreachable. A Disk
Storage Server ID can be changed only if all of the server’s storage segments have been removed
from the system.
Theservercanmanage informationfor any number ofdiskPVs andVVs; however, because acopy
of all of the PV, VV, and storage map information is kept in memory at all times while the server
runs, the size of the server will be proportional to the number of disks it manages.
The Disk Storage Server is designed to scale up its ability to manage disks as the number of disks
increases.As longas sufficient memoryandCPUcapacityexist,threads can be added totheserver
toincreaseitsthroughput.AdditionalStorageSubsystemscanalsobeaddedtoasystem,increasing
concurrency even further.
2.6.4 Tape Storage Server
Each Tape Storage Server manages serial access magnetic tape storage units for HPSS. The server
maps each tape storage unit onto an HPSS tape PV and records configuration data for the PV.
Groupsof one or morePVs (tape stripe groups)are managedby theserveras tape VVs. The server
maintains a storage map for each VV that describes how much of each tape VV has been written
andwhichstorage segment,ifany,is currentlywritableintheVV.Figure2-1showstherelationship
of SS data structures such as VVs to other server data structures.
Each Tape Storage Server must have its own set of metadata files (storage map, storage segment,
VV, and PV) in SFS. Tape Storage Servers may not share metadata files among themselves.
Once a Tape Storage Server is established in the system and a server ID is selected, the server ID
mustneverbechanged.TheBFSusestheserverID,whichcanbefoundinsidestoragesegmentIDs,
to identify which Tape Storage Server provides service for any given tape storage segment. If the
server ID is changed, tape storage segments provided by that server will be unreachable. A Tape
Storage Server ID can be changed if all of the server’s storage segments have been removed from
the system, but this is a time-consuming task because it requires migrating all the server’s tape
segments to another Storage Server.
The server canmanageinformation for anynumber of tape PVs andVVs. The Tape StorageServer
canmanage anunlimitednumberoftapePVs,VVs, maps,andsegmentswithoutimpactingitssize
in memory.