Script execution CSV files can be downloaded from the following window of the management console:
Confirm window in the Script Execution Wizard of the management console
Outputs a list of servers that executed script. To keep information about the server that executed the script, output the information to the CSV file.
Clicking the Download CSV file button saves the information about the server that executed the script to the CSV file.
File name
The name of the CSV file will have the following format:
script_start_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. |
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> |
Output example
#server_name,server_group_name,tenant_name W2008SRV(W2008SRV),YFC36N04J,TENANT1(tenant1) ...