cancel
Showing results for 
Search instead for 
Did you mean: 

Start NBU services on client without xinetd.

Irys
Level 4

Hello All =)

Today im facing a new issue, the thing is, There is a client with NBU installed, however, it doesn't have xinetd/inetd, so, the ports arent opened in the client, this is not allowing communication between master and client.

Is there a way to open ports/run bcpd services without xinetd?

These are the ports im talking about:

tcp        0      0 0.0.0.0:13782               0.0.0.0:*                   LISTEN      0          13374      4302/xinetd         
tcp        0      0 0.0.0.0:13724               0.0.0.0:*                   LISTEN      0          1271357183 4302/xinetd        

 

I'd really appreciate any help. =D

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

yes,

start them maunally, in standalone mode

 

/usr/openv/netbackup/bin/vnetd -standalone
/usr/openv/netbackup/bin/bpcd -standalone
 

 

View solution in original post

5 REPLIES 5

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

yes,

start them maunally, in standalone mode

 

/usr/openv/netbackup/bin/vnetd -standalone
/usr/openv/netbackup/bin/bpcd -standalone
 

 

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Which NBU version?

Which Linux version?

NBU 7.x starts bpcd and vnetd in standalone mode. 

Irys
Level 4

Marianne, it's a very old version of NBU 6.5.X and OS is RHEL 5

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

then you would need to look for Vnetd in

/usr/openv/bin/vnetd -standalone

and for bpcd

/usr/openv/netbackup/bin/bpcd -standalone

revarooo
Level 6
Employee

6.5 is not supported any longer. Install 7.x :)