📜  citrix restart vm - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:31.945000             🧑  作者: Mango

代码示例1
Restart a XenVM:
# /opt/xensource/bin/xe vm-reboot -u root vm-name=vm_name
or
# /opt/xensource/bin/xe vm-reboot -u root vm-id=vm_UUID
This restarts the specified XenVM.