It is a requirement to place the Foglight Management Server (FMS) installer into debug mode in order to obtain any additional information of errors that might occur during the installation process. Is this possible?
Carry out the following steps in order to obtain debug information during the FMS installation process:
Please note, however, that the output in the debug window will not be placed into a log file (this includes the InstallLog file). A copy of the output will need to be manually placed into a file before the installation is complete. A suggestion is to set a bigger screen buffer size for the output window, otherwise, certain errors may be missed.
LAX_DEBUG
.
Bourne shell:
export LAX_DEBUG=1
CSH:
setenv LAX_DEBUG true
./Foglight-[VERSION]-install_linux-x86_64.bin -DDEBUG_MODE=1 -i console
Note: The LAX_DEBUG=true is required for InstallAnywhere to generate debug info. Our -D debug switch allows us to capture that info into our logs.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center