- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: shutdown 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
08-31-2005 08:42 PM
08-31-2005 08:42 PM
shutdown ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 09:10 PM
08-31-2005 09:10 PM
Re: shutdown ServiceGuard
You dont need to shutdown the cluster for only connect the tape drive, just need the steps like below :
ex. you would like to connect the tape drive on node_A (the active package is package_A).
1. stop the package
# cmhaltpkg -n node_A -v package_A
2. run the package on node_B
# cmrunpkg -n node_B -v package_A
3. check whether the package runs properly on node_B
4. shutdown the node_A
You can try to add the tape drive online. But if doesnt work, you still need to shutdown the node_A for troubleshooting
5. startup the node_A
6. check whether the tape drive can be work properly on the node_A, do test backup & restore
7. stop the package_A on node_B
# cmhaltpkg -n node_B -v package_A
8. start the package_A on node_A
# cmrunpkg -n node_A -v package_A
9. check whether the package_A up & running as per normal
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 09:17 PM
08-31-2005 09:17 PM
Re: shutdown ServiceGuard
Here are the steps to shutdown active package.
To Halt the package:
# cmhaltpkg -v
To Halt the node :
# cmhaltnode
OR
If you want to halt the cluster:
1. Ensure package is halted by
# cmviewcl
If not halted halt it by # cmhaltpkg
2. Halt the cluster:
# cmhaltcl
Connect the Tape drive and scan for the drive:
# insf -e -C tape
# ioscan -fnC tape
Once the tape device detected. bring up the cluster and package by
# cmruncl
Verify the package also up..
# cmviewcl
If not, start the package by
# cmmodpkg -e
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 11:10 PM
08-31-2005 11:10 PM
Re: shutdown ServiceGuard
If you can arrange an external drive no need of shuttin down the server. Else you can do the following.
#cmhaltpkg -v
#cmhaltpkg -v
#cmhaltcl
Now shutdown the active node with
#shutdown -ry 0
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 11:11 PM
08-31-2005 11:11 PM
Re: shutdown ServiceGuard
Regards,
Syam