Directories

Packages

The repository server caches packages in the EGO_TOP/eservice/rs/.cache/.global directory. The directory can be modified by changing RS_STORAGE_DIR in the rs.xml service file. If your cluster uses a shared EGO directory, the repository server cache directory is located under the EGO shared directory.

The repository server deploys packages in the EGO_TOP/eservice/rs/deploy/.global directory on each host.

Logs

The repository server logs to the EGO_TOP/eservice/rs/log directory. The debug level can be configured by modifying the EGO_TOP/eservice/rs/conf/rs.log4j.properties file. For example, change INFO to DEBUG in the following line, by changing:

"log4j.rootLogger=INFO, RS"

to

"log4j.rootLogger=DEBUG, RS"

rsdeploy agent

The rsdeploy agent starts from the EGO_TOP/eservice/rs/work directory, and logs to that location. The rsdeploy agent starts the install/uninstall command from the deployed location directory.