RFc Networking e Informatica
Pubblicata su RFc Networking e Informatica (https://www.rfc.it)

Home > VMware, aggiungere un disco a caldo

VMware, aggiungere un disco a caldo

Inviato da fabrizio il Mar, 21/05/2013 - 20:37

Con VMWare è possibile aggiungere un disco ad una macchina virtuale (guest) senza il riavvio dela macchina.

Dalla gestione delle macchine virtuali VMWare, dal menu Edit settings -> Add, si aggiunge il disco richiesto.

Questo è immediatamente disponibile alla macchina virtuale, bisigna solo dire al sistema operativo dellamacchina guest di 'cercarlo'

In linux, SLES, nel mio caso si può usare il comando rescan-scsi-bus.sh, una comoda shell che evita numerosi comandi.

 

oes2sp2:~ # rescan-scsi-bus.sh
Host adapter 0 (mptspi) found.
Scanning SCSI subsystem for new devices
Scanning host 0 for  SCSI target IDs  0 1 2 3 4 5 6 7, all LUNs
Scanning for device 0 0 0 0 ...
OLD: Host: scsi0 Channel: 00 Id: 00 Lun: 00
      Vendor: VMware   Model: Virtual disk     Rev: 1.0
      Type:   Direct-Access                    ANSI SCSI revision: 02
Scanning for device 0 0 1 0 ...
NEW: Host: scsi0 Channel: 00 Id: 01 Lun: 00
      Vendor: VMware   Model: Virtual disk     Rev: 1.0
      Type:   Direct-Access                    ANSI SCSI revision: 02
Scanning for device 0 0 1 0 ...
OLD: Host: scsi0 Channel: 00 Id: 01 Lun: 00
      Vendor: VMware   Model: Virtual disk     Rev: 1.0
      Type:   Direct-Access                    ANSI SCSI revision: 02
0 new device(s) found.
0 device(s) removed.
oes2sp2:~ #

rescan-scsi-bus.sh -h fornisce dettagli per il comando.

Forums: 
Linux [1]
Categoria: 
VMWare [2]
linux [3]

RFc -Restori Fabrizio Consulenze-  S.da Buffolara, 67 -43126 Parma- Tel. +39 335 240228 Fax +39 0521 940035   P.IVA 01788460341

webmaster: Fabrizio
Note

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37939674-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.rfc.it/piwik/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "1"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })();

URL di origine:https://www.rfc.it/forums/linux/vmware-aggiungere-un-disco-caldo

Links
[1] https://www.rfc.it/forums/informatica/linux-suse-e-affini [2] https://www.rfc.it/category/categoria/vmware [3] https://www.rfc.it/category/categoria/linux