- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snapshot creation
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
06-15-2004 06:40 AM
06-15-2004 06:40 AM
Can i create a snapshot of a raw device? and How to?
I have sybase database 12 with raw device definition.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:47 AM
06-15-2004 06:47 AM
Re: snapshot creation
Apologies if the joke is bad.
Though not sure of your term, there is n snapshot type function for raw disk areas.
As the name implies the storage is raw and its up to the admin or application to handle backups and configuration.
There fore sybase utilities are used to back up the data on the raw device.
Ignite/UX will back up raw devcies, but not necessarily the data stored on them. If you restore a system from ignite, you will get a raw disk area with proper permissions, of this I am sure.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:01 AM
06-15-2004 07:01 AM
Re: snapshot creation
use snapoff option while mounting the file system
mount -F vxfs -o snapoff=dev/vgnn/lvolnn(for which you want to take snap) /dev/vgnn/lvolnn ( This one where you keep snap)
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:03 AM
06-15-2004 07:03 AM
Re: snapshot creation
if you can cleanly stop the Sybase DB, you can dd the raw devices to other LVOLs (of same size), and dd them back if things go wrong.
No such thing as snapshot for raw devices, only for VXFS filesystems.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 08:18 AM
06-15-2004 08:18 AM
Re: snapshot creation
vxassist snapshot volname snapvolname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 01:23 AM
06-16-2004 01:23 AM
SolutionHPs VA series has this capability, EMC has TimeFinder, HP XPs/Hitachi's also have some business continuance capabilities.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 03:59 AM
06-16-2004 03:59 AM
Re: snapshot creation
Now a have a clear idea over the use of snapshot... I´m going to work in enable this feautere in our EVA´s..
Ger