Remove numbering
This commit is contained in:
parent
9fe9a3afbf
commit
f8c9b9a910
@ -27,29 +27,29 @@ xe vm-start uuid={VM UUID}
|
|||||||
|
|
||||||
## Host reboot procedure
|
## Host reboot procedure
|
||||||
|
|
||||||
1. Disable the host so that no new VM can be started on this host and so that the rest of the pool knows that the host was disabled on purpose.
|
Disable the host so that no new VM can be started on this host and so that the rest of the pool knows that the host was disabled on purpose.
|
||||||
From command line:
|
From command line:
|
||||||
[shroot]
|
[shroot]
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
xe host-disable host={hostname}
|
xe host-disable host={hostname}
|
||||||
```
|
```
|
||||||
|
|
||||||
[/shroot]
|
[/shroot]
|
||||||
|
|
||||||
2. Migrate the VMs running on the host to other hosts in the pool, or shut them down.
|
Migrate the VMs running on the host to other hosts in the pool, or shut them down.
|
||||||
|
|
||||||
3. Reboot or shutdown.
|
Reboot or shutdown.
|
||||||
Can be done from XO, or from command line
|
Can be done from XO, or from command line
|
||||||
[shroot]
|
[shroot]
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
xe host-reboot|host-shutdown host={hostname}
|
xe host-reboot|host-shutdown host={hostname}
|
||||||
```
|
```
|
||||||
|
|
||||||
[/shroot]
|
[/shroot]
|
||||||
|
|
||||||
4. (After a reboot or host startup) Move VMs back to the host if appropriate. There is no need to re-enable the host: it is done automatically when it starts.
|
(After a reboot or host startup) Move VMs back to the host if appropriate. There is no need to re-enable the host: it is done automatically when it starts.
|
||||||
|
|
||||||
> [XCP-ng documentation](https://docs.xcp-ng.org/guides/host-reboot/)
|
> [XCP-ng documentation](https://docs.xcp-ng.org/guides/host-reboot/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user