Page 1 of 1
Changing QW used on 3pars
Posted: Tue Jul 06, 2021 9:40 am
by koopa79
So i have a number of 3pars connection to a version 2 QW, and i believe i should be using the version 3 which is an RPM installed on a linux server. So i've deployed these.
Just wondering if the someone has the correct steps on how to stop using 1 QW and flip it to use the new one?
ideally CLI commands would be great
Re: Changing QW used on 3pars
Posted: Tue Jul 06, 2021 11:14 am
by ailean
Don't have the commands to hand but basically stop witness service on both arrays, remove witness server on both arrays and then follow the add witness server routine for the new witness.
The steps/commands for each stage are in the remote copy guide.
Based on some rough notes I have it kind of goes like this (remember to do one step at a time, on both arrays, can use the -remote option sometimes but I prefer having 2 ssh sessions so you can clearly see the progress with the show command as you go. Can take a little while for each command to complete in the background, the cli comes back quick so do a couple of shows to see it finish)
.
Code: Select all
showrcopy -qw targets
setrcopytarget witness stop <target_name>
setrcopytarget witness remove <target_name>
setrcopytarget witness check <IP of Quorum Witness>
setrcopytarget witness create <IP of Quorum Witness> <target_name>
setrcopytarget witness start <target_name>
setrcopytarget witness start –remote <target_name>