Go to main content

Oracle® Solaris Cluster Data Service for SAP NetWeaver Guide

Exit Print View

Updated: November 2018
 
 

Verifying the SAP NetWeaver Installation and Configuration

Before you install the HA for SAP NetWeaver packages, verify that the SAP NetWeaver software is correctly installed and configured to run in a cluster. These procedures do not verify that the SAP NetWeaver application is highly available because you have not yet installed your data service.


Note -  For more information, see the SAP documentation at https://websmp103.sap-ag.de/~SAPIDP/002006825000000234912001E.

The procedures in this section verify the installation and configuration of the following SAP NetWeaver components.

  • SAP central services

  • SAP replicated enqueue server

  • SAP primary application instance

  • SAP additional application server instance

How to Verify the Installation of an SAP NetWeaver

On the node where you installed the SAP NetWeaver instance as the root user, do the following:

  1. Switch to the SAP NetWeaver administrative user.
    # su - sidadm
  2. Stop the SAP NetWeaver instance.
    $ sapcontrol -nr instance number -function Stop
  3. Check if the instance goes online.
    $ sapcontrol -nr instance number-function GetProcessList

    Repeat this step until all the processes show the GRAY status.

  4. Kill all remaining processes.
    $ pkill -f instance name
  5. Start the instance.
    $ sapcontrol -nr <instance number> -function Start
  6. Check if the instance goes online.
    $ sapcontrol -nr instance number -function GetProcessList

    Repeat this step until all the processes show the GREEN status.

  7. Stop the SAP NetWeaver instance.
    $ sapcontrol -nr instance number -function Stop
  8. Check if the instance goes online.
    $ sapcontrol -nr instance number-function GetProcessList

    Repeat this step until all the processes show the GRAY status.

  9. Kill all remaining processes.
    $ pkill -f instance name