1819771 Members
3348 Online
109606 Solutions
New Discussion юеВ

OS error ioctl failed.

 
philemon_1
Occasional Contributor

OS error ioctl failed.

i have a problem in in my database server Hp unix 11.11 wheare oracle 8.1.5is loaded. problem is, in my alert log i found some error message.

Error.

ORA-27300: OS system dependent operation:ioctl failed with status: 12
ORA-27301: OS failure message:; Notenough space
ORA-27302: failure occurred at:; sskgxphypr3

Can any one help what is this error releated.and also in my syslog i found the bellow message continuous.

May 24 10:57:35 l2 cmcld: Automatically restarted service bpll2 for the 56802th
time after failure.

Please help me.
4 REPLIES 4
RAC_1
Honored Contributor

Re: OS error ioctl failed.

check the file system usage. Any full file systems? Any problems, error noticed? Check syslog.log and dmesg.
There is no substitute to HARDWORK
Ganesan R
Honored Contributor

Re: OS error ioctl failed.

Hi,

Syslog shows service guard daemon restarted the service due to some issue.

Any errors on the SG package log file?
Have u checked the file sys usage? preferably ora db fs?
Best wishes,

Ganesh.
Torsten.
Acclaimed Contributor

Re: OS error ioctl failed.

"Not enough space" could be the issue. Have a look into this.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rajesh SB
Esteemed Contributor

Re: OS error ioctl failed.

Hi,

ioctl() fails if one or more of the following are true: IOC_OUT is
ignored if an error occurs.

[EBADF] fildes is not a valid open file descriptor.

[ENOTTY] The request is not appropriate to the selected
device.

[EINVAL] request or arg is not valid.

[EINTR] A signal was caught during the ioctl() system
call.

[EPERM] Typically this error indicates that an ioctl
request was attempted that is forbidden in some
way to the calling process.

Regards,
Rajesh