[1236d17] | 1 | |
---|
| 2 | OpenGnsys 1.1.x Filesystem Hiearchy |
---|
| 3 | =================================== |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | Directory 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 | |
---|
| 21 | Directory Structure of OpenGnsys Server: |
---|
| 22 | ---------------------------------------------- |
---|
| 23 | |
---|
| 24 | /opt/opengnsys |
---|
| 25 | bin - server binaries. |
---|
| 26 | client - exports the client's directory structure. |
---|
| 27 | doc - documentation files. |
---|
| 28 | etc - configuration files. |
---|
| 29 | lib - tools and libraries. |
---|
| 30 | log - log files. |
---|
| 31 | sbin - binaries for services. |
---|
| 32 | tftpboot - remote boot files (linked to TFTP directory). |
---|
| 33 | www - web files. |
---|
| 34 | |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | Directory Structure of OpenGnsys Repository Manager |
---|
| 38 | --------------------------------------------------------- |
---|
| 39 | |
---|
| 40 | /opt/opengnsys |
---|
| 41 | bin - server binaries. |
---|
| 42 | etc - configuration files. |
---|
| 43 | images - filesystem images. |
---|
| 44 | log - log files. |
---|
| 45 | sbin - binaries for services. |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | Relationship of network file systems |
---|
| 50 | ------------------------------------ |
---|
| 51 | |
---|
| 52 | Server: exports /opt/opengnsys/client -> Client: imports /opt/opengnsys |
---|
| 53 | Server: exports /opt/opengnsys/log/client -> Client: imports /opt/opengnsys/log |
---|
| 54 | RepoMan: exports /opt/opengnsys/images -> Client: imports /opt/opengnsys/images |
---|
| 55 | |
---|
| 56 | |
---|