- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sharing tape device
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
05-14-2002 12:40 AM
05-14-2002 12:40 AM
I want to make it possible to use the tape device from both servers.
and how the command line of (tar)command will be from the remote server
Thank you
Burhan Koni
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:49 AM
05-14-2002 12:49 AM
Re: sharing tape device
I know you can use fbackup/recover over the network
You need to have the server names in .rhosts files
Will have a look for tar usage and get back to you
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:50 AM
05-14-2002 12:50 AM
SolutionDo
servera#remsh serverb dd if=/dev/rmt/0m bs=20k |tar tvf -
To write to your remot hosts tapestation:
Do
servera#tar cvf - . |remsh serverb dd of=/dev/rmt/0m bs=20k
Make sure you have servera in the serverb's .rhost file
Br,
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:50 AM
05-14-2002 12:50 AM
Re: sharing tape device
I am not sure on the tar as I always use fbackup across betwork. Have a look at this thread it will tell you how to use fbackup.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x64d60bce6f33d6118fff0090279cd0f9,00.html
cheers
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:54 AM
05-14-2002 12:54 AM
Re: sharing tape device
Try this
tar cvf - /dir_name | remsh hostname dd of=/dev/rmt/0m
or
tar cvf - . | remsh hostname dd of=/dev/rmt/0m
which will backup the current directory.
hostname is the hostname of the machine with the drive
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:55 AM
05-14-2002 12:55 AM
Re: sharing tape device
Personally I prefer fbackup over tar as you can spesify the host:dev with the former.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 01:27 AM
05-14-2002 01:27 AM
Re: sharing tape device
fbackup can be only used as root
regards,
U.SivaKumar