LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1022|回复: 9

在要FC6死活安装不了Domino和Lotus Notes ,在RHEL就很正常,是什么原因!!

[复制链接]
发表于 2007-3-2 09:57:46 | 显示全部楼层 |阅读模式
附上在RHEL 4的安装方法:
如何在Redhat as400 下安装domino R65

首先要安装好 Rehl4 ,并一定要选择开发工具包,将开发工具选好,再选择
支持旧的软件包(有5个选项,这点很关键)

然后 用root用户 vi /etc/profile
export JAVA_HOME=/usr/java/jdk1.6.0
export PATH=$JAVA_HOME/binPATH
export CLASSPATH=.:JAVA_HOME/lib/dt.jarJAVA_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: 'notes';
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 : notes
UNIX group : notes


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


.......进行具体的设置.大功告成
发表于 2007-3-2 16:47:03 | 显示全部楼层
楼主你的lotus notes在哪里有下载的
回复 支持 反对

使用道具 举报

发表于 2007-3-2 17:45:43 | 显示全部楼层
1. 楼主为什么需要3个jdk ?
2. 可能是程序在安装的时候监测系统,建一个/etc/redhat-release , 内容为
   Red Hat Enterprise Linux AS release 4
3. FC和RHEL在某些方面是有所不同的,在安装oracle 10g的时候就出现过,没在FC下装过Domino和Lotus Notes 不方便发表更有建设性的意见!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:22:25 | 显示全部楼层
是从电驴下的,有domino 7版, 包括中文语包,还有Lotus Notes  for  Linux客户端
http://lib.verycd.com/2006/06/23/0000108031.html
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:23:25 | 显示全部楼层
另外, 上面的安装方法是网上找的, 但是我在安装时做了几处修改.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:24:48 | 显示全部楼层
附上在RHEL 4的安装方法:
如何在Redhat as400 下安装domino R65

首先要安装好 Rehl4 ,并一定要选择开发工具包,将开发工具选好,再选择
支持旧的软件包(有5个选项,这点很关键)

然后 用root用户 vi /etc/profile
export JAVA_HOME=/usr/java/jdk1.6.0
export PATH=$JAVA_HOME/binPATH
export CLASSPATH=.:JAVA_HOME/lib/dt.jarJAVA_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: 'notes';
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
按Tab 继续

Current UNIX group setting : notes
按Tab 继续

>>>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 : notes
UNIX group : notes


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


.......进行具体的设置.大功告成
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:26:01 | 显示全部楼层
我的qq是77228262, msn:apexzlm@msn.com 有兴趣的话一起研究下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:27:12 | 显示全部楼层
===============================================================================

        IBM Lotus Domino Server 7.0.1 Language Pack Installer Readme File

===============================================================================

Licensed Materials - Property of IBM

(c) Copyright IBM Corporation 2002, 2006 All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GS ADP Schedule Contract with IBM Corp.
IBM, Domino, iNotes, Lotus, Lotus Notes and Notes are trademarks of IBM
Corporation in the United States, other countries, or both.

Microsoft is registered trademarks of Microsoft Corporation in
the United States, other countries, or both.

Java and all Java-based trademarks and logos are trademarks or registered
trademarks of Sun Microsystems, Inc. in the United States, other countries, or
both.

===============================================================================



Contents
--------

1. IBM Lotus Domino Server 7.0.1 Language Pack Installer

2. System Requirements

3. Translated Templates and Installation Types

4. Before Using the IBM Lotus Domino Server Language Pack Installer

5. Setting Up and Running the IBM Lotus Domino Server Language Pack Installer

6. Upgrading - Recommendations and Instructions

7. Silent Install

8. Issues and Solutions



===============================================================================

1. IBM Lotus Domino Server 7.0.1 Language Pack Installer

===============================================================================

The IBM Lotus Domino Server Language Pack Installer adds, replaces, and removes
language packs from your Domino server. Language packs include translated
versions of standard Domino system templates such as the Discussion and Mail
templates as well as certain binary files required by the server.

You can customize the language pack installation by choosing which language
packs and templates to add, which ones to replace, and which ones to remove
from the Domino server.

For more information about using the IBM Lotus Domino Server Language Pack
Installer, refer to the help available from the installation wizard.

See the IBM Lotus Notes/Domino 7 Release Notes for other additional Language
Pack information.



===============================================================================

2. System Requirements

===============================================================================

In this list of supported platforms, IBM JVM 1.4.2 or later is only required if
you are not using the launcher files because a JVM is included in the launcher
files. This applies to all platforms except i5/OS, where JVM is not bundled
with the product. A launcher file contains a JVM and the information needed to
launch a Language Pack Installer, that is, a jar file. Therefore, the launcher
file is not the Language Pack Installer, but has the ability to launch the
installer.

The following platforms are supported:
IBM i5/OS (TM)
    V5R3
    V5R4

IBM zSeries(TM)
    z/OS Version 1, Release 5 and above
    z/OSe Version 1, Release 5 or later
    SuSE LINUX Enterprise Server(SLES) 8 on zSeries (31-bit)
    SuSE LINUX Enterprise Server(SLES) 9 on zSeries (64-bit)
    RedHat Enterprise Linux(RHEL) 4 on zSeries (64-bit)

Linux
    SuSE LINUX Enterprise Server(SLES) 8
    SuSE LINUX Enterprise Server(SLES) 9
    RedHat Enterprise Linux(RHEL) 4 (32-bit)

Solaris
    Solaris 9/SPARC
    Solaris 10/SPARC

IBM AIX(R)
    AIX 5.2
    AIX 5.3

Microsoft(R) Windows(R)
    Windows 2000 Server
    Windows 2000 Advanced Server
    Windows Server 2003 Standard Edition
    Windows Server 2003 Enterprise Edition


* For i5/OS users
  To use LODRUN or RUNJVA command for installation, 5722JV1 option 6 is
  required. For Java Development Kit on i5/OS system, see Programming - Java
  section of iSeries Information Center.

* For UNIX users
  X Window System support is required to run on UNIX platforms.


For more information about IBM Lotus Domino 7.0.1 server requirements, see the IBM
Lotus Notes/Domino 7.0.1 Release Notes.



===============================================================================

3. Translated Templates and Installation Types

===============================================================================

Language Pack Installer offers three installation types or options: add,
replace, and remove. Each is described here.

--------------------------------
Add language packs to the server
--------------------------------
Installs language packs by merging translated forms, views, and other design
elements with your existing language templates. The Language Pack Installer
also installs additional files for Web enablement. You can add more than one
language pack to the Domino server, and you can select which templates to add
to the server. By default, the Language Pack Installer adds all translated
templates to the server.

-------------------------------
Replace existing language packs
-------------------------------
Overwrites the current language of the server with the selected language pack.
You can only replace one language pack at a time.

--------------------------------------
Remove language packs from the server
--------------------------------------
Uninstalls specified language packs from the Domino server by removing the
translated forms, views, and other design elements from your templates. You can
only remove languages added by previous installs of Language Pack Installer.

----------------
One-time Install
----------------

To install language packs on your system, the appropriate version of the Domino
server must also be installed. In this release, the IBM Lotus Domino Server
Language Pack Installer can install both the Domino server and the language
packs.

One-time install is supported on the following platforms:
    Microsoft Windows
    IBM AIX
    Sun Solaris/SPARC
    Linux for Intel

To install the Domino server and language packs using the Language Pack
Installer, select "Yes" when you are prompted as to whether to install the
English Domino server.

If you only want to install language packs, select "No".


--------------------------------
Sample usage of one-time install
--------------------------------

Use one-time install in these situations:

1. You do not have a Domino server on your system, but you want to use
a single-language Domino server or a multilingual Domino server.

Use one-time install, to install the language pack(s) and the Domino servers
using one installation wizard.

2. You have an older version Domino server installed  on a system.

Use one-time install to run one install wizard to upgrade your Domino
server to the latest version with your favorite languages.


-------------------------------
Limitations of one-time install
-------------------------------

1. One-time install does not support customized installation on Microsoft
Windows.

One-time install provides the following options for installing the Domino
server: Messaging, Utility, and Enterprise server. If you want to install
components, for example, Help files, use the Domino installer and install the
Domino server and language packs separately.

2. One-time install does not create the /opt/ibm/lotus soft link.

On UNIX platforms, you cannot create the /opt/ibm/lotus soft link using
one-time install. If you want the installer to create the /opt/ibm/lotus soft
link, use the Domino installer and install the Domino server and the language packs
separately.

3. On UNIX platforms, copy the Domino installer files to a temporary location
before using one-time install.

Language Pack installer does not support CD-ROM exchange; therefore, you must
copy all of the Domino installer files or the Language Pack files to a
temporary location on the local disk.


----------------------------
List of translated templates
----------------------------
The following templates are translated for all languages.
The list details the template name, template file name, and the type of
installation, that is, Replace and/or Add.

------------------------------------------
Template Name [File name] --> Install Type
------------------------------------------
Domino Directory [pubnames.ntf] --> Replace only

