How To Replace CPS UUID File for Coord Point Servers Migration
book
Article ID: 100069485
calendar_today
Updated On:
Description
Description
When migrating Coordination Point Servers (CPS) to new servers with a new operating system, it is important to ensure that the CPS UUID file is copied over correctly. If the CPS UUID file is not copied, it can cause issues with fencing and cluster node reboots. This guide provides step-by-step instructions on how to replace the CPS UUID file to resolve these issues.
How To Replace CPS UUID File for Coordination Point Servers Migration:
-
Verify the current CPS UUID file:
- Log in to the new CPS server.
- Open a terminal or command prompt.
- Run the following command to check the current CPS UUID file:
ll /etc/VRTScps/db/current
- Note the name of the CPS UUID file (e.g., cps_uuid).
-
Obtain the original CPS UUID file:
- Locate the original CPS server or backup where the CPS UUID file is stored.
- Copy the original CPS UUID file to the new CPS server using a secure method (e.g., SCP).
-
Replace the CPS UUID file:
-
Unregister nodes and delete the cluster:
-
Add the cluster and nodes back:
-
Verify the CPS UUID in the running configuration:
- Open a terminal or command prompt.
- Run the following command to check the CPS UUID in the running configuration:
cat /etc/VRTScps/dbs/current/cps_uuid
Ensure that the CPS UUID matches the original CPS UUID.
-
Reboot the nodes:
- Reboot each node in the cluster to apply the changes.
- After the reboot, the nodes should read the old CPS UUID from the CPS DB, and fencing should start normally.
By following these steps, you can replace the CPS UUID file for Coordination Point Servers migration and resolve issues related to fencing and cluster node reboots.
Issue/Introduction
How To Replace CPS UUID File for Coord Point Servers Migration
Was this article helpful?
thumb_up
Yes
thumb_down
No