HPUX Error 23 File table overflow
一套HP-UX 11.23+Oracle 10g 10.2.0.4 RAC環境,早上10點多發現節點1出現異常,在告警日誌中出現如下錯誤:
Thu Dec 29 10:56:43 2011
Errors in file /opt/oracle/product/admin/portal/udump/portal1_ora_24701.trc:
ORA-15025: could not open disk '/dev/vgarch/rraw02'
ORA-27041: unable to open file
HPUX-ia64 Error: 23: File table overflow
Additional information: 3
搜尋了下,該錯誤是因為開啟檔案數達到最大值造成的,於是檢視了下該節點的開啟檔案數:
sar -v 3 5 或者 kcusage nfile 都可以檢視
# kcusage nfile
Tunable Usage / Setting
=============================================
nfile 65924 / 66000
可以從上面結果看到這個值已經快到最大值了。
接著更嚴重的情況出現了,執行系統命令也會出現錯誤了:
# kcusage nfile
/usr/lib/hpux64/uld.so: Unable to open '/usr/lib/hpux64/dld.so'.
Abort(coredump)
$ crs_stat -t
aCC runtime: Uncaught exception of type "FatalCommsException".
Abort(coredump)
$ tail -1000 /opt/oracle/product/admin/portal/bdump/alert_portal1.log | grep -iE 'ora-|error'
sh: Cannot create a pipe.
同時同事在另一臺堡壘機上也登陸不了系統。
時間緊迫,只剩下另一個節點在跑著,想著趕緊把這個節點拉起來,手工重啟節點之後,問題得到解決,檢視了下nfile也降到了正常水平。
接下來的問題就是查下是oracle bug還是os bug,或者說還是預設引數值不適合,需要增加該引數的值。
附:
檢查作業系統的核心引數,可以使用作業系統管理器來檢視下引數設定值是多少:
/usr/sbin/sam命令可以開啟管理器,以此開啟Kernel Configuration--Configurable Parameters可以檢視具體的引數。
關於引數的設定,oracle建議設定如下:
nfile (15*nproc+2048)
nproc 4096
可以得出nfile=15*4096+2048=63488.
另外有網友說到如果要進行監控,那麼提醒閥值=oracle.process*oracle.datafiles+2048,極限值=nproc*oracle.datafiles。
-The End-
Thu Dec 29 10:56:43 2011
Errors in file /opt/oracle/product/admin/portal/udump/portal1_ora_24701.trc:
ORA-15025: could not open disk '/dev/vgarch/rraw02'
ORA-27041: unable to open file
HPUX-ia64 Error: 23: File table overflow
Additional information: 3
搜尋了下,該錯誤是因為開啟檔案數達到最大值造成的,於是檢視了下該節點的開啟檔案數:
sar -v 3 5 或者 kcusage nfile 都可以檢視
# kcusage nfile
Tunable Usage / Setting
=============================================
nfile 65924 / 66000
可以從上面結果看到這個值已經快到最大值了。
接著更嚴重的情況出現了,執行系統命令也會出現錯誤了:
# kcusage nfile
/usr/lib/hpux64/uld.so: Unable to open '/usr/lib/hpux64/dld.so'.
Abort(coredump)
$ crs_stat -t
aCC runtime: Uncaught exception of type "FatalCommsException".
Abort(coredump)
$ tail -1000 /opt/oracle/product/admin/portal/bdump/alert_portal1.log | grep -iE 'ora-|error'
sh: Cannot create a pipe.
同時同事在另一臺堡壘機上也登陸不了系統。
時間緊迫,只剩下另一個節點在跑著,想著趕緊把這個節點拉起來,手工重啟節點之後,問題得到解決,檢視了下nfile也降到了正常水平。
接下來的問題就是查下是oracle bug還是os bug,或者說還是預設引數值不適合,需要增加該引數的值。
附:
檢查作業系統的核心引數,可以使用作業系統管理器來檢視下引數設定值是多少:
/usr/sbin/sam命令可以開啟管理器,以此開啟Kernel Configuration--Configurable Parameters可以檢視具體的引數。
關於引數的設定,oracle建議設定如下:
nfile (15*nproc+2048)
nproc 4096
可以得出nfile=15*4096+2048=63488.
另外有網友說到如果要進行監控,那麼提醒閥值=oracle.process*oracle.datafiles+2048,極限值=nproc*oracle.datafiles。
-The End-
相關文章
- Solaris syntax error: unexpected end of fileError
- ERROR 1114 (HY000) The table '' is fullError
- [20221227]a mutating table error without a trigger!.txtError
- Binary XML file line #2: Error inflatingXMLError
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- MySQL InnoDB File-Per-Table表空間MySql
- fatal error: libmemcached/memcached.h: No such file or directoryErrorIBM
- fatal error: openssl/sha.h: No such file or directoryError
- fatal error: sys/cdefs.h: No such file or directoryError
- error: #error This file requires compiler and library support for the ISO C++ 2011 standard.ErrorUICompileC++
- ERROR L107: ADDRESS SPACE OVERFLOW keil錯誤的解決方法Error
- MyIsam 表 “ Incorrect key file for table 't_ '; try to repair it”AI
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- 解決 Error: ENOSPC: System limit for number of file watchers reachedErrorMIT
- error: pathspec ‘myupstream‘ did not match any file(s) known to gitErrorGit
- ERROR 1290:The MySQL server is running with the --secure-file-priv optionErrorMySqlServer
- ssh-add 報錯:Error connecting to agent No such file or directoryError
- overflow
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- stack overflow
- ERROR 1786 (HY000): Statement violates GTID consistency: CREATE TABLE ... SELECTError
- OGG-15050 Error loading Java VM runtime library: (2 No such file or directory)ErrorJava
- Ubuntu下 fatal error: Python.h: No such file or directory 解決方法UbuntuErrorPython
- docker mysql mysqld: Error on realpath() on ‘/var/lib/mysql-files‘ No such file or directoryDockerMySqlError
- 如何不使用 overflow: hidden 實現 overflow: hidden
- mysqldump匯出報錯"mysqldump: Error 2013 ... during query when dumping tableMySqlError
- SQLITE_ERROR - table sap_capire_bookshop_books has no column named currencySQLiteErrorAPI
- 測試中出現ERROR StatusLogger No log4j2 configuration fileError
- MySQL 報錯 ERROR 1290 (HY000): running with the --secure-file-privMySqlError
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- 論HPUX系統交換與偽交換UX
- 為Zabbix MySQL設定獨立表空間innodb_file_per_tableMySql
- Android Bugs——Error:java.lang.RuntimeException: Some file crunching failed, see logs for detailsAndroidErrorJavaExceptionAI
- 【MySQL】ERROR 1290 (HY000): --secure-file-priv--匯出報錯MySqlError
- CSS text-overflowCSS
- CSS overflow-wrapCSS
- Understanding Buffer Overflow Bugs
- MySQL執行語句報Incorrect key file for table '/tmp/#sql_.MYI'; try to repair itMySqlAI