FAST Enterprise Search Platform 5.2

Aus Mikiwiki
Wechseln zu: Navigation, Suche

Vorbedingungen

  • Java 5 1.5.0_13 oder höher
  • Internetverbindung (ansonsten müssen bestimmte Dateien manuell hingestellt werden)

Hinstellen der Lizenzdatei "fastsearch.lic" ins Verzeichnis "/home/sisis".

$ cp fastsearch.lic /home/sisis

Installation als Benutzer "sisis".

$ cd /backup/software/FAST-ESP-5.2
$ tar xzf setup_Linux.tar.gz
$ ./setup_Linux.bin -console
InstallShield Wizard
InstallShield Wizard wird initialisiert...
Java(tm) Virtual Machine wird gesucht...
...................................
...................................
..............Es wurde keine geeignete JVM gefunden. Führen Sie das Programm 
mit der Option -is:javahome <JAVA-Ausgangsverzeichnis> erneut aus.

In diesem Fall muss erst eine geeignete Java-Version installiert werden. Unter http://java.sun.com/javase/downloads/index_jdk5.jsp kann das Java SE Development Kit / JDK 5.0 Update 17 heruntergeladen werden (die herunterzuladende Datei heisst "jdk-1_5_0_17-linux-i586-rpm.bin").

# chmod 744 jdk-1_5_0_17-linux-i586-rpm.bin
# ./jdk-1_5_0_17-linux-i586-rpm.bin
...
Do you agree to the above license terms? [yes or no] 
yes

Unpacking...
Checksumming...
0
0
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
  inflating: jdk-1_5_0_17-linux-i586.rpm  
Preparing...                ########################################### [100%]
   1:jdk                    ########################################### [100%]
 
Done.
# yast -i jdk-1_5_0_17-linux-i586.rpm

Nun kann die Installation wie folgt gestartet werden.

$ ./setup_Linux.bin -console -is:javahome /usr/java/jdk1.5.0_17/
InstallShield Wizard
InstallShield Wizard wird initialisiert...
Java(tm) Virtual Machine wird gesucht...
.........
-------------------------------------------------------------------------------
Welcome to the InstallShield Wizard for FAST ESP

The InstallShield Wizard will install FAST ESP on your computer.
To continue, choose Next.

FAST ESP
Fast Search 

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Please read the following paragraph carefully.

This software program is protected by copyright law and international
treaties. Unauthorized copying or distribution is strictly prohibited.
This software can only be used in accordance with the written software
license agreement under which the software has been licensed.

Please choose from the following options: 

[ ] 1 - I accept the terms of the written software license agreement.
[ ] 2 - I do not accept the terms of the written software license agreement.

To select an item enter its number, or 0 when you are finished: [0] 1


[X] 1 - I accept the terms of the written software license agreement.
[ ] 2 - I do not accept the terms of the written software license agreement.

To select an item enter its number, or 0 when you are finished: [0] 

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
To complete your installation, You will need to download and install the
following third party software components:

