Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

2.5.7 Parameter List CSV File

Parameter list CSV files are acquired using the following features:

Outputs parameter values. To keep the currently set parameter values, output them to a CSV file.

File name

The name of the CSV file will have the following format:

Parameter Details window of the management console

parameter_list_<date>.csv

swcfmg_param_export (Parameter Export Command)

Any name

File location

Any folder

Character encoding

Output format

The following information is output:

Item No.

Item

Maximum length (bytes)

Value format

Remarks

1

Parameters

10

Text

Outputs fixed text (parameters).

2

Parameter key

514

Text

Outputs parameter keys.

3

Parameter value

8192

Text

Outputs the current value set in the parameter.

4

Parameter settings status

32

Text

Specifies the set or notset status for a parameter. The following values are output to indicate the status:

A value has been set: Empty string

No value has been set: notset

Header format

A header in the following format is inserted in the first line of the CSV file. When there is no information to output, the header alone is output.

Parameter Details window of the management console

#<Parameters>,<Key>,<Value>,<Status>

swcfmg_param_export (Parameter Export Command)

#<Parameters>,<Key>,<Value>,<Status>


Notes

Refer to "2.5.6 Software and Parameter List CSV File" for information on CSV file notes.

Output examples