What are the minimum file privileges required for an OS account to deploy using AppManage?
book
Article ID: KB0091166
calendar_today
Updated On:
Products
Versions
TIBCO Administrator
-
Not Applicable
-
Description
Resolution: Description: ============ A OS account (user2) that did not create the TIBCO domain needs access to it so that the user2 can execute deployments via AppManage only. What are the minimum file privileges required in order to accomplish this?
Environment: =========== Operating System(s): ALL TIBCO Runtime Agent: ALL TIBCO Administrator: ALL
Symptoms: ======== If the correct file permissions are not set then the following error may occur:
2) Domain Name <DOMAIN> specified does not exist. Please make sure you have typed it correctly
3) com.tibco.sdk.MNestedException: "Operation error: when creating sink, /opt/tibco/tra/domain/<DOMAIN>/logs/Administrator.log(MFileSink)."/opt/tibco/tra/domain/<DOMAIN>/logs/Administrator.log (Permission denied)
Resolution: ========== The user2 must be in the same OS group as the account(user1) that created the domain. For example user1 and user2 are in the tibco group. The following are the mininmum file privileges required.
- <TRA_HOME>/5.x/bin/AppManage (requires group read,execute and write permissions) - <TRA_HOME>/domain/<DOMAIN>/AdministrationDomain.properties (requires group read permissions) - <TRA_HOME>/domain/<DOMAIN>/AuthorizationDomain.properties (requires group read permissions) - <TRA_HOME>/domain/DomainHomes.properties (requires group read permissions) - <TRA_HOME>/domain/<DOMAIN>/logs (requires group read and write permissions on this directory) - <TRA_HOME>/domain/<DOMAIN>/logs/Administrator.log (requires group read and write permissions even if AppManage is run from a client machine) - <TRA_HOME>/domain/<DOMAIN>/logs/ApplicationManagement.log (requires group read and permissions)
Note that the same file changes (except AppManage and DomainHomes.properties) will need to be carried out for each applicable domain.
Issue/Introduction
What are the minimum file privileges required for an OS account to deploy using AppManage?