Sharing devices (tape drive) to local zone


 
Thread Tools Search this Thread
Operating Systems Solaris Sharing devices (tape drive) to local zone
# 1  
Old 05-11-2010
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!
# 2  
Old 05-11-2010
sharing /dev/rmt won't work. This is the supported way to do it:
Code:
# zonecfg -z myzone
zonecfg:myzone> 
zonecfg:myzone> add device
zonecfg:myzone:device> set match=/dev/rmt/0
zonecfg:myzone:device> end
zonecfg:myzone> 
#

Then reboot the zone.
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

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... (3 Replies)
Discussion started by: mk8570
3 Replies

2. Solaris

Covert Global zone to local zone

Dears, I would like to convert solaris 10 x86 and solaris 10 sparc (Global Zones) physical servers into Local zones. i found a document which seems to be helpful but i'm stuck @ the 1st step. to test this i want to do it 1st on x86 system running under vmware ESXi and if it succeeds i will... (1 Reply)
Discussion started by: mduweik
1 Replies

3. Solaris

Solaris zone devices

Hello all, I'm having issue with trying to add device resource to my zone from the global zone. I did the following zoncfg -x larryase add device set match="/dev/tty*" end I get device already set, but in me zone I don't see the device. Is there a "reboot -- r" command for zones? or... (0 Replies)
Discussion started by: larryase
0 Replies

4. Solaris

sharing a directory between local and global zone

is this the step? add fs set dir=/export set special=/export set type=lofs add options rw end i notice i can't post immediately, moderator needs to moderate. i have 1 more post still haven't appear in the forum..hmm.... (1 Reply)
Discussion started by: binary0011
1 Replies

5. Solaris

Global zone name from local zone

How to check the global zone name from local zone. (6 Replies)
Discussion started by: fugitive
6 Replies

6. Solaris

Not able to ping global zone from local zone

Hi Gurus I am not able to ping the local zone from global zone when i am trying to ping i am getting below ICMP Host Unreachable from gateway zone ( 192.268.35.210) for icmp from zone ( 192.168.35.210) to sun1 ( 192.168.35.210) However i can ping local zone from global please... (12 Replies)
Discussion started by: kumarmani
12 Replies

7. AIX

mix fc and tape devices

I have a problem with some partitions. In one of them I have this two fiber channel. lsdev -Cc adapter ent0 Available 03-08 10/100/1000 Base-TX PCI-X Adapter (14106902) fcs0 Available 04-08 FC Adapter fcs1 Available 05-08 FC Adapter ide0 Defined 07-08 ATA/IDE... (0 Replies)
Discussion started by: lo-lp-kl
0 Replies

8. 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

9. 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