HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh and tar
Operating System - HP-UX
1832570
Members
5150
Online
110043
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
Forums
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
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
10-03-2001 04:54 AM
10-03-2001 04:54 AM
remsh and tar
I have 1 server with 1 DLT drive, and I want to read a DLT tape with tar from another server without a DLT drive.
Someone known how do it with remsh or rcmd ?
Someone known how do it with remsh or rcmd ?
Daniel
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 04:58 AM
10-03-2001 04:58 AM
Re: remsh and tar
You should just be able to do a remsh server1 "tar -tf /dev/rmt/DTLNAME"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 05:01 AM
10-03-2001 05:01 AM
Re: remsh and tar
there are a couple of ways to do this...the easier is to use GNU's tar...which has support for remote tape devices:
gtar tvf server2:/dev/rmt/0m
The other option is to use something like:
remsh server2 cat /dev/rmt/0m | tar tvf -
Hope this helps.
-Santosh
gtar tvf server2:/dev/rmt/0m
The other option is to use something like:
remsh server2 cat /dev/rmt/0m | tar tvf -
Hope this helps.
-Santosh
Life is what's happening while you're busy making other plans
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 05:04 AM
10-03-2001 05:04 AM
Re: remsh and tar
For casual data tranfers (a few megs), the remsh approach is probably OK. But since you mentioned DLT, if you're planning on full backups with gigabytes of data, I would be very cautious as the accuracy of massive data transfers with a simple pipe and no checksum verification is dubious at best. And of course, tar cannot backup large files.
A much better choice (for many more reasons) is Omniback, but you can also use the remote magtape features of fbackup too.
Bill Hassell, sysadmin
A much better choice (for many more reasons) is Omniback, but you can also use the remote magtape features of fbackup too.
Bill Hassell, sysadmin
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP