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

Re: [Condor-users] condor_stats "Failed to receive data from the CondorView server"



At 01:57 PM 7/26/2005 -0700, you wrote:
I am trying to use condor_stats on an all windowsXP pool.  This command:

condor_stats -pool manager_condor -lastmonth -userlist

Produces:

Failed to receive data from the CondorView server
No Data.

Is there something that I need to configure for this to work?

Yes, there is: You need a view server. It's just another collector for stats.

The condor_stats manual page says: "Note that logging of pool history must be enabled in the condor_ collector daemon, otherwise no information will be available."

http://www.cs.wisc.edu/condor/manual/v6.7/3_11Setting_Up.html#SECTION004115000000000000000

-alain