/usr/sbin/lsattr -El aio0 Returns "lsattr: 0514-519" Error On AIX 6.1_806200.1

rongshiyuan發表於2014-03-27
The "/usr/sbin/lsattr -El aio0" Command Returns "lsattr: 0514-519" Error On AIX 6.1 (Doc ID 806200.1)

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

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


The /usr/sbin/chdev command can still be used to make any changes to the configuration (as per AIX 5L)

 

Related

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1130518/,如需轉載,請註明出處,否則將追究法律責任。

相關文章