- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- marking super-block as CLEAN??
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-02-2005 09:15 PM
08-02-2005 09:15 PM
How must you handle?
/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed.
Activated volume group
Volume group "/dev/vg01" has been successfully changed.
Resynchronized volume group /dev/vg00
vxfs fsck: sanity check: root file system OK (mounted read/write)
Resynchronized volume group /dev/vg01
Checking hfs file systems
/sbin/fsclean: /dev/vg00/lvol1 (mounted) ok
HFS file systems are OK, not running fsck
Checking vxfs file systems
/dev/vg00/lvol8 :
vxfs fsck: sanity check: /dev/vg00/lvol8 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg00/lvol9 :
vxfs fsck: sanity check: /dev/vg00/lvol9 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg01/lvol1 :
vxfs fsck: sanity check: /dev/vg01/lvol1 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg01/lvol2 :
vxfs fsck: sanity check: /dev/vg01/lvol2 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg01/lvol3 :
vxfs fsck: sanity check: /dev/vg01/lvol3 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg00/lvol3 :
vxfs fsck: sanity check: root file system OK (mounted read/write)
/dev/vg00/lvol4 :
vxfs fsck: sanity check: /dev/vg00/lvol4 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg00/lvol5 :
vxfs fsck: sanity check: /dev/vg00/lvol5 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg00/lvol6 :
vxfs fsck: sanity check: /dev/vg00/lvol6 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
/dev/vg00/lvol7 :
vxfs fsck: sanity check: /dev/vg00/lvol7 needs checking
log replay in progress
replay complete - marking super-block as CLEAN
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:21 PM
08-02-2005 09:21 PM
SolutionThe following command line shows fsck being entered to check a filesystem that was active when the system failed. The system response is the messages generated by a successful intent log replay, as in this example:
$ fsck -F vxfs /dev/rdsk/c1b0t0d0s2
log replay in progress
replay complete - marking superblock as CLEAN
In other words you filesystem is GOOD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:21 PM
08-02-2005 09:21 PM
Re: marking super-block as CLEAN??
This is a normal cenario when a system was not shutdown gracefully or crashed. Filesystems are checked and super-bock is marked CLEAN, so they can be mounted.
Enjoy :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:22 PM
08-02-2005 09:22 PM
Re: marking super-block as CLEAN??
is OK.
but the system have a crash and reboot ?
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:30 PM
08-02-2005 09:30 PM
Re: marking super-block as CLEAN??
fsck -o full,nolog /dev/vg00/rlvol7
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:34 PM
08-02-2005 09:34 PM
Re: marking super-block as CLEAN??
It is also possible that your systems have been configured to force a full scan of all filesystems on reboot.
Some environments will manually edit the bcheckrc file (the script that runs bootup filesystem checks)
/sbin/fs/vxfs/bcheckrc
This can force a check every boot and could give the symptoms you see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:44 AM
08-03-2005 12:44 AM
Re: marking super-block as CLEAN??
This is the situation where graceful shutdown has not happened. In such case, hp-ux has a feature to perform file system consistency check at power on. All configured file systems are checked and repaired for inconsistency. VXFS file system is considered to be quite reliable from above aspect.
Check syslog.OLD and rc.log files for errors if any and accordingly place a support call to local HP support provider.
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 05:34 AM
08-03-2005 05:34 AM
Re: marking super-block as CLEAN??
To see what happened, look in /etc/shutdownlog which is the only place unexpected reboots are logged.
Bill Hassell, sysadmin