- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup question.. need to reduce fullbackup to 1 t...
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-16-2006 07:35 AM
11-16-2006 07:35 AM
I have to backup a server for a few months using a dds3 tape. We get a make_recovery every quarter and the system is static, no system changes made. The 2nd tape usually hits on the /usr directory and runs about 40 minutes. Are there any directories under /usr and/or /var that you would recommend excluding? (I've worked with our dba and application person and excluded all that we can safely exclude from our homegrown mountpoints.
Thanks,
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 08:07 AM
11-16-2006 08:07 AM
Solutionuse the include statement to only do vg00
If you have anything in volume group that you boot besides boot stuff thats a best practices violation.
If you have a scratch directory cause your disk is huge (I had that problem), then exclude the mountpoint.
Hopefully you are actually using make_tape_recovery.
If you have done everything I have said then you probably need a higher capacity tape drive.
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
11-16-2006 08:11 AM
11-16-2006 08:11 AM
Re: backup question.. need to reduce fullbackup to 1 tape
Also, clean old syslog files. /var/tmp is good candidate.
Check /var/stm/logs, /var/adm/crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 08:15 AM
11-16-2006 08:15 AM
Re: backup question.. need to reduce fullbackup to 1 tape
Thanks,
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 08:46 AM
11-16-2006 08:46 AM
Re: backup question.. need to reduce fullbackup to 1 tape
I checked the directories you each recommended and they have just a few small files.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 08:57 AM
11-16-2006 08:57 AM
Re: backup question.. need to reduce fullbackup to 1 tape
> "I've worked with our dba and application person and excluded all that we can safely exclude from our homegrown mountpoints."
I don't think that you have. Ignite is designed to allow the recovery of your operating system. Ignite is not a generalized backup tool.
If you have large '/home' filesystems and/or other application filesystems or directories, you need to develop a backup/recovery scheme that accomodates the recovery of vg00 of with Ignite and the recovery of application data secondarily and independently.
If you nave a vg00 configuration that has filesystems other than the standard ones, you are making recovery and operating system upgrades much more difficult than necessary. Isolate application filesystems on non-vg00 volume groups and move application data and databases outside vg00.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 10:20 AM
11-16-2006 10:20 AM
Re: backup question.. need to reduce fullbackup to 1 tape
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:32 AM
11-17-2006 12:32 AM
Re: backup question.. need to reduce fullbackup to 1 tape
We are doing a full backup (fbackup) once a week. It is taking 2 tapes. Partials are done the other nights on 1 tape. We get a make_recovery once a quarter on this system that stays static, no system changes are ever made. Also every 6 weeks we get a full single user backup with everyone off.
Are there any directories in /var or /usr that I might exclude from my fbackup (graph file for fbackup) since I could get them back from the make_recovery should I need to. For example our dba gave me the path for the oracle installation files to exclude since they could be recovered from the full single user if needed.
Looking for anything I can exclude to get down to one tape so someone doesn't have to come back to mount the tape. I watched all these files in both directories scroll by and I was thinking there must be a bunch I could probably safely exclude. But wanted to check to see if anyone might know which ones might could be excluded.
Thanks so much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:49 AM
11-17-2006 12:49 AM
Re: backup question.. need to reduce fullbackup to 1 tape
OK, you asked "Are there any directories in /var or /usr that I might exclude from my fbackup (graph file for fbackup) since I could get them back from the make_recovery should I need to."
Given what you describe, your 'fbackup' could probably exclude all of '/usr' and at least '/var/adm/sw' [your Installed Product Database] since these would be available from your Ignite recovery tape.
You could *exclude* '/usr' but *include* '/usr/local' if you keep volatile code therein.
From '/var', yuo could also exclude '/var/tmp', and perhaps '/var/mail', too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:50 AM
11-17-2006 12:50 AM
Re: backup question.. need to reduce fullbackup to 1 tape
As long as you are VERY careful to make a new Ignite backup when ever anything changes in the root VG, most of those file systems could be skipped in your fbackup. The execption that I can see would be all the configuration changes that can affect /etc and/or /usr. The others, /var /opt /tmp /stand, should be static enough to skip.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 01:08 AM
11-17-2006 01:08 AM
Re: backup question.. need to reduce fullbackup to 1 tape
Thanks , that is the info I wanted .
This box stays static as far as the OS goes, no changes are ever made to it. It runs a doc mgmt application and the only that that changes is the data and most all of that is covered by the oracle database.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 01:10 AM
11-17-2006 01:10 AM
Re: backup question.. need to reduce fullbackup to 1 tape
...and so do I get points for my input above? :-))
...JRF...