Operating System - HP-UX
1753532 Members
6293 Online
108795 Solutions
New Discussion юеВ

HP-UX 11i with oracle Installation in rp8400

 
Ajin_1
Valued Contributor

HP-UX 11i with oracle Installation in rp8400

Dear sir's

I want to install HP-UX 11i with oracle Installation in rp8400.any specific documents there for do it.please help

REGARDS
AJN
Thanks & Regards
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
4 REPLIES 4
Mel Burslan
Honored Contributor

Re: HP-UX 11i with oracle Installation in rp8400

RP8400s in my environment are running oracle (non-RAC) in a service guarded or standalone configurations and there is not much to do other than tuning your kernel a little bit differently than the default template.

As a quick way to make this happen, create a file as /usr/sam/lib/kc/tuned/oracle.tun and place the following lines in it :
------------cut here-------------
Kernel tuning file for Oracle

max_thread_proc 512 --
vps_ceiling 256 --
maxdsiz 0x40000000 --
maxdsiz_64bit 0x80000000 --
maxfiles 1024 --
maxfiles_lim 2048 --
maxssiz 0x8000000 --
maxssiz_64bit 0x40000000 --
maxtsiz 0x10000000 --
maxtsiz_64bit 0x40000000 --
maxswapchunks 16384 --
swchunk 4096 --
maxuprc ((nproc*8)/10) --
maxusers 512 --
msgmni (nproc) --
msgseg 32767 --
msgtql (nproc) --
nflocks 4096 --
semmni 4096 --
semmns (semmni*2) --
semmnu (nproc-4) --
semvmx 32768 --
shmmax 0x80000000 --
shmmni 512 --
------------cut here-------------

do not include the "------------cut here-------------" lines but anything in between.

Save this file.
go to SAM
select kernel parameters
select the pre-configured templates choice (I can not remember exact wording)
select the Oracle set
apply it
recompile kernel (will require reboot)

Word of caution:
These parameters are good for my particular case with the amount of physical memory on my servers and number of CPUs. You may need to tweak some parameters a bit up or down according to your particular case but this template in general should work fine with 11i non-RAC oracle installations.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Kranti Mahmud
Honored Contributor

Re: HP-UX 11i with oracle Installation in rp8400

Kranti Mahmud
Honored Contributor

Re: HP-UX 11i with oracle Installation in rp8400

Hi AJN,

http://ftp.novell.com/partners/oracle/docs/10gRAC-SLES9-POLYSERVE.pdf

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Viktor Balogh
Honored Contributor

Re: HP-UX 11i with oracle Installation in rp8400


Hi Kranti,

Your last link redirects to Novell, SLES9. The question was about HP-UX.

@Ajin:
I assume you want to install 11.11 (11i isn't an exact description officially)
Here is the install guide for HP-UX 11i

HP-UX 11i Install and Update Guide
http://docs.hp.com/en/5990-7279/5990-7279.pdf

****
Unix operates with beer.