source: doc/filetree.en.txt @ d81fc6a

Last change on this file since d81fc6a was 3a72ee7, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Definir nº de revisión para la versión 1.0.3.

git-svn-id: https://opengnsys.es/svn/trunk@2732 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.4 KB
Line 
1
2OpenGnSys 1.0.x Filesystem Hiearchy
3===================================
4
5
6Directory Structure of OpenGnSys Client
7---------------------------------------------
8
9/opt/opengnsys
10  bin (ro) - associated tools
11  cache (rw) - mount point of the local cache filesystem
12  etc (ro) - configuration files.
13    init (ro) - init scripts.
14  images (user=ro, admin=rw) - images repository.
15  lib (ro) - tool libraries.
16    engine/bin (ro) - cloning engine libraries.
17  log (rw) - log files.
18
19
20
21Directory Structure of OpenGnSys Server:
22----------------------------------------------
23
24/opt/opengnsys
25  bin - server binaries.
26  client - exports the client's directory structure.
27  etc - configuration files.
28  lib - tool libraries.
29  log - ficheros de registro de incidencias.
30  log - log files.
31  tftpboot - remote boot files (linked to TFTP directory).
32
33
34
35Directory Structure of OpenGnSys Repository Manager
36---------------------------------------------------------
37
38/opt/opengnsys
39  bin - server binaries.
40  etc - configuration files.
41  images - filesystem images.
42  log - log files.
43
44
45
46Relationship of network file systems
47------------------------------------
48
49Server: exports /opt/opengnsys/client -> Client: imports /opt/opengnsys
50Server: exports /opt/opengnsys/log/client -> Client: imports /opt/opengnsys/log
51RepoMan: exports /opt/opengnsys/images -> Client: imports /opt/opengnsys/images
52
53
Note: See TracBrowser for help on using the repository browser.