It seems that it should be 1:2:0:3:
vmhba1:2:0:3
Here, vmhba1 specifies the second SCSI adapter activated by the command vmkload_mod .../XXX.o vmhba. (See VMkernel Module Loader for details on vmkload_mod.) The second number specifies the target on the adapter, the third number specifies the LUN (logical unit number) and the fourth number specifies the partition. Partition 0 (zero) implies the whole disk; otherwise, the number specifies the indicated partition.
--------------------------
[root@ROOTSERVER3 root]# vmkfstools -C vmfs3 -S vmhba1:2:0:3
Invalid destination specification:
vmkfstools: Argument missing
(The S-parameter specifies a partition name I suppose, so I left it open)
I tried the following:
[root@ROOTSERVER3 root]# vmkfstools -C vmfs3 vmhba1:2:0:3
Creating vmfs3 file system on "vmhba1:2:0:3" with blockSize 1048576 and volume label "none".
Usage: vmkfstools -C vmfs3 /vmfs/devices/disks/vmhbaW
Error: Invalid handle
Any idea?
Main Topics
Browse All Topics





by: bhanukir7Posted on 2008-06-09 at 07:00:43ID: 21743210
Hi
ort/esx21/ doc/ esx21a dmin_vmvkf stools.htm l
The command is
vmkfstools -C vmfs3 -S vmhba1:0:3 as in vmhba1:0:0 the "0" is the physical device
refer to this link for clarification.
http://www.vmware.com/supp
bhanu