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

RE: [Condor-users] Trouble getting condor_view server to log stats



Okay. Figured it out. I had:

VIEW_SERVER = <machine>

In my master's condor_config.local file when what I really should have
had was:

CONDOR_VIEW_HOST = <machine>

It's working very well now.

Thanks!

Ian

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx 
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ian Chesal
> Sent: October 18, 2004 2:22 PM
> To: Condor-Users Mail List
> Subject: RE: [Condor-users] Trouble getting condor_view 
> server to log stats
> 
> 
> I have the following in my condor_config.local file for 
> ttc-condorview:
> 
> VIEW_SERVER = $(SBIN)/condor_collector
> POOL_HISTORY_DIR = $(LOCAL_BIN)/history
> KEEP_POOL_HISTORY = True
> POOL_HISTORY_MAX_STORAGE = 1000000000
> DAEMON_LIST = MASTER, VIEW_SERVER
> 
> On disk in $(LOCAL_BIN)/history I can see the following files:
> 
> total 8
> drwxr-xr-x    2 ttcbatch software     4096 Oct 15 17:52 .
> drwxr-xr-x    7 root     root         4096 Oct 18 13:44 ..
> -rw-r--r--    1 ttcbatch software        0 Oct 15 16:37 
> viewhist0.0.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:04 
> viewhist0.1.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:52 
> viewhist0.2.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 16:37 
> viewhist1.0.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:04 
> viewhist1.1.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:52 
> viewhist1.2.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 16:37 
> viewhist2.0.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:04 
> viewhist2.1.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:52 
> viewhist2.2.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 16:37 
> viewhist3.0.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:04 
> viewhist3.1.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:52 
> viewhist3.2.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 16:37 
> viewhist4.0.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:04 
> viewhist4.1.new
> -rw-r--r--    1 ttcbatch software        0 Oct 15 17:52 
> viewhist4.2.new
> 
> Maybe The max storage value is too high and it's been 
> truncated to 0? I have a lot of disk space on this machine so 
> I jacked it up figuring I'd keep as much history around as I 
> possible could.
> 
> Thanks!
> 
> Ian
> 
> > -----Original Message-----
> > From: condor-users-bounces@xxxxxxxxxxx
> > [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Alain Roy
> > Sent: October 18, 2004 2:11 PM
> > To: Condor-Users Mail List
> > Subject: RE: [Condor-users] Trouble getting condor_view 
> > server to log stats
> > 
> > 
> > 
> > >Can someone from the condor team expand on the two messages
> > I'm seeing
> > >in my CollectorLog file on my master machine:
> > >
> > >0/15 17:31:12 DaemonCore: received unregistered command 
> request 27 !
> > >0/15 17:31:12 DaemonCore: received unregistered command 
> request 29 !
> > 
> > I suspect that you didn't set up configuration variables you
> > need to enable 
> > the collector to act as a view server. Did you add 
> > KEEP_POOL_HISTORY and 
> > POOL_HISTORY_DIR? Unfortunately, you probably need to restart 
> > the collector 
> > after adding these, instead of just doing a reconfig.
> > 
> > http://www.cs.wisc.edu/condor/manual/v6.6/3_10Setting_Up.html#
> SECTION004105000000000000000
> 
> -alain
> 
> 
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx 
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx 
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users
>