Install the Domino server 7 on aix 5L 5.2

第一部分:系统环境要求 

1、硬件平台: IBM 44P 170 


2、系统平台:  

[tsm]/#oslevel -r 
5200-03  

3、系统内核 

[tsm]/#bootinfo -y #64-bit的硬件 
64 
[tsm]/#bootinfo -K #64-bit的Kernel 
64 

4、必须的patch 

AIX 5.2 ML03 # 打到最高即可,我这里懒惰了 

IY23157 
x1C.aix**.rte 
bos.iocp.rte  

这里注意:安装完bos.iocp.rte之后,系统必须重新启动,否则没有/dev/iocp0逻辑设备名产生 

5、AIX I/O completion ports 设置  

[tsm]/#lsdev -C -H |grep iocp 
iocp0 Defined I/O Completion Ports 

smitty iocp 

Configure Defined I/O Completion Ports 

[tsm]/#lsdev -C -H |grep iocp 
iocp0 Available I/O Completion Ports 使之成为Available的 

6、中文环境 

如果需要使用Domino server中文环境,则在这里还需要安装操作系统的中文包。 

第二部分: 安装前的操作系统定制 

1 停止sendmail 和 httpd进程  

[tsm]/#stopsrc -s sendmail 
0513-044 The sendmail Subsystem was requested to stop. 
[tsm]/#chrctcp -d sendmail 

[tsm]/#ps -ef | grep sendmail 
root 15594 15632 1 20:28:20 pts/1 0:00 grep sendmail 
[tsm]/#ps -ef | grep httpd 
imnadm 12642 1 0 19:11:44 - 0:00 /usr/IMNSearch/httpdlite/httpdlite -r /etc/IMNSearch/httpdlite/httpdlite.conf 
root 15600 15632 0 20:28:26 pts/1 0:00 grep httpd  

[tsm]/#vi /etc/inittab 

注释下面一行 

:httpdlite:2:once:/usr/IMNSearch/httpdlite/httpdlite -r /etc/IMNSearch/httpdlite/httpdlite.conf & >/ 
dev/console 2>&1 

2、创建 Notes 组  

[tsm]/#mkgroup -A notes 

3、创建 notes 用户 
[tsm]/#mkuser pgrp=notes groups=staff,notes home=/server1 notes 

4、创建一个逻辑卷 For domino 数据目录 

[tsm]/#mklv -ydominodatalv oravg 100 
dominodatalv 

5、创建一个逻辑卷 for Domino二进制数据目录 

[tsm]/#mklv -ydominobinlv oravg 50 
dominobinlv 

6、创建一个文件系统 for domino数据目录 

[tsm]/#smitty crjfslvstd  

其中逻辑卷选择 dominodatalv , mountpoint 填写 /server1 auto mount 选择 yes  

7、 创建一个文件系统 for domino二进制数据  

[tsm]/#smitty crjfslvstd  

其中逻辑卷选择 dominobinlv , mountpoint 填写 /usr/domino auto mount 选择 yes  

8、mount 创建好的FS 

[tsm]/#mount /server1 
[tsm]/#mount /usr/domino 
[tsm]/#df 
Filesystem 512-blocks Free %Used Iused %Iused Mounted on 
/dev/hd4 16384 3544 79% 1208 30% / 
/dev/hd2 2605056 552080 79% 23579 8% /usr 
/dev/hd9var 16384 12816 22% 208 11% /var 
/dev/hd3 49152 47432 4% 33 1% /tmp 
/dev/hd1 16384 15776 4% 18 1% /home 
/dev/tsm_data 1638400 1211208 27% 81 1% /tsm_data 
/dev/domino_data 3276800 1733344 48% 253 1% /domino_data 
/dev/dominodatalv 1638400 1586872 4% 17 1% /server1 
/dev/dominobinlv 819200 793384 4% 17 1% /usr/domino 

9、改变新建文件系统的宿主 

[tsm]/#chown -R notes:notes /server1 
[tsm]/#chown -R notes:notes /usr/domino 

10、 检查AIX内核配置  

[tsm]/#lsattr -El sys0 | grep maxuproc 
maxuproc 128 Maximum number of PROCESSES allowed per user True 

