Chapter 3 System Preparation
HPSS Installation Guide September 2002 171
Release 4.5, Revision 2
entry to the specified destination address. A “Default” destination may be specified for all
sources/destinations not explicitly specified in the HPSS.conf file.
Table 3-6 Network Options Stanza Fields
Configuration Type Description
Stanza (Compound) Network Options = {
Reserved Stanza specifier.
Must be terminated with a matching “}”
SubStanza Default Write Size = <value>
E.g.Default Write Size = 4MB
Optional SubStanza specifying the default write size if not
specified explicitly.
SubStanza
(Compound) <Source IP Interface Name> = {
E.g.my_host my_host.my.domain = {
May contain one or more names separated by white spaces.
May contain: “Default = {“ (Reserved Specification) for
inclusion of entries not explicitly specified.
Must be terminated with a matching “}”
Section (Compound) <Destination IP Address> = {
E.g.100.101.102.0 = {
Contains the dotted decimal address of the destination interface.
Only one address is allowed; however, networks and sub-
networks may be chosen by appropriate specification of the
NetMask.
May contain: “Default = {“ (Reserved Specification) for
inclusion of entries not explicitly specified.
Must be terminated with a matching “}”
SubSection NetMask = <Dotted IP Notation>
E.g.NetMask = 255.255.255.0
Contains the dotted decimal net mask to apply to the Destination
IP Address to determine whether the entry applies
SubSection RFC1323 = <value>
E.g.RFC1323 = 1
Indicates whether the RFC1323 option should be disabled (0) or
enabled (any other value)
SubSection SendSpace = <value>
E.g.SendSpace = 1048576
Contains the value to be used for the socket send bufferspace
May be specified as a decimal number or “xMB” style notation
SubSection RecvSpace = <value>
E.g.RecvSpace = 256KB
Contains the value to be used for the socket receivebuffer space.
May be specified as a decimal number or “xMB” style notation