NCLHELP.HLB  —  delete  osak
    Deletes an OSAK entity and reclaims the resources associated with it.
    The entity must be in the NotAvailable state before it can be deleted.

    delete  [node node-id] osak

1  –  Exception Messages

 o  subentity exists

    Cannot delete while subentities exist.

 o  wrong state

    The osak entity is in the wrong state for the command you
    have tried to use on it. The text accompanying the exception
    message specifies which command has failed.

2  –  application (OpenVMS)

    delete  [node node-id] osak application "presentation address"

    Example:

    delete osak application "'0001'H/'0001'H/'0004'H/NS+21,CLNS"

2.1  –  Exception Messages

 o  wrong state

    Disable the osak application before trying to delete it.

2.2  –  invocation (OpenVMS)

    delete [node node-id] osak -
            application "presentation address" -
            invocation invocation-identifier

    Example:

    delete osak application "'0001'H/'0001'H/'0004'H/NS+21,CLNS" -
            invocation [AP_Invocation = -1, AE_Invocation = -1]

2.2.1  –  Exception Messages

 o  wrong state

    You cannot delete an osak application invocation entity when it
    still has open ports.
Close Help