vin01's Posts

Hi Guys any script to get details of datastore name ,nna,& disk number,host ip.. For example If vm  Test has 3disks, I need info like this vm name,onwhich host test.vmdk1-- datastore... See more...
Hi Guys any script to get details of datastore name ,nna,& disk number,host ip.. For example If vm  Test has 3disks, I need info like this vm name,onwhich host test.vmdk1-- datastore name and its nna test.vmdk2-- datastore name and its nna test.vmdk3-- datastore name and its nna
Hi I need a script to get details like this in a cluster details like cluster name vmhost vms connected datastores to vm (like if the vm has 2datastores connected that datastore names a... See more...
Hi I need a script to get details like this in a cluster details like cluster name vmhost vms connected datastores to vm (like if the vm has 2datastores connected that datastore names and nna and that vm is presently resides on which host in the cluster)
thanks LucD..its worked..
Hi Guys I need a script to get info of vms which are having raw map in the datacenter.. Like this vm name cluster name esxi host ip disk name..(if it is disk 1 or 2) datastore name nna ... See more...
Hi Guys I need a script to get info of vms which are having raw map in the datacenter.. Like this vm name cluster name esxi host ip disk name..(if it is disk 1 or 2) datastore name nna i used the below script but i am unable to get datastore name,cluster & host info Get -VM | Get -HardDisk -DiskType "RawPhysical" , "RawVirtual" | Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName | fl Please suggest any modified script to get above information..
Hi Floks we had updated vcenter to latest build 5.5 from 5.1ver.,so after updating many of the vms are getting fail to auto migrate with in the cluster...it is throughing error like this.. ... See more...
Hi Floks we had updated vcenter to latest build 5.5 from 5.1ver.,so after updating many of the vms are getting fail to auto migrate with in the cluster...it is throughing error like this.. methodfault.summary pbm.fault.PBMfault.summary when this vmotion fails vms are unable to ping & we are not getting any remote access.Then we tryed to migrate manually it is going done without any errors... At this issue time we are unable to find any thing in vmkernel.logs,vmlogs etc...Case is esclated to vmware but still no solution..any help please...