Take the following steps to change the startup priority of a state transition procedure on all nodes where it needs to be changed.
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 the procedure resource again.
For more details, see "8.1.1 Changing the Cluster Application Configuration."
Operation Procedure:
Log in with the system administrator authority to the node in which the state transition procedure of the procedure resource is to be changed.
Execute the "clsetprocrsc(1M)" command to change the startup priority of the procedure resource.
See
For details on the "clsetprocrsc(1M)" command, see the manual page.
Example
When changing the startup priority of the procedure resource 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