something somewhere

welcome in there…:) Just another techki site

Domino Server installation on Linux (Centos or Redhat)

by nicolas · 30/07/2012

 

I have been struggling a little, on the configuration steps until I figured that these steps could be done remotely from a Windows Machine.

I have been taken Centos 5.7 x64 and Domino 8.5.1 and Windows Machine. (Windows)

An additional machine is needed to install the Lotus Notes Administrator in order to configure and setup the Domino Server remotely and manage it later on.

Let start by installing the Domino server on the Linux machine; Before starting to install you do need to prepare the platform.

  • (Linux RHEL only) Disable SELinux on any RedHat operating system:
  1. Open the /etc/selinux/config file for editing.
  2. Locate the SELINUX setting.
  3. Change its value to either disabled or permissive.
  4. Save and close the file.
  5. Restart the Linux server.
  • Create your Domino Notes group and user.
  1. groupadd notes
  2. useradd -G notes notes

Now, you can start the installer running the command:

# ./install
Lotus Domino for Unix Install Program
------------------------------------
You have to set environment variable DISPLAY to run in graphic mode
Answer Yes to continue in console mode
Answer No to exit application.
Do you want to continue installation in console mode?[Yes]

Press Enter (Return)

Welcome to the InstallShield Wizard for Lotus Domino
The InstallShield Wizard will install Lotus Domino on your computer.
To continue, choose Next.
Lotus Domino
IBM
http://www.lotus.com
Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]

Press Enter (Return)
Next comes the License Agreement, press 1 to accept it then press 1 and press enter for next.
Here, you need to decide if you would install the domino server as Partitioned Domino server or not; In my case I need to select it.

Selecting the option below allows you to install additional ....etc
Data directory.
Warning: If you do not have an existing Domino Server on your
system, please do not check the box below for the option to add data
directories only. [ ] 1 - Install Data Directories Only for Partitioned Domino Server
 To select an item enter its number, or 0 when you are finished: [0] 0

press 0 and hit enter

[] 1 - Install Data Directories Only for Partitioned Domino Server
To select an item enter its number, or 0 when you are finished: [0]

Press return to go to next

Lotus Domino Install Location
Please specify directory or press Enter to accept the default directory.
Program Files Directory Name [/opt/ibm/lotus]

Press Return to accept the default.

Server with more than one partition
Answer Yes to install partitioned server
Answer No to install non-partitioned server
Partitioned Server: [No]

Press Return to accept and Press 1 for next step and press return again,

Lotus Domino Install Location
Please specify a directory or press Enter to accept the default directory.
Data Files Directory Name [/local/notesdata]

Press return and 1 to go to next screen,

Lotus Domino Install Location
Please specify a directory or press Enter to accept the default directory.
Data Files Directory Name [/local/notesdata] Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 1 --------------------------------------------------------------------------
Input Unix/Linux user name and group name panel User Name [notes] notes Group Name [notes]
Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]

Press Enter/return,

Select Server Setup

After the installation completes, for new installation server setup will be
launched and for upgrade the server will be restarted automatically. The default value is "Manual Server Setup" which does not launch server setup
or restart the server after installation. Select "Local Server Setup" to launch server setup after a new server
installation or to restart the server after a server upgrade. Select "Remote Server Setup" to launch server setup in listen mode for new
server installations. You will then be able to connect to the server with the
Remote Server Setup tool. [ ] 1 - Local
[ ] 2 - Remote
[X] 3 - Manual To select an item enter its number, or 0 when you are finished: [0] 2

Here, you need to select the option tow (2) unless you have installed Gnome on your linux, the configuration required to be done from a Windows Machine.

 Choose the setup type that best suits your needs.

[ ] 1 - Domino Utility Server
Installs a Domino server that provides application services only. Note
that it does not include support for messaging services. See full
licensing text for details. [ ] 2 - Domino Messaging Server
Installs a Domino server that provides messaging services. Note that it
does not include support for application services or Domino clusters. [X] 3 - Domino Enterprise Server
Installs a Domino server that provides both messaging and application
services. [ ] 4 - Customize Domino Server
Allows you to select the features you want to install. To select an item enter its number, or 0 when you are finished: [0]

I have kept the default, this means Domino Enterprise Server, as I defined the role of the machine being Messaging Service and also Lotus Applications.

Lotus Domino will be installed in the following location:

 Program Files: /opt/ibm/lotus
Data Files: /local/notesdata
Domino Kit Type: EnterpriseServer Unix Install Options:
User Name: notes1
Group Name: notes
Install Data Only: No
Start Server Setup: Yes (Remote) with the following features: Program Files
Billing Support
Clustering Support
Data Files
Required Templates
Administration Templates

This is the overview before the installation starts; Press 1 and hit return to effectively start the installation.

Once the installation is over, it will run in remote configuration mode on the port 8585.

From the Windows Machine, you need to install the Domino Administrator. Once it’s done.

open a Dos windows. Navigate to the Lotus Notes path (default: c:\program files (x86)\ibm\lotus\notes) and run this command:

c:\Program Files (x86)\IBM\Lotus\Notes>"c:\Program Files (x86)\IBM\Lotus\Notes\s
erversetup" -remote

This window will appear, enter the IP that you have set for the Domino Server

Press the OK button to proceed.

– click Next at the first screen

Select  Setup your first server or standalone

– Enter the name of the server and title and click on NEXT

– Enter your Org ‘s name and enter the password, click on NEXT

– Enter the DDN (Domain domino name) and click on NEXT

– Add the admin credential, and select the option, also save a local copy of the ID file and click on NEXT

– Select the following types of services as below:

