Operating System - HP-UX
1833582 Members
3472 Online
110061 Solutions
New Discussion

Re: debug mode for SAP package

 
Scout (PathFinder)
Occasional Advisor

debug mode for SAP package

I have 2 node with SG 11.18, SGeSAP 4.01, NFS Toolkit 11.23.07, MetroCluster A.01.00.
When exist file in $SGCONF/pkg/debug, SG package starting in debug mode.

########### Node "jack": Starting package at Tue Nov 20 17:41:00 WST 2007 ###########

Nov 20 17:41:00 - Node "jack": Adding IP address 10.1.1.82 to subnet 10.1.1.0

Nov 20 17:42:01 - Node "jack": (sapwas_main): Entering SGeSAP start runtime steps ...

...

Nov 27 17:44:08 - Node "jack": (ip_mapper): TRACE POINT

Nov 27 17:44:08 - Node "jack": (ip_mapper): TRACE POINT

Nov 27 17:44:08 - Node "jack": (check_debug): TRACE POINT

Nov 27 17:44:08 - Node "jack": (check_debug): Debug mode: Skipping SAP specific runtime steps

########### Node "jack": Package start completed at Tue Nov 27 17:44:08 WST 2007 ###########


But when package is stopping, they don`t care about debug mode.
########### Node "jack": Halting package at Tue Nov 27 17:45:27 WST 2007 ###########

Nov 27 17:45:27 - Node "jack": (sapwas_main): Entering SGeSAP stop runtime steps ...

Nov 27 17:45:27 - Node "jack": (sapwas_main): /etc/cmcluster/SLP/sapwas.cntl: SGeSAP - B.04.01.00 - PHSS_3526[6|7] - La

st modified 08/21/06

Nov 27 17:45:27 - Node "jack": (get_source): Found /etc/cmcluster.conf

...

Nov 27 17:45:30 - Node "jack": (watchdog): Watchdog initiated (PID: 29283 Timeout: 600 secs)

Nov 27 17:45:30 - Node "jack": (ci_remove_shmem forced_strict DVEBMGS 00): TRACE POINT

Nov 27 17:45:30 - Node "jack": (ci_remove_shmem): Removing shmem of 00 on jack using forced_strict cleanup policy

Nov 27 17:45:30 - Node "jack": (app_remove_procs DVEBMGS 00): TRACE POINT

Nov 27 17:45:30 - Node "jack": (stop_sapstartsrv DVEBMGS 00 ci00 HP-UX slpadm): TRACE POINT

Nov 27 17:45:30 - Node "jack": (is_ip_local ci00): TRACE POINT

Nov 27 17:45:30 - Node "jack": (stop_sapstartsrv): Instance Service shutdown attempt on local host...

Nov 27 17:45:30 - Node "jack": (stop_sapstartsrv): There was no local instance service running for DVEBMGS00

Nov 27 17:45:30 - Node "jack": (crit_test_app 10.1.1.82 00 slpadm DVEBMGS 1): TRACE POINT

Nov 27 17:45:30 - Node "jack": (is_ip_local 10.1.1.82): TRACE POINT

Nov 27 17:45:30 - Node "jack": (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS00 ...

Nov 27 17:45:30 - Node "jack": (crit_test_app): dpmon: connection to dispatcher failed

Nov 27 17:45:30 - Node "jack": (crit_test_app): Trying to connect via RFC to host 10.1.1.82 instance DVEBMGS00 ...

Nov 27 17:45:30 - Node "jack": (watchdog): Watchdog initiated (PID: 29493 Timeout: 600 secs)

Nov 27 17:45:31 - Node "jack": (crit_test_app): No connection to instance DVEBMGS00

Nov 27 17:45:31 - Node "jack": (crit_test_app): Instance DVEBMGS00 not responding

Nov 27 17:45:31 - Node "jack": (wait_igs slpadm): TRACE POINT

Nov 27 17:45:31 - Node "jack": (stop_cs): Collecting landscape info...

Nov 27 17:45:31 - Node "jack": (watchdog): Watchdog initiated (PID: 29535 Timeout: 600 secs)

Nov 27 17:45:31 - Node "jack": (stop_addons_postci): TRACE POINT

Nov 27 17:45:31 - Node "jack": (stop_saposcol): TRACE POINT

Nov 27 17:45:31 - Node "jack": (sapwas_main): Leaving SGeSAP stop runtime steps

Nov 27 17:45:31 - Node "jack": Remove IP address 10.1.1.82 from subnet 10.1.1.0

########### Node "jack": Package halt completed at Tue Nov 27 17:45:31 WST 2007 ###########

I have package attempting to stop SAP & Oracle while debug exist.

It`s correct?

5 REPLIES 5
Srikanth Arunachalam
Trusted Contributor

Re: debug mode for SAP package

Hi,

Its correct. When debug file is present it skips monitoring function and SAP specific runtime steps, it has got no impact on the cluster package stop/start.

Thanks,
Srikanth
Scout (PathFinder)
Occasional Advisor

Re: debug mode for SAP package

Why package don`t skip stopinng SAP&Oracle application?
Srikanth Arunachalam
Trusted Contributor

Re: debug mode for SAP package

Hi Ravil,

When you put on debug file, it does not stop the package due to stopping of application like Oracle or SAP. The debug file is also referred as maintenance flag. We use this debug file when we do not want a cluster failover to standby node in the event of stopping of SAP/Oracle.

Thanks,
Srikanth
Scout (PathFinder)
Occasional Advisor

Re: debug mode for SAP package

Thank you for help for me in understanding this feature.
Scout (PathFinder)
Occasional Advisor

Re: debug mode for SAP package

Thank you once more