tags:

views:

884

answers:

1

We are repurposing an application server running WebSphere 6.0.2.23. I would like to rename the various application server to better reflect its new role.

How can you rename an application server?

It seems like wsadmin can do it, but I'm struggling with the object heirarchy.

A: 

http://www.ibm.com/developerworks/websphere/library/samples/SampleScripts.html

ConfigScripts.zip

/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/ws_ant.sh -profileName AppSrv01 -buildfile exportImport.xml -logfile rename.log -DoldServerName=server1 -DnewServerName=server2 -DnodeName=yourNode01 changeServerName

google.src= http:// biounix . blogspot . com / 2009 / 01 / how-to-change-websphere-app-server-name.html

ndarkduck