Veritas-bu

Re: [Veritas-bu] Unable to telnet bpcd from remote machine

2010-03-25 10:51:59
Subject: Re: [Veritas-bu] Unable to telnet bpcd from remote machine
From: <judy_hinchcliffe AT administaff DOT com>
To: <jpiszcz AT lucidpixels DOT com>, <prabupsgit AT gmail DOT com>
Date: Thu, 25 Mar 2010 09:51:25 -0500
Been there , done that

http://seer.entsupport.symantec.com/docs/301525.htm
 
  (See Issue 1)
 
http://www.symantec.com/connect/forums/unix-client-error-after-install

Had to run these commands before it would work


chcon -t textrel_shlib_t /usr/openv/lib/libnbmangle.so
chcon -t textrel_shlib_t /usr/openv/lib/libvxPBXCommon.so
chcon -t textrel_shlib_t /usr/openv/lib/libvxPBX.so
chcon -t textrel_shlib_t /usr/openv/lib/libvxPBXVxSS.so
chcon -t textrel_shlib_t /usr/openv/lib/libvxVxSSIOP.so
chcon -t textrel_shlib_t /usr/openv/lib/libnbservice.so


-----Original Message-----
From: veritas-bu-bounces AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Justin
Piszcz
Sent: Thursday, March 25, 2010 7:38 AM
To: Prabhu Mohan
Cc: Veritas Mailing List
Subject: Re: [Veritas-bu] Unable to telnet bpcd from remote machine



On Thu, 25 Mar 2010, Prabhu Mohan wrote:

> Hello All,
>
> I recently installed Netbackup Client S/W on RHEL 5.4. The
installation
> completed successfully. But I'm unable to access the client properties
from
> my Windows 2003 master server. On the client telnet localhost bpcd
worked.
> But when tried from server it failed.
>
> I also tried ps aux | grep bpcd
>
> and I got
>
> root      2130  0.0  0.1 108192  2292 ?        S    18:17   0:00
> /usr/openv/netbackup/bin/bpcd -standalone
> root      2538  0.0  0.0  61200   724 pts/1    R+   18:31   0:00 grep
bpcd
>
> Why is bpcd running in standalone mode? And I dont find any file named
bpcd
> under xinetd.d directory!! Help please!!!

Run:

# netstat -natpul|grep 13782

Is xinetd.d installed and running?
How did you install the client?

If xinetd is not installed, it may try /etc/inetd.conf, if neither are
installed or available, it probably will start it as standalone.

Here is the bpcd on a client:

$ cat bpcd
# Service bpcd for NetBackup
service bpcd
{
         socket_type             = stream
         protocol                = tcp
         wait                    = no
         user                    = root
         server                  = /usr/openv/netbackup/bin/bpcd
         disable                 = no
}


Run: /sbin/chkconfig --list | grep bpcd
         bpcd:           on

Make sure its on, if its not, enable it and restart xinetd, you will
need
to kill off bpcd or cycle services too probably.

Justin.

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu