- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exporting Tape devices to other system
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
02-17-2003 07:16 PM
02-17-2003 07:16 PM
Exporting Tape devices to other system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:24 PM
02-17-2003 07:24 PM
Re: Exporting Tape devices to other system
You can copy the tape contents to an exported filesystem but tape drives can't be shared.
Bill Hassell says so. I think.
I've seen it from enough senior HP folks to be pretty confident.
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
02-17-2003 07:26 PM
02-17-2003 07:26 PM
Re: Exporting Tape devices to other system
The best way is to export the back to a filesystem onto your local system and then use "fbackup" to backup it up onto the remote tape.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 09:31 PM
02-17-2003 09:31 PM
Re: Exporting Tape devices to other system
Change the TAPE parameter in the onconfig and take the ontape on a file in a filesystem. The file thus created can be copied to the tape on another system using fbackup -f remotehost:/tapedevice ...
or use GNU tar or a combination of tar and dd
cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 09:43 PM
02-17-2003 09:43 PM
Re: Exporting Tape devices to other system
1. The remote system must allow remsh access from root to root, and
2. the tape will not have highspeed recovery markers recorded onto the tape (which makes frecover much, much slower for small restore operations).
I would look at HiComp's HiBack backup program as a good solution to sharing a tape drive over a network. Other alternatives are: HP's Omniback, Veritas backup, Legato Networker, and others.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:32 PM
02-17-2003 10:32 PM
Re: Exporting Tape devices to other system
enable remsh in /etc/inetd.conf and you can use fbackup
#fbackup -f
You can't export a tape drive since it is a serial device