EMEA_9x5_Cannot install data protector client on Linux server

  • KM00991551
  • 10-Jun-2014
  • 10-Jun-2014

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

Issue: On the Linux client (it could be a Cell Server) Data protector installed but the client is not able to get telneted to, connection closed immediately without output and on the client, the inet remains in state TIME_WAIT: [root@cmcentos ~]# telnet localhost 5555 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. There was the line: ALL: ALL in the /etc/hosts.deny so all the connections will be rejected from the machine ========== added the line: inet: ALL: ALLOW to the /etc/hosts.allow solved the issue

Question

Related to case 4648365755 we have issue on our last Linux client.
Using suggestione posted in that case now we have managed issues on all our 20 Linux clients, but we have again issue on client mrvmvca01pl.
We have enabled SSH on installation server mrvmapl01cl (OB2_SSH_ENABLED=1), but whenn we try to install the DP client on client mrvmvca01pl from our windows cell manager mrvmdpt01pl we receive this strange error:
[Normal] Starting installation session on martedì 3 giugno 2014, 16.57.xy...
[Normal] Getting list of clients for installation...
[Normal] Connecting to client mrvmvca01pl-mgm...
[Normal] <mrvmvca01pl-mgm> Checking for response from system mrvmvca01pl-mgm.
[Normal] <mrvmvca01pl-mgm> Using secure shell protocol to connect to clients ...
[Normal] Client mrvmvca01pl-mgm (Linux 3.0.80-0.7-default) OK.
[Normal] <mrvmvca01pl-mgm> Starting installation/update for client system mrvmvca01pl-mgm at martedì 3 giugno 2014, 16.57.xy.
[Normal] <mrvmvca01pl-mgm> Installing Core Component
[Normal] <mrvmvca01pl-mgm> Installation of Core Component succeeded.
[Normal] <mrvmvca01pl-mgm> Installing Core Technology Stack
[Normal] <mrvmvca01pl-mgm> Installation of Core Technology Stack succeeded.
[Normal] <mrvmvca01pl-mgm> Installing Core of Integrations component
[Normal] <mrvmvca01pl-mgm> Installation of Core of Integrations component succeeded.
[Normal] <mrvmvca01pl-mgm> Installing Disk Agent
[Normal] <mrvmvca01pl-mgm> Installation of Disk Agent succeeded.
[Normal] <mrvmvca01pl-mgm> Installing Virtual Environment Integration
[Normal] <mrvmvca01pl-mgm> Installation of Virtual Environment Integration succeeded.
[Normal] <mrvmvca01pl-mgm> Installing Automatic Disaster Recovery
[Normal] <mrvmvca01pl-mgm> Installation of Automatic Disaster Recovery succeeded.
[Normal] <mrvmvca01pl-mgm> Update of client system mrvmvca01pl-mgm completed.
[Critical] <mrvmvca01pl-mgm> [110:101] Client import failed!
Any suggestion?
Thanks 

Answer

Issue:
On the Linux client (it could be a Cell Server)
Data protector installed but the client is not able to get telnet to, connection closed immediately without output and on the client, the inet remains in state TIME_WAIT:
[root@cmcentos ~]# telnet localhost 5555
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
There was the line:
ALL: ALL
in the /etc/hosts.deny
so all the connections will be rejected from the machine
added the line:
inet: ALL: ALLOW
to the /etc/hosts.allow
solved the issue