From: Mulyadi Santosa <a_mulyadi@softhome.net>
To: qemu-devel@nongnu.org, Wesley Parish <wes.parish@paradise.net.nz>
Cc: steve@greengecko.co.nz
Subject: Re: [Qemu-devel] Fwd: qemu
Date: Sat, 29 Oct 2005 18:21:56 +0700 [thread overview]
Message-ID: <200510291821.56203.a_mulyadi@softhome.net> (raw)
In-Reply-To: <200510292007.16148.wes.parish@paradise.net.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
prev parent reply other threads:[~2005-10-29 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-29 7:07 [Qemu-devel] Fwd: qemu Wesley Parish
2005-10-29 11:21 ` Mulyadi Santosa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200510291821.56203.a_mulyadi@softhome.net \
--to=a_mulyadi@softhome.net \
--cc=qemu-devel@nongnu.org \
--cc=steve@greengecko.co.nz \
--cc=wes.parish@paradise.net.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).