Vérifier la sur allocation mémoire sur les ESXs

By |2014-12-14T21:58:32+01:00October 10th, 2014|PowerCli, VMware, vSphere|

Connect-VIServer 10.179.100.1 $excel = New-Object -ComObject Excel.Application $excel.visible = $True $excel = $excel.Workbooks.Add() ### Initialisation du tableau Excel ### $Sheet = $Excel.Worksheets.Item(1) $Sheet.Cells.Item(1,1) = "Nom du Cluster" $Sheet.Cells.Item(1,2) = "Nom de l'ESX" $Sheet.Cells.Item(1,3) = "Mémoire Total de l'ESX / Mo" [...]

Nested ESXi – résoudre erreur : datastore conflicts with an existing datastore in the datacenter that has the same url

By |2014-12-14T22:05:22+01:00January 16th, 2014|Tutoriels, VMware, vSphere|

Pour nos LAB, une fois notre premier vESXi installé et les tools pour Nested ESXi installés (voir : http://vroomblog.com/install-vmware-tools-pour-esxi-de-lab-nested-esxi/) . On fait un clone de cet vESXi. On se connecte à la console de notre nouveau vESXi et on fait un [...]

Go to Top