Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

2.5.6 Software and Parameter List CSV File

Software and parameter list CSV files are acquired using the following features:

Outputs the parameter values for the software installed on the server. 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:

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

Product name

256

Text

Outputs the software product name.

2

Version

16

Text

Outputs the software version.

3

OS

32

Text

Outputs the operating system (platform).

4

Vendor

256

Text

Outputs the vendor.

5

Parameters

10

Text

Outputs fixed text (parameters).

6

Parameter key

514

Text

Outputs parameter keys.

7

Parameter value

8192

Text

Outputs the current value set in the parameter.

8

Parameter 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.

swcfmg_param_export (Parameter Export Command)

#<product-name>,<version>,<OS>,<vendor>,<parameters>,<key>,<value>,<status>

Notes

The following is an explanation of CSV file notes:

Key [ index ]

Key [ subkey ]

Key

Parameters (whether settings are configured), types, and values will be output as shown in the table below:

Parameters

Output

Set?

Type

Value characteristics

Key

Value

Settings status

Yes

boolean

Value specified

Key

Value

Empty string

number

Value specified

Key

Value

Empty string

string

Value specified

Key

Value

Empty string

Empty string

Key

Empty string

Empty string

string array

Value specified
(1 or more elements)

Key [ index ]

Value

Empty string

Empty string
(1 or more elements)

Key [ index ]

Empty string

Empty string

0 elements

Key

Empty string

Empty string

map

Value specified
(1 or more entries)

Key [ subkey ]

Value

Empty string

Empty string
(1 or more entries)

Key [ subkey ]

Empty string

Empty string

0 entries

Key

Empty string

Empty string

None

boolean

-

Key

Empty string

notset

number

-

Key

Empty string

notset

string

-

Key

Empty string

notset

string array

-

Key

Empty string

notset

map

-

Key

Empty string

notset

Output examples