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.
http://www.cs.wisc.edu/condor/manual/v6.7/3_11Setting_Up.html#SECTION004115000000000000000
-alain