Extended Mail (R7) [mail7ex.ntf] --> Replace, Add

Discussion - Notes & Web (7) [discsw7.ntf] --> Replace, Add

TeamRoom (7) [teamrm7.ntf] --> Replace, Add

Personal Address Book [pernames.ntf] --> Replace, Add

Bookmarks (7) [bookmark.ntf] --> Replace, Add *1

Mail (R7) [mail7.ntf] --> Replace, Add

Doc Library - Notes & Web (7) [doclbw7.ntf] --> Replace, Add

Personal Journal (7) [journal6.ntf] --> Replace, Add

Resource Reservations (7) [resrc70.ntf] --> Replace, Add

Subscriptions (6) [headline.ntf] --> Replace only

Directory Catalog [dircat5.ntf] --> Replace only

DOLS Resource Template [dolres.ntf] --> Replace only

Domino Web Access (6) [iNotes6.ntf] --> Replace, Add *3

Domino Web Access (7) [DWA7.ntf] --> Replace, Add *4

Domino Web Access Redirect [iwaredir.ntf] --> Replace only

iNotes5 Common Forms [Forms5.nsf] --> Replace only *2

iNotes6 Common Forms [Forms6.nsf] --> Replace, Add *3

Domino Web Access Common Forms (7) [Forms7.nsf] --> Replace, Add *4

Smart Upgrade Kits [smupgrade.ntf] --> Replace only


*1 Add installation option not supported for Russian, Greek, Arabic,
     Japanese and Thailand for these templates.
     See the section 'Issues and Solutions' for more details.

*2 Not translated for Hebrew, Arabic, Thailand, Slovenian and Catalan.

*3 Not translated for Thailand, Slovenian and Catalan.

*4 Not translated for Thailand.


--------------------------------------------------------

In addition to the templates listed above, the following templates are also
translated for the French, German, Japanese, Korean, Simplified Chinese,
and Traditional Chinese languages:

------------------------------------------
Template Name [File name] --> Install Type
------------------------------------------
Catalog (7) [catalog.ntf] --> Replace only

Domino Administrator (7) [domadmin.ntf] --> Replace only

Domino Domain Monitor (7) [ddm.ntf] --> Replace only

Notes Log (7) [log.ntf] --> Replace only *1

User Registration Queue (6) [userreg.ntf] --> Replace only

Administration Requests (6) [admin4.ntf]* --> Replace only *2

*1 Not translated for Japanese.  
*2 Not translated for Korean, Simplified Chinese,
     and Traditional Chinese.

----------------------------------
Limitations of translated resource
----------------------------------
DOLS and DWA offline UI are in English for Catalan.



===============================================================================

4. Before Using the Lotus Domino Language Pack Installer

===============================================================================

If you already have a Domino server and it is running, shut down
the server before running the Lotus Domino Language Pack Installer. The
Language Pack Installer cannot install files while the Domino server is
running.

For information about configuring the Domino server, see the file Install.pdf
on the CD containing the IBM Lotus Domino 7.0.1 software, or see the file
Install.pdf on the Lotus Developer Domain Web site.

Note: There is no Install.pdf on the i5/OS English 7.0.1 CD. The install
documentation for i5/OS is in i400help.pdf and i400help.nsf which are both
available on the root of the i5/OS English 7.0.1 CD.



===============================================================================

5. Setting Up and Running the IBM Lotus Domino Server Language Pack Installer

===============================================================================

The Language Pack Installer software is available for downloading from the Web
Site. See the IBM Lotus Notes/Domino 7.0.1 Release Notes for additional
information.

NOTE: If you are upgrading the server, see
Upgrading - Recommendations and Instructions in this readme file.

If you are working with a UNIX system, you must be logged on as the UNIX root
user.

If you are using XSession to connect to a UNIX server from a PC, ensure that
you have configured XSession correctly. Failure to do so causes problems such
as incorrect font display. If you failed to install Language Packs through
XSession, try local installation.

When a Language Pack is installed on a server that has not been initialized,
and you then initialize the server, the mail file for the Administrator is
created as an English, single language mail file rather than a multilingual
mail file.

You can use the LODRUN command for i5/OS CD installation, in addition to the
remote i5/OS launcher. See the list of platform-specific launcher files and
commands below.

To see a selection of languages from within the installer, use the suite
installer. Each language has a JAR file which can be launched independently,
but which offers only one language at a time. For the Add option, when you
install multiple language packs at once, use the Suite installer. If you are
installing from a CD, and are using the launchers, this suite is always
launched.

The Suite launcher is available on the Language Pack CD and can be downloaded
from the Web site.

Microsoft Windows platforms have three launcher files: a GUI Windows launcher,
an i5/OS remote launcher, and a z/OS Stage 1 launcher. All other platforms
have two launchers: a Graphical User Interface (GUI) launcher and a console
launcher.

The launcher files that are available with Language Pack Installer are listed
below according to platform. Locate the platform that you are using and run the
launcher file as you would any executable file on the respective platform. The
only exception is the zSeries for which there is a specific set of instructions.

Windows GUI Launcher
    DomLP701_GUI.EXE

i5/OS remote Launcher for Windows
    DomLP701_iSeries.EXE

i5/OS LODRUN command for i5/OS CD installation
    LODRUN DEV(*OPT) DIR('/OS400')

z/OS remote Launcher for Windows
    DomLP701_zSeries.EXE
Note: For zSeries, see instructions below.

Linux for zSeries Console Launcher
    ZLNXDomLP701_CONSOLE
Note: For zSeries, see instructions below.

Linux for zSeries GUI Launcher
    ZLNXDomLP701_GUI
Note: For zSeries, see instructions below.

Linux GUI Launcher
    LNXDomLP701_GUI

Linux Console Launcher
    LNXDomLP701_CONSOLE

AIX Launcher in GUI mode
    AIXDomLP701_GUI

AIX Launcher in Console mode
    AIXDomLP701_CONSOLE

Solaris Launcher in GUI mode
    SOLDomLP701_GUI

Solaris Launcher in Console mode
    SOLDomLP701_CONSOLE


------------------------
Localized user interface
------------------------

In this release, you can use the localized user interfaces while running
the installation wizard. The language of the user interface is independent of
the languages you install. For example, you can install a German language pack
and use a French user interface.

The following languages are available for the user interface(*1):

    Brazilian Portuguese
    Czech
    Danish (*2)
    Dutch (*2)
    English
    Finnish (*2)
    French
    German
    Greek (*2)
    Hungarian (*2)
    Iberian Portuguese
    Italian
    Japanese
    Korean
    Norwegian (*2)
    Polish
    Russian (*2)
    Simplified Chinese
    Slovenian (*2)
    Spanish
    Swedish (*2)
    Traditional Chinese
    Turkish

*1 When in console mode, license acceptance screen is displayed in English.
*2 License acceptance screen is always displayed in English.


--------------------------------------
Using RUNJVA command instead of LODRUN
--------------------------------------
To install Language Pack from CD-ROM on i5/OS, you can also use RUNJVA command
instead of LODRUN.

Command line:
  RUNJVA CLASS(run) PARM('-console') CLASSPATH('/QOPT/XXX/DomLP701_Suite.jar:/QOPT/XXX/DomLP701_xx.jar')
  The xx in DomLP701_xx.jar means language identify.
   
EXAMPLE - to replace to French:
  RUNJVA CLASS(run) PARM('-console') CLASSPATH('/QOPT/XXX/DomLP701_Suite.jar:/QOPT/XXX/DomLP701_fr.jar')

/QOPT/XXX is path to Language Pack CD-ROM. For example, /QOPT/C89A7FR.
See System Requirements section in this readme for software requirements.


-----------------
Linux for zSeries
-----------------
Linux for zSeries is similar to other UNIX platforms, with the
following two exceptions.
1. Transfer the Language Pack files to the Linux for zSeries
   filesystem. Use the File Transfer Protocol (FTP)
   to transfer the files to the server where the Language Pack
   is to be installed.
2. Specific launchers are available.


-----------
FTP Example
-----------
a. On the workstation, start an FTP session to the server.
b. To transfer the files in binary, enter bin
c. To change to the target directory on the
   server, enter cd /<target_for_LPfiles>  
d. Using the LCD command, change to the directory that contains the Language
   Pack files.
e. Enter prompt until interactive mode is turned off.
f. To transfer the first set of files, enter mput ZLNX*
g. To transfer the second set of files, enter mput *.jar
h. To end the FTP session, Enter quit

Note: The ZLNXDomLP701_GUI requires an XSession environment.

Invoke the install using the root id (UID 0) from the directory on the
server containing the Language Pack files.
Example:
    ./ZLNXDomLP701_CONSOLE


------------
zSeries z/OS
------------
Language Pack installation for z/OS is done in two stages, Stage 1 and Stage 2.
Both are described in this section.

Stage 1 -- Complete Stage 1 on a workstation running Microsoft Windows (JVM
1.4.2 is required).

a. Copy all files from the Language Pack Installer CD to a directory
   on the workstation.

