Register the state transition procedures to userApplication. The "Resource startup procedure" must be set up so that resources can be invoked with the following priority:
Resource startup priority
Startup priority to be registered to BasicApplication in the procedure
(Set up to be invoked in the descending order.)
service name.IS_INTERSTAGE
service name.OTS_RMP_INTERSTAGE
service name.ES_INTERSTAGE
service name.SOAP_INTERSTAGE
Startup priority of the resources to be registered to Application of the procedure class (optional)
service name.TDWU_INTERSTAGE
service name.EJBWU_INTERSTAGE
service name.UTYWU_INTERSTAGE
service name.ODWU_INTERSTAGE
service name.EB_INTERSTAGE
Operation Procedure
Parameters to be specified for options:
*: Must be omitted if it is to be specified for TDWU_INTERSTAGE/ EJBWU_INTERSTAGE/ UTYWU_INTERSTAGE.
**: Must be changed according to the name of the resource to be registered.
Execute the following operation in each procedure on all nodes in which the state transition procedure is to be executed:
Register the state transition procedure.
clsetproc -c BasicApplication * -m IS_INTERSTAGE ** -o /etc/opt/FJSVisas/HA/SynfinityCLUSTER/IS_INTERSTAGE **
Register the application resource that uses the state transition procedure.
claddprocrsc -k IS_INTERSTAGE ** -m IS_INTERSTAGE ** -c BasicApplication * -K AFTER -w -L AFTER -S BEFORE -T BEFORE -V BEFORE -W BEFORE -u 0 -t 0 -p 100
Register a resource used for the state transition procedure as a resource for PRIMECLUSTER.
Register the resource created in "Procedure 2" as a resource for PRIMECLUSTER.
Operation must be implemented from "Create Resource" of "userApplication Configuration Wizard."
Use the format described in "Resource startup priority," above, for the resource name.
See
For details on the "userApplication Configuration Wizard", see "6.6.1.6 Creating Procedure Resources."
Note
If two or more resources of the same kind are registered, the SubApplication button on the lower left will be enabled when the Attributes tab is selected on the "Confirm registration" screen.
When the final resource is to be registered, click SubApplication and then specify the resource startup priority on the "Associate resources" screen.
The startup priority can be set up by setting the resources so that resources are listed in the order described in "Resource startup priority," above, in the Selected Resource list of the "Associate resources" screen.
Registering state transition procedure resources to userApplication.
Register all the resources created in Procedure 3. to userApplication.
The operation must be implemented from "Create userApplication" of "userApplication Configuration Wizard."
With this operation, set "ClearFaultRequest|StartUp|SwitchRequest" to "StandbyTransitions" of "userApplication attributes."
See
For more details on "userApplication Configuration Wizard," see "6.6.2 Creating Cluster Applications".