- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can Fbackup generate tape number?
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
01-30-2004 04:07 AM
01-30-2004 04:07 AM
Can Fbackup generate tape number?
Is it possible for Fbackup to generate tape numbers for record keeping purposes? I am almost certain I once saw a tape ID printed in one of my logs upon inserting a brand new tape. Could somebody tell me how to use Fbackup to generate the internally stored tape number if possible.
Thanks
Mel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 04:56 AM
01-30-2004 04:56 AM
Re: Can Fbackup generate tape number?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 05:49 AM
01-30-2004 05:49 AM
Re: Can Fbackup generate tape number?
There is no such option in fbackup.if you having any backup utilities likes HP OMNI BACKUP then you can have that option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 06:56 AM
01-30-2004 06:56 AM
Re: Can Fbackup generate tape number?
Thanks
Mel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 03:58 AM
02-02-2004 03:58 AM
Re: Can Fbackup generate tape number?
Actually, fbackup writes a "Backup Identification Tag" on every fbackup performed. You can look at this by doing:
fcrecover -V
This tag is composed of the process ID and the start time of the PID. The start time appears to be the seconds since the EPOCH, although it's not specifically stated in the frecover man page.
I've looked at a few of my fbackup tapes and found that the process ID and the time is different on each one. It's unlikely that you would have the same PID of subsequent runs of fbackup, but not impossible. For that reason, you could use just the time stamp provided as a unique tape ID.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 03:59 AM
02-02-2004 03:59 AM
Re: Can Fbackup generate tape number?
My bad.