Requirements for hosts with multiple network interfaces

Hosts that have multiple network interfaces require additional configuration to work with HCL VersionVault.

If any HCL VersionVault host (client or server) has two or more network interfaces, you must create a file on that host which lists each of its host names. After you create or modify this file, you must stop and restart HCL VersionVault so that the changes take effect.
  • On Linux and the UNIX system, the file is /var/adm/hcl/versionvault/config/alternate_hostnames.
  • On Windows®, the file is versionvault-home-dir\var\config\alternate_hostnames.
For example, suppose that the NIS hosts database includes these entries for a host that runs Linux or the UNIX system:
159.0.10.16 widget river-005 wid
159.0.16.103 widget-gte river-105
In this case, the file alternate_hostnames on this host must contain these entries:
widget
widget-gte

Note that only the first host name in each hosts entry must be included in the file. The file must list each host name on a separate line. (You cannot include comments; all lines are significant.) If a host does not have multiple network interfaces, this file must not exist on that host.