Administration Reference


[Return to Library] [Contents] [Previous Topic] [Bottom of Topic] [Next Topic] [Index]

salvager

Purpose

Initializes the Salvager component of the fs process

Synopsis

salvager [initcmd]  [-partition <Name of partition to salvage>] 
         [-volumeid <Volume Id to salvage>]  [-debug]  
         [-nowrite]  [-inodes]  [-force]  [-oktozap]  
         [-rootinodes]  [-salvagedirs]  [-blockreads]  
         [-parallel <# of max parallel partition salvaging>]
         [-tmpdir <Name of dir to place tmp files>]  
         [-showlog]  [-showsuid]  [-showmounts] 
         [-orphans <ignore | remove | attach>] [-help]

This command does not use the syntax conventions of the AFS command suites. Provide the command name and all option names in full.

Description

The salvager command initializes the Salvager component of the fs process. In the conventional configuration, its binary file is located in the /usr/afs/bin directory on a file server machine.

The Salvager restores internal consistency to corrupted read/write volumes on the local file server machine where possible. For read-only or backup volumes, it inspects only the volume header:

Unlike other server process initialization commands, the salvager command is designed to be issued at the command shell prompt, as well as being placed into a file server machine's /usr/afs/local/BosConfig file with the bos create command. It is also possible to invoke the Salvager remotely by issuing the bos salvage command.

Combine the command's options as indicated to salvage different numbers of read/write volumes:

The Salvager normally salvages only those read/write volumes that are marked as having been active when a crash occurred. To have it salvage all relevant read/write volumes, add the -force flag.

The Salvager normally creates new inodes as it repairs damage. If the partition is so full that there is no room for new inodes, use the -nowrite argument to bringing undamaged volumes online without attempting to salvage damaged volumes. Then use the vos move command to move one or more of the undamaged volumes to other partitions, freeing up the space that the Salvager needs to create new inodes.

By default, multiple Salvager subprocesses run in parallel: one for each partition up to four, and four subprocesses for four or more partitions. To increase or decrease the number of subprocesses running in parallel, provide a positive integer value for the -parallel argument.

If there is more than one server partition on a physical disk, the Salvager by default salvages them serially to avoid the inefficiency of constantly moving the disk head from one partition to another. However, this strategy is often not ideal if the partitions are configured as logical volumes that span multiple disks. To force the Salvager to salvage logical volumes in parallel, provide the string all as the value for the -parallel argument. Provide a positive integer to specify the number of subprocesses to run in parallel (for example, -parallel 5all for five subprocesses), or omit the integer to run up to four subprocesses, depending on the number of logical volumes being salvaged.

The Salvager creates temporary files as it runs, by default writing them to the partition it is salvaging. The number of files can be quite large, and if the partition is too full to accommodate them, the Salvager terminates without completing the salvage operation (it always removes the temporary files before exiting). Other Salvager subprocesses running at the same time continue until they finish salvaging all other partitions where there is enough disk space for temporary files. To complete the interrupted salvage, reissue the command against the appropriate partitions, adding the -tmpdir argument to redirect the temporary files to a local disk directory that has enough space.

The -orphans argument controls how the Salvager handles orphaned files and directories that it finds on server partitions it is salvaging. An orphaned element is completely inaccessible because it is not referenced by the vnode of any directory that can act as its parent (is higher in the filespace). Orphaned objects occupy space on the server partition, but do not count against the volume's quota.

To generate a list of all mount points that reside in one or more volumes, rather than actually salvaging them, include the -showmounts flag.

Options

initcmd
Accommodates the command's use of the AFS command parser, and is optional.

-partition
Specifies the name of the partition to salvage. Specify the full partition name using the form /vicepx or /vicepxx. Omit this argument to salvage every partition on the file server machine.

-volumeid
Specifies the volume ID of a specific read/write volume to salvage. The -partition argument must be provided along with this one and specify the volume's actual site.

-debug
Allows only one Salvager subprocess to run at a time, regardless of the setting of the -parallel option. Include it when running the Salvager in a debugger to make the trace easier to interpret.

-nowrite
Brings all undamaged volumes online without attempting to salvage any damaged volumes.

-inodes
Records in the /usr/afs/logs/SalvageLog file a list of all AFS inodes that the Salvager modified.

-force
Inspects all volumes for corruption, not just those that are marked as having been active when a crash occurred.

-oktozap
Removes a volume that is so damaged that even issuing the vos zap command with the -force flag is ineffective. Use this argument only in consultation with AFS Development or Product Support. Combine it with the -partition and -volumeid arguments to identify the volume to remove.

-rootinodes
Records in the /usr/afs/logs/SalvageLog file a list of all AFS inodes owned by the local superuser root.

-salvagedirs
Salvages entire directory structures, even if they do not appear to be damaged. By default, the Salvager salvages a directory only if it is flagged as corrupted.

-blockreads
Forces the Salvager to read a partition one disk block (512 bytes) at a time and to skip any blocks that are too badly damaged to be salvaged. This allows it to salvage as many volumes as possible. By default, the Salvager reads large disk blocks, which can cause it to exit prematurely if it encounters disk errors. Use this flag if the partition to be salvaged has disk errors.

-parallel
Specifies the maximum number of Salvager subprocesses to run in parallel. Provide one of three values:

The BOS Server never starts more Salvager subprocesses than there are partitions, and always starts only one process to salvage a single volume. If this argument is omitted, up to four Salvager subprocesses run in parallel.

-tmpdir
Names a local disk directory in which the Salvager places the temporary files it creates during a salvage operation, instead of writing them to the partition being salvaged (the default). If the Salvager cannot write to the specified directory, it attempts to write to the partition being salvaged.

-showlog
Displays on the standard output stream all log data that is being written to the /usr/afs/logs/SalvageLog file.

-showsuid
Displays a list of the pathnames for all files that have the setuid or setgid mode bit set.

-showmounts
Records in the /usr/afs/logs/SalvageLog file all mount points found in each volume. The Salvager does not repair corruption in the volumes, if any exists.

-orphans
Controls how the Salvager handles orphaned files and directories. Choose one of the following three values:

ignore
Leaves the orphaned objects on the disk, but prints a message to the /usr/afs/logs/SalvageLog file reporting how many orphans were found and the approximate number of kilobytes they are consuming. This is the default if the -orphans argument is omitted.

remove
Removes the orphaned objects, and prints a message to the /usr/afs/logs/SalvageLog file reporting how many orphans were removed and the approximate number of kilobytes they were consuming.

attach
Attaches the orphaned objects by creating a reference to them in the vnode of the volume's root directory. Since each object's actual name is now lost, the Salvager assigns each one a name of the following form:

_ _ORPHANFILE_ _.index for files

_ _ORPHANDIR_ _.index for directories

where index is a two-digit number that uniquely identifies each object. The orphans are charged against the volume's quota and appear in the output of the ls command issued against the volume's root directory.

-help
Prints the online help for this command. All other valid options are ignored.

Examples

The following command instructs the Salvager to attempt to salvage the volume with volume ID 258347486 on /vicepg on the local machine.

   % /usr/afs/bin/salvager -partition /vicepg -volumeid 258347486
   

Privilege Required

To issue the command at the shell prompt, the issuer must be logged in as the local superuser root.

Related Information

BosConfig

SalvageLog

bos create

bos getlog

bos salvage

vos move


[Return to Library] [Contents] [Previous Topic] [Top of Topic] [Next Topic] [Index]



© IBM Corporation 2000. All Rights Reserved