Deployment directories

File deployment uses the repository service which runs on the primary host, and an rsdeploy agent which runs on each compute host. During file package deployment, the repository service and the rsdeploy agent use different directories.

Packages

The repository service deploys packages in the following directory on each host:
  • For Linux® : $EGO_TOP/soam/deploy
  • For Windows: Installation_top\soam\deploy
The repository service caches packages in the following directory:
  • For Linux: $EGO_CONFDIR/../../eservice/rs/.cache
  • For Windows: %EGO_CONFDIR\..\..\eservice/rs\.cache

To modify this location, change RS_STORAGE_DIR in the EGO_TOP/eservice/esc/conf/services/rs.xml (Linux) or Installation_top\eservice\esc\conf\services\rs.xml (Windows) service file. If your cluster uses a shared directory, the repository server cache directory is located under the shared directory.

rsdeploy agent

The rsdeploy agent starts from the $EGO_TOP/eservice/rs/work (Linux) or Installation_top\eservice\rs\work (Windows) directory, and logs to that location. The agent also starts the install or uninstall command from the deployed location directory.