After performing each SPD Server backup, you should append the resulting table of
contents file to the SAS table of contents backup file. This is an important step because it
saves the backup history, and assists later when restoring tables.
For example, if you want to determine which backup files you need to restore a specific
table, using a last full backup with a known date, you could create the following SQL query:
select bk_file from foo.bkup_toc
where table = "dset"
and datepart(lastfull) >= 'ddmmmyyyy'd;
Backup User Messages
Confirm Your Backup Job Status
Three basic types of SPD Server
spdsbkup
backup user messages can appear in your SAS
log:
•
Successful Backup
•
Warning: Table Cannot Be Backed Up
•
Failed Backup: Error and Program Aborts.
Successful Backup
If
spdsbkup
successfully backs up a table, it writes some notes to
stdout
, unless the quiet
-q
option is specified. The notes include useful summary information, such as the name
of the table that was backed up, the number of observations that were backed up, and
whether the back up that was performed was a full backup or an incremental backup.
Warning: Table Cannot Be Backed Up
If
spdsbkup
cannot back up a table, it will print a warning message that states why the
table could not be backed up.
Failed Backup
If the spdsbkup utility detects a serious failure condition, it will halt and print an error
message that states the reason for the failure.
Spdsrstr - the SPD Server Table Restore Utility
Restore Description
Spdsrstr
is a restore utility that uses a backup file to restore a specified set of SPD Server
tables. Tables must meet restore requirements or the
spdsrstr
utility bypasses them. The
spdsrstr
utility can also provide a list of the tables in the backup file that are eligible for
restoration.
240
Chapter 19 • SPD Server Backup and Restore Utilities
Содержание Scalable Performance Data Server 4.5
Страница 1: ...SAS Scalable Performance Data Server 4 5 Administrator s Guide...
Страница 7: ...Part 1 Product Notes Chapter 1 SPD Server 4 5 Product Notes 3 1...
Страница 8: ...2...
Страница 12: ...6...
Страница 63: ...Part 3 Migration Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility 59 57...
Страница 64: ...58...
Страница 70: ...64 Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility...
Страница 72: ...66...
Страница 76: ...70 Chapter 6 Using the SPD Server Name Server to Manage Resources...
Страница 94: ...88 Chapter 7 Administering and Configuring SPD Server Using the SAS Management Console...
Страница 98: ...92 Chapter 8 SPD Server SQL Query Rewrite Facility...
Страница 116: ...110 Chapter 10 Configuring Disk Storage for SPD Server...
Страница 128: ...122 Chapter 11 Setting Up SPD Server Parameter Files...
Страница 154: ...148...
Страница 198: ...192 Chapter 14 ACL Security Overview...
Страница 212: ...206 Chapter 15 Managing SPD Server Passwords Users and Table ACLs...
Страница 214: ...208...
Страница 224: ...218 Chapter 16 SPD Server Operator Interface Procedure PROC SPDO...
Страница 236: ...230 Chapter 18 SPD Server Table List Utility Spdsls...
Страница 256: ...250 Chapter 19 SPD Server Backup and Restore Utilities...
Страница 264: ...258 Chapter 20 SPD Server Directory Cleanup Utility...
Страница 270: ......