Top
PRIMECLUSTER  Installation and Administration Guide 4.4
FUJITSU Software

D.2.2 Changing the Startup Priority of a State Transition Procedure

Take the following steps to change the startup priority of a state transition procedure on all the nodes where the state transition procedure is registered.

Note

To change the startup priority of a state transition procedure, you need to delete a procedure resource with the procedure for changing a cluster application configuration and create a procedure resource again.

For more details, see "Chapter 10 Configuration change of Cluster Applications."

Operation Procedure:

  1. Log in with the system administrator authority to the node in which the startup priority of state transition procedure is to be changed.

  2. Delete the procedure resource of the cluster application.

    For deleting the procedure resource of the cluster application, refer to "10.5 Deleting a Resource."

  3. Execute the "clsetprocrsc(1M)" command to change the startup priority of the state transition procedure used by the procedure resource.

    After performing this step on all the nodes where the procedure resource is registered, go to the next step.

    See

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

    Example

    When changing the startup priority of the state transition procedure to 10000, this procedure resource has to meet the following conditions:

    - The resource class registered in the node (NODE1) is the BasicApplication class.

    - The resource name is SDISK.

    # /etc/opt/FJSVcluster/bin/clsetprocrsc -n SDISK -c BasicApplication -s NODE1 -p 10000
  4. Register the procedure resource to the cluster application.

    For registering the procedure resource to the cluster application, refer to "6.7.3.7 Setting Up Procedure Resources."