第三部分:Domino server的安装 

1、[tsm]/domino_data/domino#./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. 
-------------------------------------------------------------------------------------------------- 

选择tab 继续 

2、 

=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

A lot of new features have been added to the Domino Server. 
In order to install your server correctly, please read the Domino 
Server release notes first, then run your installation. Otherwise, 
you may experience problems when using the new features. 

--------------------------------------------------------------------------------------------------- 
Type e to exit the Install program. 
Press ESC to return to the previous screen 
Press TAB to continue to the next screen. 
--------------------------------------------------------------------------------------------------- 
选择TAB继续 

3、 

=================================================================================================== 
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继续 

4、下一屏要求阅读许可协议(License agreement)。 

Press any key to continue  

Program Name: IBM Lotus Domino 7.0 - Beta,The evaluation period begins on the date that you agree to the terms of this Agreement and ends after 90 days. 
Program-unique Terms 

IBM Lotus Domino 7.0 (the "Program") may be accompanied by a copy of IBM DB2 Universal Database 
(the "Additional Program"). The Additional Program may be accompanied by a separate license. 
Notwithstanding anything to the contrary in these separate license terms, you may use the 
Additional Program solely and exclusively in conjunction with your evaluation of the Program 
during the evaluation period, and for no other purpose. Nothing herein shall be deemed to modify 
or restrict any valid licenses you may have to any other IBM software programs which you acquired 
separately from the Program. 

D/N: L-GHUS-5S3PEE 
P/N: L-GHUS-5S3PEE 
Press the Escape key to go back to the previous screen 
or 
Press the Tab key to continue... 

5、=================================================================================================== 
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来accept  

6、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

Here you are given the option to install additional or upgrade 
existing Server Partitions. Selecting "Yes" below will allow 
you to specify which Data directories to install. Only those 
Data directories specified will be upgraded or added. 

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 ]  

这里选择 NO ,按TAB即可选择继续 

7、=================================================================================================== 
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] 

这里我们安装Domino Enterprise Server , 可以按空格键进行选择  

8、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

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. 

--------------------------------------------------------------------------------------------------- 
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 all template files for this Domino Server? [Yes] 

这里选择YES , 按TAB键继续 

9、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

The option to setup an ASP server refers to the configuration of an 
Application Service Provider server. This type of server can only be 
configured after an Enterprise Server installation. 
Selecting "Yes" below will cause the Domino Setup program to configure 
the server appropriately for ASP functionality. This will add security 
features not present in a normal configuration, so do not select "Yes" 
unless an ASP configuration is specifically required for this server.  

The default value is "No", which is recommended for performing server 
upgrades and/or non-ASP installations. 

--------------------------------------------------------------------------------------------------- 
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 configure this server with ASP functionality? [No ] 

这里选择NO , TAB 继续 

10、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

The program directory is the path where the Install program 
installs the Domino program files. The Install program 
automatically adds "lotus" to the path. 

--------------------------------------------------------------------------------------------------- 
Press ENTER to retain the current setting 
or 
Type a new setting and press ENTER. 
--------------------------------------------------------------------------------------------------- 

Current program directory setting : /opt/lotus 

New program directory setting : /usr/domino 

更改安装程序路径,TAB继续 

11、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 
The Domino Server software no longer requires the /opt/lotus soft link for 
handling multi-Domino Server installations on a single operating system. 
You can now select your own option for the /opt/lotus soft link feature 
if you have chosen a directory other than /opt/lotus for installation. 

--------------------------------------------------------------------------------------------------- 
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 create /opt/lotus soft link for this Domino Server? [Yes] 

这里选择YES ,TAB继续  

12、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

You will now be prompted for information on how to install one or 
more Domino Data Directories.  

Please note that the UNIX user and group names asked for will own 
all of the data directories specified.  

The system will own the program files. 

--------------------------------------------------------------------------------------------------- 
Type e to exit the Install program. 
Press ESC to return to the previous screen 
Press TAB to continue to the next screen. 
-------------------------------------------------------------------------------------------------- 

13、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

You can run more than one Domino Server on a single computer 
at a time based on this installation. This feature is called 
Domino Partitioned Servers,and requires separate Data Directories 
for each Domino Server to be run. 

--------------------------------------------------------------------------------------------------- 
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. 
--------------------------------------------------------------------------------------------------- 

>>>Do you want to run more than one server based on this installation? [No ] 

14、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

The data directory is the path where the Install program 
installs the Domino data files. 

--------------------------------------------------------------------------------------------------- 
Press ENTER to retain the current setting 
or 
Type a new setting and press ENTER. 
--------------------------------------------------------------------------------------------------- 

Current data directory setting : /local/notesdata 

New data directory setting : /server1 

15、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

Please enter the Domino UNIX user name. This UNIX user will own the 
Domino data files, and be used to run the Domino Server. 

NOTE for the upgrade installer: 
The Domino UNIX user name/account name you specify here must be the same 
as the owner of the existing installed data files for proper operation 
of Domino. 

--------------------------------------------------------------------------------------------------- 
Type h for help. 
Type e to exit the Install program. 
Press ESC to return to the previous screen. 
Press ENTER to edit a setting. 
Press TAB to accept a setting and continue to the next screen. 
--------------------------------------------------------------------------------------------------- 

Current UNIX user setting : notes 

16、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

Please enter the Domino UNIX group. This UNIX group will own the 
Domino data files. The Domino UNIX user must be a member 
of this group. 

NOTE for the upgrade installer: 
Domino UNIX group/account group you specify here must be the same as 
the owner of the existing installed data files for proper operation 
of Domino. 

--------------------------------------------------------------------------------------------------- 
Type h for help. 
Type e to exit the Install program. 
Press ESC to return to the previous screen. 
Press ENTER to edit a setting. 
Press TAB to accept a setting and continue to the next screen. 
--------------------------------------------------------------------------------------------------- 

Current UNIX group setting : notes 

17、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

This optional feature is for single local Domino Server installations only. 
For new server installations, server setup will be launched automatically 
after the installation is complete. For upgrade installations, the server 
will be restarted automatically after the installation is complete. 

The default value is "Manual Server Setup" which does not launch server setup 
or restart the server after installation. The installation will complete and 
you will then have to launch server setup or restart the server manually. 

Select "Local Server Setup" to launch server setup after a new server 
installation or to restart the server after a server upgrade. 

Select "Remote Server Setup" to launch server setup in listen mode for new 
server installations. You will then be able to connect to the server with the 
Remote Server Setup tool.  

--------------------------------------------------------------------------------------------------- 
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 server setup method: [Manual Server Setup] 

这里我们选择“人工服务器安装” 

18、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 

Your configuration of the Install program is complete. 

By continuing, the Install program will first allow 
you to review your configuration settings before 
beginning the installation. 

--------------------------------------------------------------------------------------------------- 
Type e to exit the Install program. 
Press ESC to return to the previous screen 
Press TAB to continue to the next screen. 
------------------------------------------------------------------------------------------------- 
19、=================================================================================================== 
Domino Server Installation 
=================================================================================================== 
Installation settings: 

Installation type : Domino Enterprise Server 

Install template files : Yes 
Server Setup Method : Manual Server Setup 
Configure to ASP Server: No 
Create /opt/lotus link : Yes 

Program directory : /usr/domino/lotus 
Data directory : /server1 
UNIX user : notes 
UNIX group : notes 

Press the Escape key to re-configure the settings 
or 
Press the Tab key to perform the installation... 

20、 

The Domino Server installed successfully. 

Please manually configure the Domino Server as follows: 
1) Login as the appropriate UNIX user: notes; 
2) Change to the data directory using the command: cd /server1; 
3) Configure the server using the command: /usr/domino/lotus/bin/server 
To configure the server remotely, the remote server setup tool 
is required and you can use the command: 
/usr/domino/lotus/bin/server -listen 
After issuing this command, additional instructions will appear 
for remote server setup. For additional details, see the section 
Using the Domino Server Setup program remotely in the Lotus Domino 
Administrator Help documentation. 

这里最后的提示告诉我们如何开始进行Domino Server的配置。 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值