- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux and 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
06-19-2006 10:23 PM
06-19-2006 10:23 PM
Linux and Snapshot
Is it possible to present a snapshot to more than one Linux AS 4 at a time (read-only mode)?
From EVA side, no problem.
But from Linux servers, I don't know ...
I heard that Linux needs to write something about the superblock on each filesystem so ...
Is it necessary to add GFS?
Is GFS supported in EVA environment?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 11:09 PM
06-19-2006 11:09 PM
Re: Linux and Snapshot
GFS is supported on EVA disk.
Linux LVM2 has a snapshot software feature that might meet the need. You'll need to reserve some disk space and read up on the details.
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-19-2006 11:10 PM
06-19-2006 11:10 PM
Re: Linux and Snapshot
GFS is supported on EVA disk.
It should not be necessary to add GFS.
If you want to use Oracle RAC and have simultaneous writes to a db from two hosts, or simultaneous writes to the same file from two hosts, GFS is needed.
Linux LVM2 has a snapshot software feature that might meet the need. You'll need to reserve some disk space and read up on the details.
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-19-2006 11:39 PM
06-19-2006 11:39 PM
Re: Linux and Snapshot
Our first plan was to use 1 vdisk and about 4 snapshots of that vdisk to present to 4 linux servers, and mount it as read-only.
Problem is when we update the original vdisk, all 4 snapshot will grow 100%.
As we plan to use this system for several vdisk, we will reach 100% of the EVA very quickly.
So I wondered if we could make just one snapshot and present it to all 4 servers.
What is the best way to do it (from Linux side) to be supported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 07:39 PM
06-20-2006 07:39 PM
Re: Linux and Snapshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 07:59 PM
06-20-2006 07:59 PM
Re: Linux and Snapshot
I need Snapshots because my 4 servers need access a point-in-time copy of datafiles.
They should not see modifications on original LUN until I decide a new point-in-time copy.
So I want to present the VDisk to one server.
Make one Snapshot.
Present this Snapshot to 4 servers.
Mount the FS on 4 servers.
I don't know if that is supported, if that is supported RO or RW, and is that needs GFS.
Thanks for your answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 01:33 AM
06-22-2006 01:33 AM
Re: Linux and Snapshot
Make sure your Linux machines are mounting RO. Not completely difficult, although I've never actually tried this scenario specifically.
Thanks,
Tom Callahan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 01:48 AM
06-22-2006 01:48 AM
Re: Linux and Snapshot
Do you have any matrix with GFS support?
Thanks