Was this page helpful?

Xen CMD 指令詳解

    此篇紀錄所有 Xen console command 的用法。

    關閉 guest OS
    xe vm-list
    xe vm-shutdown vm=<uuid or name>
    
    完整移除 guest OS
    xe vm-list
    xe vm-uninstall uuid=<vm-uuid>
    -> Enter 'yes'
    
    顯示 Host 可用的 CPU 資訊
    xe host-cpu-list
    
    列出所有 guest OS 的 vm-uuid
    xe vm-list
    
    列出所有 storage disk
    xe vbd-list
    
    列出指定 guest OS 所用的 disk
    xe vm-lsit
    xe vbd-list vm-uuid=<vm-uuid>
    
    列出指定 guest OS 的所有參數值
    xe vm-list
    xe vm-param-list uuid=<vm-uuid>
    

     

     

    Was this page helpful?
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core