b. From the directory where you copied the files, run the launcher file:
    DomLP701_zSeries.EXE

This will start the Language Pack Install Stage 1 process. The Stage 1
process produces an install.jar file. Use the File Transfer Protocol (FTP)
to transfer install.jar to the logical partition (LPAR) on the z/OS
server where the Language Pack is to be installed.


-----------------------------------------------
How to transfer install.jar using FTP - Example
-----------------------------------------------
a. On the workstation, start an FTP session to the z/OS UNIX Services FTP
   server.
b. To transfer the file in binary, enter bin
c. To change to the target location of the HFS, enter
   cd /<target_for_install.jar>
d. On the workstation, change to the directory containing the install.jar file.
e. To transfer this file, enter put install.jar

Stage 2 -- Complete Stage 2 on the LPAR in which the Language Pack is to be
installed on the z/OS server. Log on with the root ID (UID 0).

Note: Do not complete stage 2 using the Java code that is part of the Lotus
Notes/Domino 7.0.1 product. Use the Java code that exists outside of Lotus
Notes/Domino 7.0.1.

From the directory containing install.jar, run
    java -cp install.jar Install



===============================================================================

6. Upgrading - Recommendations and Instructions

===============================================================================

Upgrade your Domino server to the same version as the IBM Lotus Domino Language
Pack Installer. If you attempt to install the language packs on an unsupported
version of the Domino server, the Language Pack Installer terminates
automatically.

Upgrade all installed languages on the Domino server at the same time. All
languages must be the same version number. For example, if you upgrade English
to 7.0.1; upgrade all other installed languages to version 7.0.1 at that time.
Any installed language that is not included in the upgrade is removed from the
server. It is unnecessary to remove all installed languages before upgrading
the Domino server.

When you upgrade a server that is configured to replicate templates, also
upgrade all of the servers with which it replicates.

Complete these steps to upgrade a clustered server.
1.  Use the Add option to run the Language Pack Software on the server.
2.  Upgrade all servers in the cluster and install the Language Pack software
    on them simultaneously.

For some language versions of Domino R5 bookmarks, the automatic upgrade to
Domino 7 bookmarks does not work as expected. Some design notes are not
upgraded to Domino 7. The workaround is to upgrade bookmarks manually.



===============================================================================

7. Silent Install

===============================================================================

A silent install is an automated install that enables you to run an install
program without being prompted to enter information during the installation
process.

The silent install feature applies to all installations using a JVM
on all platforms except Stage 2 of z/OS. If you attempt to run a silent
install from a GUI or a console, the installation stops and a message displays
stating the installation process cannot complete.

Each time you run the Language Pack Installer software, the file LPSilent.ini
is created. If LPSilent.ini already exists due to a previous installation, the
existing file is overwritten with a new file. You then use
LPSilent.ini to run the silent install. LPSilent.ini resides in the Domino
Program directory.


----------------------------------
Running a silent install using JVM
----------------------------------
To run any silent install using a JVM enter a command similar to the command
shown in the example below, but be aware of the requirements for adding or
replacing languages for JVM listed here.

To run a silent install using a JVM, when adding more than one language,
specify the Suite file followed by all language jar files corresponding
to languages you want to install.

To run a silent install using a JVM when replacing a language, specify
the Suite file followed by the language JAR file.

When entering the JVM command, enter the command on one line. The example below
is shown on multiple lines due to space constraints in this readme file. Specify
the entire path of the INI file, because the INI file may have been renamed or
stored in a directory other than the default directory.

In the examples below, note that the command for i5/OS remote includes an
extra JAR file that you need to use for i5/OS remote.


----------------------------------
Examples -- Silent Installs on JVM
----------------------------------
To add French and German on UNIX:
  java -cp DomLP701_Suite.jaromLP701_fr.jaromLP701_de.jar run -silent
  -W cmd.silent="/opt/ibm/lotus/LPSilent.ini"

To add French and German on Windows:
  java -cp DomLP701_Suite.jar;DomLP701_fr.jar;DomLP701_de.jar run -silent
  -W cmd.silent="C:\Program Files\Domino\LPSilent.ini"

To add French and German from i5/OS Remote:
  java -cp DomLP701_Suite.jar;DomLP701_fr.jar;DomLP701_de.jar run -silent -os400
  [servername] QSECOFR [password] -W cmd.silent="/QIBM/PRODDATA/LOTUS/NOTES/lpsilent.ini"

To add French and German from i5/OS on the green screen:
  RUNJVA CLASS('run')
  PARM('-silent' '-W' 'cmd.silent=/QIBM/PRODDATA/LOTUS/DOMINO701/LPSilent.ini')
  CLASSPATH('DomLP701_Suite.jaromLP701_fr.jaromLP701_de.jar')

Note: If an error occurs during the silent install, a message displays on
screen and is also stored in the file, LPLog.txt. The install immediately
terminates.


------------------------------------------------------------------
Language Pack Installer kit includes an example using LPSilent.ini
------------------------------------------------------------------
The Language Pack installer kit includes an example of LPSilent.ini in the root
directory. Edit the file to fit your environment by referencing
the section Modifying LPSilent.ini.

  Full path to program directory: C:\Program Files\Domino
  Number of partition: 1
  Full path to data directory: C:\Program Files\Domino\data
  Installation mode: REPLACE
  Language replace to: French
  (Target platform is Microsoft Windows.)


----------------------
Modifying LPSilent.ini
----------------------
You should avoid modifying LPSilent.ini; however, if you have run Language Pack
Installer on one server, and you want to repeat the process on another server,
you can open the file LPSilent.ini, and then modify it.

All language versions of Language Pack include the sample file LPSilent.ini.
You can modify LPSilent.ini to perform the silent installation. To avoid modifying
LPSilent.ini, install Language Pack on one server with same configuration as the
server on which you want to run a silent installation.


You can modify the LPSilent.ini settings listed below.

CORE_PATH - The full path to the program directory.

  Microsoft Windows example:
  CORE_PATH=C:\Program Files\Domino

  Linux example:
  CORE_PATH=/opt/ibm/lotus/notes/latest/linux

  i5/OS example:
  CORE_PATH=/QIBM/PRODDATA/LOTUS/DOMINO701

TOTAL_DATAPATHS    - the number of data directories listed.
DATA_PATH          - an entry for every data path you require.
TOTAL_LANGUAGES    - the number of languages for installation.
LANGUAGES          - an entry for every language.

You can modify the following INI settings on UNIX only:
CORE_DISPLAY_PATH  - the relative program directory path.

  UNIX example:
  CORE_DISPLAY_PATH=/opt/ibm/lotus

  Example with three data paths:
  TOTAL_DATAPATHS=3
  DATA_PATH_00=/local/notesdata1
  DATA_PATH_01=/local/notesdata2
  DATA_PATH_02=/local/notesdata3

  Example with two languages:
  TOTAL_LANGUAGES=2
  LANGUAGES_00=fr
  LANGUAGES_01=de


Modify the following setting for i5/OS only:

OS400_SILENT - For the i5/OS, you can edit the file LPSilent.ini to
automatically launch a silent install by setting the OS400_SILENT variable to
True, and then launch the silent install using RUNJVA as usual.
By default, the OS400_SILENT variable is set to FALSE as shown:
  OS400_SILENT=FALSE
You can set it to true, as shown here:
  OS400_SILENT=TRUE


The following settings apply to the one-time install feature:

DOMINO_INSTALL - TRUE/FALSE
  To use one-time install in silent mode, set the parameter
  DOMINO_INSTALL to TRUE, and then specify the following
  parameters:

DOMINO_TYPE - UTILITY/MESSAGING/ENTERPRISE
  Specify the Domino server type for your requirements.

DATA_PATH_xx_LP - TRUE/FALSE
  Set DATA_PATH_xx_LP to TRUE to install Language Packs to this data path.

DOMINO_INSTALLER - Full path to directory.
  Specify the full path for the directory containing
  the Domino server installer.


To install the Domino server On UNIX, the installer requires the
owner user and group settings for each data directory path. Set
the following parameters for each data directory:

DATA_PATH_xx_USER - Owner user name of the data directory.
DATA_PATH_xx_GROUP - Owner group name of the data directory.


On UNIX, you can enable/disable the Domino xSP service by specifying the
following setting:

DOMINO_ASP - TRUE/FALSE
  Enable/disable Domino xSP service feature.


---------------------------
Other LPSilent.ini examples
---------------------------
Case 1:
    OS: Microsoft Windows
    Use one-time install feature: No
    Language Pack installation type: Add
    Domino program directory: C:\Program Files\Domino
    Install language: German, French, Japanese
    Data directory paths: C:\Program Files\Domino\data
                          C:\Program Files\Domino\data1
                          C:\Program Files\Domino\data2
                          C:\Program Files\Domino\data3

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=FALSE
INSTALL_TYPE=ADD
CORE_PATH=C:\Program Files\Domino
TOTAL_DATAPATHS=4
DATA_PATH_00=C:\Program Files\Domino\data
DATA_PATH_01=C:\Program Files\Domino\data1
DATA_PATH_02=C:\Program Files\Domino\data2
DATA_PATH_03=C:\Program Files\Domino\data3
TOTAL_LANGUAGES=3
LANGUAGES_00=de
LANGUAGES_01=fr
LANGUAGES_02=ja
***

