Operating System - HP-UX
1825009 Members
2651 Online
109678 Solutions
New Discussion юеВ

HPUX Error: 9 Bad File Number

 
Jupiracy
Occasional Advisor

HPUX Error: 9 Bad File Number

Srs. I am receiving message when create a new data base.

Errors in file /tools806/oracle/admin/D01DE1/bdump/lgwr_6164_d01de1.trc:
ORA-01110: data file 8: '/db/atldes1/oravl04/ORACLE/D01DE1/dbf/amdocsD01DE1_04.dbf'
ORA-01114: IO error writing block to file 8 (block # 1)
ORA-27072: skgfdisp: I/O error
HP-UX Error: 9: Bad file number
Additional information: 1
3 REPLIES 3
MANOJ SRIVASTAVA
Honored Contributor

Re: HPUX Error: 9 Bad File Number

Hi Jupiracy

It looks at first that there is some disk issues , what does syslog or dmesg say . Does it opoint tos oem disk errors , also you amy look inot the the following thread :

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xeac9a2db8513d6118ff40090279cd0f9,00.html



Manoj Srivastava
Patrick Wallek
Honored Contributor

Re: HPUX Error: 9 Bad File Number

It sounds to me like you may have a bad spot on the disk that the process was trying to write too.

I would do the following for all of the disks in the LV that contains the directory you were trying to write to:

# dd if=/dev/rdsk/c?t?d? of=/dev/null

This will check read and write to /dev/null every block on the disks. If it completes, the disk is fine, if you get and error, then you should replace the disk.
PIYUSH D. PATEL
Honored Contributor

Re: HPUX Error: 9 Bad File Number

Hi,

Check for bad sectors in the disk by
dd if=/dev/dsk/c*t*d* of=/dev/null bs=512

Also check for errors in syslog.log and if possible try to do a fsck also

It may be a disk problem...

HTH,
Piyush