Sharing tape drive across systems


 
Thread Tools Search this Thread
Operating Systems AIX Sharing tape drive across systems
# 1  
Old 11-16-2010
Sharing tape drive across systems

Is it possible to NFS mount raw tape drive device file ( /dev/rmt0) across system ?

I make a mksysb image on local disk and am trying to copy a mksysb image to a tape, but the tape drive is attached to a server which is at a lower TL

I don't think there is way to NFS mount a tape drive in a non VIO environment , but I was hoping there is a way to nfs mount the device file and use the tape drive somehow .

Any thoughts ?
# 2  
Old 11-17-2010
Quote:
Originally Posted by mk8570
Is it possible to NFS mount raw tape drive device file ( /dev/rmt0 ) across system ?
Don't think so. You might get the device file but it won't know it's supposed to be a device on another system. You could transfer the data over a network socket and run the command locally...
# 3  
Old 11-17-2010
Thanks for the response .

Can you expand on what you mean by transfer over network socket ?
# 4  
Old 11-17-2010
I'm not aware of the specifics of precisely what you're doing to copy a file to tape, but you could ssh or rsh from the machine with the file to the machine with the tape, to run the command there but pipe data in from the originating machine.

Code:
ssh user@remotehost dd of=/dev/tape < tapefile

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. HP-UX

TAPE drive

I have used ioscan -fnC tape and the system identified the tape drive. what is the command to show a listing of what is on the tape? I have used ls /dev/rmt/rmt0 to no avail. can anyone help? Thanks in advance (10 Replies)
Discussion started by: Randydog
10 Replies

2. AIX

problem on sharing cdrom drive in AIX with linux

HI i have setuped a nfs between a AIX system and a linux os ,keeping AIX as sever i need to share the CDrom in AIX server with the linux operating system. ie. linux os machine does't have a cdrom . will i be able be share ..i tried a lot but it gives a message which resembles NFS access... (3 Replies)
Discussion started by: raguraja
3 Replies

3. Solaris

Sharing devices (tape drive) to local zone

I have to setup a local zone and need to share the fiber attached tape drive that is connected to the global zone. What is the best way to do this? Will sharing the /dev/rmt directory via lofs work? Any help is appreciated! (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

4. Solaris

Sharing DVD Drive in LDoms Environment

I have T5220 server with DVD drive. I have installed few logical domains in the server and wonder how they can share the DVD drive. I have not seen any mention of that in Sun documentation. (7 Replies)
Discussion started by: StarSol
7 Replies

5. AIX

Sharing a tape drive across the network.

I'm building a new server that doesn't have an internal tape drive. It is running 5.3ML8. I have another server running 5.1ML9 that has an LTO1 drive I'd like to share. Is this possible, or should I look into twin-tailing it, if that's even supported anymore. (0 Replies)
Discussion started by: tommysalami
0 Replies

6. UNIX for Dummies Questions & Answers

tape drive

Hi, I need to restore my tape backup, when I type "tape status" it gives; status : ready beginning-of-tape write-protected soft errors : 0 hard errors : 0 underruns : 3 but... (4 Replies)
Discussion started by: alisevA3
4 Replies

7. UNIX for Dummies Questions & Answers

Sharing a Unix Drive Over The Internet ... but

I don't know if this can be done, otherwise, my project will come to a screeching halt. I have a SCO 5.0.5 machine connected to the internet with a static IP address. I need to be able to share a drive : /shareddrive I need to map to it from a windows machine: hence, what i'd like to... (3 Replies)
Discussion started by: gseyforth
3 Replies

8. UNIX for Advanced & Expert Users

Sharing Tape Drive from other machine

Pls. correct me for the required steps which we need to do to share the Tape drive or whatever drive from other machine in network . 1.related files : /etc/hosts ,/etc/hosts.equiv , ....? 2. we need to insert the user & machine name inside hosts.equiv . (machinname1 username1 ... (1 Reply)
Discussion started by: nikk
1 Replies
Login or Register to Ask a Question