NCLHELP.HLB  —  delete  xot (OpenVMS Alpha)
    Deletes the X.25 Over TCP/IP (XOT) module.

    delete  [node node-id] xot

    Before the XOT module can be deleted, all of its associated SAPs
    and LINKs must be disabled and deleted.

    Example:

    show xot sap * state              ! To find all SAPs and their states
    show xot sap sap-0 link * state   ! To find all links for a SAP
    disable xot sap sap-0 link link-0 ! All links must be disabled/deleted
    delete xot sap sap-0 link link-0
    disable xot sap sap-0             ! All SAPs must be disabled/deleted
    delete xot sap sap-0
    delete xot                        ! Before XOT itself can be deleted

1  –  Exception Messages

 o  has children

    The XOT module cannot be deleted when it has active subentities.

2  –  sap

    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.

2.1  –  link

    Deletes a previously disabled LINK entity, which represents a
    remote system with which XOT is allowed to communicate.  The
    sap-name and link-name are simple names which uniquely
    identify particular SAP and LINK instances.

    delete  [node node-id] xot sap sap-name link link-name

    Example:

    show xot sap sap-0 link * -        ! Finds link to delete.
       remote ip address, state
    disable xot sap sap-0 link link-0  ! LINK must be disabled
    delete xot sap sap-0 link link-0   !   before deletion.

2.1.1  –  Exception messages

 o  wrong state

    The XOT SAP LINK entity must be disabled before it can
    be deleted.

2.2  –  Exception Messages

 o  wrong state

    The XOT SAP entity must be disabled before it can be deleted.

 o  has children

    The XOT SAP entity cannot be deleted when it has LINK subentities.
Close Help