- 论坛徽章:
- 0
|
这是我在RHEL4 成功安domino 6.5及7.01的安装手记
如何在Redhat as400 下安装domino R65
首先要安装好 Rehl4 ,并一定要选择开发工具包,将开发工具选好,再选择
支持老的软件包(有5个选项,这点很关键)
然后 用root用户 vi /etc/profile
export JAVA_HOME=/usr/java/jdk1.6.0
export PATH=$JAVA_HOME/bin PATH
export CLASSPATH=.:JAVA_HOME/lib/dt.jar JAVA_HOME/lib/tools.jar
并要创建好用户notes,和群组notes
现在要准备下载三个软件包
IBMJava2-JRE-1.4.1-1.0.i386.rpm
IBMJava2-SDK-1.4.1-1.0.i386.rpm
jdk-6-linux-i586-rpm.bin
将他们下载到 /home/notes
rpm -ivh IBMJava2-JRE-1.4.1-1.0.i386.rpm
rpm -ivh IBMJava2-SDK-1.4.1-1.0.i386.rpm
chmod +755 jdk-6-linux-i586-rpm.bin
./jdk-6-linux-i586-rpm.bin
然后 vi /home/notes/.bash_profile
export LD_ASSUME_KERNEL=2.2.5
重启电脑
mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd
cd /mnt/dvd
cd linux
./install
首先要创建 notes(用户),ntoes(群组)
>>> Do you agree to the terms of the license agreement ? [Yes]
按TaB 继续
>>>Do you want to install data directories only? [No ]
按Tab 继续
>>> Select Setup type : [Domino Enterprise Server]
按Tab 继续
>>>Do you want to install all template files for this Domino Server? [Yes]
按Tab 继续
>>>Do you want to configure this server with ASP functionality? [No ]
按Tab 继续
Current program directory setting : /opt/lotus
按Tab 继续
Please manually configure the Domino Server as follows:
1) Login as the appropriate UNIX user: 'edinotes';
2) Change to the data directory using the command: 'cd /local/notesdata';
3) Configure the server using the command: '/opt/lotus/bin/server'
To configure the server remotely, the remote server setup tool
is required and you can use the command:
'/opt/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.
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.
按Tab 继续
>>>Do you want to run more than one server based on this installation? [No ]
按Tab 继续
Current data directory setting : /local/notesdata
按Tab 继续
Current UNIX user setting : notes
按回车键改成 edinotes
Current UNIX group setting : notes
按回车键改成 edinotes
>>>Select server setup method: [Manual Server Setup]
按Tab 继续
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.
按Tab 继续
nstallation settings:
Installation type : Domino Enterprise Server
Install template files : Yes
Server Setup Method : Manual Server Setup
Configure to ASP Server: No
Program directory : /opt/lotus
Data directory : /local/notesdata
UNIX user : edinotes
UNIX group : edinotes
Press the Escape key to re-configure the settings
or
Press the Tab key to perform the installation...
按Tab 继续
切换程序用户notes
进入 /local/notesdata
执行 /opt/lotus/bin/server
........大功告成 |
|