Preinstallation check; Sysdef on Solaris 10

Hi,
Sysdef on solaris 10 doesn't work.
How to check the Kernal params during preinstallation of R12

Not any more in Solaris 10.You can still set the kernel parameters in Solaris 10 but with some caveats as follows -- Otherwise, it would not be documented in Metalink Notes (R12 installation) plus it would not work with me :)
- Values in /etc/system must be greater than the new defaults values of Solaris 10
- Any kernel parameters tunables that are obsolete in Solaris 10 are ignored
- Values specified in /etc/system are global and affect all processes on the system
- If you use /etc/system to set IPC rctl values, you must reboot the system for them to take effect
You can set system parameters temporarily by using prctl, but that is lost at reboot so you will need to add the command to the oracle user's .profile
The other option is to create a default project for the oracle user:
projadd -U oracle -K "project.max-shm-memory=(priv,2048MB,deny)" user.oracle
What this does?
- Makes a project named "user.oracle" with the user oracle as it's only member
- Because the name was of the form "user.username" it becomes the oracle user's default project
- The value of the maximum shared memory is set to 2GB, you might want to use a larger value here if you have more memory and swap
- No reboot is needed, the user will get the new value at their next login
You can check the default project associated with user with following command:
$ id -p oracle
Please check the following notes for more details:
Note: 429191.1 - Kernel setup for Solaris 10 using project files
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=429191.1
Note: 372972.1 - How To Set SHMMAX On SOLARIS 10 From CLI
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=372972.1

