How to make sure manual installation of UD agent using the command create the installation log ?

  • KM00443707
  • 02-Jun-2013
  • 19-Apr-2018

Summary

Manual UD agent failed to create install log as command mentioned doesn't have option for it.

Question

Manual installation of UD agent can be achieved using the below command and it failed to create install log.

Below is the sample of the command which can be used for manual installation.

C:> msiexec /i hp-ud-agent-win32-x86-10.01.000.441.msi /qu SETUPTYPE=Enterprise PORT=7738 TIMEOUT=900
CERTPATH=c:\UDAgentInstall PERIOD=90 SOFTWAREUTILIZATION   URL0=<IP Address > URL1=<IP Address >  URL2==<IP Address >

Answer

To generate the install log while installing the UD agent manually we need use /log option for the msiexec .

Here is the command looks like.

C:\ msiexec /i hp-ud-agent-win32-x86-10.01.000.441.msi /qu SETUPTYPE=Enterprise PORT=7738 TIMEOUT=900
CERTPATH=c:\UDAgentInstall PERIOD=90 SOFTWAREUTILIZATION URL0=<IP Address > URL1=<IP Address > URL2==<IP Address > /log <PATH FOR LOGILE>

PATH FOR LOGFILE : This can be any path where user would like to create install log.