- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OS + Application Backup Using Ignite Ux
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
02-11-2007 11:04 PM
02-11-2007 11:04 PM
Is it possible to take application backup along with OS .
for example my oracle was installed in /dev/vg01/oracle.
Pls confirm how to take backup and restore the os along with apps.
Regds
B.Ganesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 11:11 PM
02-11-2007 11:11 PM
Re: OS + Application Backup Using Ignite Ux
Ignite is incaptable of backup up a running Oracle database.
If however the database is down, e.g. a cold backup the Ignite backup will work.
The problem is a database only restore without restoring the operating system is not straightforward, but its possible to extract from tape.
Much better to use Veritas netbackup or DP 5 to do the backup, or but the database in backup mode and use fbackup.
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
02-11-2007 11:14 PM
02-11-2007 11:14 PM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 11:18 PM
02-11-2007 11:18 PM
Re: OS + Application Backup Using Ignite Ux
Thanx for immediate reply.
My question is to take only application files not database files.
Eaxmple:oracle related installation files which will have all the exe's.
Thanx in advance.
Regds
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 11:33 PM
02-11-2007 11:33 PM
Re: OS + Application Backup Using Ignite Ux
as you do not want to back up the oracle data files, Pete Randall's answer includes the command syntax you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 11:59 PM
02-11-2007 11:59 PM
Re: OS + Application Backup Using Ignite Ux
Ignite is not a really good option to save other vg than vg00 if you had implemented special features in these vg.
For example, imagine that all LV on your vg01 are created with Distributed method (-s g -D y) on two PV (PV1 and PV2) and you have create the mirror ont two other PV (PV3 and PV4). If you create an ignite with inc_entire=vg01 an réinstall such an image you will loose :
- distributed attributes and distribution itself : all data on the LV will be restore on first PV (PV1), then PV2 when PV1 will be full.
- mirroring as ignite is not able to do it.
For myself, in such situations, i prefer having some scripts under an OS filesystem like /opt to recreate properly all others vg than vg00 and i make backup of these vg with official company tool (dataprotector, tina, ..) or fbackup. Once OS is re-installed, i recreate my vg then restore others datas.
If your vg01 is very simple, you can still use ignite, but i don't think the primary goal of Ignite is to save extra-systems datas.
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 02:46 PM
02-12-2007 02:46 PM
Re: OS + Application Backup Using Ignite Ux
Regds
Ganesh