58 Chapter 8. MaintenancePlease note that changing the password on the RHN website will change only the local password onthe RHN Satellite Server, which may not be used at all if PAM is enabled for that user. In the aboveexample, for instance, the Kerberos password will not be changed.8.10. Enabling Push to ClientsIn addition to allowing client systems to regularly poll the Satellite for scheduled actions, you mayenable the Satellite to immediately initiate those tasks on Provisioning-entitled systems. This bypassesthe typical delay between scheduling an action and the client system checking in with RHN to retrieveit.ImportantSSL must be employed between the Satellite and its clients systems for this feature to work. If theSSL certificates are not available, the daemon on the client system fails to connect.To take advantage of this feature, you must first configure your firewall rules to allow connections onthe required port(s), as described in Section 2.4 Additional Requirements.Then you must install the osa-dispatcher package, which can be found in the RHN Satellite Serversoftware channel for the Satellite within the central RHN website. Once installed, start the service onthe Satellite as root using the command:service osa-dispatcher startFinally, install the osad package on all client systems to receive pushed actions. The package canbe found within the RHN Tools child channel for the systems on the RHN Satellite Server. Onceinstalled, start the service on the client systems as root using the command:service osad startLike other services, osa-dispatcher and osad accept stop, restart, and status commands, aswell.Keep in mind, this feature depends on the client system recognizing the fully qualified domain name(FQDN) of the Satellite. This name and not the IP address of the server must be used when configuringthe Red Hat Update Agent. Refer to the RHN Client Configuration Guide for details.Now when you schedule actions from the Satellite on any of the push-enabled systems, the task willbegan immediately rather than wait for the system to check in.