Recipe Management Server Installation and Configuration in Silent Mode
- Last UpdatedJun 07, 2024
- 2 minute read
Sample response file for Server installation and configuration:
<responsefile>
<install>
AdminUserForm.SDomainName=<domain name>
AdminUserForm.SUserName=<user name>
AdminUserForm.SPassword=<password>
AdminUserForm.SCreateLocal=false
FeatureForm.SFeatureList= AVEVA Recipe Management.RecMngrPlusCoreServerComponents
</install>
<configurator>
AVEVA Enterprise Licensing Platform.LicAPI2.NewServerName=<License Server Node Name>
AVEVA Enterprise Licensing Platform.LicAPI2.NewPortNumber=55555
AVEVA Enterprise Licensing Platform.LicAPI2.NewAgentPortNumber=59200
AVEVA Enterprise Licensing.LicAPI2.LegacyPortNumber=55555
Common Platform.ASBRuntime.HttpPort=80
Common Platform.ASBRuntime.HttpsPort=443
Common Platform.ASBRuntime.ManagementServerPort=443
Common Platform.ASBRuntime.ManagementServerName=<machine name> (input the Managment Server name which need to be configured as Community Management Server)
Common Platform.ASBRuntime.AsbManagedCertificates=true
Common Platform.ASBRuntime.BindingCertificateThumbprint=<thumbprint> (optional required if AsbManagedCertificates = false, otherwise remove this parameter)
Common Platform.ASBRuntime.UserName=username
Common Platform.ASBRuntime.Password=password (UserName and Password parameters are not required if the current logged in user is authenticated to access the Management Server, you can remove the parameters if they are not required)
Common Platform.ASBRuntime.IsRedundantSsoServer = true (Note: ensure ManagementServerName to be the remote node machine name, not the local node machine name)
Common Platform.ASBRuntime.SuitelinkMixedModeEnabled=<true or false> ('false' indicates 'SuiteLink accepts only encrypted connection requests'. 'true' indicates ‘SuiteLink accepts both encrypted and unencrypted connection requests (recommended only during upgrade scenarios or for supporting legacy applications)’. Refer to "Creating a Response File" section in Install Guide for more details.)
Common Platform.ASBRuntime.NmxAllowAllUsers=<true or false> ('false' indicates 'allow only authorized users to use NMX’. 'true' indicates ‘allow all users to use NMX (NOT RECOMMENDED)’. Refer to "Creating a Response File" section in Install Guide for more details.)
Common Platform.ASBRuntime.DisplayLoginMode=0 (0 – Not specified (defaults to System Browser),1 – WebView2 embedded browser,2 – System Browser)
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SSQLServerName = <SQL Server Node Name>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SWindowsAuthentication = true
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SAppPoolUserName = <user name>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SAppPoolPassword = <password>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SAIMHost = <AIM Host Name>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SClientRegistrationUser = <user name>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SClientRegistrationUserPassword = <password>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SHttpsPort = 443
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SAIMPort = 443
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SDeployReportsIsChecked = true
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SSSRSSQLInstanceName = <SSRS Node Name>
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SSSRSWindowsAuthentication = true
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SIntegratedToAppsServer = true
AVEVA Recipe Management.RecMngrPlusCoreServerComponents.SExistingCertificateName = <Certificate Name>
</configurator>
</responsefile>