Looking for a way to start/stop a group of CT

x3w

Member
Nov 20, 2011
16
0
21
hi to all,
Is there a way to start/stop a group of CT in "one click" from the proxmox interface ?
This could be handy as we have sometimes to do it on a lot of CT.
thanks for your help
 
no there isn't. but it's not too difficult using basic bash programming.

just create a file stopct.sh (executable)

with lines like

vzctl stop CTID1
vzctl stop CTID2
vzctl stop CTID3
...

execute on the CT's node, it should work

Marco