- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to mount file system
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-15-2004 04:26 AM
01-15-2004 04:26 AM
Thanks
VP
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
file system is clean - log replay is not required
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
Jan 15 11:11:11 - Node "wrchhxxx": Mounting /dev/vg01/lvol1 at /sigdb
/sigdb:
/dev/vg01/lvol1: unrecognized file system
ERROR: Function check_and_mount
ERROR: Failed to mount /dev/vg01/lvol1 to /sigdb
Jan 15 11:11:11 - Node "wrchhxxx": Deactivating volume group vg01
Deactivated volume group in Exclusive Mode.
Volume group "vg01" has been successfully changed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 04:55 AM
01-15-2004 04:55 AM
Re: unable to mount file system
Have you checked your /dev/vg01 directory to see if lvol1 exists?
Maybe you can activate vg01 yourself and then verify with a vgdisplay if lvol1 exists and then deactivate the Volume Group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 04:58 AM
01-15-2004 04:58 AM
Re: unable to mount file system
lvol1 is under the vg01 dir, and when I activate it the lvol1 shows under the vgdsiplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:01 AM
01-15-2004 05:01 AM
SolutionERROR: Failed to fsck one of the logical volumes.
However, I did see a reference to doing an newfs on the logical volume b/c you appear not to have a filesystem to mount it to...
newfs -F vxfs /dev/vg00/rlvol8 # for vxfs fs
Here is that link to the posting... look at Rainer post there...http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=89364
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:05 AM
01-15-2004 05:05 AM
Re: unable to mount file system
1) a logical volume
2) a new filesystem defined by newfs or updated FS by fsadm(refers back to the LV)
3) a mountpoint
No points here...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:09 AM
01-15-2004 06:09 AM
Re: unable to mount file system
It seems like 4 or 5 times was the most I've had to do before making a filesystem moutable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:11 AM
01-15-2004 06:11 AM
Re: unable to mount file system
I was able to fix the problem my following Todd's suggestion to create it, and voila! i don't get the error anymore
Thanks,
VP