bpcd and port
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?
Comments 4 Comments • Jump to latest comment
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.
Same questions asked over and over - just under a different name.....
https://www-secure.symantec.com/connect/forums/netbackupwhat-difference-between-switchport-and-socket
https://www-secure.symantec.com/connect/forums/port-and-process
https://www-secure.symantec.com/connect/forums/if-client-service-running-process-tab-within-windows-task-manager-will-show-bpinetdexe-runnin
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
@revaroo:
Bpcd is a port or a service or a process?
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?
Would you like to reply?
Login or Register to post your comment.