- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster question!
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
09-03-2005 01:36 PM
09-03-2005 01:36 PM
Cluster question!
I have a node in which when i give cmviewcl i get the following output:
cmviewcl
CLUSTER STATUS
clustergem2appprd up
NODE STATUS STATE
loyalty up running
Do i need to do a cmhaltcl before shutting down the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 02:56 PM
09-03-2005 02:56 PM
Re: Cluster question!
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 03:15 PM
09-03-2005 03:15 PM
Re: Cluster question!
cmviewcl -v :
CLUSTER STATUS
clustergem2appprd up
NODE STATUS STATE
loyalty up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/10/0/0/6/0 lan1
PRIMARY up 0/12/0/0/7/0 lan12
STANDBY up 0/12/0/0/6/0 lan4
Please comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 03:42 PM
09-03-2005 03:42 PM
Re: Cluster question!
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 04:48 PM
09-03-2005 04:48 PM
Re: Cluster question!
Output of cmviewcl -v will give a detailed information about the packages running on the node. If there are no packages running and the applications are running manually then you should stop the applications prior to shutdown. To be safe and see proper and detailed logs while shutting down cluster you can do cmhaltcl. If not doen it is halted by itself by first script in /sbin/rc2.d.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 05:06 PM
09-03-2005 05:06 PM
Re: Cluster question!
It seems there is no Package running on this cluster , as per the output , If you have given full output.
If this is the case you can shutdown directly .
If package is running in this node you can move this pacakge to another node . Or it will move to the failover node automatically, if configured. And it will come back to Main node back again , when it will be up , if "Failback" is configured , or it will keep running on the failover node , if "Failback" is "manual" , after the first node comes back.
# cmhaltpkg -n clustergem2appprd -v Pkg_name
# cmrunpkg -n loyalty -v Pkg_name
# shutdown -h -y
Cheers,
Raj.