(1) Nux 1.3, available for download and use pursuant to the terms of the Nux
License Agreement (http://dsd.lbl.gov/nux/license.html)

(2) Rhino 1.6R5, available for download and use pursuant to the terms of the
Mozilla Public License Version 1.1 (http://www.mozilla.org/MPL/MPL-1.1.html)

(3) Hibernate 3.0.5, JacORB 2.2, XXL 1.0, Libiconv 1.9.2, XOM 1.0, c3p0
0.9.1.2, Cross-browser.com X library 4.0, omniORB 4.0.7 and omniORB-py 2.6,
available for download and use pursuant to the terms of the GNU Lesser General
Public License, v2.1 (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

(4) WSDL4J 1.5.2, available for download and use pursuant to the terms of the
Common Public License - v 1.0
(http://www-128.ibm.com/developerworks/library/os-cpl.html)

Da im konkreten Fall keine Internetverbindung bestand, musste der Vorgang abgebrochen und die angegebene Software anders beschafft werden. FAST legt im Installationsverzeichnis das Verzeichnis "data" an, worin sich zu diesem Zeitpunkt folgende Dateien befinden:

$ ls /backup/software/FAST-ESP-5.2/data
config.esp.zip  dictionaries.tar    manifest-1.0.2.dtd  manifest-1.0.dtd
datasearch.tar  manifest-1.0.1.dtd  manifest-1.0.3.dtd  manifest.xml

Auf einem anderen Rechner (mit Internetverbindung) wurde bereits eine erfolgreiche Installation von FAST ESP 5.2 durchgeführt, wobei die notwendige Software heruntergeladen wurde. Auf diesem Rechner sieht der Inhalt des Verzeichnisses "data" so aus:

c3p0-0.9.1.2.bin.zip                  manifest-1.0.dtd
config.esp.zip                        manifest.xml
datasearch.tar                        nux-1.3.zip
dictionaries.tar                      omniorb-4.0.7.9-linux-gcc3.2.3.tar.gz
hibernate-3.0.5.zip                   omniorb-py-2.6.22-linux-gcc3.2.3.tar.gz
iconv-1.9.2.17-linux-gcc3.2.3.tar.gz  rhino1_6R5.zip
JacORB_2_2_1-compact.zip              wsdl4j-bin-1.5.2.zip
manifest-1.0.1.dtd                    x40_xc028b_z1.zip
manifest-1.0.2.dtd                    xxl_1_0.zip
manifest-1.0.3.dtd

Das heisst die folgenden Dateien können von diesem Rechner direkt auf den Installationsrechner ins Verzeichnis "data" kopiert werden:

c3p0-0.9.1.2.bin.zip                     nux-1.3.zip
omniorb-4.0.7.9-linux-gcc3.2.3.tar.gz    hibernate-3.0.5.zip
omniorb-py-2.6.22-linux-gcc3.2.3.tar.gz  iconv-1.9.2.17-linux-gcc3.2.3.tar.gz
rhino1_6R5.zip                           JacORB_2_2_1-compact.zip
wsdl4j-bin-1.5.2.zip                     x40_xc028b_z1.zip
xxl_1_0.zip

Diese Dateien werden nun auf den FAST-Rechner ins bereits vorhandene Verzeichnis "/backup/software/FAST-ESP-5.2/data" gestellt.

Nun kann die Installation wie folgt erneut als Benutzer "sisis" gestartet werden.

$ /backup/software/FAST-ESP-5.2
$ ./setup_Linux.bin -console -is:javahome /usr/java/jdk1.5.0_17/
InstallShield Wizard
InstallShield Wizard wird initialisiert...
Java(tm) Virtual Machine wird gesucht...
.........
-------------------------------------------------------------------------------
Welcome to the InstallShield Wizard for FAST ESP

The InstallShield Wizard will install FAST ESP on your computer.
To continue, choose Next.

FAST ESP
Fast Search 

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Please read the following paragraph carefully.

This software program is protected by copyright law and international
treaties. Unauthorized copying or distribution is strictly prohibited.
This software can only be used in accordance with the written software
license agreement under which the software has been licensed.

Please choose from the following options:

[ ] 1 - I accept the terms of the written software license agreement.
[ ] 2 - I do not accept the terms of the written software license agreement.

To select an item enter its number, or 0 when you are finished: [0] 1


[X] 1 - I accept the terms of the written software license agreement.
[ ] 2 - I do not accept the terms of the written software license agreement.

To select an item enter its number, or 0 when you are finished: [0] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Please provide the location for the license file. [/home/sisis/fastsearch.lic] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 


Parsing license file

-------------------------------------------------------------------------------
Choose the setup type that best suits your needs.

[X] 1 - Single Node
        Install a system with a default configuration, where all FAST ESP
        services run on a single host.

[ ] 2 - Multi Node
        Install FAST ESP in a multi-node configuration.

[ ] 3 - Advanced
       Setup according to an existing installation profile

To select an item enter its number, or 0 when you are finished: [0] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
FAST ESP Install Location

Please specify a directory or press Enter to accept the default directory.

Directory Name: [/home/sisis/esp] 

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
It is often beneficial to store the index on a separate physical disk or disk
array. A UNC path can be used on Windows.

Enter location for index storage. [/home/sisis/esp] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Languages for advanced linguistics processing

Select default language for advanced linguistics processing of queries
(spellchecking and lemmatization)

[X] 1 - English
[ ] 2 - Dutch
[ ] 3 - French
[ ] 4 - German
[ ] 5 - Italian
[ ] 6 - Norwegian
[ ] 7 - Portuguese
[ ] 8 - Spanish
[ ] 9 - Korean

To select an item enter its number, or 0 when you are finished: [0] 4


[ ] 1 - English
[ ] 2 - Dutch
[ ] 3 - French
[X] 4 - German
[ ] 5 - Italian
[ ] 6 - Norwegian
[ ] 7 - Portuguese
[ ] 8 - Spanish
[ ] 9 - Korean

To select an item enter its number, or 0 when you are finished: [0] 


Select languages for advanced linguistics processing (spellchecking and
lemmatization)

[X] 1 - English
[ ] 2 - Dutch
[ ] 3 - French
[ ] 4 - German
[ ] 5 - Italian
[ ] 6 - Norwegian
[ ] 7 - Portuguese
[ ] 8 - Spanish
[ ] 9 - Korean

To select an item enter its number, or 0 when you are finished: [0] 2

...

To select an item enter its number, or 0 when you are finished: [0] 8


[X] 1 - English
[X] 2 - Dutch
[X] 3 - French
[X] 4 - German
[X] 5 - Italian
[ ] 6 - Norwegian
[ ] 7 - Portuguese
[X] 8 - Spanish
[ ] 9 - Korean

To select an item enter its number, or 0 when you are finished: [0] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Please make sure that a continous range of 4000 TCP ports are available on the
system. This port range is allocated starting at a configurable base port.

Please enter base port [13000] 


Please make sure that the selected port range does not overlap the operating
system's ephemeral port range.

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Choose index-profile type

[X] 1 - Standard web profile
[ ] 2 - Web profile with lemmas
[ ] 3 - Profile with geo-search
[ ] 4 - Custom

To select an item enter its number, or 0 when you are finished: [0] 2


[ ] 1 - Standard web profile
[X] 2 - Web profile with lemmas
[ ] 3 - Profile with geo-search
[ ] 4 - Custom

To select an item enter its number, or 0 when you are finished: [0] 


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Please enter Web Crawler identification information

Enter company or organization name [] Kundenname


Enter web crawler administrator e-mail address [] email@xxx.yy


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
FAST ESP can be configured to send e-mail to an administrator when certain
events occur. Please enter the hostname of an email (smtp) server to enable
this feature. Leave this field blank if you don't want to use this feature.

Address of e-mail server (optional) [] e-mail-server


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 


Building system configuration

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

FAST ESP will be installed to the following location(s):

rechnername
with the following features:
FAST ESP
for a total size:
2060MB

[Press Enter] 

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] 

Testing host "rechnername"


|-----------|-----------|-----------|------------|
0%         25%         50%         75%        100%
||||||||||||||||||||||||||||||||||||||||||||||||||

Writing Install Profile

Installing FAST ESP. Please wait...


|-----------|-----------|-----------|------------|
0%         25%         50%         75%        100%
||||||||||||||||||||||||||||||||||||||||||||||||||

Creating uninstaller...

Installing packages


|-----------|-----------|-----------|------------|
0%         25%         50%         75%        100%
||||||||||||||||||||||||||||||||||||||||||||||||||

Copying installation profile
Building system configuration from templates
Building system configuration from index profile
Setting file permissions
Installing cache manager
Initializing monitoring
Copying license file
Deleting files locally

-------------------------------------------------------------------------------
Start FAST ESP

[X] 1 - Yes
[ ] 2 - No

To select an item enter its number, or 0 when you are finished: [0] 2


[ ] 1 - Yes
[X] 2 - No

To select an item enter its number, or 0 when you are finished: [0] 


Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] 

-------------------------------------------------------------------------------
Installation Successful


Installation of FAST ESP is complete.


You can now start FAST ESP by running "$FASTSEARCH/bin/nctrl start."


You can then access the FAST Home administration interface through the
following URL:

http://rechnername:16000/

The default user name is "admin" without a password.

[Press Enter] 

Press 3 to Finish or 4 to Redisplay [3]