1. Open VCS configuration
# haconf -makerw
2. Offline all the service group on all nodes
# hagrp -offline
3. Persistent Freeze all the service group running.
# hagrp -freeze
4. Change the IP address in the /etc config files on both the nodes.
5. Change the IP address IP-resource name in all the service groups.
# hares -modify
( EX: # hares -modify Ora_IP Address 192.168.1.205)
6. Save the VCS configuration
# haconf -dump -makero
7. Unfreeze all the service group
# hagrp -unfreeze
8. Online all the service group on any node
# hagrp -online
Note: Make sure that the new IP is not in use already.