- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: export tape drive
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
11-08-2001 11:24 AM
11-08-2001 11:24 AM
I'd read of a response in the forum that you can export a tape drive from one sever to another (server with no tape drive) - these were the commands:
Tapedrive server:
mount /dev/rmt/0m /tape
exportfs -i /tape
Nonetapedrive server:
mkdir /dev/rmt/0m
mount Tapedrive:/tape /dev/rmt/0m
However, when I went and type the mount command at the TapeDrive Server, this is the error message I got:
mount: /dev/rmt/0m is an invalid operand.
I even tried with different tape drive and still got the same error message.
Any help is appreciated. Thank you.
Thi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:39 AM
11-08-2001 11:39 AM
Re: export tape drive
There are some commands like cpio and fbackup that can access remote tape drives.
Third party backup software like Legato Networker or Omniback can do also access remote tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:40 AM
11-08-2001 11:40 AM
Re: export tape drive
i do not think it is a good idea to export a tape device.
Take a look at this forum isseu:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x43e9c6af36b7d5118ff10090279cd0f9,00.html
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:40 AM
11-08-2001 11:40 AM
Re: export tape drive
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:43 AM
11-08-2001 11:43 AM
Re: export tape drive
The original intention of unix was that everything is a file. Had this principle been followed, then this would be possible. I'd like to see the ability to forgo NFS and have the ability to symbolicly link files with "ln" over a network, like this ln serverA:/somefile /localfile. Maybe someday :-))
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 11:52 AM
11-08-2001 11:52 AM
Re: export tape drive
The way to share the remote tape devices will be to make use of backup softwares like fbackup, Legato Networker or HP Omniback ..
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:05 PM
11-08-2001 12:05 PM
Re: export tape drive
you don't have a filesystem on the tape drive that you can mount and export. If you want to use this tape drive to take backup on another system, you have to use remsh/rsh.
Take a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=91a560b41d3fce2c4e/screen=ckiDisplayDocument?docId=200000048403550
http://us-support.external.hp.com/cki/bin/doc.pl/sid=91a560b41d3fce2c4e/screen=ckiDisplayDocument?docId=200000036518850
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:12 PM
11-08-2001 12:12 PM
Re: export tape drive
The reason I want to export the tape drive is for this reason:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:36 PM
11-08-2001 12:36 PM
Re: export tape drive
I even thought of making a "make_net_recovery" to another server that have a tape drive and then make an ignite tape from that - but if this is possible, is the tape bootable ? Any ideas is greatly appreciate.
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:41 PM
11-08-2001 12:41 PM
Solution1) Find a machine that has a tape drive
2) Make a make_net_recovery of the machine with out the tape drive
3) Make a bootable tape from the make_net_recovery image.
Instructions on how to do this can be found in /opt/ignite/share/doc/makenetrec.txt