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

[Condor-users] How to use Linux and Windows resources.



Dear Condor Users.

I wonder How to use Linux and Windows resources....

In my environments..
Central Manager : Linux RH9 (1 EA)
and cennected by Windows XP (2 EA)
if i success this job... maybe this pool will be expanded

I want to submit on Linux or Window..
So....
with regardless of platforms (both Linux and Windows)
My submitted job will done by condor 

But I accidented a problems..
Just only Local Job is running...
I want to use all uncliamed machines(Linux and Windows)...


in detail.... 

::: submit file

Universe        = vanilla
executable      = /gate/1.0.2/gate # this file is running on Unix platform
arguments       = /gate/1.0.2/g01.mac
output          = g01.$(Process).out
error           = g01.$(Process).err
log             = g01.$(Process).log
GetEnv          = True
initialdir      =/gate/1.0.2
requirements = ((OpSys == "LINUX") || (OpSys == "WINNT51"))
queue


::: condor_config 

CONDOR_HOST	= 123.123.123.123 # IP... It's not real...for example
RELEASE_DIR	= /condor
LOCAL_DIR		= $(TILDE)
LOCAL_CONFIG_FILE = /condor/local.SkyLinux/condor_config.local
REQUIRE_LOCAL_CONFIG_FILE = TRUE
UID_DOMAIN		= *
FILESYSTEM_DOMAIN	= * 
HOSTALLOW_READ = 192.168.1.2, # and all windows XP IP and Linux
HOSTALLOW_WRITE = 192.168.1.2, # and all windows XP IP and Linux
HOSTALLOW_CONFIG = * 
USE_NFS		= True


::: ShadowLog of Windows XP condor

4/27 20:33:35 Using config file: C:\Condor\condor_config
4/27 20:33:35 Using local config files: C:\Condor/condor_config.local
4/27 20:33:35 DaemonCore: Command Socket at <192.168.1.2:2789>
4/27 20:33:35 (7.0) (908): condor_read(): recv() returned -1, errno = 10054, assuming failure.
4/27 20:33:35 (7.0) (908): ERROR "Can no longer talk to condor_starter on execute machine (192.168.1.2)" at line 63 in file ..\src\condor_shadow.V6.1\NTreceivers.C
4/27 20:33:36 Initializing a VANILLA shadow
4/27 20:33:36 (7.1) (2216): Request to run on <192.168.1.2:4035> was ACCEPTED
4/27 20:33:36 (7.1) (2216): condor_read(): recv() returned -1, errno = 10054, assuming failure.
4/27 20:33:36 (7.1) (2216): ERROR "Can no longer talk to condor_starter on execute machine (192.168.1.2)" at line 63 in file ..\src\condor_shadow.V6.1\NTreceivers.C

::: ShadowLog of Central manager 

4/27 20:44:03 ******************************************************
4/27 20:44:03 ** condor_shadow (CONDOR_SHADOW) STARTING UP
4/27 20:44:03 ** /condor/sbin/condor_shadow
4/27 20:44:03 ** $CondorVersion: 6.6.9 Mar 10 2005 $
4/27 20:44:03 ** $CondorPlatform: I386-LINUX_RH9 $
4/27 20:44:03 ** PID = 4623
4/27 20:44:03 ******************************************************
4/27 20:44:03 Using config file: /condor/etc/condor_config
4/27 20:44:03 Using local config files: /condor/local.SkyLinux/condor_config.local
4/27 20:44:03 DaemonCore: Command Socket at <203.249.208.217:37911>
4/27 20:44:09 Initializing a VANILLA shadow
4/27 20:44:09 (102.1) (4623): Request to run on <192.168.1.2:4035> was ACCEPTED
4/27 20:44:09 (102.1) (4623): condor_read(): recv() returned -1, errno = 104, assuming failure.
4/27 20:44:09 (102.1) (4623): ERROR "Can no longer talk to condor_starter on execute machine (192.168.1.2)" at line 63 in file NTreceivers.C

::: StarterLog of Central manager 

4/27 12:24:19 Done setting resource limits
4/27 12:24:19 Starter communicating with condor_shadow <203.249.208.217:32979>
4/27 12:24:19 Submitting machine is "SkyLinux"
4/27 12:24:19 Starting a VANILLA universe job with ID: 89.0
4/27 12:24:19 IWD: /gate/1.0.2
4/27 12:24:19 Input file: /gate/1.0.2/gwin.mac
4/27 12:24:19 Output file: /gate/1.0.2/gwin.0.out
4/27 12:24:19 Error file: /gate/1.0.2/gwin.0.err
4/27 12:24:19 About to exec /gate/1.0.2/gate
4/27 12:24:19 Create_Process succeeded, pid=2707

Thanks a lot...