Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleInstallation steps on the first node
Note

When installing Zephyr on your nodes, keep in mind the following:

  • Use the same Zephyr version and build on all the nodes.

  • Zephyr installed on all the nodes must have the same license.

1. Ensure the installation file has proper permissions to be executed:

chmod +x zephyr_(Build Number)_linux_setup.sh

2. Launch the installation file with the -c command line option as shown below, and ensure you launch it as sudo or root:

sudo ./zephyr_(Build Number)_linux_setup.sh

3. You will be prompted to continue with the installation. Choose OK to continue:

Starting Installer...
This will install Zephyr X.X on your computer
OK [o, Enter], Cancel [c]

4. You may be prompted to choose between a new installation and upgrading. Choose Install.

Choose type:
Install [1, Enter], Upgrade [2]

5. You will be prompted to confirm your system meets the Zephyr Server requirements. Please make sure your system meets the requirements before proceeding:

Requirements
Server
OS:               RedHat Enterprise
                     CentOS
                     Ubuntu/Debian
                     SUSE/openSUSE
CPU:            Quad-core CPU Intel Pentium or AMD Opteron (2Ghz or higher)
RAM:            Minimum 16GB; Preferred 16GB
Disk Space:   At least 5GB Free
Networking:   Wired Ethernet
                     Static IP address
                     If Firewall exists, please allow ports
                     80, 1024, 443,8443, 8005, 8009 , 3306
Account:       Superuser (root) access to the machine
                     Installer Installer and services need to will be installed as "root"the current user

6. Agree to the Zephyr EULA:

License Agreement
Software End User License Agreement
IMPORTANT - PLEASE READ CAREFULLY:
This End User License Agreement ("Agreement") constitutes a valid and
binding agreement between D Software, INC. (”d software,” ”WE” or ”US”) and
you, as either an individual or a single business entity ("you," "your" or
"user") for the use of the Zephyr x.x software, ANY files that are delivered
to you by d software to modify the Zephyr x.x software product, any online
or enclosed documentation, and any updates, fixes and upgrades provided to
you (collectively, the ”Software”). You must FIRST READ AND ACCEPT THE TERMS
OF THIS LICENSE AGREEMENT by clicking on the ”i agree” checkbox below in
order to install and use the Software.

7. Press the Enter key until you see the following, then press 1 to agree to the terms:

I accept the terms of this license agreement [1], I do not accept the terms of this  license agreement [2, Enter]

8. Specify the destination location to place the Zephyr home directory:

Select Destination Location
Setup will install Zephyr into the following folder.
To continue click Next. If you would like to select a different folder, click Browse
[/usr/local/zephyr]

9. Choose the installation type Data Center deployment:

Choose deployment type:
Server deployment [1, Enter], Data Center deployment [2]

10. Locate your license file:

License File
License Key File:
[/home/zephyr/license.lic]

11. Choose a port to run Zephyr on. By default, Zephyr runs on port 80 (for root user) and port 1024(for non-root user):

Customization
Server Port :
[80]

12. Choose a Tomcat Server Shutdown Port.  We recommend that you leave the default port for it:

Tomcat Server Shutdown Port:
[8005]

13. You will be prompted to choose a database system. Choose MySQL:

Note: If you had just uninstalled. Please wait few miniutes for the port to get free and try again.
Configure Database
Database Type:       
MySQL [1, Enter]

14. Specify the username you use to connect to the database:

Database Character Set:  utf8
Username:
[]

15. Specify the password you use to connect to the database:

Password:                
[]

16. Specify the database connection string:

Database URL Configuration:
Sample URL:               jdbc:mysql://localhost:3306/
Database URL:
[]

17. Specify the connection string for Elasticsearch you configured earlier.  By default, Elasticsearch will bind to the IP configured in the elasticsearch.yml file edited earlier in the installation instructions. For example: 192.168.56.101:9300:

Configure Elasticsearch
Enter the hostname or IP address and port used by Elasticsearch. For example: localhost:9300.
Multiple Elasticsearch nodes should be separated by comma. For example: localhost:9300,localhost:9301
ES Host URL
[]

18. Zephyr will now install the required files:

Extracting files ..

# ************************************************************

  1. After the installation is complete, you will see the following:

    ZephyrService.sh may or may not start automatically. Please check and start manually if not started.

    Done! 

    Zephyr x.x has now been installed on your computer. 

    Zephyr Desktop will now be launched automatically.

    You can access additional help from the Zephyr installation.

    Click Finish to exit setup.

    Launch Zephyr Desktop?

    Yes [y, Enter], No [n]

Choose No for now.

2. After you install Zephyr, make sure it is up and running, and then stop the node.

...

sh zephyr_6x.6x_xxx_setup_iRev_xxx.sh  -VzSkipStartupData=true

...