当前位置:Gxlcms > 数据库问题 > Oracle 应用之--VirtualBox UUID问题

Oracle 应用之--VirtualBox UUID问题

时间:2021-07-01 10:21:17 帮助过:14人阅读

Oracle 应用之--VirtualBox UUID问题

系统环境:

    操作系统: MAC OS 10.10.3

    应用软件:VirtualBox


故障:

         在使用以前安装的VirtualBox虚拟机时,提示“UUID 已存在......"


类似以下图片提示:


技术分享

在MAC OS系统解决方法,通过VirtualBox工具修改UUID:

rirunhongtekiMacBook-Pro:~ root# find / -name "win2008.vdi"
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
/Volumes/Macintosh HD/Users/ellenli2005/VB/win2008/win2008.vdi


UUID修改工具:

rirunhongtekiMacBook-Pro:~ root# VBoxManage

    1. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26  
    2. (C) 2005-2015 Oracle Corporation  
    3. All rights reserved.  
    4.   
    5.   
    6. Usage:  
    7.   
    8.   
    9.   VBoxManage [<general option>] <command>  
    10.    
    11.    
    12. General Options:  
    13.    
    14.   [-v|--version]            print version number and exit  
    15.   [-q|--nologo]             suppress the logo  
    16.   [--settingspw <pw>]       provide the settings password  
    17.   [--settingspwfile <file>] provide a file containing the settings password  
    18.    
    19.    
    20. Commands:  
    21.    
    22.   list [--long|-l]          vms|runningvms|ostypes|hostdvds|hostfloppies|  
    23.                             intnets|bridgedifs|hostonlyifs|natnets|dhcpservers|  
    24.                             hostinfo|hostcpuids|hddbackends|hdds|dvds|floppies|  
    25.                             usbhost|usbfilters|systemproperties|extpacks|  
    26.                             groups|webcams  
    27.   
    28.   
    29.   showvminfo                <uuid|vmname> [--details]  
    30.                             [--machinereadable]  
    31.   showvminfo                <uuid|vmname> --log <idx>  
    32.   
    33.   
    34.   ......


修改UUID:
rirunhongtekiMacBook-Pro:~ root# VBoxManage internalcommands sethduuid "/Volumes/Macintosh HD/Users/ellenli2005/VB/win2008/win2008.vdi"
UUID changed to: 88e9faad-0127-4ec1-9526-5a087d277b37
rirunhongtekiMacBook-Pro:~ root# 

修改完成后,就可以使用已有的虚拟机硬盘了!


本文出自 “天涯客的blog” 博客,请务必保留此出处http://tiany.blog.51cto.com/513694/1651059

Oracle 应用之--VirtualBox UUID问题

标签:oracle

人气教程排行