Agent Third-Party Deployment: Sample UNIX Bootstrap Configuration File

FlexNet Manager Suite 2022 R1 (On-Premises)

       # The initial download location(s) for the installation.
       # For example, http://myhost.mydomain.com/ManageSoftDL/
       # Refer to the documentation for further details.
       MGSFT_BOOTSTRAP_DOWNLOAD=http://beacon.mydomain.com:8080/ManageSoftDL/

       # The initial reporting location(s) for the installation.
       # For example, http://myhost.mydomain.com/ManageSoftRL/
       # Refer to the documentation for further details.
       MGSFT_BOOTSTRAP_UPLOAD=http://beacon.mydomain.com:8080/ManageSoftRL/

       # For subnets using IPv6, uncomment to cause the inventory agent
       # to prefer IPv6 addresses when both formats are returned. 
       # Fails over to IPv4 addresses when IPv6 is not available.
       # The default behavior when this setting is not specified
       # uses the IP version of the first address returned by the DNS and OS.
       # PREFERIPVERSION=ipv6

       # The initial proxy configuration.  Uncomment these to enable proxy configuration.
       # Note that setting values of NONE disables this feature.
       # MGSFT_HTTP_PROXY=http://webproxy.local:3128
       # MGSFT_HTTPS_PROXY=https://webproxy.local:3129
       # MGSFT_NO_PROXY=internal1.local,internal2.local

       # Check the HTTPS server certificate's existence, name, validity period,
       # and issuance by a trusted certificate authority (CA).  This is enabled
       # by default and can be disabled with false.
       # MGSFT_HTTPS_CHECKSERVERCERTIFICATE=true

       # Provide the client side certificate and private key for mutual TLS 
       # authentication support.
       # This is disabled by default and can be enabled with true.
       # MGSFT_HTTPS_ADDCLIENTCERTIFICATEANDKEY=false
       
       # Check that the HTTPS server certificate has not been revoked. This is
       # enabled by default and can be disabled with false.
       # MGSFT_HTTPS_CHECKCERTIFICATEREVOCATION=true

       # Prioritize the method of checking for revocation of the HTTPS server 
       # certificate. You can reverse the values to swap the default order.
       # MGSFT_HTTPS_PRIORITIZEREVOCATIONCHECKS=OCSP,CRL

       # These settings control the caching of HTTPS server certificate checking.
       # Default values are shown (these take effect when no settings are specified). 
       # Lifetime is in seconds. There are parallel settings for using CRL or OCSP
       # checking. See documentation for more information.
       # MGSFT_HTTPS_SSLCRLCACHELIFETIME=64800
       # MGSFT_HTTPS_SSLOCSPCACHELIFETIME=64800

       # The run policy flag determines if policy will run after installation.
       #    "1" or "Yes" will run policy after install
       #    "0" or "No" will not run policy
       MGSFT_RUNPOLICY=1

FlexNet Manager Suite (On-Premises)

2022 R1