Changes between Version 12 and Version 13 of SpVirtualMachine


Ignore:
Timestamp:
Oct 1, 2010, 7:20:42 AM (14 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpVirtualMachine

    v12 v13  
    3030=== Environment Setup ===
    3131
    32    to be added.
     32  This is the list of the main components and its configuration
     33
     34==== Resource Directory ====
     35
     36   Install Directory: ''/opt/sensei/RDv2''[[BR]]
     37   Requires: ''mysql daemon started''[[BR]]
     38   Database configuration file: ''/opt/sensei/RDv2/build/database/ConnectionPool.properties''[[BR]]
     39   !HowTo Run: [[BR]]
     40
     41 * you can use the service startup script like this:
     42{{{
     43[root@sensei-dev1 RDv2]# pwd
     44/opt/sensei/RDv2
     45[root@sensei-dev1 RDv2]# ./sensei-rd-2.sh start
     46[root@sensei-dev1 RDv2]#
     47}}}
     48 *  or you can startup manually like
     49{{{
     50nohup java -Xms32m -Xmx384m -classpath .:build:lib/commons-cli-1.2.jar:lib/com.springsource.org.apache.commons.logging-1.1.1.jar:lib/com.springsource.slf4j.api-1.5.10.jar:lib/com.springsource.slf4j.jcl-1.5.10.jar:lib/mysql-connector-java-5.1.7-bin.jar:lib/org.restlet.jar:lib/SenseiFederationBroker-api-1.0-SNAPSHOT.jar:lib/slf4j-api-1.5.10.jar:lib/standalone-1.2.0-SNAPSHOT-jar-with-dependencies.jar restlet_server.RESTLET_Server -peered pub.ro tid.es thalesresearch.com unimelb.edu.au sensinode.com oulu.fi ericsson nlehd.de -host 141.85.224.221 &
     51}}}
     52 * you should be carefull, this is a peered RD, so you have to add all peered domains to the list
     53{{{
     54-peered pub.ro tid.es thalesresearch.com unimelb.edu.au sensinode.com oulu.fi ericsson nlehd.de
     55}}}
     56 * Check the service:
     57{{{
     58[root@sensei-dev1 RDv2]# netstat -anp | grep :8184
     59tcp        0      0 :::8184                     :::*                        LISTEN      29572/java
     60}}}
    3361
    3462=== Networking Setup ===
     63
     64