From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVord-00077q-JL for qemu-devel@nongnu.org; Sat, 29 Oct 2005 07:27:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVorb-00077A-Uc for qemu-devel@nongnu.org; Sat, 29 Oct 2005 07:27:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVorb-000775-Ox for qemu-devel@nongnu.org; Sat, 29 Oct 2005 07:27:07 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EVorb-0007XC-Lr for qemu-devel@nongnu.org; Sat, 29 Oct 2005 07:27:07 -0400 From: Mulyadi Santosa Subject: Re: [Qemu-devel] Fwd: qemu Date: Sat, 29 Oct 2005 18:21:56 +0700 References: <200510292007.16148.wes.parish@paradise.net.nz> In-Reply-To: <200510292007.16148.wes.parish@paradise.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510291821.56203.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Wesley Parish Cc: steve@greengecko.co.nz Hello > 1. How do I build my own .img file to boot? Simply use qemu-img to create one. There are many file types you can use, raw, cow,qcow and etc. After that, simply start qemu with this new blank image together with your favourite distro ISO image (pass the path and the filename to -cdrom) and install like usual. The installation procedure is 100% similar like installing Linux to real hard disk on real PC. > 2. Can I run multiple qemu sessions ( so I can run clustered oracle > )? yes you can. Simply run multiple qemu instance. Just remember to pass distinct MAC address number to each qemu instance. To save time so you don't need to build or copy multiple disk image, just use COW image file based on one raw disk image. You probably need to learn how to use VDE so you can build virtual network among qemu instance. read my HOWTO (qemu+openSSI HOWTO) on qemu.dad-answers.com "HOWTO" section on steps to create virtual openSSI cluster using qemu. You can adapt it on any other type of cluster. hope it helps. regards, Mulyadi