Configuring the probe
Before running the probe, you must perform the configuration steps described in this topic.
Install Apache ActiveMQ
- Download Apache ActiveMQ version 5.2.0 from the following website:
- Copy the activemq-all-5.2.0.jar file to the $OMNIHOME/probes/java directory.
Configure the JMS transport properties
Edit
the jmsTransport.properties file located in the $OMNIHOME/java/conf directory,
and specify values for the following properties:
- providerURL: Set this property to the URL of the JMS provider.
- queueName: Set this property to the name of a queue on which to receive messages.
- queueConnectionFactory: Set this property to the identifier of the queue connection factory for the JMS.
- topicName: Set this property to the name of a topic to listen on for messages.
- topicConnectionFactory: Set this property to the identifier of the topic connection factory for the JMS.
- username: Set this property to the user name of the JMS.
- password: Set this property to the password of the JMS.
- initialContextFactory: Set this property
to the name of the JMS provider's context factory class. As the probe
is making use of ActiveMQ as the JMS broker, this property in jmsTransport.properties should
be set to the following:
initialContextFactory=org.apache.activemq.jndi. ActiveMQInitialContextFactory
You need to set initialContextFactory (the name of the JMS provider's context factory class)
Configure the probe properties
Specify values
for the following probe properties:
- ResyncHTTPConnectionURL: Set this property to the URL of the initial HTTP resynchronization connection used by the Huawei U2000 server.
- UpdateHTTPConnectionURL: Set this property to the URL of the HTTP connection which is used to update alarms on the Huawei U2000 server.
- ResyncFilterFile: Specify the filter used for resynchronization operations.