- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsck on /usr file system
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
01-13-2004 06:07 PM
01-13-2004 06:07 PM
fsck on /usr file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:09 PM
01-13-2004 06:09 PM
Re: fsck on /usr file system
To run fsck the filesystem needs to be umounted.
So
#fsck -F vxfs -o full /dev/vg00/rlvol
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:11 PM
01-13-2004 06:11 PM
Re: fsck on /usr file system
tough fsck is in /usr/sbin/ it is linked to /sbin/fs_wrapper so available if /usr is not mounted.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:15 PM
01-13-2004 06:15 PM
Re: fsck on /usr file system
You can umount /usr and run fsck command but best way is the boot system in single user mode and run
fsck is available in /sbin too
#/sbin/fsck -F vxfs -o full /dev/vg00/lvolnn
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:18 PM
01-13-2004 06:18 PM
Re: fsck on /usr file system
Have u ever tried running fsck throug /sbin/fs_wrapper. If yes, pls share me the results.
Thanks
NV Pathak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:22 PM
01-13-2004 06:22 PM
Re: fsck on /usr file system
You do just give the command fsck. /sbin/fsck is also linked to /sbin/fs_wrapper. I never had problems with it.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:25 PM
01-13-2004 06:25 PM
Re: fsck on /usr file system
Pathak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 07:48 PM
01-13-2004 07:48 PM
Re: fsck on /usr file system
I naver used fs_wrapper command directly.
You can see man pages for details
#man fs_wrapper
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 08:28 AM
01-20-2004 08:28 AM
Re: fsck on /usr file system
# fsck [options] /dev/vg00/lvol7 (or whichever lvol /usr happens to live on).
If your /usr filesystem is in really bad shape, you may need to do a:
# fsck -y -o full /dev/vg00/lvol7
Share & Enjoy.