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
04-29-2002 09:38 AM
04-29-2002 09:38 AM
I have a test Kclass with a corrupted vxfs filesystem. I had to abort a restore and it must have corrupted the FS. It wont mount. I get "vxfs mount: /dev/vg02/lvol1 is corrupted,needs checking". So I run a "fsck -F vxfs -n /dev/vg02/lvol1". Here is the output from my fsck.
[mailtest:/]# fsck -F vxfs -n /dev/vg02/lvol1
vxfs fsck: file system had I/O error(s) on user data.
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
OK to clear log? (ynq)n
sanity checks/updates have not been completed - restart? (ynq)n
The system looks like it prompts for a y or n, but it enters a 'n' automatically. It does not give me a chance to answer the question. Any ideas? The file system is 3 4gb drives, striped for 1 12gb filesystem, called oracle_test.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:43 AM
04-29-2002 09:43 AM
Re: BAD FS
ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:43 AM
04-29-2002 09:43 AM
Re: BAD FS
The -n is forcing the "No" responses.
Drop it from the command line OR if you do want "Yes" responses forced substitute -y for it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:43 AM
04-29-2002 09:43 AM
Re: BAD FS
try
umount /dev/vg02/lvol1
fsck -y /dev/vg02/lvol1
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:44 AM
04-29-2002 09:44 AM
Re: BAD FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:45 AM
04-29-2002 09:45 AM
Re: BAD FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:45 AM
04-29-2002 09:45 AM
Re: BAD FS
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:45 AM
04-29-2002 09:45 AM
Re: BAD FS
of course Shiju answer is probably the best for you as you can answer interactively.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:50 AM
04-29-2002 09:50 AM
Re: BAD FS
The problem is that you are using a -n option
fsck -F vxfs -n /dev/vg02/lvol1"
please use -y option so that it will ansewer y to the questions if you want that way .
Thaat should solve it.
fsck -F vxfs -y /dev/vg02/rlvol1
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:53 AM
04-29-2002 09:53 AM