- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with mounting a 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
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-08-2005 09:03 PM
12-08-2005 09:03 PM
when i trying with #bdf, it shows this error:
bdf: /vipin I/O error
till yesterday , the status was:
#bdf
/dev/vg5/vipin 3584000 2065376 1423717 59% /vipin
Please suggest what to do?
thanks
vipin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:07 PM
12-08-2005 09:07 PM
SolutionIt has not got unmounted instead it has got some corruption.
What is the output of
#lvdisplay -v /dev/vg05/vipin
Was something new done on system like adding/removing LUNs, Extending/Reducing File System?
If yes then it is the result of the same probably otherwise generally it should not happen by itself.
What happen if you unmount and do a fsck on it.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:08 PM
12-08-2005 09:08 PM
Re: problem with mounting a file system
but vg5 is active if you run vgdisplay vg05 what can you see?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:08 PM
12-08-2005 09:08 PM
Re: problem with mounting a file system
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:14 PM
12-08-2005 09:14 PM
Re: problem with mounting a file system
--- Logical volumes ---
LV Name /dev/vg5/vipin
VG Name /dev/vg5
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 31000
Current LE 7750
Allocated PE 7750
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
#vgdisplay -v /dev/vg5 | more
--- Volume groups ---
VG Name /dev/vg5
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 10
Open LV 10
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 9727
VGDA 4
PE Size (Mbytes) 4
Total PE 19452
Alloc PE 16625
Free PE 2827
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg5/vipin
LV Status available/syncd
LV Size (Mbytes) 31000
Current LE 7750
Allocated PE 7750
Used PV 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:17 PM
12-08-2005 09:17 PM
Re: problem with mounting a file system
# ll
# ll
./vipin not found
total 18
.
.
.
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:20 PM
12-08-2005 09:20 PM
Re: problem with mounting a file system
could u mount it again:
# mount /dev/vg5/vipin /vipin
also, u mean bdf also give IO error for that particular file system, /vipin
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:21 PM
12-08-2005 09:21 PM
Re: problem with mounting a file system
Please suggest what to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:22 PM
12-08-2005 09:22 PM
Re: problem with mounting a file system
Try
#umount /vipin
And
#mount /devvg5/vipin /vipin
If it reports error then try
#fsck -y /dev/vg5/vipin
Now Again
#mount /devvg5/vipin /vipin
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:24 PM
12-08-2005 09:24 PM
Re: problem with mounting a file system
mount: /vipin: I/O error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:24 PM
12-08-2005 09:24 PM
Re: problem with mounting a file system
mount: /vipin: I/O error
should i run fsck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:25 PM
12-08-2005 09:25 PM
Re: problem with mounting a file system
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:29 PM
12-08-2005 09:29 PM
Re: problem with mounting a file system
# mount -F vxfs /dev/vg5/vipin /vipin
vxfs mount: read of super-block on /dev/vg5/vipin failed: I/O error
# fsck -y /dev/vg5/vipin
vxfs fsck: read of super-block on /dev/vg5/vipin failed: I/O error
file system check failure, aborting ...
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:30 PM
12-08-2005 09:30 PM
Re: problem with mounting a file system
Dear Vipin,
# lvdisplay -v /dev/vg5/vipin
execute with -v option to get the full info. Check for any stale extents.
If NO,
then run fsck and mount it.
It will work !
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:32 PM
12-08-2005 09:32 PM
Re: problem with mounting a file system
Try:
strings /etc/mnttab|pg
and post the result.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:39 PM
12-08-2005 09:39 PM
Re: problem with mounting a file system
I think there has been some corruption to the file system. You could try recreating the file system again using newfs.
Also a rare hit would be that your file system is not Vxfs and is HFS. Is that the case?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:43 PM
12-08-2005 09:43 PM
Re: problem with mounting a file system
/dev/vg5/vipin /vipin vxfs ioerror=mwdisable,delaylog,dev=402d0001 0 0 1132152766
/dev/vg5/vipin_new /vipin_new vxfs ioerror=mwdisable,delaylog,dev=402d000a 0 0 1134067336
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:46 PM
12-08-2005 09:46 PM
Re: problem with mounting a file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:51 PM
12-08-2005 09:51 PM
Re: problem with mounting a file system
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:59 PM
12-08-2005 09:59 PM
Re: problem with mounting a file system
#newfs -F vxfs -o largefiles /dev/vg5/rvipin
# mount -F vxfs /dev/vg5/vipin vipin
it will losse my data or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 10:09 PM
12-08-2005 10:09 PM
Re: problem with mounting a file system
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 10:10 PM
12-08-2005 10:10 PM
Re: problem with mounting a file system
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 10:11 PM
12-08-2005 10:11 PM
Re: problem with mounting a file system
Looks as like your mnttab has been corrupted.
# mv /etc/mnttab /etc/mnttab.old
# mount -a
# bdf
# cat /etc/mnttab
btw, yes you would loose your data if you use a newfs command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 10:11 PM
12-08-2005 10:11 PM
Re: problem with mounting a file system
Dear Vipin,
Yes! when you recreate the file system , the data will be LOST :-(
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 11:52 PM
12-08-2005 11:52 PM
Re: problem with mounting a file system
there is nothing you can do to fix the problem--the disk is damaged and cannot be repaired. This isn't just the vipin volume, it is one of disks in /dev/vg5. Ideally, thes edisks are mirrored (optional software) but since you are seeing the disk I/O error message, this is probably not true. Not the rest of the lvogical volumes in /dev/vg5 may be OK, so IMMEDIATELY shuitdown your application(s) and take a backup of these volumes. Since you can't mount /vipin, there is no way to backup that data. Then go through the normal procedures to replace the failed disk and rebuild /dev/vg5.
Bill Hassell, sysadmin