Changes between Version 21 and Version 22 of UserGuidelines


Ignore:
Timestamp:
Oct 18, 2013 3:34:24 PM (11 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines

    v21 v22  
    33 * DO read the [https://education.deterlab.net/DETERintro/DETERintro.html Student Introduction to DeterLab] if you are a student.
    44
    5 == Preserving our Control Network ==
     5=== Preserving our Control Network ===
    66 * DON'T use control network unless absolutely necessary. This means:
    77     * DON'T use full node names such as {{{ping node1.YourExperiment.YourProject}}}
     
    99     * DON'T generate traffic to 192.168.x.x network
    1010        * DO use addresses of experimental interfaces. These can be from any IPv4 address range, depending on your NS file, but are often from 10.10.x.x address range.
    11 == Preserving our FileSystem ==
     11=== Preserving our File System ===
    1212 * DON'T store large files (e.g. uncompressed kernel source) in your home or project directory unless you need them in multiple experiment instances.
    1313   * DO store these files locally on a node, e.g., in {{{/tmp}}} folder. If you need more disk space you can mount more to {{{/mnt/local}}} by doing
     
    2424 * DON'T compile software or kernels in your home directory
    2525    * DO compile them on a local disk ({{{/tmp}}} or {{{/mnt/local}}} on experimental machines)
    26 == Preserving CPU cycles on {{{users}}} ==
     26=== Preserving CPU Cycles on {{{users}}} ===
    2727 * DON'T compile large files or run CPU intensive jobs on {{{users.deterlab.net}}}.
    2828   * DO allocate experimental nodes, store files locally and compile/run jobs there.