- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount problem when trying to take a snapshot
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
10-23-2001 12:13 PM
10-23-2001 12:13 PM
# mount -F vxfs -o snapof=/dev/vg00/vxonline /dev/vg00/vxbackup /vxbackup
vxfs mount: /dev/vg00/vxbackup is already mounted,
/vxbackup is busy, or allowable number of mount
points exceeded
Looking in the /etc/mnttab shows that the filesystem is not mounted. I have seen a patch for this in 10.01 adv. but nothing else. Has anyone else seen this. supposedly it has to do with.
A snapshot could not be mounted if a process was waiting arbitrarily long for a file record lock. An application using lockf() or fcntl() to get file record locks, and holding the locks for a long period of time, could prevent from mounting a file-system snapshot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 12:32 PM
10-23-2001 12:32 PM
Re: mount problem when trying to take a snapshot
I routinely use snapshot mounts daily on quite a few filesystems and I never see this error.
I have done this under 10.20, 11.0, and 11.11.
If you have lsof I would run it on both /dev/vg00/vxbackup and /vxbackup.
Also, what version of HP-UX are you running and is this JFS Vrsn 3.1 or 3.3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:15 PM
10-23-2001 01:15 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:24 PM
10-23-2001 01:24 PM
Re: mount problem when trying to take a snapshot
It looks as if some one is using that mount. Try doing a fuser -c /vxbackup or a fuser /vxbackup to get the process holding the sub directory . You can try killing that porcess and retrying the mount command. Some times if the subdirectory is in the PATH options even though it is not mounted u will never be able to mount unless u free the point.
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:59 PM
10-23-2001 01:59 PM
Re: mount problem when trying to take a snapshot
Thanks again, I will post again when I get more data or a resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 02:09 PM
10-23-2001 02:09 PM
Re: mount problem when trying to take a snapshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 04:48 PM
10-23-2001 04:48 PM
Re: mount problem when trying to take a snapshot
Clay