Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
290 stars 115 forks source link

attribute used to set localRepositoryPath #287

Open anshacm opened 3 years ago

anshacm commented 3 years ago

I am unable to find the attribute that is used to set the "localRepositoryPath". By default, it is getting configured under E drive, and need to change it. Can someone help me here?

{"type":"FILESYSTEM","connectionString":"E:\DATA\arcgisserver/config-store","localRepositoryPath":"E:\arcgisserver\local","status":"Ready"}

cameronkroeker commented 3 years ago

Hello @anshacm,

This capability has not yet been added to the cookbooks. However, I have added this as an Enhancement for us to evaluate at a future release. In the meantime the localRepositoryPath can be updated via the Server Admin API:

https://<server.domain.com>:6443/arcgis/admin/system/configstore/edit

https://developers.arcgis.com/rest/enterprise-administration/server/editconfigstore.htm

Thanks, Cameron K.