File name
mdr_cfmg_srv.properties |
Description
This file defines the discovery operations for hardware configuration information and virtual environment configuration information.
File location
[Windows]
<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\config |
[Linux]
/etc/opt/FJSVcfmgm/config |
File format
SUBNET_ADDRESS_MANAGEMENT_LAN=xxx.xxx.xxx.0[,yyy.yyy.yyy.0]... |
Parameters
This parameter sets the information related to the discovery of hardware information and the virtual environment information.
Multiple specifications: Not possible
Key | Meaning | Value | Initial value | Default value | Remarks |
---|---|---|---|---|---|
SUBNET_ADDRESS_MANAGEMENT_LAN | Specify the subnet address of the admin LAN the VM guest will connect to. When a VM guest has multiple IP addresses, identify the IP address that belongs to the specified admin LAN as the IP address of the VM guest. | Specify the subnet address in the xxx.xxx.xxx.0 format. When specifying multiple subnet addresses, delimit them using commas. | None | None | If this is omitted, or there are no IP addresses belonging to the specified admin LAN, identify the IP address of the first NIC of the VM guest as the IP address of the VM guest. |
Notes
Changes to the definition are reflected the next time discovery is performed.
Examples
When using the subnet, 192.168.10.0, as the admin LAN
SUBNET_ADDRESS_MANAGEMENT_LAN=192.168.10.0 |
When using the subnets 192.168.10.0 and 192.168.11.0 as the admin LAN
SUBNET_ADDRESS_MANAGEMENT_LAN=192.168.10.0, 192.168.11.0 |