Installing a BIRT iHub cluster : Finding the BIRT iHub home directory : How to find the home directory for BIRT iHub on a Linux system
 
How to find the home directory for BIRT iHub on a Linux system
If you use the C Shell on a Linux system, you can look in your .cshrc file to see the value of AC_SERVER_HOME:
$ setenv AC_SERVER_HOME /usr/local/AcServer
If an iHub process is running on the system, you can also use the following ps command piped to the grep command to find the pmd11 executable, which runs from the iHub home bin directory:
# ps -ef | grep pmd