Difference between revisions of "Remote Experiment Controller"

From wwwelab
Jump to navigation Jump to search
Line 3: Line 3:
 
To test locally, edit build_pendulum.properties:
 
To test locally, edit build_pendulum.properties:
  
pendulum.experiment.list=wpchangeme
+
    pendulum.experiment.list=wpchangeme
 
+
    pendulum.multicast.controller.host=yourhost
pendulum.multicast.controller.host=yourhost
 
  
 
Other important properties:
 
Other important properties:
  
pendulum.multicast.controller.port=9001 # CORBA port
+
    pendulum.multicast.controller.port=9001 # CORBA port
 
+
    pendulum.rec.multicastcontroller.jmxremote.port=25001 # JMX Port
pendulum.rec.multicastcontroller.jmxremote.port=25001 # JMX Port
+
    install.dir=/home/elab # Base directory for the multicast controller installation
 
+
    deployment.subdir=/rec-deployment # Deployment directory for the multicast controller installation
install.dir=/home/elab # Base directory for the multicast controller installation
 
 
 
deployment.subdir=/rec-deployment # Deployment directory for the multicast controller installation
 
  
 
Build the project:
 
Build the project:
  
$ mvn clean package -Dmaven.test.skip=true -Djarsigner.alias="REC" -Dbuild.environment=pendulum
+
    $ mvn clean package -Dmaven.test.skip=true -Djarsigner.alias="REC" -Dbuild.environment=pendulum
  
  

Revision as of 10:34, 12 April 2021

Steps to build and run ReC Local Environment:

To test locally, edit build_pendulum.properties:

   pendulum.experiment.list=wpchangeme
   pendulum.multicast.controller.host=yourhost

Other important properties:

   pendulum.multicast.controller.port=9001 # CORBA port
   pendulum.rec.multicastcontroller.jmxremote.port=25001 # JMX Port
   install.dir=/home/elab # Base directory for the multicast controller installation
   deployment.subdir=/rec-deployment # Deployment directory for the multicast controller installation

Build the project:

   $ mvn clean package -Dmaven.test.skip=true -Djarsigner.alias="REC" -Dbuild.environment=pendulum


Steps to build and deploy ReC at target environments:

  1. TODO Steps

Steps to connect to IST environment:

  1. TODO Steps