Top
Systemwalker Software Configuration Manager Reference Guide
Systemwalker

2.5 Discovery Definition File

File Name

discovery_config.xml

Description

This file defines discovery behavior.

File Location

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\config

[Linux]

/etc/opt/FJSVcfmgm/config

File Format

<?xml version="1.0" encoding="utf-8"?>
<Discovery>
  <RepositoryServers>
    <WSUS>
      ... omitted (See "WSUS server information")
    </WSUS>
  </RepositoryServers>
</Discovery>
Repository server information
WSUS server information
<?xml version="1.0" encoding="utf-8"?>
<Discovery>
  <RepositoryServers>
    <WSUS>
      <entry key="enable-wsus">true</entry>
      <entry key="ipaddress">10.10.10.10</entry>
    </WSUS>
  </RepositoryServers>
</Discovery>

Parameters

RepositoryServers: Repository server information

This parameter sets up information relating to the repository server.

Multiple specifications: Not possible

WSUS: WSUS server information

This parameter sets up information for the WSUS server.

Multiple specifications: Possible

The contents of each key are as follows:

Key

Meaning

Value

Initial value

Default value

Remarks

enable-wsus

(*1)

This key enables the WSUS server as a repository server.

  • true: Enable

  • false: Disable

true

false

ipaddress

(*1)

This key specifies the IP address of the WSUS server.

Note: If this key is empty, the repository server will be disabled.

IP address

Example: 10.10.10.10

-

Empty

*1: The value specified at setup is applied.

Cautions

Use UTF-8 as the character encoding for the file.

Changes to the definition are applied immediately.

Example