|
VMS Help SET, NETWORK, Examples *Conan The Librarian |
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.
|
|