0

I'm sorry if this has been asked before.

We are planning to attach a local SAS disk to a VM, so the VM can access the disk directly. We're using VMware ESXi 4.

I have heard that this can be done with SAN LUNs. But how about local disks?

Our storage controller is HP SmartArray P400.

Update: I tried adding the disk, bur the Raw Device Mapping option is greyed out. Are there any other way?

Arie K
  • 1,633
  • 5
  • 19
  • 27
  • Did you create a partition on the disk? – Massimo Aug 31 '09 at 10:27
  • Not yet. It's a fresh install of ESXi. ESXi automatically format it as VMFS, and label it as datastore2. I've deleted datastore2 from the list of datastores. – Arie K Aug 31 '09 at 12:04

3 Answers3

3

No problem, this can be done easily using 'raw device mapping' or by using VMFS on the disk - plus the P400 has a native driver in v4 too. You're onto a winner :)

Chopper3
  • 101,299
  • 9
  • 108
  • 239
1

As Chopper said, you can use RDM for direct access to the hardware, however, it may be more beneficial to format the SAS drive as a VMFS, create a vmdk file on it, and map that as an additional virtual disk. This way you'll take advantage of the encapsulation, making it easy to move, clone, snapshot, backup, etc.

I'm sure you have your own reasoning, though, e.g. performance or some other means of testing.

Kai
  • 470
  • 2
  • 7
-1

I did a quick search regarding your issue and I hope this could help you.

http://communities.vmware.com/thread/227633

EEAA
  • 109,363
  • 18
  • 175
  • 245
r0ca
  • 212
  • 2
  • 10
  • 25
  • Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Mark Henderson Dec 11 '13 at 02:38