The 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:
- Product name
- Manufacturer
- Type of network
- Node name
- Address(es)
- Interface(s) (OpenVMS device driver)
- Vendor-specific data
- Status
- Connections
- Counters
- Start command
- Stop command
- Path to the Point-to-Point Protocol utility (PPPD) shareable image
The following items are required for network registration: product
name, manufacturer, type of network, node name, address. For each
network service that supports the Point-to-Point Protocol (PPP), the
file name of the PPPD shareable image must also be specified using the
/PPPD_CALLOUT qualifier.
The SET NETWORK command allows you to perform the following actions on
the information on network services:
- Add a service (use the /REGISTER qualifier)
- Delete a service (use the /REMOVE qualifier)
- Modify the information for a service (use the /UPDATE qualifier)
The /REGISTER qualifier is the default, if you do not specify an action.