- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: service gaurd problem
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
04-20-2006 07:19 PM
04-20-2006 07:19 PM
I am new for to handle service gaurd due to some problem i would like to restart service gaurd . I have 2 node cluster so pl. can anybody guide me how to stop and restart the cluster.
thanks to all
regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 07:22 PM
04-20-2006 07:22 PM
Re: service gaurd problem
cmruncl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 07:37 PM
04-20-2006 07:37 PM
Re: service gaurd problem
You can stop the package , then stop the node , the stop the cluster.
# cmhaltpkg -n pri_node -v pkg_name
# cmhaltnode -v nodename
# cmhaltcl
---------
To restart:
# cmruncl
# cmrunpkg -n pri_node -v pkg_name
--
If a package halt fails, the cluster halt will also fail. So shutding down the pacakge with cmhaltpkg will help you to go step by step. For details startup/stop messages you can refer to /etc/cmcluster/pkg_name/pkg_name.cntl.log file.
After restart check with :
# cmviewcl or # cmviewcl -v
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:34 PM
04-20-2006 09:34 PM
Re: service gaurd problem
I have indicated with following assumption,
Assumption:
cluster name : clust1
node1 name : nodea
node2 name : nodeb
pkg1 name : pkga (pri nodea, alt nodeb)
pkg2 name : pkgb (pri nodeb, alt nodea)
Steps:
1)Stopping cluster
Login to nodea
stop all the packages
#cmhaltpkg -v pkga
#cmhaltpkg -v pkgb
stop all the nodes
#cmhaltnode -v nodea
#cmhaltnode -v nodeb
stop the cluster
#cmhaltcl
Verify
#cmviewcl -v
2)starting cluster
start cluster
#cmruncl
start the nodes
#cmrunnode -v nodea
#cmrunnode -v nodeb
start the packages
#cmrunpkg -v -n nodea pkga
#cmrunpkg -v -n nodeb pkgb
enable package for package switching
#cmmodpkg -e pkga
#cmmodpkg -e pkgb
verify
#cmviewcl -v
NOTE: make sure all the while you do not encounter errors. You will usually fing the errors in 3 places. One on the terminal you run the command, second, in /var/adm/syslog/syslog.log file and lastly in /etc/cmcluster/
regards,
Senthil Kumar .A