TDP plugin -can't validate Data Mover

Status
Not open for further replies.

michalwu

ADSM.ORG Member
Joined
Nov 24, 2012
Messages
9
Reaction score
2
Points
0
Hi

I am using:
OS: RHEL 6.3
kernel: 2.6.32-279.14.1.el6.x86_64
TSM: 6.3.3.0
TSMforVE: 6.4
TSM client: 6.4
Virtual Center: 5.1

I have created nodes and granted proxynodes just like in:
http://jackiechen.org/2012/10/11/tsm-6-3-install-data-protection-for-vmware/

DSMC is listing VMs fine:
Code:
LD_LIBRARY_PATH=/opt/tivoli/tsm/client/ba/bin dsmc show vm all


But TDP4vmware plugin is complaining about validating Data Mover (error ANS2813E: The TSM Server returned and empty network address or port number for 'VC1_DC1_DM1').
Trace file shows:
Code:
dsmtrace.cpp        ( 146): TSMCLI - inquire.cpp(574): tsmclibackup() Exit. [B]Empty HL or LL Address returned from TSM Server[/B]


Inquire_config shows empty hladdress/lladdress.
Code:
su - tdpvmware -c '/opt/tivoli/tsm/tdpvmware/common/scripts/vmcli -f inquire_config'

TASK 197 inquire_config 20121124132209314
#PARAM DOMAIN=datacentername:Xxxxx
#PARAM INSTALLED=TSM
#RUN 194 20121124132209314
#LANG en_US
#PARAM BACKEND=TSM
#PARAM OPERATION_TYPE 4
#PHASE_COUNT 4
#PHASE PREPARE
#PARAM BACKUP_TYPE=0
[B]#PARAM TSM_SERVER_NAME=10.10.0.207
#PARAM TSM_SERVER_PORT=1500[/B]
#PARAM TSMCLI_NODE_NAME=VC1_VCLI1
#PARAM VCENTER_NODE_NAME=VC1
#PARAM DATACENTER_NODE_NAME=
#PARAM OFFLOAD_HOST_NAME=
#PARAM TSM_OPTFILE=/tmp/T4VE_brkPNk
#PARAM INPUT_FILE=
#PARAM TRACEFILE=tsmcli.trace
#PARAM TRACEFLAGS=api api_detail
#PHASE INITIALIZE
#PHASE INQUIRE_DATACENTER_NODES
#CHILD datacenternode:Xxxxx::VC1_DC1
#PARENT vcenternode:VC1
#PHASE INQUIRE_PROXY_NODES
#CHILD targetnode:VC1_DC1
#PARENT peernode:VC1_DC1_DM1
[B]#CHILD hladdress:[/B]
#PARENT peernode:VC1_DC1_DM1
[B]#CHILD lladdress:[/B]
#PARENT peernode:VC1_DC1_DM1
#PARAM STATUS=success
#END RUN 194 20121124132211777
#END TASK 197
#INFO FMM16014I The return code is 0.
#END



I have even updated node config, and "q node VC1_DC1_DM1 f=d" shows:
Code:
High-level Address: 10.10.0.207
Low-level Address: 1500

But problem remains.
Any suggestions?

Regards
michael



-----------------------
I think I have to add, that both TSM and TSM4ve are installed on the very same server. And I am trying to use 'commethod sharedmem' instead of network.
 
Last edited:
Have you configured the CAD to be running when you put in the TSM BAC? Also which nodes are virtual and which one is the real one? The real node is the DataMover.
 
Last edited:
VC1
and
VC1-DC1 -Virtual Center appliance


VC1-VCLI1
and
VC1-DC1-DM1 --both nodes are on the same physical server 10.10.0.207


Have you configured the CAD to be running when you put in the TSM BAC?

What do you mean?

m.
 
The CAD is the client acceptor daemon. Using the GUI from the BAC you can configure it along with the scheduler using the OPT file for the Data mover (DM1). Do a query proxy and post it for me.
 
I think the issue has been solved! Rallingham, thank you for support!
I was digging through manual and found "tcpcadaddress" option. So I added this to my /etc/opt/tsm/dsm.sys:
Code:
tcpcadaddress 10.10.0.207
and now TDP plugin is detecting HL and LL address.


It started to complain about ld_library_path not set, so I modified .bashrc file by adding:
Code:
export LD_LIBRARY_PATH=/opt/tivoli/tsm/client/ba/bin
And all seems working just fine.



Now I see error GVM1213E - The Plug-in detected mismatching Tivoli Storage Manager Server entries in the current settings. Tivoli Storage Manager Server definition used by the Plug-in UI: server1 Tivoli Storage Manager Server where backups are stored: server2
http://pic.dhe.ibm.com/infocenter/tsminfo/v6r4/index.jsp?topic=/com.ibm.itsm.ve.doc/GVM1213E.html

Since I want to have both TSM and TDP on same machine, I think it is unavoidable



Rallingham, you asked for q proxy:

Target Node Agent Node
--------------- ---------------------------------------------
VC1 VC1_DC1 VC1_VCLI1
VC1_DC1 VC1_VCLI1 VC1_DC1_DM1
 
Status
Not open for further replies.
Back
Top