- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Backing up to NAS or DLT
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
01-18-2006 08:08 AM
01-18-2006 08:08 AM
All of our other servers are Windows and get backed up to NAS and/or our DLT.
Since our DLT and NAS are from another vendor and we cannot mount them over the network, is it possible to create our usual d-2-d backup and then FTP the image over to the tape library?
Our goal is to do away with having people coming in at night, putting in the tape on the server, running the backup, taking the tapes over to another site for security etc. etc.
It's probably a simple solution, but any help is appreciated.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 08:35 AM
01-18-2006 08:35 AM
SolutionSo long as you generate a sequential BACKUP saveset, and then use a recent version of ZIP (one that you can preserve the VMS file attributes in), I do not see a problem (I do similar things all the time).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 08:40 AM
01-18-2006 08:40 AM
Re: Backing up to NAS or DLT
I wasn't sure if we could do BACKUP right over the network without mounting the tape library.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 08:43 AM
01-18-2006 08:43 AM
Re: Backing up to NAS or DLT
I am not sure that I understand you.
The tape library is a black box to your VMS system (it cannot be used as a tape).
So:
- Using VMS BACKUP write a saveset
- using INFOZIP create a ZIP archive of the saveset, preserving the RMS file attributes
- FTP the saveset to a disk that is to be backed up to the tape library
- voila!
You do have to be careful to transfer the ZIP archive in BINARY mode, but that is not generally a problem.
If you need to get files from the backup, you reverse the process.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 08:45 AM
01-18-2006 08:45 AM
Re: Backing up to NAS or DLT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 09:24 AM
01-18-2006 09:24 AM
Re: Backing up to NAS or DLT
Note that the latest released Zip is version
2.31, and you _really_ don't want anything
older. (UnZip 5.52 is current on that side.)
If you need these, start at:
http://www.info-zip.org/
If your compressed archive size exceeds 2GB,
you actually want something newer, as Zip 2.x
lacks large-file capability. Zip 3 and
UnZip 6 have large-file capability (non-VAX),
but have not been (finished or) released yet.
Pre-release BETA source kits for Zip 3.0e and
UnZip 6.00c should be available at:
ftp://ftp.info-zip.org/pub/infozip/OLD/beta/
They seem to be pretty trouble-free so far,
but complaints are always welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 03:44 AM
01-19-2006 03:44 AM
Re: Backing up to NAS or DLT
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=965502 so the data would go to the NAS directly without intermediate copies of the savesets and its zipped form.
Depending up how much of an 'appliance' the NAS is, the library program would run either directly on the NAS or on a windows machine that can connect to the NAS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 05:05 AM
01-19-2006 05:05 AM
Re: Backing up to NAS or DLT
it is also possible to FTP a saveset.
But you have to do a DIR/FULL of it, and record the LongestRecordLength.
tranfer in binary.
Then (or after a restore and transfer back) do a
$ SET FILE
Size only limited by the used FTP(s), and diskspace.
Proost.
Have one on me.
jpe