DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Semaphore / Kernel parameters to

  1. #1
    Join Date
    Sep 2000
    Location
    Calcutta / Ahmedabad, India
    Posts
    137
    Hi !

    before installing Oracle Server on a Unix operating system,
    what are the various kernel parameters that have to be configured properly.

    What does one mean by Semaphore parameters.

    Suva

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    see the fllowing metalink doc.

    [url]http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=15566.1[/url]


    [Edited by sreddy on 01-22-2001 at 01:13 PM]

  3. #3
    Join Date
    Jun 2000
    Posts
    417
    If you just go to technet or metalink and find the installation guide it will tell you everything you need to know.

  4. #4
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    In /etc/system file, add/modify the following parameters:
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=20
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmsl=100
    set semsys:seminfo_semmns=2500
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=32767


  5. #5
    Join Date
    Sep 2000
    Location
    Calcutta / Ahmedabad, India
    Posts
    137

    /etc/system file

    We have a HP-UX 11.0 OS and i was not able to find /etc/system file where i was supposed to add/modify the kernel parameters

    suva

  6. #6
    Join Date
    Sep 2000
    Location
    Calcutta / Ahmedabad, India
    Posts
    137
    i have at last located the file.
    in HP UX it is in /stand/system
    Suvashish

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width