- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Error
Operating System - HP-UX
1820117
Members
3162
Online
109619
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2001 03:20 AM
тАО07-25-2001 03:20 AM
HP-UX Error
Hai,
my oracle database has got shutdown automatically the lgwr process got killed.
I found a error file of lgwr in /software/oracle/rdbms/log/lgwr_5888.log
the error is :
error 313 detected in background process
OPIRIP:Uncaught error 447.Error stack:
ORA-00447:fatal error in background process
ORA-00313:open failed for members of log group 1 of thread 1
ORA-00312:online log 1 thread 1:`/software/oracle/dbs/log1CEN.dbf'
ORA-07362:sfifi: open error, unable to open file.
HP-UX Error:23:File table overflow
if any body could find
thanks in advance
radhakrishnan
my oracle database has got shutdown automatically the lgwr process got killed.
I found a error file of lgwr in /software/oracle/rdbms/log/lgwr_5888.log
the error is :
error 313 detected in background process
OPIRIP:Uncaught error 447.Error stack:
ORA-00447:fatal error in background process
ORA-00313:open failed for members of log group 1 of thread 1
ORA-00312:online log 1 thread 1:`/software/oracle/dbs/log1CEN.dbf'
ORA-07362:sfifi: open error, unable to open file.
HP-UX Error:23:File table overflow
if any body could find
thanks in advance
radhakrishnan
Negative thinking is a highest form of Intelligence
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2001 03:28 AM
тАО07-25-2001 03:28 AM
Re: HP-UX Error
Hi
I never use Oracle but your message come from
HPUX system error : you can't open a file
because you have too many open files !!!
You can modify tunables parameters in :
sam->kernel configuration->configurable parameters
I think you can modify "nfile" (increase values)
and ninode. I think that a database use a lot of
file locks so it may be interisting to increase
nflocks value.
Don't forget you need to rebuild a kernel so you
have to restart your server....
I can't say you if this error comes from another
problem on oracle's applications.
HTH
Herv?
I never use Oracle but your message come from
HPUX system error : you can't open a file
because you have too many open files !!!
You can modify tunables parameters in :
sam->kernel configuration->configurable parameters
I think you can modify "nfile" (increase values)
and ninode. I think that a database use a lot of
file locks so it may be interisting to increase
nflocks value.
Don't forget you need to rebuild a kernel so you
have to restart your server....
I can't say you if this error comes from another
problem on oracle's applications.
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2001 04:00 AM
тАО07-25-2001 04:00 AM
Re: HP-UX Error
Hi there.
Depending on the size of your machine you should enlarge these kernel parameters :
nfile
ninode
An Oracle database needs a lot of open files.
The database files, the online logs, the offline logs ( if exist ), the control files and so on.
Try to get the lsof utility to checl the number of oopen files used by Oracle.
Rgds
Alexander M. Ermes
Depending on the size of your machine you should enlarge these kernel parameters :
nfile
ninode
An Oracle database needs a lot of open files.
The database files, the online logs, the offline logs ( if exist ), the control files and so on.
Try to get the lsof utility to checl the number of oopen files used by Oracle.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2001 05:57 AM
тАО07-25-2001 05:57 AM
Re: HP-UX Error
definitly caused by kernel parameter nfile to small.
you should increase nfile.
if you are on 11.x first check the value of nfile
kmtune -q nfile
then increase nfile (double it )
kmtune -s nfile=xxx
build a new kernel
mk_kernel
schedule kernel update
kmupdate
and reboot box now or at a later time
shutdown -r
you should increase nfile.
if you are on 11.x first check the value of nfile
kmtune -q nfile
then increase nfile (double it )
kmtune -s nfile=xxx
build a new kernel
mk_kernel
schedule kernel update
kmupdate
and reboot box now or at a later time
shutdown -r
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP