X x3w Member Nov 20, 2011 16 0 21 Jan 11, 2014 #1 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
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
M m.ardito Famous Member Feb 17, 2010 1,473 19 103 Torino, Italy Jan 13, 2014 #2 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
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