- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup commands
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
05-07-2003 12:17 AM
05-07-2003 12:17 AM
fbackup commands
what commands/switches can i use to run fbackup using a DLT 8000 tape drive? i ran it through the SAM, it worked, but thats a bit tedious, and i cant find what command line was used. what command can i use to run directly from root?. i used "/usr/sbin/fbackup/ 0i /usr/globus/bnk/bnk.data -f /dev/rmt/1m". i used this command but it still didnt backup, it gave me header errors and so on. what can i do?..any ideas?...
iphy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 12:31 AM
05-07-2003 12:31 AM
Re: fbackup commands
# mt -t /dev/rmt/1m rew (rewinds the tape)
# /usr/sbin/fbackup -i /usr -f /dev/rmt/1m
Here is also a script that I wrote a while back that you can use.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xab68ef70e827d711abdc0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 12:31 AM
05-07-2003 12:31 AM
Re: fbackup commands
You have a couple of options here:
1) use the samlog viewer to see the command that sam used; however that will lead you to a script that you may find hard to follow.
2) fbackup -0i /usr/globus/bnk/bnk.data -f /dev/rmt/1m should also work (note the dash in front of the zero.)
It's likely that the header errors you mention are just because the tape hasn't been used by fbackup previously. Post the errors on this thread so people can confirm for you.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:04 AM
05-07-2003 03:04 AM
Re: fbackup commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:09 AM
05-07-2003 03:09 AM
Re: fbackup commands
Hi,
Include these in your config file (with -c option):
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
You can save them as fbackup.config under /var/adm/fbackupfiles/