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

Re: [Condor-users] condor view



In your case
DAEMON LIST=MASTER,VIEW_SERVER,NEGOTIATOR, STARTD,SCHEED,VIEW_SERVER
Either you could have the VIEW_SERVER or the COLLECTOR, If you are doing on the same machine . Althoug it is not a good practice to do it on the same machine. Please ref. the manual for the reasons.

If you are making the condor view server another machine which is not your central manager then the steps are given below:

Extract the view.tar in the document root of the folder
Centeral Manager is machineB.domain.com
Condor view server will be machineA.domain.com
In the global condor_config file add a line like this after CONDOR_HOST
CONDOR_VIEW_HOST        = machineA.domain.com

Now in the local config file of machineA add this:
DAEMON_LIST     = MASTER, STARTD, SCHEDD, VIEW_SERVER
VIEW_SERVER = $(SBIN)/condor_collector
KEEP_POOL_HISTORY = True
POOL_HISTORY_DIR = $(LOCAL_DIR)/ViewHist

Then go to the document root of the folder and edit the file make_stats
and then run the command
./make_stats setup
(remeber before running the ./make_stats setup, you should check out with condor_status command that you are getting the desired o/p or not because make_stats script assumes that you environment is set in such a way that every condor command is in path.

Cheers
Uncle Red
On Wed, 2005-05-11 at 15:46, Andoni Olozaga wrote:
i am trying to install de condor view module but i don´t understant very well how to do it.
i have changed the local config file of the manager to work as the condor view server as well. (POOL_HISTORY_DIR=$(LOCAL_DIR)/view  KEEP_POOL_HISTORY=true   VIEW_SERVER= $(SBIN)/condor_collector
DAEMON LIST=MASTER,VIEW_SERVER,NEGOTIATOR, STARTD,SCHEED,COLLECTOR
VIEW_SERVER=$(SBIN)/condor_collector.exe)
 
first question: now, should i have running two collector daemons on the manager? because, the condor view is another collector daemon, isn´t it???
 
and in the global config file of the manager i have introduced:
CONDOR_VIEW_HOST=$(MY_HOST)
 
now i have set up the condor view client in a linux machine of the pool and customed the make_stats script.
 
running ./make_statas setup it created the web pages but with no information.!!
 
i have see that the manager stores information in the $(sbin)/view directory!!!
 
what is the problem????
 
thank you very much!!



Estamos renovando el Correo Yahoo!
¡Comprueba las novedades!
http://correo.yahoo.es



_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users