- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- HPE-VME Failed adding a new node to my cluster
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-22-2025 06:18 PM
09-22-2025 06:18 PM
HPE-VME Failed adding a new node to my cluster
Hi Guys, I have hit an issue while adding 1 of my physical server into my cluster. Previously I have 3 host in my cluster
1. vme01
2. vme02
3. vme05
But i reformatted my vme02, removed from the cluster and re added the new vme02 back to the cluster. During the process, I check on the History and noticed that the post provision have stucked at Run Script: Pacemaker Configuration and it automatically fail after 30 minutes. Thus I am unable to re-add my server back into the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2025 04:42 PM
09-23-2025 04:42 PM
Betreff: HPE-VME Failed adding a new node to my cluster
there maybe is some old cluster metadata left
1. On vme01 or vme05, run:
crm status
crm_node -l
if vme02 is listed, remove it:
crm_node -R vme02
2. check for stale ssh-keys and remove
ssh-keygen -R vme02
3. try re-adding vme02 to the cluster
check logs on vme02 for authentication, membership, network :
journalctl -u pacemaker -u corosync -f