Top
PRIMECLUSTER  Installation and Administration Guide4.3

F.3 Deleting a Procedure Resource

Take the following steps to delete a procedure resource on all nodes where the procedure resource needs to be changed.

Operation Procedure:

  1. Log in with the system administrator authority to the node from which the procedure resource is to be deleted.

  2. Execute the "cldelprocrsc(1M)" command to delete the procedure resource.

    See

    For details on the "cldelprocrsc(1M)" command, see the manual page.

    Example

    When deleting a procedure resource, the procedure resource needs to meet the following conditions:

    • The resource key of the procedure resource is SDISK,

    • This procedure resource uses the state transition procedure registered in the BasicApplication class, and

    • The node identification name is NODE1

      # /etc/opt/FJSVcluster/bin/cldelprocrsc -n SDISK -c BasicApplication -s NODE1
  3. Deleting the state transition procedure

    If a state transition procedure becomes unnecessary after all procedure resources that use that state transition procedure have been deleted, execute the cldelproc(1M) command to delete the state transition procedure.

    See

    For details on the "cldelproc(1M)" command, see the manual page.

    Example

    When deleting a procedure resource, the procedure resource needs to meet the following conditions;

    • The procedure name is program, and

    • This procedure resource uses the state transition procedure registered in the BasicApplication class

      # /etc/opt/FJSVcluster/bin/cldelproc -c BasicApplication program