Oracle on HP-UX vxfs,hfs mount options for Async I/O

** Myself
Solution asyn io
a) From the SAM Kernel configuration menu, choose Drivers and set
the Pending State for asyncdisk to In.
(this parameter cannot be change) please explain how I am to do this.
b) From the Actions Menu rebuild the Kernel
c) At the Unix Prompt , execute the following statements as "root"
The user ID of the user who is booting Adaptive Server and Backup Server
must be in the owner of the /dev/async directory.
/etc/mknod /dev/async c 101 4
chmod 0660 /dev/async
chown sybase /dev/async
vi /etc/privgroup - add 1 line:
dba MLOCK
run the command: setprivgrp -f /etc/privgroup
run the command: getprivgrp, and make sure that you can the following
output:
global prvileges: CHOWN
dba: MLOCK

# grep /etc/privgroup /sbin/init.d/*
/sbin/init.d/set_prvgrp: if [ -f /etc/privgroup ]; then
/sbin/init.d/set_prvgrp: /usr/sbin/setprivgrp -f /etc/privgroup


0 comments:

Loading