Provision Storage Areas¶
Disk storage spaces are used for managing and archiving the curated content. There are several storage spaces that will be accessed by the web application, curation service, and third party applications.
A storage space must be accessible by a fully qualified path that is the same for the web application, curation service, and third party applications.
If all storage areas are provisioned on the same location, they can be
differentiated using folders instead of mapping drives. For example,
z:\ingest
, z:\processing
, z:\archive
, instead
of i:\
, p:\
, and r:\
.
Note
UNC paths may be acceptable. This needs to be tested to ensure it works with the third-party software, including Clam/AV and Stata.
Ingest Space¶
Create a directory for the ingest space
Map the ingest space as a drive on the web application machine, such as
i:\
Map the ingest space as a drive on the curation service machine, such as
i:\
Give the
LocalService
account, or the user account that will run the curator service, full access to the storage location.Give the
LocalService
account, or the user account that will run the curator web application, full access to the storage location.Give the
LocalService
account, or the user account that will run the clamav service, full access to the storage location.
Processing Space¶
Create a directory for the processing space
Map the processing space as a drive on the web application machine, such as
p:\
Map the processing space as a drive on the curation service machine, such as
p:\
Give the
LocalService
account, or the user account that will run the curator service, full access to the storage location.Give the
LocalService
account, or the user account that will run the curator web application, full access to the storage location.
Archive Space¶
Create a directory for the archiving space/transfer space
Map the archiving space as a drive on the web application machine, such as
r:\
Map the archiving space as a drive on the curation service machine, such as
r:\
Give the
LocalService
account, or the user account that will run the curator service, full access to the storage location.Give the
LocalService
account, or the user account that will run the curator web app, full access to the storage location.