General
This topic includes uninstallation instructions for the following operating systems:
- Windows
- Linux
- Solaris
- WAR Deployment
- Any JAVA supported OS (JAVA should be provided externally)
Uninstalling on Windows
Removing XpoLog from Windows OS
To remove your XpoLog setup:
- Go to the XpoLog setup directory, in it you will find the "UninstallerData" directory.
- In this directory you will execute the .exe file "Uninstall XpoLog".
Note: You can remove the XpoLog software from the add/remove program console in Windows control panel. - Follow the uninstall wizard, when the wizard will finish, the XpoLog software will removed from the machine.
Important: Once XpoLog is uninstalled no traces will be .
Installing on Linux/Solaris
You may want to print these instructions. When you are ready to install, go to XpoLog site www.xplg.com to the Download Center.
Part One: Downloading Your New Software
To download your new software:
- On the XpoLog download page, click the link or button for the product that you want to download.
- When you are done, click the Download link or the Download Now button.
Note: Be sure to click the Download Now button for the product that you want to install. - Do one of the following:
- If the software is downloaded automatically into a default folder, you see a download progress dialog box. Make a note of the directory (folder) and filename for the software that you are downloading.
- If a "Save As" dialog box appears, choose a folder and filename for the software that you are downloading.
Part Two: Installing Your New Software
To install your new software:
After downloading is complete, you may see a "Download successful" dialog box. If you see this dialog box, click Install and go on to step 3. Otherwise, continue with step 2.
- (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 gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetup.bin.gz).
- After unzipping the file, execute the .bin file (sh XpoLogCenterSetup.bin).
The installation wizard will start. - When the XpoLog Setup message appears, read the information and follow the installation process.
- Read the instructions on each step.
- 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.
Silent Mode:
- Open the folder that the new software was downloaded into, copy it to the target machine, and gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetup.bin.gz).
- In the folder that the new software was downloaded into create a file installer.properties, with the following contents:
Mandatory Parameters:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<FULL_PATH_TO_INSTALLATION_DIRECTORY> (For example: /apps/XpoLogCenter/)
Optional Parameters:
USER_INPUT_AGENT_MODE="Agent Mode Active" (use "Agent Mode Not Active" for a regular installation)
USER_INPUT_START_XPOLOG_CONSOLE="Yes" (use "No" to prevent XpoLog from starting once the installation is complete)
- Note: ensure there are no spaces at the end of any of the lines in the file installer.properties - Execute command: sh XpoLogCenterSetup.bin -f installer.properties
- XpoLog will be installed in the background and will be started automatically, unless you specified otherwise during installation.
Part Three: Running Your New Software
XpoLog starts automatically after installation. There are several useful commands for starting, stopping, restarting, or finding out the status of the server:
- cd to XPOLOG_HOME
- Run: 'sh runXpolog.sh start|stop|restart|stat'
start = starting XpoLog
stop = stopping XpoLog
restart = restarting XpoLog
stat = finding out whether XpoLog is running or not
To run your new software:
- Go to the installation directory.
- XpoLog should start automatically after installation. To control and verify, use these commands:
Start XpoLog – sh /…/XpoLogCenter/runXpoLog start
Stop XpoLog – sh /…/XpoLogCenter/runXpoLog stop
Check Status – sh /…/XpoLogCenter/runXpoLog stat - Open a browser with the following URL: http://MACHINE_NAME:30303.
You will be redirected to the XpoLog Center homepage.
Installing on UNIX without internal JVM (JAVA Provided Externally)
You may want to print these instructions. When you are ready to install, go to XpoLog site www.xpolog.com to the Download Center.
This XpoLog Installer does not contain JAVA and uses an external JAVA which should already be available on the machine that you plan to run XpoLog on. Important: JAVA 1.6+ is required.
Part One: Downloading Your New Software
To download your new software:
- On the XpoLog download page, click the link or button for the product that you want to download (without internal JVM).
- Log in to the target machine with the same user you plan to run XpoLog with to ensure JAVA is available. Run the command 'java -version' and confirm the output is JAVA 1.6+
If the java command does not return result or the JAVA version is prior to JAVA 1.6 please contact XpoLog Support for additional information. - Do one of the following:
- If the software is downloaded automatically into a default folder, you see a download progress dialog box. Make a note of the directory (folder) and filename for the software that you are downloading.
- If a "Save As" dialog box appears, choose a folder and filename for the software that you are downloading.
Part Two: Installing Your New Software
To install your new software:
After downloading is complete, you may see a "Download successful" dialog box. If you see this dialog box, click Install and go on to step 3. Otherwise, continue with step 2.
- (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 gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetupNoJava.bin.gz).
- After unzipping the file, execute the .bin file (sh XpoLogCenterSetup.bin).
The installation wizard will start.
Note: the installation wizard looks for a local JAVA to be used, it is possible to specify the full JAVA path that should be used, by executing the installation with a specified JAVA full path (sh XpoLogCenterSetupNoJava.bin LAX_VM "/FULL/PATH/TO/JAVA/EXECUTABLE") - When the XpoLog Setup message appears, read the information and follow the installation process.
- Read the instructions on each step.
- When you see the prompt telling you that installation is complete, XpoLog will be started automatically, unless you specified otherwise during installation.
Important: At any step, you can click cancel to quit the installation.
Silent Mode:
- Open the folder that the new software was downloaded into,copy it to the target machine, and gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetupNoJava.bin.gz).
- In the folder that the new software was downloaded into create a file installer.properties, with the following contents:
Mandatory Parameters:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<FULL_PATH_TO_INSTALLATION_DIRECTORY> (For example: /apps/XpoLogCenter/)
Optional Parameters:
USER_INPUT_AGENT_MODE="Agent Mode Active" (use "Agent Mode Not Active" for a regular installation)
USER_INPUT_START_XPOLOG_CONSOLE="Yes" (use "No" to prevent XpoLog from starting once the installation is complete)
- Note: ensure there are no spaces at the end of any of the lines in the file installer.properties - Execute command: sh XpoLogCenterSetup.bin -f installer.properties
- XpoLog will be installed in the background and will be started automatically.
Part Three: Running Your New Software
XpoLog starts automatically after installation. There are several useful commands for starting, stopping, restarting, or finding out the status of the server:
- cd to XPOLOG_HOME
- Run: 'sh runXpolog.sh start|stop|restart|stat'
start = starting XpoLog
stop = stopping XpoLog
restart = restarting XpoLog
stat = finding out whether XpoLog is running or not
To run your new software:
- Go to the installation directory.
- XpoLog should start automatically after installation. To control and verify, use these commands:
Start XpoLog – sh /…/XpoLogCenter/runXpoLog start
Stop XpoLog – sh /…/XpoLogCenter/runXpoLog stop
Check Status – sh /…/XpoLogCenter/runXpoLog stat - Open a browser with the following URL: http://MACHINE_NAME:30303.
You will be redirected to the XpoLog Center homepage.
Deploying XpoLog as a Web Application
Part One: Downloading Your New Software
To download your new software:
- On the XpoLog download page, click the link or button for the product that you want to download.
- When you are done, click the Download link or the Download Now button.
Note: Be sure to click the Download Now button for the product that you want to install.
Part Two: Installing Your New Software
XpoLog can be deployed on most application servers. The deployment is standard, according to the application server that you are using.
For specific information on how to deploy XpoLog on Apache Tomcat, IBM WebSphere, Oracle WebLogic, JBoss, or any other, please contact XpoLog support team at support@xplg.com
Once XpoLog WAR has been deployed successfully, the context of XpoLog is ‘logeye’.
Part Three: Running Your New Software
Start/stop/restart the application on the application server on which you deployed XpoLog.
Note: XpoLog default context is 'logeye'.
Thank you for installing XpoLog Center.