HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount snapof file system without refreshing...
Operating System - HP-UX
1827470
Members
2464
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-08-2002 10:30 AM
02-08-2002 10:30 AM
We currently are mounting the snapshots with
mount -F vxfs -o snapof=/empi_interface /dev/vgsnap/lvol1 /snap01
and then unmounting them with
umount /snap01
I need to know how to mount the snapshot without it being refreshed with data from the /empi_interface directoy.
If I rerun the above mount command, it appears as if it is taking a fresh snapshot of the file system. I want to just mount the file system that had the original snapshot without refreshing.
Any help?
Thanks
mount -F vxfs -o snapof=/empi_interface /dev/vgsnap/lvol1 /snap01
and then unmounting them with
umount /snap01
I need to know how to mount the snapshot without it being refreshed with data from the /empi_interface directoy.
If I rerun the above mount command, it appears as if it is taking a fresh snapshot of the file system. I want to just mount the file system that had the original snapshot without refreshing.
Any help?
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:38 AM
02-08-2002 10:38 AM
Solution
Hi Doug,
the filesystem you create to use as anpshot does not hold any data. Only when you mount as snapshot, it contains the info for the filesystem for which it is mounted as a snapshot. Try this link for more info,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5ad1461d096a1661d0/screen=ckiDisplayDocument?docId=200000006306354
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/51-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/51-toc.html&searchterms=snapshot&queryid=20020208-104316
Look for "Backing Up a JFS Snapshot File System" in the second link. you don't create a filesystem on a snapshot lv. So you cannot mount it without using the snapof option.
Hope this helps.
regds
the filesystem you create to use as anpshot does not hold any data. Only when you mount as snapshot, it contains the info for the filesystem for which it is mounted as a snapshot. Try this link for more info,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5ad1461d096a1661d0/screen=ckiDisplayDocument?docId=200000006306354
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/51-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/51-toc.html&searchterms=snapshot&queryid=20020208-104316
Look for "Backing Up a JFS Snapshot File System" in the second link. you don't create a filesystem on a snapshot lv. So you cannot mount it without using the snapof option.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:42 AM
02-08-2002 10:42 AM
Re: mount snapof file system without refreshing...
Hi Doug:
Sorry, that dog won't hunt. As soon as you unmount the snapshot filesystem, the snapshot is gone forever. You see, vxfs snapshots don't work like you expect them to. They do not make a readonly copy of a filesystem but rather use the vast majority of the original filesystem that has not changed since the snapshot was made. The FIRST time a block is changed in the original filesystem, that block is first written to the snapshot buffer and then the update is made to the original filesystem.
To do your kind of snapshots, you need to do lvsplits.
Sorry, that dog won't hunt. As soon as you unmount the snapshot filesystem, the snapshot is gone forever. You see, vxfs snapshots don't work like you expect them to. They do not make a readonly copy of a filesystem but rather use the vast majority of the original filesystem that has not changed since the snapshot was made. The FIRST time a block is changed in the original filesystem, that block is first written to the snapshot buffer and then the update is made to the original filesystem.
To do your kind of snapshots, you need to do lvsplits.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP