歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> Linux資訊 >> 更多Linux >> RHAS 2.1 下安裝中文 Lotus Domino R 6.5 圖解說明

RHAS 2.1 下安裝中文 Lotus Domino R 6.5 圖解說明

日期:2017/2/27 9:33:48   编辑:更多Linux
  作為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.   -----------------------------------------------------------




Copyright © Linux教程網 All Rights Reserved