2

I currently have a Dell Poweredge 2950 running ESXi 5.5. My datastore is four drives in RAID 5 configured in the PERC 6/i config utility on bootup.

My question is, what do I do if/when one of these drives fail? Do I just pop it out and put in a replacement? Is there anything software wise I need to do? I've heard of Dell OpenManage but it looks like I cant install it without having a windows vcenter server, which wouldnt really make sense because I only have one ESXi server...

Any advice would be appreciated.

Steve
  • 41
  • 2
  • 7

4 Answers4

2

I'm sorry. With a single host, you won't have any proactive monitoring or email/SNMP alerts available for this system.

You can install the LSI or Dell Offline .VIB bundle to at least get hardware RAID health status to show up in your vSphere client.

enter image description here

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • Further, if the Dell VIB is anything like the HP one, a bad drive will trigger a vSphere alarm for the host so you'll know something has gone wrong. – GregL Mar 08 '15 at 22:11
  • No vCenter... so there's no alerting available. – ewwhite Mar 08 '15 at 22:19
  • Won't the host still throw an SNMP trap though? – GregL Mar 08 '15 at 22:28
  • I don't believe ESXi free will. – ewwhite Mar 08 '15 at 22:43
  • Interesting. I've worked with vSphere so long that I honestly can't remember. I'll check tomorrow. – GregL Mar 09 '15 at 01:22
  • Either way, the root question here is whether or not he can just pop a bad disk out and have the array rebuild. – GregL Mar 09 '15 at 01:24
  • How do I install the .VIB without update manager? – Steve Mar 09 '15 at 03:43
  • I'd recommend using PowerCLI, using either [Get-ESXCLI](http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.powercli.cmdletref.doc/Get-EsxCli.html) or [Install-VMHostPatch](http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.powercli.cmdletref.doc/Install-VMHostPatch.html). You can also do it directly on the host with `esxcli`. – GregL Mar 10 '15 at 17:02
1

Yup, so long as only a single disk has failed, you can just pull the blown disk, pop in a new one and the array should start rebuilding itself right away.

I suspect that Dell has created a VIB that you could load into ESXi that would give the Hardware tab greater visibility into your RAID config. I know HP does this, so hence why I suspect Dell would too.

GregL
  • 9,030
  • 2
  • 24
  • 35
0

As ewwhite and GregL already mentioned, install the OpenMange VIB within your ESXi. This also works great on the ESXi Free, but you need do do it at the commandline.

For automated monitoring, we use check_openmanage - a great nagios/icinga/etc-plugin which is talking directly to the OpenMange-Daemon running on your ESXi. It also works great with OpenManage installed on Windows or Linux if you don't have virtualization.

For manually monitor your system, install OMSA. Its great to check almost everything on your server and also do maintenance-tasks like change hot-spare disk, create new arrays and so on.

Rolf Wenger
  • 128
  • 1
  • 8
0

I monitor LSI raid controller by MegaRaid and strocli. Easy to use.

LSI 1078 SAS OEM IBM MR10xx have the same ship(LSI SAS 1078) with Dell PERC6.

Monitoring MegaRAID Controllers in VMware

StorCLI Installation unter ESXi 5.5 und ESXi 6.0

Because LSI 1078 is too old, I think megaraid is a good choice.

user164485
  • 51
  • 1
  • 6