Issue creating Nodes in 7.1

treds

ADSM.ORG Member
Joined
Jul 26, 2007
Messages
199
Reaction score
0
Points
0
hi
just upgraded our Linux(Red hat) TSM server from 6.4 to 7.1.

I had a standard method of creating nodes via TSM studio, which has worked fine for years.
Simply do a "Add like" , then change node name to match server name, set the passwd to a standard name.
Then on server do a install, run dsmc and log in. Done countless times and never had a issue.

I have tried to do add first node on 7.1 and i get the following error.

ANR2017I Administrator RTREDWAY issued command: REGISTER NODE SGSINLV01 ?***?
PASSEXP=0 USERID=NONE DOMAIN=MAIN_DOM COMPRESSION=Client ARCHDELETE=NO
BACKDELETE=YES KEEPMP=NO TYPE=Client MAXNUMMP=2 AUTOFSRENAME=No KEEPMP=NO
VALIDATEPROTOCOL=No TXNGROUPMAX=0 DATAWRITEPATH=ANY DATAREADPATH=ANY
SESSIONINITIATION=ClientOrServer LLADDRESS=1501 DEDUPLICATION=SERVERONLY
ANR3587E REGISTER NODE: The KEEPMP parameter is specified more than once.
ANR3588E REGISTER NODE: The LLADDRESS parameter requires the HLADDRESS
parameter.
ANR3589I REGISTER NODE: For more information, issue the HELP REGISTER NODE
command.

Any help appreciated

Regards
Treds
 
Hi,

Here are the 2 things errors with your command:
ANR3587E REGISTER NODE: The KEEPMP parameter is specified more than once.
ANR3588E REGISTER NODE: The LLADDRESS parameter requires the HLADDRESS parameter.
First one is easy, remove one of the 2 instances of KEEPMP

Second it depends. If there is no firewall between the client and server, just omit LLADDRESS. If there is a firewall between a client and server, than add the HLADDRESS as indicated. LL is the port, HL is the IP. More info available using HELP REGISTER NODE.
 
thanks for your response. That helped
 
Back
Top