HP Data Protector 6.1 software VMware Integration Installation Best Practice

18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
d0:3f:56:3f:9e:92:8c:20:fa:b9:02:ce:75:b9:bf:b6.
Please contact your system administrator.
Add correct host key in /.ssh/known_hosts to get rid of this message.
Offending key in /.ssh/known_hosts:3
RSA host key for esx.domain.com has changed and you have requested strict
checking.
Host key verification failed.
lost connection
It may be that there are two entries for one host in the known_hosts file, one with an IP address
and one with the host name.
Problem: installation works but the import of the client failed
Possible reason
The firewall blocks the 5555 port.
Action
You can open the port with the following command executed on the ESX Server:
# esxcfg-firewall --openPort 5555,tcp,in,HP-DataProtector
Problem: util_vmware does not work correctly
Error message:
*RETVAL1602
[111] Connection refused
This error message occurs because the Cell Manager could not be reached.
Action
Check the firewall setting on the ESX server and the Cell Manager.
How to enable Inet debugs on ESX
1. On the ESX host go to /etc/xinetd.d:
# cd /etc/xinetd.d
2. Edit the file omni:
server_args = inet -log /usr/omni/log/inet.log -debug 1-200 inet.txt
3. Reload the services:
# /etc/init.d/xinetd reload
4. Restart the services :
# /etc/init.d/xinetd restart