Parameter settings CSV files can be downloaded from the following window of the management console:
Confirm window in the Parameter Settings Wizard of the management console
Outputs a list of servers with parameters configured, software and parameters. To keep the parameter information that has been set, output it to a CSV file.
Clicking the Download CSV file button saves the parameter information that was set to the CSV file.
File name
The name of the CSV file will have the following format:
parameter_setting_list_<date>.csv |
File location
Any folder
Character encoding
The CSV file will be output using the character encoding for the operating system on the admin server.
Output format
The following information is output:
Item No. | Item | Maximum length (bytes) | Value format | Remarks |
---|---|---|---|---|
1 | Server name | 256 | Text | Outputs the server name. |
2 | Server group name | 256 | Text | Outputs the server group name. |
3 | Tenant | 64 | Text | Outputs the tenant name. |
4 | Product name | 256 | Text | Outputs the software product name. |
5 | Version | 16 | Text | Outputs the software version. |
6 | Parameters | 10 | Text | Outputs fixed text (parameters). |
7 | Parameter key | 514 | Text | Outputs parameter keys. |
8 | Parameter value | 8192 | Text | Outputs the parameter values to be set. |
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.
#<server-name>,<lplatform-name>,<tenant-name>,<product-name>,<version>,<parameters>,<key>,<value> |
Notes
The following is an explanation of CSV file notes:
Parameters are not output unless they have values set.
The parameter key line is not output in the case of parameters for which no values are set.
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 following is the output format for the array, map and other character strings:
Key [ index ] Key [ subkey ] Key |
Parameter types and values will be output as shown in the table below:
Parameters | Output | ||
---|---|---|---|
Type | Value characteristics | Key | Value |
boolean | Value specified | Key | Value |
number | Value specified | Key | Value |
string | Value specified | Key | Value |
Empty string | Key | Empty string | |
string array | Value specified | Key [ index ] | Value |
Empty string | Key [ index ] | Empty string | |
0 elements | Key | Empty string | |
map | Value specified | Key [ subkey ] | Value |
Empty string | Key [ subkey ] | Empty string | |
0 entries | Key | Empty string |
Output example
#Server name,Server group name,Tenant name,Product name,Version,Parameters,Key,Value W2008SRV(W2008SRV),YFC36N04J,TENANT1(tenant1),Symfoware Server Standard Edition,V11.0.0,parameters,RDBconfigparam.RDBNAME,RDB W2008SRV(W2008SRV),YFC36N04J,TENANT1(tenant1),Symfoware Server Standard Edition,V11.0.0,parameters,RDBconfigparam.RDBDIRSPACE1,C:\SFWD\RDB\USR\DIR ...