Link to home
Start Free TrialLog in
Avatar of gariec
gariec

asked on

How will I know what the name of the tape drive is?

And how can I access the drive (mount)?

ASKER CERTIFIED SOLUTION
Avatar of kencunningham
kencunningham

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Otetelisanu
Otetelisanu

and after what
kencunningham write.


I don't know if you really ever mount a tape for general purpose, like you might a file system.  Commands like tar, ufsdump, etc... write/read to/from tapes in the drive... (if you tell them to)

JW  (<~~~ Captain Obvious)
If you install a new tape
on the server you can
with
drvconfig (as root)
the tape install ('mount')
and after ls -la /dev/rmt/
if is OK.

You can use devfsadm -c tape (-s means class, of which tape is the class we're interested in).

You can then use the mt commands to control the device (so like if we use st0 as the SCSI tape, we'd use mt -f /dev/rmt/st0 rewind to rewind the tape).

To do backups use tar/cpio and/or ufsdump.  In Solaris 9 you can snapshot the filesystem so you don't have to kick everybody off first (way cool!)

Best of luck.

No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

Points split  kencunningham & Otetelisanu

Please leave any comments here within the next four days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

liddler
EE Cleanup Volunteer