- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: urgent help: I/O error on file system
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
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
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
тАО09-15-2004 06:47 AM
тАО09-15-2004 06:47 AM
I was copying some files to one file system. Then all of a sudden, it is no longer accessible. The bdf command returns:
bdf: /software: I/O error
I tried to mount it, it shows the same error.
What should I do to bring it back?
Thanks a lot,
Carol
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:51 AM
тАО09-15-2004 06:51 AM
Re: urgent help: I/O error on file system
What does dmesg and syslog.log says??
Seems that FS has problems.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:53 AM
тАО09-15-2004 06:53 AM
Re: urgent help: I/O error on file system
Take a look at this thread:
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=319266
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:54 AM
тАО09-15-2004 06:54 AM
Re: urgent help: I/O error on file system
Looks like either your filesystem is corrupt or the disk has gone bad.
How were you copying stuff from one filesystem to another. simple copy command or thru dd since you say you tried to mount the filesystem after you got the error ?.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:55 AM
тАО09-15-2004 06:55 AM
Re: urgent help: I/O error on file system
Looks like one or more disks on which the corresponding logical volume is residing may have gone bad. Look for more errors in 'dmesg' and /var/adm/syslog/syslog.log. See if you see any POWERFAILED messages on any of the PVs.
Find out the failed disks using the command "ioscan -fnC disk" and see if there are any disks with NO_HW status. You can also find the disks that failed using 'vgdisplay -v vgxx|grep -i unavailable'. If a disk is bad, then you will need to get it fixed. Once it is fixed, you will have to run 'vgcfgrestore'. Unless you got the old disk back, the data in this logical volume may be lost. Search for the forums and you will find quite a few threads on fixing a bad disk.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:57 AM
тАО09-15-2004 06:57 AM
Re: urgent help: I/O error on file system
The syslog say: Sep 15 14:07:15 aigdxi10 vmunix: msgcnt 5433 vxfs: mesg 072: vx_iaualloc - /dev/vg_software2/lv_software2 file s
ystem 999 file set index file set header checksum bad
Sep 15 14:07:15 aigdxi10 vmunix: msgcnt 5434 vxfs: mesg 031: vx_disable - /dev/vg_software2/lv_software2 file sy
stem disabled
Any thought what I should do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 07:33 AM
тАО09-15-2004 07:33 AM
Re: urgent help: I/O error on file system
Thanks again everyone for your help!
Carol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 08:07 AM
тАО09-15-2004 08:07 AM
Re: urgent help: I/O error on file system
Anil