- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remote mount a tape drive
Operating System - HP-UX
1819586
Members
3337
Online
109603
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-11-2002 10:09 AM
12-11-2002 10:09 AM
Remote mount a tape drive
Hello,
I've some data on a DLT tape that I'd like to copy to a server without a DLT tape drive. I like to remote mount the tape drive accross the network, but I'm not familar with the process. Can someone help? Thanks.
Both servers are running HP-UX 11.0
I've some data on a DLT tape that I'd like to copy to a server without a DLT tape drive. I like to remote mount the tape drive accross the network, but I'm not familar with the process. Can someone help? Thanks.
Both servers are running HP-UX 11.0
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 10:36 AM
12-11-2002 10:36 AM
Re: Remote mount a tape drive
You can not remotely mount a tape drive, it's not a file system. You do however have a few options.
1. Move the DLT drive for the duration of your business.
2. use a remote shell to access the data. Basically, you can use a pipe to do this, depending on the archive format. If this is proprietary backup, it wont work. I.E. tar is okay, omniback will require omnibackup software.
To use a remote shell, the following will work
remsh 'dd if=/dev/rmt/' | tar xvf -
to put data on the tame
tar cvf - | remsh 'dd of=/dev/rmt/'
NOTE: DOnt use a -n option!
NOTE: you will be required to have access for remote shell without a password prompt. Either /etc/hosts.equiv or $HOME/.rhosts.
Regards,
Shannon
1. Move the DLT drive for the duration of your business.
2. use a remote shell to access the data. Basically, you can use a pipe to do this, depending on the archive format. If this is proprietary backup, it wont work. I.E. tar is okay, omniback will require omnibackup software.
To use a remote shell, the following will work
remsh
to put data on the tame
tar cvf -
NOTE: DOnt use a -n option!
NOTE: you will be required to have access for remote shell without a password prompt. Either /etc/hosts.equiv or $HOME/.rhosts.
Regards,
Shannon
Microsoft. When do you want a virus today?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP