Parameter list CSV files are acquired using the following features:
Parameter Details window of the management console
swcfmg_param_export (Parameter Export Command)
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_list_<date>.csv |
Any name |
File location
Any folder |
Character encoding
Parameter Details window of the management console
The CSV file will be output using the character encoding for the operating system on the admin server.
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 | 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.
#<Parameters>,<Key>,<Value>,<Status> |
#<Parameters>,<Key>,<Value>,<Status> |
Notes
Refer to "2.5.6 Software and Parameter List CSV File" for information on CSV file notes.
Output examples
Parameter Details window of the management console
#Parameters,Key,Value,Status parameters,InstallDir,C:\Program Files\Fujitsu\Systemwalker Desktop Patrol, parameters,IISHomeDir,C:\inetpub\wwwroot, ...
Parameter Export Command (swcfmg_param_export)
#Parameters,Key,Value,Status parameters,InstallDir,C:\Program Files\Fujitsu\Systemwalker Desktop Patrol, parameters,IISHomeDir,C:\inetpub\wwwroot, ...