Operating System - HP-UX
1832992 Members
2554 Online
110048 Solutions
New Discussion

Loading and unloading tapes in tape library

 
SOLVED
Go to solution
JohnSeel
Advisor

Loading and unloading tapes in tape library

Hello All,
I am in the process of configuring an HP Serviceguard cluster of two RX3660 systems. (I will most likely be posting many questions regarding the setup, configuration, and operation of Serviceguard.)

My first isssue, not necessarily related to Serviceguard, concerns the tape library (HP MSL 2024fc). I intend to use vxdump for backups. Is there any supported software that will allow me to load and unload tapes in the library using a command line from within my backup scripts?

Thanks in advance.
John
4 REPLIES 4
TTr
Honored Contributor
Solution

Re: Loading and unloading tapes in tape library

Checkout the "mc" command. It takes care of the tape movement but you need to provide the source and destination of that tape movement.
JohnSeel
Advisor

Re: Loading and unloading tapes in tape library

Thank You! That looks like it is exactly what I need. I will look through the man pages.

stephen peng
Valued Contributor

Re: Loading and unloading tapes in tape library

just use mc to achive it.
JohnSeel
Advisor

Re: Loading and unloading tapes in tape library

Using mc works great. Thanks to all.