Operating System - HP-UX
1752646 Members
5725 Online
108788 Solutions
New Discussion юеВ

Re: Oracle 11gR1 Installation on HP-UX11.31

 
vijaysk
New Member

Oracle 11gR1 Installation on HP-UX11.31

Hi I am installing oracle 11.1.0.7 on HP UX -11.31 and getting following Error....
kctune output says these parameters are set.

please help, below is the log

Checking kernel parameters
Checking for ksi_alloc_max=32768; no entry. Failed <<<<
Checking for max_thread_proc=1024; no entry. Failed <<<<
Checking for maxdsiz=1073741824; no entry. Failed <<<<
Checking for maxdsiz_64bit=2147483648; no entry. Failed <<<<
Checking for maxssiz=134217728; no entry. Failed <<<<
Checking for maxssiz_64bit=1073741824; no entry. Failed <<<<
Checking for maxuprc=3687; no entry. Failed <<<<
Checking for msgmni=4096; no entry. Failed <<<<
Checking for msgtql=4096; no entry. Failed <<<<
Checking for ncsize=35840; no entry. Failed <<<<
Checking for nflocks=4096; no entry. Failed <<<<
Checking for ninode=34816; no entry. Failed <<<<
Checking for nkthread=7184; no entry. Failed <<<<
Checking for nproc=4096; no entry. Failed <<<<
Checking for semmni=4096; no entry. Failed <<<<
Checking for semmns=8192; no entry. Failed <<<<
Checking for semmnu=4092; no entry. Failed <<<<
Checking for semvmx=32767; no entry. Failed <<<<
Checking for shmmax=1073741824; no entry. Failed <<<<
Checking for shmmni=4096; no entry. Failed <<<<
Checking for shmseg=512; no entry. Failed <<<<
Checking for vps_ceiling=64; 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).
Recommendation: Perform operating system specific instructions to update the kernel parameters.
======KCTUNE OUTPUT=====

##kctune | grep -i ksi_alloc
ksi_alloc_max 32768 nproc*8 Immed
##kctune | grep -i max_thread
max_thread_proc 1024 1024 Immed
nfs2_max_threads 8 Default Immed
nfs3_max_threads 8 Default Immed
nfs4_max_threads 8 Default Immed
##kctune | grep -i max_dsiz
##kctune | grep -i maxdsiz
maxdsiz 1073741824 1073741824 Immed
maxdsiz_64bit 2147483648 2147483648 Immed
##kctune | grep -i maxssiz
maxssiz 134217728 134217728 Immed
maxssiz_64bit 1073741824 1073741824 Immed
pa_maxssiz_32bit 83648512 Default Immed
pa_maxssiz_64bit 536870912 Default Immed
You have mail in /var/mail/root
##kctune | grep -i maxuprc
maxuprc 3686 nproc*9/10 Immed
##kctune | grep -i msgmni
msgmni 4096 nproc Immed
##kctune | grep -i msgtql
msgtql 4096 nproc Immed
##kctune | grep -i ncsize
ncsize 35840 8*nproc+3072
##kctune | grep -i nflocks
nflocks 4096 nproc Imm (auto disabled)
##kctune | grep -i ninode
ninode 34816 8*nproc+2048
vx_ninode 0 Default Immed
##kctune | grep -i nkthread
nkthread 7184 nproc*7/4+16 Immed
##kctune | grep -i nproc
ksi_alloc_max 32768 nproc*8 Immed
maxuprc 3686 nproc*9/10 Immed
msgmni 4096 nproc Immed
msgtql 4096 nproc Immed
ncsize 35840 8*nproc+3072
nflocks 4096 nproc Imm (auto disabled)
ninode 34816 8*nproc+2048
nkthread 7184 nproc*7/4+16 Immed
nproc 4096 4096 Immed
semmni 4096 nproc
##kctune | grep -i semmni
semmni 4096 nproc
semmns 8192 semmni*2
##kctune | grep -i semmnu
semmnu 4092 4092
##kctune | grep -i semvmx
semvmx 32767 32767
##kctune | grep -i shmmax
shmmax 1073741824 1073741824 Immed
##kctune | grep -i shmmni
shmmni 4096 4096 Immed
##kctune | grep -i shmseg
shmseg 512 512 Immed
##kctune | grep -i vps_c
vps_ceiling 64 64 Immed
vps_chatr_ceiling 4194304 4194304 Immed
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: Oracle 11gR1 Installation on HP-UX11.31

It looks like Oracle is broken and you'll need to contact them.
Your kctune(1m) values seem to meet the requirements.
vijaysk
New Member

Re: Oracle 11gR1 Installation on HP-UX11.31

which OS file is read by applications to read the kernel parameters.

why oracle is not able to read the values from HP any one have an idea?
Dennis Handly
Acclaimed Contributor

Re: Oracle 11gR1 Installation on HP-UX11.31

>which OS file is read by applications to read the kernel parameters.

Applications aren't likely to read files, they would invoke kctune(1m) to get the info.

>why oracle is not able to read the values?

It's broken, talk to Oracle.
You could try tusc to see what it's doing.
vijaysk
New Member

Re: Oracle 11gR1 Installation on HP-UX11.31

Hi, We found the solution for this problem..... this was a permission problem .

Oracle didn't has the permission to read the /stand/current file.

Solution was to change the permission of /stand/current file to 755.
Jose Mosquera
Honored Contributor

Re: Oracle 11gR1 Installation on HP-UX11.31

Hi,

If you are on PA-RISC:
http://download.oracle.com/docs/cd/B28359_01/install.111/b32325.pdf

If you are on Itanium:
http://download.oracle.com/docs/cd/B28359_01/install.111/b32329.pdf

The procedures for verifying the prerequisites in the installation of Oracle are not always updated. I suggest that you review these "warnings" and certifies:
1 .- Kernel's parameters obsolete for your HP-UX version,
2 .- Versions of patches installated in your system that supersedes at prerequistes patches.

After this certification, go ahead with the installation, ignore these "warnings".


You always have to go to "My Oracle Support" to resolve post-installation details:
https://support.oracle.com/CSP/ui/flash.html

Be prepared for mega-patch download up 7Gb to solve several performance critical issues on R1.

Rgds.