Changes between Version 52 and Version 53 of GeniTmixCalibTutorial
- Timestamp:
- 06/19/14 20:34:44 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeniTmixCalibTutorial
v52 v53 22 22 23 23 == C Run Tmix Script and view data files == 24 1. The image loaded on the nodes has the tmix tools already installed and in your path. The first time the node booted it generated a custom tmix.conf file and placed it in your home directory. Also, each time the system boots, a kernel module is automatically inserted to assist in simulating the packet delays. List the contents of your home directory on either node.24 1. The image loaded on the nodes has the tmix tools already installed and in your path. Each time the system boots, a kernel module is automatically inserted to assist in simulating the packet delays. List the contents of your home directory on either node. 25 25 {{{ 26 26 ls 27 27 }}} 28 You should see a tmix.conf file, which contains the configuration for a tmix experiment. Open the file with an editor such as vim, emacs, or nano, and browse its contents. These are various settings that control a tmix experiment. At the end of the file notice the Crecv_Trace and Cinit_Trace lines. These are the only two lines you will need to change as we run our calibration experiments. 28 2. If you do not see a tmix.conf file in your home directory type: 29 {{{ 30 /local/tmix-script.sh 31 }}} 32 This script generates a tmix.conf file and attempts to reload the kernel module. Ignore the warning that that effect. 33 3. '''Repeat''' step 2 for the other node. 29 34 30 4. List the contents of the tmix data directory by typing the following on either node: 35 4. Open the tmix.conf file with an editor such as vim, emacs, or nano, and browse its contents. The entries represent various settings that control a Tmix experiment. At the end of the file notice the Crecv_Trace and Cinit_Trace lines. These are the only two lines you will need to change as we run our calibration experiments. 36 37 5. List the contents of the tmix data directory by typing the following on either node: 31 38 {{{ 32 39 ls /opt/tmix-1.2/data