Similar Messages

  • How to check if my solaris 10 os is up to date?

    how to check if my solaris 10 os is up to date?

    Current Kernel Patch can be displayed using
    -bash-3.2$ uname -a
    SunOS g0043 5.10 Generic_150400-13 sun4v sparc sun4v
    Solaris 10 Update 11 Kernel Patches are 150400-1 till -22
    150400-22 was released a few days ago
    Best regards,
    Marcel

  • Check version in solaris 10

    Hi guys. Would like to know which release of solaris 10 ,i am at.? Like i know uname -a
    ## uname -a
    SunOS hes019 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-V240
    gives you only version 5.10, I would like to check release(level) >?
    Any comments ..info.. help is greatly appreciated.

    Please check the contents of "/etc/release" file

  • All 11g pre-requisites check failed on solaris 10

    During 11g R2 (64 bit) installation on Solaris 10 64 bit, all pre-requisites checks were failed.
    Like the first one given below:
    =======================
    Physical Memory - This is a prerequisite condition to test whether the system has at least 1GB (1048576.0KB) of total physical memory.
    Expected Value : n/a
    Actual Value : n/a
     List of errors:  - 
    PRVF-7531 : Physical memory check cannot be performed on node "sol11oracle-vm"  -
    Cause:  Could not perform check of physical memory on the node indicated.  -
    Action:  Ensure ability to access the node specified and view memory information.
    =======================
    It seems that oracle installer not able to resolve the name "sol11oracle-vm".
    Please suggest.

    Hi, know that its an old thread but anyway.
    Check metalink for *11GR2 INSTALL ON SOLARIS FAILS MANY PREREQUISITE CHECKS [ID 989727.1]*.
    Oracle 11gR2 software is NOT certified for:
    a.) Solaris 10 “less than update 6” with the right patches.
    b.) Solaris 10 “less than update 6” with a Solaris patch bundle.
    c.) Solaris 10 “less than update 6” with a Solaris release update
    It is only certified for a base install image of Solaris 10 update 6 or greater.

  • Check OBP from Solaris commands

    How to check the current OBP from a running Solaris instance?
    Best

    If you are to list out OBP eeprom settings, try the eeprom (1M) command. If you are trying to check the OBP version, I think the prtconf(1M) command with the "-V" switch should provide the version number.
    Hope this helps.
    S.T.

  • Package check installed on Solaris & HP-UX

    What is command to check the Package installed on Solaris & HP-UX.
    I can chek this with rpm -q <rpmname> in RHEL4

    iostat is used to check IO activity on your system.
    also check here
    http://www.redhat.com/magazine/011sep05/features/tools/
    There's slight output different on different unix systems but basic function are same.

  • User equivalence check failed in solaris 10

    Hi,
    i am trying to install oracle clusterware on solaris10.
    when i executed clusture varification utility , user equivalence test is failed.
    each node have same username,userid,group id
    and i configured SSH also using
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add after generation of rsa and dsa keys and putting this to authorization file.
    it is not asking password for ssh and scp after executing this command but again user equivalence check failed
    but after logging of and do login again to oracle user its not working. then again i have to set ssh that is
    exec /user/bin/ssh-agent
    /usr/bin/ssh-add
    wat else i have to check for this?
    can sombody help me to solve this

    Umesh Gupta wrote:
    Thay are same, i have already taken care of that..
    Node1:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Node2:-
    $ id oracle
    uid=101(oracle) gid=300(oinstall)
    Please suggest..
    Regards
    Umesh$exec /usr/bin/ssh-agent $SHELL
    $/usr/bin/ssh-add
    on any one of the nodes
    and check the output of cluvfy
    also refer the link:-
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28263/crsunix.htm#BEHIHBBF
    User equivalence check failed (RAC setup)
    Edited by: rajeysh on Aug 18, 2011 7:09 PM

  • Oracle 10g R2 installation on sun solaris 10 Sparc machine

    Hi there,
    I encountered the following problem during oracle 10g R2 installation on sun solaris 10 Sparc machine
    Error encountered:
    Using paramFile: /u01/Oracle/10gr2_db_sol/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 2266 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2335 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n]
    The following were the steps taken before encountering the above error
    1. logged into a workstation
    2. From its xterm terminal I logged to the oracle server via ssh oracle@ip
    3. keyed in the following at the command prompt
    DISPLAY=machine_name:0.0; export DISPLAY
    4. executed the following from the command prompt
    ./runInstaller
    Note: when executing the ./runInstaller, the preinstallation checking just hangs at Checking monitor: must be configured to display at least 256 colors. But the log file shows it failed during preinstallation checking as shown in Error encountered
    Please help me with this problem.
    Thank you
    Ravindran Kanniah

    It is because of UNIX shell. I also faced this error during installation.
    First check your shell by the following command.
    $ echo $SHELL
    Then select the below.
    For csh shell
    $ setenv DISPLAY 192.168.1.128:0.0
    $ export DISPLAY
    For sh,ksh and bash
    $ DISPLAY=192.168.1.128:0.0
    $ export DISPLAY
    After you do this check the value of DISPLAY variable.
    $ echo $DISPLAY
    If the DISPLAY variable is set then run ./runInstaller.
    One advice: Keep a complete log of your terminal session. This will help you in future :)
    -aijaz

  • Question of the output of "prstat -a" on solaris 10

    Hi, all
    Recently, I'm debugging a memory issue on the solaris 10 system. I executed the command like "prstat -U root -n 200 -s rss -a" to list all root user memory consumption and sorted by rss. I'm sure that the total number of root process is less than 100. My target is to find which root process takes the memory most. However I'm concerning the output of the above command. The summary on the bottom of the command showed that the total RSS of root was about 4G, the NPROC was about 150. When I did a "sum" of the RSS of all 150 root processes, the value was 1.5G which was far less than the 4G on the bottom summary.
    Does anyone know if my understanding is correct or not? Should they be identical?
    Thanks

    Because of the way Solaris allocates and reports memory usage it is often (very) hard to account for the different values reported by the various commands. Most often the differences involve shared memory.
    Why do you think you have a memory problem?
    Do you think the problem is with virtual or physical memory?
    Have you looked at:
    How to Check and Analyze Solaris Memory Usage [ID 1009500.1]
    GlenG

  • Solaris 10 with internet ?

    Hello, I am Spanish.
    This after this translated of Spanish-to-English, maybe the translation be bad XD
    I have just to have just to install the solaris 10, this very well, but I do not manage to have internet.
    I use a coneccion Ethernet, I do not understand why he does not recognize her and he gets connected, the ip goes for DHCP.
    In the Linux this is automatic.
    Graxs in advance

    You can check out the Solaris 10 installation documentation set at
    http://docs.sun.com/app/docs/coll/1236.1

  • Solaris 10 JET install and ZFS

    Hi - so following on from Solaris Volume Manager or Hardware RAID? - I'm trying to get my client templates switched to ZFS but it's failing with:
    sudo ./make_client -f build1.zfs
    Gathering network information..
    Client: xxx.14.80.196 (xxx.14.80.0/255.255.252.0)
    Server: xxx.14.80.199 (xxx.14.80.0/255.255.252.0, SunOS)
    Solaris: client_prevalidate
    Clean up /etc/ethers
    Solaris: client_build
    Creating sysidcfg
    WARNING: no base_config_sysidcfg_timeserver specified using JumpStart server
    Creating profile
    Adding base_config specifics to client configuration
    Adding zones specifics to client configuration
    ZONES: Using JumpStart server @ xxx.14.80.199 for zones
    Adding sbd specifics to client configuration
    SBD: Setting Secure By Default to limited_net
    Adding jass specifics to client configuration
    Solaris: Configuring JumpStart boot for build1.zfs
    Solaris: Configure bootparams build
    Starting SMF services for JumpStart
    Adding Ethernet number for build1 to /etc/ethers
    cleaning up preexisting install client "build1"
    removing build1 from bootparams
    removing /tftpboot/inetboot.SUN4V.Solaris_10-1
    svcprop: Pattern 'network/tftp/udp6:default/:properties/restarter/state' doesn't match any entities
    enabling network/tftp/udp6 service
    svcadm: Pattern 'network/tftp/udp6' doesn't match any instances
    updating /etc/bootparams
    copying boot file to /tftpboot/inetboot.SUN4V.Solaris_10-1
    Force bootparams terminal type
    -Restart bootparamd
    Running '/opt/SUNWjet/bin/check_client build1.zfs'
    Client: xxx.14.80.196 (xxx.14.80.0/255.255.252.0)
    Server: xxx.14.80.199 (xxx.14.80.0/255.255.252.0, SunOS)
    Checking product base_config/solaris
    Checking product custom
    Checking product zones
    Product sbd does not support 'check_client'
    Checking product jass
    Checking product zfs
    WARNING: ZFS: ZFS module selected, but not configured to to anything.
    Check of client build1.zfs
    -> Passed....
    So what is "WARNING: ZFS: ZFS module selected, but not configured to to anything." referring to? I've amended my template and commented out all references to UFS so I now have this:
    base_config_profile_zfs_disk="slot0.s0 slot1.s0"
    base_config_profile_zfs_pool="rpool"
    base_config_profile_zfs_be="BE1"
    base_config_profile_zfs_size="auto"
    base_config_profile_zfs_swap="65536"
    base_config_profile_zfs_dump="auto"
    base_config_profile_zfs_compress=""
    base_config_profile_zfs_var="65536"
    I see there is a zfs.conf file in /opt/SUNWjet/Products/zfs/zfs.conf do I need to edit that as well?
    Thanks - J.

    Hi Julian,
    You MUST create /var as part of the installation in base_config, as stuff gets put there really early during the install.
    The ZFS module allows you to create additional filesystems/volumes in the rpool, but does not let you modify the properties of existing datasets/volumes.
    So,
    you still need
    base_config_profile_zfs_var="yes" if you want a /var dataset.
    /export and /export/home are created by default as part of the installation. You can't modify that as part of the install.
    For your zones dataset, seems to be fine and as expected, however, the zfs_rpool_filesys needs to list ALL the filesystems you want to create. It should read zfs_rpool_filesys="logs zones". This makes JET look for variables of the form zfs_rpool_filesys_logs and zfs_rpool_filesys_zones. (The last variable is always picked up, in your case the zones entry. Remember, the template is a simple name=value set of variables. If you repeat the "name" part, it simply overwrites the value.)
    So you really want:
    zfs_rpool_filesys="logs zones"
    zfs_rpool_filesys_logs="mountpoint=/logs quota=32g"
    zfs_rpool_filesys_zones="mountpoint=/zones quota=200g reservation=200g"
    (incidentally, you don't need to put zfs_pools="rpool" as JET assumes this automatically.)
    So, if you want to alter the properties of /var and /export, the syntax you used would work, if the module was set up to allow you to do that. (It does not currently do it, but I may update it in the future to allow it).
    (Send me a direct e-mail and I can send you an updated script which should then work as expected, check my profile and you should be able to guess my e-mail address)
    Alternatively, I'd suggest writing a simple script and stick it into the /opt/SUNWjet/Clients/<clientname> directory with the following lines in them:
    varexportquotas:
    #!/bin/sh
    zfs set quota=24g rpool/export
    zfs set quota=24g rpool/ROOT/10/var
    and then running it in custom_scripts_1="varexportquotas"
    (Or you could simply type the above commands the first time you log in after the build. :-) )
    Mike
    Edited by: mramcha on Jul 23, 2012 1:39 PM
    Edited by: mramcha on Jul 23, 2012 1:45 PM

  • Installing Adobe flash on solaris 10

    Hi Everyone,
    After unpacking the solaris 10 flashplayer I got a single file at the end: libflashplayer.so. Can anyone out there tell me where to copy this file so as to activate flash functionality on my Solaris 10 Firefox 4.0 ?
    Thanks in advance.

    Hi,
    Are you on Sparc or x86?
    Copy the libflashplayer.so file to your plugins directory and it should get installed.
    I would suggest checking on the Solaris forums in case you have further issues or need more info.
    Hope this helps.
    Thanks

  • Application Migration from HP-UNIX to SUN Solaris

    Hi Gurus,
    Need help on the application migration from HP-UNIX to Sun Solaris . Copied the filesystems APPL_TOP, OA_HTML, OA_JAVA, COMMON_TOP/util and COMMON_TOP/_pages from SOURCE( HP) to TARGET SUN-solaris as per 238276.1
    Now trying to clone Autoconfig XML context file on the TARGET System
    perl adclonectx.pl migrate java=\opt\java1.4 \
    contextfile=\ul01\app\applmgr\lasrx\admin\LASRX_fiapd4.xml
    Error: source context file ul01appapplmgrlasrxadminLASRX_fiapd4.xml does not exist.
    Questions:
    ======
    1. we still need to install jdk in the TARGET or copy the file system from source(HP) to target( Solaris) bring the JDK and how to check jdk on Solaris?
    2. In clone autoconfig XML, contextfile=? Is the location of SOURCE or TARGER?
    3. I think running above with root permission.
    Please help somebody on this issue.
    Thank You.

    Hi Hussein,
    I need your help on the Application migration from HP-UNIX to SUN Solaris. As per the note 238276.1 we dont copy $806_ORACLE_HOME for cross platform migration, Copied all the filesystem from SOURCE to TARGET but rename it because it suppose to create while installing Middle tier.
    Issue:1
    =====
    When i start to set environment like below, i get the error and
    . /ul01/app/applmgr/lasrx/APPSORA.env
    ksh: /ul02/app/oracle/lasrx/8.0.6_new/LASRX_fiapd4.env: not found
    I am trying to install Middle Tier Technology Stack on SUN server ( Migrating from HP-UNIX to SUN solaris)
    Issue 2: ( Display error) while install Tech Stack
    =====
    ./rapidwiz -techstack
    Rapid Install Wizard is validating your file system......
    >> Wizard requires the DISPLAY variable to be set.
    >> Please set your DISPLAY variable and restart Rapid Install Wizard.
    even i can not see
    echo $DISPLAY because not set the environment.
    Need your help and suggetions on this.
    Thank You.

  • TCP connectivity of subnet error : pre installation check  oracle 11.2 RAC

    Hi,
    I am trying to setup RAC 11.2 on Centos 5.7.
    When I run the preinstallation check, I am getting this error:
    Check: Node connectivity of subnet "192.168.210.0"
    Source Destination Connected?
    rac2[192.168.210.102] rac1[192.168.210.101] yes
    Result: Node connectivity passed for subnet "192.168.210.0" with node(s) rac2,rac1
    Check: TCP connectivity of subnet "192.168.210.0"
    Source Destination Connected?
    falca:192.168.100.218 rac2:192.168.210.102 failed
    ERROR:
    PRVF-7617 : Node connectivity between "falca : 192.168.100.218" and "rac2 : 192.168.210.102" failed
    falca:192.168.100.218 rac1:192.168.210.101 passed
    Result: TCP connectivity check failed for subnet "192.168.210.0"
    Check: Node connectivity of subnet "192.168.100.0"
    Source Destination Connected?
    rac2[192.168.100.219] rac1[192.168.100.218] yes
    Result: Node connectivity passed for subnet "192.168.100.0" with node(s) rac2,rac1
    Check: TCP connectivity of subnet "192.168.100.0"
    Source Destination Connected?
    falca:192.168.100.218 rac2:192.168.100.219 failed
    ERROR:
    PRVF-7617 : Node connectivity between "falca : 192.168.100.218" and "rac2 : 192.168.100.219" failed
    falca:192.168.100.218 rac1:192.168.100.218 failed
    ERROR:
    PRVF-7617 : Node connectivity between "falca : 192.168.100.218" and "rac1 : 192.168.100.218" failed
    Result: TCP connectivity check failed for subnet "192.168.100.0"
    There is some problem between the physical IP and the private IP connection.
    However I am able to ping successfully and also SSH successfully between the physical IP and the private IP.
    What could be the problem?

    hello, i am have problems installa oracle RAC 11.2.0.3 Helpppppppppppppppp
    Here are the 2 Virtual machine details:
    VM used: Oracle Virtual box 4.2.8
    Cluster Version: 11g R2 (11.2.0.3)
    Windows version: Windows 2008 Server R2
    No of node: 2
    Node details:
    Node 1 hostname: w2008-112-rac1
    Public ip (eth0): 192.168.0.151
    Subnet mask: 255.255.255.0
    Default gateway: 192.168.0.1
    DNS: 192.168.0.4
    Private ip (eth1): 192.168.1.151
    Subnet mask: 255.255.255.0
    Default gateway: none
    DNS: none
    Node 2 hostname: w2008-112-rac2
    Public ip (eth0): 192.168.0.152
    Subnet mask: 255.255.255.0
    Default gateway: 192.168.0.1
    DNS: 192.168.0.4
    Private ip (eth1): 192.168.1.152
    Subnet mask: 255.255.255.0
    Default gateway: none
    DNS: none
    file hosts
    127.0.0.1 localhost.localdomain localhost
    # Public
    192.168.0.151 w2008-112-rac1.localdomain w2008-112-rac1
    192.168.0.152 w2008-112-rac2.localdomain w2008-112-rac2
    #Private
    192.168.1.151 w2008-112-rac1-priv.localdomain w2008-112-rac1-priv
    192.168.1.152 w2008-112-rac2-priv.localdomain w2008-112-rac2-priv
    #Virtual
    192.168.0.153 w2008-112-rac1-vip.localdomain w2008-112-rac1-vip
    192.168.0.154 w2008-112-rac2-vip.localdomain w2008-112-rac2-vip
    #SCAN (192.168.0.155 - 192.168.0.157 in DNS)
    192.168.0.155 w2008-112-scan.localdomain w2008-112-scan
    192.168.0.156 w2008-112-scan.localdomain w2008-112-scan
    192.168.0.157 w2008-112-scan.localdomain w2008-112-scan
    Error **************
    ERROR: PRVF-7617 : Node connectivity between "w2008-112-rac1: 192.168.0.151" and "w2008-112-rac2: 192.168.0.152" TCP connectivity check failed for subnet "192.168.0.0"
    help Plis ......

  • Solaris 10 JVM setting

    Hi Brother,
    I would like to check and change solaris 10 JVM default settting. Which file should I modify? and the JVM setting is set by user profile or for all users? and how can I check the exsiting JVM setting?
    Thanks

    Fantastic!
    On the good box I used
    /usr/openwin/bin/xterm -display localhost:10
    Success Xterminal popped up on Windows machine
    from problem box I got
    /xterm Xt error: Can't open display: localhost:10
    Arrrgh!
    But! I noticed something this time.
    so I shutdown all putty sessions
    deleted my saved entry for the Problem Solaris box
    And low and behold - Success
    The entry in putty must have been corrupt. When I was connecting to the Solaris box the connection was failing to register in .Xauthority (this is what i noticed!) so, i guess, the key in there was out of date and so... issues.
    Thanks for the advice. It opened up a new avenue of investigation which is what I needed.
    Regards,
    JP

