- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup and (single) DLT
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
08-17-2000 12:11 PM
08-17-2000 12:11 PM
fbackup and (single) DLT
Datasize has increase, now backup goes beyond one tape, so backups are failing.
I need a way to sense this and alert a local operator to change tapes.
help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 12:18 PM
08-17-2000 12:18 PM
Re: fbackup and (single) DLT
;tail -f fbackup.log > /dev/console (or the term where is the operator).
Fbackup has a grace period to wait before aborting...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 12:29 PM
08-17-2000 12:29 PM
Re: fbackup and (single) DLT
Is the time-out value a function of fbackup, or of the DLT hardware or driver?
philc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 01:01 PM
08-17-2000 01:01 PM
Re: fbackup and (single) DLT
fbackup -f {device} -0 -i /
each time.
What if I use the -c (config file) option, and in the config file I specify the chgvol script. Then in the chgvol script, I specify simply echoing to the console a "Load Tape, press "y" type message?"
what type of return value does the chgvol script need to pass back?
philc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 01:23 PM
08-17-2000 01:23 PM
Re: fbackup and (single) DLT
To get to the next appearance of the string go with n. (The same key as vi editor).
There is a -c option that let you configure the name of the config files.
/var/adm/fbackups is the usual used directory
The -I option is used for Index and -V for vol header.
So, fbackup -0 -g graph -f tape -I index -V volheader >log.file; tail -f logfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:01 PM
08-17-2000 02:01 PM
Re: fbackup and (single) DLT
Larger tape blocks will mean that you get more data onto the tape and depending on how much you've increased your data by may mean that it will still fit on one tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:18 PM
08-17-2000 02:18 PM
Re: fbackup and (single) DLT
There is a way to do this. This is fbackup's 'chgvol' feature. Here are three documents to help you:
Document A4574368 "fbackup chgvol example"
Document A5299677 "fbackup: Is there a timeout when it asks for a second tape?"
Document KBAN00000401 "Example chgvol script for fbackup to control tape libraries"
John's comments on the configuration file's blocksperrecord is very germane. You can adjust this and other parameters and get better tape utilization. Do some testing yourself to find the best values.
...JRF...