File name
calcphost.def |
Description
The calendar destination host definition file is used to define the host where the calendar information is reflected if the automatic reflecting functions of the calendar are valid and if the calendar is changed.
File Location
Windows | <Systemwalker Operation Manager installation directory>\MPWALKER.JM\mpjmcal\etc |
Solaris | /var/opt/FJSVjmcal/etc |
HP-UX | /opt/FHPjmcal/etc |
AIX | /opt/FAIXjmcal/etc |
File Format
The definition file must have the following standard format.
Specify a single destination host name or its IP address on each line, and enter a line feed code at the end of each line.
Item name | Maximum length (in bytes) | Comments |
---|---|---|
Host name | 128 | - |
IP address | 45 | Specify the physical IP address in IPv4 or IPv6 format. |
Up to 10 host names or IP Addresses can be registered. If more than 10 host names or IP addresses are stored, the first 10 host names or IP addresses are made valid.
The host name or IP address of the local node must also be registered.
The file format version is written on the first line of the file. You cannot edit this first line.
Cautions
This definition file does not exist when Systemwalker Operation Manager is installed. When the automatic reflecting functions of the calendar are made valid by the automatic calendar reflection setup command (calsetcluster), an initialized definition file is created. See "3.3 calsetcluster Calendar Auto Reflection Setup Command" for more information.
This definition file is not delivered by policy distribution.
Use the same definition file for all nodes where the calendar needs to be synchronized. When a reflection is requested by another host, it is rejected if the host is not included in the destination list of the local node.
If multiple physical IP addresses are used, such as when multiple network cards are installed, specify the hostname that is obtained by executing the "hostname" in the OS command or the corresponding IP address for that hostname in this definition file.
Example
The following gives a definition example to automatically reflect the calendar information on the hosts having the host name of host1 and host2 and IP address of 192.0.2.0 for IPv4 format and 2001:db8::123:4567:89ab:cdef for IPv6 format if the calendar is changed.
@V11L10 #Specify host names or IP addresses on the subsequent lines. host1 host2 192.0.2.0 2001:db8::123:4567:89ab:cdef
Exists in the initial status. It shows a version/level of the definition file. This line cannot be edited.
Exists in the initial status. This line can be edited.
If symbol "#" is written in column 1, this line is treated as a comment.