Installing Zend Core for Oracle

Unattended Installation - Linux/Unix/Solaris

Unattended Installation - Linux/Unix/Solaris

To run an unattended installation on Unix/Linux/Solaris Operating Systems:

  1. Download the required Zend Core package from the Zend Core download site (http://www.zend.com/en/products/core/downloads).

  2. Copy the Zend Core installation package to the server.

  3. Unpack by running the following commands:

Solaris:

gunzip ZendCore-2.5.0-<for_operating_system>.tar.gz

-then-

tar xvf ZendCore-2.5.0-<for_operating_system>.tar

Linux/Unix:

tar -zxvf ZendCore-2.5.0-<for_operating_system>.tar.gz

  1. Change into the installation directory by running the following command:

cd ZendCore-2.5.0-<for_operating_system>

Note:

In the Solaris package, an extract.sh file will have been extracted.
Run the 'extract.sh' file by running the command './extract.sh'.
The Solaris installation process now continues with the same process as Linux/Unix installation.

  1. Open the core.ini file, located in the installation package's 'installer' directory.

  2. Edit the installation parameters according to your requirements. Each parameter and its possible values are explained within the core.ini file itself. The settings for the installation will be taken from the values set in these parameters.

  3. If you run the installation with the default settings provided in the core.ini file, the following settings will apply:

  1. In your CLI, run one of the following commands:

For an unattended installation which displays output messages:

install -n

-Or- for quiet mode, displaying no output messages:

install -q

Zend Core will be automatically installed with the settings defined in the core.ini file.
If you used the 'install -n' command, a dialog will appear indicating your installation's progress.

Note:

If your machine's time and date is not updated, a scrolling error message will appear for a few seconds before the installation continues. This does not affect the installation process.

  1. At the end of the installation, an installation summary will be displayed:

Installation Summary

  1. Make a note of:

Note:

The default Web Administration GUI password is 'password'. This can be changed using the Zend Updater.

  1. See the 'Getting Started' section for information on getting started with Zend Core.
    Your Zend Network User ID and Password can be configured using the Zend Updater. See the Zend Updater section for more information.