- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- running fsck interactively
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-30-2002 07:21 AM
тАО05-30-2002 07:21 AM
thanks...paula
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2002 07:26 AM
тАО05-30-2002 07:26 AM
Solution2) from bcheckrc prompt, you can safely run this:
# fsck
This will check all file systems and will prompt you for Y/N if found any error. If you want to answer all questions with Y, then invoke:
# fsck -y
3) for a full check on vxfs file systems, invoke:
# fsck -o full lv_name
4) Once the fsck finish, you can tell the user to enter Ctrl+D to proceed with normal system startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2002 07:26 AM
тАО05-30-2002 07:26 AM
Re: running fsck interactively
do a fsck -y /dev/vg00/rlvol1
This will run in interactive mode and gives a yes for correcting all the problems.
If there is a bad sector then it may keep on trying ....sometimes it may be sucessful. If there is a bad sector, pls try to run it in interactive mdoe and mount the filesystem. Then take a backup quickly.
You can even try fsck /dev/vg00/rlvol1 but then you will have to answer all the questions it asks.
Also remember that after checking the filesystems, do a
# reboot -n and not shutdown.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2002 08:05 AM
тАО05-30-2002 08:05 AM
Re: running fsck interactively
Or simply run fsck with the "-y" option like suggested by Shiju. Typically .. I think you're getting ..
CANNOT READ: BLK 125784(CONTINUE)?
If you enter "yes" it'll simply continue to run the file system check. If the error comes back again you may need to run fsck for the second time.
If after all is done and system still cannot completely check it then most likely the disk is bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2002 10:05 AM
тАО05-30-2002 10:05 AM
Re: running fsck interactively
fsck -y /dev/vgxx/rlvolxx
this will by default give yes to all responses , if there is problem wiht only one block then I dont think the problem can be resolved with media init , as the system must be ahving bad block reallocation. I would recoomend a disk change.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2002 05:20 AM
тАО05-31-2002 05:20 AM