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