Veritas-bu

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

2010-03-25 08:51:43
Subject: Re: [Veritas-bu] Unable to telnet bpcd from remote machine
From: Nicholas <nicholas.sunps AT gmail DOT com>
To: "veritas-bu AT mailman.eng.auburn DOT edu" <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Thu, 25 Mar 2010 09:51:33 -0300
This is not a xinetd problem, because the output of ps shows bpcd 
running as standalone....

Are you using some kind of tcpwrapper (/etc/hosts.allow and 
/etc/hosts.deny)?
If so, maybe you have to add one line for bpcd allowing the master 
server and media servers to connect through bpcd's port

Nick

Em 25/3/2010 09:38, Justin Piszcz escreveu:
>
> 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