Linux中国  设为主页
 收藏本站
 
当前位置: > 首页 ->企业应用 ->Lotus Notes ->RHAS 2.1 下安装中文 Lotus Domino R 6.5 图解说明
  相关分类: 
Lotus Notes
Office 系列教程
Outlook
Sharepoint
Windows应用技巧
  站内搜索: 
热门文章排行
热门文章排行 Domino控制台指令大全(05-31)
在Ubuntu 6.10 上安装Lotus Notes 7(04-11)
Win2003下部署Lotus Domino 7服务器(05-31)
手把手教您部署Domino 7服务器(下)(05-31)
Domino服务器命令表(05-31)
精采文章排行
精采文章排行 通过 Lotus Domino Java 代理消费 We(05-31)
在R6中如何把所有外来的smtp邮件都自(05-31)
如何用用户自定义的logo来替换iNotes(05-31)
分级 IBM Lotus Domino 邮件服务器(05-31)
Domino控制台指令大全(05-31)
  ·在R6中如何把所有外来的smtp邮件都自动地·如何用用户自定义的logo来替换iNotes Web·分级 IBM Lotus Domino 邮件服务器·Domino控制台指令大全·如何禁止Norton扫描Notes·Lotus Notes应用中多页文本的处理·Domino6新功能-间接文件及其用途·备份Domino服务器的基本原则·Domino6新功能-集中目录结构

RHAS 2.1 下安装中文 Lotus Domino R 6.5 图解说明

作者:Webmaster   来源:Linuxdby.com   点击:   日期:2007-05-31 [收藏] [投稿]

  IE是否经常中毒?推荐您

作为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/notesdata:$PATH
  #./install
  
  ========================================================================
  Domino Server Installation
  ========================================================================
  Welcome to the Domino Server Install Program.
  
  Type h for help on how to use this program.
  Press TAB to begin the installation.
  ------------------------------------------------------------------------
  Type h for help
  Type e to exit installation
  Press TAB to continue to the next screen.
  
  Domino Server Installation
  ========================================================================
  
  In order to proceed with the installation of the Domino Server,
  you must read and agree with the terms and conditions of the
  Lotus Domino Software Agreement.
  
  Press TAB to read the Lotus Domino Software Agreement.
  
  ------------------------------------------------------------------------
  Type e to exit the Install program.
  Press ESC to return to the previous screen
  Press TAB to continue to the next screen.
  
  按TAB键继续
  
  BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR USING THE PROGRAM YOU AGREE
  TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF
  ANOTHER PERSON OR A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT
  THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY, OR LEGAL ENTITY TO
  THESE TERMS. IF YOU DO NOT AGREE TO THESE TERMS,
  
  - DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, OR USE THE PROGRAM; AND
  
  - PROMPTLY RETURN THE PROGRAM AND PROOF OF ENTITLEMENT TO THE PARTY FROM WHOM
  YOU ACQUIRED IT TO OBTAIN A REFUND OF THE AMOUNT YOU PAID. IF YOU DOWNLOADED
  THE PROGRAM, CONTACT THE PARTY FROM WHOM YOU ACQUIRED IT.
  
  "IBM" is International Business Machines Corporation or one of its
  subsidiaries.
  
  "License Information" ("LI") is a document that provides information specific
  to a Program. The Program's LI is available at
  http://www.ibm.com/software/sla/ . The LI may also be found in a file in the
  Program's directory, by the use of a system command, or as a booklet which
  accompanies the Program.
  
  "Program" is the following, including the original and all whole or partial
  copies: 1) machine-readable instructions and data, 2) components, 3)
  >>> Press any key to continue <<<
  ========================================================================
  Domino Server Installation
  ========================================================================
  
  You may proceed with the installation only if you agree to the
  terms and conditions of the Lotus Domino Software Agreement.
  
  ------------------------------------------------------------------------
  Type e to exit the Install program.
  Press ESC to return to the previous screen.
  Press the Spacebar to change the setting until you get the one you want.
  Press TAB to accept a setting and continue to the next screen.
  ------------------------------------------------------------------------
  
  >>> Do you agree to the terms of the license agreement ? [Yes]
  
  
  
  
  
  
  按TAB键继续
  
  The existing Program directory must be specified in order for

 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<

上一页12 3 4 5 下一页

上一篇:在Unix平台中通过脚本来启动和停止Domino和Domino控制器所用的参数   下一篇:Lotus Domino Web Access 客户机性能提高
文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论

   相关文章:
·通过 Lotus Domino Java 代理消费 Web 服

   文章评论:(1条)
  
 请留名: 匿名评论   点击查看所有评论 论坛讨论
 

 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。