- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with fsck on root disk (non lvm) in muli-...
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
12-07-2000 04:13 AM
12-07-2000 04:13 AM
Problems with fsck on root disk (non lvm) in muli-user mode?
pulling the power. It fsck on reboot, found and fixed errors.
To be sure it was ok, he fscked it after it came up into
multiuser mode. Eorrors occurred, were fixed and a reboot -n was done. When it rebooted it fscked found errors, correct them.
He repeated the above a second time!
After that he had no confendance in the system , so rebuilt it.
Ok I know he should have been in single user mode,
but was the fact he was in multi-user mode causing
the errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 04:33 AM
12-07-2000 04:33 AM
Re: Problems with fsck on root disk (non lvm) in muli-user mode?
When running a fsck on the disk it shouldn't matter if it is in Single or Multi usermode.
As long as the disk is not mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 04:45 AM
12-07-2000 04:45 AM
Re: Problems with fsck on root disk (non lvm) in muli-user mode?
There are several reported accounts that fsck in multiuser mode caused further corruption.
You want the system as quiet as possible. With single user mode, that is guaranteed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 05:15 AM
12-07-2000 05:15 AM
Re: Problems with fsck on root disk (non lvm) in muli-user mode?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&con=/hpux/onlinedocs/B2355-90672/00/00/45-con.html&toc=/hpux/onlinedocs/B2355-90672/00/00/45-toc.html&searchterms=fsck&queryid=20001207-044502
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 12:54 PM
12-07-2000 12:54 PM
Re: Problems with fsck on root disk (non lvm) in muli-user mode?
I agree with cheryl,it'is better to run fsck in a singel user mode just to avoid any problem.
Anyhow here you
've the steps maybe it'll help you to repair a FS, just try the follow steps:
unmount the file system
#Fsck -F vxfs /dev/vg##/lvol#
if this option does not work, just try this;
#FullFsck: -F vxfs -o full /dev/vg##/lvol#
#vgchange -a y
#mount -a
to check that every FS is mount, type in
#pg /etc/fstab
Goodluck