Problem about installing DB 10.2.0.1.0 on Solaris 10 (×86-64)

1.How to set kernel parameters with Solaris 10 (×86-64) for installing DB 10.2.0.1.0?
When I run the OUI, there are errors after product-specific prerequisite checking:
Checking kernel parameters
Checking for BIT_SIZE=64; found BIT_SIZE=64.     Passed
Checking for shmsys:shminfo_shmmax=4294967295; found no entry.     Failed <<<<
Checking for shmsys:shminfo_shmmni=100; found no entry.     Failed <<<<
Checking for semsys:seminfo_semmni=100; found no entry.     Failed <<<<
Checking for semsys:seminfo_semmsl=256; found no entry.     Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: The kernel parameters do not meet the minimum requirements (see above).
Checking available swap space requirements ...
Expected result: 4028MB
Actual Result: 1462MB
Check complete. The overall result of this check is: Failed <<<<
Problem: The system does not have the required swap space.
Recommendation: Make more swap space available to perform the install.
I set those parameters referrence with:
http://www.dizwell.com/prod/node/235
3.3 Setting Kernel Parameters
Now, when I issue the following command with oracle user:
prctl -n project.max-shm-memory -i project oracle
project: 101: oracle
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-memory
privileged 4.00GB - deny -
system 16.0EB max deny
prctl -n project.max-shm-ids -i project oracle
project: 101: oracle
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-ids
privileged 100 - deny -
system 16.8M max deny
prctl -n project.max-sem-ids -i project oracle
project: 101: oracle
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-sem-ids
privileged 100 - deny -
system 16.8M max deny
I don't know how to check process.max-sem-nsems???
2. Originally, I want to install DB 10.2.0.2 for simulant testing. After the installing of DB 10.2.0.1.0, how to upgrade to DB 10.2.0.2? what is the number of patch?

Hi, damorgan
I do follow Oracle Installation Guide, but the same errors are still existing.
And I think there are some error and unclear places in the document. I'm not sure because I don't familiar with Solaris. Maybe the document gives a general guide, but not suit for my thing. I'm wondering if there are some bugs on my Solaris or I really did wrong process...
I give the detail process as following:
Solaris 10 8/07 Operating System:
sol-10-u4-ga-x86-v1-iso.zip to sol-10-u4-ga-x86-v5-iso.zip
Oracle® Database Installation Guide
10g Release 2 (10.2) for Solaris Operating System (x86-64)
2.6 Configuring Kernel Parameters
http://download.oracle.com/docs/cd/B19306_01/install.102/b15704/pre_install.htm#BABGADGE
Oracle® Database Release Notes
10g Release 2 (10.2) for Solaris Operating System (x86-64)
4 Documentation Corrections and Additions
http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b15703/toc.htm#CHDBAHCD
issue following commands with root:
# /usr/sbin/groupadd oinstall
# /usr/sbin/groupadd dba
# /usr/sbin/useradd -g oinstall -G dba oracle
# passwd -r files oracle
# id -p
uid=0(root) gid=0(root) projid=1(user.root)
# id -a oracle
uid=100(oracle) gid=100(oinstall) groups=101(dba)
# su - oracle
$ id -p
uid=100(oracle) gid=100(oinstall) projid=3(default)
$ exit
# cat /etc/project
system:0::::
user.root:1::::
noproject:2::::
default:3::::
group.staff:10::::
# prctl -n project.max-shm-memory -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-memory
privileged 1006MB - deny -
system 16.0EB max deny
# prctl -n project.max-shm-memory -v 4gb -r -i project user.root
# prctl -n project.max-shm-memory -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-memory
privileged 4.00GB - deny -
system 16.0EB max deny
# prctl -n project.max-shm-ids -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-ids
privileged 128 - deny -
system 16.8M max deny
# prctl -n project.max-shm-ids -v 100 -r -i project user.root
# prctl -n project.max-shm-ids -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-ids
privileged 100 - deny -
system 16.8M max deny
# prctl -n project.max-sem-ids -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-sem-ids
privileged 128 - deny -
system 16.8M max deny
# prctl -n project.max-sem-ids -v 100 -r -i project user.root
# prctl -n project.max-sem-ids -i project user.root
project: 1: user.root
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-sem-ids
privileged 100 - deny -
system 16.8M max deny
# prctl -n project.project.max-sem-nsems -i project user.root
prctl: failed to get resource control for project.project.max-sem-nsems: Invalid argument
OK. Then I start another session with oracle user login in, and begin installing DB. Unfortunately, the errors after product-specific prerequisite checking:
Checking kernel parameters
Checking for BIT_SIZE=64; found BIT_SIZE=64. Passed
Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: The kernel parameters do not meet the minimum requirements (see above).
Checking available swap space requirements ...
Expected result: 4028MB
Actual Result: 1462MB
Check complete. The overall result of this check is: Failed <<<<
Problem: The system does not have the required swap space.
Recommendation: Make more swap space available to perform the install.