Case 2:
    OS: IBM AIX
    Use one-time install feature: Yes
    Domino installation type: Enterprise server
    Domino program directory: /opt/ibm/lotus
    Domino core program file directory: /opt/ibm/lotus/notes/latest/ibmpow
    Domino Data directory (user/group): /local/notesdata (notes/notes)
                                        /local/notesdata1 (notes1/notes)
    Enable xSP services: No
    Domino Server installer location: /temp/installer
    Language Pack installation type: Replace
    Data directory to install Language Pack: /local/notesdata
    Install language: Simplified Chinese

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=FALSE
DOMINO_INSTALL=TRUE
DOMINO_TYPE=ENTERPRISE
CORE_PATH=/opt/ibm/lotus/notes/latest/ibmpow
CORE_DISPLAY_PATH=/opt/ibm/lotus
TOTAL_DATAPATHS=2
DATA_PATH_00=/local/notesdata
DATA_PATH_00_USER=notes
DATA_PATH_00_GROUP=notes
DATA_PATH_00_LP=TRUE
DATA_PATH_01=/local/notesdata1
DATA_PATH_01_USER=notes1
DATA_PATH_01_GROUP=notes
DATA_PATH_01_LP=FALSE
DOMINO_ASP=FALSE
DOMINO_INSTALLER=/temp/installer
INSTALL_TYPE=REPLACE
TOTAL_LANGUAGES=1
LANGUAGES_00=zh-CN
***

Case 3:
    OS: IBM i5/OS
    Use one-time install feature: No
    Language Pack installation type: Replace
    Install language: Italian
    Data directory paths: /notesdata

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=TRUE
INSTALL_TYPE=ADD
CORE_PATH=/QIBM/PRODDATA/LOTUS/DOMINO701
TOTAL_DATAPATHS=1
DATA_PATH_00=/notesdata
TOTAL_LANGUAGES=1
LANGUAGES_00=it
***

Case 4:
    OS: zSeries
    Use one-time install feature: No
    Language Pack installation type: Replace
    Install language: French
    JAR_FOLDER: D:/zOS/slp

*** LPSilent.ini example ***
[Notes]
INSTALL_TYPE=REPLACE
JAR_FOLDER=D:/zOS/slp/
TOTAL_LANGUAGES=1
LANGUAGES_00=fr
DOMINO_INSTALL=NO
***


---------------------------------------------------
LangPack.dat file is required for add installation
---------------------------------------------------
If you are using silent install to add additional languages, the LangPack.dat
files are required. If you use the LPSilent.ini on another computer, copy the
LangPack.dat files to the computer on which you are running the silent install.
For more information on LangPack.dat files, see the documentation that shipped
with the Language Pack Installer for Lotus Domino 7.0.1.


---------------------------------
Updates to the i5/OS Installation
---------------------------------
For the 7.0.1 Language Pack Installer, when running an i5/OS remote installation,
the Notes client does not need to reside on the PC on which you are running the
installation.



===============================================================================

8. Issues and Solutions

===============================================================================

-----------------------------------------------------
SYMLINKS for DOLS language files on i5/OS platforms
-----------------------------------------------------
The upgrade from Notes/Domino R5 to 7 should remove the SYMLINKS for the DOLS
language files, but it does not. Language Pack installer cannot overwrite the
SYMLINKS with the real files; therefore, you must manually remove the
SYMLINKS files before installing Language Pack or the DOLS access will be
limited for your chosen language.

The following files exist in the data folders: /domino/html/download/filesets


---------------------------------------
JVM error message about font.properties
---------------------------------------
On UNIX platforms, when the Language Pack Installer software is launched, a JVM
error message regarding font.properties appears. Use this URL to access a
document that explains the error message:

  http://support.installshield.com ... p;articleid=Q105676


-----------------------------------
JVM error message about scroll bars
-----------------------------------
On UNIX platforms, when you run the Language Pack software, a JVM error message
regarding scroll bars appears. Use this URL to access a document that explains
this error message:

  http://support.installshield.com ... p;articleid=Q106480


------------------------------------------
Possible installer crash with an exception
------------------------------------------
InstallShield requires that some platform-specific binary files perform some of
the OS-level operations. These binaries are bundled in JVMs within the
launchers. If an error is encountered by the AIX launcher while determining the
number of available hard-disk partitions, an "array out-of-bounds" error occurs
causing an exception and the setup process terminates. Resolve this issue by
dismounting any auto-mounted file systems, turn off the auto-mounter, and then
run the installer as usual.


-----------------------------------------------------
Domino Program Directory - free disk space allocation
-----------------------------------------------------
If there is insufficient free disk space available in the Domino Program
Directory, the Language Pack will not successfully perform the installation.
Ensure that there is sufficient free disk space in the Program Directory
prior to installing the Language Pack.


-----------------------------------------------
Linux for zSeries - Language Pack Panel Refresh
-----------------------------------------------
When performing a Language Pack installation on Linux for zSeries,
occasionally some terminal emulation programs do not
refresh the screen when the user clicks Next. A blank panel appears.
To correct this, have the user click Back, and then click Next.
Installation should then complete as normal.


If an unreadable error message displays when you are chatting with users
on Domino Web Access, complete these steps:

1. Locate res.js and resutf-8.js C:\Program Files\Domino\Data\domino\html\sametime\stlinks
2. Overwrite res.js with resutf-8.js


----------------------
z/OS - Surrogate error
----------------------
When you execute the IBM Lotus Domino Server Language Pack Installer in ADD or
REMOVE mode on a z/OS system, uid0 user needs to be able to switch to the owner
id for the notesdata directory of the server that the IBM Lotus Domino Server
Language Pack Installer is running on in order to verify templates.
Ensure that the uid0 user has read permission to the SURROGAT facility class
profile for that owner id on the z/OS system. For example, BPX.SRV.DOMINO


-------------------------------------------------------------------
Installer completes without adding language files in some languages
-------------------------------------------------------------------
Adding Japanese language packs to an English Domino server completes
without adding any of the language files. De-select the Bookmark
template from the list of installed files. The language Bookmark
template will not be added as a result of this action but all other
files will be successfully installed.

Complete these steps to remove the Bookmark template from the list of added
files:

From the GUI installer:
1.  Select the language from the list of languages.
2.  Click Select Files....
3.  De-select the Bookmark (7) options.
4.  Click OK, and then proceed to the next installation step.

From the Console installer:
1.  Select [M]odify when the installer displays the file names for
    the language you selected.
2.  Enter the number that corresponds to the template bookmark.ntf, and
    then de-select the template.
3.  Enter 0, and then proceed to the next installation step.


-------------------------------------------------------------------
Domino Web Access (7) fails to go offline on Windows XP
-------------------------------------------------------------------
On Windows XP, if Domino Web Access (7) fails to go offline, an
Error executing external codes dialog box appears. This is a known issue
on Windows XP. To obtain a newer MSXML parser and install it on
Windows XP, go to http://www.microsoft.com/downloa ... a32%2fmsxml3usa.msi

Use this URL to access a document that explains the error message:
  http://www.microsoft.com/downloa ... &displaylang=en
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:27:37 | 显示全部楼层
===============================================================================

        IBM Lotus Domino Server 7.0.1 Language Pack Installer Readme File

===============================================================================

Licensed Materials - Property of IBM

(c) Copyright IBM Corporation 2002, 2006 All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GS ADP Schedule Contract with IBM Corp.
IBM, Domino, iNotes, Lotus, Lotus Notes and Notes are trademarks of IBM
Corporation in the United States, other countries, or both.

Microsoft is registered trademarks of Microsoft Corporation in
the United States, other countries, or both.

Java and all Java-based trademarks and logos are trademarks or registered
trademarks of Sun Microsystems, Inc. in the United States, other countries, or
both.

===============================================================================



Contents
--------

1. IBM Lotus Domino Server 7.0.1 Language Pack Installer

2. System Requirements

3. Translated Templates and Installation Types

4. Before Using the IBM Lotus Domino Server Language Pack Installer

5. Setting Up and Running the IBM Lotus Domino Server Language Pack Installer

6. Upgrading - Recommendations and Instructions

7. Silent Install

8. Issues and Solutions



===============================================================================

1. IBM Lotus Domino Server 7.0.1 Language Pack Installer

===============================================================================

The IBM Lotus Domino Server Language Pack Installer adds, replaces, and removes
language packs from your Domino server. Language packs include translated
versions of standard Domino system templates such as the Discussion and Mail
templates as well as certain binary files required by the server.

You can customize the language pack installation by choosing which language
packs and templates to add, which ones to replace, and which ones to remove
from the Domino server.

For more information about using the IBM Lotus Domino Server Language Pack
Installer, refer to the help available from the installation wizard.

See the IBM Lotus Notes/Domino 7 Release Notes for other additional Language
Pack information.



