BACKUP:
Connect-VIServer vcenter -User administrator -Password password
Get-VMHost | get-VMHostFirmware -BackupConfiguration -DestinationPath d:\esxibackup
RESTORE:
$esxi = get-vmhost esxi01
Set-VMHost $ESXi.Name -State 'maintenance'
Set-VMHostFirmware -vmhost $ESXi -Restore -SourcePath “D:\temp\esxibackup\” -HostUser root –HostPassword password
http://www.shogan.co.uk/?p=1095
Комментариев нет:
Отправить комментарий