- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_tape_recovery question
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-24-2004 04:18 AM
11-24-2004 04:18 AM
/opt/ignite/bin/make_tape_recovery -v -A -d /dev/rmt/0m
However there is a folder (2004-11-24,06:05) created in /var/opt/ignite/recovery daily. Would that directory be needed when doing a recovery from tape or that folder can be deleted? I'm asking because that's filling up my /var FS
Thanks.
SERVER:/var/opt/ignite/recovery {230}> ls -l
total 48
drwxr-xr-x 2 root root 1024 Nov 24 08:21 2004-11-24,06:05
-rw-r--r-- 1 root sys 236 Nov 24 08:23 client_status
-rw-rw-rw- 1 root sys 7324 Dec 7 2003 config.recover
-rw-rw-rw- 1 root sys 7324 Dec 7 2003 config.recover.prev
-rw-r--r-- 1 root sys 555 Dec 7 2003 fstab
-r--r--r-- 1 bin bin 218 Jun 27 2003 group.makrec
lrwxr-xr-x 1 root sys 16 Nov 24 06:05 latest -> 2004-11-24,0
6:05
-r--r--r-- 1 bin bin 1971 Jun 28 2002 makrec.append
-r--r--r-- 1 root sys 955 Jun 27 2003 passwd.makrec
-rw-r--r-- 1 root sys 105 Nov 24 06:16 previews
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 04:30 AM
11-24-2004 04:30 AM
Re: make_tape_recovery question
It contains log and the files used by make_tape_recovery during the tape creation process. Only file that can be huge is flist but I don't think it can grow so much to fill up your var. It contains all the files backed by make_tape_recovery. See if you have any directories (such as /tmp, /var/tmp etc.,) with numerous small files.
-A will make ignite to backup all the VGs that contain the files/directories specified to include in the tape archive. There is no reason to include files/directories that are not part of OS but on the external VGs. External VGs can be easily reimported upon recovery.
You can delete this directory once you confirmed your make_tape_recovery.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 07:40 PM
11-24-2004 07:40 PM
Re: make_tape_recovery question
please make sure you actually create a valid recovery tape.
in all folders that have a timestamp name there should be a file "recovery.log". This file should end with a line saying that it completed successfully (or with warnings).
In that case by default all but the last two of those directories would be deleted automagically on re-running make_tape_recovery and your /var/opt/ignite would *not* fill up!
the syntax has changed from make_recovery to make_tape recovery: -d gives a "description" and not the tape device, the tape device has to specified with -a and it has to be a no-rewind device (make_tape_recovery would complain if you specified "-a /dev/rmt/0m" while make_recovery did not complain but did not create a bootable tape then!
my recommendation is to use something like:
make_tape_recovery -I -x inc_entire=vg00 -x exclude=/tmp -a /dev/rmt/0mn
pls do a man make_tape_recovery and take a look at your recovery.log files mentioned above. If you need that tape and it does not work it will be too late to worry.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 08:04 PM
11-24-2004 08:04 PM
Re: make_tape_recovery question
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 06:18 AM
11-25-2004 06:18 AM