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 [ -serverid <Server ID>,... | -ip <IP address>,... | -lp <Server group name>] [-o <Output file path>]

[Linux]

swcfmg_param_updateinfo [ -serverid <Server ID>,... | -ip <IP address>,... | -lp <Server group name>] [-o <Output file path>]

Options

-serverid <Server ID>,... | -ip <IP address>,... | -lp <Server group 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:

  • Server ID specification

  • IP address specification

  • Server group name specification

[Server ID/IP address specification]

For IP address specification, the following specification method can be selected. For server ID specification, single and multiple specification methods can be selected.

Specified as

Entered as

Example

Remarks

Single specification

IP address

Discovers parameter information of the managed server at the IP address "10.10.10.10".

10.10.10.10

Server ID

Discovers parameter information of the managed server with the server ID "0I6M73PAH@Direct".

0I6M73PAH@Direct

Multiple specification

IP address,IP address,...

Discovers parameter information of the managed servers at the IP addresses "10.10.10.10", "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.

Server ID, Server ID, ...

Discovers parameter information of the managed servers with the server IDs "0I6M73PAH@Direct", "CUIYJJGBF@Direct", and "SAZYVGV5U@Direct".

0I6M73PAH@Direct,CUIYJJGBF@Direct,SAZYVGV5U@Direct

Do not specify half-width spaces or any characters that are not a server ID 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

[Server group name specification]

Specify the server group name. The command will discover the parameter information for managed servers belonging to the specified server group.

-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