How to determine where the filestore location is being maintained. This information is normally obtained via the Catalog GUI, but this is a method that can be performed to make that determination in the event that Catalog is inaccessible.
Release : 17.2
Component : CA SERVICE CATALOG
Run the query: select * from usm_configuration where name = 'documentroot'
Query should be run on a DB query tool against the MDB database.
The "value" column will show the path of the filestore location.