cancel
Showing results for 
Search instead for 
Did you mean: 

Can i stop nbrntd daemon?

kkhoo
Level 5

Hi,

We enable resiliency network in for one client.

We noticed that /usr/openv/logs/nbrntd logs are being generated.

Is it safe to kill this daemon/ process?

1 ACCEPTED SOLUTION

Accepted Solutions

nbutech
Level 6
Accredited Certified

If you are concered about the logs growing you can disable logging for nbrntd

vxlogcfg -a -p 51216 -o 387 -s DebugLevel=1 -s DiagnosticLevel=1


The setting change can be confirmed with the following command:

vxlogcfg -l -p 51216 -o 387

View solution in original post

4 REPLIES 4

Marianne
Level 6
Partner    VIP    Accredited Certified

Not unless you want to disable resiliency network.

nbrntd is the daemon that enables resiliency network.

watsons
Level 6

Use the NBRNTD_IDLE_TIMEOUT. Check the details in admin guide

Section NBRNTD_IDLE_TIMEOUT option for NetBackup servers

The NBRNTD_IDLE_TIMEOUT option specifies the number of seconds to wait before
the Remote Network Transport Service (nbrntd) shuts itself down. The Remote
Network Transport Service provides resilient network connections. After it is shut
down, NetBackup must restart the service if a new resilient connection for backups
or restores is required.

nbutech
Level 6
Accredited Certified

If you are concered about the logs growing you can disable logging for nbrntd

vxlogcfg -a -p 51216 -o 387 -s DebugLevel=1 -s DiagnosticLevel=1


The setting change can be confirmed with the following command:

vxlogcfg -l -p 51216 -o 387

hi, thanks!

first, verbose level is 6.

Managed to changed/ disabled it.

thanks!