Netbackup: verschil tussen versies

Uit Documents
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '== Netbackup cheatsheet == Check Drive status: /opt/openv/volmgr/bin/vmoprcmd -dp Scan bus: /opt/openv/volmgr/bin/sgscan Add cleaning type: <syntaxhighlight lang="sh...')
 
Regel 5: Regel 5:
  
 
Add cleaning type:
 
Add cleaning type:
<syntaxhighlight lang="shell">
+
<syntaxhighlight lang="bash">
 
/opt/openv/volmgr/bin/vmchange -p 0 -m <media> #change the pool to none
 
/opt/openv/volmgr/bin/vmchange -p 0 -m <media> #change the pool to none
 
/opt/openv/volmgr/bin/vmchange -new_mt hcart2_clean -m <media> #change the media type to HC2_CLN
 
/opt/openv/volmgr/bin/vmchange -new_mt hcart2_clean -m <media> #change the media type to HC2_CLN
 
/opt/openv/volmgr/bin/vmchange -m <media> -n 50 #change number of remaining cleanings
 
/opt/openv/volmgr/bin/vmchange -m <media> -n 50 #change number of remaining cleanings
 
</syntaxhightlight>
 
</syntaxhightlight>

Versie van 25 jan 2011 om 14:17

Netbackup cheatsheet

Check Drive status: /opt/openv/volmgr/bin/vmoprcmd -dp Scan bus: /opt/openv/volmgr/bin/sgscan

Add cleaning type: <syntaxhighlight lang="bash"> /opt/openv/volmgr/bin/vmchange -p 0 -m <media> #change the pool to none /opt/openv/volmgr/bin/vmchange -new_mt hcart2_clean -m <media> #change the media type to HC2_CLN /opt/openv/volmgr/bin/vmchange -m <media> -n 50 #change number of remaining cleanings </syntaxhightlight>