- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite, how to exclude raw device
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
11-20-2006 03:10 PM
11-20-2006 03:10 PM
When implement ignite to existing HPUX box, found that there are using raw device for DB.
Known that ignite cannot handle raw device, and make_tape_recovery complaint there are un-known file system to those raw device LV.
So how can I handle this case to exclude those raw device, after running "make_tape_recovery -p"?
Thomas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 05:05 PM
11-20-2006 05:05 PM
Re: Ignite, how to exclude raw device
Ignite by default will be creating a image of vg00 only ..do you have a raw device LV in vg00??
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 05:23 PM
11-20-2006 05:23 PM
Re: Ignite, how to exclude raw device
Yes you are rite, as the system just hand-over to me, I have no idea to it's history.
But you are rite, there raw device in vg00. So now would like to exclude them when doing make_tape_recovery.
As there are pently (raw device I mean), would like to know if there is automatic way (eg. scripts...) or any manual I should perform myself? Thx alot.
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 07:53 PM
11-20-2006 07:53 PM
Re: Ignite, how to exclude raw device
Best thing to do is to is have the raw devices in their own volume groups and use the exclude=vg01 command parameter in make_tape_recovery to exclude the entire volume group.
If this is not possible exclude statements should be possible for the logical volume names of the raw devices themselves. Exact syntax will have to come from the man pages.
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
11-21-2006 02:52 PM
11-21-2006 02:52 PM
Re: Ignite, how to exclude raw device
So that's means, for my current task I need to :
1. include the entire vg00
2. exclude undesired mount point
3. exclude all the raw device
Ok, but I would like to streamline the process,
how do I identify all the raw device from vg00 with script? Or please kindly the command line is already many thx~~
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 02:53 PM
11-22-2006 02:53 PM
Re: Ignite, how to exclude raw device
So my solution is, include all the VGs, and exclude other unnecessary mount point.
Why I include all the VGs is, would like make_tape_recovery help me to restore the LV definition of raw device LV, am I rite? For the data within the raw device, we are depends of another backup agent.
As I dun have enough resources to have restore test, pls help to identify if I go into the rite way?
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 07:35 PM
11-22-2006 07:35 PM
Re: Ignite, how to exclude raw device
it is correct that for all VGs included in make_*_recovery the PVs of those VGs will be "LVM-reinitialized" i.e. pvcreate, vgcreate, lvcreate and if applicable newfs will be run.
The raw volume data will have to be restored from another backup, ignite cannot handle this.
Usually you would rather include only the root VG and exclude *everything* from the Ignite image except the standard UX filesystems.
However, if the other way suits your needs it is possible.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 08:31 PM
11-22-2006 08:31 PM