Sun Cluster Data Service for SAP Guide for Solaris OS

ProcedureHow to Verify SAP and the Database Installation With Central Instance

Use this procedure to verify the SAP central instance. Perform the following steps on all the potential nodes on which the central instance can run.

  1. Create the failover resource group to hold the network and central instance resources.


    # clresourcegroup create sap-ci-resource-group [-n node-zone-list]

    Note –

    Use the -n option to the clresourcegroup(1CL) command to select the set of nodes on which the SAP central instance can run.


  2. Verify that you have added to your name service database all the network resources that you use.

  3. Add a network resource (logical hostname) to the failover resource group.


    # clreslogicalhostname create -g sap-ci-resource-group \
     -d sap-ci-resource
    

    Note –

    If you require a fully qualified hostname, you must specify the fully qualified name with the -h option and you cannot use the fully qualified form in the resource name.


  4. Enable the resource group.

    Run the clresourcegroup(1CL) command to move the resource group into a managed state and bring the resource group online.


    # clresourcegroup online -emM sap-ci-resource-group
    
  5. Log in to the cluster member that hosts the resource group for the central instance.

  6. Ensure that the database is running.

  7. If you are you using the MaxDB database, create a .XUSER.62 file in the SAPSIDadm home directory as described in How to Install and Configure MaxDB in Sun Cluster Data Service for MaxDB Guide for Solaris OS. Verify that the .XUSER.62 file is correctly configured by using the -d option of the R3trans command. You must be an SAPSIDadm user to perform this verification.

    If you are not using the MaxDB database, proceed to the next step.

  8. Manually start the central instance.

  9. Start the SAP GUI by using the logical hostname, and verify that SAP initializes correctly.

    The default dispatcher port is 3200.

  10. Manually stop the central instance.

  11. Switch this resource group to another cluster member that can host the central instance.


    # clresourcegroup switch -n node sap-ci-resource-group
    
  12. Repeat the steps Step 5 to Step 10 until you verify startup and shutdown of the central instance on each cluster node that can host the central instance.

Next Steps

Go to How to Verify an SAP Failover Application Server.