Failure when running backom to set password?

hungng89

ADSM.ORG Member
Joined
May 25, 2010
Messages
115
Reaction score
2
Points
0
Location
VietNam
Hi Everyone

I am using TDP_R3 for SAP on DB2

When i try to set password i faced this problem below:

Code:
vthmpxerp1:db2prd 64> /usr/tivoli/tsm/tdp_r3/db264/backom -c password

===============================================================================
              Data Protection for SAP(R) - Backup Object Manager

        - Version 6, Release 1, Modification 0 Level 0 for AIX LF 64-bit -
                  Build: 358 compiled on Nov  4 2008
        (c) Copyright IBM Corporation, 1996, 2008, All Rights Reserved.
===============================================================================

BKI8559W: For partition 'NODE0000' switch to host 'DBHOST' and issue the command again.
BKI8512I: Return code is: 1

DBHOST is using as alias for DB2 Cluster NODEs
Code:
root@vthmpxerp1:/db2>more db2prd/sqllib/db2nodes.cfg
0 dbhost 0

On a non cluster system it should be :
Code:
vthmdxpis1:db2pid 42> more db2nodes.cfg
0 vthmdxpis1 0
vthmdxpis1:db2pid 43> hostname
vthmdxpis1

I have search and find this one , but DB2 Administrator tell me that he want to keep the DB2 alias for HACMP DB2 Cluster .
Code:
http://www-01.ibm.com/support/docview.wss?uid=swg21256280
 
Back
Top