Some_tips_for_management_promxmoxve

Some tips for management proxmxo VE

Force shutdown a vm

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#List all vm in pve
qm list 

# qm unlock the specific vm
qm unlock <vmid>

# qm stop the specific vm
qm stop <vmid>

# qm shutdown the specific vm
qm shutdown <vmid>


# Check vm status
qm list | grep <vmid>
Licensed under CC BY-NC-SA 4.0
Last updated on Sep 19, 2024 09:13 UTC
Built with Hugo
Theme Stack designed by Jimmy