Operating System - HP-UX
1826961 Members
4114 Online
109705 Solutions
New Discussion

cluster mode to non cluster mode.

 
lashin_laxman
Occasional Contributor

cluster mode to non cluster mode.

We have 2 node service guard cluster with hp-ux 11.23. Two  packages are  running on first node  and second node is configured as falover node. customer want to remove this cluster setup. Both packages (application &DB) should run on single node in non cluster mode. second node will be decommissioned out. We have already halted the second node from cluster and removed the server. Now we need to reboot first node  and start  both  application and  DB  without cluster. AUTO_START_CMCLD=0 is already set in first node . After reboot  of first node,

 

1. activate the voulme groups in normal mode and mount all the file systems manually. (to make change permanent, remove the entry from /etc/lvmrc and change the vg charecteristics. Add the file systems in /etc/fstab

2. assign the  appliaction IP's ( IPs used by application and DB  packages when it was running on cluster) manually to interfaces using IP aliasing

3. manually start the DB and applications.

 

Please suggest  if any other  change has  be done in order to start the application and DB without cluster in single node?possibility of any issues?