===============================================================================

2. System Requirements

===============================================================================

In this list of supported platforms, IBM JVM 1.4.2 or later is only required if
you are not using the launcher files because a JVM is included in the launcher
files. This applies to all platforms except i5/OS, where JVM is not bundled
with the product. A launcher file contains a JVM and the information needed to
launch a Language Pack Installer, that is, a jar file. Therefore, the launcher
file is not the Language Pack Installer, but has the ability to launch the
installer.

The following platforms are supported:
IBM i5/OS (TM)
    V5R3
    V5R4

IBM zSeries(TM)
    z/OS Version 1, Release 5 and above
    z/OSe Version 1, Release 5 or later
    SuSE LINUX Enterprise Server(SLES) 8 on zSeries (31-bit)
    SuSE LINUX Enterprise Server(SLES) 9 on zSeries (64-bit)
    RedHat Enterprise Linux(RHEL) 4 on zSeries (64-bit)

Linux
    SuSE LINUX Enterprise Server(SLES) 8
    SuSE LINUX Enterprise Server(SLES) 9
    RedHat Enterprise Linux(RHEL) 4 (32-bit)

Solaris
    Solaris 9/SPARC
    Solaris 10/SPARC

IBM AIX(R)
    AIX 5.2
    AIX 5.3

Microsoft(R) Windows(R)
    Windows 2000 Server
    Windows 2000 Advanced Server
    Windows Server 2003 Standard Edition
    Windows Server 2003 Enterprise Edition


* For i5/OS users
  To use LODRUN or RUNJVA command for installation, 5722JV1 option 6 is
  required. For Java Development Kit on i5/OS system, see Programming - Java
  section of iSeries Information Center.

* For UNIX users
  X Window System support is required to run on UNIX platforms.


For more information about IBM Lotus Domino 7.0.1 server requirements, see the IBM
Lotus Notes/Domino 7.0.1 Release Notes.



===============================================================================

3. Translated Templates and Installation Types

===============================================================================

Language Pack Installer offers three installation types or options: add,
replace, and remove. Each is described here.

--------------------------------
Add language packs to the server
--------------------------------
Installs language packs by merging translated forms, views, and other design
elements with your existing language templates. The Language Pack Installer
also installs additional files for Web enablement. You can add more than one
language pack to the Domino server, and you can select which templates to add
to the server. By default, the Language Pack Installer adds all translated
templates to the server.

-------------------------------
Replace existing language packs
-------------------------------
Overwrites the current language of the server with the selected language pack.
You can only replace one language pack at a time.

--------------------------------------
Remove language packs from the server
--------------------------------------
Uninstalls specified language packs from the Domino server by removing the
translated forms, views, and other design elements from your templates. You can
only remove languages added by previous installs of Language Pack Installer.

----------------
One-time Install
----------------

To install language packs on your system, the appropriate version of the Domino
server must also be installed. In this release, the IBM Lotus Domino Server
Language Pack Installer can install both the Domino server and the language
packs.

One-time install is supported on the following platforms:
    Microsoft Windows
    IBM AIX
    Sun Solaris/SPARC
    Linux for Intel

To install the Domino server and language packs using the Language Pack
Installer, select "Yes" when you are prompted as to whether to install the
English Domino server.

If you only want to install language packs, select "No".


--------------------------------
Sample usage of one-time install
--------------------------------

Use one-time install in these situations:

1. You do not have a Domino server on your system, but you want to use
a single-language Domino server or a multilingual Domino server.

Use one-time install, to install the language pack(s) and the Domino servers
using one installation wizard.

2. You have an older version Domino server installed  on a system.

Use one-time install to run one install wizard to upgrade your Domino
server to the latest version with your favorite languages.


-------------------------------
Limitations of one-time install
-------------------------------

1. One-time install does not support customized installation on Microsoft
Windows.

One-time install provides the following options for installing the Domino
server: Messaging, Utility, and Enterprise server. If you want to install
components, for example, Help files, use the Domino installer and install the
Domino server and language packs separately.

2. One-time install does not create the /opt/ibm/lotus soft link.

On UNIX platforms, you cannot create the /opt/ibm/lotus soft link using
one-time install. If you want the installer to create the /opt/ibm/lotus soft
link, use the Domino installer and install the Domino server and the language packs
separately.

3. On UNIX platforms, copy the Domino installer files to a temporary location
before using one-time install.

Language Pack installer does not support CD-ROM exchange; therefore, you must
copy all of the Domino installer files or the Language Pack files to a
temporary location on the local disk.


----------------------------
List of translated templates
----------------------------
The following templates are translated for all languages.
The list details the template name, template file name, and the type of
installation, that is, Replace and/or Add.

------------------------------------------
Template Name [File name] --> Install Type
------------------------------------------
Domino Directory [pubnames.ntf] --> Replace only

Extended Mail (R7) [mail7ex.ntf] --> Replace, Add

Discussion - Notes & Web (7) [discsw7.ntf] --> Replace, Add

TeamRoom (7) [teamrm7.ntf] --> Replace, Add

Personal Address Book [pernames.ntf] --> Replace, Add

Bookmarks (7) [bookmark.ntf] --> Replace, Add *1

Mail (R7) [mail7.ntf] --> Replace, Add

Doc Library - Notes & Web (7) [doclbw7.ntf] --> Replace, Add

Personal Journal (7) [journal6.ntf] --> Replace, Add

Resource Reservations (7) [resrc70.ntf] --> Replace, Add

Subscriptions (6) [headline.ntf] --> Replace only

Directory Catalog [dircat5.ntf] --> Replace only

DOLS Resource Template [dolres.ntf] --> Replace only

Domino Web Access (6) [iNotes6.ntf] --> Replace, Add *3

Domino Web Access (7) [DWA7.ntf] --> Replace, Add *4

Domino Web Access Redirect [iwaredir.ntf] --> Replace only

iNotes5 Common Forms [Forms5.nsf] --> Replace only *2

iNotes6 Common Forms [Forms6.nsf] --> Replace, Add *3

Domino Web Access Common Forms (7) [Forms7.nsf] --> Replace, Add *4

Smart Upgrade Kits [smupgrade.ntf] --> Replace only


*1 Add installation option not supported for Russian, Greek, Arabic,
     Japanese and Thailand for these templates.
     See the section 'Issues and Solutions' for more details.

*2 Not translated for Hebrew, Arabic, Thailand, Slovenian and Catalan.

*3 Not translated for Thailand, Slovenian and Catalan.

*4 Not translated for Thailand.


--------------------------------------------------------

In addition to the templates listed above, the following templates are also
translated for the French, German, Japanese, Korean, Simplified Chinese,
and Traditional Chinese languages:

------------------------------------------
Template Name [File name] --> Install Type
------------------------------------------
Catalog (7) [catalog.ntf] --> Replace only

Domino Administrator (7) [domadmin.ntf] --> Replace only

Domino Domain Monitor (7) [ddm.ntf] --> Replace only

Notes Log (7) [log.ntf] --> Replace only *1

User Registration Queue (6) [userreg.ntf] --> Replace only

Administration Requests (6) [admin4.ntf]* --> Replace only *2

*1 Not translated for Japanese.  
*2 Not translated for Korean, Simplified Chinese,
     and Traditional Chinese.

----------------------------------
Limitations of translated resource
----------------------------------
DOLS and DWA offline UI are in English for Catalan.



===============================================================================

4. Before Using the Lotus Domino Language Pack Installer

===============================================================================

If you already have a Domino server and it is running, shut down
the server before running the Lotus Domino Language Pack Installer. The
Language Pack Installer cannot install files while the Domino server is
running.

For information about configuring the Domino server, see the file Install.pdf
on the CD containing the IBM Lotus Domino 7.0.1 software, or see the file
Install.pdf on the Lotus Developer Domain Web site.

Note: There is no Install.pdf on the i5/OS English 7.0.1 CD. The install
documentation for i5/OS is in i400help.pdf and i400help.nsf which are both
available on the root of the i5/OS English 7.0.1 CD.



===============================================================================

5. Setting Up and Running the IBM Lotus Domino Server Language Pack Installer

===============================================================================

The Language Pack Installer software is available for downloading from the Web
Site. See the IBM Lotus Notes/Domino 7.0.1 Release Notes for additional
information.

NOTE: If you are upgrading the server, see
Upgrading - Recommendations and Instructions in this readme file.

If you are working with a UNIX system, you must be logged on as the UNIX root
user.

If you are using XSession to connect to a UNIX server from a PC, ensure that
you have configured XSession correctly. Failure to do so causes problems such
as incorrect font display. If you failed to install Language Packs through
XSession, try local installation.

When a Language Pack is installed on a server that has not been initialized,
and you then initialize the server, the mail file for the Administrator is
created as an English, single language mail file rather than a multilingual
mail file.

You can use the LODRUN command for i5/OS CD installation, in addition to the
remote i5/OS launcher. See the list of platform-specific launcher files and
commands below.

