1833589 Members
3468 Online
110061 Solutions
New Discussion

asynch installed or not?

 
Christian Marquardt_1
Regular Advisor

asynch installed or not?

Hi Guys,
I need to know if there's the asynch device driver installed on our HP/UX boxes (B.11.11).
Can anyone tell me how to find it out?

thanks and regards
Christian
1 REPLY 1
Shahul
Esteemed Contributor

Re: asynch installed or not?

You can check the async driver is loaded by

#lsdev |grep async

You should see "asyncdsk" for asynchronous I/O, this is basically for raw volumes. If it's loaded, you can also see /dev/async device file.

Good Luck
Shahul