- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Include omni binaries in ignite backup
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-21-2003 02:39 AM
11-21-2003 02:39 AM
I want to do ignite backup of 10.20 cell server running OBII 4.10. My /etc/opt/omni and /var/opt/omni are part of vg01.
How do I include these two file systems in my ignite backup. I want to exclude /var/opt/omni/db40 though. I'm using make_recovery.
Thanks
-GK-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 02:56 AM
11-21-2003 02:56 AM
Solution-x inc_entire=vg01 (for adding vg01)
-x exclude=/var/opt/omni/db40 (to exclude that directory.)
# man make_tape_recovery (for more details)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:01 AM
11-21-2003 03:01 AM
Re: Include omni binaries in ignite backup
create the tape
# make_recovery -A -p
# vi /var/opt/ignite/recovery/arch.include
->add your OB data you want to have
->in the archive...
# make_recovery -r
check the archive contents
# mt -t /dev/rmt/0mn fsf 1
# tar tvf /dev/rmt/0m
You may run into problems if /var is not large enough to hold the OB data now being included in the archive (unless you use make_tape_recovery w/ -x incl_entire=vg00 and -x incl_entire=vg01 to get both VG's)
Hope this helps,
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:01 AM
11-21-2003 03:01 AM
Re: Include omni binaries in ignite backup
make_recovery is replaced by make_tape_recovery and it will definitely do what you are looking for .
Do a man on make_tape_recobery and look for the following options , -x incl=entire VG , -A and -s options .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:03 AM
11-21-2003 03:03 AM
Re: Include omni binaries in ignite backup
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
Include any volume groups that omniback database and such are in. There can be no running backups to get a good copy.
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-2003 03:14 AM
11-21-2003 03:14 AM
Re: Include omni binaries in ignite backup
It is running. I was under the impression that make_tape_recovery is with HP-UX 11.00 and above.
Thank you all.
-GK-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 04:11 AM
11-21-2003 04:11 AM
Re: Include omni binaries in ignite backup
John Garrott