Description
This command changes the environment information of Systemwalker Software Configuration Manager.
Synopsis
[Windows]
swcfmg_environment.exe -set -key <parm> -value <value> |
[Linux]
swcfmg_environment -set -key <parm> -value <value> |
Options
Changes the following environment information corresponding to the parameter specified in the "-key" option. Specify the new value in the "-value" option.
Parameter | Environment information | |
---|---|---|
user.ldap.administrator.password | Password for the LDAP administrator DN |
|
job.process.controller.password | Password for the process control user | |
database.user.password | Password for swcfmgdb | Specify up to 64 printable ASCII characters. |
managementconsole.maintenance.show | Display of the Maintenance window | Specify one of the following values:
|
If changing the environment information, refer to the following:
Password for the LDAP administrator DN
"Changing the Password of an LDAP Administrator DN" in the Operation Guide
Password for the process control user
"Changing the Password of a User for Process Control" in the Operation Guide
Password for swcfmgdb
"Changing the Password for swcfmgdb" in the Operation Guide
Display of the Maintenance window
"Displaying the Maintenance Window" in the Operation Guide
Return value
Return value | Meaning |
---|---|
0 | The command has terminated normally. |
10 | A parameter error has occurred. |
100 | Systemwalker Software Configuration Manager is running. |
101 | A command that cannot be executed at the same time as this command is already running. |
102 | You do not have the privileges required to execute this command. |
103 | Connection to the directory service failed. |
110 | A write error has occurred. |
200 | Setup has not been performed. |
255 | A system error has occurred. |
Command location
Admin server
[Windows]
<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\bin |
[Linux]
/opt/FJSVcfmgm/bin |
Privilege required
[Windows]
Administrator privileges are required. Execute as an administrator.
This command can be executed on the admin server.
[Linux]
System administrator (superuser) privileges are required.
This command can be executed on the admin server.
Notes
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 still executing.
Refer to "Changing the Systemwalker Software Configuration Manager Environment" in the Operation Guide if changing the environment information.
Example
[Windows]
swcfmg_environment.exe -set -key job.process.controller.password -value systemwalker#2 |
[Linux]
swcfmg_environment -set -key job.process.controller.password -value systemwalker#2 |