- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: debug mode for SAP package
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:08 AM
12-06-2007 12:08 AM
debug mode for SAP package
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:24 AM
12-06-2007 12:24 AM
Re: debug mode for SAP package
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:50 AM
12-06-2007 12:50 AM
Re: debug mode for SAP package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 01:09 AM
12-06-2007 01:09 AM
Re: debug mode for SAP package
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 01:17 AM
12-06-2007 01:17 AM
Re: debug mode for SAP package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 01:21 AM
12-06-2007 01:21 AM