Previous Topic: Create a Windows System Environment VariableNext Topic: Restart the Harvest Broker


Update the User Profile

Important! Perform the following on the Harvest-UNIX server only.

To update the user profile (.profile file)

  1. Add the following lines to the user profile (.profile file) where the Harvest broker is running:
    SD_CL_CNCTR_HOME=<complete pathname of the CMI directory>
    
    Add $SD_CL_CNCTR_HOME/bin to the PATH environment variable
    Export PATH,SD_CL_CNCTR_HOME
    

    For example, if you installed CMI_UNIX.tar to the /home directory, add the following lines to the system profile:

    SD_CL_CNCTR_HOME= /home/CMI
    PATH=”${PATH}”:$SD_CL_CNCTR_HOME/bin
    export PATH SD_CL_CNCTR_HOME
    
  2. Ensure that the system profile is executed. If you use su, run .profile explicitly as follows:
     . ~/.profile