- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: full backup
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-20-2002 05:01 AM
09-20-2002 05:01 AM
full backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:11 AM
09-20-2002 05:11 AM
Re: full backup
Use fbackup to backup your system and make_tape_recovery to make sure you can rebuild (recover) your system in case of a hardware failure.
What kind of system do you have?
What kind of tape drives are available?
What OS is running?
What waws the last patch bundle installed?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:12 AM
09-20-2002 05:12 AM
Re: full backup
fbackup is actually probably the best bet here. You can run this from within SAM if you like. Go into SAM, then into the Backup / Recovery area define your backup and let it run.
I would also consider installing Ignite/UX to backup your VG00 so that you have a bootable backup tape should VG00 ever get royally fried.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:29 AM
09-20-2002 05:29 AM
Re: full backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:34 AM
09-20-2002 05:34 AM
Re: full backup
OK, so the machine is a K460, BUT
What kind of tape drives are available?
What OS is running?
What was the last patch bundle installed?
What version of Ignite??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:45 AM
09-20-2002 05:45 AM
Re: full backup
I'd use a current version of Ignite to create a bootable recovery tape of vg00:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
If you don't have a relatively recent version, or want the latest, get it here:
http://www.software.hp.com/products/IUX/download.html
For your non-vg00 volume groups, I'd use 'fbackup' with one or more graph files to specify the mountpoints that represent your application data. For speed of backup, and for good tape utilzation, I'd make sure to specify a 'config' file for 'fbackup' that looks like:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Note that the 'readerprocesses' default is two (2), but six (6) are allowed. The higher the number the more concurrent processes read data to deliver to the tape. Too low a number may result in the tape drive falling in and out of streaming mode thereby reducing copy times significantly.
Regards!
...JRF...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:48 AM
09-20-2002 05:48 AM
Re: full backup
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 06:02 AM
09-20-2002 06:02 AM
Re: full backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 06:10 AM
09-20-2002 06:10 AM
Re: full backup
Yes UPGRADE IGNITE, then do a make_tape_recovery and then apply the most recent patch bundle, then another make_tape_recovery, THEN contemplate what kind of backup to perform.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 06:12 AM
09-20-2002 06:12 AM
Re: full backup
With regard to patch levels, etc., your Ignite version is getting old. The latest Ignite version is 3.7.96.
I'd download this version and 'swinstall' it. This doesn't take long and doesn't require a reboot before you can start using it.
If you are planning to update your patches, I'd use a current SupportPlus Quality Pack (QPK) bundle, but *only* after I had created a current Ignite recovery tape as I suggested in my first post.
Regards!
...JRF...