- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Understanding where data really sits on a volu...
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
05-03-2006 12:09 AM
05-03-2006 12:09 AM
This question has come about because I've just been asked to restore some data from tape that was a backup of raw partitions ( a full volume group) rather than filesystems. Fair enough. I've also been asked to restore the data to raw partions on a different server. Fair enough.
But ..... I thought that when you mounted a filesystem on top of the volume it would 'hide' whatever was sitting on the raw partion and only show you what was in the filesystem.
I guess my understanding is totally wrong so if anyone could clarify I'd be most appreciative.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:31 AM
05-03-2006 12:31 AM
Re: Understanding where data really sits on a volume/filesystem
Both are one and same, but the method to access the data differs.
If you remember when you create a LV for any vg you will do lvcreate -L
lv_brown will be used to refer you fs mounting while rlv_brown will be used by raw for its reference.
Both has its own pros and cons, viz, RAW will be fast when used by a Database where if you need to backup/restore a single file mounted FS will be better.
Hope this helps
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:32 AM
05-03-2006 12:32 AM
Re: Understanding where data really sits on a volume/filesystem
Essentially you have the raw area (i.e. the lvol).
When you use filesystems you overwrite the raw data completely with a generic filesystem structure which allows itself to be modified through various commands.
In your case, you never do this second step (i.e. mkfs or newfs) either on the originally created data or on the new machine where you are copying the data.
You just have bits and bytes (which certain programs such as Oracle know how to talk to and can talk to faster than if they were overlaid on a file system structure).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:33 AM
05-03-2006 12:33 AM
Re: Understanding where data really sits on a volume/filesystem
I have just put one more link which state few major points with great ITRC experts comments.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198966
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:39 AM
05-03-2006 12:39 AM
SolutionIf I understand your question correctly - what you are saying is that you have few filesystems in a volume group and while taking backup, instead of backing up at filesystem level - the backup was done of raw volumes. Now you want to restore the backup - which again will be to raw volumes (But once the backup is complete - you will be able to mount the filesystem).
Now to clarify your doubts.
The data resides on disk - not a joke - but how the data is written to disk depends on the application which is writing data.
e.g. if you are using raw volumes as datafiles in your database - then oracle will control how thw data is written to disk - which potion of disk will hold what data - including some metadata it may be writing.
If it is say a filesystem - then the volume manager or the software managing your filesystems - vxfs etc will manage how to write the data to disk - so when you save a file , it will check which block on disk to assign to the file, write the data, update the superblock which holds the metadata.
So when you say filesystem hides whatever is sitting beneath - in a way yes because the filesystem/volume manager software is actually hadling that for you.
But mind you - whenever you are restoring raw backups of filesystems make sure the filesystem version is there on the target system - like check version of JFS - inturn vxfs of source system and targer systems.
Please let know if this calrifies your doubt.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:54 AM
05-03-2006 12:54 AM
Re: Understanding where data really sits on a volume/filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:28 PM
05-03-2006 10:28 PM