Operating System - HP-UX
1827880 Members
1473 Online
109969 Solutions
New Discussion

ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

 
ismail_4
Occasional Contributor

ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

Hi I am using sybase 12.5.0.3 on HP-UX 11i with RP 2470 2 processor box.
Everything seems to fine but async i/o option is giving me the problem..

The error message when i start sybase is as follows
"ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable"
and its going to statndard unix i/o..

I tried giving setprivgrp RTPRIO MLOCK CHOWN

still the same error..
I have 1 GB memory and shared memory i set as
"960495616"

Thanks in Advance
Is

4 REPLIES 4
Steve Steel
Honored Contributor

Re: ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

Hi

See

http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x96ba6af52b04d5118fef0090279cd0f9,00.html

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
ismail_4
Occasional Contributor

Re: ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

Thanks steve for the reply..
I followed the steps before posting the query.
Still the same.

any other steps apart from the above mentioned?

Thanks & Regards
Is
Steve Steel
Honored Contributor

Re: ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

Hi

http://hazard.boi.hp.com/1058470593/index_html

http://hazard.boi.hp.com/hazard/1058470593/index_html#1058558417

suggest swap and tuning.look in /var/adm/syslog/syslog.log


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
ismail_4
Occasional Contributor

Re: ioctl(ASYNC_CONFIG) failed: Resource temporarily unavailable

Hi Steve
Thanks again for the reply.
I solved the problem..

It turned out to be memory allocation problem..

I allocated more data cache in sybase, as sybase only can access 75% of the physical memory, the data cache was exceeding the 75%. So i reduced the data cache in sybase.
Now async i/o is working fine..

Thanks & Regards
Is