To see a selection of languages from within the installer, use the suite
installer. Each language has a JAR file which can be launched independently,
but which offers only one language at a time. For the Add option, when you
install multiple language packs at once, use the Suite installer. If you are
installing from a CD, and are using the launchers, this suite is always
launched.

The Suite launcher is available on the Language Pack CD and can be downloaded
from the Web site.

Microsoft Windows platforms have three launcher files: a GUI Windows launcher,
an i5/OS remote launcher, and a z/OS Stage 1 launcher. All other platforms
have two launchers: a Graphical User Interface (GUI) launcher and a console
launcher.

The launcher files that are available with Language Pack Installer are listed
below according to platform. Locate the platform that you are using and run the
launcher file as you would any executable file on the respective platform. The
only exception is the zSeries for which there is a specific set of instructions.

Windows GUI Launcher
    DomLP701_GUI.EXE

i5/OS remote Launcher for Windows
    DomLP701_iSeries.EXE

i5/OS LODRUN command for i5/OS CD installation
    LODRUN DEV(*OPT) DIR('/OS400')

z/OS remote Launcher for Windows
    DomLP701_zSeries.EXE
Note: For zSeries, see instructions below.

Linux for zSeries Console Launcher
    ZLNXDomLP701_CONSOLE
Note: For zSeries, see instructions below.

Linux for zSeries GUI Launcher
    ZLNXDomLP701_GUI
Note: For zSeries, see instructions below.

Linux GUI Launcher
    LNXDomLP701_GUI

Linux Console Launcher
    LNXDomLP701_CONSOLE

AIX Launcher in GUI mode
    AIXDomLP701_GUI

AIX Launcher in Console mode
    AIXDomLP701_CONSOLE

Solaris Launcher in GUI mode
    SOLDomLP701_GUI

Solaris Launcher in Console mode
    SOLDomLP701_CONSOLE


------------------------
Localized user interface
------------------------

In this release, you can use the localized user interfaces while running
the installation wizard. The language of the user interface is independent of
the languages you install. For example, you can install a German language pack
and use a French user interface.

The following languages are available for the user interface(*1):

    Brazilian Portuguese
    Czech
    Danish (*2)
    Dutch (*2)
    English
    Finnish (*2)
    French
    German
    Greek (*2)
    Hungarian (*2)
    Iberian Portuguese
    Italian
    Japanese
    Korean
    Norwegian (*2)
    Polish
    Russian (*2)
    Simplified Chinese
    Slovenian (*2)
    Spanish
    Swedish (*2)
    Traditional Chinese
    Turkish

*1 When in console mode, license acceptance screen is displayed in English.
*2 License acceptance screen is always displayed in English.


--------------------------------------
Using RUNJVA command instead of LODRUN
--------------------------------------
To install Language Pack from CD-ROM on i5/OS, you can also use RUNJVA command
instead of LODRUN.

Command line:
  RUNJVA CLASS(run) PARM('-console') CLASSPATH('/QOPT/XXX/DomLP701_Suite.jar:/QOPT/XXX/DomLP701_xx.jar')
  The xx in DomLP701_xx.jar means language identify.
   
EXAMPLE - to replace to French:
  RUNJVA CLASS(run) PARM('-console') CLASSPATH('/QOPT/XXX/DomLP701_Suite.jar:/QOPT/XXX/DomLP701_fr.jar')

/QOPT/XXX is path to Language Pack CD-ROM. For example, /QOPT/C89A7FR.
See System Requirements section in this readme for software requirements.


-----------------
Linux for zSeries
-----------------
Linux for zSeries is similar to other UNIX platforms, with the
following two exceptions.
1. Transfer the Language Pack files to the Linux for zSeries
   filesystem. Use the File Transfer Protocol (FTP)
   to transfer the files to the server where the Language Pack
   is to be installed.
2. Specific launchers are available.


-----------
FTP Example
-----------
a. On the workstation, start an FTP session to the server.
b. To transfer the files in binary, enter bin
c. To change to the target directory on the
   server, enter cd /<target_for_LPfiles>  
d. Using the LCD command, change to the directory that contains the Language
   Pack files.
e. Enter prompt until interactive mode is turned off.
f. To transfer the first set of files, enter mput ZLNX*
g. To transfer the second set of files, enter mput *.jar
h. To end the FTP session, Enter quit

Note: The ZLNXDomLP701_GUI requires an XSession environment.

Invoke the install using the root id (UID 0) from the directory on the
server containing the Language Pack files.
Example:
    ./ZLNXDomLP701_CONSOLE


------------
zSeries z/OS
------------
Language Pack installation for z/OS is done in two stages, Stage 1 and Stage 2.
Both are described in this section.

Stage 1 -- Complete Stage 1 on a workstation running Microsoft Windows (JVM
1.4.2 is required).

a. Copy all files from the Language Pack Installer CD to a directory
   on the workstation.

b. From the directory where you copied the files, run the launcher file:
    DomLP701_zSeries.EXE

This will start the Language Pack Install Stage 1 process. The Stage 1
process produces an install.jar file. Use the File Transfer Protocol (FTP)
to transfer install.jar to the logical partition (LPAR) on the z/OS
server where the Language Pack is to be installed.


-----------------------------------------------
How to transfer install.jar using FTP - Example
-----------------------------------------------
a. On the workstation, start an FTP session to the z/OS UNIX Services FTP
   server.
b. To transfer the file in binary, enter bin
c. To change to the target location of the HFS, enter
   cd /<target_for_install.jar>
d. On the workstation, change to the directory containing the install.jar file.
e. To transfer this file, enter put install.jar

Stage 2 -- Complete Stage 2 on the LPAR in which the Language Pack is to be
installed on the z/OS server. Log on with the root ID (UID 0).

Note: Do not complete stage 2 using the Java code that is part of the Lotus
Notes/Domino 7.0.1 product. Use the Java code that exists outside of Lotus
Notes/Domino 7.0.1.

From the directory containing install.jar, run
    java -cp install.jar Install



===============================================================================

6. Upgrading - Recommendations and Instructions

===============================================================================

Upgrade your Domino server to the same version as the IBM Lotus Domino Language
Pack Installer. If you attempt to install the language packs on an unsupported
version of the Domino server, the Language Pack Installer terminates
automatically.

Upgrade all installed languages on the Domino server at the same time. All
languages must be the same version number. For example, if you upgrade English
to 7.0.1; upgrade all other installed languages to version 7.0.1 at that time.
Any installed language that is not included in the upgrade is removed from the
server. It is unnecessary to remove all installed languages before upgrading
the Domino server.

When you upgrade a server that is configured to replicate templates, also
upgrade all of the servers with which it replicates.

Complete these steps to upgrade a clustered server.
1.  Use the Add option to run the Language Pack Software on the server.
2.  Upgrade all servers in the cluster and install the Language Pack software
    on them simultaneously.

For some language versions of Domino R5 bookmarks, the automatic upgrade to
Domino 7 bookmarks does not work as expected. Some design notes are not
upgraded to Domino 7. The workaround is to upgrade bookmarks manually.



===============================================================================

7. Silent Install

===============================================================================

A silent install is an automated install that enables you to run an install
program without being prompted to enter information during the installation
process.

The silent install feature applies to all installations using a JVM
on all platforms except Stage 2 of z/OS. If you attempt to run a silent
install from a GUI or a console, the installation stops and a message displays
stating the installation process cannot complete.

Each time you run the Language Pack Installer software, the file LPSilent.ini
is created. If LPSilent.ini already exists due to a previous installation, the
existing file is overwritten with a new file. You then use
LPSilent.ini to run the silent install. LPSilent.ini resides in the Domino
Program directory.


----------------------------------
Running a silent install using JVM
----------------------------------
To run any silent install using a JVM enter a command similar to the command
shown in the example below, but be aware of the requirements for adding or
replacing languages for JVM listed here.

To run a silent install using a JVM, when adding more than one language,
specify the Suite file followed by all language jar files corresponding
to languages you want to install.

To run a silent install using a JVM when replacing a language, specify
the Suite file followed by the language JAR file.

When entering the JVM command, enter the command on one line. The example below
is shown on multiple lines due to space constraints in this readme file. Specify
the entire path of the INI file, because the INI file may have been renamed or
stored in a directory other than the default directory.

In the examples below, note that the command for i5/OS remote includes an
extra JAR file that you need to use for i5/OS remote.


----------------------------------
Examples -- Silent Installs on JVM
----------------------------------
To add French and German on UNIX:
  java -cp DomLP701_Suite.jaromLP701_fr.jaromLP701_de.jar run -silent
  -W cmd.silent="/opt/ibm/lotus/LPSilent.ini"

To add French and German on Windows:
  java -cp DomLP701_Suite.jar;DomLP701_fr.jar;DomLP701_de.jar run -silent
  -W cmd.silent="C:\Program Files\Domino\LPSilent.ini"

To add French and German from i5/OS Remote:
  java -cp DomLP701_Suite.jar;DomLP701_fr.jar;DomLP701_de.jar run -silent -os400
  [servername] QSECOFR [password] -W cmd.silent="/QIBM/PRODDATA/LOTUS/NOTES/lpsilent.ini"

To add French and German from i5/OS on the green screen:
  RUNJVA CLASS('run')
  PARM('-silent' '-W' 'cmd.silent=/QIBM/PRODDATA/LOTUS/DOMINO701/LPSilent.ini')
  CLASSPATH('DomLP701_Suite.jaromLP701_fr.jaromLP701_de.jar')

Note: If an error occurs during the silent install, a message displays on
screen and is also stored in the file, LPLog.txt. The install immediately
terminates.


------------------------------------------------------------------
Language Pack Installer kit includes an example using LPSilent.ini
------------------------------------------------------------------
The Language Pack installer kit includes an example of LPSilent.ini in the root
directory. Edit the file to fit your environment by referencing
the section Modifying LPSilent.ini.

  Full path to program directory: C:\Program Files\Domino
  Number of partition: 1
  Full path to data directory: C:\Program Files\Domino\data
  Installation mode: REPLACE
  Language replace to: French
  (Target platform is Microsoft Windows.)


----------------------
Modifying LPSilent.ini
----------------------
You should avoid modifying LPSilent.ini; however, if you have run Language Pack
Installer on one server, and you want to repeat the process on another server,
you can open the file LPSilent.ini, and then modify it.

All language versions of Language Pack include the sample file LPSilent.ini.
You can modify LPSilent.ini to perform the silent installation. To avoid modifying
LPSilent.ini, install Language Pack on one server with same configuration as the
server on which you want to run a silent installation.


You can modify the LPSilent.ini settings listed below.

CORE_PATH - The full path to the program directory.

  Microsoft Windows example:
  CORE_PATH=C:\Program Files\Domino

  Linux example:
  CORE_PATH=/opt/ibm/lotus/notes/latest/linux

  i5/OS example:
  CORE_PATH=/QIBM/PRODDATA/LOTUS/DOMINO701

TOTAL_DATAPATHS    - the number of data directories listed.
DATA_PATH          - an entry for every data path you require.
TOTAL_LANGUAGES    - the number of languages for installation.
LANGUAGES          - an entry for every language.

You can modify the following INI settings on UNIX only:
CORE_DISPLAY_PATH  - the relative program directory path.

  UNIX example:
  CORE_DISPLAY_PATH=/opt/ibm/lotus

  Example with three data paths:
  TOTAL_DATAPATHS=3
  DATA_PATH_00=/local/notesdata1
  DATA_PATH_01=/local/notesdata2
  DATA_PATH_02=/local/notesdata3

  Example with two languages:
  TOTAL_LANGUAGES=2
  LANGUAGES_00=fr
  LANGUAGES_01=de


Modify the following setting for i5/OS only:

OS400_SILENT - For the i5/OS, you can edit the file LPSilent.ini to
automatically launch a silent install by setting the OS400_SILENT variable to
True, and then launch the silent install using RUNJVA as usual.
By default, the OS400_SILENT variable is set to FALSE as shown:
  OS400_SILENT=FALSE
You can set it to true, as shown here:
  OS400_SILENT=TRUE


The following settings apply to the one-time install feature:

DOMINO_INSTALL - TRUE/FALSE
  To use one-time install in silent mode, set the parameter
  DOMINO_INSTALL to TRUE, and then specify the following
  parameters:

DOMINO_TYPE - UTILITY/MESSAGING/ENTERPRISE
  Specify the Domino server type for your requirements.

DATA_PATH_xx_LP - TRUE/FALSE
  Set DATA_PATH_xx_LP to TRUE to install Language Packs to this data path.

DOMINO_INSTALLER - Full path to directory.
  Specify the full path for the directory containing
  the Domino server installer.


To install the Domino server On UNIX, the installer requires the
owner user and group settings for each data directory path. Set
the following parameters for each data directory:

DATA_PATH_xx_USER - Owner user name of the data directory.
DATA_PATH_xx_GROUP - Owner group name of the data directory.


On UNIX, you can enable/disable the Domino xSP service by specifying the
following setting:

DOMINO_ASP - TRUE/FALSE
  Enable/disable Domino xSP service feature.


---------------------------
Other LPSilent.ini examples
---------------------------
Case 1:
    OS: Microsoft Windows
    Use one-time install feature: No
    Language Pack installation type: Add
    Domino program directory: C:\Program Files\Domino
    Install language: German, French, Japanese
    Data directory paths: C:\Program Files\Domino\data
                          C:\Program Files\Domino\data1
                          C:\Program Files\Domino\data2
                          C:\Program Files\Domino\data3

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=FALSE
INSTALL_TYPE=ADD
CORE_PATH=C:\Program Files\Domino
TOTAL_DATAPATHS=4
DATA_PATH_00=C:\Program Files\Domino\data
DATA_PATH_01=C:\Program Files\Domino\data1
DATA_PATH_02=C:\Program Files\Domino\data2
DATA_PATH_03=C:\Program Files\Domino\data3
TOTAL_LANGUAGES=3
LANGUAGES_00=de
LANGUAGES_01=fr
LANGUAGES_02=ja
***

Case 2:
    OS: IBM AIX
    Use one-time install feature: Yes
    Domino installation type: Enterprise server
    Domino program directory: /opt/ibm/lotus
    Domino core program file directory: /opt/ibm/lotus/notes/latest/ibmpow
    Domino Data directory (user/group): /local/notesdata (notes/notes)
                                        /local/notesdata1 (notes1/notes)
    Enable xSP services: No
    Domino Server installer location: /temp/installer
    Language Pack installation type: Replace
    Data directory to install Language Pack: /local/notesdata
    Install language: Simplified Chinese

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=FALSE
DOMINO_INSTALL=TRUE
DOMINO_TYPE=ENTERPRISE
CORE_PATH=/opt/ibm/lotus/notes/latest/ibmpow
CORE_DISPLAY_PATH=/opt/ibm/lotus
TOTAL_DATAPATHS=2
DATA_PATH_00=/local/notesdata
DATA_PATH_00_USER=notes
DATA_PATH_00_GROUP=notes
DATA_PATH_00_LP=TRUE
DATA_PATH_01=/local/notesdata1
DATA_PATH_01_USER=notes1
DATA_PATH_01_GROUP=notes
DATA_PATH_01_LP=FALSE
DOMINO_ASP=FALSE
DOMINO_INSTALLER=/temp/installer
INSTALL_TYPE=REPLACE
TOTAL_LANGUAGES=1
LANGUAGES_00=zh-CN
***

Case 3:
    OS: IBM i5/OS
    Use one-time install feature: No
    Language Pack installation type: Replace
    Install language: Italian
    Data directory paths: /notesdata

*** LPSilent.ini example ***
[Notes]
OS400_SILENT=TRUE
INSTALL_TYPE=ADD
CORE_PATH=/QIBM/PRODDATA/LOTUS/DOMINO701
TOTAL_DATAPATHS=1
DATA_PATH_00=/notesdata
TOTAL_LANGUAGES=1
LANGUAGES_00=it
***

Case 4:
    OS: zSeries
    Use one-time install feature: No
    Language Pack installation type: Replace
    Install language: French
    JAR_FOLDER: D:/zOS/slp

*** LPSilent.ini example ***
[Notes]
INSTALL_TYPE=REPLACE
JAR_FOLDER=D:/zOS/slp/
TOTAL_LANGUAGES=1
LANGUAGES_00=fr
DOMINO_INSTALL=NO
***


---------------------------------------------------
LangPack.dat file is required for add installation
---------------------------------------------------
If you are using silent install to add additional languages, the LangPack.dat
files are required. If you use the LPSilent.ini on another computer, copy the
LangPack.dat files to the computer on which you are running the silent install.
For more information on LangPack.dat files, see the documentation that shipped
with the Language Pack Installer for Lotus Domino 7.0.1.


---------------------------------
Updates to the i5/OS Installation
---------------------------------
For the 7.0.1 Language Pack Installer, when running an i5/OS remote installation,
the Notes client does not need to reside on the PC on which you are running the
installation.



===============================================================================

8. Issues and Solutions

===============================================================================

-----------------------------------------------------
SYMLINKS for DOLS language files on i5/OS platforms
-----------------------------------------------------
The upgrade from Notes/Domino R5 to 7 should remove the SYMLINKS for the DOLS
language files, but it does not. Language Pack installer cannot overwrite the
SYMLINKS with the real files; therefore, you must manually remove the
SYMLINKS files before installing Language Pack or the DOLS access will be
limited for your chosen language.

The following files exist in the data folders: /domino/html/download/filesets


---------------------------------------
JVM error message about font.properties
---------------------------------------
On UNIX platforms, when the Language Pack Installer software is launched, a JVM
error message regarding font.properties appears. Use this URL to access a
document that explains the error message:

  http://support.installshield.com ... p;articleid=Q105676


-----------------------------------
JVM error message about scroll bars
-----------------------------------
On UNIX platforms, when you run the Language Pack software, a JVM error message
regarding scroll bars appears. Use this URL to access a document that explains
this error message:

  http://support.installshield.com ... p;articleid=Q106480


