All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Davide Bologna <davide.bologna@yahoo.it>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: Virtualizing RedHat 6.1
Date: Fri, 31 Jul 2009 12:07:38 +0400	[thread overview]
Message-ID: <4A72A64A.1080006@msgid.tls.msk.ru> (raw)
In-Reply-To: <1248989043.4984.3.camel@fujiko.home.net>

Davide Bologna wrote:
[]
>> That all to say: there's no need to run Oracle8i on old (and buggy) system, current
>> linux works.
> 
> I am glad if you can point me to instruction for installing it on Lenny.

I don't have instructions per se.  I don't even remember how I installed it in
the first place.  At least installer required some option to omit host OS check,
it's in the `runInstaller -help' output somewhere, and there was something about
gcc version (it needs gcc-3.4 at max if memory serves me right, or even 2.95).
Also first 8i release does not work, it fails at relink stage, which can safely
be ignored and done later when 8.1.7.4 patchset is installed.

But once installed (you may even do it on real rh-6.x) you can just copy it to
another machine (together with a few user/group definitions and a few files in
/etc) or upgrade your current one.  That's basically what I always did.

What I tried to say really is -- if you want to run it on 64bit system you need
a special program I wrote to set up linux personality properly.  While 64bit
kernel is able to run 32bit executables just fine, oracle8i is buggy and assumes
3g/1g memory split, while on 64bit kernel it's more like 4g/0g (it gives almost
all 4g memory to userspace), and oracle crashes at startup.  But only on 64bit
system and without ADDR_LIMIT_3GB personality flag.

 > Maybe better off-list as is not kvm related.

Sure it's not kvm-related, but you're not first to have this idea.  There are 8i
installs still (8i is not supported anymore by Oracle).  Lacking better place,
let's make it archived and findable here... ;)

/mjt

  reply	other threads:[~2009-07-31  8:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 15:27 Virtualizing RedHat 6.1 Davide Bologna
2009-07-30 15:51 ` Avi Kivity
2009-07-30 18:29 ` Michael Tokarev
2009-07-30 21:24   ` Davide Bologna
2009-07-31  8:07     ` Michael Tokarev [this message]
2009-07-31 10:22       ` Davide Bologna

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=4A72A64A.1080006@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=davide.bologna@yahoo.it \
    --cc=kvm@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.