Supported Platforms
Elixir Repertoire Server 7.x supports any Java SE version 5.0 Runtime Environment (JRE) update 8 (or later) compliant platforms such as the following:
- Windows
- Solaris (including 10)
- AIX
- Linux
- HP-UX
- Macintosh OS X (10.2 or higher)
Hardware Requirements
Elixir software is able to run on a usual entry level system available in the market. As long as the operating system and the Java runtime is able to operate smoothly, Elixir software itself only requires an incremental amount of RAM. The primary demand for hardware resources comes from the volume of data retrieval (requiring more RAM), the complexity of rendering logic (speed of processor will benefit), and concurrency of rendering (multiple processors or cores will help).
You may refer to the "System requirements for the Java Runtime Environment 5.0" at
http://www.java.com/en/download/help/5000011000.xml.
A recommended minimum configuration would be 512MB, and for more advanced usage, 1GB or even 2GB is common.
A total of 140 MB disk space is recommended.
This consists of the following:
- 40MB for the Elixir Repertoire Server software, documentations and samples.
- Up to 80 MB for the Java runtime (depending on the version)
- 20 MB reserved space for other 3rd party add-on software like database drivers. IntelŪ PentiumŪ 4 Processor with 800MHz or more is required
Installing Elixir Repertoire Server 7.x
- Ensure Java is pre-installed.
- The software strictly requires a Java VM version 5_08 to start
- Tip, To test if your system is Java enabled, open a Command Prompt
or equivalent Console and enter java -version
. This will show
the version of Java installed in your system, if any.
- StartServer / StopServer script reference to JAVA_HOME that is defined on the machine.
If it is not defined, modify the script to the JVM location.
- Default of maximum 512 MB as defined in StartServer script.
Ensure that it does not exceed the available memory on the machines.
- Unzip or unpack the archive (e.g. Repertoire-Server-7.x.x.zip) to a suitable location on your machine.
- To unzip ElixirReportServer.zip, you can use either using a GUI
utility like winzip or type the following command at the command
prompt to unzip ElixirReportServer.zip into a location of your
choice which will be referred to as .
unzip ElixirReportServer.zip
or
jar -xvf ElixirReportServer.jar
(You will need Java to be installed to extract a jar file)
where unzip ElixirReportServer.zip is replaced by the name of your
Elixir Report package file name.
This command will create an ElixirReportServer sub-directory (in
the current directory) which contains everything that you needed to
run Elixir Report Server.
- Deploying License Keys
- Third Party Library
- To be placed in $ERS_HOME/<ext>.
- Includes JDBC driver, customed Java classes.
- Running the Report Server
- Troubleshooting the report server (Optional)
- You should only configure the report server after you have verified,
the report server is properly installed and running.