- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: UNLOAD tape drive after INIT
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
06-27-2006 07:45 PM
06-27-2006 07:45 PM
How can I do this?
Thanks,
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 07:57 PM
06-27-2006 07:57 PM
Re: UNLOAD tape drive after INIT
$ mount/for drive:
$ dismount/unload drive:
If you are using a media libary and have mru installed you can use the $robot commands to physically load & unload the tapes too !
Failing that, perhaps a $inquire and a loop back to give you time to physically take out and load the next tape (and of course check that the current one didn't fail it init!!)
Regards
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 08:23 PM
06-27-2006 08:23 PM
Re: UNLOAD tape drive after INIT
regards kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 08:52 PM
06-27-2006 08:52 PM
SolutionSET MAGTAPE needs the tape to be mounted.
$ set mag/unload $1$mkb500:
%SET-E-NOTSET, error modifying $1$MKB500:
-SYSTEM-F-DEVNOTMOUNT, device is not mounted
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 09:24 PM
06-27-2006 09:24 PM
Re: UNLOAD tape drive after INIT
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 09:34 PM
06-27-2006 09:34 PM
Re: UNLOAD tape drive after INIT
Would using BACKUP take longer or shorter or not significant?
Thanks,
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 09:39 PM
06-27-2006 09:39 PM
Re: UNLOAD tape drive after INIT
init
mount/for
dism/unl
To be :
backup/rew login.com dev:sav/sav/rewind/dens=xxx (or whatever options you need)
dism/unl
Faster ? Could be.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 09:46 PM
06-27-2006 09:46 PM
Re: UNLOAD tape drive after INIT
Thanks,
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 10:45 PM
06-27-2006 10:45 PM
Re: UNLOAD tape drive after INIT
$ ROBOT LOAD SLOT physical_slot DRIVE usually_0_or_1 ROBOT media_library(e.g. GKG0)
$ WAIT 00:01:30 ! mechanical load
$ INIT device: label
$ ROBOT UNLOAD DRIVE 0_or_1 SLOT returning_slot_from_load ROBOG media_library
You'll notice there's no mount/dismount commands as the ROBOT commands load/unload the media, and there's only the need to pay a visit to load/unload your media library :-) how lazy !
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 11:14 PM
06-27-2006 11:14 PM
Re: UNLOAD tape drive after INIT
Works like a charm!
Thanks to all,
Chaim