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
04-28-2010 11:45 PM
04-28-2010 11:45 PM
is it possible to use ignite-ux to backup a system ( including the database, applications not only the OS etc..) and being able to recover it completely as it was ?
if not is there any other tools or methods for efficient full backup ?
thanks for your help !
Jean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:53 PM
04-28-2010 11:53 PM
SolutionWill be working for DB/Apps: Depends if they support hot backup while changes are happening.
Other Tools:RMAN(Oracle), DataProtector
Need More thoghts: Refer below
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1272527516539+28353475&threadId=1340801
Cheers!
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 12:11 AM
04-29-2010 12:11 AM
Re: Backup
Yes its is possible,
Default setting of Ignite backup is taking only vg00 you can add other file system also.
#make_tape_recovery â x inc_entire=vg00 â x inc_entire=vg01
like you can add more vg's,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 12:14 AM
04-29-2010 12:14 AM
Re: Backup
#make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 12:17 AM
04-29-2010 12:17 AM
Re: Backup
thanks guys for the clarification but is it possible to elaborate more on the below concern ?
" Will be working for DB/Apps: Depends if they support hot backup while changes are happening."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 12:32 AM
04-29-2010 12:32 AM
Re: Backup
ignite is NOT an enterprise strength backup utility. If you are writing to a file or database, inconsistent info will be restored. Especially if multiple files have to be in sync.
>is there any other tools or methods for efficient full backup?
There is fbackup(1m), not supported beyond 11.31.
And you can use HP's Data Protector as Anshumali said.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 02:08 AM
04-29-2010 02:08 AM
Re: Backup
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 04:45 AM
04-29-2010 04:45 AM
Re: Backup
appreciate your help again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 04:56 AM
04-29-2010 04:56 AM
Re: Backup
ioscan -fnCtape
Status should show CLAIMED and there should be a driver listed. Assuming both those things are true, you simply run your backup command. Using tar as an example:
tar -cvf /dev/rmt/0m {backup specification}
Pete
Pete