Library /sys$common/syshlp/nclhelp.hlb delete, xot (OpenVMS Alpha), sap *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Deletes a disabled Service Access Point (SAP) entity. Sap-name is a simple name that uniquely identifies a particular SAP instance. delete [node node-id] xot sap sap-name Before a SAP can be deleted, all of its associated LINK entities must be disabled and deleted. Example: show xot sap * - local ip addr, state ! Identifies the sap to delete. show xot sap sap-0 link * ! There can be no link subentities disable xot sap sap-0 ! and SAP must be disabled delete xot sap sap-0 ! before the SAP can be deleted.
Additional Information (explode) :
|