[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] how to enable bridge networking in condor vm universe



Hi,
 
I have configured Condor VM Universe:
[condor@aow5grid ~]$ condor_version
$CondorVersion: 7.4.4 Oct 13 2010 BuildID: 279383 $
$CondorPlatform: I386-LINUX_RHEL3 $
[condor@aow5grid ~]$ condor_status -vm
 
Name               VMType Network    State     Activity LoadAv VMMe ActvtyTime    VMNetworking
 
aow4grid.uab.es    vmware bridge     Claimed   Busy     0.010   256  0+03:17:49
                     Total Owner Claimed Unclaimed Matched Preempting Backfill
 
         INTEL/LINUX     1     0       1         0       0          0        0
 
               Total     1     0       1         0       0          0        0
[condor@aow5grid ~]$
 I used this submit file to submit a virtual machine:
Universe                            = vm
Executable                        = Scenario1
Log                                    = Scenario1.log
vm_type                            = vmware
vm_memory                      = 256
vm_networking                 = true
vmware_dir                       = /var/lib/vmware/Virtual Machines/Fedora/
vmware_should_transfer_files    = Yes
Queue
the virtual machine job is running well but without any networking. how to enable the networking? I want enable bridge networking.
 
-Arindam