| Compatibility : | 3.4.0 |
| Editions : |    |
| Platforms : |          |
This property is only used on Linux/Unix platforms.
Enables the Wrapper to wait for the host Id at startup.
With the release of Wrapper version 3.4.0,
it's possible to install/integrate the Wrapper into the boot scripts of Unix platforms.
However, as the Server License is tied the the hostId of a Network Interface,
it may happen that the interface is not yet available at an early time while the OS is starting up.
In order to defuse this race-condition, please use this property.
When starting as daemon, the default value is TRUE, FALSE otherwise.
| Example: |
wrapper.wait_for_hostid=TRUE
|
While waiting for an interface, the Wrapper will print out every 10 seconds a short notifier to
the log file that it is waiting for an interface.
| Example of Log file: |
wrapper | Waiting for hostId(s)... (System HostId(s): xxxxx
|
It has already been seen that
some network interfaces however won't be up due to some Network Manager
who set up the interface (especially WiFi interfaces) for instance by default at log in.
It is therefore recommended to use the ethernet interface
when it's desired to start the Wrapper during booting a machine.
|
NOTE
|  |
This property is actually only necessary for Wrapper instances using a Server License.
Development and Community Licenses will not require this property.
|
|