Linux Intsall Endeca 11
MDEX 6.5 Installation:
Before start to install, please check these utilities:
- bin
basename cat chgrp chown date dd df mkdir more rm sed tar true
- /usr/bin
awk cksum cut dirname expr gzip head id printf tail tr wc which
-
./OCmdex6.5.1-Linux64_829811.sh --target /opt/(install direcotry)
- set env variables:source /opt/endeca/MDEX/6.5.1/mdex_setup_sh.ini
PlatFormservice Installation:
- check linux some utilities as the same with MDEX
- ./OCplatformservices11.1.0-Linux64.bin --target /opt/
- source /opt/endeca/PlatformServices/workspace/setup/installer_sh.ini
ToolsAndFrameWork Installation:
Extract the package, and navigate to /cd/disk1/install
Here, you have 2 options:
1 run runInstaller.sh
2 run silent_install.sh
I select silent install. You must according to the command format: silent_install.sh <FULL_PATH_TO_RESPONSE_FILE> <ORACLE_HOME_NAME> <ORACLE_HOME_LOCATION> <ADMIN_USER_PASSWORD>
Eaxample:
/opt/data/cd/Disk1/install/silent_install.sh /opt/data/cd/Disk1/install/silent_response.rsp ToolsAndFrameworks /opt/endeca/ToolsAndFrameworks admin
There is an error occurs:
For this silent installation it is assumed that you have read and accepted the license agreement located in /opt/data/cd/Disk1/install/./license.txt. If this is not the case, please cancel this installation and read the licence agreement before resuming the installation.
SEVERE:OUI-10037:Unable to set up inventory. You may not have the proper permissions.
So, this is because you forget to change the silent_response.rsp default UNIX_GROUP_NAME。 Check you local user group, and set the UNIX_GROUP_NAME="xxx"
Example:
UNIX_GROUP_NAME="endeca"
So far, you are half on the way of install ToolsAndFrameworks. If here still has some error log, such as "No space of device",please fixed it.
run the
Complete the installatio, you need to exec the startup.sh and start Tool Service.
Actually, we need a shell script to exec endeca script and export the env variable to path, start endeca http service and tools service.
So while server is running, we could exec the following script: