- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Logical Volume Problems...
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-24-2002 12:21 PM
01-24-2002 12:21 PM
Logical Volume Problems...
I am having some problem with one of my LV's and it is showing this error:
vxfs mount: /dev/vg00/lvol5 is corrupted. needs checking
I might have forgotten to mount before I rebooted the system. Can anyone show me what my options are? any help will be greatly appreciated.
Denton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:25 PM
01-24-2002 12:25 PM
Re: Logical Volume Problems...
Try this:
# fsck -o full /dev/vg00/lvol5
This will do a complete check on the file system and will fix it if there is no hardware errors. You may mount the file system after that.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:39 PM
01-24-2002 12:39 PM
Re: Logical Volume Problems...
fsck -o full /dev/vg00/lvol5
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: file system had I/O error(s) on user data.
log replay in progress
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
pass3 - checking reference counts
pass4 - checking resource maps
vxfs fsck: fsck read failure bno = 1024000, off = 0, len = 8192
file system check failure, aborting ...
Thanks,
Denton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:46 PM
01-24-2002 12:46 PM
Re: Logical Volume Problems...
fsck -F vxfs /dev/vg00/lvol5
This just fixes the superblock as clean.
That is normally what is needed when you reboot with out a normal shutdown.
What do you get when you do a lvdisplay -v /dev/vg00/lvol5 ? Is it possible that the drive is bad?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:47 PM
01-24-2002 12:47 PM
Re: Logical Volume Problems...
Your file system has hardware errors on it. You need to replace the disks. Find out the disks on this file system:
# lvdisplay -v /dev/vg00/lvol5
Contact your hardware support and get it replaced. After replacing the disk, do a 'vgcfgrestore' on the new disk. That will restore the original VG information to the new disks. Then create new file system (newfs) and restore your data from the backup.
HTH,
Shiju