
<mac address='52:54:00:c0:de:01'/>
<source bridge='cloud0'/>
<model type='virtio'/>
</interface>
b) Update libvirtd with changes
virsh define /etc/libvirt/qemu/RHEVM.xml
c) Start vm
virsh start RHEVM
6. Set Network Properties
7. Perform System Preparation (\Windows\System32\sysprep\sysprep.exe)
• System Cleanup Actions: Enter System Out-of-Box-Experience
• Select the Generalize checkbox
• Shutdown Options: Shutdown
8. On host, create image file
dd if=/dev/MgmtServicesVG/RHEVMvol of=/rhevm-`date +%y%m%d`.img bs=1024k
9. On the host, compress the image file
bzip2 /rhevm-`date +%y%m%d`.img
A.4 MRG
A.4.1 condor_config.local.mgr
This is the MRG Grid configuration file for the MRG Manager VM and is downloaded to
/var/lib/condor/condor_config.local.
# This config disables advertising to UW's world collector. Changing
# this config option will have your pool show up in UW's world
# collector and eventually on the world map of Condor pools.
CONDOR_DEVELOPERS = NONE
# What the relay looks like from the inside.
PRIVATE_HOST = <internal IP>
# What the relay looks like from the outside.
PUBLIC_HOST = <elastic IP>
PUBLIC_PORT = 9618
# Accept TCP updates, necessary because default is UDP
# and the relay tunnel is only TCP
COLLECTOR_SOCKET_CACHE_SIZE = 1024
# Setting CCB_ADDRESS results in deadlock because
# the Collector does not realize it is making a blocking
# connection to itself via the CCB_ADDRESS. So, enable CCB
# for only the Shadow, which needs to receive a connection
# from the Starter for file transfer.
www.redhat.com 168
Comentários a estes Manuais