Forum Discussion

lazaur's avatar
lazaur
Level 4
10 years ago
Solved

VVR Replication configuration

HI Guys,

 

I am configuring the replication with our 2 node cluster using cluster. but when  adding the node is giving the error. i am not able to get proper logs also in engine.log and RVG.log. please help.

 

[root@AOSCEDA01 ~]# vradmin -g jceda_dg addsec jceda_rvg AOSCEDA01 AOSCEDA02 prlink=to_AOSCEDA01 srlink=to_AOSCEDA02
VxVM VVR vradmin ERROR V-5-52-417 RVG jceda_rvg already exists in disk group jceda_dg.
VxVM VVR vradmin ERROR V-5-52-802 Cannot start command execution on Secondary.
[root@AOSCEDA01 ~]#

 

 
  • I don't know why config is still messed up, so I would re-create:

    vradmin -g jceda_dg delsec jceda_rvg 
    vradmin -g jceda_dg delpri jceda_rvg (may need -f)
    
    vradmin -g jceda_dg createpri jceda_rvg lvol01,lvol2 Lvol_SRL
    vradmin -g jceda_dg addsec jceda_rvg AOSCEDA01 AOSCEDA02 prlink=to_AOSCEDA02 srlink=to_AOSCEDA01
    vradmin -g jceda_dg -a startrep jceda_rvg

     

    It may also be worth making sure AOSCEDA01 and AOSCEDA02 resolve on both hosts by adding to DNS or local hosts file on both hosts.

    Mike