cancel
Showing results for 
Search instead for 
Did you mean: 

How can i change about value of nbgetconfig command ?

hantaeyung
Level 3
Partner

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.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

mph999
Level 6
Employee Accredited

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

 

View solution in original post

2 REPLIES 2

mph999
Level 6
Employee Accredited

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

 

KelvinSmith
Level 2

Hi,

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

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