Installation and Configuration
Before KeyView can filter NSF files, you must set up the Lotus Notes client or Lotus Domino server. Full configuration is not required. The following steps outline the minimal setup for NSF filtering.
Windows
- Install the Lotus Notes client or Lotus Domino server. You do not need to configure the client or server.
-
Make sure that the
notes.ini
file is in theinstall\lotus\notes
directory, whereinstall
is the directory where Lotus Notes is installed. If the file does not exist, create an ASCII file namednotes.ini
, and add the following text:[Notes]
- Add the
install\lotus\notes
and the KeyViewbin
directory to thePATH
environment variable. Micro Focus recommends that you add the KeyViewbin
directory because the Lotus Notes installation might contain older KeyView OEM libraries.
Solaris
- Install Lotus Domino server. You do not need to configure the server.
-
Make sure that the
notes.ini
file is in theinstall/lotus/notes/latest/sunspa
directory, whereinstall
is the directory where Lotus Notes is installed. If the file does not exist, create an ASCII file namednotes.ini
, and add the following text:[Notes]
-
Add the
install/lotus/notes/latest/sunspa
directory to thePATH
environment variable:setenv PATH install/lotus/notes/latest/sunspa:$PATH
-
Add the
install/lotus/notes/latest/sunspa
and the KeyViewbin
directory to theLD_LIBRARY_PATH
environment variable:setenv LD_LIBRARY_PATH keyview_bin:install/lotus/notes/latest/sunspa:$LD_LIBARY_PATH
where
keyview_bin
is the location of the KeyViewbin
directory. Micro Focus recommends that you add the KeyViewbin
directory because the Lotus Notes installation might contain older KeyView OEM libraries.
AIX 5.x
- Install the
bos.iocp.rte
file set if it is not already installed, and reboot the machine. See the Lotus Domino server documentation for more information. - Install Lotus Domino server. You do not need to configure the server.
-
Make sure that the
notes.ini
file is in theinstall/lotus/notes/latest/ibmpow
directory, whereinstall
is the directory where Lotus Notes is installed. If the file does not exist, create an ASCII file namednotes.ini
, and add the following text:[Notes]
-
Add the
install/lotus/notes/latest/ibmpow
directory to thePATH
environment variable:setenv PATH install/lotus/notes/latest/ibmpow:$PATH
-
Add the
install/lotus/notes/latest/ibmpow
and the KeyViewbin
directory to theLIBPATH
environment variable:setenv LIBPATH keyview_bin:install/lotus/notes/latest/ibmpow:$LIBPATH
where
keyview_bin
is the location of the KeyViewbin
directory. Micro Focus recommends that you add the KeyViewbin
directory because the Lotus Notes installation might contain older KeyView OEM libraries.
Linux
- Install Lotus Domino server. You do not need to configure the server.
-
Make sure that the
notes.ini
file is in theinstall/lotus/notes/latest/linux
directory, whereinstall
is the directory where Lotus Notes is installed. If the file does not exist, create an ASCII file namednotes.ini
, and add the following text:[Notes]
-
Add the
install/lotus/notes/latest/linux
directory to thePATH
environment variable:setenv PATH install/lotus/notes/latest/linux:$PATH
-
Add the
install/lotus/notes/latest/linux
and the KeyViewbin
directory to theLD_LIBRARY_PATH
environment variable:setenv LD_LIBRARY_PATH keyview_bin:install/lotus/notes/latest/linux:$LD_LIBRARY_PATH
where
keyview_bin
is the location of the KeyViewbin
directory. Micro Focus recommends that you add the KeyViewbin
directory because the Lotus Notes installation might contain older KeyView OEM libraries.