- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create Fbackup_label
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-14-2001 12:12 AM
08-14-2001 12:12 AM
Create Fbackup_label
I want to create my own fbackup_label, so I can check if I use the right tape.
How can i do it ? I'm using hp-ux 10.20 and 11.00. backup tool: fbackup.
Thx's
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 01:36 AM
08-14-2001 01:36 AM
Re: Create Fbackup_label
tapes are (unlike Omniback) not labeled with fbackup.
You could however put a little controlfile in your root directory (or wherever you start your backup, so you can retrieve it quickly) containing whatever you want (tape number, date, ...), which you can easily restore to check its contents.
groetjes,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 02:46 AM
08-14-2001 02:46 AM
Re: Create Fbackup_label
Tapes are labeled with fbackup, volume header.
Is it possible to manapulate this section on the tape ?
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 02:52 AM
08-14-2001 02:52 AM
Re: Create Fbackup_label
I create a small file with the label information I wish to write (name, usage count, date written, etc.), then tar it to tape with the norewind device, so that the the fbackup will write after this file. When you wish to restore, just position your tape head after the first file marker using the mt command, again with the norewind device.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 03:21 AM
08-14-2001 03:21 AM
Re: Create Fbackup_label
I don't think the fbackup Volume Header can be customized, sorry.
euh Robin, I don't think the trick with tar (with norewind) + fbackup will work. fbackup ALWAYS rewinds the tape before starting the backup. I would just add the little checkfile to the fbackup graph.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 03:33 AM
08-14-2001 03:33 AM
Re: Create Fbackup_label
When you run 'fbackup' you can create a volume label *file* by using the '-V path' option/argument. This will write the volume header information to path at the end of a successful fbackup session.
The same volume information can be extracted using 'frecover' (-V path). This is very useful when used in the absence of an actual recovery ('-N'), rather only to check the volume label and/or extract an index of the tape's contents ('-I path').
See the man pages (1M) for 'fbackup' and 'frecover' for more details.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 03:59 AM
08-14-2001 03:59 AM
Re: Create Fbackup_label
Thanks for your responses.
James,
I already read the man page, but is there any possible way to make changes inthe volume header information ?
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 04:20 AM
08-14-2001 04:20 AM
Re: Create Fbackup_label
I don't think you can make changes to the volume header information without the source to 'fbackup'. For what's its worth, you can see the structure definition in:
/usr/include/fbackup.h
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 04:30 AM
08-14-2001 04:30 AM
Re: Create Fbackup_label
My mistake, I was in dump mode.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 05:31 AM
08-14-2001 05:31 AM
Re: Create Fbackup_label
I think i use the next solution, read the volume header information, with frecover -V and create scirpts to create the information i want.
thx's
Marcel