I found the article - it was an email that I received. The email was originally sent Jan 2001, but the business rules should be the same.
ADVISOR TIP: WEBSPHERE
How to Change the IP Address of WebSphere Application Server
- IBM WebSphere Application Server 3.5.5+
- IBM AIX 4.3.3+
- IBM DB2 Universal Database 6.1+
============================================================
You might think that the IP address of a computer is not related to the software it runs, but that's not always the case with WebSphere.
If you change the IP address of the machine WebSphere Application Server (WAS) resides on, you have to make the following configuration changes to the admin repository and the WebSphere properties files to make the new IP address work.
1. Connect to the admin repository database, and issue the following SQL statements:
Code:
update ejsadmin.bindingbeantbl set name='newIP' where name='oldIP'
update ejsadmin.bindingbeantbl set name='newHostname' where name='oldHostname'
update ejsadmin.node_table set name='newHostname' where name='oldHostname'
2. Edit the file
sas.server.props, and replace all occurrences of the old hostname with the new hostname. If the file
sas.server.props.future isn't empty, you must make the same changes to it.
3. Restart WebSphere Application Server.
Amit Jnagal
IBM
Gaithersburg, Maryland
I hope this helps,
Einstein47
(Love is like PI - natural, irrational, endless, and very important.)