- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Testing ServiceGuard
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
02-04-2004 07:48 AM
02-04-2004 07:48 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:55 AM
02-04-2004 07:55 AM
Solution(at most places, I'd suspect you can't. I usually can't)
Pull both lan cables... toc the box, etc...
Anyhow... To get back to the original node:
# cmhaltpkg pkgname
# cmrunnode nodename
# cmmodpkg -e pkgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:55 AM
02-04-2004 07:55 AM
Re: Testing ServiceGuard
-sinhass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:57 AM
02-04-2004 07:57 AM
Re: Testing ServiceGuard
Cmhaltnode is a good command to start testing but you should be much more aggressive later in your test plan -- e.g. yank the power cord(s), yank disks, network cables, remove SCSI cables, --- and no, I am not joking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:59 AM
02-04-2004 07:59 AM
Re: Testing ServiceGuard
If you want to test the serviceguard functionality, then you will need to a lot more testing than simple cmhaltnode -f. cmhaltnode -f will bring down the package and brings it on the other node (if configured) and shuts down the local cluster daemon. I would do the following to test the failover.
First, make sure the package runs fine on both the nodes. Then you are almost 75%. Rest is the simulation of system failures.
cmhaltpkg pkg_name
cmrunpkg -v -n other_node pkg_name
If it runs, then I would test various scenarios like
1. Shutdown the server while the cluster is running
2. Toc the server while the cluster is running
3. Pull out the user data network cables
4. Pull out the heartbeat network cables
5. Kill the application processes if you are monitoring the processes through serviceguard
6. Create problems on the server yourself. like consuming the swap space, overflowing the kernel parameters etc.,. Your package is intelligent, then it should pick up all the issues.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:01 AM
02-04-2004 08:01 AM
Re: Testing ServiceGuard
No points on this one please. No modpkg needed after the cmrunnode.
The AUTO_RUN will already be enabled after the cmrunnode.
Not that the modpkg will cause any problems.
It will just tell you that switching was already enabled.
sidenote... AARRRRGGGHHH!
I am having to reply sometimes three, four times today,
to get one to go through successfully. Just had to vent. Carry on :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:04 AM
02-04-2004 08:04 AM
Re: Testing ServiceGuard
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=UXSGLVKBAN00000470&searchCrit=allwords&docType=EngineerNotes&docType=ReferenceMaterials&docType=ThirdParty
or check Knowledge base doc ID: UXSGLVKBAN00000470
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:25 AM
02-04-2004 08:25 AM
Re: Testing ServiceGuard
Thanks again everyone.