Avamar MCCLI commands I use regularly:
View all clients (pipe to grep for selective search):
admin@AVAMAR001:~/>: mccli client show --recursive=true
Retire a client:
admin@AVAMAR001:~/>: mccli client retire --name=</path/to/client>
Working my way toward being a Full Stack Engineer. I work for a state University leading the Systems Team, looking to chart a future of the data center and how it looks to build into the cloud in a responsible and innovative manner. This blog is largely a place to stash things I pick up in daily work life and pursuit of knowledge.
Friday, April 8, 2016
Thursday, April 7, 2016
Naviseccli commands
A handy reference of naviseccli commands I use:
Get stats on a particular LUN:
C:\>naviseccli -h <SP> lun -list -l 56 -perfData
C:\>naviseccli -h 1.1.1.1 lun -list -l 56 -perfData
Get stats on all LUNs
C:\>naviseccli -h <SP> lun -list -perfData
Proactive disk copy to hotspare:
C:\>naviseccli -h <SP> copytohotspare <disk-to-replace> -initiate
Check status of disk with percentage rebuilt:
C:\naviseccli -h <SP> getDisk <disk-being-replaced> -stat -rb
Get stats on a particular LUN:
C:\>naviseccli -h <SP> lun -list -l 56 -perfData
C:\>naviseccli -h 1.1.1.1 lun -list -l 56 -perfData
Get stats on all LUNs
C:\>naviseccli -h <SP> lun -list -perfData
Proactive disk copy to hotspare:
C:\>naviseccli -h <SP> copytohotspare <disk-to-replace> -initiate
Check status of disk with percentage rebuilt:
C:\naviseccli -h <SP> getDisk <disk-being-replaced> -stat -rb
Subscribe to:
Posts (Atom)