[an error occurred while processing this directive]
HP OpenVMS Systems Documentation |
HP OpenVMS DCL Dictionary
SET NETWORK
Registers the attributes of a network service. FormatSET NETWORK network-service Parameter
DescriptionThe SET NETWORK command allows you to control information about network services on an OpenVMS system. This information is contained in structures pointed to by executive mode logical names SYS$NET_SERVICES_1 to SYS$NET_SERVICES_12. Each structure defines a particular network service and contains the following information: Qualifiers
|
#1 |
---|
$ SET NETWORK DECnet - _$ /MANUFACTURER= "Hewlett-Packard Company" - _$ /NODE="GALENA" - _$ /ADDRESS="19.129" - _$ /NETWORK_TYPE="DNA V" - _$ /INTERFACE="net 0" - _$ /DATA="Router: No" - _$ /STATUS="mcr ncl show node 0 all" - _$ /CONNECTIONS="mcr ncl show node 0 session control port * all" - _$ /COUNTERS="mcr ncl show node 0 session control all counters" - _$ /START="@sys$startup:net$startup" - _$ /STOP="@sys$manager:net$shutdown" |
This command adds the network service DECnet-Plus (Phase V) to the database, with the specified characteristics.
#2 |
---|
$ SET NETWORK "TCP/IP" /REGISTER - _$ /MANUFACTURER="Hewlett-Packard Company" - _$ /NODE="ipv6.ucx.mars.univers.com" - _$ /ADDRESS="16.20.207.92" - _$ /NETWORK_TYPE="TCP/IP" - _$ /STATUS="TCPIP SHOW SERVICE" - _$ /CONNECTIONS="TCPIP SHOW DEVICE" - _$ /PPPD_CALLOUT="TCPIP$PPPD_CALLOUT" |
This command creates a new TCP/IP network service, adds it to the database, and enables the PPPD utility by supplying a logical name that identifies the location of the shareable image.
#3 |
---|
$ SET NETWORK DECnet - _$ /MANUFACTURER= "Hewlett-Packard Company" - _$ /NODE="EMARET" - _$ /ADDRESS="12.378" - _$ /NETWORK_TYPE="DNA IV" - _$ /INTERFACE="net 0" - _$ /STATUS="mcr ncp show exec characteristics" - _$ /CONNECTIONS="mcr ncp show known link" - _$ /COUNTERS="mcr ncp show exec count" - _$ /START="@sys$manager:startnet" - _$ /STOP="mcr ncp set executor state shut" |
This command adds the network service DECnet (Phase IV) to the database, with the specified characteristics.
Previous | Next | Contents | Index |