cancel
Showing results for 
Search instead for 
Did you mean: 

bpcd and port

nike_new
Level 6

NBU 7.1

 

 

-bash-3.2$ ps -ef|grep -i pbx

    root  3469  2216   0   Nov 18 ?           0:03 /opt/VRTSpbx/bin/pbx_exchange

 

 

 

-bash-3.2$ netstat -an|grep -i bpcd

6006dba01d8 stream-ord 60070e789c0 00000000 /usr/openv/var/vnetd/bpcd.uds

6006dba03a8 stream-ord 6007128e700 00000000 /usr/openv/var/vnetd/terminate_bpcd.uds

 

 

-bash-3.2$ netstat -an|grep -i bpcd

6006dba01d8 stream-ord 60070e789c0 00000000 /usr/openv/var/vnetd/bpcd.uds

6006dba03a8 stream-ord 6007128e700 00000000 /usr/openv/var/vnetd/terminate_bpcd.uds

 

 

 

 

 

-bash-3.2$

-bash-3.2$ netstat -an|grep -i 13724

      *.13724              *.*                0      0 49152      0 LISTEN

-bash-3.2$ netstat -an|grep -i 13720

-bash-3.2$ netstat -an|grep -i 1556

      *.1556               *.*                0      0 49152      0 LISTEN

      *.1556                            *.*                             0      0 49152      0 LISTEN

-bash-3.2$ netstat -an|grep -i 13782

      *.13782              *.*                0      0 49152      0 LISTEN

-bash-3.2$ netstat -an|grep -i vnetd

6006dba01d8 stream-ord 60070e789c0 00000000 /usr/openv/var/vnetd/bpcd.uds

6006dba03a8 stream-ord 6007128e700 00000000 /usr/openv/var/vnetd/terminate_bpcd.uds

6006dba0578 stream-ord 60070e795c0 00000000 /usr/openv/var/vnetd/terminate_vnetd.uds

 

bpcd is a process or a port?

 

What this output of netstat -an command showing?

 

In NBU 7.1,bpcd ,vnetd are standalone.What does this mean?

It does not depends on Pbx?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

Bpcd is a Process 

and it uses the Port 13782 to communicate.

did you read the above references?

you dont understand even you read those?

View solution in original post

4 REPLIES 4

revarooo
Level 6
Employee

Run:

ps -ef | egrep "bpcd|vnetd" 

you will see them running as processes. They also listen on ports.

 

bpcd runs on port 13782 and is a process in later version of NetBackup (listening on that port)

netstat -an  - read this http://www.unix.com/solaris/96542-netstat-meaning-output.html

Standalone - run on their own as a process.

No it does not depend on PBX though communications into a client/server will attempt to connect to PBX to talk to bpcd.

 

nike_new
Level 6

@revaroo:

 

Bpcd is a port or a service or a process?

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

Bpcd is a Process 

and it uses the Port 13782 to communicate.

did you read the above references?

you dont understand even you read those?