* [Qemu-devel] Fwd: qemu
@ 2005-10-29 7:07 Wesley Parish
2005-10-29 11:21 ` Mulyadi Santosa
0 siblings, 1 reply; 2+ messages in thread
From: Wesley Parish @ 2005-10-29 7:07 UTC (permalink / raw)
To: qemu-devel
This was asked on my local CLUG. Does anyone have any experience in
clustering qemu? Any war stories, any gotchas, any hints?
Thanks
Wesley Parish
---------- Forwarded Message ----------
Subject: qemu
Date: Sat, 29 Oct 2005 11:13
From: Steve Holdoway <steve@greengecko.co.nz>
To: linux-users@it.canterbury.ac.nz
I'm trying to build up documentation on how to get oracle up and running on
qemu, and have a couple of questions that I can't seem to find anywhere in
the documentation:
1. How do I build my own .img file to boot?
2. Can I run multiple qemu sessions ( so I can run clustered oracle )?
Cheers,
Steve
-------------------------------------------------------
--
Clinersterton beademung, with all of love - RIP James Blish
-----
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Fwd: qemu
2005-10-29 7:07 [Qemu-devel] Fwd: qemu Wesley Parish
@ 2005-10-29 11:21 ` Mulyadi Santosa
0 siblings, 0 replies; 2+ messages in thread
From: Mulyadi Santosa @ 2005-10-29 11:21 UTC (permalink / raw)
To: qemu-devel, Wesley Parish; +Cc: steve
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-29 11:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29 7:07 [Qemu-devel] Fwd: qemu Wesley Parish
2005-10-29 11:21 ` Mulyadi Santosa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).