Skip to main content

IBM Domino: Install a hotfix on RHEL

Reference: http://www-01.ibm.com/support/docview.wss?uid=swg21381950

The hotfix installation MUST be run as root (sudo root is not recommended).

Shut down all Domino server partitions. All Domino server partitions must be shutdown during the hotfix installation.

Example of install FP7 on RHEL.

tar -xvf ./domino901FP7_linux64_x86.tar




Set NUI_NOTESDIR environmental variable and run install

NUI_NOTESDIR=/opt/ibm/domino/

export NUI_NOTESDIR

./install
































Login as notes to start server

su notes

cd /local/notesdata

/opt/ibm/domino/bin/server




Popular posts from this blog

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS. Install-WindowsFeature Web-WebServer Check after installing Get-WindowsFeature *Web*

Microsoft Azure Repos

Azure Repos Documentation