- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: full backup of a brand-new Unix box RX3440
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
07-03-2004 11:04 PM
07-03-2004 11:04 PM
Here i'm again. This time i have a question about backup. Can i be so free to ask you to write some script for me.
Wat shuld the script be doing?
Ofcourse full backup of my systeem . I want to use fbackup command to backup my system. I don't want to use SAM to get this done. I wil put it in in my CRONTABLE.
Next this cript shuld send me a mail if something goes wrong.
The script shuld generate a logfile with al information about the backup.(when is it started, what is on the tape, when is it finished, how mutch i backuped ..etc)
I want to be sure evrything is on the tape in case of disaster.
Of coourse i wil stop al database's demons before i start to backup my system.
Thank you in advance
Idriz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 11:34 PM
07-03-2004 11:34 PM
Re: full backup of a brand-new Unix box RX3440
For disater recovery this is the best method because this creates bootable tape. where as fbackup tapes are not bootable.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 11:39 PM
07-03-2004 11:39 PM
Re: full backup of a brand-new Unix box RX3440
It is good solution but i'm looking voor een sciprt that use fbackup.
I must be able to restore file that i backuped to one another box (RP5440).
who kan ik restore single file from one IGNITE TAPE.
Of course i made a IGNITE TAPE after i installed OS+aditonal software. I use this tape for disaster.
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 12:08 AM
07-04-2004 12:08 AM
Re: full backup of a brand-new Unix box RX3440
In general Ignite recovery used for root backup. so only VG00 should be here. You need to cre-create this tape whenever there is change in the root file system (vg00). It is also possible to restore single file from a ignite image. when you run make_tape recovery use -I option. You can recover some other model server using this tape. The kernel will regenerated for you automatically by ignite ux. also you can restore single files to another server.
See man page for fbackup about fbackup syntax. You use either -i (include) -e (exclude) options or create graph file like below
i /u01/data
i /u02/userdata
e /u02/userdata/tmp (if you want exclude some thing from included trees)
# Backup script
fbackup -g
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 12:38 AM
07-04-2004 12:38 AM
Re: full backup of a brand-new Unix box RX3440
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 03:59 PM
07-04-2004 03:59 PM
Solutionblocksperrecord 512
records 64
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Just copy this into a file called fbackup.params (you'll need to read the script to see some of the customization that is needed).
Now this tape is perfect for retrieving individual files and directories. It is many times faster than tar/cpio, etc and much easier than using an Ignite backup. However, you should still run make_tape_recovery about once every 2-4 weeks. Use the Ignite tape when the boot disk has been destroyed and the fbackup tape for selected files/directories.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 06:06 PM
07-04-2004 06:06 PM
Re: full backup of a brand-new Unix box RX3440
"
date
fbackup -f /dev/rmt/0m -iv . -I index.pwd
date
"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 08:55 PM
07-04-2004 08:55 PM