summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornilabjar <nilabjar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-09-07 21:40:18 +0000
committernilabjar <nilabjar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-09-07 21:40:18 +0000
commit17a6c336fdf0c31d0fb359347c3b4fa2441f9252 (patch)
tree75ab1cccc3f20e913ee23ee9f146889bbcde1101
parent1854cb9af4d8bd55d8c90a46cadad5c4646e2024 (diff)
downloadATCD-17a6c336fdf0c31d0fb359347c3b4fa2441f9252.tar.gz
ChangeLogTag: Fri Sep 7 21:25:06 UTC 2007 Nilabja R <nilabjar@dre.vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/DAnCE/TM_Daemon/README27
2 files changed, 32 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 8c246c80186..b5587bd10c6 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 7 21:25:06 UTC 2007 Nilabja R <nilabjar@dre.vanderbilt.edu>
+
+ * DAnCE/TM_Daemon/README:
+ Adding the Readme file
+
Thu Sep 6 23:14:59 UTC 2007 Nilabja R <nilabjar@dre.vanderbilt.edu>
* DAnCE/Deployment/QoS.idl:
diff --git a/CIAO/DAnCE/TM_Daemon/README b/CIAO/DAnCE/TM_Daemon/README
new file mode 100644
index 00000000000..468d75e66f4
--- /dev/null
+++ b/CIAO/DAnCE/TM_Daemon/README
@@ -0,0 +1,27 @@
+Steps to run the Online Monitoring
+
+1. Source the file set_app_mon.sh
+
+2. cd $APP_ROOT
+
+3. First run the Node Managers in each machine using the script run_NodeManager.pl
+
+4. Run the NS in blade 39 using the run_NS.pl
+
+5. From any blade run the Execution Manager
+
+ eg. command $CIAO_ROOT/bin/Execution_Manager -o EM.ior -i NodeManagerMap_4.dat &
+
+ Use the corresponding NodeManagerMap file.
+
+6. Run the plan Launcher
+
+ $CIAO_ROOT/bin/plan_launcher -p SPACE_4_no_Qos.cdp -k file://EM.ior -o DAM.ior
+
+7 Now when the application is deployed run the TM_Daemon
+
+ $CIAO_ROOT/bin/TM_Daemon -ORBInitRef NameService=corbaloc:iiop:blade39:60003/NameService SPACE_4_no_Qos.cdp NodeManagerMap_4.dat
+
+ Use the Plan in the second parameter and the NodeManagerMap file in the third.
+
+8. Before running stuff make sure to have the right Domain file. THere are different Domain files for different number of Nodes.