1752600 Members
4178 Online
108788 Solutions
New Discussion юеВ

Re: asyncdsk driver

 
SOLVED
Go to solution
Scott D. Allen
Regular Advisor

asyncdsk driver

i am trying to add the asyncdsk driver to my 11.00 system and i added it in in sam, but when i rebuild/reboot there is no /dev/async file created (which is needed by my sybase install). what do i need to do?

--Scott
"Sometimes the devil you know is better than the devil you don't know."
3 REPLIES 3
David Lin_1
Occasional Advisor
Solution

Re: asyncdsk driver

You said there's no /dev/asydsk file.
Here's what you have to do to create a async
devices file:

mknod /dev/async c 101 0x000004
chown sybase:sys /dev/async
chmod o-rw /dev/async

Good luck!
God bless you all!
surendhar prakash.J
Frequent Advisor

Re: asyncdsk driver

Hi..

Find out whether async driver is added in the kernel by using..

#cat /stand/system |grep async

If its added use "insf -e" to recreate the device file

#insf -e ( This will recreate device files for all the devices but it will not affect any devices.

by
suren
surendhar prakash.J
Frequent Advisor

Re: asyncdsk driver

Hi..

Find out whether async driver is added in the kernel by using..

#cat /stand/system |grep async

If its added use "insf -e" to recreate the device file

#insf -e ( This will recreate device files for all the devices but it will not affect any devices.

by
suren