Quote:
Originally posted by adam_ac
Hai,
how can i rename the systems name of a local db2 v8.1 ?
i can change the hostname but i was unable to find out where to change the db2 system name. Configuration Assistant cannot change the local system. Changing the db2 registry DB2SYSTEM also have no effect.
thanks in advance
Adam AC
|
You may want to catalog the admin local node and uncatalog the original node.
E.g.
db2 catalog admin local node <node-name> SYSTEM <system-name>
db2 uncatalog node <original-node-name>
For more details try:
db2 ? catalog local node