Go to main content

Oracle® Solaris Cluster Data Service for SAP NetWeaver Guide

Exit Print View

Updated: November 2018
 
 

Confirm the SAP HA Maintenance Mode Was Set

  1. Run the clrg status command as sidadm, or as a user who has the cluster administration RBAC authorization:
    $ /usr/cluster/bin/clrg status|more
    
    === Cluster Resource Groups ===
    
    Group Name        Node Name      Suspended      Status
    ----------        ---------      ---------      ------
    stor-rg           pnode2         No             Offline
                      pnode1         No             Online
    
    bnz-ascs-rg       pnode1         Yes            Online
                      pnode2         Yes            Offline
    
    bnz-ers-rg        pnode2         Yes            Online
                      pnode1         Yes            Offline
    
    bnz-pas-rg        pnode1         Yes            Online
                      pnode2         Yes            Offline
    
    bnz-aas-rg        pnode2         Yes            Online
                      pnode1         Yes            Offline
    
    oracle-rg         pnode1         No             Online
                      pnode2         No             Offline
    

    All resource groups containing an instance mast have Yes in the Suspended column.

  2. For all resource groups protecting an SAP instance, run the clrs command as sidadm, or as a user who has the cluster administration RBAC authorization:
    $ /usr/cluster/bin/clrs status -g bnz-ascs-rg
    
    === Cluster Resources ===
    
    Resource Name          	Node Name   State                  Status Message
    -------------          	---------   -----                  --------------
    bnz-preempt-rs         	pnode1      Online_not_monitored   Online_not_monitored - Service is online.                       
    				pnode2      Offline                Offline
    
    bnz-ascs-rs            	pnode1      Online_not_monitored   Online_not_monitored - Service is online.                       
    				pnode2      Offline                Offline
    
    bnz-ascs-startsrv-rs   	pnode1      Online_not_monitored   Online_not_monitored - Service is online.                       
    				pnode2      Offline                Offline
    
    vznode2a               	pnode1      Online_not_monitored   Online_not_monitored - LogicalHostname online.
                           	pnode2      Offline                Offline - LogicalHostname offline.
    

    All resource must have the State Offline or Online_not_monitored.