当前位置:首页 > 服务器类 > Linux服务器 > > RHAS2.1下安装中文LotusDominoR6.5图解说明

RHAS2.1下安装中文LotusDominoR6.5图解说明

点击次数:13 次 发布日期:2008-11-29 14:23:20 作者:源代码网
源代码网推荐
源代码网推荐
源代码网推荐  作为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
源代码网推荐  new Server Partitions to be created. However, existing Data
源代码网推荐  directories do not need to be listed. Any existing Data
源代码网推荐  directories that are listed will be installed to, and old templates
源代码网推荐  in those Partitions will be overwritten.
源代码网推荐  
源代码网推荐  If you wish to add more than one Partition to your existing
源代码网推荐  Domino server, select "Yes" when asked if you want to run
源代码网推荐  multiple server partitions on this system. Otherwise you will
源代码网推荐  only be able to upgrade or install one Data directory.
源代码网推荐  
源代码网推荐  Warning:
源代码网推荐  If you do not have an existing Domino Server on your system,
源代码网推荐  please select "No" for the option to add data directories only.
源代码网推荐  
源代码网推荐  ------------------------------------------------------------------------
源代码网推荐  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 want to install data directories only? [No ]
源代码网推荐  
源代码网推荐  按TAB键继续
源代码网推荐  
源代码网推荐  ========================================================================
源代码网推荐  Domino Server Installation
源代码网推荐  =======================================================================
源代码网推荐  
源代码网推荐  
源代码网推荐  Select the type of installation you want.
源代码网推荐  
源代码网推荐  ------------------------------------------------------------------------
源代码网推荐  Type h for help.
源代码网推荐  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.
源代码网推荐  -----------------------------------------------------------------------
源代码网推荐  
源代码网推荐  >>> Select Setup type : [Domino Enterprise Server]
源代码网推荐  
源代码网推荐  
源代码网推荐  按TAB键继续
源代码网推荐  ========================================================================
源代码网推荐  
源代码网推荐  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.
源代码网推荐  -----------------------------------------------------------
源代码网推荐
源代码网推荐
源代码网推荐
源代码网推荐
源代码网供稿.
网友评论 (0)
会员中心
服务器类
本站推荐
服务器类之精华