This section explains information about incompatibility between V3.1.0 and V2.3.
Details of Modification
The messages displayed in the following cases have been changed:
When creating a virtual L-Server
When migrating a virtual L-Server between servers
When starting a virtual L-Server
Among the 67154 messages, which are output on the ROR console when creating or starting a virtual L-Server or when migrating a virtual L-Server between servers, the following messages have been modified.
For V2.3
FJSVrcx:ERROR:67154:Selectable vm_host(condition):not found
For V3.1.0
One of the following messages is displayed.
FJSVrcx:ERROR:62514:Selectable VM host not found. (detail)
FJSVrcx:ERROR:62517:Specified VM host is not available. (detail)
The message is displayed in the command prompt or the terminal where the command was executed when operating the virtual L-Server by the command.
Corrective Action
It is necessary to add the message for the target of monitoring, when monitoring the messages (numbers or message text) for Resource Orchestrator using other vendors' products.
It is necessary to add or revise messages after modification, when the messages before modification are described in the operation guide created by users.
Details of Modification
The Resources element is now added to the XML for the L-Server information output using the following command.
>rcxadm lserver show -name L-Server name -format xml <RETURN> |
For V2.3
<LServer name="ve_or_test01" id="rctest_1208" label="bbcc"> <Comment></Comment> ... </LServer> |
For V3.1.0
<Resources> <LServer name="ve_or_test01" id="rctest_1208" label="bbcc"> <Comment></Comment> ... </LServer> </Resources> |
Details of Modification
The NIC element which is output using the rcxadm lserver show command is displayed in the same format for physical L-Servers.
For V2.3
<NIC> <NetworkLink name="Network name" id="ROR-HS_559" /> <NICIndex>0</NICIndex> <MacAddress></MacAddress> <IpAddress auto="true">IP address</IpAddress> </NIC> |
For V3.1.0
<NIC> <NICIndex>0</NICIndex> <MacAddress auto="false"></MacAddress> <NetworkLinks> <NetworkLink name="Network name" index="0" id="ROR-HS_559"> <IpAddress auto="false" address="IP address"/> </NetworkLink> </NetworkLinks> </NIC> |
Details of Modification
As the specification error check function is now provided when importing physical L-Server templates, an error message is output when the XML definition being imported satisfies one of the following conditions:
Both the NumOfNIC element and the NIC element are specified at the same time
""0"" is specified as the NumOfNIC value
Neither the NumOfNIC element nor the NIC element is specified
Corrective Action
Specify the correct value referring to "15.2.1 Physical L-Server Templates" in the "Reference Guide (Command/XML) CE".
Details of Modification
The display format of the information output by the rcxadm addrset show command and the rcxadm addrset list command has been changed.
For V2.3
Output results are displayed in XML format.
For V3.1.0
Output results are displayed in text format.
Details of Modification
"Sharing Configuration" which was available when creating an L-Server and attaching disks was removed. It is now possible to share disks by simply selecting the disks allocated to the L-Server.