Previous Topic: Step 3: Edit the test.properties fileNext Topic: How Harvest is Set Up


Step 4: Create the XOG_HOME System Environment Variable

Create a LINUX operating system environment variable-XOG_HOME-and define it to point to the home directory of the XOG client. After you have added the new XOG_HOME system environment variable, you must restart the Service Desk daemons for it to be registered to the Service Desk application.

To create the XOG_HOME System Environment Variable

  1. Log in as the root user in LINUX.
  2. As the root user, stop Service Desk daemons. At the command prompt, execute the following command:
    pdm_halt
    
  3. Add the following lines to the beginning of /etc/profile:
    XOG_HOME=/<path>/Clarity/XOG;
    export XOG_HOME;
    JAVA_HOME=<java installed path up to, but not including, /bin>;
    export JAVA_HOME;
    
  4. If the Service Desk privileged user is running the C or Trusted C shells, add the following line to the /etc/.login as well:
    setenv XOG_HOME /<path>/Clarity/XOG
    
  5. Exit your LINUX session.
  6. Log in to LINUX again as the Service Desk privileged user.
  7. Verify if XOG_HOME environment variable and JAVA_HOME are set correctly. At the command prompt, execute the following command:
    env
    
  8. As the Service Desk privileged user, restart the Service Desk daemons by executing the following at the command prompt:
    pdm_init