- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesystem crash!!!
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
07-13-2001 12:22 AM
07-13-2001 12:22 AM
filesystem crash!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:37 AM
07-13-2001 12:37 AM
Re: filesystem crash!!!
Try doing a dd on the raw lvol. This will confirm the filesystem is readable and hasnt developed a bad block or bad media which means your filesystem is unrecoverable;
dd if=/dev/vg01/rlvol2 of=/dev/null bs=64k
It will come back either with X blocks in+out - which is good, or I/O error which means your dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 02:09 AM
07-13-2001 02:09 AM
Re: filesystem crash!!!
Hi
Which is ur file system ? HFS/VXFS? Anyway U try loke this
#fsck -F "HFS/VXFS" -o full /dev/vg01/lvol2
If it is VXFS file system, It will automatically select alternate superblocks in case of a super block corruption. If it is HFS U will have to specify alternate superblock with -b option. Alternate superblock list U will get from /etc/sbtab.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:35 AM
07-24-2001 06:35 AM
Re: filesystem crash!!!
I agree with Stefan, but just try a full check for your files system
# fsck -F (vxfs or hfs)-o full /dev/vg01/lvol2
#vgchange -a y
# mount -a
then #pg /etc/fstab.
Goodluck,
hamdy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:49 AM
07-24-2001 06:49 AM
Re: filesystem crash!!!
I think error No : 6 pertains to no such device or address . Incase you can mount other lvol on the same vg then it can be either that the Physical disk in that volume group has become bad . Check vgdisplay -v and see for active PV and current PV .
You can also try recreating the lvmtab file in /etc by moving the old lvmtab and running a vgscan -v . and then trying to do a fsck -y on this lvol , then mounting it.
But I seriously suspect that a PV in the volume has gone bad.
Manoj Srivastava