Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

2.1 Definition File for Agent

File Name

mdrdb.user

Use

Set IP format which preferentially-detected in an agent for collecting IT resource information and an agent for the node automatic operation detection. Also, specify the subnet address for node detection, the subnet mask, and the SNMP community name when you set up an agent (AGT_ADSC) for the node automatic operation detection.

File Location

File Format

Mdbad.autodiscovery.network.address= subnet address

mdbad.autodiscovery.network.subnetmask= subnet mask

mdbad.autodiscovery.snmp.community= SNMP community name

mdbad.common.ipaddress.preferIPv6= preferred setting for IPv4/IPv6

Parameter

mdbad.autodiscovery.network.address

Specify the subnet address.

When you specify two or more address, specify it by comma (,) delimitation.

When you detect node of a Management Server, or a subnet of Linked Server, you can omit this item.

If you omit this item, the node is detected from IPv4 subnet belonging to Management Server or Linked Server. When you specify the subnet address, the agent detects only node of the specified subnet.

Therefore, when you specify a Management Server or a subnet of Linked Server or other subnet, specify all subnet address including Management Server and subnet of Linked Server.

IP addresses in IPv4 and IPv6 formats cannot be specified collectively.

mdbad.autodiscovery.network.subnetmask

Specify the subnet mask.

For IPv6 environments, specify the length of the subnet prefix.

mdbad.autodiscovery.snmp.community

Specify the "public" for SNMP community name.

mdbad.common.ipaddress.preferIPv6

To make IPv6 address a priority when collecting configuration information of IPv4/IPv6 dual-stack environments, specify "true".

Note

Example

For IPv4 environments

# Subnet address where node is retrieved
mdbad.autodiscovery.network.address= 192.0.2.0,198.51.100.0

# Subnet mask for node retrieval

mdbad.autodiscovery.network.subnetmask=255.255.255.0

# Community name of SNMP
mdbad.autodiscovery.snmp.community=public

For IPv6 environments

# Subnet address where node is retrieved
mdbad.autodiscovery.network.address= 2001:db8:0:100::

# Subnet mask for node retrieval
mdbad.autodiscovery.network.subnetmask=64

# Community name of SNMP
mdbad.autodiscovery.snmp.community=public

For making IPv6 address a priority in IPv4/IPv6 dual-stack environments

# Using IPv6 address in preference to IPv4 address.
mdbad.common.ipaddress.preferIPv6=true