Orax SDI Cloud Reference

 
  1. Introduction
  2. Self-Management tools
  3. Communication and Content management
  4. Sales and Customer Engagement
  5. Service Desk
  6. Project Management
  7. Automation & Wide-Area-Monitoring
  8. Job Cards
  9. Education & B-2-B online training
  10. Billing and customer statements
  11. Inventory & Asset management
  12. Production management
  13. Human Resources and Payroll
  14. Procurement and Supply chain
  15. Ledgers & Accounting
  16. Reporting and Analytics
  17. Administration & configuration
    Up    Previous    Next

The Java Agent

A Java version of the Orax SDI Monitor Agent is available. This agent is simple to install, configure and run. The agent can be compiled for many supported environments. A Windows, Apple Mac and Linux agent is available in a compiled class.

INSTALLATION

Download the oraxAgent.class binary for your platform (or compile one from source) and place it in a dedicated directory.

Execute it from the command prompt like this: java oraxAgent

The first time you execute it, you will be prompted to configure the agent. Enter the required SystemID and URL for the Agent. Verify that the agent is running and working fine.

Now, make sure that the Agent is started at boot-up time. On Windows it is probably the simplest to put a batch file in the Startup directory. On Linux call it from rc.local. You may also add the Java Agent to a scheduler ( refer SDI Monitor Agents ).

Your script should look like this on Linux/Unix:

cd /Agent-Directory; java oraxAgent > oraxAgent.log

and like this on Windows:

cd C:\Agent-Directory
java oraxAgent > oraxAgent.log

Once the agent is running, you may configure it from the Portal just like any other agent.

 

    Up    Previous    Next