Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

2.2.9 Discovery Definition File

File name

discovery_config.xml

Description

This file defines discovery behavior of software configuration information.

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" under "Repository 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>
      <entry key="port"></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)

Enables the WSUS server as a repository server.

  • true: Enable

  • false: Disable

true

false

ipaddress

(*1)

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

port

WSUS server port

Note: If this key is empty, 80 or 8530 is used. If using a port other than 80 or 8530, specify the port number.

Port number

Example:
80
8530

Empty

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