The information configuration file in conjunction with ROR (acminfo_for_ror.conf) is a file in which to configure various information required to automatically set the host information setting file and the guest information setting file.
The information configuration file in conjunction with ROR exists in the following path. It is required to specify all setting items.
[Path of information configuration file in conjunction with ROR]
$BASEDIR_OPT/FJSVswstf/etc/acminfo_for_ror.conf
* $BASEDIR_OPT indicates a package installed directory.
[Content of information configuration file in conjunction with ROR]
HOST_PORT=portNumber GUEST_PORT=portNumber GUEST_SUBNETS=subnetAddress subnetAddress subnetAddress RETRY_NUM=numberOfRetrials RETRY_INTERVAL=retrialInterval
Specify each item in the following format:
Be sure to specify the key name of each item in uppercase.
The space before and after a key name is ignored.
Specify an equal mark "=" between a key name and a value.
The value is from the first character (excluding space and tab) found after an equal mark (=) till the last character (excluding space and tab) of the line.
If any invalid key name is specified, the specification is ignored.
If the same key exists, the last specified value is valid.
A line beginning with a sharp "#" is regarded as a comment line.
If there is any blank character before a sharp "#", the blank character is ignored and it is regarded as a comment line.
The lines and blank lines of other format than those above are all ignored.
Key Name | Value | Details |
---|---|---|
HOST_PORT | Port number of AdvancedCopy Manager's agent on KVM host | Specify one port number of the AdvancedCopy Manager's agent on KVM host. This information is set in port number (port) of the host information setting file in the AdvancedCopy Manager's agent on guest side. Specifiable value is a decimal number between 0 and 65535. By default, 1226 is configured. |
GUEST_PORT | Port number of AdvancedCopy Manager's agent on KVM guest | Specify one port number of the AdvancedCopy Manager's agent on KVM guest. This information is used to communicate with the AdvancedCopy Manager's agent on KVM guest. Specifiable value is a decimal number between 0 and 65535. By default, 1226 is configured. |
GUEST_SUBNETS | Subnet address of KVM guest | From the ROR's manager installed environment, specify the subnet address of LAN permitted to communicate with the AdvancedCopy Manager's agent on KVM guest. If there are multiple segments in the subnet address and multiple subnet addresses are specified, separate them with one-byte space or tabs as a delimiter. For a specified value, according to the subnet mask of a target subnet, specify the network address as follows: Example: Subnet mask: 255.255.255.0 Since nothing is configured by default, be sure to configure the subnet mask. |
RETRY_NUM | Number of retrials for recoverable error | Specify the number of retrials when a recoverable error is detected. Specifiable value is a decimal number between 0 and 1000. If zero (0) is specified, it is not retried. By default, 30 is configured. |
RETRY_INTERVAL | Retrials interval for recoverable error(second) | Specify a retrial interval (second) when a recoverable error is detected. Specifiable value is a decimal number between 5 and 1800. If zero (0) is specified at the head, it is ignored. By default, 120 is configured. |
Specification example:
# Host Information HOST_PORT=1226 # Guest Information GUEST_PORT=1226 GUEST_SUBNETS=10.111.111.0/24 10.111.112.0/24 # set_acmconf Control Information RETRY_NUM=30 RETRY_INTERVAL=120