db2 9.5
thanks
Pete.
Look up db2cfexp / db2cfimp commands.
db2cfexp filename maintain
can be used to transfer database catalog information to another machine (where
you would use db2cfimp filename) to import it.
Also - you can use db2 commands
list node directory
list database node directory
with db2 command using -r filename option to direct output to a filename, for
example:
db2 -r filename list db directory
Jan M. Nelken
If cataloging isn't must at the target system, then the you can use
db2dsdcfgfill utility to create the db2dsdriver.cfg file with all
entries from node/db directory.
Regards,
Sawan Gupta