VMware Cloud Community
GCR
Hot Shot
Hot Shot

RDM vmkfstools -r usage

I am trying to create an RDM by scripting using vmkfstools command.

I used vmkfstools -r <lun path> <rdm vmdk path>

I am not able to create and gives the error:

Raw device, '/vmfs/volumes/disks/vmhba32:2:51:1' doesn't exist, or isn't a disk.

Does any one already used this command and can be so kind to share the syntax to put it to work? Smiley Happy

Thank you in advance

Reply
0 Kudos
2 Replies
Texiwill
Leadership
Leadership

Hello,

I would use 'man vmkfstools' to get the manual page and some examples on its usage. Also you may wish to place a backslash in front of the : in the name of the vmhba. I.e. vmhba32\:2\:51\:1 as colons mean something to the shell. Also, you may want to use 0 as the partition or drop the partition altogether if there is nothing else on that LUN.


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.

Blue Gears Blogs - http://www.itworld.com/ and http://www.networkworld.com/community/haletky

As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
Reply
0 Kudos
GCR
Hot Shot
Hot Shot

It works with:

vmkfstools -r /vmfs/devices/disks/vmhba32:2:51:0 /vmfs/volumes/oDatastore/xpto/xpto.vmdk

Cheers,

GCR

Reply
0 Kudos