原文请到ftp.jms165.com下载,是用上传用户            
                  
                 (RHAS3+ksnapshot+OperOffice1.0制做完成)
     作为IBM系列产品全面支持Linux的一部分,其下的DominoServer从R5.0.2开始,也开始提供基于Linux的版本。本文将以RedHatAS2.1为例,从几个方面介绍在Linux平台上进行DominoServer的安装与配置的整个过程。另外此安装过程再Redhat 7.3 Redhat 8.0 Redhat 9.0上均通过。
   
   一。安装前准备:
     ①.RedHat AS 2.1 安装类型选择:
         Installation type --->; Advanced Server
        当然完全安装也行。
     ②.安装好后将kernel 升级为2.6.4
     ③.确保有足够的磁盘空间。和交换分区(RAM=1G ,SWAP=1G)
     ④.确保没有启动httpd , sendmail 否则会和Domino 发生冲突。
     ⑤.升级IBMJava-SDK 1.4 ,IBMJava-JRE 1.4
     ⑥.如果把DNS配正常,也就不用下面的配置
       [root@rhas3 root]# hostname
       rhas3
       [root@rhas3 root]#      vi /etc/hosts
        add line
        172.31.0.101            rhas3.linux.com    FQDN名称
        172.31.0.101            rhas3             主机名称

二安装并配置Domino Server

1.安装

创建notes用户和组,因为Domino Server 默认用户和用户组就是”notes”
目的是程序目录和数据目录归notes用户所拥有,再一个以notes用户身份运行程序再一定程度上能保证系统安全。这一点再windows系统上是少见的。

#useradd notes
     #passwd notes

安装结束后,先前设置的“notes”用户帐号就可以开始发挥作用了,以下的步骤可以退出root身份,新notes登录后进行,当然也可以不切换。
     添加系统搜寻路径
     #su - notes
     $PATH=$PATH:/local/notesdata      
     或者编辑.bashrc
     $vi .bashrc
     add line
     PATH=/local/notesdata650) this.width=650;" alt="" src="http://linux.chinaunix.net/bbs/images/smilies/shy.gif" border="0" smilieid="8" />PATH
     #./install

   2.配置
  
    经过18次按TAB键后,安装终于结束,好累呀休息一会。接下来就要配置了,Domino Server R6.5与R5.x不同它要再GUI下才能完成配置,而我的服务起没有显示器,我只好想了下面的方法。

[root@rhas3 root]# ssh 172.31.0.2
      root@172.31.0.2's password:******
      Last login: Sun May  2 15:39:33 2004 from 172.31.0.101
      [root@rhas2 root]# export DISPLAY=172.31.0.101:0
      [root@rhas2 root]# xterm
     切换用户身份“-”表示连notes的环境变量都变过去。
      #su –-  notes
      启动配置进程。如果是第一次配置Dmino6.5则显示以下配置界面,这一点和WIN安装下是一样的。
      $/opt/lotus/bin/server

install f图片-1

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 2.jpg (26.89 KB) 2004-4-29 14:38

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099785437.jpg" border="0" />
 

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 1.jpg (36.88 KB) 2004-4-29 14:29
  domino-install-1

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099801921.jpg" border="0" />
install-图

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 4.jpg (43.69 KB) 2004-4-29 14:48
  4.jpg

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099814515.jpg" border="0" />
 

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 3.jpg (44.07 KB) 2004-4-29 14:47
  3.jpg

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099826687.jpg" border="0" />
大家也可以在安装好了后去定制服务,LDAP如果你不用的话最好不要勾上(占资源)

[Notes]
Directory=/local/notesdata
KitType=2
UserName=
CompanyName=
NotesProgram=/opt/lotus/notes/65000/linux
CleanupScriptPath=/opt/lotus/bin/nsd -batch
FaultRecovery_Build=Release 6.5
Timezone=-8
DST=0
DSTLAW=4,1,1,10,-1,1
SHARED_MAIL=0
DisableLDAPOnAdmin=1
Passthru_LogLevel=0
Console_LogLevel=2
DefaultMailTemplate=mail6.ntf
Preferences=32
ServerTasks=Update,Replica,Router,AMgr,AdminP,CalConn,Sched,HTTP,IMAP,POP3
ServerTasksAt1=Catalog,Design
ServerTasksAt2=UpdAll
ServerTasksAt3=Object Info -Full
ServerTasksAt5=Statlog
TCPIP=TCP, 0, 15, 0
"/local/notesdata/notes.ini" [已转换] 64L, 1419C              1,1          顶端

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 7.jpg (37.39 KB) 2004-4-29 15:01
  7

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099839593.jpg" border="0" />
 

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 6.jpg (45.54 KB) 2004-4-29 14:56
  对于Domino 5.08 5.09在安装到此步骤要求输入firt name middle last name 少一个都不行在Domino R6.x中只?br>

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099853390.jpg" border="0" />
install

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 11.jpg (37.27 KB) 2004-4-29 15:09
  11
650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207099867843.jpg" border="0" />

 

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> 9.jpg (34.17 KB) 2004-4-29 15:08
  主意若要在insternet顺利手法邮将最好用FQDN名称

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207100002453.jpg" border="0" />
17.jpg (105.11 KB) 2004-4-29 15:31
  $ /opt/lotus/bin/server

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207100012843.jpg" border="0" />
汉化过程略,其实就是吧ntf模板替换成中文的。

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> m-3.jpg (69.27 KB) 2004-4-29 16:11
  ds

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207100028390.jpg" border="0" />
 

