This section explains the XML definitions of L-Servers.
The L-Server XML definitions differ depending on the server type.
For physical L-Servers, refer to "15.3.1 Definition Information for Physical L-Servers (XML)".
For virtual L-Servers, refer to "15.3.2 Definition Information for Virtual L-Servers (XML)".
Note
When you specify a tag that does not include the element in the subordinate of the XML tag, specify an empty element tag instead of the end tag.
Example
Do not specify an end tag as shown below.
<?xml version="1.0" encoding="utf-8"?> <Resources> <LServer name="L-Server Name" label="Label"> </LServer> </Resources> |
Specify an empty element tag instead of the end tag.
<?xml version="1.0" encoding="utf-8"?> <Resources> <LServer name="L-Server Name" label="Label"/> </Resources> |