------------------------------------------
Possible installer crash with an exception
------------------------------------------
InstallShield requires that some platform-specific binary files perform some of
the OS-level operations. These binaries are bundled in JVMs within the
launchers. If an error is encountered by the AIX launcher while determining the
number of available hard-disk partitions, an "array out-of-bounds" error occurs
causing an exception and the setup process terminates. Resolve this issue by
dismounting any auto-mounted file systems, turn off the auto-mounter, and then
run the installer as usual.


-----------------------------------------------------
Domino Program Directory - free disk space allocation
-----------------------------------------------------
If there is insufficient free disk space available in the Domino Program
Directory, the Language Pack will not successfully perform the installation.
Ensure that there is sufficient free disk space in the Program Directory
prior to installing the Language Pack.


-----------------------------------------------
Linux for zSeries - Language Pack Panel Refresh
-----------------------------------------------
When performing a Language Pack installation on Linux for zSeries,
occasionally some terminal emulation programs do not
refresh the screen when the user clicks Next. A blank panel appears.
To correct this, have the user click Back, and then click Next.
Installation should then complete as normal.


If an unreadable error message displays when you are chatting with users
on Domino Web Access, complete these steps:

1. Locate res.js and resutf-8.js C:\Program Files\Domino\Data\domino\html\sametime\stlinks
2. Overwrite res.js with resutf-8.js


----------------------
z/OS - Surrogate error
----------------------
When you execute the IBM Lotus Domino Server Language Pack Installer in ADD or
REMOVE mode on a z/OS system, uid0 user needs to be able to switch to the owner
id for the notesdata directory of the server that the IBM Lotus Domino Server
Language Pack Installer is running on in order to verify templates.
Ensure that the uid0 user has read permission to the SURROGAT facility class
profile for that owner id on the z/OS system. For example, BPX.SRV.DOMINO


-------------------------------------------------------------------
Installer completes without adding language files in some languages
-------------------------------------------------------------------
Adding Japanese language packs to an English Domino server completes
without adding any of the language files. De-select the Bookmark
template from the list of installed files. The language Bookmark
template will not be added as a result of this action but all other
files will be successfully installed.

Complete these steps to remove the Bookmark template from the list of added
files:

From the GUI installer:
1.  Select the language from the list of languages.
2.  Click Select Files....
3.  De-select the Bookmark (7) options.
4.  Click OK, and then proceed to the next installation step.

From the Console installer:
1.  Select [M]odify when the installer displays the file names for
    the language you selected.
2.  Enter the number that corresponds to the template bookmark.ntf, and
    then de-select the template.
3.  Enter 0, and then proceed to the next installation step.


-------------------------------------------------------------------
Domino Web Access (7) fails to go offline on Windows XP
-------------------------------------------------------------------
On Windows XP, if Domino Web Access (7) fails to go offline, an
Error executing external codes dialog box appears. This is a known issue
on Windows XP. To obtain a newer MSXML parser and install it on
Windows XP, go to http://www.microsoft.com/downloa ... a32%2fmsxml3usa.msi

Use this URL to access a document that explains the error message:
  http://www.microsoft.com/downloa ... &displaylang=en
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-2 21:46:16 | 显示全部楼层
http://publish.it168.com/2006/0327/20060327003201.shtml
【IT168 报道】提到IBM Lotus Domino 许多人首先想到的是邮件系统和OA协同工作软件。但是2005 年 8 月发布的IBM Lotus/Domino 7将有除了邮件系统和协同工作软件之外其他更强大的功能。Lotus Domino 7 支持本地简单邮件传输协议 (SMTP)、多用途互联网邮件扩展(MIME)、邮件协议(POP3)、轻量目录访问协议(LDAP)和安全套接层(SSL)等ORB间互联网协议(IIOP)及扩展的服务器页面(XSP)服务等业界标准协议,还支持Domino离线业务。标准。Lotus Domino 7还支持目前最热门的J2EE和XML。Lotus Domino 7支持在一台服务器上集成几个服务,这对于中小企业降低TCO非常重要。

     Lotus Domino 7主要特点:

    1. Domino 7 服务器管理工具现在支持 DB2 数据库了。此外,Domino 7 还提供了与 IBM WebSphere Application Server 和 WebSphere Portal 更好的集成。Domino 7 也更好地结合了 Web 标准。

    2. 新的 Domino Domain Monitoring(DDM)特性在 Domino Administrator 中为管理员提供了集中查看一个或多个域中多台服务器的状态的能力。DDM 使用探测程序在多台服务器上收集信息,检查出现的任何问题。然后将这些信息汇集起来保存到专门的数据库中(DDM.NSF)。DDM 可以连续不断地监控所有服务器,快速发现和报告重要的服务器和客户机问题。

    3. Domino 7 服务器管理中另一个重要的新增功能是 Activity Trends。该特性收集和存储与服务器、数据库、用户等有关的活动的统计信息。这些信息可以帮助您分析 Activity Trends 信息,更好地判断环境中数据库负载在服务器之间的分配。Activity Trends 甚至能够根据指定的资源目标提出平衡数据库负载的建议,包括帮助实现这些建议的工作流。

    4. Domino 7 提供了自动诊断信息收集,当 Notes 客户机或者 Domino 服务器崩溃时,可以利用 Notes/Domino 6.0.1 引入的自动诊断信息收集功能查看生成的调用栈。自动诊断信息收集扩展了自动数据收集的功能,它分析 Fault Report mail-in 数据库中的调用栈,然后计算这些数据以确定是否出现了同一问题的其他实例。

    5. 智能升级是改进的另一个方面。Domino 7 提供了一个 mail-in 数据库,将每个用户、每台机器的智能升级(Smart Upgrade)状态(成功、失败或延迟)通知管理员。如果集群中的一台服务器失效,Smart Upgrade 就会切换到集群中的其他成员。为了避免服务器负载过重,Smart Upgrade 主管可以限制从一台服务器上下载的数量。其他 Domino 7 管理方面的改进包括 InstallShield Multiplatform(ISMP)安装和对 Web Administration 客户机的 Linux/Mozilla 支持。

    6. Domino 7 中新增安全功能包括更强的加密密钥(1024 位 RSA 和 128 位 RC2)。Domino 7 还为单点登录(SSO)提供了更好的支持,以及和安全有关的处理加密邮件的新 API。其他安全特性包括私有 SMTP 连接黑名单/白名单过滤程序、SMTP 连接 DNS 白名单过滤程序。可以在客户机上启用 DNS 级别的白名单过滤。邮件规则允许用户选择黑名单。

    a、 用集成的 Domino HTTP 服务器将其数据库作为 HTML 发布到 Web 。
    b、 HTTP 服务器中的 Java servlet(Domino提供一个 JSP 标记库,您用该库开发的 JSP 页面将在 WebSphere Application Server 上执行)。
    c、 作为后端编程语言的 Java,用于应用程序、applet 和代理 。
    d、 开始全面支持目录服务(LDAP)。

    对于Web服务器大家都比较熟悉了,这里我们介绍一下LDAP(轻量目录访问协议),LDAP (Lightweight Directory Access Protocol)  轻量级目录存取协议,是目前网络上一个重要的通信协议;就字面意义而言;它是DAP( Directory Access Protocol)简化版本。其目的是为了简化 X.500 服务器与客户端之间的通讯协议,让客户端能够以较为简单的协议X.500 服务器沟通,降低客户端的复杂度。

    它是基于X.500标准的,但是相对DAP简单了许多并且可以根据需要定制。LDAP支持TCP/IP,这对访问Internet是非常重要的。当初在微软公司(Microsoft)Windows 2000操作系统发布之际,影响最大的就是Active Directory(活动目录)。活动目录成了Windows 2000网络系统的核心,它存储了当前网络环境中所有资源的信息,包括基本的个人账户信息和各种系统服务,是大型企业身份和权限管理的有力工具。

    LDAP最大的优势是:LDAP协议是跨平台的和标准的协议,因此应用程序就不用为LDAP目录放在什么样的服务器上操心了,它可以在任何计算机平台上,用很容易获得的而且数目不断增加的LDAP的客户端程序访问LDAP目录。而且也很容易定制应用程序为它加上LDAP的支持。LDAP是一个安全的协议它使用SASL(简单证明余安全层)协议,提供访问控制。软件产商都很愿意在产品中加入对LDAP的支持,因为他们根本不用考虑另一端(客户端或服务端)是怎么样的。LDAP服务器可以是任何一个开发源代码或商用的LDAP目录服务器。LDAP服务器安装简单,也容易维护和优化。Lotus Notes / Domino 7.0一共四个版本(Windows 、Linux、AIX、BSD)笔者得到Linux版本的Lotus Domino/Notes 7是在IBM developerWorks网站订阅的为您的“最新 IBM 软件DVD”工具包。还包括一系列安装工具和详细的文档。详细情况请访问IBM官方网站,链接: http://ibm.com/developerworks/ecma/campaign/er.jsp?id=136151
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表