Oracle on IBM AIX JFS2 mount options for Async I/O

** Myself
Solution asyn io
- smity aio
- change/show characteristic 
  chage state at boot to available (use ESC + 4 to change)
- ENTER
- mkdev -l aio0
 
“You must mount all JFS2 filesystems containing Oracle datafiles (sapdata directories) with the mount -o cio option.”
Filesystem  datafiles (directory for oradata,sapdata) Need to change
 /etc/filesystems in mark red 
EX.
/oradata:
        dev             = /dev/fslv00
        vfs             = jfs2
        log             = /dev/loglv00
        mount           = false
        options         = cio,rw
        account         = false
“Do not mount JFS2 filesystems holding $ORACLE_HOME, logfiles etc. with the -o cio option!”
But filesystem  on ORACLE_HOME not change to cio
Problem asyn io
$ sqlplus
exec(): 0509-036 Cannot load program sqlplus because of the following
errors:
0509-130 Symbol resolution failed for /usr/lib/libc.a[aio_64.o]
because:
0509-136 Symbol kaio_rdwr64 (number 0) is not exported from
dependent module /unix.
0509-136 Symbol listio64 (number 1) is not exported from
dependent module /unix.
0509-136 Symbol acancel64 (number 2) is not exported from
dependent module /unix.
0509-136 Symbol iosuspend64 (number 3) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait (number 4) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait64 (number 5) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait_timeout (number 6) is not exported
from
dependent module /unix.
0509-136 Symbol aio_nwait_timeout64 (number 7) is not exported
from
dependent module /unix.
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.


0 comments:

Loading