This section explains the function for outputting the information for each virtual L-Server included in an L-Platform as a csv file, after deploying or deleting an L-Platform.
Prerequisites
Only Windows is supported as the OS of the manager.
VMware and Hyper-V are supported for managed servers.
Overview
The following files are generated when deployment and deletion of an L-Platform is performed.
[Windows Manager]
Installation folder\SVROR\Manager\etc\event_handler
Output Timing | File Name |
---|---|
Generated after creating an L-Platform | xen_desktop_create_info.csv |
Generated before deleting an L-Platform | xen_desktop_delete_info.csv |
* Note: The lock file is to prevent simultaneous access.
Item (Line Number) | Description | |
---|---|---|
Label (first line) | hostname,account,guid,tenantname | |
Data (second and later lines) | hostname | L-Server name |
account | User ID | |
guid | The identifier on the VM host to which the L-Server has been deployed | |
tenantname | The tenant name where the L-Platform was created |
Example
An example of an output file is given below:
hostname,account,guid,tenantname WDHVQ44KH-S-0001-13,Sample-WDHVQ44KH,6C48D4DD-9F14-3E57-98FC-36F1D64232F9,SampleTenant 0HCVNNJZO-S-0001-15,Sample-0HCVNNJZO-S,6CWE4DD-5T14-3907-9MMV-58F1D64FG999,SampleTenant |
Point
When there are no csv files, a new csv file is created.
Every time an L-Platform is created or deleted, a line is added to the end of the csv file.
The csv file is not deleted. Manually delete the file if it is not necessary.
Usage Method
Creating the following definition file, enables output of a csv file after deploying an L-Platform.
It is not necessary to restart the manager after creating or deleting a definition file.
[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data
vmguest_uuid_output.rcxprop
Describe the file in the following format.
CSV_FILE_PATH=Output destination of the csv file |
Example
CSV_FILE_PATH=C:\temp |
Creates a csv file in the path specified for CSV_FILE_PATH.
When one of following conditions is satisfied, a csv file is created in the default storage location (Installation_folder\etc\event_handler).
When the specified path is a non-existent or invalid path
When double-byte characters are included in the file path
When there is no CSV_FILE_PATH definition
Ensure write permission is possessed for the specified path. When there is a path, but write permission is not possessed, no files are generated.