UNSOLVED

r1214

updated

13 years ago

R

r1214

1 Rookie

38 Posts

4

28050

April 9th, 2013 09:00

Where to see hot spare equalizing status?

Quick question- Is there somewhere in Unisphere I can see the % of progress on a hot spare equalizing job?

thanks

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    6618

    0

    Posted April 9th, 2013 10:00

    I think you can see it from cli for sure, if you looks at properties of hot spare that has kicked in do you see anything interesting ?

  • r1214

    1 Rookie

    38 Posts

    6618

    0

    Posted April 9th, 2013 12:00

    Nope.  Hot spare doesn't show anything other than a status of enabled.  The replacement drive just says equalizing.  I could have sworn back in Navisphere on my CX3 that there was a place where you could see the % progress somewhere. Maybe I am thinking of something else like LUN migration status.  Or maybe you have to look at the SP logs to get a %?  Let me try and get into that

    edit: nope not seeing anything in the logs that indicates progress

  • RRR

    6 Operator

    5739 Posts

    6618

    0

    Posted April 11th, 2013 01:00

    I think you remember the rebuild status of each LUN. That one you can easily check from the CLI. When  it comes to the equializing part I really don't know. It shouldn't take that long anyway.

  • kelleg

    6 Operator

    4537 Posts

    6618

    1

    Posted April 12th, 2013 11:00

    getdisk -rb = percent of rebuild on the disk - hot spare or new disk.

    getlun -prb = percent of the LUN rebuilt

    glen

  • r1214

    1 Rookie

    38 Posts

    6618

    0

    Posted April 12th, 2013 13:00

    dumb question- where do you run getdisk and getlun from?  I tried from the control station shell and it doesn't recognize the commands

  • kelleg

    6 Operator

    4537 Posts

    6618

    1

    Posted April 12th, 2013 13:00

    Sorry, did not realize you have a Unified VNX (the File and Block). The commands are naviseccli commands and are issued against the SP on the array. The Control Station has one IP address and the array has two IP addresses (SPA and SPB). From a workstation you issue the commands to the IP addresses for either SPA or SPB and if you have proxy_arp setup on the array, the commands are passed thru the Control Station to the SP's.

    The commands are found in the VNX Command Line Interface (I've attached here). the "getdisk" command is on page 150 and "getlun" on page 167.

    glen

    1 Attachment

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    6617

    0

    Posted April 12th, 2013 13:00

    /nas/sbin/navicli -h spa

  • r1214

    1 Rookie

    38 Posts

    6617

    0

    Posted April 12th, 2013 14:00

    Hmm... tried this as nasadmin and root

    [nasadmin@VNX-CS0 ~]$ /nas/sbin/navicli -h 172.16.154.3 getdisk -rb

    Error returned from the Management Server on 172.16.154.3

    Authentication failed. Possible reason for failure is excessive failed authentication attempts.

    which is kind of a funny error message seeing how that wast he first time I typed that command.

  • kelleg

    6 Operator

    4537 Posts

    6642

    0

    Posted April 12th, 2013 14:00

    using the naviseccli commands also requires the use of username/password/scope

    naviseccli -h 172.16.154.3 -user xyzzy -password xxxx -scopy 0 getdisk -rb

    -scope is the type of user - global or local. See page 26/27

    glen

  • RRR

    6 Operator

    5739 Posts

    2479

    0

    Posted April 16th, 2013 02:00

    cool, thanks