Chapter 4 After Installing on UNIX : All UNIX Installations—Directory Permissions

All UNIX Installations—Directory Permissions
This section explains what directory permissions must be set to enable users to use the system.
Permissions for BusinessEvents Directories
All TIBCO BusinessEvents users must have read, write, and execute permissions for the following directories:
bin and Log Directories
 
$TIBCO_HOME/be/3.0/bin
$TIBCO_HOME/be/3.0/bin/logs
$TIBCO_HOME/tra/3.0/logs
For example, if TIBCO BusinessEvents has been installed in /opt/tibco, the user who installed TIBCO BusinessEvents should execute the following commands:
 
% chmod 777 /opt/tibco/be/3.0/bin/
% chmod 777 /opt/tibco/be/3.0/bin/logs
% chmod 777 /opt/tibco/tra/3.0/logs
(Other changes can be made using the chown command as needed.)
You can verify ownership and permissions using the long listing command, ls -l.
Palettes Directory
In addition, the palettes directory must be writable by all users who will use TIBCO Designer. Users must have write permission for this directory to be able to use the Java activity's Compile button.
$TIBCO_HOME/be/3.0/lib/palettes
Alternatively, change the Java activity's compilation directory by changing the value of java.property.javaCode in the .tra file that is used to start TIBCO BusinessEvents (designer.tra for the TIBCO Designer GUI or the appropriate .tra file for the engine if running from a deployment).
Permissions for Decision Manager and RMS Directories
bin Directory
All Decision Manager and RMS users must have read, write, and execute permissions for the rms/bin directory.
TIBCO_HOME/be/3.0/rms/bin
See Permissions for BusinessEvents Directories for some helpful tips.
RMS Project Directory
Users must have read, write, and execute permissions for the directory where RMS projects are located. By default, the product ships with multi-project configuration and the base location is set to:
$TIBCO_HOME/be/3.0/rms/examples.
You can configure RMS in single-project or multi-project mode using properties in the BE_HOME/rms/bin/be-rms.tra file. Set permissions on the directories specified in the properties:
For multi-project configuration   rms.projects.baselocation directory
For single-project configuration  rms.project.location directory
RMS directory
The owner of the BE_HOME/rms/ directory must be the user who runs the RMS server.
To run the server, execute BE_HOME/rms/bin/be-rms.exe (or be-rms.sh, depending on your operating system).