/usr/sbin/lsattr -El aio0 Returns "lsattr: 0514-519" Error On AIX 6.1_806200.1
The "/usr/sbin/lsattr -El aio0" Command Returns "lsattr: 0514-519" Error On AIX 6.1 (Doc ID 806200.1)
IBM AIX on POWER Systems (64-bit)
IBM AIX Based Systems (64-bit)
***Checked for relevance on 13-Sep-2013***
In this Document
Symptoms |
Cause |
Solution |
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1 [Release 10.2 to 11.2]IBM AIX on POWER Systems (64-bit)
IBM AIX Based Systems (64-bit)
***Checked for relevance on 13-Sep-2013***
Symptoms
On AIX 6.1, when checking for AIO settings using the "/usr/sbin/lsattr -El aio0" command it returns the following error:
% /usr/sbin/lsattr -El aio0
lsattr: 0514-519 The following device was not found in the customized
device configuration database:
aio0
lsattr: 0514-519 The following device was not found in the customized
device configuration database:
aio0
Cause
The method of checking how asynchronous I/O is configured has changed in AIX 6.1
Solution
On AIX 6.1 you must use this command instead:
/usr/sbin/ioo -a | grep aio
Example results:
io_active = 1
aio_maxreqs = 65536
aio_maxservers = 30
aio_minservers = 3
aio_server_inactivity = 300
posix_aio_active = 1
posix_aio_maxreqs = 65536
posix_aio_maxservers = 30
posix_aio_minservers = 3
posix_aio_server_inactivity = 300
aio_maxreqs = 65536
aio_maxservers = 30
aio_minservers = 3
aio_server_inactivity = 300
posix_aio_active = 1
posix_aio_maxreqs = 65536
posix_aio_maxservers = 30
posix_aio_minservers = 3
posix_aio_server_inactivity = 300
The /usr/sbin/chdev command can still be used to make any changes to the configuration (as per AIX 5L)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1130518/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux命令 lsattr chattrLinux
- Linux基礎命令---lsattrLinux
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- linux中/bin和/sbin和/usr/bin和/usr/sbinLinux
- Linux下/bin, /sbin, /usr/bin, /usr/sbin 等的區別Linux
- linux基本命令之chattr與lsattrLinux
- Linux的chattr與lsattr命令詳解Linux
- Linux-chattr與lsattr命令詳解Linux
- /usr/bin和/usr/sbin有什麼區別
- 【AIX 命令學習】lsattr 顯示一個給定裝置或一種裝置的屬性AI
- chattr、lsattr linux的隱藏檔案屬性檢視的命令Linux
- 在Linux中用chattr和lsattr命令管理檔案和目錄屬性Linux
- error log about AIXErrorAI
- Sub-process /usr/bin/dpkg returned an error codeError
- /opt/nginx/sbin/nginx: error while loading shared librariNginxErrorWhile
- innobackupex:Error:xtrabackup child process has died at /usr/bin/innobackupexError
- /usr/bin/xauth: error in locking authority file錯誤Error
- configure:error:Cannotfindlibmysqlclientunder/usr/local/mysql.ErrorIBMMySqlclient
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- linux中/bin ,/sbin ,/sur/bin, /sur/sbin的區別Linux
- Error: Could not load module '/usr/local/nagios/bin/ndo2ErroriOS
- Nuget server on IIS6 returns 404Server
- condition expression returns non-BooleanExpressBoolean
- IBM AIX RISC System/6000 Error: 1: Not ownerIBMAIError
- 對 /sbin/nologin 的理解
- aix login shell permission error trouble shooting.AIError
- aix 6.1 tar: 0511-169 A directory checksum errorAIError
- AIX 11gR2 grid root.sh Error: with status:FAIL.Error code is 256AIError
- 在AIX中不能啟動Oracle監聽器,如:IBM/AIX RISC System/6000 Error: 79AIOracleIBMError
- 【shell 】 test, /usr/bin/test, [ ], 和/usr/bin/[都是等價命令
- macOSmkdir:/usr/var:OperationnotpermittedMacMIT
- /usr/bin/python與/usr/bin/env python的區別Python
- #!/usr/bin/env python與#!/usr/bin/python的區別Python
- 【ARMv8】異常級別的定義EL0、EL1、EL2、EL3
- brew update /usr/local is not writable
- #!/usr/bin/env pythonPython
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- Spring ELSpring