Description
This command registers the latest update application management registry configuration file downloaded from the UpdateSite with Systemwalker Software Configuration Manager.
Synopsis
[Windows]
swcfmg_uam_update.exe -f <Update application management registry configuration file path> |
[Linux]
swcfmg_uam_update -f <Update application management registry configuration file path> |
Options
Specify the full path to the update application management registry configuration file downloaded from the UpdateSite.
Return value
Return value | Meaning |
---|---|
0 | The command has terminated normally. |
Other than 0 | The command has terminated abnormally. |
Command location
Admin server
[Windows]
<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\bin |
[Linux]
/opt/FJSVcfmgm/bin |
Privilege required/execution environment
[Windows]
Administrator privileges are required. Execute as an administrator.
This command can be executed on the admin server.
[Linux]
This command can only be executed by the system administrator (superuser).
This command can be executed on the admin server.
Cautions
The update application management registry configuration file that has been downloaded from the UpdateSite cannot be registered if the file name is renamed.
Do not change the file name.
This command cannot be executed at the same time as other commands. An exclusive control error will occur if a command is executed while another command is executing.
Example
Registering the latest update application management registry configuration file
[Windows]
swcfmg_uam_update.exe -f c:\work\wprdchk.slc |
[Linux]
swcfmg_uam_update -f /tmp/wprdchk.slc |