- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsck read failure on full fsck - HELP
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
11-18-2003 12:59 PM
11-18-2003 12:59 PM
fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:03 PM
11-18-2003 01:03 PM
Re: fsck read failure on full fsck - HELP
Full fsck syntax would be as follows
fsck -F vxfs -o full -y /dev/vg_name/rlv_name
Note that one uses the "raw" LV name.
Corruption be be of the extent that several passes are required - but not always. Run it once & try to mount if complains run it again.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:06 PM
11-18-2003 01:06 PM
Re: fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:23 PM
11-18-2003 01:23 PM
Re: fsck read failure on full fsck - HELP
If fsck cannot fix it then the only option is to use fsdb to repair it, BUT this should only be done if you're HIGHLY qualified as it's THE most destructive command this side of rm -rf.
You should engage the RC & log a SW call if you wish to attempt this. I can't emphasize this enough.
Good Luck,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:28 PM
11-18-2003 01:28 PM
Re: fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:37 PM
11-18-2003 01:37 PM
Re: fsck read failure on full fsck - HELP
You really should log a call with the Response Center as I've never been very comfortable with fsdb and as stated it's *very* dangerous if you don't know 100% what you're doing.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:39 PM
11-18-2003 01:39 PM
Re: fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:31 PM
11-18-2003 02:31 PM
Re: fsck read failure on full fsck - HELP
By resizing back to 263Gb, the missing data will appear and fsck should have no problems. HOWEVER, if you reduced the volume and then used lvextend in the same volume group, the missing extents may have been put into a different lvol and your 250Gb is worthless.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:40 PM
11-18-2003 02:40 PM
Re: fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:52 PM
11-18-2003 02:52 PM
Re: fsck read failure on full fsck - HELP
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:58 PM
11-18-2003 02:58 PM
Re: fsck read failure on full fsck - HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:02 PM
11-20-2003 01:02 PM
Re: fsck read failure on full fsck - HELP
1. Backup the filesystem
2. umount the filesystem
3. lvreduce the lvol
4. newfs the lvol (this erases the lvol)
5. restore the data.
6. mount the filesystem
Now, *if* this is a vxfs filesystem *AND* you have the optional Online JFS product + the optional Online JFS version 3.3, you can try using fsadm in place of steps 2-6, but reducing a filesystem is an inherently dangerous task to the health of the filesystem. A backup, then recreate and restore is always the safest.
Bill Hassell, sysadmin