Sun Update Connection - Enterprise 1.0 Administration Guide

Overriding Configurations

You can start the console with override values, which supersede .uce.rc values (and therefore also the uce.rc values).

To find the correct parameter name, open the uce.rc file (but do not change this file!). If you look at a line from the right (the end) and go leftward, the parameter name ends to the left of the comma (separating the parameter and the value), and begins to the right of the first dot that you encounter:

( invisible.debug.__group1.debug_mode, false );

You can start the console from the command line, with an explicit parameter value, for the current session. The parameter value reverts to the .uce.rc value (or to the uce.rc value if it does not appear in the override file) when you restart the application.

Syntax: uce_console -<parameter> <value>

uce_console -update_director_mode true- For updating remote agents

uce_console -debug_mode true -debug_log_level 5- For debugging; technical support might ask you to turn on these parameters, to help them find and fix problems.