- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
12-09-2009 01:50 AM
12-09-2009 01:50 AM
snapshot
How to create a snapshot of a volume using HP LVM ?
any help is really appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 02:57 AM
12-09-2009 02:57 AM
Re: snapshot
The lvsplit command splits a mirrored lv into two logical volumes.The second volume contains the copy of data. You can mount the second volume & can use it for backup etc without touching your original data.
#man lvsplit will give more info
Regards
Ranveer
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 03:07 AM
12-09-2009 03:07 AM
Re: snapshot
as "ranveer" alredy mentioned, you could use lvsplit, but the system will be without mirroring, during the tame of lvsplit and the time for sync with lvmerge.
and also its very importatnt for lvmerge which is LVOL master and wich is a copy.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 12:51 PM
12-09-2009 12:51 PM
Re: snapshot
"snapof" option is a feature of OnlineJFS
(vxfs) file systems and works well under
LVM, VxVM, or even whole disks for file
systems.
If you have OnlineJFS installed,
it is a simple as:
# mount -F vxfs -o snapof=/myfilesystem /dev/myvg/mylvol /snapmyfs
Regards,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 01:04 PM
12-09-2009 01:04 PM
Re: snapshot
The procedure for VxFS (JFS) snapshots is documented here:
http://docs.hp.com/en/5992-6576/ch03s06.html#bajcggcd
Regards!
...JRF...