Operating System - HP-UX
1826388 Members
4728 Online
109692 Solutions
New Discussion

Remove cluster config without removing SG software

 
chisle
Advisor

Remove cluster config without removing SG software

I need to unconfigure my nodes and start again. i want the cluster config off of the clustered nodes, so that I can begine from scratch again.

I configured the cluster with /dev/vglock:/dev/cdisk/disk19

I'd like to get back to where there is nothing set up, and begin again, as I've introduced things I think I don't want going forwared.
2 REPLIES 2
Emil Velez
Honored Contributor

Re: Remove cluster config without removing SG software

cmdeleteconf -c

will delete the cluster configuration on all nodes.

chisle
Advisor

Re: Remove cluster config without removing SG software

Thank you, that was the tool I needed. Once I read your post, I was finally able to find the section in the manual that referred to this, and was able to clean up the cluster configuration.