- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf shows i/o error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:26 AM
12-19-2003 01:26 AM
bdf shows i/o error
when i do bdf it shows bdf: /oracle: I/O error.
please help.
Thanks
david.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:30 AM
12-19-2003 01:30 AM
Re: bdf shows i/o error
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=213447
regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:30 AM
12-19-2003 01:30 AM
Re: bdf shows i/o error
Is there any message in the syslog ?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:30 AM
12-19-2003 01:30 AM
Re: bdf shows i/o error
Seems problem with disk where /oracle resides.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:31 AM
12-19-2003 01:31 AM
Re: bdf shows i/o error
# stm (or cstm or mstm)
# ioscan -fn
# ioscan -fnC disk
# diskinfo /dev/rdsk/cxtydz
# vgdisplay -v
# lvdisplay -v /dev/vgXX/lvolX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:31 AM
12-19-2003 01:31 AM
Re: bdf shows i/o error
Means that you probably have a media error on the disk in the area that the /oracle filesystem exists.
You can try to unmount it & run fsck on it
umount /oracle
fsck -F vxfs -o full /oracle
Sometimes multiple fsck passes are required to fully fix a problem.
Of course it may be a disk going bad & needs to be replaced.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:32 AM
12-19-2003 01:32 AM
Re: bdf shows i/o error
If you do
grep /oracle /etc/mnttab
you can see what filesystem was mounted as /oracle, to see how it was mounted. Perhaps a good idea to post that output to help us help you solve the issue.
In most cases errors like these imply a hardware error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 02:34 AM
12-19-2003 02:34 AM
Re: bdf shows i/o error
lvdisplay -v /dev/vg02/lvol6 | more
Look at the pv's listed there then for each one you can do:
dd if=/dev/rdsk/
One of these is likely to come back and tell you I/O error if you have a physical disk problem.
It pretty much means that you'll have to initialize the filesystem and reload any data you have there from backup.