ODBC Server Reference Manual

Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual429151-002
7-55
Network Services (NET_SERVICE) Statements
SO_LINGER { 0 | 1 }
specifies whether TCP/IP closes all connections gracefully and wait for data
transfer to complete:
The SO_LINGER option is provided only for compatibility. All C TCP/IP
connections close gracefully.
SO_REUSEADDR { 0 | 1 }
specifies whether TCP/IP allows reuse of a local port address during a BIND
operation:
NetBIOS Protocol
Use the following syntax for the NetBIOS protocol:
scs-processname
is the name of the SCS process for which to create or modify a network service
entity.
NET_PROTOCOL NETBIOS
specifies NETBIOS as the network protocol to use for this service.
NET_NAME net-name
identifies the network service; net-name is a string up to 16 characters in length
that must match the name of the service in your system SERVICES file.
0 Do not require connections to close gracefully.
1 Always close connections gracefully.
0 Do not allow reuse of a local port address during a BIND operation.
1 Allow reuse of a local port address during a BIND operation.
ADD NET_SERVICE scs-processname
NET_PROTOCOL NETBIOS
NET_NAME net-name
IOP_NAME iop-name
[ NET_QUALIFIER "net-qualifier-name" ]
[ MLAN_DOMAIN sub-device-name ]
[ MLAN_ADAPTOR { 0 | 1 } ]
[ MLAN_GATEWAY #gateway-name ]
[ UPDATE_SYSTEM_CONFIG ]
Caution. You can enter values for the NET_PROTCOL and NET_NAME names using
lowercase letters because NOSUTIL upshifts each value. However, if you edit the system
SERVICES file directly, you must enter each name using uppercase letters.