Unsolved
This post is more than 5 years old
4 Posts
0
732
May 10th, 2007 12:00
DB2 Module Savesets
I'm having trouble getting a working DB2 saveset entry. The client I'm at was unable to find the partition number for their node/instance so we can't finish the string. The db is local so as I understand it we use the db instance in place of the node, so the saveset string looks like -
DB2:/DBNAME/DBINSTANCExxxx
where xxxx is the partition
If that is correct (and the manuals seem to say it is), then how can I find the partition so I can complete the string?
If it isn't correct how can I find the correct info to build the string?
Thanks,
DB2:/DBNAME/DBINSTANCExxxx
where xxxx is the partition
If that is correct (and the manuals seem to say it is), then how can I find the partition so I can complete the string?
If it isn't correct how can I find the correct info to build the string?
Thanks,
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 10th, 2007 12:00
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/core/r0001965.htm
LIST ACTIVE DATABASES is also good.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 10th, 2007 12:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 10th, 2007 14:00
ct2msb
4 Posts
0
May 10th, 2007 14:00
Because the database lives in a directory that looks like /home/dbuser/dbname/node0000 ...
Now we're getting messages in /nsr/applogs/nsrdb2sv.log:
05/10/07 17:07:20 nsrdb2sv: *** NetWorker Module for DB2 backup session started (426236) ***
05/10/07 17:07:20 nsrdb2sv: Function libdb2api:ClientConnectionAttrisSet - Node Change returned error -1390.
05/10/07 17:07:20 nsrdb2sv: NMDB2_ERROR: Could not set communication to connect to node 0000
Is there anywhere to look for more detailed errors? or are we even using the right node?
ct2msb
4 Posts
0
May 11th, 2007 08:00
SQL2062N An error occurred while accessing media "VENDOR". Reason code: -1
and over on the networker server we're getting:
Cannot write to /disk/xx/xx/xxxxxx-xxxxxx-xxxxxx-xxxxxx - errno=27
However the directory structure is owned by root and root has no trouble writing to it. I also checked the SQL messages in the admin guide, but reason code -1 isn't one of the reason codes listed in the guide.
Any ideas why we're seeing this?
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 11th, 2007 08:00