- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Tape Library Software with SAN Awareness
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
02-28-2006 07:49 AM
02-28-2006 07:49 AM
Tape Library Software with SAN Awareness
We have been told that there is an HP product (possibly freeware) that will, when a tape drive is in use, allocate the drive on all the other nodes. This would solve our problem. But, we don't know what this software is called or even if it really exists. Is anybody aware of this software?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 08:39 AM
02-28-2006 08:39 AM
Re: Tape Library Software with SAN Awareness
Look at those and see if they fit your need.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 08:44 PM
02-28-2006 08:44 PM
Re: Tape Library Software with SAN Awareness
Choose a node to create a file on, and then write the nodename into the file of any node that currently owns the drive, remembering to check the file first of course.
Once the backups are complete, simply empty the file.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 04:00 AM
03-01-2006 04:00 AM
Re: Tape Library Software with SAN Awareness
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 06:01 AM
03-02-2006 06:01 AM
Re: Tape Library Software with SAN Awareness
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1000100
Writing something like this would not be a major 'software development'. A couple of lines of DCL code should be sufficient. If your nodes are running DECnet and one has a default DECnet account:
To 'reserve' a tape:
$ OPEN/WRITE x node::TAPE.DAT;1
If it succeeds, you own the tape. When you're done, close and delete the file. If it fails (file already exists), enter a retry loop, until you could create the file.
Volker.