Notes.ini Entry



Name:

    NUI_NotesDir

Syntax

    NUI_NotesDir=Path

Applies to:

    Servers - zLinux

Add-on:


    First Release:

      7.0.2

    Obsolete since:


      Category:

        Environment

      Default:

        None

      UI equivalent:

        None

      Description:
      When you run the install script for a fix pack for Lotus® Domino® 7.0.2 server for zLinux, the following error occurs:

      "linux153:/opt/ibm/lotus/zlinux/domino # $echo $NUI_NOTESDIR
      -bash: /opt/ibm/lotus/notes/latest: is a directory
      linux153:/opt/ibm/lotus/zlinux/domino # ./install
      /opt/ibm/lotus/notes/latest is not a valid Domino directory: it doesn't contain notes/latest.

      You must create the environment variable NUI_NOTESDIR as path of the directory that contains notes/latest. E.g., for the default path /opt/lotus/notes/latest NUI_NOTESDIR=/opt/lotus export NUI_NOTESDIR"

      A listing of the directory /opt/ibm/lotus shows that this is the location of the code. This is also the default value for the install for Domino on zLinux:

      linux153:/opt/ibm/lotus/zlinux/domino # cd /opt/ibm/lotus/notes/latest
      linux153:/opt/ibm/lotus/notes/latest # ls -la
      total 8
      drwxr-xr-x 3 root root 96 May 28 21:38 .
      drwxr-xr-x 3 root root 96 May 28 21:37 ..
      lrwxrwxrwx 1 root root 6 May 28 21:38 linux -> zlinux
      drwxr-xr-x 6 root daemon 8320 May 28 21:37 zlinux
      linux153:/opt/ibm/lotus/notes/latest #

      This issue has been reported to Quality Engineering as SPR# HANA73RHGN.

      The workaround is to export NUI_NOTESDIR=/opt/ibm/lotus, or the correct directory for the base code. The Readme file shipped with the fix packs has been updated to reflect this information starting with 7.0.2 fix pack 2 (FP2).