Random MAC Address for Virtual Guest
Oracle Virtual Machine environment has two components
1. Oracle Virtual Server
2. Oracle Virtual Manager
In test environment I don't want to install Oracle Virtual Manager. I have installed Oracle Virtual Server 3.4.6 and Like to install guest at command line.
I am new to VM environment.
I am referring the section Create virtual machine from Oracle VM Server command line in Oracle VM Guest Templates for Oracle Linux (Doc ID 551261.1) to generated Random MAC address that can be used for virtual guest.
# PYTHONPATH=/opt/ovs-agent-2.2 python -c \
"from OVSCommons import randomMAC; print randomMAC()"
Documentation is using ovs 2.2 release which is referring PYTHONPATH=/opt/ovs-agent-2.2