Forum Discussion

Jason_130176's avatar
Jason_130176
Icon for Nimbostratus rankNimbostratus
Apr 04, 2014

Readdressing a viprion cluster and its cluster member

I have some Viprions with 2 blades that have an old config and I need to renumber the cluster and the cluster members. Each time I try to change the cluster It says that the members are in a diffrent subnet, and I can't find a way to remove the IP off the Cluster members.

 

I only tmsh and console access at this time.

 

Anyone know how to do this?

 

Thanks

 

3 Replies

  • have you tried using the tmsh commands of modify sys cluster address members { 1 { address } 2 { adddress} }

     

    my syntax may be off since i'm not in front of a viprion

     

  • Yes I did, however if the Subnet that you are tyring to change to is diffrent from the shared cluster ip for all members, it will not allow it.

     

    modify sys cluster default members { 1 } address X.X.X.X

     

    in the end this is the procedure I had to contrive.....

     

    Shutdown one of the blades so that only one is primay

     

    From the primary blade

     

    [root@localhost:/S1-green-P:Active:Standalone] bladectl -b 2 -p 0

     

    the second blade should be off

     

    Shudown the clusterd daemon

     

    bigstart stop clusterd

     

    Edit the clusterd.conf file under /shared/db/ and cange the IP's to what you want.

     

    Restart the clusterd daemon

     

    bigstart start clusterd

     

  • tmsh modify sys cluster default members { 2 {address :: }}

     

    The above command resets the cluster member IP on slot 2 to a blank IP. You can use this for readdress the cluster members.