- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NFS Backup Help
Operating System - OpenVMS
1821537
Members
2293
Online
109633
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-26-2009 04:01 PM
тАО02-26-2009 04:01 PM
NFS Backup Help
I am very new to VMS and need to backup a single alpha server to an NFS share on server 2003R2, the reason i need to do this is the tape drive that we were backing up data to decided to eat its self and we cant get the authorization to purchase a new drive.
I have the NFS share up and working using Windows Services for UNIX, another device is able to write data to an NFS share on this server
on the alpha server i have turned on NFS client but now i am stuck as to where to go from here.
I have the NFS share up and working using Windows Services for UNIX, another device is able to write data to an NFS share on this server
on the alpha server i have turned on NFS client but now i am stuck as to where to go from here.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 03:02 AM
тАО02-27-2009 03:02 AM
Re: NFS Backup Help
hi,
welcome to the itrc openvms forum. probably best place to start would be the tcpip management guide section on nfs see here for the tcpip v5.6 copy :-
http://h71000.www7.hp.com/doc/83final/6526/ba548_90006.pdf
a question i would ask is what are you going to do with the data once it is there, if you are going to use something outside of the native vms backup software you may end up with issues after/if you restore it.
HTH
welcome to the itrc openvms forum. probably best place to start would be the tcpip management guide section on nfs see here for the tcpip v5.6 copy :-
http://h71000.www7.hp.com/doc/83final/6526/ba548_90006.pdf
a question i would ask is what are you going to do with the data once it is there, if you are going to use something outside of the native vms backup software you may end up with issues after/if you restore it.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 04:25 AM
тАО02-27-2009 04:25 AM
Re: NFS Backup Help
hi,
there is also the samba implementation for openvms you could consider if you are more familiar with that :-
http://h71000.www7.hp.com/network/cifs_download.html
there is also the samba implementation for openvms you could consider if you are more familiar with that :-
http://h71000.www7.hp.com/network/cifs_download.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 05:12 AM
тАО02-27-2009 05:12 AM
Re: NFS Backup Help
If you're new to OpenVMS and haven't already done so, start by reading the User's Guide and then the System Manager's manual in the documentation set. Manuals are here:
http://www.hp.com/go/openvms/doc
From those documents, you'll have a better idea of what you're doing when working with OpenVMS.
To answer your immediate question, if the NFS client has mounted a volume exported by the server, copy the bits you want to preserve into the disk. That could be a backup saveset, or a file copy, or a zip archive (zip "-V"), or whatever. What files you copy into the NFS served storage depends on what files you want to preserve.
As for what I would do here, I would get a tape drive. Given this is probably an old OpenVMS box and with small disks, DLT drives are available (used) for small cash outlays. The DLT 8000 series, for instance, can sometimes be had for carrying the drive off. And the replacement drive gets you access into your existing archives from your failed drive, if you pick a compatible model with the drive that cratered.
I prefer DLT/SDLT/Ultrium drives to DDS/DAT drives given the better reliability and media lifetime with the former.
The reason for the tape drive add-on (replacement) is multi-fold, it's far easier to deal with, far more reliable, and you can perform a bare-metal install. Remote tape services don't give you this, and NFS won't give you this. (And beyond the lack of a path for a bare-metal restore, NFS storage can tend to strip off the OpenVMS RMS file attributes, making the results harder to operate with.)
Mark has an interesting idea here, though there's no SMB/CIFS client for OpenVMS; there is a command-level tool that works akin to ftp, but no client. OpenVMS provides SMB/CIFS services. (You'd have to reverse the path and have the Windows server use its client to mount the export from OpenVMS, and then use the ftp-like client to toss files into the export. It's probably easier to use sftp or ftp to simply toss the file directly over to the server; to eschew SMB/CIFS.)
I've not looked around for an rmt client, but that presumes the Microsoft SFU/SUA offers a remote tape server. (rmt is a served tape path, if the Windows box has a tape drive. If you don't have a tape on a local Windows or Unix box, don't bother with this.)
If you can't get a tape for the OpenVMS box, I'd hang some extra disk off the OpenVMS box and off the Windows box, and zip and ftp or sftp an archive over. (I'd not bother with NFS, given reasons mentioned earlier.) Replicate the data locally (using BACKUP or zip "-V" or such, then copy the saveset or zip archive file over to the target box with the big spare disk space. From there, you can choose to get the file(s) off to tape or such. Yes, this is complex and failure-prone and more steps, and it chews through disk. Which is why tape is nice(r).
But do start with the User's Guide and the System Manager's Manual. That'll save you serious time and frustration; OpenVMS is different than you're used to.
http://www.hp.com/go/openvms/doc
From those documents, you'll have a better idea of what you're doing when working with OpenVMS.
To answer your immediate question, if the NFS client has mounted a volume exported by the server, copy the bits you want to preserve into the disk. That could be a backup saveset, or a file copy, or a zip archive (zip "-V"), or whatever. What files you copy into the NFS served storage depends on what files you want to preserve.
As for what I would do here, I would get a tape drive. Given this is probably an old OpenVMS box and with small disks, DLT drives are available (used) for small cash outlays. The DLT 8000 series, for instance, can sometimes be had for carrying the drive off. And the replacement drive gets you access into your existing archives from your failed drive, if you pick a compatible model with the drive that cratered.
I prefer DLT/SDLT/Ultrium drives to DDS/DAT drives given the better reliability and media lifetime with the former.
The reason for the tape drive add-on (replacement) is multi-fold, it's far easier to deal with, far more reliable, and you can perform a bare-metal install. Remote tape services don't give you this, and NFS won't give you this. (And beyond the lack of a path for a bare-metal restore, NFS storage can tend to strip off the OpenVMS RMS file attributes, making the results harder to operate with.)
Mark has an interesting idea here, though there's no SMB/CIFS client for OpenVMS; there is a command-level tool that works akin to ftp, but no client. OpenVMS provides SMB/CIFS services. (You'd have to reverse the path and have the Windows server use its client to mount the export from OpenVMS, and then use the ftp-like client to toss files into the export. It's probably easier to use sftp or ftp to simply toss the file directly over to the server; to eschew SMB/CIFS.)
I've not looked around for an rmt client, but that presumes the Microsoft SFU/SUA offers a remote tape server. (rmt is a served tape path, if the Windows box has a tape drive. If you don't have a tape on a local Windows or Unix box, don't bother with this.)
If you can't get a tape for the OpenVMS box, I'd hang some extra disk off the OpenVMS box and off the Windows box, and zip and ftp or sftp an archive over. (I'd not bother with NFS, given reasons mentioned earlier.) Replicate the data locally (using BACKUP or zip "-V" or such, then copy the saveset or zip archive file over to the target box with the big spare disk space. From there, you can choose to get the file(s) off to tape or such. Yes, this is complex and failure-prone and more steps, and it chews through disk. Which is why tape is nice(r).
But do start with the User's Guide and the System Manager's Manual. That'll save you serious time and frustration; OpenVMS is different than you're used to.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP