What is the proper setting to install only the Dynatrace Server piece in msiexec?
The documentation says "ADDLOCAL=DiagnosticsServer". I can't get that to install the exe. I can get it to install if I leave the ADDLOCAL off the command.
Answer by Stefan F. ·
Hi Corey,
please use the following command line:
msiexec /passive /i C:\dynatrace-.msi ADDLOCAL="DiagnosticsServer,JRE,WindowsService"
Unfortunately the documentation is a little outdated and not complete - I will take care that this section is updated. Sorry for the inconvenience.
Kind regards,
Stefan
Answer by brian h. ·
I seem to be having issues with the silent installation as well.
From my script:
msiexec /i "D:\IIS\dynatrace\dynatrace-agent-5.0.0.3772.msi" /passive /lie INSTALLDIR="E:\Program Files\dynatrace" APPDIR="E:\Program Files\dynatrace"
ADDLOCAL="DiagnosticsAgent,DotNetAgent,IIS7Agent" /log "E:\dtinstall.log" /quiet
The installation of the Dynatrace agent v5 completes successfully, however results in an error:
"Bootstrap agent (dtagent.dll) is not loaded, but has been acticvatred..."
Restarting the WAS and WWW services will not resolve error. Rebooting server did not resolve error.
If I remove feature section then reinstall agent the error clears up.:
"ADDLOCAL="DiagnosticsAgent,DotNetAgent,IIS7Agent"
Anyone have an idea what's wrong?
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 12, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 12, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 12, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 12, 4:00 pm CET / 10:00 am ET
Register here