new Linux client - 25 cannot connect on socket
Updated: 23 May 2010 | 6 comments
hi,
we have win. 2000 master server in which we want to add a linux RHEL 4 client.
am not tech-say in linux env. but the linux people installed NB6.0 in the client box. but we are not able to connect the linux box from the master server.
added the hosts file in both the servers. the servers are able to ping each other with ip & name.
Can anyone pls. help me.
discussion Filed Under:
Comments
Message Edited by David Rawson on 07-20-200709:23 PM
From your Windows master server try the following:
telnet <linux hostname> 13782
You should see it connect and wait.
Press <return> a couple of times and it should exit back to a cmd prompt.
If you receive any error messages (typically libc++..... library missing), you need to install the libc compat RPM package(s).
Or log in to the linux host and run :
# ldd /usr/openv/netbackup/bin/bpcd
Will list all shared libraries required for the bpcd binary. See your Linux admin to install any missing OS libraries.
Cheers
Mark
Would you like to reply?
Login or Register to post your comment.