Hi
I am trying to create a new harddisk to my VM. When I execute the command I get an error.
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows> get-vm "HORSE" | new-harddisk -capacitykb 10240
New-HardDisk : 03-06-2008 21:54:47 New-HardDisk No free LSI nodes
At line:1 char:32
+ get-vm "HORSE" | new-harddisk <<<< -capacitykb 10240
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows>
It is a VM without a SCSI controller, an I guess it tells me that. Then my question is: How do I add a SCSI controller??
Regards
Claus