- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Backup issues.
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
09-13-2007 07:08 PM
09-13-2007 07:08 PM
I am having problem regarding Ignite UX. I am having a rx 2620 server and connected to external storage . And i am having two VG's spread over one disk.I want to take the full ignite backup of system including the vg00, vg01 & vg_rac.First of all can i take it and restore it on the same system. I also want to restore this backup on the other system . Please help regarding it.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 07:17 PM
09-13-2007 07:17 PM
Re: Ignite Backup issues.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 08:53 PM
09-13-2007 08:53 PM
Re: Ignite Backup issues.
1.Can i take full backup of the system i.e backup of the all vg's including vg01 and vg_rac
2.Can i restore the same backup on some other system or on the same setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 09:10 PM
09-13-2007 09:10 PM
Re: Ignite Backup issues.
make_tape_recovery -a /dev/rmt/0mn -x inc_entire=vg00 -x inc_entire=vg01 â v
But ignige backup is meant for os backup you should go for some other backup solution for your data/application backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 10:31 PM
09-13-2007 10:31 PM
Re: Ignite Backup issues.
#make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg_rac -I -v -a /dev/rmt/0mn
Please see the attached log file for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 11:39 PM
09-13-2007 11:39 PM
Re: Ignite Backup issues.
You used the partition 3 and 2 for different VGs.
I'm not sure if this is working, but I doubt if this is supported. This may be the root of the problem too.
Your current config:
vg00
/dev/dsk/c2t0d0s2 - OK
vg_rac
/dev/dsk/c5t2d0s3
/dev/dsk/c5t1d0
vg01
/dev/dsk/c5t2d0s2
But maybe the probem is more simple and you should check for space and write permissions only, because of
"/var/opt/ignite/recovery/2007-09-14,18:27/system_cfg vg00
ERROR: /opt/ignite/bin/save_config failed"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 11:47 PM
09-13-2007 11:47 PM
Re: Ignite Backup issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 11:57 PM
09-13-2007 11:57 PM
Re: Ignite Backup issues.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 02:33 PM
09-14-2007 02:33 PM
SolutionContents of the config-file:
============================
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
---------------------------------------------
Example for a complete backup starting at / (root):
fbackup -i / -v -c config-file -f /dev/rmt/0m
Display the tape header with dates:
frecover -V - -f /dev/rmt/0m
Display the table of contents:
frecover -I - -f /dev/rmt/0m
Bill Hassell, sysadmin