Home » Infrastructure » Unix » StackTooSmall NoFilesTooSmall == ulimitOK (SunOS 5.8 SPARC 64bit; Upgrade 9.2.8 -> 10.2.x)
StackTooSmall NoFilesTooSmall == ulimitOK [message #512954] Thu, 23 June 2011 01:39 Go to next message
drovnik
Messages: 34
Registered: January 2011
Location: Gaborone, Botswana
Member

I am planning an upgrade from 9.2.0.8 to 10.2.0.5 on SunOS 5.8 SPARC and am having the following reported by hcve / preinstall tool.

I have been going through the documentation and I cannot seem to find anywhere that I set the ulimits to appropriate values. I saw the command

chuser nofiles=4096 oracle

but there appears to be no executable like that on my machine.



Rule A00190: ulimits OK?
Description

This rule verifies that the ulimit settings are adequate for installing Oracle Database 10g.
Unmatched Actions

StackTooSmall
NoFilesTooSmall == ulimitOK

Default Action

Result: FAILED
Value: StackTooSmall
NoFilesTooSmall

Review the ulimit settings and check the recommended values from the Oracle Database Installation Guide 10g Release 2 (10.2) for Solaris before installing the software.

Return Value Action

TimeNotDefined ulimit(TIME) is not defined
TimeTooSmall Increase the ulimit(TIME) to unlimited
FileNotDefined ulimit(FILE) is not defined
FileTooSmall Increase the ulimit(FILE) to unlimited
DataNotDefined ulimit(DATA) is not defined
DataTooSmall Increase the ulimit(DATA) to a minimum of 1048576
StackNotDefined ulimit(STACK) is not defined
StackTooSmall Increase the ulimit(STACK) to a minimum of 32768
NoFilesNotDefined ulimit(NOFILES) is not defined
NoFilesTooSmall Increase the ulimit(NOFILES) to a minimum of 4096
VmemoryNotDefined ulimit(VMEMORY) is not defined
VmemoryTooSmall Increase the ulimit(VMEMORY) to a minimum of 4194304




Any ideas would be much appreciated. Sad
Re: StackTooSmall NoFilesTooSmall == ulimitOK [message #512960 is a reply to message #512954] Thu, 23 June 2011 01:56 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I have no Sun but if you execute "man ulimit" I think you sould have the information how to set the limits.

Regards
Michel
Re: StackTooSmall NoFilesTooSmall == ulimitOK [message #512995 is a reply to message #512960] Thu, 23 June 2011 03:34 Go to previous messageGo to next message
drovnik
Messages: 34
Registered: January 2011
Location: Gaborone, Botswana
Member

See below but I need to adjust the stack & nofilies

time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 1024
vmemory(kbytes) unlimited
pako@morojwa # (/export/home/pako)


Re: StackTooSmall NoFilesTooSmall == ulimitOK [message #513001 is a reply to message #512995] Thu, 23 June 2011 03:52 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
In AIX it is:
ulimit -s unlimited
ulimit -n unlimited

In Solaris, you have to read "man ulimit" to know what it is.

Regards
Michel
Previous Topic: How to Force SENDMAIL to Rewrite Sender Addresses in Solaris
Next Topic: need suggestion
Goto Forum:
  


Current Time: Fri Apr 19 15:51:00 CDT 2024