- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Restore SAVESET from tape
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
04-03-2004 12:43 AM
04-03-2004 12:43 AM
Restore SAVESET from tape
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 02:58 AM
04-03-2004 02:58 AM
Re: Restore SAVESET from tape
http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm
VMS Backup tape are ANSI standard labelled magtapes with SAVESETS being files.
You can MOUNT [/OVER=ID] the tape. User DIR to list it, and COPY to grab an entire, individual, saveset to disk.
I recommend practicing on a (short) tape (or virtual tape driver if you can find one) with smallish savesets.
http://h71000.www7.hp.com/wizard/wiz_4342.html
Freeware tools of interest:
http://h71000.www7.hp.com/freeware/freeware40/sigtape_stuff/freeware_readme.txt
some interesting public documents on VMSbackup:
http://www.fnal.gov/docs/products/vmsbackup/vmsbackup.html
http://aa11.cjb.net/tru64_unix_managers/1998/0131.html
http://www.ttinet.com/tti/secrets_file_io_001.html
http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 03:20 AM
04-03-2004 03:20 AM
Re: Restore SAVESET from tape
I like to ammend Hein's message with 3 comments.
- the COPY to disk does only work as long as the saveset records are smaller than 32256 bytes. Some people specify 65535 bytes for more speed, but unfortunately the record length counter is a signed integer, were some negative values have a special meaning.
- just note that when you have set your default to a searchlist and do a '$DIRECTORY tape:' you will see the _same_ file (usually) two times. This is because you have not specified a directory name and RMS pulls one from every entry of the search list - use '$ DIRECTORY tape:[]' instead or do a '$ SET DEFAULT SYS$SYSDVEICE:[000000]' in advance.
- be prepared that an FTP _might_ corrupt the file's record formats. Don't forget to do a BINARY transfer and please consult the following link:
http://h71000.www7.hp.com/openvms/freeware/backup.html
Well, how about a fourth one:
- write protect the tape or MOUNT/NOWRITE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 09:04 AM
04-03-2004 09:04 AM
Re: Restore SAVESET from tape
in case any corruption happens file (see
http://vms.process.com/scripts/fileserv/fileserv_search.exe?package=file&description=&author=&system=Either&language=All
)
is a most useful tool. It can be used to record the file attributes before the transfer and then allows to reset them to exactly the same after the transfer.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2004 08:43 PM
04-04-2004 08:43 PM
Re: Restore SAVESET from tape
(use zip V2.3 and unzip V5.5)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 12:02 AM
04-05-2004 12:02 AM
Re: Restore SAVESET from tape
I succesfully used Hein's command in past. If saveset is not too big it's the simplest way to work.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 12:50 AM
04-05-2004 12:50 AM
Re: Restore SAVESET from tape
Mount/over = ID
Copy
or Copy
always worked for me, I never had to look any further.
Jan