$! Use this file to register a network service. Edit all fields appropriately. $! The first 4 fields are required. If the product is named "xxx" $! then save this file as SYS$STARTUP:SYS$NET_SERVICES_xxx.COM. $! $NODE = F$GETSYI("SCSNODE") $ADDRESS = F$GETSYI("SCSSYSTEMID") $ADDRESS = F$STRING(ADDRESS / 1024) + "." + - F$STRING( ADDRESS - ( ( ADDRESS / 1024 ) * 1024) ) $ $SET NETWORK "xxx" - /MANUFACTURER="xxx manufacturer" - /NODE='NODE' - /ADDRESS='ADDRESS' - /NETWORK_TYPE="type of network" - ! /INTERFACE="device interface" - ! /DATA="interesting information" - ! /STATUS="executable command to give status information" - ! /CONNECTIONS="executable command to describe network connections" - ! /COUNTERS="executable command to describe network counters" - ! /START="executable command to start network service" - ! /STOP="executable command to stop network service" - ! /PPPD_CALLOUT="shareable image to be executed from PPPD engine" $ $ EXIT: $ EXIT