原文请到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. Android与设计模式——单例(Singleton)模式

    概念: java中单例模式是一种常见的设计模式.单例模式分三种:懒汉式单例.饿汉式单例.登记式单例三种. 单例模式有一下特点: 1.单例类仅仅能有一个实例. 2.单例类必须自己自己创建自己的唯一实例. ...

  2. POJ 3368 Frequent values(RMQ 求区间出现最多次数的数字的次数)

    题目链接:http://poj.org/problem? id=3368 Description You are given a sequence of n integers a1 , a2 , .. ...

  3. neat算法——本质就是遗传算法用于神经网络的自动构建

    基于NEAT算法的马里奥AI实现 所谓NEAT算法即通过增强拓扑的进化神经网络(Evolving Neural Networks through Augmenting Topologies),算法不同 ...

  4. zzulioj--1813--good string(模拟)

    1813: good string Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 93  Solved: 15 SubmitStatusWeb Boa ...

  5. 32.AngularJS 表达式

    转自:https://www.cnblogs.com/best/tag/Angular/ AngularJS 表达式写在双大括号内:{{ expression }}. AngularJS 表达式把数据 ...

  6. Hadoop框架基础(一)

    ** Hadoop框架基础(一)     学习一个新的东西,传统而言呢,总喜欢漫无目的的扯来扯去,比如扯扯发展史,扯扯作者是谁,而我认为这些东西对于刚开始接触,并以开发为目的学者是没有什么帮助的,反而 ...

  7. Oracle 常用内置函数

    --绝对值 ) --求模 ,) --取整 --四舍五入 )from dual;--123.5 ) --截取 )from dual;--123.4 ) --字符串长度 --截取 select st.sn ...

  8. Java 类和对象12

    构造一辆汽车,油箱容量100L,当前里程数0,当前油量0,可以根据道路状况确定油耗,根据行驶速度与行驶时间, 输出当前油量与总里程数. public class Car_1 { // 车牌 priva ...

  9. H5操作WebSQL数据库

    HTML代码: <!DOCTYPE html> <html> <head lang="en"> <meta charset="U ...

  10. DELL T430进RAID的方式:, 硬盘损坏后的处理方式

    **DELL T430 新机安装2块硬盘后进RAID的方式: ** 一. BIOS更改 1.改启动方式为RAID mode  : 开机按F2进入BIOS 界面 --->System BIOS - ...