Software and parameter list CSV files are acquired using the following features:
swcfmg_param_export (Parameter Export Command)
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:
Any name
File location
Any folder
Character encoding
swcfmg_param_export (Parameter Export Command)
The character encoding for the CSV file will be output using the encoding specified in the -e option.
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.
#<product-name>,<version>,<OS>,<vendor>,<parameters>,<key>,<value>,<status> |
Notes
The following is an explanation of CSV file notes:
Parameters for which no values have been set are also output.
All parameter keys are output, including those for which no values have been set. If a parameter key has no value set, "notset" is output as its status.
The array index of the character string and the map subkey are output to the key
The array index of the character string and the map subkey are included in the output to the key. Enclose the index and the subkey in square brackets [ ]. The array of the character string, map and string format are shown below:
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 | Key [ index ] | Value | Empty string | |
Empty string | Key [ index ] | Empty string | Empty string | ||
0 elements | Key | Empty string | Empty string | ||
map | Value specified | Key [ subkey ] | Value | Empty string | |
Empty string | 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
Parameter Export Command (swcfmg_param_export)
#Product name,Version,OS,Vendor,Parameters,Key,Value,Status Systemwalker Desktop Patrol,V14.3.1,Windows,FUJITSU LIMITED,parameters,InstallDir,C:\Program Files\Fujitsu\Systemwalker Desktop Patrol, Systemwalker Desktop Patrol,V14.3.1,Windows,FUJITSU LIMITED,parameters,IISHomeDir,C:\inetpub\wwwroot, ... Symfoware Server Standard Edition,V11.0.0,Windows,FUJITSU LIMITED,parameters,RDBconfigparam.RDBNAME,RDB, Symfoware Server Standard Edition,V11.0.0,Windows,FUJITSU LIMITED,parameters,RDBconfigparam.RDBDIRSPACE1,C:\SFWD\RDB\USR\DIR, ...