OpenVZ Forum


Home » General » Support » Starting & Stopping Multiple VPS...
Re: Starting & Stopping Multiple VPS... [message #26810 is a reply to message #26789] Fri, 01 February 2008 10:18 Go to previous messageGo to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

The easiest way to do it in sh is something like:

for C in $(seq 200 210); do echo $C; vzctl start $C; done


or

for C in 201 202 205; do echo $C; vzctl start $C; done


Kir Kolyshkin
http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: But why is the RAM gone?!
Next Topic: MAX_ULONG value
Goto Forum:
  


Current Time: Sun Aug 11 04:12:49 GMT 2024

Total time taken to generate the page: 0.02899 seconds