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

[condor-users] Cannot get CondorView Server working...



Hi,

I'm not sure what was causing the trouble in here, but in the end I deleted all
the files in the Condor_View directory, restarted the entire Condor pool, and it
is now working OK.

Thanks a lot,
Angel de Vicente


Angel de Vicente writes:
 > Hi,
 > 
 > I'm trying to get the CondorView Sever working (Condor version 6.6.3), but so
 > far I got nowhere, just empty files, although I don't see any error in the log
 > files. Can anybody give me a hand with this?
 > 
 > The central manager of my pool is codorniz.iac.es (Linux Red Hat Enterprise) and
 > I have set naranja.iac.es (Solaris 5.9) as my CondorView Server. 
 > 
 > In the global configuration file I have:
 > 
 > ##  What machine is your central manager?
 > CONDOR_HOST	= codorniz
 > 
 > ## Angelv 7/5/2004. Configuration of the CondorView Server (see section 3.10.5.2 of the Condor 6.6.3 manual)
 > CONDOR_VIEW_HOST = naranja.iac.es
 > 
 > 
 > and naranja's local configuration file is:
 > 
 > 
 > ## Additions by Angel de Vicente 7/5/2004
 > ## in order to have naranja.iac.es as the Condor_view Server
 > ##
 > ## See section 3.10.5 of the Condor 6.6.3 manual
 > ###############################################################
 > 
 > 
 > POOL_HISTORY_DIR = $(TILDE)/Condor_View
 > KEEP_POOL_HISTORY = TRUE
 > 
 > DAEMON_LIST	= MASTER, STARTD, SCHEDD, VIEW_SERVER
 > VIEW_SERVER	= $(SBIN)/condor_collector
 > 
 > VIEW_SERVER_LOG = $(TILDE)/Condor_View/View_ServerLog
 > 
 > 
 > I created the Condor_View directory, and created and empty View_ServerLog
 > file. After a while I see that some files are created in the Condor_View
 > directory, but all of them empty:
 > 
 > [condor@codorniz ~]$ ls -l /net/naranja/scratch1/condor/Condor_View
 > total 0
 > -rw-r--r--    1 condor   games           0 may  7 18:04 viewhist0.0.new
 > -rw-r--r--    1 condor   games           0 may  7 18:04 viewhist1.0.new
 > -rw-r--r--    1 condor   games           0 may  7 18:04 viewhist2.0.new
 > -rw-r--r--    1 condor   games           0 may  7 18:04 viewhist3.0.new
 > -rw-r--r--    1 condor   games           0 may  7 18:04 viewhist4.0.new
 > -rw-r--r--    1 condor   games           0 may  7 17:54 View_ServerLog
 > 
 > 
 > The last lines in the CollectorLog of the machine naranja are:
 > 
 > 5/7 17:56:48 ******************************************************
 > 5/7 17:56:48 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
 > 5/7 17:56:48 ** $CondorVersion: 6.6.3 Mar 29 2004 $
 > 5/7 17:56:48 ** $CondorPlatform: SUN4X-SOLARIS29 $
 > 5/7 17:56:48 ** PID = 20440
 > 5/7 17:56:48 ******************************************************
 > 5/7 17:56:48 Using config file: /home/condor/condor_config
 > 5/7 17:56:48 Using local config files: /home/condor/condor_config.SUN4u.SOLARIS29 /home/condor/local.naranja/condor_config.local
 > 5/7 17:56:49 DaemonCore: Command Socket at <161.72.64.97:9618>
 > 5/7 17:56:49 In ViewServer::Init()
 > 5/7 17:56:49 In CollectorDaemon::Init()
 > 5/7 17:56:49 In ViewServer::Config()
 > 5/7 17:56:49 In CollectorDaemon::Config()
 > 5/7 17:56:49 enable: Creating stats hash table
 > 5/7 17:56:49 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/home/condor/Condor_View
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.0.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.0.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.1.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.1.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.2.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist0.2.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.0.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.0.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.1.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.1.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.2.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist1.2.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.0.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.0.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.1.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.1.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.2.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist2.2.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.0.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.0.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.1.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.1.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.2.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist3.2.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.0.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.0.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.1.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.1.new , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.2.old , StartTime=-1
 > 5/7 17:56:49 FileName=/home/condor/Condor_View/viewhist4.2.new , StartTime=-1
 > 5/7 18:00:02 Got history query 27
 > 5/7 18:00:02 Got history query: FromDate=1083945602, ToDate=1083949202, Type=27, Arg=
 > 5/7 18:00:02 DataSetIdx=2, HistoryLevel=-1, OldFlag=1, NewFlag=1
 > 5/7 18:00:02 Got history query 29
 > 5/7 18:00:02 Got history query: FromDate=1083945602, ToDate=1083949202, Type=29, Arg=
 > 5/7 18:00:02 DataSetIdx=3, HistoryLevel=-1, OldFlag=1, NewFlag=1
 > 5/7 18:01:49 Accumulating data: Time=1083949309
 > 5/7 18:02:49 Accumulating data: Time=1083949369
 > 5/7 18:03:49 Accumulating data: Time=1083949429
 > 5/7 18:04:49 Accumulating data: Time=1083949489
 > 5/7 18:05:49 Accumulating data: Time=1083949549
 > 5/7 18:06:49 Accumulating data: Time=1083949609
 > 5/7 18:07:49 Accumulating data: Time=1083949669
 > 5/7 18:08:49 Accumulating data: Time=1083949729
 > 
 > 
 > Any idea why I am not getting any data in the Condor_View files? Am I being too
 > impatient? (In a previous try, I waited for about an hour, but all the files
 > were also empty). As far as I can see, I have followed all the instructions in
 > the manual properly, but for some reason I'm getting empty statistics, not very
 > useful, I'm afraid...
 > 
 > Thanks,
 > Angel de Vicente
 > -- 
 > ----------------------------------
 > http://www.iac.es/galeria/angelv/
 > 
 > PostDoc Software Support
 > Instituto de Astrofisica de Canarias
 > 
 > Condor Support Information:
 > http://www.cs.wisc.edu/condor/condor-support/
 > To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
 > unsubscribe condor-users <your_email_address>
 > 

-- 
----------------------------------
http://www.iac.es/galeria/angelv/

PostDoc Software Support
Instituto de Astrofisica de Canarias
-- 
SIE Webpage
http://goya/inves/SINFIN/index.html

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>