Configure

Start of changeYou can use the NCServiceManager-OS400.sh script file to configure Service Manager. NCServiceManager-OS400.sh is located in the following directory on the IBM System i:
HOD_install_directory>/lib/samples/NCServiceManager/. 
End of change
Start of changeTo configure the Service manager settings, perform the following tasks:
  1. Access the directory /<HOD install directory>/lib/samples/ NCServiceManager/. Here, <HOD install directory> is the location or path where Host On-Demand has been installed. For example, /QIBM/ProdData/Host On-Demand/.
  2. Open the NCServiceManager-OS400.sh file.
  3. Verify that the runtime variables are correct and correspond with your environment. Change the default values of the runtime variables if they do not correspond with your environment. These include the following:
    • • Location of the JRE: JAVA_ENGINE

      Update the value of the JAVA_ENGINE to the complete path or location of the jre installed on the system. It must be Java V6 or higher. It must point to <java_installation>/bin/java in the Java installation directory.

    • • Location of the Host On-Demand publish directory on the server: MY_HOD_DIRECTORY

      Verify, and update if necessary, the value of MY_HOD_DIRECTORY to the complete path of the Host On-Demand installation directory. It must be the installation directory of Host On-Demand and the directory contains /bin, /lib and other folders of Host On-Demand. Generally, this value is updated once at the time of installation. For example, /QIBM/ProdData/Host On-Demand.

    • • Target paths specified within the command file: MY_PUBLISHED_DIRECTORY

      Verify, and update if necessary, the value of MY_PUBLISHED_DIRECTORY to the complete path of the Host On-Demand Publish directory. Generally, it is the <HOD_Installation>/HOD directory, where <HOD_Installation> is the Host On-Demand installation directory.

  4. Confirm that NCServiceManager-OS400.sh has the necessary execute permissions and authorized to write to directories in the Host On-Demand installation on the server.
End of change