VxVM vxclustadm ERROR V-5-1-11892 Duplicate nodeid 0 in /etc/VRTSvcs/conf/config/main.cf file

book

Article ID: 100019611

calendar_today

Updated On:

Resolution

PROBLEM DESCRIPTION:

The following error is seen when running "vxclustadm -m vcs -t gab reinit" upon adding a new node to a SFORARAC cluster.


ERROR CODE/ MESSAGE:
VxVM vxclustadm ERROR V-5-1-11892 Duplicate nodeid 0 in /etc/VRTSvcs/conf/config/main.cf file


CAUSE:
The new node name and index were not added to the CVMNodeId attribute of the CVMCluster resource.

SOLUTION:
Change CVMCluster from:

CVMCluster cvm_clus (
CVMClustName = sass_prod_clstr
CVMNodeId = { dbprdcls01 = 0, dbprdcls02 = 1 }
CVMTransport = gab
CVMTimeout = 200
)

To:

CVMCluster cvm_clus (
CVMClustName = sass_prod_clstr
CVMNodeId = { dbprdcls01 = 0, dbprdcls02 = 1, dbtstcls01 = 2 }
CVMTransport = gab
CVMTimeout = 200
)


# vxclustadm -m vcs -t gab reinit

 

 

Issue/Introduction

VxVM vxclustadm ERROR V-5-1-11892 Duplicate nodeid 0 in /etc/VRTSvcs/conf/config/main.cf file