
Chapter 3 System Preparation
HPSS Installation Guide September 2002 167
Release 4.5, Revision 2
• Destination Host (FTPD Host) may contain one or more hostnames separated by white
spaces (subject to the 128 character limit).
• Interface Specification must be IP Address Dot Notation.
• Interfaces must be able to connect to destination.
Communication failures that are not easily diagnosed will occur if the interface specification
is invalid.
PFTP Client Interfaces Stanza Example:
PFTP Client Interfaces = {
; PFTP Client Host Name(s)
water.clearlake.ibm.com water = {
; Next Specification is the PFTP Daemon Host
; water has 4 interfaces that can talk to the HPSS Movers
; associated with the PFTP Daemon Host "water"
water.clearlake.ibm.com water = {
192.94.47.227
192.175.14.35
192.222.197.1
192.2.1.1
}
; water has ONLY 1 interfaces that can talk to the HPSS Movers
; associated with the PFTP Daemon Host "sneezy"
sneezy sneezy.clearlake.ibm.com = {
192.94.47.227
}
; Use the default water interface, 192.100.101.1, to talk to
; any other PFTP Daemons.
Default = {
192.100.101.1
}
}
sneezy sneezy.clearlake.ibm.com = {
larry larry.clearlake.ibm.com = {
192.94.47.226
}
sneezy sneezy.clearlake.ibm.com = {
192.94.47.226
}
}
; For all other Client Hosts - This allows a single HPSS.conf file
; to be available using a common files
; system. This is ONLY useful for cluster systems that specify
; "Common" interfaces for multiple
; nodes of the cluster (I/O Nodes)