ESXi

 View Only
  • 1.  Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 01, 2016 01:33 AM

    Aloha Guys,

    I went out and bought supported hardware for my server build. I know this motherboard is supported because on their website it lists esxi up to version 6.  Anyways, I set up my raid 10, but when i install esxi and then vsphere to log in, I do not see the raid that i have set up, I only see one of the HDD's and not even the correct size.  How do i set up the raid so it works correctly?

    I can add HDD's on the main one to make the size larger, but that i dont think is what i am looking for?

    I tried that, but then it took one of the HDD's out of the raid setup I did in the bios, then i had to do a reinstall all over again.

    Any advise on help would be great, server runs good, but not using 4 hdds i have installed, only is using one...



  • 2.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 01, 2016 10:08 AM

    If some HW is on HCL, it does not mean all its features are supported (sadly but true, I learned it hard way too). Very probably the raid-controller on board of your supermicro-mobo is of software/fake/bios-type (which generally is not supported by ESXi). That's why you see disk, not array...

    There is not much you can do with it. Either buy add-on true raid-controller, or use individual disks attached to on-board sata/sas-ports (you can passthrough them to VM and ceate sw-raid there)...



  • 3.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 01, 2016 06:26 PM

    So I ordered a Adaptec RAID 6405E . It is on the supported their hardware page, but there is a driver download, not sure what that is all about. I read some website and it said you install the drivers when installing esxi, said put the dvd in and browse to it, do you know anything about that?


    So i assume if the raid card is working and esxi sees it, you set it up like any normal raid card like in windows right?



  • 4.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 04, 2016 08:59 AM

    You need 2 software-packages:

    1. driver: this should be included in ESXi (at least some older version), if controller is listed as supported

    2. smis-provider: so that you could see status of your arrays/disks on health-page (can be installed additionally)

    (there also might be some management-software for ESXi)

    I recommend you check in advance if Adaptec has both driver and smis! Some time ago I found some adaptec-controller on HCL (iirc, it was of 5xxx series), so I ordered it. Installed ESXi, VMs, etc., and at the very end I found there was no smis-provider. I contacted Adaptec and they confirmed the situation: there is driver for ESXi, but no smis-provider, and thus no way of monitoring its health. What is such a raid-controller good for? And yet it was listed on VMware HCL...



  • 5.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 05, 2016 01:52 AM

    smis-provider - how does one install this? I will check with adaptec to see what they have...



  • 6.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 05, 2016 10:03 AM

    I am not sure about this particular Raid hardware, but generally you need driver and SMIS provider.

    Typically both are installed using "esxcli software vib install" command from within SSH session.

    You can try to install this driver - it MAY include also the SMIS provider.

    https://www.adaptec.com/de-de/support/_eula/license-agree.php?aacraid_vmware_drivers_1.2.1-41024_cert.tgz



  • 7.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 05, 2016 06:49 PM

    Is there directions on how to do this? I believe i do it before I make my data-store right?



  • 8.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 06, 2016 10:48 AM

    No need to. Just install the VIB (it will install newest storage driver and probably even the SMIS providers).

    SCP the VIB to the host and install it by esxcli software vib install.

    If you dont want to mess with SCP just upload it to your existing datastore, the path will /vmfs/volumes/_name_of_your_datastore_/name_of_the_vib



  • 9.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 06, 2016 10:31 PM

    I know how to upload to data store, but questions, its a linux file  tgz or whatever they call it, do i have to unzip it first then upload it? Once its uploaded, how do i install the driver? I know on the forms, someone said you can copy it to dvd and install the driver at the time of install of esxi by just putting in the dvd and installing it from there or is that different?



  • 10.  RE: Raid Setup on ESXI 6 on Supermicro MB

    Posted Apr 07, 2016 09:30 AM

    You need to extract either .zip packager or dirrectly the .vib package (vib package will be inside of the zip package).

    Both can be installed from within ESXi by

    esxcli software vib update/install

    vSphere Documentation Center

    zip package can be used with VMware Update Manager as well