- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need to rebuild a node
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
10-11-2010 01:07 PM
10-11-2010 01:07 PM
Need to rebuild a node
Once the server is back up and running, I assume I copy over my cluster.conf, cmclnodelist, cmclconfig(?) and also the entire package subdirectory. Is it just then a matter of doing a cmrunnode and it's able to start up because all of the information is contained in the cmclconfig? That seems a little bit too easy.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2010 01:25 PM
10-11-2010 01:25 PM
Re: Need to rebuild a node
dbprofile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 02:53 AM
10-12-2010 02:53 AM
Re: Need to rebuild a node
Once after your installation completes, (including service guard) you can go for following steps to complete your service guard functional.
copy cmnodelist, cluster.ascii, pkg.cntl files to passive node.
cmhaltcl -f
cmcheckconf -c /etc/cmcluster/cluster.ascii
cmapplyconf -c /etc/cmcluster/cluster.ascii
cmruncl -v
cmviewcl (to verify)
i hope this will help.
Thanks
Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 04:47 AM
10-12-2010 04:47 AM
Re: Need to rebuild a node
I am trying to get this done without having to halt the cluster and taken an application outage. what if I tar up /etc/cmcluster on the node I'm rebuilding and save it off somewhere, then restore it to the server after it's rebuilt? Do you think I'd be able to get away with just doing a cmrunnode then?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 05:59 AM
10-12-2010 05:59 AM
Re: Need to rebuild a node
Check the Pre-requisites
11iv3 with sg 11.18+ online reconfiguration is possible.
Check the os release i think it should be more than june
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2010 11:36 AM
10-13-2010 11:36 AM
Re: Need to rebuild a node
Yes, you can tar up the /etc/cmcluster directory and lay it down on the node after it's rebuilt. I had issues with the numeration of the lan interfaces and also the cluster lock lun. I used the ioinit -f command to change persistent device file number(i.e. it needed to be /dev/disk/disk895 instead of /dev/disk/disk944) in order to get the cluster to be okay with the node's cluster lock lun.
I also had to change the numeration on the LAN devices as their numbers changed after I reinstalled the operating system. The lan4 and lan5 devices were what were configured in the cluster for the primary and heartbeat. Those interfaces became lan6 and lan7 for whatever reason after I reinstalled the o/s. Using the ioinit command, I changed them to lan4 and lan5.
After those two issues were rectified, I was able to do a cmrunnode and the node started right up and joined the cluster.
You also want to make sure you have the same ServiceGuard patches installed as the other node(s).