0

I have a bootable USB plugged into the internal drive for ESXi, and when looking at the harddrive space, it only show the 32GBs on the usb. The question is, how do I use local server resources such as cpu, ram, and more importantly hdd space?

jkells
  • 3
  • 2

2 Answers2

3

without knowing your configuration will be difficult to say but you can discard a hardware issue trying the Dell customised image that contains all the necessary drivers.

https://www.dell.com/support/article/fr/fr/frdhs1/sln288152/how-to-download-the-dell-customized-esxi-embedded-iso-image?lang=en

Coré
  • 394
  • 1
  • 3
0

It's normal for ESXi to be installed on a USB drive, as ESXi needs quite few resources. If you then want to provision space for virtual machines, log into the Web GUI, and create a datastore on the hard drives in the server. This of course requires you to configure the RAID controller properly on the server, for example creating a RAID5 array from your drives.

Stuggi
  • 3,506
  • 4
  • 19
  • 36
  • Stuggi, I am still really new at building Dell servers and virtualization. I am still stumped at how to configure the RAID controller. Any documentation? On boot the only options I have on Bios 6.6 are F2 - System Setup, F10 - System Services, F11 - BIOS Boot Manager and F12 - PXE Boot. I can not seem to find the section to configure the RAID controller. – jkells Feb 26 '20 at 01:27
  • Go for the setup or system services, then you'll find the raid controller settings there if I remember correctly. You can also configure it via iDRAC if I remember correctly. – Stuggi Feb 26 '20 at 06:01