- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxfs fsck: OLT extent 0 has bad magic
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
06-04-2002 03:52 AM
06-04-2002 03:52 AM
vxfs fsck: OLT extent 0 has bad magic
########### Node "hostname": Starting package at Mon Jun 3 19:33:43 EAT 2002 ###########
Jun 3 19:33:43 - "hostname": Activating volume group vg01 with exclusive option.
Activated volume group in Exclusive Mode.
Volume group "vg01" has been successfully changed.
unknown_fstyp (no matches)
Jun 3 19:33:44 - Node "kmycgs1": Checking filesystems:
/dev/vg01/sybase
fsck: /etc/default/fs is used for determining the file system type
vxfs fsck: OLT extent 0 has bad magic
read of primary OLT failed
vxfs fsck: OLT extent 1 has bad magic
read of OLT copy failed
vxfs fsck: no valid OLT, cannot continue
file system check failure, aborting ...
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
Jun 3 19:33:44 - Node "kmycgs1": Deactivating volume group vg01
Deactivated volume group in Exclusive Mode.
Volume group "vg01" has been successfully changed
what's wrong with my file system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:02 AM
06-04-2002 04:02 AM
Re: vxfs fsck: OLT extent 0 has bad magic
Have a look there :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x2cd5cf38d6bdd5118ff10090279cd0f9,00.html
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:05 AM
06-04-2002 04:05 AM
Re: vxfs fsck: OLT extent 0 has bad magic
Isn't /dev/vg01/sybase a "raw" filesystem?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:15 AM
06-04-2002 04:15 AM
Re: vxfs fsck: OLT extent 0 has bad magic
Normally this indicates major file system corruption. But do a reboot first and check patches to be sure. One of the way's this can happen is by dumping raw data (backup, database initialization, etc.) onto a filesystem (rlvol#).
If reboot and patches are not the issue, remove the logical volume and rebuild it, newfs the filesystem and restore from backup.
Thanks for participating in the forums,
Martin
Chaos reigns within. Reflect, repent, and reboot. Order shall return.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 05:52 AM
06-04-2002 05:52 AM
Re: vxfs fsck: OLT extent 0 has bad magic
yes,/dev/vg01/sybase is a "raw" filesystem?
what can i do?
when it's not "raw" filesystem,anything difference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 06:36 AM
06-04-2002 06:36 AM
Re: vxfs fsck: OLT extent 0 has bad magic
Since this is a raw filesystem you should not even mount it , all you have to do is to excluse from the package , even though you are activating the volume group and mounting the other filesystems in that volume group .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 06:46 AM
06-04-2002 06:46 AM
Re: vxfs fsck: OLT extent 0 has bad magic
you can check the disks by using
# dd if=/dev/rdsk/c1t2d0 of=/dev/null bs=1024k
If the i/p and o/p records match then your harddisk is OK and then you can pvcreate the disk again.
If not then you need to replace the disk since it may have some bad sectors.
Piyush