1 Rookie
•
15 Posts
0
1485
January 1st, 2023 11:00
R720XD - RAID consistency check
I have two R720XD servers in a home lab. Both have PERC H710P mini's, iDrac7 Enterprise and both have esxi as the OS. One has RAID10.
I do not currently have OMSA installed anywhere but I can install it if need be but I'd rather not unless someone can point out a compelling reason.
What is the best way for me to run a RAID consistency check and how can I check the status?
I tried the following:
- Log into iDrac
- Navigate to: Storage->Virtual Disks->Manage
- Select the Check Consistency action from the drop-down box for the virtual disk with RAID10
- Clicked the Apply button and rebooted the system
How do I check the status? I ran the following command but it only returns a couple of old jobs that were ran when the system was built:
racadm jobqueue view
No Events found!


jeffx2
1 Rookie
•
15 Posts
0
January 2nd, 2023 15:00
I figured it out. Thank you to those that responded.
DELL-Young E
Moderator
•
5.4K Posts
•
37 Points
0
January 1st, 2023 15:00
https://dell.to/3WH0cW4
RAID And Storage Configuration using RACADM Commands in iDRAC7
jeffx2
1 Rookie
•
15 Posts
0
January 1st, 2023 16:00
Thanks but I already read that document. Maybe I'm not understanding how the consistency check works but I did not see a command to check the status.
I also tried the following command:
I got this error:
So I don't know if that error indicates that a previous consistency check is still running or something else.
DELL-Young E
Moderator
•
5.4K Posts
•
37 Points
0
January 1st, 2023 21:00
Hello could you try this? from the link page 12,
1.6 storage configuration commands
1. To list all the available controllers:
$ racadm get storage.controller.
RAID.controller.1 [Key=RAID.Integrated.1-1#Controller]
2. To list all the supported attributes of controller 1
$ racadm get storage.controller.1.
jeffx2
1 Rookie
•
15 Posts
0
January 2nd, 2023 05:00
DELL-Erman O
Moderator
•
3K Posts
•
14.9K Points
0
January 2nd, 2023 05:00
Hi, I can recommend also the below links. Please take a look:
RAID Controller 9, 10, and 11 Command Line Interface Reference Guide page 15 https://dell.to/3GwkBaM
H310, H710, H710P,and H810 User’s Guide page 43 https://dell.to/3IhIKDl
PERC - How to perform a 'Check Consistency' using OpenManage Server Administrator https://dell.to/3Ie6JDn
jeffx2
1 Rookie
•
15 Posts
0
January 2nd, 2023 09:00
ESXi 7 is installed on my R720XD server.
Which version of the PERCCLI utility do I need to install?
The one listed under drivers for the R720XD only supports up to VMware ESXi 6.7. The PERCCLI utility listed under drivers for the R730XD supports up to VMware ESXi 7 but it does not list the R720XD as being supported.
DELL-Chris H
7 Practitioner
•
9.7K Posts
•
48K Points
0
January 2nd, 2023 09:00
Jeffx2,
From what I see the latest supported version of ESXi for the R720xd is 6.5, as seen on the support page for the R720xd, so the latest supported PERCCLI would be found here.
jeffx2
1 Rookie
•
15 Posts
0
January 2nd, 2023 11:00
So here is what I get after installing PERCCLI in ESX1 7:
I get the same result even after running:
I ran ./perccli /c0/v1 show all so I know I am specifying the correct virtual drive in the other commands.