Maybe you are looking for

  • How to create the relationship between ESSBASE 11 and DM in OBIEE11

    Hi Experts, I have one requirement that there is one property table named 'Store Master' in DW,and it contains a lot of attribute, such as Open Date, Close Date, IS 24 Hour etc. But another data source is essbase and based on this source, I create al

  • TS3212 Is anyone else having problems loading the newest version of iTunes (10.6.3) on Windows?

    Is anyone having problems loading the newest version of iTunes (10.6.3) using Windows Vista? My current iTunes program version 10.6.1 keeps telling me there is an update but when I try to load it the information box goes away and nothing happens.  I

  • Bluetooth not being detected on Windows XP SP2 (3000 N200)

    Hi, I removed windows vista that came preinstalled and installed a windows xp sp2. I downloaded the bluetooth drivers for my version ie. 3000 N200 0769 BBG. But the bluetooth is not being detected. The bluetooth LED is always off (Only the WLAN LED i

  • Unable to open .xslm file in Excel from Document Library

    When selecting edit on an Excel Macro file opens Excel Web App, with the warning 'Data validation', 'VBA Project', ... click Cancel and open it in Excel, but nothing in SharePoint will allow document to open in Excel. Using the ribbon 'Edit Document'

  • Help! MuVo^2 FM 5GB is fro

    Well the MuVo^2 FM was working perfectly fine till I charged it. When i came back it was stuck/frozen at 'MuVo^2 FM'. Ive tried to go into rescue mode and do all the stuff. it does not respond to usb when i plug it in the comp and when i try to use t