Use the svcconfig command
help option to obtain summary information about the syntax of the svcconfig command
and actions. You can enter this command any time after a clustered
system (system) is created.
Syntax
svcconfig backup [ { -h | -? } ] [ { -q | -quiet } ] [ -v { on | off } ]
svcconfig clear [ -all ] [ { -q | -quiet } ] [ -v { on | off } ]
svcconfig restore [ { -f | -force } ] [ { -q | -quiet } ] [ { [ -prepare [ { -fmt | -fmtdisk } ] ] | -execute | -fmt | -fmtdisk } ] [ -v { on | off } ]
svcconfig -ver
Parameters
- backup
- (Optional) Saves the current clustered system (system) configuration
in the /tmp directory.
- -quiet
- Suppresses standard output (STDOUT) messages from the console.
- clear
- (Optional) Erases the files in the /tmp directory.
- -all
- (Optional) Erases all configuration files.
- -f | force
- (Optional) Forces continued processing where possible.
- -q | quiet
- (Optional) Suppresses console output (STDOUT).
- restore
- (Optional) Checks the current configuration against the backup
configuration in the /tmp directory.
- -prepare-fmt
| fmtdisk
- (Optional) Verifies the current configuration
against the information in svc.config.backup.xml;
then prepares commands for processing in svc.config.restore.sh,
and then produces a log of events in svc.config.restore.prepare.
- -execute
- (Optional) Runs the command script svc.config.restore.sh,
and produces a log of events in svc.config.restore.execute.log.
- -fmt
- (Optional) Specifies that the volume should be
formatted before use. Includes the -fmtdisk option
on all mkvdisk commands to be issued. You cannot
specify -fmt with -execute.
- -fmtdisk
- (Optional) Specifies that the volume should be
formatted before use. You cannot specify -fmtdisk with -execute.
- -von | off
- Produces verbose output (on); the default is
regular output (off).
- -h | -?
- (Optional) Provides general and action-specific help.
- -ver
- (Required) Returns the version number for the svcconfig command.
Description
This
command provides syntax help for svcconfig.
An invocation example
svcconfig -ver
svcconfig -?
svcconfig backup -h