- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file system corrupt
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
03-12-2002 06:41 AM
03-12-2002 06:41 AM
file system corrupt
After a few days the problem reappeared in the same point. I now suspect it is a hardware problem.
This is the error message from dmesg
/interni: bad dir ino 1648129 at offset 2048: mangled entry
The inode corresponds to a directory without files newer than a month.
This logical volume consists of two physical disks. How do I know which is the faulty one?
I have found no other logs that can help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:44 AM
03-12-2002 06:44 AM
Re: file system corrupt
also do a /etc/diskinfo /dev/rdsk/c#t#d# on the disk(s) the filesystem is using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:44 AM
03-12-2002 06:44 AM
Re: file system corrupt
Do a lvdisplay for the lv having this problem.
lvdisplay -v /dev/vg_name/lv_name
It will give the list of extents on each disk. Look for stale extents.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:47 AM
03-12-2002 06:47 AM
Re: file system corrupt
If the solution suggested before doesn't work, do this,
dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024K
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:50 AM
03-12-2002 06:50 AM
Re: file system corrupt
Look for the Stale extents in suspected LV by diplaying logical volume info using lvdisplay -v.
Replace the bad dirve after that.
Thanks,
-Piyush.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:54 AM
03-12-2002 06:54 AM
Re: file system corrupt
#vgdisplay -v /dev/vg00
#vgdisplay -v /dev/vg01
#diskinfo /dev/rdsk/c#t#d#
#ioscan -kfnC disk
#cstm
K.Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:32 AM
03-12-2002 07:32 AM
Re: file system corrupt
did some checks with stm: no errors.
I am trying dd. It will take some time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:41 AM
03-12-2002 07:41 AM
Re: file system corrupt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:51 AM
03-12-2002 07:51 AM
Re: file system corrupt
check if you have lost+found directory. If you do not have that then create with mklost+found(1M)
Hope this help.
Good luck.
Haresh