– Click twice on NEXT to start to apply the settings, from the next screen as below keep the default selected and again click on NEXT

– select, I want to make additional copy of the IDs as these would be locally on your windows machine.

– click on NEXT and the setup button to apply the settings on the server.

– click on finish button, popup will appears that state the the Server would stop listening.

To start the Domino server, log using the notes account, navigate to /local/notesdata/ and run the command:

/opt/ibm/lotus/bin/server

If you need the domino server to automatically start at each boot, use this script and article from my site:

http://www.somethingsomewhere.net/start-domino-server-on-linux-automatically-at-the-boot-up

 

 

Tags: centosdominoinstallationlinuxlotusserver

Domino Server installation on Linux (Centos or Redhat) – something somewhere的更多相关文章

  1. linux centos&Ubuntu&RedHat更换软件源

    linux三大版本更换软件源 前排提示,有的源可能已经失效,如果发现请留言或自行寻找其他源. 1.centos mv /etc/yum.repos.d/CentOS-Base.repo [--path ...

  2. VNC Server Installation on CentOS 6.5

    In my case I have a fresh installed CentOS6.5 Server on which I will be installing the VNC-server so ...

  3. Linux/centos/redhat下各种压缩解压缩方式详解

    1.zip命令 zip -r myfile.zip ./* 将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件. 2.unzip unzip -o -d ...

  4. CentOS和Redhat发行版linux内核版本的对应关系

    由于Redhat和CentOS的发行版本现在众多,所以我们应该知道CentOS和Redhat及linux内核之间版本的对应关系对维护系统还是很有帮助的.对应的列表如下: Redhat 9.0————— ...

  5. redhat linux/CentOS 6/7 如何关闭防火墙?

    redhat linux/CentOS 6/7 如何关闭防火墙?关闭防火墙iptables的具体命令如下: 临时性的完全关闭防火墙,可以不重启机器(但是重启服务器后iptables防火墙服务会自动随系 ...

  6. Linux主流发行版本配置IP总结(Ubuntu、CentOS、Redhat、Suse)

    我们先了解下IP的概念 IP地址简介 电脑连接互联网的必要条件:IP地址+子网掩码+网关+DNS IP地址是上网的唯一标识 - IPv4地址分类: IPv4地址分为A-E共计5类地址,其中A.B.C是 ...

  7. Linux CentOS 6.6安装JDK1.7

    Linux CentOS 6.6安装JDK1.7 目录 1.下载JDK 2.卸载JDK 3.安装JDK 3.1..rpm后缀格式JDK安装方式 3.2..tar.gz后缀格式JDK安装方式 4.验证安 ...

  8. Centos和Redhat的区别和联系

    网上看到的,转载给大家 CentOS与RedHat的关系: RedHat在发行的时候,有两种方式:二进制的发行方式以及源代码的发行方式.无论是哪一种发行方式,你都可以免费获得(例如从网上下载),并再次 ...

  9. CentOS 与 RedHat 关系和区别

    转自http://www.aixchina.net/club/archiver/tid-26784.html CentOS 发行版介绍 CentOS 是 Community ENTerprise Op ...

随机推荐

  1. js作用域、异步——学习笔记

    所有的 for if switch while do 等等,都属于块级作用域,里面声明的对象,外面也能访问.但function 函数里的作用域,在函数外是访问不到的. 但函数作用域里面可以访问外面. ...

  2. IKanalyzer、ansj_seg、jcseg三种中文分词器的实战较量

    转自:http://lies-joker.iteye.com/blog/2173086 选手:IKanalyzer.ansj_seg.jcseg 硬件:i5-3470 3.2GHz 8GB win7 ...

  3. headroom.js使用

    为页面顶部多留些空间.在不需要页头时将其隐藏 需要添加的css代码 .headroom { transition: transform 200ms linear; } .headroom--pinne ...

  4. Android RxJava 2.0中backpressure(背压)概念的理解

    英文原文:https://github.com/ReactiveX/RxJava/wiki/Backpressure Backpressure(背压.反压力) 在rxjava中会经常遇到一种情况就是被 ...

  5. 富士康的盈利秒杀99%的A股公司:3星|《三联生活周刊》2018年10期

    三联生活周刊·最美的数学:天才为何成群到来(2018年10期) 本期专题是数学和成都,我都跳过去没看.其他内容也还有点意思. 总体评价3星. 以下是本期一些内容的摘抄,#号后面是kindle电子版中的 ...

  6. HDU_1233_还是畅通工程

    还是畅通工程 Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Subm ...

  7. [HNOI2006]最短母串 (AC自动机+状压)

    Description 给定n个字符串(S1,S2,„,Sn),要求找到一个最短的字符串T,使得这n个字符串(S1,S2,„,Sn)都是T的子串. Input 第一行是一个正整数n(n<=12) ...

  8. Django之auth登录认证

    前言:我们在开发一个网站的时候,无可避免的需要设计实现网站的用户系统.此时我们需要实现包括用户注册.用户登录.用户认证.注销.修改密码等功能,这还真是个麻烦的事情呢. Django作为一个完美主义者的 ...

  9. vue项目中添加百度地图功能及解决遇到的问题详解

    第一步,在百度地图开放平台 申请密钥 (如果有密钥可以省略此步骤,朋友有也可以借) 地址:http://lbsyun.baidu.com/ 第二步,创建应用并填写表单(下面链接可参考) http:// ...

  10. MFC获取各窗口指针句柄

    MFC在很多的对话框操作中,我们经常要用到在一个对话框中调用另一个对话框的函数或变量.可以用如下方法来解决.   HWND hWnd=::FindWindow(NULL,_T("Sphere ...