•
|
•
|
•
|
macOS: /Applications/COMSOL62/ModelManagerServer
|
It is recommended to not give the user account running the Model Manager server process any permissions other than read access to the installation directory.
|
•
|
•
|
•
|
•
|
db — containing accounts, database configurations, and other server preferences.
|
•
|
logs — log files for the Model Manager server.
|
When describing a Model Manager server and its server components there are inevitable terminology collisions for the words “database” and “server”. A Model Manager server uses a SQL database server as an independent server component. A Model Manager database uses a SQL database in such a SQL database server to store a subset of its data. A SQL database server can contain multiple SQL databases, each used by a different Model Manager database.
|
•
|
The data directory for the SQL database. This is the main storage for the version control management of models and data files in repositories and branches, the version-controlled assets in asset libraries, and all user management and access control functionality. This data will inevitably grow over time, but, with a reasonably sized disk drive, it should still be fine to keep on the same computer as the Model Manager server installation. The size is also kept manageable by the fact that large binary and text data is stored externally to the SQL database, while the SQL database itself mainly stores descriptive, structural, and administrative metadata for this binary and text data.
|
•
|
The so-called resources directory for storing large binary and text data associated with models, data files, and assets. Large here typically means above a few hundred kilobytes. This includes:
|
|
The computer account running the Model Manager server must have the necessary access permissions to connect to an external SQL database server, search index server, or file server. This is typically not the case for the predefined LocalService account in Windows®.
|
•
|
data — the data directory of the managed SQL database server.
|
•
|
index — the data directory of the managed search index server.
|
•
|
resources — the managed resources directory.
|
•
|
data_backup — backup directory for the managed SQL database server.
|
•
|
resources_backup — backup directory for the managed resources directory.
|