Operating System - HP-UX
1836375 Members
2293 Online
110100 Solutions
New Discussion

Re: HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

 
SOLVED
Go to solution
Matthew Ghofrani
Regular Advisor

HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

After installing the agent, once I bring up the database, in bdump directory I get errors referring to "Async driver not configured : errno=19". But I do have /dev/async device file :
# ll /dev/async
crw-rw-rw- 1 ora10g oinstall 101 0x000100 Apr 29 2005 /dev/async

I also have /etc/privgroup set correctly:
# ll /etc/privgroup
-rw-r----- 1 root sys 85 Oct 23 14:45 /etc/privgroup

[/ora10g2/app/oracle/admin/ism2/bdump]
# cat /etc/privgroup
dba9i RTSCHED RTPRIO MLOCK
oinstall RTSCHED RTPRIO MLOCK
dba10g RTSCHED RTPRIO MLOCK

Any ideas as why?
Life is full of bugs
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

Shalom,

There should be more information in /var/adm/syslog/syslog.log on this.

I agree your configuration is correct.

ARe ncessary OS patches installed?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Matthew Ghofrani
Regular Advisor

Re: HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

Yes there is nothing in the syslog.
Life is full of bugs
FERRARI MARCO
Advisor
Solution

Re: HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

Did you enable the suncdsk driver in the kernel ? I think there are 2 of them, try enabling the asyncdsk first. Let me know if it's called another way.
Marco
Matthew Ghofrani
Regular Advisor

Re: HP 11.11 Oracle 10g Grid Agent install/Async drive configuration

I do not see any suncdsk but if you are referring to fs_async, I ran into another case which stated:

"Oracle does not recommend setting fs_async to '1'."
Life is full of bugs