On 7/24/07, Percy <[EMAIL PROTECTED]> wrote: > > Do you guys have any experience of installing > linux as guest os on a > remote linux server? Any pointers? Thanks.
Hi Percy, Yes, we've installed Linux as guest OS remotely, dozens of times. Try OpenVZ from http://wiki.openvz.org/Quick_installation (you can also do the installation of OpenVZ remotely as well), then just do a: vzctl create 101 --ostemplate centos-4 If you need more (e.g. 30), you can do this: for a in `seq 201 230`; do vzctl create $a --ostemplate centos-4; done HTH, -eric ____________________________________________________________________________________ Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