Similar Messages

  • A problem about installing javacc

    i have to install JavaCC2_1, i downloaded the JavaCC2_1.zip and unzip it
    but when i begin to install it ,an error appeared
    # java JavaCC2_1 -c
    Exception in thread "main" java.lang.NoClassDefFoundError: JavaCC2_1
    and I have already set the JAVA_HOME=/usr/j2se (default by solaris 9 for sparc)
    can somebody tell me why? thanks very much

    Hi,
    I am trying to run my first java program. Made a
    simple java program of printing a output in a textpad
    but when running from c:/jdk1.5.0/bin (javac aa it
    gives error javac: invalid flag: aa
    Usage: javac <options> <source files>) and when
    giving as javac aa.java, it says cant read aa.
    I guess my classpath needs to be set. Can you tell
    how?The problem isn't the classpath.
    You are not telling the javac command the correct location for your file aa.java.
    If aa.java is in the current directory, use javac aa.java. If it's in another directory, provide the full path to the file. For example, javac \dir1\dir2\dir3\aa.java

  • The problem about install openssl

    I want to install openssl on my mac
    when I use "./config" to install openssl the terminal said "sh: make: command not found".
    where is my problem?
    Thanks,
    Sandy

    You must install the Command Line Tools with Xcode. You can download Xcode 4 in the Mac App Store. Then, you must download the Command Line Tools in Apple Developer web or Xcode preferences. You need a free Apple Developer account

  • Problem about Install 10g Express Edition on my Debian 3.1 system

    Dear all,
    I've recently downloaded the oracle-xe-universal deb file from oracle.com.
    I installed the deb file on my system and it seems successful.
    But after I configured oracle with "/etc/ini.d/oracle-xe configure"
    I can't view the webpage on my firefox browser.
    It replied connection refused.
    And I tried sqlplus like this:
    niu@shuang:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 6 11:39:43 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    niu@shuang:~$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 6 11:40:19 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    niu@shuang:~$ sqlplus system@shuang
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 6 11:42:02 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    But when I use tnsping, it seems like that it's OK.
    niu@shuang:~$ tnsping shuang
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 06-MAR-2007 11:41:59
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    OK (0 msec)
    I searched all the website, but I can't find any hint.
    Would someone please help me?
    Any help would be appreciated and thanks in advance.

    $sqlplus sys/syspassword as sysdba
    SQL>startup;Thank you for your instant reply.
    I did as you said, but I got the following error:
    niu@shuang:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin$ sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 6 11:54:57 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Any other suggestion.
    I'm sure that my password is correct.

  • Problem about installing jdk on mandrake...

    hi. i downloaded j2sdk-1_4_1_01-linux-i586.bin and placed it in /usr directory. wrote the command
    ./j2sdk-1_4_1_01-linux-i586.bin
    now there exists this directory /usr/j2sdk1.4.1_01
    i wrote a simple application and copied it to /usr/j2sdk1.4.1_01/bin
    and te command
    /usr/j2sdk1.4.1_01/bin/javac test.java
    the output:
    bash: javac: commmand not found
    what do i have to do...thnaks..

    by you doing it this way /usr/j2sdk1.4.1_01/bin/javac test.java you should not need to set the class path and such because you are specifing the exact path to javac so you can compile.1 check and see if you have installed it right and make sure you are giving the right path to javac so to check and see if this is the right path to javac type this in the prompt
    ls /usr/j2sdk1.4.1_01/bin
    Then tell use if you see java,javac,jar and such in there if so your path there is right and it should work cause that is where javac is

  • I have a problem about install a new database on asm in RAC

    i installed crs and oracle db,next step i want to create a db on asm using dbca.rsp
    following info is some options in dbca.rsp,but i do not know how to edit my template file(here is mydb.dbc),let the datafile path point to ASM disk
    if it will create ASM diskgroup ORADG,it will also create path +ORADG/oradata directory automatically during dbca's create process?
    and can i put flash_recovery_are on asm?
    [GENERAL]
    RESPONSEFILE_VERSION = "10.0.0"
    OPERATION_TYPE = "createDatabase"
    [CREATEDATABASE]
    GDBNAME = "mydb"
    SID = "mydb"
    NODELIST={"rac1","rac2"}
    TEMPLATENAME = "mydb.dbc"
    SYSPASSWORD = "Myss123456"
    SYSTEMPASSWORD = "Myss123456"
    EMCONFIGURATION = "LOCAL"
    SYSMANPASSWORD = "Myss123456"
    DBSNMPPASSWORD = "Myss123456"
    STORAGETYPE=ASM
    DISKLIST=/dev/oracleasm/disks/VOL1,/dev/oracleasm/disks/VOL2
    DISKGROUPNAME=ORADG
    REDUNDANCY=EXTRENAL
    DISKSTRING="ORCL:*"
    ASM_SYS_PASSWORD="Myss123456"

    Hi,
    wouldn't create database using dbca is more easy and error-less?
    Template file format is basically like xml format. If you have created Diskgroup then you can use
    $ dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName mydb -sid mydb1,mydb2 -SysPassword Myss123456 -SystemPassword Myss123456 -emConfiguration NONE -storageType ASM -asmSysPassword Myss123456 -diskGroupName ORADG
    Cheers

  • Problem in installing Ultra Search

    Hi all,
    We are facing problem while installing Ultra Search for Oracle 9i in Sun Solaris server. The Ultra Search documentation says that the middle tier component includes the following :
    1. Ultra Search admininstration tool
    2. Ultra Search Java query API
    3. Ultra Search Java server page sample query qpplication
    But we are unable to see it either in the Oracle Universal Installer's list of installed components or in the database server's file system. The documentation says that for deploying the Ultra Search Administration Tool on a Third Party Middle Tier, the ear file :
    $ORACLE_HOME/ultrasearch/webapp/ultrasearch_admin.ear
    should be present. But we cannot find the directory "webapp" at that location.
    Does the ear file already get extracted during installation ?
    Are the three components listed above shown in the Oracle Universal Installer's list ?
    Where can we get the ear file for installation on a Third Party Application Server (iPlanet Server) ?
    Can anyone outline the Installation process for Ultra Search ?
    Thanks in advance.

    Hi,
    I assume you are installing Oracle 9iR2.
    It seems OUI did not install most of the Ultra Search files. Can you check in your
    oraInventory/Components directory for oracle.isearch.*?
    You should see
    oracle.isearch.client
    oracle.isearch.is_common
    oracle.isearch.server
    If not, these components have not been installed. Please check your installation procedure
    to make sure the following are checked:
    Oracle Ultra Search Middle-Tier
    Oracle Ultra Search Common Files
    Oracle Ultra Search Server
    follow up with me if you still have problems.
    David

  • Great Problemes after installing Yosemite (10.10.2 ) with Photoshop CS6....The program crashes --last time 10 times during my work session..wacomtable doesnt work..it is slow...and get error messages about the graphic card....It s a Terror to work with my

    great Problemes after installing Yosemite (10.10.2 ) with Photoshop CS6....The program crashes --last time 10 times during my work session..wacomtable doesnt work..it is slow...and get error messages about the graphic card....It s a Terror to work with my beloved Photoshop!

    The Yosemite upgrade very often damages existing Photoshop installations.  Thank Apple for that.
    You need to uninstall and re-install Photoshop, then apply all the Photoshop upgrades from scratch.
    But first, give us details about your setup:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

  • Problem with installing iTunes

    So these are my problems with installing iTunes.
    At first it was :
    A required iTunes component is not installed.Please repair or reinstall iTunes (-45019)
    Then it got worse as it would not even open and these would appear:
    The program can't start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.
    and this would appear:
    iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 126)
    I reinstalled maybe about 5 times or more...
    If I thought I solved the above problem, this would appear:
    iTunesHelper.exe is not installed on my computer.
    I seen other people comment that you should unistall and restart the computer and install the setup again, but it does not work..
    And others would say to repair the AAS or iTunes etc..
    And after trying all these it does not work???
    What else works?

    I also tried repairing the Microsoft NET.

  • What is the problem in installing 8.1.7 on Linux

    Hi
    I have seen a lot of posts discussing about
    problem in installing 8.1.7 on rh Linux 7.
    Can anyone tell me what is the actual problem, and do I need to download any patches to resolve it ?
    pam

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by pam:
    Hi
    I have seen a lot of posts discussing about
    problem in installing 8.1.7 on rh Linux 7.
    Can anyone tell me what is the actual problem, and do I need to download any patches to resolve it ?
    pam<HR></BLOCKQUOTE>
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>I hava a problem in ORACLE_SID variable during installation<HR></BLOCKQUOTE>
    null

  • Getting problem while installing Sql Server 2012

    I am using Windows 8 in my system. I am trying to install Sql Server 2012 in my system .
    But i am getting following error in the final.
    The required MSI package 'D:\SQL Server 2012\x86\setup\sql_engine_core_shared_msi' doesn't exist.
    Please, help me quickly.

    Hi,
    You post same question 3 times. Please avoid this practice on Forum, I 
    have merged the same thread  into this thread . Thanks for your understanding.
    In addition, as other post, you can copy the missing .msi file from the complete and unbroken installation media to your MSI package path. Then run as administrator again. And also check if your account has read and write permission for your installation
    media saving path. If the error still exists, you can check the SQL setup logs (Detail.txt and summary.txt) for analysis.
    There is similar issue about installing SQL Server failed due to miss the required MSI package.
    http://social.msdn.microsoft.com/Forums/en-US/2aa6136b-9ccd-4c97-a6d3-cbe408c38228/sql-server-2008-service-pack-1-installation-problem
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Problem while installing CS6, Please Help

    Hello everyone, I almost search every help available around the internet for my problem and can't figure that out. Hope you guys might had better knowledge about that. I am facing a problem while installing Photoshop CS6 version and I already deleted my previous version and I am receiving the pop of "LOW COMPATIBILITY". Please tell me what might be the problems and the way to get out of this situation so that I can continue doing work for my deals site dealaboo.

    Hi,
    Please share your system configuration on which you are trying to install Ps CS6.
    Regards,
    Ashutosh
    Ps Installer QE

  • Problem about Handling of Empty Files in File Adapter

    Hello everyone,
    NetWeaver 2004s --- XI
    In Sender i have a File Adapter.
    Now i meet a problem about Handling of Empty Files. When i send empty file, but don't cerate a leer message.
    I have seen following text in help document. But in adapter configuration i can not find the correspond parameter.
    can you give me some tips?
    Thx in advance
    best regards
    Yaning
    SAP Help Document über File Adapter
    +Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    &#9675;       Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected Processing Mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    &#9675;       Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected Processing Mode.
    &#9675;       Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.+
    Help Docu

    hi,
    it's available since Sp19 for XI 3.0
    and the corresponding SPS fpr XI 7.0
    http://help.sap.com/saphelp_nw04/helpdata/en/44/f565854b7341e6e10000000a1553f6/frameset.htm
    so probably you need to install the new SP
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • I Need To Know Some Information About Installing Windows On A Macbook Pro 13

    Hello !
    Actually Playing My Favourite Games Is A Problem Because I Can't Find DVD Games (Mac Version) For My Macbook Pro So I Found Out That You Can Install Windows 7 Software On A Mac But I Wanted To Know Some Information Like :
    - I Know That I Can Install It Using Boot Camp But I'll Need A Windows 7 DVD So Is There Some Specialized Version For Mac ? Or I Just Need A Normal Windows 7 DVD For PC ?
    - If I Installed Windows 7, Will I Lose The Mac OS X Lion ? Or I Can Have Both Softwares Together At The Same Time ?
    - If I Installed Windows 7, Will It Have The Same Specifications Of Macbook Pro 13 ? (Ex: 2.4 GHz Processor)
    - If I Installed Windows 7 And I Already Had Mac OS X Lion, Will The Macbook Lag Or It Will Work Properly ?
    - If There's Any More Info That You Know About Installing Windows 7 On A Macbook Pro 13, Please Provide Me With It, Thanks!

    This really is a forum about the MacBook Pro hardware.  The best place to ask your questions would be the Windows/BootCamp forum.  Your MacBook Pro 13 has one weakness that's going to make gaming a bad experience.  It has an integrated Intel HD graphics processor, whereas the higher end MacBook Pro's have discrete ATI graphics processors.  But the forum will help you out. 

Maybe you are looking for