This post is more than 5 years old
7 Posts
0
3291
January 22nd, 2015 14:00
How to proactively replace a disk on VNX5800
Hi,
We've requested a replacement to proactively replace a failing disk on VNX5800. It looks like we can't do it. Copytohotspare and replace are both disabled with the menu as the screenshot. Can someone please advise how to. Many thanks.
No Events found!



brettesinclair
2 Intern
•
715 Posts
0
January 22nd, 2015 15:00
Cool ! Seems that the command has changed for VNX2.
it's now "copytodisk sourcedisk destdisk"
you'll need to note the address of your spare, and enter into the cmd.
naviseccli -h arrayspaddress copytodisk 2_2_5 x_x_x
https://emc--c.na5.visual.force.com/apex/KB_HowTo?id=kA0700000004Pd1
Brian119
7 Posts
0
January 22nd, 2015 14:00
Thanks for your quick reply. But I've tried that command line before. It didn't work for me.
C:\Users\bliu>naviseccli -h 10.53.**.** -User bliu -Password **** -Scope 0 copytohotspare 2_5_5 -initiate
Error: copytohotspare command failed
Command not Supported
This command is not supported on this subsystem type.
brettesinclair
2 Intern
•
715 Posts
0
January 22nd, 2015 14:00
Hi Brian,
VNX/2 with mixed RAID pools prevents initiating a proactive copy from the GUI. (As well as some other conditions)
From navisecCLI;
naviseccli -h arrayspaddress copytohotspare 2_5_5 -initiate
Note depending on your auth setup, you may need to add a -user -pass and -scope options.
Check status;
naviseccli -h arrayspaddress getdisk 2_5_5 -state -rb
....or check the disk icon in Unisphere which will have the "T" for transitioning. When complete, the disk will show as removed.
brettesinclair
2 Intern
•
715 Posts
0
January 22nd, 2015 15:00
You're welcome. I learned something new too
Brian119
7 Posts
0
January 22nd, 2015 15:00
Big thank-you Brett.
It works now.
Rainer_EMC
4 Operator
•
8.6K Posts
0
January 23rd, 2015 08:00
Makes sense since with MCR you no longer define hotspares – every unused disk can be used as a spare
So a copytohotspare command wouldn’t be correct