- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- More save sets on a magnetic 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
10-17-2005 04:53 PM
10-17-2005 04:53 PM
Is it possible to have more than one saveset on a tape?
If answer is yes, how do I access the save sets?
geir
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 05:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 05:35 PM
10-17-2005 05:35 PM
Re: More save sets on a magnetic tape
$ MOUNT/OVER=ID tape
$ DIR tape:
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 05:39 PM
10-17-2005 05:39 PM
Re: More save sets on a magnetic tape
$ directory tape:[]
else, you will see 'duplicate' files, because some component picks up a dummy directory specification from the search list. Or has this changed in recent VMS versions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 05:53 PM
10-17-2005 05:53 PM
Re: More save sets on a magnetic tape
/REWIND on only the first BACKUP command when
writing the tape.
Also, you don't really _need_ to know the save
set names when reading the tape. Again, if
you use /REWIND on only the first BACKUP
command when reading the tape, each BACKUP
command will read the next save set. For
example:
BACKUP /NOASSIST /LIST tape_device: /REWIND
BACKUP /NOASSIST /LIST tape_device:
BACKUP /NOASSIST /LIST tape_device:
[...]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 07:14 PM
10-17-2005 07:14 PM
Re: More save sets on a magnetic tape
if you want to put multiple savesets on one tape, consider to use UNIQUE names for each of those savesets. It makes accessing them so muss less troublesome...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 07:30 PM
10-17-2005 07:30 PM
Re: More save sets on a magnetic tape
Thanks for great answers.
I thought I should make a full image backup on the first saveset on the tape. The next savesets on the same tape will be incremental backup. (few files only). The name of the saveset will be the date.bck, (17-oct-2005.bck). Hope it's legal to do it??
First Command(Week 1) :
$ backup/image/record/since="-7-" disk1: -
$_ mka600:17-oct-2005.bck
Next Command:
$ backup/created/since=backup/record disk1: -
$_ mka600:18-oct-2005.bck
Maybe I also should include the journal qualifier? I will test it on the lab.
Thanks!!
Geir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 07:39 PM
10-17-2005 07:39 PM
Re: More save sets on a magnetic tape
don't forget /REWIND for the first saveset on tape.
Use /MODIFIED instead of /CREATED on the incremental backups, otherwise you will only back up new files and miss the modified ones.
Whether it would be a good idea to put the full and incremental backups onto ONE tape could also be up for discussion (how about: don't put all your eggs in one basket).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 07:46 PM
10-17-2005 07:46 PM
Re: More save sets on a magnetic tape
/IMAGE is supposed to save *all* files on the disk. It is interesting to note that the combination of /IMAGE and /SINCE does not give an error or warning on a system I tried.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 08:11 PM
10-17-2005 08:11 PM
Re: More save sets on a magnetic tape
You are rigth.
HELP BACKUP/IMAGE show this message:
In save and copy operations, you cannot use input file-selection qualifiers with the /IMAGE command qualifier because BACKUP saves or copies all files on the input disk volumes.
I think that in BACKUP/IMAGE/SINCE /SINCE qualifier is overrided, and error message doesnot appears.
Geir
Qualifiers /INIT and /REWIND are similars when /IMAGE qualifier is used and output device is a tape.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 08:36 PM
10-17-2005 08:36 PM
Re: More save sets on a magnetic tape
consider using (mainly for human clarity, but still) using explicit /REWIND (for the intended first) and /NOREWIND (for all subsequent savesets of a tape.
As an aside:
note that, if any saveset for whatever reason does NOT write its end-of-file, then the start position of the next saveset can not be determined, hence that next backup will generate an error. (and without that knowledge, LOTS of time can get lost looking for a reason!).
Success.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 08:47 PM
10-17-2005 08:47 PM
Re: More save sets on a magnetic tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:46 AM
10-20-2005 12:46 AM
Re: More save sets on a magnetic tape
If the same dlt tape is mounted in the tape drive during the week, I assumed it's not necessary to use /norewind, when I want to create new savesets on the tape. The actual command procedure will be restarted every day during the week.
Simular I assume that it not necessary to use rewind, if I want create backup in the beginning of the tape, when I mount a new tape in the tape drive. Correct??
Geir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:50 AM
10-20-2005 12:50 AM
Re: More save sets on a magnetic tape
/NOREWIND is the default, but I would still suggest to explicitly specify /REWIND or /NOREWIND on the BACKUP command line, just for clarity and documentation purposes.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:53 AM
10-20-2005 12:53 AM
Re: More save sets on a magnetic tape
"DISMOUNT /noUNLOAD" at the end of the job.
It's been some time I have played with BACKUP, but I have a dim memory that it automatically jumps after the last file on tape to append if you use a normal BACKUP statement, unless you use BACKUP/REWIND - caution! as this will re-initialize the media!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 08:21 AM
10-21-2005 08:21 AM
Re: More save sets on a magnetic tape
1. You want an explicit
$BACKUP/REWIND when you want to overwrite the tape for your next full backup, otherwise you will append to the tape.
2. I also agree that it is not good policy to have the full backup and incrementals on the same tape. If you would have a full backup tape go bad and they can go bad at any usage, then you've lost the full backup plus all incrementals since then. For the same reason, I wouldn't want my incrementals all on the same tape.
Lawrence