Description of problem: Could you please remplace the following line # oo-admin-broker-cache --clear # oo-admin-console-cache --clear by that one oo-admin-broker-cache --clear --console on the 5.4. Managing Custom and Community Cartridges chapter, point 3 in the Procedure 5.2. To Install Custom or Community Cartridges section. in the Openshift Administration Guide - https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/2/html-single/Administration_Guide/index.html#Importing_Cartridge_Manifests_on_Broker_Hosts Thanks
Prior to OSE 2.1, `oo-admin-broker-cache --clear --console` was the correct command. As of OSE 2.1, oo-admin-broker-cache only clears the broker's cache, and it is necessary to use oo-admin-console-cache to clear the console's cache. Unfortunately, the output of `oo-admin-broker-cache --clear --console` does not warn that its --console flag no longer does anything. Clearly, this absence of a warning is confusing.
There's probably an option to have it complain about any unrecognized options. Or just have that option specifically let the user know it's not doing anything.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/2e599fd30b0d933601ecd2ff76ed70e1bfa12ff3 oo-admin-broker-cache: Delete --console flag Delete the --console flag, which has been deprecated for over a year now (since commit a09f8c3187a51807930065ea7df0798a6d831946 on 2014-03-28), from the oo-admin-broker-cache command. After this commit, giving the --console flag will result in an error with usage information instead of silently ignoring the flag, which could give the administrator the false impression that the --console flag did in fact do something. This commit fixes bug 1110415.
Check on puddle [2.2.8/2015-11-11.1] # oo-admin-broker-cache --clear --console /usr/sbin/oo-admin-broker-cache: unrecognized option `--console' == Synopsis oo-admin-broker-cache: Manage the broker Rails application's cache == Usage oo-admin-broker-cache OPTIONS Options: -c|--clear Remove all entries from the broker Rails application's cache -q|--quiet Show as little output as possible -h|--help Show Usage info work fine, move it to VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-2666.html