Skip Navigation

Examples for the Linux Configuration File

Use the following parameters in the plain text file used to configure the agent on your Linux devices. This is required to ensure all Agents properly communicate with . Use the DNS for your virtual appliance.
Example of third-level domain name (login.hybrid.com):
InstallRegistrationURL=<hybridurl>
Example:
https://login.hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example:
hybrid.com
InstallInfinityURL=<hybridurl>
Example:
https://login.hybrid.com
Example of second-level domain name (hybrid.com):
InstallRegistrationURL=<hybridurl>
Example:
https://hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example:
hybrid.com
InstallInfinityURL=<hybridurl>
Example:
https://hybrid.com
Example:
echo InstallToken=YourInstallationToken > config_defaults.txt echo InstallRegistrationURL=<hybridurl> >> config_defaults.txt echo InstallTrustedSuffix=<hybridurlsuffix> >> config_defaults.txt echo InstallInfinityURL=<hybridurl> >> config_defaults.t