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

Re: [Condor-users] Problems using on Mandrake



> On Oct 28, 2005, at 8:07 AM, Clemente Tort wrote:
>
>> Hi, I'm a newbe in condor, I've two mandrivas and I'd like to install
>> condor in both. Im using the one with glibc 2.3 for redhat 9.2 in mode
>> static. I've no problem installing condor but I dont know how boot
>> it, I
>> do:
>>
>>> condor_master
>>> condor_on
>>>
>> Sent "Spawn-All-Daemons" command to local master
>>
>>> condor_status
>>>
>>
>> Then condor_status do not show anything. There's another way to
>> start it?
>
> It can take the startd (the daemon that represents an execution
> resource) 10-20 seconds to fully initialize and advertise itself to
> the central manager. It spends some time benchmarking the cpu.
>
> If condor_status still reports nothing after a minute, then check
> using ps whether there's a condor_startd process running on the
> machine. If there isn't, check if Condor is configured to run the
> startd. You can do this by looking for DAEMON_LIST in the Condor
> config file. It should include STARTD in the list of names.
>
> +----------------------------------+---------------------------------+
> |            Jaime Frey            |  Public Split on Whether        |
> |        jfrey@xxxxxxxxxxx         |  Bush Is a Divider              |
> |  http://www.cs.wisc.edu/~jfrey/  |         -- CNN Scrolling Banner |
> +----------------------------------+---------------------------------+
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>

Thnaks for the answer but I hace find a "solution", Ive seenin the log
that it cant find the second CPU (I have two processors) and I get that

10/29 02:42:02 ERROR: Can't allocate 2nd virtual machine of type 0
        Requesting: Cpus: 1, Memory: 1, Swap: 50.00%, Disk: 50.00%
        Available:  Cpus: 1, Memory: 0, Swap: 50.00%, Disk: 50.00%

in condor_config.local I have written NUM_CPUS=2. I've tryed with 1 cpu
and there's no problem, what I should do?

Thanks