Operating System - HP-UX
1833858 Members
2860 Online
110063 Solutions
New Discussion

HOw to verify is the I/O Async is on ?

 
SOLVED
Go to solution
maiques_2
Advisor

HOw to verify is the I/O Async is on ?

HellO,
I want to configure I/O Async for Sybase database.
How to vreify if the async_disk driver (Asynchronous Disk Pseudo Driver)is to IN
in the HP-UX Kernel,and know if i have to generating a new kernel ?
Thanks for your help.
5 REPLIES 5
DCE
Honored Contributor

Re: HOw to verify is the I/O Async is on ?



The following should do give the process

Verify following drivers are in kernel
async-io
fs_async
Verify the device file /dev/async exists
If it does not exist, create it.
mknod /dev/async c 101 0x000000
chown bin:bin /dev/async
chmod 555 /dev/async

Verify the file /etc/privgroup exists
If it does not, create it.
touch /etc/privgroup
chown root:sys /etc/privgroup
chmod 444 /etc/privgroup
Modify /etc/privgroup with the following entry:
sybase RTPRIO MLOCK CHOWN.
Sundar_7
Honored Contributor
Solution

Re: HOw to verify is the I/O Async is on ?

Hi,

# lsmod | grep -i async

Using the above command, you can find out if the async_disk driver is included in the kernel.

If not, you will have to create a system file and include the drive, regenerate the kernel and reboot.


Sundar.
Learn What to do ,How to do and more importantly When to do ?
Raj D.
Honored Contributor

Re: HOw to verify is the I/O Async is on ?

Maiques,

check :

# lsdev | grep -i async

# ls -l /dev | grep async
(Also check the minor number and permission)

Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Jaime Bolanos Rojas.
Honored Contributor

Re: HOw to verify is the I/O Async is on ?

Maiques,

Another thing, you might want to specify the OS that you are running, as 11.23 have the support build in by default.

Regards,

Jaime.
Work hard when the need comes out.
Dennis Handly
Acclaimed Contributor

Re: HOw to verify is the I/O Async is on ?

His duplicate thread (That I'm asking to be removed), said 11.11.