Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.4.15 swcfmg_param_updateinfo (Parameter Information Update Command)

Description

Discovers information about parameters in the software installed on the managed server managed by Systemwalker Software Configuration Manager.

Synopsis

[Windows]

swcfmg_param_updateinfo.exe [-ip <IP address>,... | -lp <L-Platform name>] [-o <Output file path>]

[Linux]

swcfmg_param_updateinfo [-ip <IP address>,... | -lp <L-Platform name>] [-o <Output file path>]

Options

-ip <IP address,... | -lp <L-Platform name>

Specifies the managed servers to discover the parameter information for.

If this option is omitted, parameter information will be discovered for all managed servers.

Specify the managed servers using one of the following options:

  • IP address specification

  • L-Platform name specification

[IP address specification]

Possible IP address specifications are shown below:

Specified as

Entered as

Example

Remarks

Single specification

IP address

To discover the parameter information for the managed server 10.10.10.10:

10.10.10.10

Multiple specification

IP address,IP address,...

To discover the parameter information for the managed servers 10.10.10.10, and 10.10.10.11, and 10.10.10.12:

10.10.10.10,10.10.10.11,10.10.10.12

Do not specify any characters (such as halfwidth spaces) before or after the comma (,), otherwise a parameter error will occur.

Range specification

IP address-IP address

Use hyphens (-) to connect the start (from) and end (to) of the IP address range

To discover the parameter information for managed servers from 10.10.10.10 to 10.10.10.15:

10.10.10.10-10.10.10.15

Do not specify any characters (such as halfwidth spaces) before or after the hyphen (-), otherwise, a parameter error will occur.

If the end IP address (to) is smaller than the start IP address (from), a parameter error will occur.

Combination

A combination of single specification, multiple specification and range specification

To discover the parameter information for managed server 10.10.10.10 and for managed servers 10.10.11.10 to 10.10.11.15:

10.10.10.10, 10.10.11.10-10.10.11.15

[L-Platform name specification]

Specify the L-Platform name. The command will discover the parameter information for managed servers belonging to the specified L-Platform.

-o <Output file path>

If this option is specified, the content of the standard output is output to the specified file rather than the standard output.

If the specified file does not exist, a new file will be created. If the file exists, additional data will be output to the existing file.

Return value

Return value

Meaning

0

Completed normally.

10

A parameter error has occurred.

100

Systemwalker Software Configuration Manager is not 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.

200

Setup has not been performed.

211

Warning: A warning was issued during parameter information collection for some servers.

212

Warning: A warning was issued during parameter information collection for some software.

250

All discovery operations have failed.

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 for execution

[Windows]

[Linux]

Notes

Examples

[Windows]

swcfmg_param_updateinfo.exe

[Linux]

swcfmg_param_updateinfo