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

Re: [Condor-users] not seeing Windows 7 CPUs



I assume it's the collector you're asking about and I found this in
the default config file:

##  This setting primarily allows you to change the port that the
##  collector is listening on.  By default, the collector uses port
##  9618, but you can set the port with a ":port", such as:
##  COLLECTOR_HOST = $(CONDOR_HOST):1234
COLLECTOR_HOST  = $(CONDOR_HOST)

So it defaults to port 9618.

One other thing I thought to have you check is the following.  I had a
similar problem once and it ended up to be because one or more of my
machines had multiple network interfaces...  I could ping the machines
just fine, but condor was using a different interface.  Is it possible
this could be happening to you?  Does running "ipconfig" from the
command line of either machine (Windows 7 machine or central manager)
give you more than one IP address?





On Thu, Oct 25, 2012 at 10:04 AM, Eric Abel <Eric.Abel@xxxxxxxxxx> wrote:
> How do I find port on which the central manager listens?
>
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ziliang Guo
> Sent: Wednesday, October 24, 2012 3:43 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] not seeing Windows 7 CPUs
>
> What does condor_status -debug -pool central_manager_host say when you run it on one of the bad machines? You might also want to try central_manager_host:port as well, with the port being the one the central manager listens on. And if the hostname fails, direct IP address. Right now I'm very curious as to whether your machine is even capable of talking to the central manager. Also, in your configuration file, make sure TOOL_DEBUG is set to something like D_FULLDEBUG or something. I should have made mention of this earlier, since the default debug options might not print out what we're really interested in.
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/