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
01-23-2003 09:54 AM
01-23-2003 09:54 AM
thanks
how do i also check which vg is it doing backup on???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 09:58 AM
01-23-2003 09:58 AM
Re: ignite
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 09:59 AM
01-23-2003 09:59 AM
SolutionIn order to check you can use make_tape_recovery -p (preview) option.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 10:01 AM
01-23-2003 10:01 AM
Re: ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 10:05 AM
01-23-2003 10:05 AM
Re: ignite
To find out what VG are currently backed up, you should definitely try and find the source of your scheduled job and see the command line passed to the make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 10:06 AM
01-23-2003 10:06 AM
Re: ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 11:19 AM
01-23-2003 11:19 AM
Re: ignite
As mentioned before, Ignite (and any other backup program) never run by themselves. As root, run the command: crontab -l
then look for make_tape_recovery. If it is not in crontab, there is no bootable backup being performed. Similarly, you should look at the crontab entries, if you do not see any other backup programs (fbackup, tar, cpio, omniback, etc) then no backup is being done at all.
Ignite is *NOT* a general purpose backup program, it is a vg00 recovery program. The tape is bootable so that a broken boot disk can be replaced and restored. The rest of the volume groups must be backed up with fbackup or a similar commercial backup program such as HiBack.
If you see make_recovery (not make_tape_recovery) then the system is using an obsolete version of the program and should be updated (download the latest version of Ignite) with make_tape_recovery.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 11:23 AM
01-23-2003 11:23 AM
Re: ignite
most of the machine is on 10.20 os level and running 64 bits, however, when i look at all the fileset , it has B version instead of A....
Is this mean the backup of vg00 is completely not recovery because of the fileset version???
if so how do I fix this??