<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>I am trying to set up all my servers to act on remote commands.  These servers are all redhat linux, all running 6.8.</div><div>I set them all up the same way, with the following command --</div><div><pre class="ydp20243871code" style="margin-top: 0px; margin-bottom: 1.4em; padding: 0.7em 1em; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-size: 14px; direction: ltr; background-color: rgb(251, 250, 249); color: rgb(51, 51, 51); border-radius: 2px; word-wrap: normal; border: 1px solid rgb(204, 204, 204);">yum install -y osad; yum install -y rhncfg-actions ; cd /usr/share/rhn; wget http://myspacewalkserver/pub/RHN-ORG-TRUSTED-SSL-CERT ;/usr/bin/perl -pi -e 's/RHNS-CA-CERT/RHN-ORG-TRUSTED-SSL-CERT/g' /etc/sysconfig/rhn/up2date ; /sbin/service osad start ; /sbin/chkconfig --add osad ; rhn-actions-control --enable-all</pre>I have 7 servers that are just not working.  If I try to send remote commands to them they will sit there at pending forever until I login to them and manually run rhn_check.  They should be identical to all the other servers.  I've confirmed that osad is running and rhn-actions-control is enable-all.  Any ideas on what else I can check?  We are running spacewalk 2.4.</div></div></body></html>