- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsck usage
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
08-23-2004 06:32 PM
08-23-2004 06:32 PM
I wonder how to check root( / ) file system by FSCK command on prompt.
If you have some tips or procedures, please let me know what they are.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:40 PM
08-23-2004 06:40 PM
Re: fsck usage
You can fsck in single user mode by booting system in single user mode and if you are not able to boot in single user mode due to corruption of / file system you can boot from recovery CD and perform fsck.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:46 PM
08-23-2004 06:46 PM
Re: fsck usage
check this doc.
Document description: After extending / filesystem, system panics on reboot
Document id: ULVMKBRC00012111
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067229891
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 06:47 PM
08-23-2004 06:47 PM
SolutionTo do a fsck you need to umount the filesystem. Since you are not able to umount the / filesystem with the server running the only way to perform a fsck of root is a reboot.
An option can be booting off a recovery cdrom, or booting in lvm maintanence mode ( hpux -lm )and do fsck on the lvol.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 07:22 PM
08-23-2004 07:22 PM
Re: fsck usage
bdf /
Find the way How to use fsck as,
fsck -V
Use the specific on that.
# fsck -F vxfs -m /dev/vg00/lvol3
vxfs fsck: sanity check: root file system OK (mounted read/write)
--> -m - sanity check
--> -p - mount informations
--> n/N or y/Y -- to use no or yes for f/s check
see more on fsck_vxfs if your / of vxfs
else corresponding fsck_fs
Regards
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 07:32 PM
08-23-2004 07:32 PM
Re: fsck usage
it is best to check in single user mode using
fsck -F vxfs -o full -y /dev/vg00/lvol3
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 07:34 PM
08-23-2004 07:34 PM
Re: fsck usage
i forgot to mention that at the command prompt you can use
fsck -F vxfs -m /dev/vg00/lvol3
(sanity check only)
Regards
Franky