How do I perform a silent Installation of the Management Server with security? (NETIQKB72853)

  • 7772853
  • 09-Mar-2011
  • 10-Mar-2011

Environment

NetIQ AppManager 6.x
NetIQ AppManager 7.0.x

Situation

How do I perform a silent Installation of the Management Server with security/encryption?
What are the steps that need to be performed to perform a silent Installation of the Management Server with security/encryption?
What steps need to be performed in order to perform the a silent install of the Management Server component with security/security/encryption?
The steps of installing Management Sever silently can be found on the NetIQ AppManager Installation Guide under "Performing a Silent Install" - "Management server installation. Silent Installation of management server. The steps to install Management Sever with security are not documented, and require additional parameters to be passed in the installation string.

MS_SECURITY_CONFIG=1
MS_SECURITY_LEVEL=1
MS_SECURITY_PASSWORD=""

Resolution

Below is an example of the command line syntax that should be used to silently install a NetIQ Management Server with encryption:

msiexec.exe /i "NetIQ AppManager management server.msi" /qn INSTALLDIR="<>" MS_SECURITY_CONFIG=1 MS_SECURITY_LEVEL=1 MS_SECURITY_PASSWORD="" MS_NETIQPWD="" MS_B_WINUSER=1 MS_WINDOMAINUSER="" MS_WINPWD="" MS_RPNAME="" MS_RPSERVER_NAME=""

 

Additional Information

Formerly known as NETIQKB72853