Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Port number for Netbackup 6.5 processes

Updated: 21 May 2010 | 11 comments
rookie11's picture
-4 6 Votes
Login to vote

nbpem --
nbproxy--
nbjm--
nbrb--
bpbrm--
bpbkar--
bptm--
ltid--

discussion Filed Under:

Comments

Stuart Green's picture
10
Oct
2009
2 Votes +2
Login to vote

Is your post a statement or a

Is your post a statement or a question.
If the latter I direct you to look at the operating system NetBackup installed and review the 'services' file for port numbers.

On UNIX /etc/services
Search on Windows it would be under your %WINDIR%

Tip: Get overview/document your NBU environment. Run 'nbsu' and review the output.

• If this provides help, please vote or mark appropriate solution.

gavrilov's picture
28
Oct
2009
2 Votes 0
Login to vote

bprd    13720/tcp      

bprd    13720/tcp       bprd
bpdbm   13721/tcp       bpdbm
bpcd    13782/tcp       bpcd
bpjava-msvc     13722/tcp       bpjava-msvc
bpjobd  13723/tcp       bpjobd
Other use vnetd/PBX or not listen.

Luc_H's picture
28
Oct
2009
0 Votes 0
Login to vote

in addition...

For NBU 6.5 the legacy processes (the bp* ones) will not only listen to their traditional port numbers (as shown in the services file) they can also accept connections forwarded from vnetd (port 13724).

You can configure the CONNECT_OPTIONS to change the behavior of the legacy processes in this regard.
- vnetd, then direct (default)
- direct only
- vnetd only

With very few exceptions, most of the new nb* processes (nbpem, nbjm, nbrb, etc) all use the defined PBX port (1556 by default)

I hope this helps
Luc

Omar Villa's picture
28
Oct
2009
0 Votes 0
Login to vote

Firewall Documentation

All the ports can easily be seen under the Netbackup Security and Encryption Guide ( http://seer.entsupport.symantec.com/docs/290226.htm), Chapter 3, Port Security, there you can see every setting and port that needs to be open, even in a Firewalled environment or not, and for test and learning is a very good tool.

Hope this give you some light.
Regards.

Omar A Villa

Netbackup Expert

These are my personal views and not those of the company I work for

rookie11's picture
30
Oct
2009
3 Votes -3
Login to vote

HI thankx u all but need not

HI thankx u all

but need not to put port no. for processes and mention services file i know already. 
I work on netbackup old versions so don't port no. related to  nb* processes .anyways thank omar!!!!!! and Luc

Pablo_B's picture
02
Nov
2009
2 Votes +2
Login to vote

Confused about your initial post then

Okay then rookie11,
   Why did you post a list of processes with a title of "Port number for Netbackup 6.5 processes"?
Going back to Stuart Greens' comment then, is your post another question or is it a statement?

  Omar gave a nice link to the Netbackup Security and Encryption Guide.   There are good examples of how Netbackup communicates to clients, admin consoles etc.. using well known ports and what processes are using these ports.  This is useful in troubleshooting communication issues, changing from default ports, adding random ports to open up access and laying out potential firewall issues if your Netbackup clients and servers cross firewall boundaries. This document has come in handy for me when troubleshooting issues. Combined with data from log files, it has been a valuable tool.
- Pablo_B

rjrumfelt's picture
06
Nov
2009
0 Votes 0
Login to vote

I've been dealing with an Oracle backup failure

All communication seems fine for the filesystem backup, however when we try to backup a DB on the server using the Oracle agent, we get what appears to be a connection error.

I was under the impression that all communication for 6.0+ took place through 13724, however I was reading one of the articles someone had written in the articles section stating that 13720 had to be opened for hot Oracle backups.  Could someone confirm?

My heart sank when I saw that because it takes an act of God and 2 years to get a new firewall request through around here.

rjrumfelt's picture
07
Nov
2009
0 Votes 0
Login to vote

So does anyone know

if I need to have 13720 opened for hot Oracle backups?

Or does brpd communicate through 13724

rjrumfelt's picture
10
Nov
2009
0 Votes 0
Login to vote

It looks as if

hot Oracle backups, while they may communicate over 13720, that communication still occurs via 13724.

Even's picture
09
Nov
2009
0 Votes 0
Login to vote

Guess so, as this is a user backup you need to open 13720.

In my notes I found:

  If the client needs to run user backups/restores, this port will also need to be opened:
      Client >> Master
      13720  (bprd)

      If database backups are done from the client, these ports will also need to be opened:
      Client >> Master
      13720  (bprd)
      13724  (vnetd)

      Master >> Client
      13782  (bpcd)

-- not sure about this last one.

As we all are part of the product, we're in here to improve it.

Luc_H's picture
09
Nov
2009
0 Votes 0
Login to vote

Master >> Client 13782 (via vnetd 13724)

Hi Even,

Master >> Client 13782 (via vnetd 13724)

Yes, these will need to be open as the master server processes need to update the progress logs on the client side. (which is especially important for rman based backups)

Luc.