欢迎来到天天文库
浏览记录
ID:43060381
大小:165.51 KB
页数:12页
时间:2019-09-26
《xen下安装虚拟机》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、使用xm命令管理虚拟机 我们安装虚拟机时,给虚拟机启的名字叫做"domain" ,我们在真机中,使用xm命令来管理"domain".xm命令主要选项如下图 xm需要了解和撑握的命令选项如下: xmlist 列出当前系统中所有的"domain" 在我的机器里,现在没有启用的虚拟机,只有1个Domain-0也就是本机,刚才已经在本机上建立了一个"domain"并安装了虚拟系统,可是在这里并没有出现。 xmcreate "domainname" 或xmcreate/etc/xen/"domain配置文件" 我刚才建立的domainname是“centos”所以,在这
2、里,我输入xmcreatecentos 这条命令也可以这样 xmcreate/etc/xen/centos xmconsole "domainname" 连入"domain"控制台xmconsole后面可以直接跟着"domainname" 也可以使用xmlist查看domainID使用xmconsole"ID"的方式连入虚拟机系统的控制台 上图是使用"domainname"的形式 使用xmconsole"ID"形式 xmdestroy"domainname" 立即终止一个domain,在使用这条命令之后,再用xmlist就查看不到被终止的domain 如果想要再
3、次启用被终止的domain就要使用xmcreate"domainname" 还有一部分选项比较的简单,这里就不详细去说明了,例如: pause 暂停一个domain reboot 重新引导一个domain save&restore save是保存domain的运行状态,restore主用于恢复用svae保存的domain机状态 shuadown关闭一个domain 等等,相信大家看一下帮助都能懂的xenvirt-install命令2009年06月17日星期三下午04:15virt-install其实就是我们常使用的virt-manager的命令行。看一下它的用法:[r
4、oot@maxcm~]#virt-install--helpusage:virt-install--nameNAME--ramRAMSTORAGEINSTALL[options]options:-h,--help showthishelpmessageandexit--connect=CONNECT ConnecttohypervisorwithURIGeneralOptions: -nNAME,--name=NAME Nameoftheguestinstance -rMEMORY,--ram=M
5、EMORY Memorytoallocateforguestinstanceinmegabytes --arch=ARCH TheCPUarchitecturetosimulate -uUUID,--uuid=UUID UUIDfortheguest. --vcpus=VCPUS Numberofvcpustoconfigureforyourguest --check-cpu Checkthatvcpusdonotexceedphys
6、icalCPUsandwarn iftheydo. --cpuset=CPUSET SetwhichphysicalCPUsDomaincanuse. --os-type=DISTRO_TYPE TheOStypeforfullyvirtualizedguests,e.g. 'linux','unix','windows' --os-variant=DISTRO_VARIANT Th
7、eOSvariantforfullyvirtualizedguests,e.g. 'fedora6','rhel5','solaris10','win2k' --host-device=HOSTDEVS Physicalhostdevicetoattachtothedomain.FullVirtualizationspecificoptions: --sound Usesounddeviceemul
此文档下载收益归作者所有