<html><body><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000"><div>Hey Spacewalkers,<br></div><div>I am attempting to query all of the systems that are currently checking in via OSAD. I have been using a fairly inefficient spacecmd command to make this work for now. <br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>            [12:00:13][justin@justindev1:~]# spacecmd system_details S0* | grep -e "Name" -e "OSA" >> OSA_status.out ; grep online OSA_status.out | wc -l</div><div><br data-mce-bogus="1"></div><div>the S0 just happens to be the first two characters in the names I want to query. In the end it does a word count to determine how many are "online"<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Any better way to do this? This takes about 2-5 minutes when run against a list of about 500 clients.</div><div><br></div></div></body></html>