Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Catalog issue

$
0
0
Hi Friends,

:confused:Anybody can you please look into this.

I need to catalog the two databases in diffrent servers for log utilization.

For example log utilization scripts are available in SERVER1 and database name is DB1.

2nd server is SERVER2 and database name is DB2. Here i want to catalog the DB2 database with DB1 database. DB1 database generates the log utilization report dor DB2 database.

Here i prepared the below script for catalog, can any body please check if it is correct or wrong and how to find the node name of the DB2 database ?

I ran the "db2 list node directory " command but nothing is there.


Iam planning to run the below script in SERVER1.
================================================== =======
connect to DB1;

catalog tcpip node < > remote SERVER2 server 30203;

terminate;

catalog db DB2 as DB2 at node < > authentication server;

terminate;

================================================== ========

Viewing all articles
Browse latest Browse all 13329

Trending Articles