- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tape drive sharing
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-03-2003 06:29 PM
тАО12-03-2003 06:29 PM
Tape drive sharing
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2003 07:21 PM
тАО12-03-2003 07:21 PM
Re: Tape drive sharing
Just use smb or NFS to mount what you need from one machine on the other machine and back it up from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2003 09:53 AM
тАО12-04-2003 09:53 AM
Re: Tape drive sharing
Veritas media manager 4.5
I'm sure other products exist, but its the only one I'm aware of.
The license fee exceeds the cost of the hardware in this instance.
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
тАО12-04-2003 11:01 AM
тАО12-04-2003 11:01 AM
Re: Tape drive sharing
there are actually two problems to solve in such a case if you do want to access the tape from both systems.
First both systems need to have physical access to the drive. This might be as simple as SCSI Y-cables or more sophisticated like a Fibrechannel fabric.
Second you need to make sure that access to the tape only happens by one system at a time, else you will end up with garbage on the tape. This is where the software comes into play. For pure backup purposes software like Legato will do this but does require you to have their servers and clients installed.
Conclusion: If you do want real shared access you do need to invest money.
If you can attach the drive firmly to one system and mount the file system of the other one remotely this is one possible solution. And finally there is the low low tech solution if you need to switch infrequently: Unplug the cable from server A and move it to server B and vice versa as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2003 08:12 AM
тАО12-05-2003 08:12 AM
Re: Tape drive sharing
say, on machine "kenny" you `dump` /FS_TO_BACKUP.
on machine "cartman" you want to backup /usr/local.
Just mount /FS_TO_BACKUP on cartman. You tar /usr/local on /FS_TO_BACKUP.
Start the tape and dump /FS_TO_BACKUP on it.