- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Node 1 is not a cluster member
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-28-2002 05:20 AM
02-28-2002 05:20 AM
In a 2 node cluster. After pkg has failed over from Node1 to Node2, I stopped the pkg in Node 2. Now I want to re-start in Node1, got message:
Node 1 is not a cluster member.
Any help is appreciated.
YC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:33 AM
02-28-2002 05:33 AM
Re: Node 1 is not a cluster member
Have you checked the Node_Switching_Parameters.
Maybe node 1 is disabled for switching, this would prevent from moving the package back to node 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:35 AM
02-28-2002 05:35 AM
Re: Node 1 is not a cluster member
Is a false alarm, I forgot to start the cluster process after I rebooted the system.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:37 AM
02-28-2002 05:37 AM
SolutionFirst start the cluster services on node1. Check if the node1 is active as a cluster member or not. run,
cmviewcl -v
Check the status of node1.
If node1 is not a member of the cluster at present, run the cluster services on node1,
on node1
cmrunnode -v
Once the cluster services has started on node1, If you want to bring the package back from node2 to node1, shutdown the package on node2,
cmhaltpkg -v package_name
Now enable package switching for this package,
cmmodpkg -e package_name
The package shutdown now start on node1 (default node for this package).
Can you post your cmviewcl -v output if you still have a problem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:42 AM
02-28-2002 05:42 AM
Re: Node 1 is not a cluster member
This will tell the server to rejoin the cluster on reboot.