Hello all
I am using vmware perl SDK vdiskcreate.pl script to add HDD to virtual machine. Its working fine till 15 disk but as soon as i try to add 16 disk using the script i am getting error as "number of virtual devices exceeds the maximum number for a given controller"
when i try to add same 16th disk manually using vcenter i am able to add harddisk to the virtual machine. On checking in deep i found that when 16th disk is added to the virtual mahine its virtual disk node is changing from SCSI (0.15) to SCSI(1.0) which i think script is not able to do.
is there a fix for this or someone has fixed into his environment, please let me know
Thanks