- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- debugmode-- service guard cluster
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-06-2011 09:47 PM
тАО02-06-2011 09:47 PM
debugmode-- service guard cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2011 10:05 PM
тАО02-06-2011 10:05 PM
Re: debugmode-- service guard cluster
cd /etc/cmcluster
touch debug
cd /etc/cmcluster/
touch debug
cmrunpkg
To undo what you have done, just delete the two debug files you just created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2011 11:44 PM
тАО02-06-2011 11:44 PM
Re: debugmode-- service guard cluster
However as DEBUGMODE is usually implmented in the package logic, what it does on any given package depends on how the logic for that package was created, or even whether such a mode even exists.
So for example, packages created using the Enterprise Cluster Master Toolkit will have a DEBUGMODE which you can read about in the README for each package type, and here they are referred to as a MAINTENANCE_FILE. But as another example, the Serviceguard NFS Toolkit has no debug mode at all.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2011 02:36 AM - last edited on тАО09-29-2011 02:01 PM by Kevin_Paul
тАО05-01-2011 02:36 AM - last edited on тАО09-29-2011 02:01 PM by Kevin_Paul
Re: debugmode-- service guard cluster
I believe it`s more a package related thing..
so restart of package is required not the cluster ,I may see that this mode is more
applicable for the Oracle /SAP instances running in the cluster. ( can be seen in
the SAP manual i attached as a link)
There are couple of ways to achieve it,
one as mentioned by Steven Doud that do the
changes in start /stop scripts in the
package.cntrl script.
And other could be to stop the application monitors but that may impact the other packages too !!
Need to check if it documented in other
MCSG manuals as well, do read the below
licks ,would be helpful.
http://h30499.www3.hp.com/t5/Serviceguard/how-to-mount-SG-package-file-systems-without-modifying-package/m-p/5176526#M24213
http://h30499.www3.hp.com/t5/Serviceguard/debug-mode-for-SAP-package/m-p/5083098#M23163
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2011 03:12 AM
тАО05-02-2011 03:12 AM
Re: debugmode-- service guard cluster
See these documents:
http://docs.hp.com/en/ha.html -> HP Serviceguard Enterprise Cluster Master Toolkit -> Using the Oracle Toolkit in a HP Serviceguard Cluster README Revision: B.06.00, August 2010 -> page 11 (../
http://docs.hp.com/en/ha.html -> HP Serviceguard Extension for SAP -> Managing Serviceguard Extension for SAP Version B.05.10v -> page 41 (/var/adm/cmcluster/debug_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2011 03:57 AM
тАО05-02-2011 03:57 AM
Re: debugmode-- service guard cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2011 09:23 PM
тАО06-12-2011 09:23 PM
Re: debugmode-- service guard cluster
set log level to 2 by cmsetlog 2 .This will brings the cluster in Debug Mode.
cmsetlog -r ---> to start cluster in default mode (Normal Mode )
vjta