Changes between Version 21 and Version 22 of UserGuidelines
- Timestamp:
- Oct 18, 2013 3:34:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines
v21 v22 3 3 * DO read the [https://education.deterlab.net/DETERintro/DETERintro.html Student Introduction to DeterLab] if you are a student. 4 4 5 == Preserving our Control Network==5 === Preserving our Control Network === 6 6 * DON'T use control network unless absolutely necessary. This means: 7 7 * DON'T use full node names such as {{{ping node1.YourExperiment.YourProject}}} … … 9 9 * DON'T generate traffic to 192.168.x.x network 10 10 * 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 === 12 12 * DON'T store large files (e.g. uncompressed kernel source) in your home or project directory unless you need them in multiple experiment instances. 13 13 * 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 … … 24 24 * DON'T compile software or kernels in your home directory 25 25 * 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}}} === 27 27 * DON'T compile large files or run CPU intensive jobs on {{{users.deterlab.net}}}. 28 28 * DO allocate experimental nodes, store files locally and compile/run jobs there.