Hi Venkat,
The beauty of WAS is everything is stored in XML files and can be changed as required, after changes are made need to restart the server.
I sucessfully managed to change the cluster name and start cluster with no errors.
- create a cluster and adding two nodes and 2 servers per node.
- cluster name as WAS_Cluster
- now want to change to New_Cluster
- stop the cluster, dm
- if server is installed on windows (very easy) search for WAS_Cluster in WAS installation directory
- you will find some xml files and folders
- edit each xml file and change to new cluster name and save the file
- now change the folder names to new cluster name
- need edit plugin-cfg.xml file in HTTP server and change the cluster name
- now start dm, nodes and finally cluster
- oohlaa cluster name has changed.
I am not sure how efficient this method is.
Gopi