HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OnlineJFS snapshot question.
Operating System - HP-UX
1833869
Members
1693
Online
110063
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
03-18-2003 09:30 AM
03-18-2003 09:30 AM
Hi,
Is there a way that we can estimate how long it would take to create snapshots of our filesystems using OnlineJFS?
I would like to calculate how long it would take to backup
(snapshot) our entire application (OVO) using this feature.
(We don't have OnlineJFS yet but if I can prove its worth
then hopefully they will purchase it).
10 points to any good answer.
Thank you Gino.
Is there a way that we can estimate how long it would take to create snapshots of our filesystems using OnlineJFS?
I would like to calculate how long it would take to backup
(snapshot) our entire application (OVO) using this feature.
(We don't have OnlineJFS yet but if I can prove its worth
then hopefully they will purchase it).
10 points to any good answer.
Thank you Gino.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 10:34 AM
03-18-2003 10:34 AM
Solution
Haven't really got around measuring how long it took to create the snapshot vxfs, as I can recalled it's quite fast but then again I'm doing it on a 4GB mounted vxfs filesystem with only about 200MB of utilized space. Backing up the snapshot filesystem with your backup tools is probably the one that's going to take time, not creation of the snapshot vxfs. I did a quick test .. (/dev/vg02/lvol1 - 4GB) ..
# mkdir /mysnap
# lvcreate -L 400 -n snap /dev/vg02
==> I'm assuming 10% changes.
# mount -F vxfs -o snapof=/dev/vg02/lvol1 /dev/vg02/snap /mysnap
==> This creates the snapshot fs and it's instantaneous.
Now /mysnap is ready to be backed up.
# mkdir /mysnap
# lvcreate -L 400 -n snap /dev/vg02
==> I'm assuming 10% changes.
# mount -F vxfs -o snapof=/dev/vg02/lvol1 /dev/vg02/snap /mysnap
==> This creates the snapshot fs and it's instantaneous.
Now /mysnap is ready to be backed up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 10:50 AM
03-18-2003 10:50 AM
Re: OnlineJFS snapshot question.
It's essentially instantaneous - about 10 seconds is as long as I've ever seen. You see they don't work like you think they do. All that happens is that a bitmap is created of blocks that have changed (only the first time a block was changed is of interest). In the original filesystem just before a block is changed, a copy is written to the "snapshot buffer" and that block is recorded in the bitmap. The "snapshot" is a composite of the unchanged blocks in the original filesystem and the changed blocks in the snapshot buffer.
As to how long the actual tape backup of the snapshot(s) would take - who knows? who cares? You can do them at leisure while the application continues to run.
As to how long the actual tape backup of the snapshot(s) would take - who knows? who cares? You can do them at leisure while the application continues to run.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP