ESXi attribuer un disque dur physique à une VM

De GiroudMathias Wiki
Aller à : Navigation, rechercher

Procédure[modifier]

1) Se logger en SSH sur l'hôte ESXi

2) Affiche la liste des disques dur

  esxcfg-mpath -l

Affiche la liste des partitions

  ls -la /vmfs/devices/disks

Récupérer le pointeur du disque souhaité (Ligne « Device: »)

3) Crée le pointeur

  vmkfstools -r /vmfs/devices/disks/<disque ou partition à pointer> /vmfs/volumes/<datastore vmware>/<nom du pointage>.vmdk

4) Il suffit maintenant (dans une machine virtuelle) d’ajouter un disque dur, utiliser un disque dur existant, le sélectionner, le mettre en SCSI, Mode Indépendant et Persistant.


Exemple[modifier]

  esxcfg-mpath -l
  sata.vmhba32-sata.0:0-mpx.vmhba32:C0:T0:L0
  Runtime Name: vmhba32:C0:T0:L0
  Device: mpx.vmhba32:C0:T0:L0
  Device Display Name: Local TSSTcorp CD-ROM (mpx.vmhba32:C0:T0:L0)
  Adapter: vmhba32 Channel: 0 Target: 0 LUN: 0
  Adapter Identifier: sata.vmhba32
  Target Identifier: sata.0:0
  Plugin: NMP
  State: active
  Transport: sata
  sata.vmhba0-sata.0:0-t10.ATA_____ST3250318AS_____________________________6VY0HBCF____________
  Runtime Name: vmhba0:C0:T0:L0
  Device: t10.ATA_____ST3250318AS_____________________________6VY0HBCF____________
  Device Display Name: Local ATA Disk (t10.ATA_____ST3250318AS_____________________________6VY0HBCF____________)
  Adapter: vmhba0 Channel: 0 Target: 0 LUN: 0
  Adapter Identifier: sata.vmhba0
  Target Identifier: sata.0:0
  Plugin: NMP
  State: active
  Transport: sata
  sata.vmhba33-sata.0:0-t10.ATA_____ST3250318AS_____________________________6VY0HB6F____________
  Runtime Name: vmhba33:C0:T0:L0
  Device: t10.ATA_____ST3250318AS_____________________________6VY0HB6F____________
  Device Display Name: Local ATA Disk (t10.ATA_____ST3250318AS_____________________________6VY0HB6F____________)
  Adapter: vmhba33 Channel: 0 Target: 0 LUN: 0
  Adapter Identifier: sata.vmhba33
  Target Identifier: sata.0:0
  Plugin: NMP
  State: active
  Transport: sata
  vmkfstools -r /vmfs/devices/disks/t10.ATA_____ST3250318AS_____________________________6VY0HB6F____________ /vmfs/volumes/datastore1/HDD01.vmdk