Forum Discussion

kkhoo's avatar
kkhoo
Level 5
8 years ago

Can i stop nbrntd daemon?

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?

  • 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

4 Replies

  • 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.

  • Not unless you want to disable resiliency network.

    nbrntd is the daemon that enables resiliency network.

  • 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

    • kkhoo's avatar
      kkhoo
      Level 5

      hi, thanks!

      first, verbose level is 6.

      Managed to changed/ disabled it.

      thanks!