Previous Topic: Control the Ability to View and Manage PropertiesNext Topic: Localizing the Remote Control Dialogs


Control Default Values

You can control the default values of locally managed agent and manager policies in Remote Control.

To control the default value, adjust the value setting for each property in the associated XML file. When adjusting type=int properties, make sure the value falls between the Min and Max settings.

Example: Enable Fail Safe Security in Managed Mode

Remote Control can connect to agents if the management server goes offline. By default, this value is set to provide optimum security. To permit help desk technicians to connect to a host when the management server goes offline, adjust the enablefailsafe parameter value to 1 (True) in the rcHostConfig.xml file.

The following are the default values for stand-alone agents:

<configuration>
<allusers>
<paramsection name="itrm">
<paramsection name="rc">
<paramsection name="host">
.
.
.
<paramsection name="managed">
<parameter name="deferals" value="1">
<parameterinfo name="pi_deferals">
<attribute name="max">10</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">24</attribute>
<attribute name="desc">Host: Number of deferrals possible when rebooting.</attribute>
<attribute name="type">int</attribute>
</parameterinfo></parameter>
<parameter name="defertime" value="300">
<parameterinfo name="pi_defertime">
<attribute name="max">3600</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">24</attribute>
<attribute name="desc">Host: Time that a reboot can be deferred (sec).</attribute>
<attribute name="type">int</attribute>
</parameterinfo></parameter>
<parameter name="checkaddressinterval" value="300">
<parameterinfo name="pi_checkaddressinterval">
<attribute name="max">3000</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">25</attribute>
<attribute name="desc">Host: Time period between checks for changes of the host's listening addresses and protocols (sec).</attribute>
<attribute name="type">int</attribute>
</parameterinfo></parameter>
<parameter name="registerconnectioninterval" value="30">
<parameterinfo name="pi_registerconnectioninterval">
<attribute name="max">3000</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">25</attribute>
<attribute name="desc">Host: Time period (sec) between attempts to register a host with the management server.</attribute>
<attribute name="type">int</attribute>
</parameterinfo></parameter>
<parameter name="refreshregistercomputer" value="86400">
<parameterinfo name="pi_refreshregistercomputer">
<attribute name="max">200000</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">25</attribute>
<attribute name="desc">Host: Time period (sec) between attempts to refresh the registration of a host with the management server.</attribute>
<attribute name="type">int</attribute>
</parameterinfo></parameter>
<parameter name="enablesecuritycache" value="0">
<parameterinfo name="pi_enablesecuritycache">
<attribute name="max">1</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">25</attribute>
<attribute name="desc">Host: Enable security caching in managed mode.</attribute>
<attribute name="type">bool</attribute>
</parameterinfo></parameter>
<parameter name="enablefailsafe" value="1">
<parameterinfo name="pi_enablefailsafe">
<attribute name="max">1</attribute>
<attribute name="min">0</attribute>
<attribute name="flags">25</attribute>
<attribute name="desc">Host: Enable fail safe security in managed mode if connection to manager fails.</attribute>
<attribute name="type">bool</attribute>
</parameterinfo></parameter>
</paramsection>
</paramsection>
</paramsection>
</paramsection>
</allusers>
</configuration>