Versions Compared

Key

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

General

At its basic format, XPLG installs as a single process. This process includes everything that is needed to run and use XpoLog.
The system scales easily by running multiple processes that supports high daily volumes and data retention. See clustering for more information.

This topic includes installation instructions for the following operating systems:

Anchor
windows
windows

Installing on Windows 

...


Important: At any step, you can click cancel to quit the installation.

 


Part Three: Running Your New Software

...

  1. cd to the installation directory of XpoLog
  2. XpoLog should start automatically after installation. To control and verify, use these commands:
    Start XpoLog – sh /…/XpoLogCenter/runXpoLog.sh start
    Stop XpoLog – sh /…/XpoLogCenter/runXpoLog.sh stop
    Check Status – sh /…/XpoLogCenter/runXpoLog.sh stat
  3. Open a browser with the following URL: http://MACHINE_NAME:30303.
    You will be redirected to the XpoLog Center homepage.  


Anchor
macos
macos

Installing on Mac OS X

...

  1. (Skip this step if installation has already started.) Open the folder that the new software was downloaded into, copy it to the target machine, and unzip the file that you downloaded. For instance, if you downloaded XpoLog Center, unzip the downloaded file (unzip XpoLogCenterSetup.zip).
  2. After unzipping the file, ensure there are sufficient permissions to run the file:
    1. Open a terminal and cd to the location where you extracted the file
    2. Run: sudo chmod -R 755 XpoLogCenterSetup.app/
  3. execute the installer - Right Click the XpoLogCenterSetup and select Open.
    The installation wizard will start.
  4. When the XpoLog Setup message appears, read the information and follow the installation process.
  5. Read the instructions on each step.
  6. When you see the prompt telling you that installation is complete, XpoLog will be started automatically.

Important: At any step, you can click cancel to quit the installation.

 


Part Three: Running Your New Software

...

Open a browser to XpoLog machine/IP on port 30303 (default HTTP port - 30303, default HTTPS port - 30443) --> http://MACHINE_NAME:30303.
You will be redirected to the XpoLog Center homepage.  


Anchor
generic
generic

Installing on UNIX without internal JVM (JAVA Provided Externally)

...