Closed kevlam closed 4 years ago
This feature has been added to v3.5.0 cookbooks. Use the "setup_options" parameters:
node['arcgis']['server']['setup_options'] = Additional ArcGIS Server setup command line options. Default options are ''
node['arcgis']['portal']['setup_options'] = Additional Portal for ArcGIS setup command line options. Default options are ''
node['arcgis']['data_store']['setup_options'] = Additional ArcGIS Data Store setup command line options. Default options are ''.
Example usage:
"server":{
"admin_username":"<username>",
"admin_password":"<password>",
"setup":"\\\\fileshare\\ArcGIS_Server\\Setup.exe",
"authorization_file":"\\\\fileshare\\authorization_files\\server.prvc",
"setup_options":"EXPORTCONFIG=Yes CONFIGPATH=<full path and name of portal configuration file>"
},
ArcGIS Server and some other ArcGIS Enterprise products allow us to export the encrypted user configuration to an xml file which can be imported later to other ArcGIS Enterprise products. The silent install command to export the user configuration during install is something like this