cancel
Showing results for 
Search instead for 
Did you mean: 

Putting a OST LSU in a UP state

Learning_Everyd
Level 5

We reached the LSU file limit in a LSU.  NBU had me put it in a DOWN state to keep from any additional writting to it.  Now to expire images I need to have it back UP.  I didn't take note of the command to put it down.  Can someone share with me the command to bring it back UP?  

1 ACCEPTED SOLUTION

Accepted Solutions

sksujeet
Level 6
Partner Accredited Certified

Check the status with below command

Y:\Program Files\Veritas\NetBackup\bin\admincmd>nbdevquery -listdv -stype Quantum -dp DeDup0001 -U
Disk Pool Name      : DeDup0001
Disk Type           : Quantum
Disk Volume Name    : _XXXXLSU
Disk Media ID       : @aaaao
Total Capacity (GB) : 120345.96
Free Space (GB)     : 95259.05
Use%                : 26
Status              : UP
Flag                : ReadOnWrite
Flag                : AdminUp
Flag                : InternalUp
Num Read Mounts     : 0
Num Write Mounts    : 1
Cur Read Streams    : 8
Cur Write Streams   : 200
Num Repl Sources    : 0
Num Repl Targets    : 0

Type below command to make it up if it is down

Y:\Program Files\Veritas\NetBackup\bin\admincmd>nbdevconfig -changestate -stype
Quantum -dp DeDup0001 -state UP
successfully changed the state of disk pool

View solution in original post

1 REPLY 1

sksujeet
Level 6
Partner Accredited Certified

Check the status with below command

Y:\Program Files\Veritas\NetBackup\bin\admincmd>nbdevquery -listdv -stype Quantum -dp DeDup0001 -U
Disk Pool Name      : DeDup0001
Disk Type           : Quantum
Disk Volume Name    : _XXXXLSU
Disk Media ID       : @aaaao
Total Capacity (GB) : 120345.96
Free Space (GB)     : 95259.05
Use%                : 26
Status              : UP
Flag                : ReadOnWrite
Flag                : AdminUp
Flag                : InternalUp
Num Read Mounts     : 0
Num Write Mounts    : 1
Cur Read Streams    : 8
Cur Write Streams   : 200
Num Repl Sources    : 0
Num Repl Targets    : 0

Type below command to make it up if it is down

Y:\Program Files\Veritas\NetBackup\bin\admincmd>nbdevconfig -changestate -stype
Quantum -dp DeDup0001 -state UP
successfully changed the state of disk pool