- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Question for SLS saveset
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-08-2006 05:41 PM
01-08-2006 05:41 PM
Question for SLS saveset
i'm new VMS guy, and i found a strange thing.
our system run the SLS2.9G for backup
we use DLT IV 40/80 tape and the data will be backed up in a saveset during the job.
when the data is beyond 100G,it still can be backed up into the tape...
does that mean the saveset has a compression function when doing the backup?
so 100G data will be compressed into 70G(example) before written into the tape?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 07:34 PM
01-08-2006 07:34 PM
Re: Question for SLS saveset
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 07:58 PM
01-08-2006 07:58 PM
Re: Question for SLS saveset
second possibility: _IF_ the data your are BACKUPing includes PAGEFILE.SYS, SWAPFILE.SYS and/or SYSDUMP.DMP, those files are normally "Marked NOBACKUP". (you can see it with DIR/FULL).
In that case only the Headers go to tape, just a few blocks. For the difference, look at the sizes of those files.
Just for completeness, it _IS_ possible to mark other files as well, although it is not often done.
fwiw
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 09:46 PM
01-08-2006 09:46 PM
Re: Question for SLS saveset
You can also look at the backup qualifiers specified in the SLS *_SBK.COM file.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 11:01 PM
01-08-2006 11:01 PM
Re: Question for SLS saveset
it's full backup, instead of incremental.
all the device/files are in the backup list....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 02:47 AM
01-09-2006 02:47 AM
Re: Question for SLS saveset
showing the actual BACKUP command, but unless
you specify "/IGNORE = NOBACKUP" (which would
be unusual), the data in those page, swap,
and dump files will not really be saved, and
that can be a big tape saver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 01:20 PM
01-10-2006 01:20 PM
Re: Question for SLS saveset
This is an extract of an SLS generated backup command.
$ -
BACK/STOR=V2SLS/RELEASE_TAPE/LIST=_MBA3989:/FULL -
DSA2:/IMAGE/NOALIAS/IGNORE=(LABE,INTERLOCK)/MEDIA_FORMAT=COMPACT/RECORD/RELEASE_TAPE/BLOCK=65534 -
_$1$MKD400:DSA2.BAK/PROT=(S:RW,O:RW,G:R,W:R)/NOASSI
Running version
%SLS-I-VERSION, Storage Library System for OpenVMS, version V2.9H
Extract the backup command from your log file and post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 06:29 PM
01-10-2006 06:29 PM
Re: Question for SLS saveset
But if your data files hold lots of spaces or binary zeroes (as in initialized db files that have lots of space unused) I guess compression result could be better than 50%.
How did you check the size ? dir/siz=used I hope.
Try mounting the tape and do a dir/siz of the saveset. Then we'll have the size of the save set.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 01:17 AM
01-11-2006 01:17 AM
Re: Question for SLS saveset
The easiest way to find out is to do these commands:
if you're logged in as SYSTEM, change your default directory to a non-search list value to avoid having DIRECTORY scan the tape twice.
$ SET DEFAULT SYS$SPECIFIC:[SYSMGR]
$ MOUNT/OVER=ID
$ DIRECTORY/SIZE=ALL
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:11 AM
01-11-2006 11:11 AM
Re: Question for SLS saveset
our SLS job will create LIS file to show how many files are backed up.
and i can get the total block for those file :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:12 AM
01-11-2006 11:12 AM
Re: Question for SLS saveset
you mean this way could be used to track how many real size the tape hold the data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 08:55 PM
01-11-2006 08:55 PM
Re: Question for SLS saveset
Total of X files, Y blocks
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 11:08 PM
01-12-2006 11:08 PM
Re: Question for SLS saveset
Yes -- the method I suggested will display the actual size of the savesets in tape blocks. Be careful to distinguish this from disk blocks. The tape blocks will be whatever size used by BACKUP to write to the tape. The easiest way to verify that is to look at the LIS file or to use BACKUP to list one of the savesets to see what value it used for /BLOCK. It may or may not be the same as was specified on the command line because BACKUP adjusts the value to the closest "correct" size, and the maximum it will write to tape I believe is 65024.
The listing files you have are only partially useful because they list the sizes of the input files being backed up. If you look for pagefile and swapfile entries it will still list the total size of the file. In my experience the only way to know for sure how big a saveset is requires looking at the tape with DIRECTORY to see.
Years ago I did some experimenting to see how closely the listing files tracked the size of savesets on tape. Generally speaking they are accurate when discounting the files marked NOBACKUP. The challenge is to discount for these files -- some systems have many more of them than the basic set on the system disk.
Robert