650) this.width=650;" class="absmiddle" alt="" src="http://linux.chinaunix.net/bbs/images/attachicons/image.gif" border="0" /> m-1.jpg (40.81 KB) 2004-4-29 16:08
  试一下吧

650) this.width=650;" alt="" src="http://img1.51cto.com/attachment/200804/200804021207100045562.jpg" border="0" />
 
 

本文出自 “李晨光原创技术博客” 博客,请务必保留此出处http://chenguang.blog.51cto.com/350944/69548

Linux企业应用--RHAS 2.1 下安装中文 Lotus Domino R 6.5 图解的更多相关文章

  1. Linux 下安装中文字体

    本文以安装黑体为例,简单演示如何在Linux下安装中文字体. 环境信息介绍 [root@thatsit ~]# cat /etc/redhat-release CentOS Linux release ...

  2. 在CentOS 5下安装中文五笔

    由于习惯使用五笔,需要在CentOS5 下安装中文五笔输入法. 刚装好的 CentOS 5默认是没有中文输入 法的.只能显示英文,有中文字符的文件名呈现乱码. 首先挂载CentOS的系统安装盘,在安装 ...

  3. ubuntu14.04英文环境下安装中文输入法

    ubuntu14.04英文环境下安装中文输入法 发表于1年前(2014-07-12 20:12)   阅读(4478) | 评论(0) 3人收藏此文章, 我要收藏 赞1 9月19日成都 OSC 源创会 ...

  4. Debian下安装中文包和输入法

    Debian下安装中文包和输入法 #aptitude install locales(没有aptitude的话可以先安装apt-get insall aptitude )  #dpkg-reconfi ...

  5. Linux 下安装中文 ctex 指南

    大家在用 $\LaTeX$ 进行中文排版时相信会遇到不少问题,而$\textbf{ctex}$套装的出现则有效的解决了这一问题,只要安装了$\textbf{ctex}$那么在文中不用进行引用设置就可以 ...

  6. linux系统,在centos7环境下安装jdk步骤

    记录一下安装jdk1.8版本的出错过程: 按照这个博客内容安装的,以及修改文件权限博客 [Linux]CentOS7下安装JDK详细过程 [Linux]目录文件权限的查看和修改[转] 1.安装的jdk ...

  7. <linux报错解决>在Fedora21下安装vmware报错的解决办法

    关于VMWARE WORKSTATION在Fedora21下的安装问题 (1)在Fedora21下安装vmware如果在终端下启动,提示你找不到内核头文件Kernel Headers的话使用命令: s ...

  8. ubuntu 英文系统下安装中文输入法

    环境:ubuntu15.10 64位 英文版 软件:fcitx输入法框架,及多种拼音输入法 linux的英文系统会比中文少很多麻烦,特别是在命令行输入路径的时候,如果路径是中文将是一件很头疼的问题.但 ...

  9. Kali linux 2016.2(Rolling)里安装中文输入法

    写在前面的话 关于中文输入法,实在是有太多了.当然,你也不可以不安装,(安装了增强工具即可),在windows 里输入中文,复制进去即可. 但是呢,想成为高手,还是要学会安装和使用各版本的中文输入法. ...

随机推荐

  1. 使用Jmeter工具对http接口进行压力测试

    1.访问apache官网下载Jmeter工具 地址:https://jmeter.apache.org/download_jmeter.cgi 2.解压压缩包后运行bin目录下jmeter.bat启动 ...

  2. 紫书 习题 8-24 UVa 10366 (构造法)

    又是一道非常复杂的构造法-- #include<cstdio> #include<algorithm> #define REP(i, a, b) for(int i = (a) ...

  3. numpy学习笔记 - numpy数组的常见用法

    # -*- coding: utf-8 -*- """ 主要记录代码,相关说明采用注释形势,供日常总结.查阅使用,不定时更新. Created on Mon Aug 20 ...

  4. Activity生命周期的运行流程

    Activity的生命周期运行流程:  ·当Activity第1次被启动:     ·onCreate()->onStart()->onResume()  ·当Activity被遮挡后再次 ...

  5. BZOJ 3130 二分+网络流

    思路: 不被题目忽悠就是思路 二分一下max 判一下等不等于最大流 搞定 7 9 1 1 2 3 1 3 3 2 3 3 3 4 2 3 5 2 3 6 1 4 7 2 5 7 2 6 7 2 这里有 ...

  6. HibernateProperties 配置属性

    Hibernate properties Hibernate配置属性 属性名 用途hibernate.dialect ;一个Hibernate Dialect类名允许Hibernate针对特定的关系数 ...

  7. PullToRefreshListView的刷新和加载的控制

         pullToRefresh.setMode(Mode.BOTH);   Mode.BOTH:同时支持上拉下拉 Mode.PULL_FROM_START:只支持下拉Pulling Down M ...

  8. Spring SpEL in JSP and Assign SpEL value to Java variable in JSP

    Spring SpEL in JSP and Assign SpEL value to Java variable in JSP method 1 use----ServletContextAttri ...

  9. pandas学习系列(一):时间序列

    最近参加了天池的一个机场航空人流量预测大赛,需要用时间序列来预测,因此开始使用python的pandas库 发现pandas库功能的确很强大,因此在这记录我的pandas学习之路. # -*- cod ...

  10. WebRTC Native APIs

    WebRTC Native APIs The WebRTC Native APIs implementation is based on W3C’s WebRTC 1.0: Real-time Com ...