ANR0454E - Storage agent unable to connect after serverpassword clear

sandragon

ADSM.ORG Member
Joined
Aug 26, 2014
Messages
52
Reaction score
0
Points
0
IBM had me dump some config settings as part of tracking down another issue. However, since doing so involved clearing the server password, I have lost all ability to talk to my lanfree clients.
I have "set serverpassword" on the server, and I have re-run "dsmsta setstorageserver" to redefine the password in the devconfig.

Server Version: 7.1.1.100
STA client 7.1.1.000

However, all of my servers are still returning the following:

nwtdwdb01:/usr/tivoli/tsm/StorageAgent/bin$ ./dsmsta
ANR7800I DSMSERV generated at 16:56:06 on Aug 28 2014.

Tivoli Storage Manager for AIX

Version 7, Release 1, Level 1.000


Licensed Materials - Property of IBM


(C) Copyright IBM Corporation 1990, 2014.
All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.


ANR7801I Subsystem process ID is 21430382.
ANR0900I Processing options file /usr/tivoli/tsm/StorageAgent/bin/dsmsta.opt.
ANR7811I Using instance directory /usr/tivoli/tsm/StorageAgent/bin.
ANR4726I The ICC support module has been loaded.
ANR8285I Shared Memory driver ready for connection with clients on port 1510
ANR1635I The server machine GUID, xxxx, has initialized.
ANR0454E Session rejected by server TSM01, reason: 199 - Authentication Failure.
ANR3602E Unable to communicate with database server.
ANR0454E Session rejected by server TSM01, reason: 199 - Authentication Failure.
ANR3602E Unable to communicate with database server.
ANR0991I Storage agent shutdown complete.

Contents of the devconfig:
SET STANAME NWTDWDB01-STA
SET STAPASSWORD xxxxxx
SET STAHLADDRESS <client IP>
DEFINE SERVER TSM01 HLADDRESS=<TSMserver> LLADDRESS=1500 SERVERPA=xxxxxx SSL=NO

The TSM Server logs show the following:

ANR0408I Session 552479 started for server NWTDWDB01-STA (AIX) (Tcp/Ip) for
storage agent.
ANR0408I Session 552480 started for server NWTDWDB01-STA (AIX) (Tcp/Ip) for
storage agent.

No further errors.

The command I ran to set the config on the STA side is thus: "dsmsta setstorageserver myname=NWTDWDB01-STA mypassword=xxxx myhladdress=10.0.1.139 servername=tsm01 serverpassword=xxxxx hladdress=<TSMserver> lladdress=1500"
 
Hello,
on the TSM server, enter the following command:
update server NWTDWDB01-STA serverpa=xxxxx forcesync=yes
 
I continue to get the same error from the storage agent. The process starts, session rejected, then it drops the dsmsta process all together.
 
Ended up working with IBM. Both they and I had misconstrued the use of serverpassword= and password= in the definition/update of the storage agent. serverpassword= is the storage agent's PW, as if it were a remote server.
 
Back
Top