lotusdomino6.5:RHAS 2.1 下安装中文 Lotus Domino R 6.5 图解说明


  作为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 发生冲突。
  ⑤.升级IBM-SDK 1.4 ,IBM-JRE 1.4
  ⑥.如果把DNS配正常,也就不用下面的配置
  [root@rhas3 root]# hostname
  rhas3
  [root@rhas3 root]# vi /etc/hosts
  add line
  172.31.0.101 rhas3..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/notesdata:$PATH
  #./install
  
  ========================================================================
  Domino Server Installation
  ========================================================================
  Welcome to the Domino Server Install Program.
  
  Type h for help _disibledevent=
  
  The optional installation feature for template files is designed for
  users who are installing over a previous version of the Domino Server
  and wish to keep all previous template files. If this is not an
  installation over an existing Domino Server, all template files must
  be installed.
  
  Warning:
  To ensure proper operation of your Domino Server, we highly
  recommend installing all template files. Only select [No] if you are
  an advanced user and you know that this server already has the latest
  template files. The Domino Server will not run properly without the
  latest templates.
  -----------------------------------------------------------
Tags:  ibmlotusdomino lotusdominonotes lotusdomino lotusdomino6.5

延伸阅读

最新评论

发表评论