diff --git a/pages/02.linux/xcp-ng/xe-cli/default.en.md b/pages/02.linux/xcp-ng/xe-cli/default.en.md index 8706997..0acbb1b 100644 --- a/pages/02.linux/xcp-ng/xe-cli/default.en.md +++ b/pages/02.linux/xcp-ng/xe-cli/default.en.md @@ -32,7 +32,7 @@ From command line: [shroot] ```sh -xe host-disable host={hostname} +xe host-disable host=$(hostname) ``` [/shroot] @@ -41,10 +41,19 @@ Migrate the VMs running on the host to other hosts in the pool, or shut them dow Reboot or shutdown. Can be done from XO, or from command line + [shroot] ```sh -xe host-reboot|host-shutdown host={hostname} +xe host-reboot host=$(hostname) +``` + +[/shroot] + +[shroot] + +```sh +xe host-reboot host=$(hostname) ``` [/shroot]