Configuration Files

The configuration files that Silk Meter servers and clients rely on are listed below.

Silk Meter Server Configuration Files:

 

Silk Meter Client Configuration Files:

 

config.xml

This file is located in the SilkMeter\bin directory.

Thus is the configuration file for Silk Meter Proxy Service. To activate changes, first stop Silk Meter Proxy Service, make your changes, and then restart Silk Meter Proxy Service again. Silk Meter Proxy Service handles all incoming requests, forwards requests that are synchronized with and are performed in the Silk Meter Core process, and then provides response data to clients. This file also monitors the health of the Core process and, when required, restarts the Core process.

 

Structure of the config.xml:

<SMPSettings>

  <Server>

    <BindTo></BindTo>

    <Port>0</Port>

    <MultihomedMode>true</MultihomedMode>

    <Threads>100</Threads>

    <VerboseLevel>0</VerboseLevel>

    <VerboseFile>smSystemDebug.log</VerboseFile>

  </Server>

  <Log>

    <WebPort>19462</WebPort>

    <Refresh>20</Refresh>

    <Extended>false</Extended>

    <ClientName>false</ClientName>

    <DebugFile></DebugFile>

    <DebugMsgListLen>100000</DebugMsgListLen>

    <ClosedConnListLen>1000</ClosedConnListLen>

  </Log>

  <Settings>

    <Timeout>15000</Timeout>

    <HandleLimit>0</HandleLimit>

    <VMLimit>419430400</VMLimit>

    <KeepAlive>

      <Time>100000</Time>

      <Interval>0</Interval>

    </KeepAlive>

  </Settings>

</SMPSettings>

 

 

silkmeter.cfg

This file is located in the cfg directory.

Usually only the setting that determines if Silk Meter is configured for server or standalone mode is set in this file. Either the line run_standalone=true or run_standalone=false is included.

This setting is updated each time a user changes the mode using either Silk Meter Policy Administrator, command line tool (smCmdTool.exe), or Client Admin Tool.

 

ls_segue.ref

This file is located in the cfg directory.

This file only has one line, which provides the ORB connection setting for Silk Meter Manager. This file is only used when Silk Meter is not configured for standalone mode. This setting must be set the same as is specified in the other two *.ref files.

line: IIOP://hostname:port/ls_segue

 

CosLicensingService.ref

This file is located in the cfg directory.

This file only has one line, which provides the ORB connection setting for Silk Meter Licensing service (This service runs in the same process as Silk Meter Manager). This file is only used when Silk Meter is not configured for standalone mode. The setting must be the same as is specified in the other two *.ref files.

line: IIOP://hostname:port/CosLicensingService

 

CosPropertyService.ref

This file is located in the cfg directory.

This file only has one line, which provides the ORB connection setting for Silk Meter Property service (This service runs in the same process as Silk Meter Manager). This file is only used when Silk Meter is not configured for standalone mode. The setting must be the same as is specified in the other two *.ref files.

line: IIOP://hostname:port/CosPropertyService