Follow these steps:
1) fdisk /vmfs/devices/disks/naa.60024e8070008600120483a60aaf60cc
2) type "n" for new partition
3) select "p" for primary partition
4) type "1" to enter the partition no.
5) type "enter" twice to set the default cylinder blocks (assuming you want the whole disk size for the partition)
6) type "t" to change partition type.
7) type "1" for the the partition no.
8) type "fb" to set the partition type to VMFS
9) type "w" to save the new partition table & quit.
Use "vmkfstools -C vmfs3 -b 4M /vmfs/devices/disks/naa.60024e8070008600120483a60aaf60cc:1" to create the vmfs filesystem.
PS: Please award points if any of the above information is useful.