The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.

6.6 Enabling Remote Configuration Manually for Non-managed Client Systems

To install and configure remote configuration manually:

  1. Log in as root on the client system.

  2. Use the yum command to install the rhncfg, rhncfg-actions, and rhncfg-client packages:

    # yum install rhncfg rhncfg-actions rhncfg-client
  3. Use the rhn-actions-control command to configure the remote actions that the client permits, for example:

    # rhn-actions-control --enable-all

    The --report option lists the permitted remote actions.

    # rhn-actions-control --report
    deploy is enabled
    diff is enabled
    upload is enabled
    mtime_upload is enabled
    run is enabled

    For more information, see the rhn-actions-control(8) manual page.