This contains information about how to install and run IxoraRMS. Refer to User guide for a full overview of its features. IxoraRMS requires J2SE 6.0 or above.
To ensure maximum portability IxoraRMS is distributed as a series of compressed files (zip or bz2) for supported platforms. The installation procedure consists in unzipping the appropriate file in the desired output directory. To uncompress use:
or the same command as for Linux, if the GNU freeware utilities are installed.
The Console is the main application component which displays data collected from all monitored hosts in a graphical console. The Host Manager is the component responsible for collecting data from agents deployed on remote hosts and forwarding it to the console.
The installation file for each platform contains both the Console and HostManager. To start them use:
Note that IxoraRMS Console will try to communicate to all Host Managers through a bidirectional TCP/IP channel to offer the best user experience but if such a channel cannot be established (because of firewalls for instance), the console will use a polling mechanism to retrieve data from the Host Managers using a one way channel.
Click the Load session button and select winsample.rmss if you are running on Windows. This will open a sample monitoring session with system information pertinent to the local machine using the Windows Agent.
You can also start a monitoring session in a non-interactive manner using:
batchStart.bat(sh) [sessionName] [logFile]
where the two parameters are the monitoring session name and the log file where monitoring data will be stored. To stop a session started with batchStart you must run batchStop.bat(sh)