Operating System - HP-UX
1748180 Members
4161 Online
108759 Solutions
New Discussion юеВ

Re: Something wrong with OS version

 
SOLVED
Go to solution
rustam_2
Super Advisor

Something wrong with OS version

Hi all,
I dont know why but my OS behavior is a bit strange this week. During installation Oralce i got error:
Checking operating system requirements ...
Expected result: One of 11.23
Actual Result: 11.31
Check complete. The overall result of this check is: Failed <<<<
Problem: Oracle Database 10g is not certified on the current operating system.
Recommendation: Make sure you are installing the software on the correct platform.

I installed several time from this distributive and didnt face problem like this. Why OS gives me this error now?

I dont think that i'm confusing and installing different distributive of Oracle. Anywhere does OS have problem or my Oracle's version of platform?

regards,
Rustam
15 REPLIES 15
Michal Kapalka (mikap)
Honored Contributor

Re: Something wrong with OS version

hi,

use this command :

./runInstaller -ignoreSyspre

mikap

Michal Kapalka (mikap)
Honored Contributor

Re: Something wrong with OS version

hi,

./runInstaller -ignoreSysPreReqs

mikap
rustam_2
Super Advisor

Re: Something wrong with OS version

Hi mikap,
i know this trouble about -ignoresysPrereqs. I even started OUI and before installing oracle i got error. I attached screen of OUI.

regards,
rustam
Michal Kapalka (mikap)
Honored Contributor

Re: Something wrong with OS version

hi,

ok but this is only a warning.

go to next.

before you start installation of the Oracle DB, check this prerequirements.

patches + kernel parameters, enviroment settings ...

mikap
rustam_2
Super Advisor

Re: Something wrong with OS version

mikap,
i checked log file and found this error line:
>>>
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \
/u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
cc +DD64 -c ntcontab.c ;\

rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\

mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\

/usr/ccs/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)

INFO: Error: Demo mode has expired.
Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle
INFO:
INFO: *** Error exit code 255
INFO:
Stop.
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-03-05_11-40-02PM.log' for details.
Exception Severity: 1

What does mean ->>
'INFO: Error: Demo mode has expired.
Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle'
Should i install full\commercial version of this bundle?'

regards,
rustam
Michal Kapalka (mikap)
Honored Contributor

Re: Something wrong with OS version

Dennis Handly
Acclaimed Contributor

Re: Something wrong with OS version

>What does mean ->> INFO: Error: Demo mode has expired.
>Should I install full/commercial version of this bundle?

(Since that pays my salary, of course. :-)

No, you should remove your useless Eval compiler and Oracle should install.
Unless want to do C or C++ development and aren't using GNU.
rustam_2
Super Advisor

Re: Something wrong with OS version

Thanks, mikap and Dennis.

>>(Since that pays my salary, of course. :-)
So these bundles arent free? I thought many things for Unix\Linux's distributives are free :)

>>No, you should remove your useless Eval compiler
Um... how can i determine which ones useful and other useless? At least C/aC++ Developer's Bundle
is important for ORACLE therefore i cant install (appear error during installation).

>> aren't using GNU
what does it mean?

regards,
rustam
Michal Kapalka (mikap)
Honored Contributor
Solution

Re: Something wrong with OS version

Hi rustam,


Um... how can i determine which ones useful and other useless? At least C/aC++ Developer's Bundle
is important for ORACLE therefore i cant install (appear error during installation).

- if you have evulotion/trial licensed sw, and the test period is over, the software is no usable,
so just remove the bundle, and it should be possible to install you Oracle DB.

FYI : HP C/ANSI C developer's bundle Developer & Solution Partner Program (DSPP)

http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=4b080f1bace021100f1bace02110275d6e10RCRD


mikap