[Users] a simple utility to execute something on all VEs

2008-01-03 Thread Gregor Mosheh
http://wiki.openvz.org/ExecuteInAllVEs Simple but useful. If anybody has further enhancements, that'd be spiffy. -- Gregor Mosheh / Greg Allensworth System Administrator, HostGIS cartographic development hosting services http://www.HostGIS.com/ Remember that no one cares if you can back up,

Re: [Users] a simple utility to execute something on all VEs

2008-01-03 Thread Thorsten Schifferdecker
Hi Gregor, i suggest to use vzlist, insteed looking to /etc/vz/conf, so only command will execute on running ve's and it's you dont like execute command on VE 0, there's a 0.conf in /etc/vz/conf, too ;-) # for veid in `vzlist -Hoveid`; do vzctl exec $veid command; done Bye, Thorsten