Advertisement
PureGremlin

Remove HBR replica

Aug 4th, 2021 (edited)
1,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. VM="VMname"
  2. vim-cmd vmsvc/getallvms | grep -i $VM | awk '{print $1}'
  3.  
  4. vim-cmd hbrsvc/vmreplica.getState #
  5.  
  6. vim-cmd hbrsvc/vmreplica.disable #
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement