tunrestore Command

Purpose

Restores tunable parameter values from a file.

Syntax

tunrestore [ -r [-K]] -f Filename

tunrestore -R

Restriction: tunrestore -R can only be called from inittab.

Description

The tunrestore command restores all tunable parameters values stored in a file.

The tunrestore -f Filename immediately applies Filename. All tunables listed in Filename are set to the value defined in this file. Tunables not listed in Filename are kept unchanged. Tunables explicitly set to DEFAULT are set to their default value.

The tunrestore -r -f Filename applies Filename for the next boot. This is achieved by checking the specified file for inconsistencies (the equivalent of running tuncheck on it) and copying it over to /etc/tunables/nextboot. If bosboot is necessary, the user will be offered to run it.

The tunrestore -r -K -f Filename command restores all the tunable parameter in the specified nextboot and nextliveupdate files. This command checks the specified file for inconsistencies (similar to running the tuncheck command) and copies the file to /etc/tunables/nextboot and /etc/tunables/nextliveupdate files. If required, this command prompts you to run the bosboot operation.

The tunrestore -R is only used during reboot. All of the tunable parameters that are not yet set to the value defined in the nextboot file are modified. Tunables that are not listed in the nextboot file are forced to their default value. All actions, warnings and errors are logged into the /etc/tunables/lastboot.log file. Note that when modification is made to restricted tunables, a system errlog entry is added, including the list of all tunable commands controlling the modified restricted tunables and a reference to the /etc/tunables/lastboot.log file.

Additionally, a new tunable file called /etc/tunables/lastboot is automatically generated. That file has all of the tunables listed with numerical values. The values representing default values are marked with the comment DEFAULT VALUE. The values that are different from the default values for restricted tunables are marked with the comment # RESTRICTED not at default value. The info stanza of the new tunable file includes the checksum of the /etc/tunables/lastboot.log file to make sure pairs of the lastboot/lastboot.log files can be identified.

Flags

Item Description
-f Filename Specifies the name of the tunable file to apply. If it does not contain the '/' (forward slash) character, the name is relative to /etc/tunables.
-K Updates the /etc/tunables/nextboot and /etc/tunables/nextliveupdate files with the tunable parameter values that are listed in the specified file.
-r Updates the /etc/tunables/nextboot file with the tunable parameter values that are listed in the specified file.
-R Restores /etc/tunables/nextboot during boot process.

Tunable Parameter Types

Item Description
Dynamic Can be changed at any time.
Static Can never be changed
Reboot Can only be changed during the reboot sequence
Bosboot Can only be changed by running bosboot and rebooting the machine
Mount Changes made are only effective for future filesystems or directory mountings
Incremental Can only be incremented, except at boot time.
Connect Changes are only effective for future socket connections.

Examples

  1. To restore all tunable values stored in /etc/tunables/mytunable, enter:
    tunrestore -f mytunable
  2. To validate /etc/tunables/mytunable and make it the new nextboot file, enter:
     tunrestore -r -f mytunable
  3. To validate the /etc/tunables/mytunable file and make it new nextboot and nextliveupdate file, enter the following command:
    tunrestore -r -K -f mytunable

Files

Item Description
/usr/sbin/tunrestore Contains the tunrestore command.
/etc/tunables Contains tunable files.
/etc/tunables/nextboot Contains the values to be applied during the next boot.
/etc/tunables/nextliveupdate Contains the values to be applied during the next Live Update operation.
/etc/tunables/lastboot Contains the values of all tunable parameters after the last boot.
/etc/tunables/lastboot.log Contains messages, warnings and errors emitted by tunrestore during the last boot.