Unsolved
This post is more than 5 years old
5 Posts
0
2456
April 1st, 2013 13:00
naviseccli - Find and calculate all "UNBOUND" devices
Hi - How do you use naviseccli to find all "FREE" disks?
I can get just about any other info needed, but I am struggling with this.
Thank you!
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
April 1st, 2013 13:00
this is from a linux/unix client, i am not sure if findstr on windows has equivalent syntax
naviseccli -User sysadmin -Password sysadmin -Scope 0 -address 10.1.3.4 getdisk -state | grep -B1 Unbound
AnkitMehta
1.4K Posts
0
April 1st, 2013 13:00
naviseccli -h getdisk -state will list all the disks with its status which you can furthermore, filter it via grep if you need to as dynamox mentioned.
kelleg
4.5K Posts
0
April 3rd, 2013 08:00
Was your question answered correctly? If so, please remember to mark your question Answered when you get the correct answer and award points to the person providing the answer. This helps others searching for a similar issue.
glen
sweeney_kjs
2 Posts
0
March 30th, 2015 18:00
syntax highlighted by Code2HTML
, v. 0.9.1
sweeney_kjs
2 Posts
0
March 31st, 2015 06:00
... and for the more challenged GUI people (i.e. "me") use Navisphere
-> System -> Hardware -> Disks
sort by state - export to csv