If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
We had to move the Linux server to a different domain and had to change the IP address too. What are the steps I need to do to get the DB2 adjusted to the new domain ?
Couldn't find much info in Google. Some suggested to change "db2nodes.cfg" file but this file does not even exist on the DB2 V9.5 (I think it is on V 8.2).
Can anyone please let me know the steps or direct me to a source ?
Thanks Bella. I have read that. My only concern is that the current server name is like MYSERVER.da.domain1.com and new one will be MYSERVER.so.domain7.com. I wonder if the fully qualified domain/server name registered somewhere in DB2 and would give me problems after moving the server.
Some suggested to change "db2nodes.cfg" file but this file does not even exist on the DB2 V9.5 (I think it is on V 8.2).
db2nodes.cfg does exist on DB2 9.5 and 9.7 in the $home/sqllib directory (where $home is home directory of instance owner). This is for Linux and UNIX systems only.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
db2nodes.cfg is the one that causes most of the problems on the server. You don't have it so no worries. Check node directory (db2 list node directory) on the client side, it can have the fully qualified hostname. The technote is a good checklist.