HP Matrix Operating Environment 7.3 Update 1 Release Notes

KVM virtual machine provisioning
NOTE: There are no updates to the KVM appliance in the 7.3 or 7.3.1 releases.
Major issues
RHEL 6.4 with KVM OS Build Plan fails with error
The default Insight Control server provisioning RHEL 6.4 KVM OS Build Plan configures
the “br0” device, causing post-installation customization to fail with the following error:
Error customizing Logical Server <Logical server name> realized
by <target UUID>.
Suggested action
To prevent this, edit the kickstart file referenced in the OS Build Plan as follows.
1. Remove the “br0” device configuration by removing the section delineated between
the comments “BEGIN KVM BRIDGE CONFIGURATION” and “END KVM BRIDGE
CONFIGURATION.
2. In the %post section of the kickstart file, add the chkconfig NetworkManager
off command as shown below:
%post --log /tmp/icsp-networkconfig.log
chkconfig NetworkManager off
Deployment using the above methods will result in error messages appearing in the
Insight Control server provisioning jobs. Specifically, you will see BRDC write
personalization task output that contains entries similar to the following:
BRDC read personalization task for server <server number>
Invalid eth name vibr0
These messages are expected and can be ignored.
50