User Tools

Site Tools


admin:uml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
admin:uml [2014/01/30 17:23] oreladmin:uml [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== UML at HOME ====== ====== UML at HOME ======
 +
 +//Tutoriel valide à la fois pour Administration des Réseaux (AR) et Sécurité des Réseaux (SR). Veillez à remplacer AR ou SR selon le cas.//
  
 ===Comment installer UML à la maison ?=== ===Comment installer UML à la maison ?===
Line 6: Line 8:
  
   * le script de démarrage : /net/stockage/auesnard/UMLHOME/launch.sh   * le script de démarrage : /net/stockage/auesnard/UMLHOME/launch.sh
-  * le kernel : /net/stockage/auesnard/UMLHOME/linux +  * le kernel : /net/stockage/auesnard/UMLHOME/AR/linux 
-  * le root filesystem : /net/stockage/auesnard/UMLHOME/root_fs.tgz+  * le root filesystem : /net/stockage/auesnard/UMLHOME/AR/root_fs.tgz
  
 En remplaçant <mylogin> par votre login au CREMI, tapez : En remplaçant <mylogin> par votre login au CREMI, tapez :
  
   $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/launch.sh .   $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/launch.sh .
-  $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/linux . +  $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/AR/linux . 
-  $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/root_fs.tgz .+  $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/auesnard/UMLHOME/AR/root_fs.tgz .
   $ chmod +x launch.sh     $ chmod +x launch.sh  
      
Line 20: Line 22:
 ===Démarrons le TP1 === ===Démarrons le TP1 ===
  
-Placez vous dans le répertoire ou se trouve les trois fichiers précédents (launch.sh, root_fs.tgz and linux), puis récupérez les fichiers du TP1 (archive_tp1.tgz et config) : +Placez vous dans le répertoire où se trouve les trois fichiers précédents (launch.sh, root_fs.tgz et linux), puis récupérez les fichiers du TP1 (archive_tp1.tgz et config) que vous renommez en tp1.tgz et tp1.txt 
  
   $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/aguermou/AR/images/archive_tp1.tgz tp1.tgz   $ scp <mylogin>@jaguar.emi.u-bordeaux.fr:/net/stockage/aguermou/AR/images/archive_tp1.tgz tp1.tgz
Line 46: Line 48:
    * ROOT_FS_ARCHIVE: a root filesystem  (default, root_fs.tgz) [optional]    * ROOT_FS_ARCHIVE: a root filesystem  (default, root_fs.tgz) [optional]
    * UML_COW_TMP: a temporary directory (default, /tmp/UML) [optional]    * UML_COW_TMP: a temporary directory (default, /tmp/UML) [optional]
 +
 +
 +__Sauvegarde__
  
 If you have properly halted UMLs, you can save your works like this: If you have properly halted UMLs, you can save your works like this:
Line 54: Line 59:
 Then, you can relaunch UML with this archive to continue your work. Then, you can relaunch UML with this archive to continue your work.
  
-===WARNING===+__Remarques__
  
-Each UML host requires about 100MB of shared memory (/dev/shm) in your Linux. The amount of memory required by each UML id defined by the the UML_MEM variable of the launch.sh script. One can check the available shared memory of your host with the following command: +UML host requires about 100MB of shared memory (/dev/shm) in your Linux. The amount of memory required by each UML id defined by the the UML_MEM variable of the launch.sh script. One can check the available shared memory of your host with the following command: 
  
   $ df -h /dev/shm   $ df -h /dev/shm
admin/uml.1391102627.txt.gz · Last modified: 2024/03/18 15:04 (external edit)