VIRTUALIZZAZIONE MACCHINE VECCHIE

Di più
5 Anni 10 Mesi fa #592 da fabioM1
fabioM1 ha creato la discussione VIRTUALIZZAZIONE MACCHINE VECCHIE
Nel caso sia necessario virtualizzare una macchina fisica vecchia con problemi di Shadow Copy o di installazione di VMWARE converter, eseguire le seguenti modifiche:

fare un backup con acronics o GHOST su un disco HDD USB
creare una macchina virtuale sul nuovo HOST e fare il restore.

assicurarsi che il disco di BOOT sia ben definito.
utilizzare eventualmente FALCON FOUR per indicare il BOOT

utilizzare l'iso UNIVERSAL restore di ACRONICS per eventualmente azzerare i DRIVER

molte volte i disco dovrà essere IDE
con virtual box non ci sono probemi, con ESXI bisogna eseguire queste piccole modifiche

___________________________________________________________________________
informazione prelevata da:
virtuallyfun.com/wordpress/2014/07/21/us...-on-vmware-esxi-5-5/

Using IDE hard disks on VMWare ESXi 5.5
Posted on July 21, 2014 by neozeed
I’m sure this applies to other versions as well.

VMWare stores the configs, and files on the UNIX file system, which you have to edit by hand. You can’t do this in the UI, as VMWare tries to be SCSI only. But if you manually edit the files, you too can enjoy a virtual IDE disk.

You need to enable SSH access to the ESX server, or do this change on the console. Configs live in:

/vmfs/volumes/<storage group name>/<virtual machine>/

So for example, mine is:

/vmfs/volumes/datastore1/UnixWare 7.1.1/

First, edit the .vmdk file. You are looking for the line:

ddb.adapterType = “buslogic”

And you change the buslogic to ide like this:

# Extent description

RW 16777216 VMFS “UnixWare 7.1.1-flat.vmdk”

# The Disk Data Base
#DDB

ddb.adapterType = “ide”
ddb.geometry.cylinders = “1044”
ddb.geometry.heads = “255”
ddb.geometry.sectors = “63”
ddb.longContentID = “8f535bb60df8d73a86c24853fffffff

The next thing is to alter the vmx file. By default the hard disk will be on scsi0 and you’ll see something like this:

scsi0.present = “TRUE”
scsi0:0.deviceType = “scsi-hardDisk”
scsi0:0.fileName = “UnixWare 7.1.1.vmdk”
scsi0:0.present = “TRUE”

And what we do is rename the scsi0:0 to ide0:0

ide0:0.present = “TRUE”
ide0:0.deviceType = “disk”
ide0:0.fileName = “UnixWare 7.1.1.vmdk”
scsi0:0.present = “TRUE”

Si prega Accedi a partecipare alla conversazione.

Tempo creazione pagina: 0.107 secondi
Powered by Forum Kunena