Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Installer doesn't seem to recognize available swap space when de-installing.

Re: Oracle Installer doesn't seem to recognize available swap space when de-installing.

From: shakespeare <whatsin_at_xs4all.nl>
Date: Mon, 19 Nov 2007 22:42:59 +0100
Message-ID: <4742036c$0$227$e4fe514c@news.xs4all.nl>

"The Boss" <usenet_at_No.Spam.Please.invalid> schreef in bericht news:4740bab0$0$233$e4fe514c_at_news.xs4all.nl...

> shakespeare wrote:
>> "Jeroen van den Broek" <nltaal_at_baasbovenbaas.demon.nl> schreef in
>> bericht news:1195065010.910458.18910_at_22g2000hsm.googlegroups.com...

>>> Suse SLES-9 on zSeries (64-bit)
>>> Oracle10gR2 (10.2.0.3)
>>>
>>> About two weeks ago I did an unsuccessful install that failed during
>>> the link phase (due to a missing 32-bit package that wasn't mentioned
>>> in the Install Guide), although it passed the prerequisite check
>>> without any errors.
>>> Now I wanted to give it another go after doing a cleanup by running
>>> the silent deinstall command mentioned in the OUI and OPatch User
>>> Guide:
>>>
>>> ---------
>>> ./runInstaller -deinstall ORACLE_HOME=<LOCATION_OF_ORACLE_HOME>
>>> "REMOVE_
>>> HOMES={<LOCATION_OF_ORACLE_HOME_TO_BE_REMOVED>}" -silent
>>> ---------
>>>
>>> To my surprise, it failed during the same prerequisite check that was
>>> passed during the install:
>>>
>>> ---------
>>> Starting Oracle Universal Installer...
>>>
>>> Checking installer requirements...
>>>
>>> Checking operating system version: must be redhat-3, SuSE-9,
>>> redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
>>> Passed
>>>
>>>
>>> All installer requirements met.
>>>
>>> Checking Temp space: must be greater than 80 MB. Actual 1348 MB
>>> Passed
>>> Checking swap space: 0 MB available, 150 MB required. Failed <<<<
>>>
>>> Some optional pre-requisite checks have failed (see above).
>>> ---------
>>>
>>> However, there is more than enough swapspace available:
>>>
>>> ---------
>>> grep SwapTotal /proc/meminfo
>>> SwapTotal: 1048568 kB
>>> ---------
>>>
>>> Anyone seen something like this before or have a hint at what might
>>> be the cause of this?
>>>
>>> --
>>> Jeroen
>>>
>>
>>
>> Did you put your environment in 32 bit emulation before starting the
>> installer?
>>
>> Shakespeare
>
> Not that I'm aware of.
> Why (and how) should I do that?
>
> By the way:
> as the Installer with deinstall option didn't allow for ignoring the 
> "failure", I just removed both the Oracle Home and the Inventory 
> directories. After that I started a fresh install. Unlike the first 
> install, I again was faced with the "zero swapspace available" message, 
> but now I was able to just ignore the message and the install just 
> finished without further problems.
> Weird...
>
> (Still would be interested though why I should run the Installer in 32-bit 
> emulation)
> -- 
> Jeroen
>

Seems to be a linux 64 bit thing, but may not be applicable to your situation. It's in the application server installation guide (maybe not for DB installations)...

Always use 32-bit shell emulation, use the following command before running the installer and any other Oracle Application Server commands or scripts:
# linux32 bash

By the way: you should check SwapFree, not SwapTotal. Looks like the installer did not empty your swapspace.

Shakespeare Received on Mon Nov 19 2007 - 15:42:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US