- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to mount the Vxfs 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
12-13-2001 09:24 AM
12-13-2001 09:24 AM
Not able to mount the Vxfs file system
I am having the L-class machine with 12H
Array,
When I try to mount the Vxfs file system,
/dev/vg01/lvol1, system hangs.
I have done fsck. -Clean & O.K for mounting.
I have recreated the file system.
Even now system hangs ,if I mount this
file system.
Any solution.
Madhesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 09:34 AM
12-13-2001 09:34 AM
Re: Not able to mount the Vxfs file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 09:34 AM
12-13-2001 09:34 AM
Re: Not able to mount the Vxfs file system
If you are using a 'mount /mountpoint' command, try using a 'mount /dev/vg01/lvol1 /mountpoint' command.
Check if you are using valid options in /etc/fstab.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 09:36 AM
12-13-2001 09:36 AM
Re: Not able to mount the Vxfs file system
I've seen this behaviour when you have hard mounted NFS filesystems and the remote server is unavailable.
Failing that, it could be a disk hardware problem.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 10:03 AM
12-13-2001 10:03 AM
Re: Not able to mount the Vxfs file system
Check your /var/adm/syslog/syslog.log file for any errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 10:11 AM
12-13-2001 10:11 AM
Re: Not able to mount the Vxfs file system
Can you mount this file system in single user mode or in LVM maintenance mode?
some thoughts ...
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 10:11 AM
12-13-2001 10:11 AM
Re: Not able to mount the Vxfs file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 10:15 AM
12-13-2001 10:15 AM
Re: Not able to mount the Vxfs file system
--
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 12:45 PM
12-13-2001 12:45 PM
Re: Not able to mount the Vxfs file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 12:51 PM
12-13-2001 12:51 PM
Re: Not able to mount the Vxfs file system
Try using the command ncheck /dev/vg01/lvol1 and see if you get everything ok. If this hangs, it means there could be some hardware issues.
or do a dd from this lvol to /dev/null.
dd if=/dev/vg01/rlvol1 of=/dev/null bs=1024k
This shoudl also come out cleanly.
-Sri