PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix B Reference Manual | > B.2 Management Commands Specific to the GFS Local File System |
sfxdump [options] [arguments] files_to_dump
sfxdump backs up all files specified by files_to_dump (normally either a whole file system or files within a file system changed after a certain date) to magnetic tape, diskette, or disk file. When running sfxdump, the file system must be inactive; otherwise, the output of sfxdump may be inconsistent and restoring files correctly may be impossible. A file system is inactive when it is unmounted or the system is in single user mode. A file system is not considered inactive if one tree of the file system is quiescent while another tree has files or directories being modified.
Options are a single string of one-letter sfxdump options.
Arguments may be multiple strings whose association with the options is determined by order. That is, the first argument goes with the first option that takes an argument; the second argument goes with the second option that takes an argument, and so on.
files_to_dump is required and must be the last argument on the command line. See OPERAND for more information.
With most devices sfxdump can automatically detect the end-of-media. Consequently, the d, s, and t options are not necessary for multi-volume dumps, unless sfxdump does not understand the way the device detects the end-of-media, or the files are to be restored on a system with an older version of the restore command.
The sfxdump and ufsdump(1M) commands are functionally compatible, though the backup formats are different. As a result, the ufsrestore(1M) command cannot use the backup data created using the sfxdump command for restoration. In the same way, sfxrestore(1M) cannot use the backup data created using ufsdump(1M) for restoration.
The following options are supported:
0-9
The "dump level." All files specified by files_to_dump that have been modified since the last sfxdump at a lower dump level are copied to the dump_file destination (normally a magnetic tape device). For instance, if a "level 2" dump was done on Monday, followed by a "level 4" dump on Tuesday, a subsequent "level 3" dump on Wednesday would contain all files modified or added since the "level 2" (Monday) backup. A "level 0" dump copies the entire file system to the dump_file.
a archive_file
Archive file. Archive a dump table-of-contents in the specified archive_file to be used by sfxrestore(1M) to determine whether a file is in the dump file that is being restored.
b factor
Blocking factor. Specify the blocking factor for tape writes. The default is 20 blocks per write for tapes of density less than 6250BPI (bytes-per-inch). The default blocking factor for tapes of density 6250BPI and greater is 64. The default blocking factor for cartridge tapes (c option) is 126. The highest blocking factor available with most tape drives is 126. Note: the blocking factor is specified in terms of 512-byte blocks, for compatibility with tar(1).
c
Cartridge. Set the defaults for cartridge instead of the standard half-inch reel. This sets the density to 1000BPI and the blocking factor to 126. Since sfxdump can automatically detect the end-of-media, only the blocking parameter normally has an effect. When cartridge tapes are used, and this option is not specified, sfxdump will slightly miscompute the size of the tape. If the b, d, s or t options are specified with this option, their values will override the defaults set by this option.
d bpi
Tape density. Not normally required, as sfxdump can detect end-of-media. This parameter can be used to keep a running tab on the amount of tape used per reel. The default density is 6250BPI except when the c option is used for cartridge tape, in which case it is assumed to be 1000BPI per track. Typical values for tape devices are:
1/2" tape6250 BPI
1/4" cartridge1000 BPI(The tape densities and other options are documented in the st(7D) man page.)
D
Diskette. Dump to diskette.
f dump_file
Dump file. Use dump_file as the file to dump to, instead of /dev/rmt/0. If dump_file is specified as -, dump to standard output.
If the name of the file is of the form machine:device, the dump is done from the specified machine over the network using rmt(1M). Since sfxdump is normally run by root, the name of the local machine must appear in the /.rhosts file of the remote machine. If the file is specified as user@system:device, sfxdump will attempt to execute as the specified user on the remote machine. The specified user must have a .rhosts file on the remote machine that allows the user invoking the command from the local machine to access the remote machine.
l (lower-case l)
Autoload. When the end-of-tape is reached before the dump is complete, take the drive offline and wait up to two minutes for the tape drive to be ready again. This gives autoloading (stackloader) tape drives a chance to load a new tape. If the drive is ready within two minutes, continue. If it is not, prompt for another tape and wait.
L string
Sets the tape label to string, instead of the default none. string may be no more than fifteen characters long. If it is longer, it is truncated and a warning printed; the dump will still be done.
n
Notify all operators in the sys group that sfxdump requires attention by sending messages to their terminals, in a manner similar to that used by the wall(1M) command. Otherwise, such messages are sent only to the terminals (such as the console) on which the user running sfxdump is logged in.
o (lower-case o)
Offline. Take the drive offline when the dump is complete or the end-of-media is reached and rewind the tape, or eject the diskette. In the case of some autoloading 8mm drives, the tape is removed from the drive automatically. This prevents another process that rushes in to use the drive, from inadvertently overwriting the media.
s size
Specify the size of the volume being dumped to. Not normally required, as sfxdump can detect end-of-media. When the specified size is reached, sfxdump waits for you to change the volume. sfxdump interprets the specified size as the length in feet for tapes and cartridges, and as the number of 1024-byte blocks for diskettes. The values should be a little smaller than the actual physical size of the media (for example, 425 for a 450-foot cartridge). Typical values for tape devices depend on the c option, for cartridge devices, and the D option for diskettes:
1/2" tape2300 feet
60-Mbyte 1/4" cartridge425 feet
150-Mbyte 1/4" cartridge700 feet
diskette1422 blocks (Corresponds to a 1.44-Mbyte diskette, with one cylinder reserved for bad block information.)
S
Size estimate. Determine the amount of space that is needed to perform the dump without actually doing it, and display the estimated number of bytes it will take. This is useful with incremental dumps to determine how many volumes of media will be needed.
t tracks
Specify the number of tracks for a cartridge tape. Not normally required, as sfxdump can detect end-of-media. The default is 9 tracks. The t option is not compatible with the D option. Values for Sun-supported tape devices are:
60-Mbyte 1/4" cartridge9 tracks
150-Mbyte 1/4" cartridge18 tracks
T timeout [ hms ]
Sets the amount of time to wait for an auto load command to complete. This function modifier is ignored unless the l function modifier has also been specified. The default time period to wait is two minutes. Specify time units with a trailing h (for hours), m (for minutes), or s (for seconds). The default unit is minutes.
u
Update the dump record. Add an entry to the file /etc/sfxfs_dumpdates, for each file system successfully dumped that includes the file system name, date, and dump level.
v
Verify. After each tape or diskette is written, verify the contents of the media against the source file system. If any discrepancies occur, prompt for new media, then repeat the dump/verification process. The file system must be unmounted. This option cannot be used to verify a dump to standard output.
w
Warning. List the file systems that have not been backed up within a day. This information is gleaned from the files /etc/sfxfs_dumpdates and /etc/vfstab. When the w option is used, all other options are ignored. After reporting, sfxdump exits immediately.
W
Warning with highlight. Similar to the w option, except that the W option includes all file systems that appear in /etc/sfxfs_dumpdates, along with information about their most recent dump dates and levels. File systems that have not been backed up within a day are highlighted.
The following operand is supported:
files_to_dump
Specifies the files to dump. Usually it identifies a whole GFS Local File System by its raw device name of the representative partition (for example, /dev/sfdsk/gfs/rdsk/vol0306). Incremental dumps (levels 1 to 9) of files changed after a certain date only apply to a whole file system. Alternatively, files_to_dump can identify individual files or directories. All files or directories are dumped, which is equivalent to a level 0 dump; however, /etc/sfxfs_dumpdates is not updated, even with the u option specified. In all cases, the files must be contained in the same file system, and the file system must be local to the system where sfxdump is being run.
files_to_dump is required and must be the last argument on the command line.
If no options are given, the default is 9uf /dev/rmt/0 files_to_dump.
Example 1: A sample display of the sfxdump command.
To make a full dump of the GFS Local File System configured on /dev/sfdsk/gfs/rdsk/vol0300 onto a 150 megabytes tape unit 0, use:
# sfxdump 0cfu /dev/rmt/0 /dev/sfdsk/gfs/rdsk/vol0300
To make and verify an incremental dump at level 5 of the GFS Local File System configured on /dev/sfdsk/gfs/rdsk/vol0306, on a 1/2" reel tape unit 1, use:
# sfxdump 5fuv /dev/rmt/1 /dev/sfdsk/gfs/rdsk/vol0306
While running, sfxdump emits many verbose messages. sfxdump returns the following exit values:
0 Normal exit.
1 Startup errors encountered.
3 Abort - no checkpoint attempted.
/dev/rmt/0
default unit to dump to
/etc/sfxfs_dumpdates
dump date record
/etc/group
to find group sys
/etc/hosts
to gain access to remote system with drive
/etc/vfstab
list of file systems
cpio(1), tar(1), dd(1M), devnm(1M), prtvtoc(1M), rmt(1M), shutdown(1M), volcopy(1M), wall(1M), st(7D).
Read errors
Up to 32 read errors on the file system are ignored.
Process Per Reel
Because each reel requires a new process, parent processes for reels that are already written hang around until the entire tape is written.
Operator intervention
sfxdump requires operator intervention on these conditions: end of volume, end of dump, volume write error, volume open error or disk read error (if there are more than a threshold of 32). In addition to alerting all operators implied by the n option, sfxdump interacts with the operator on sfxdump 's control terminal at times when sfxdump can no longer proceed, or if something is grossly wrong. All questions sfxdump poses must be answered by typing yes or no, as appropriate.
Since backing up a disk can involve a lot of time and effort, sfxdump checkpoints at the start of each volume. If writing that volume fails for some reason, sfxdump will, with operator permission, restart itself from the checkpoint after a defective volume has been replaced.
Suggested Dump Schedule
It is vital to perform full, "level 0", dumps at regular intervals. When performing a full dump, bring the machine down to single-user mode using shutdown(1M). While preparing for a full dump, it is a good idea to clean the tape drive and heads. Incremental dumps should be performed with the system running in single-user mode.
Incremental dumps allow for convenient backup and recovery of active files on a more frequent basis, with a minimum of media and time. However, there are some tradeoffs. First, the interval between backups should be kept to a minimum (once a day at least). To guard against data loss as a result of a media failure (a rare, but possible occurrence), capture active files on (at least) two sets of dump volumes. Another consideration is the desire to keep unnecessary duplication of files to a minimum to save both operator time and media storage. A third consideration is the ease with which a particular backed-up version of a file can be located and restored. The following four-week schedule offers a reasonable tradeoff between these goals.
Although the Tuesday through Friday incremental contains "extra copies" of files from Monday, this scheme assures that any file modified during the week can be recovered from the previous day's incremental dump.
Process priority of the sfxdump command
sfxdump uses multiple processes to allow it to read from the disk and write to the media concurrently. Due to the way it synchronizes between these processes, any attempt to run dump with a nice (process priority) of `-5' or better will likely make sfxdump run slower instead of faster.
Partition overlap
The partition that covers the entire disk contains other partitions on the disk. But even if multiple GFS Local File Systems are configured on one disk, sfxdump must not be executed on the entire disk partition. sfxdump can handle only one GFS Local File System at a time. To dump the multiple GFS Local File Systems configured on one disk, sfxdump must be executed on each file systems.
Warning when the w and W options are specified
The /etc/vfstab file does not allow the desired frequency of backup for file systems to be specified. Consequently, the w and W options assume file systems should be backed up daily, which limits the usefulness of these options.
Contents Index |