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

Microsoft Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.