Forum Discussion

hantaeyung's avatar
hantaeyung
Level 3
9 years ago

How can i change about value of nbgetconfig command ?

hi.

 

i try on cmd, write nbgetconfig command about CLIENT_READ_TIMEOUT.

 

nbgetconfig CLIENT_READ_TIMEOUT. Then i saw CLIENT_READ_TIMEOUT = 300 that default value.

 

I already know netbackup admin gui to changed timeouts attributes.

 

I want change CLIENT_READ_TIMEOUT value. 300 seconds -> 900 seconds.

 

what command line typing do to change?

 

My English is poor. I think that if the meaning of my words have been well transmitted.

 

 

  • For example, from bpgetconfig :

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 30 minutes

    I create a file called /tmp/a and add this line.

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes

    Then I run

    bpsetconfig /tmp/a

     

    Checking, we see the value has now changed.

    root@womble db $ bpgetconfig |grep -i small
    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes

     

2 Replies

  • For example, from bpgetconfig :

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 30 minutes

    I create a file called /tmp/a and add this line.

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes

    Then I run

    bpsetconfig /tmp/a

     

    Checking, we see the value has now changed.

    root@womble db $ bpgetconfig |grep -i small
    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes

     

  • Hi,

    Please take a look at KB article. Hope it will some help.

    https://www.veritas.com/support/en_US/article.000072803