Results 1 to 9 of 9
-
05-10-2012, 07:17 AM #1Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
TDP for VM 6.3 does't install Vcenter server
Hello All,
i try install VMware plug-in pack on vcenter server. The pack install success and then i check vcenter plugin page. i did't see there TDP vm pack.
1 ) my vcenter server windows 2008 64 bit server
2) My tdp for vm client 6.3
3)my vcenter ESX 4.1
i run tdpforvm pack-next-custom install-only vmware plug-in tabs-next-finish.
Please help me the issue.
Thank you for your advice.
Have a nice day.
-
05-10-2012, 10:49 AM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,303
- Thanks
- 2
- Thanked 138 Times in 136 Posts
The install procedure missed a step.
If you are using the V Center as TSM proxy, I suggest not doing so - setup a Proxy server.
TSM for VE works in conjunction with TSM BA client of same or later version. When installing the BA Client, select VM Waare Tools to be installed.
So, the install is:
1. TSM BA 6.3.x with VM Ware Tools selected
2. TSM for VE (this is actually a TDP add-on) 6.3.xEd
-
05-10-2012, 02:04 PM #3Member
- Join Date
- Oct 2011
- Posts
- 103
- Thanks
- 1
- Thanked 5 Times in 5 Posts
Is the problem that you don't see components of TSM4VE on your vStorage Server (Data Mover) or you don't see the vCenter Plugin in vSphere Client?
For the second case the registration of vCenter Plugin was not sucessfull. Check that Data Protection Services are running, IBM WebSphere AS is running and recheck your configuration. Afterwards you can try to register vCenter Plugin manuel by executing register_vcenter.bat in TDPs Program Directory. (C:\Progam Files\Common Data\....). Please chck Windows firewall settings too.
-
05-11-2012, 03:14 AM #4Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
Hello Moon,
1)My proxy server is phisical server which is windows 2008 server. i install tsm ba client 6.3.0.10 with select VM tools options. as second step i install TSM for VE 6.3 withoult not select plug-in tab.
2) İ install tdp for vm plug in pack on the Vcenter server . ( only select plug-in tabs in TDP for VM pack). The server is windows 2008 server. But i don't see in the vcenter plug-in manager or anywhere
Hello drivechip;
Yes i don't see there . ( vcenter server). How can i try register manualy it?
Please could you help me how do i do it?
My prohram install directory "C:\Program Files (x86)\Common Files\Tivoli\TDPVMware\VMwarePlugin\..." i don't see like \data\.. ? ...
Windows firewall is off.
Thank you Moon and drivechip..
-
05-11-2012, 04:16 AM #5Member
- Join Date
- Oct 2011
- Posts
- 103
- Thanks
- 1
- Thanked 5 Times in 5 Posts
C:\Program Files (x86)\Common Files\Tivoli\TDPVMware\VMwarePlugin\register_vcent er.cmd
Usually it is a communication problem when the vCenter plugin was not registered. Please note that the syntax to call register_vcenter.cmd in help text is wrong. It is <vCenter> <user> <passwort> <gui port>
-
05-11-2012, 04:38 AM #6Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
Hello drivechip;
my "C:\Program Files (x86)\Common Files\Tivoli\TDPVMware\VMwarePlugin\register_vcent er.cmd " file is below. But i don't see any ip any hostname any user there?
How do i configure it?
Thank you.
***************
@echo off
set ROOT_DIR=%~dp0
set WAS_DIR=%systemdrive%\IBM\tivoli\tsm\tdpvmware\ewa s
set JAVA_PATH=%WAS_DIR%\java\bin
set VCENTER_HOSTNAME=%1
set VCENTER_USERNAME=%2
set VCENTER_PASSWORD=%3
set WC_defaulthost=%4
set PROFILE_NAME=TSMProfile
set CELL_NAME=tsmCell
set SERVER_NAME=tsmServer
set HOST_NAME=%COMPUTERNAME%
set APP_NAME=TsmVMwareUI
set IPV4=""
set FULL_NAME=""
REM If machine are not in domain and without dns
for /f "tokens=2" %%x in ('nslookup %%COMPUTERNAME%% ^| findstr Name') do set FULL_NAME=%%x
if not %FULL_NAME% == "" goto SET_IP
REM If this an IPv6 machine
for /f "eol=- tokens=2 delims=:" %%I in ('ipconfig ^| find "IPv4 Address"') do set FULL_NAME=%%I
if not %FULL_NAME% == "" goto SET_IP
for /f "eol=- tokens=2 delims=:" %%I in ('ipconfig ^| find "IPv4"') do set FULL_NAME=%%I
if not %FULL_NAME% == "" goto SET_IP
Rem IPv4 machine
for /f "eol=- tokens=2 delims=:" %%I in ('ipconfig ^| find "IP Address"') do set FULL_NAME=%%I
:SET_IP
REM remove the space before the IP
set FULL_NAME=%FULL_NAME: =%
echo FULL_NAME=%FULL_NAME%
echo Start vcenter registration
cd "%ROOT_DIR%"
"%JAVA_PATH%"\java.exe -jar reg.jar %VCENTER_HOSTNAME% %VCENTER_USERNAME% %VCENTER_PASSWORD% %HOST_NAME% %FULL_NAME% %WC_defaulthost%
move config.xml "%WAS_DIR%\profiles\%PROFILE_NAME%\installedApps\% CELL_NAME%\%APP_NAME%EAR.ear\%APP_NAME%.war\plugin "
echo Finish vcenter registration
*************************************************
-
05-11-2012, 05:28 AM #7Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
Hello,
i want to ask "gui port" mean. i use default 9080 port during plug-in installation? Should i use another port??
Thank you.
-
05-16-2012, 05:01 AM #8Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
Hello drivechip,
it worked. Thank you so so much
-
05-16-2012, 08:33 AM #9Member
- Join Date
- Jun 2010
- Posts
- 84
- Thanks
- 2
- Thanked 1 Time in 1 Post
My problem was solved. Problem is user access problem. The vm user must be administrator user.
Thank you All.
Similar Threads
-
TSM for VE - vCenter Plugin doesn't work
By schnupfy in forum VMWare / Virtual MachineReplies: 22Last Post: 05-16-2012, 04:45 AM -
TSM VE on VCenter?
By zatogo in forum VMWare / Virtual MachineReplies: 1Last Post: 04-26-2012, 06:14 AM -
TDP Install error notes.ini
By gman84 in forum DominoReplies: 1Last Post: 04-26-2012, 12:17 AM -
install of TDP for exchange, defining the nodes
By Wfitzgerald in forum Exchange / OutlookReplies: 1Last Post: 11-29-2010, 01:26 PM -
New Windows Server 2003, TSM Server Install
By SteveAdmin in forum TSM ServerReplies: 0Last Post: 11-16-2006, 09:41 AM


Reply With Quote