原文请到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. 洛谷 P1070 道路游戏

    设为第i秒获得的最大值 表示从当前世界是j,从pos走k步到当前点i的最大价值 注意这里的sum可以利用前面的值逐步累加. 我开始做的时候没有想到这一点单独求,然后就超时了. 同时要注意循环的循序问题 ...

  2. 紫书 习题 8-21 UVa 1621 (问题分析方法)

    知道是构造法但是想了挺久没有什么思路. 然后去找博客竟然只有一篇!!https://blog.csdn.net/no_name233/article/details/51909300 然后博客里面又说 ...

  3. size(A,1)

    在matlab中,size()用来返回数据序列的行数和列数.size(A,1)返回的是矩阵A所对应的行数.另外,(1)s=size(A), 当只有一个输出参数时,返回一个行向量,该行向量的第一个元素时 ...

  4. STM32是如何进入中断服务函数xxx_IRQHandler的

    今天在看stm32的中断,一时间不理解stm32主函数是如何进入中断函数的,按C编程的理解,会有个特定的入口之类的,但是看demo过程中没有发现入口. 以串口中断服务函数void USART1_IRQ ...

  5. SLF4j 和 common-logging

    http://blog.csdn.net/xydds/article/details/51606010

  6. 【Codeforces】512C Fox and Dinner

    [解析]欧拉筛法,奇偶分析.建二分图,网络流 [Analysis] http://blog.csdn.net/qq574857122/article/details/43453087. 所谓的连通块就 ...

  7. UVA 11426 GCD - Extreme (II) (数论|欧拉函数)

    题意:求sum(gcd(i,j),1<=i<j<=n). 思路:首先能够看出能够递推求出ans[n],由于ans[n-1]+f(n),当中f(n)表示小于n的数与n的gcd之和 问题 ...

  8. sql server management studio 快速折叠object explorer中的instance

    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/6e20fa7a-c0a9-496b-89b2-19c6bd996ffc/how-to ...

  9. nyoj--1011--So Easy[II](数学几何水题)

    So Easy[II] 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述 这是一道基础的计算几何问题(其实这不提示大家也都看的出).问题描述如下: 给你一个N边形.且N边形 ...

  10. [转]Zen Cart官网屏蔽中国用户访问的真正原因

    近需要到 zen cart 的官方网站查询一些资料,却发现无法访问!在网上搜索一番以后,原来如此. Zen Cart官网屏蔽中国用户访问的真正原因 作者:[鹏程万里] 日期:2011-03-26 准备 ...