On Thursday, July 21, 2011 at 7:42 PM, shivam tiwari wrote:
How can I get IP address of machines in condor pool
Take a look at the condor_status command -- it gives you detailed information about all the machines currently alive in your pool.
The default output for the command is a summary of your pool, but you can drill down to see more detailed information you like. If you say:
condor_status -l
it will show you the complete ClassAds for every machine in the pool. For example:
MyType = "Machine"
TargetType = "Job"
VacateCkptServer = CkptServer
IsGeneralPurposeVM = TRUE
LastHeardFrom = 1311343565
UpdateSequenceNumber = 3124
kernel_hugemem = FALSE
JavaVersion = "1.6.0_24"
TotalTimeMatchedIdle = 1899
...and so on...
If you use the -f option you can have it print specific attributes from ads and control the formatting. For example:
Regards,
- Ian
---
Ian Chesal
Cycle Computing, LLC
Leader in Open Compute Solutions for Clouds, Servers, and Desktops
Enterprise Condor Support and Management Tools
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/