Description
This command backs up and restores environments for the Systemwalker User Management function and the Systemwalker Single Sign-On Agent.
Synopsis
swidmg_bkrs | -b -d <backup directory> [-s] [-help] |
swidmg_bkrs | -r -d <backup directory> [-s] [-help] |
swidmg_bkrs | -help |
Options
Backs up the operating environment.
Restores the operating environment.
Specifies the backup directory.
Executes the backup or restoration in silent mode.
Note
If this option is specified, no confirmation messages will be displayed during the backup or restoration.
Displays the usage.
Return Values
Normal termination
Abnormal termination
Command Location
Windows | %F4AM_INSTALL_PATH%\F4AMidmg\client |
UNIX | /opt/FJSVswaic/client |
Privilege Required/Execution Environment
[Windows]
Administrator privileges are required.
[UNIX]
System administrator (superuser) privileges are required.
Usage example 1 (Backup)
[Windows]
"%F4AM_INSTALL_PATH%\F4AMidmg\client\swidmg_bkrs" -b -d c:\tmp\swidmg |
[UNIX]
/opt/FJSVswaic/client/swidmg_bkrs -b -d /tmp/swidmg |
Usage example 2 (Restoration)
[Windows]
"%F4AM_INSTALL_PATH%\F4AMidmg\client\swidmg_bkrs" -r -d c:\tmp\swidmg |
[UNIX]
/opt/FJSVswaic/client/swidmg_bkrs -r -d /tmp/swidmg |