Hello
I'm going to explain all that I'd done. I did configurations in /etc/condor/condor_config In client machine I did following configurations CONDOR_HOST = pucitServer.CentOSWorld.com(name of a server machine) ALLOW_WRITE = $(ALLOW_WRITE), $(CONDOR_HOST) COLLECTOR_HOST = 10.0.0.1 (IP Address of server) DAEMON_LIST = master,startd In server machine I did following configurations ALLOW_WRITE = $(FULL_HOSTNAME), 10.0.0.2,pucitClient.CentOSWorld.com COLLECTOR_HOST = 10.0.0.1 (IP Address of server) yes it is displaying full hostname i-e "pucitServer.CentOSWorld.com" with "hostname" command. Now please tell where is the problem? Greetings... > Date: Mon, 20 May 2013 17:23:36 +0100 > From: B.Candler@xxxxxxxxx > To: htcondor-users@xxxxxxxxxxx > Subject: Re: [HTCondor-users] Job Scheduling > > On Mon, May 20, 2013 at 09:03:14PM +0500, Usman Khan wrote: > > I had made pool by getting help from this link.....There is no > > problem with pool... > > If there is "no problem" then it is working fine :-) > > I'll ask once more: how exactly did you configure your nodes? That is, what > did you change in /etc/condor_config.local, or wherever it is? > > If we can see what you've configured, we might be able to make suggestions. > > Also, do both nodes have fully-qualified domain names? If you type > "hostname" does it show "machine1.example.com" rather than just "machine1"? > Ensure this is set on bootup, typically in /etc/hostname or > /etc/sysconfig/hostname. > > You will also need full working forward and reverse DNS for these names, or > else you will need an /etc/hosts file on each node listing itself and all > the other nodes. > _______________________________________________ > HTCondor-users mailing list > To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a > subject: Unsubscribe > You can also unsubscribe by visiting > https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users > > The archives can be found at: > https://lists.cs.wisc.edu/archive/htcondor-users/ |