Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.2.1 swcfmg_environment (Environment Information Management Command)

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

-set -key <parm> -value <value>

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 (*1)

job.process.controller.password

Password for the process control user

database.user.password

Password for swcfmgdb

*1: The password cannot contain halfwidth spaces, fullwidth characters, or $ \ " = | [ ] : * ; + , < > ? /.

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

Return value

Return value

Meaning

0

The command has terminated normally.

10

A parameter error has occurred.

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.

104

The parameter cannot be changed during linkage to ServerView Resource Orchestrator.

110

A write error has occurred.

200

Setup has not been performed.

255

A system error has occurred.

Admin server

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\bin

[Linux]

/opt/FJSVcfmgm/bin

Privilege required

[Windows]

[Linux]

Notes

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