I am trying to get few of the details through naviseccli commands.
Query : 1 : When using getrg command :
naviseccli -h getrg 1
Logical Capacity (Blocks): 53804154880
Free Capacity (Blocks,non-contiguous): 2634670080
Free contiguous group of unbound segments: 2531622912
Getting this output in Blocks only.But tried for storage pool it is showing in GB. We need the output in GB for getrg directly. I tried with -mb and -gb options but nothing is working. Is there any other way to get the output in GB's for getrg command ?
Query 2 : Trying to get the luns details assigned to a particular host :
naviseccli -h server -volmap -host
Output shows as NA
LOGICAL UNIT NUMBER: N/A
Current owner: N/A
Default Owner: N/A
But when the same command is tried with the host ip address then getting the LUN number and current and default owners properly.
o17Uu33DCF12520
6 Operator
•
1058 Posts
5320
0
Posted February 16th, 2014 17:00
For the 1st question:
The output only can been seen as it already was. No option to make that change I am afraid.
For the 2nd question:
The correct SYNTAX should be like this. It could be found in the command reference guide.
naviseccli -h array_a server -volmap -host ipaddress [-local][-vm]
Please mark my answer as correct/helpful if it helps.