Howto unconfigure a cluster
Created: 10 Oct 2012 | 4 comments
Environment
OS = Solaris10
HA = 6.0
There is a way to configure the cluster like run the ./installer from the setup and then select option C to configure the HA like this ( " C) Configure an Installed Product " )
My Query:
Is there a way to unconfigure the cluster. I want to remove all HA configuration from a specific node and make this like , this node never had HA configured.
Discussion Filed Under:
Comments 4 Comments • Jump to latest comment
I don't think there is a wizard for this in UNIX (like I beleive there is for Windows), but it is fairly straightforward:
If you want to do this online, then you will need to use ha commands to remove system (hasys, hagrp etc) from main.cf
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
you could use :
https://sort.symantec.com/public/documents/vcs/6.0/solaris/productguides/html/vcs_install/ch33s05.htm
Thanks and Warm Regards,
Amit Rangari
If this post helped you resolving the issue, please mark it as solution. _____________________________________________________________________________
Please take all nessary data backup and if you are sure then run the following uninstall scripts from the location.
# cd /opt/VRTS/install
# ls
bin installsfcfsha installvm uninstallfs uninstallsfsybasece
installdmp installsfha logs uninstallsf uninstallvcs
installfs installsfsybasece showversion uninstallsfcfsha uninstallvm
installsf installvcs uninstalldmp uninstallsfha
# ./uninstallsfha ====>>> Example
i think it may uninstall package - which is different than unconfigure.
Thanks and Warm Regards,
Amit Rangari
If this post helped you resolving the issue, please mark it as solution. _____________________________________________________________________________
Would you like to reply?
Login or Register to post your comment.