While trying to add a new raw disk to a VM, it is throwing the error "A general system error occurred: Error creating disk Function not implemented". But the same is happening fine when I tried to do through vsphere client.
New-HardDisk
-VM"myvm1"-DiskTyperawPhysical-DeviceName"/vmfs/devices/disks/naa.6090a03800ff58405ce2b4e13901e00f"
Then the system spits out this error:
New-HardDisk : 7/20/2011 10:32:02 AM New-HardDisk The operation for the entity Vi
rtualMachine-vm-73 failed with the following message: "A general system error occurred: Err
or creating disk Function not implemented"
At line:1 char:13
+ New-HardDisk <<<< -VM "myvm1" -DiskType rawPhysical -DeviceName "/vmfs/devices/disks/n
aa.6090a03800ff58405ce2b4e13901e00f"
+ CategoryInfo : NotSpecified: (:) [New-HardDisk], SystemError
+ FullyQualifiedErrorId : Client20_TaskServiceImpl_CheckServerSideTaskUpdates_Operatio
If someone can lead me in the right direction, I would greatly appreciate it.