Top
ServerView Resource Orchestrator Cloud Edition V3.1.2 Reference Guide (Command/XML)
FUJITSU Software

B.4 Information Output of Virtual L-Servers

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

Overview

The following files are generated when deployment and deletion of an L-Platform is performed.

Storage Location of Files

[Windows Manager]
Installation folder\SVROR\Manager\etc\event_handler

Output Timing and File Name

Output Timing

File Name

Generated after creating an L-Platform

xen_desktop_create_info.csv
xen_desktop_create_info.csv.lck (*)

Generated before deleting an L-Platform

xen_desktop_delete_info.csv
xen_desktop_delete_info.csv.lck (*)

* Note: The lock file is to prevent simultaneous access.

File Format

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.

Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

File Name

vmguest_uuid_output.rcxprop

Definition File Format

Describe the file in the following format.

CSV_FILE_PATH=Output destination of the csv file

Example

CSV_FILE_PATH=C:\temp