|
ContentsIndex |
Troubleshooting the N1 SPS Oracle 10g R2 RAC Plug-InWhen you experience problems with a component installation or removal you need to check the standard output and standard error logs held by N1 SPS. If the output does not provide sufficient detail to enable you to determine the root cause, you will need to enable the shell script debugging flag and retry the plan. To enable debugging, you should set the debug_shell_code session variable to true. This results in the -x flag being set prior to shell commands being executed, thereby enabling you to see the results of the commands run and the shell variables that are used for substitution. Retrieval of the node list for resource group rac-framework-rg (Failed) However, when you create a rac-framework-rg resource group, this message would be expected because the resource group might not exist. Alternatively, the message might indicate that you have mistyped the resource group name and as a result a new one has been created with the wrong name. Example: Troubleshooting a Plan FailureThe RAC framework resource group exists on nodes pgyruss1, pgyruss2 and pgyruss3 and you want to expand it to pgyruss4. You target the plan at all four nodes but all of them fail. The standard error for the plan on pgyruss2, pgyruss3 and pgyruss4 contains the following in the output of the final "native procedure ksh" step: Detected that a remote plan failed. However, when you look at the standard error for pgyruss1, you find the following: clresourcegroup: pgyruss4 - Error: The Oracle CRS shutdown script "/etc/init.d/init.crs" is missing. The root cause is therefore a result of the underlying Sun Cluster clresourcegroup command failing. You rectify the problem and complete the expansion of the resource group successfully. |