close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
May 30, 2011, 7:01:32 PM (14 years ago)
- Author:
-
adv
- Comment:
-
Actualizacion info boot-tools usb/cdrom/cache
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
39 | 39 | |
40 | 40 | === USB, cdrom a CACHE === |
| 41 | Usamos como gestor de arraque un grub2 de algún linux instalado en nuestro ordenador. |
| 42 | Entramos al sistema operativo linux y editamos el fichero /etc/grub.d/40_custom |
41 | 43 | |
| 44 | {{{ |
| 45 | menuentry "og cache " { |
| 46 | set root=(hd0,4) |
| 47 | linux /boot/ogvmlinuz ro vga=788 irqpoll acpi=on boot=oginit og2nd=sqfs ogprotocol=local ogactiveadmin=true ogdebug=true ip=none |
| 48 | initrd /boot/oginitrd.img |
| 49 | } |
| 50 | }}} |
42 | 51 | |
| 52 | NOTA: |
| 53 | * Si queremos ip dinámica, el parámetro ip=dhcp |
| 54 | * Si queremos ip estática, el parámetro |
| 55 | * ip=ip:dns:gateway:netmask:hostname:iface:none |
| 56 | * ip=172.17.9.152:172.17.9.205:172.17.9.254:255.255.255.0:cte152:eth0:none |
| 57 | |
| 58 | y ejecutamos |
| 59 | {{{ |
| 60 | os-prober |
| 61 | update-grub |
| 62 | }}} |
| 63 | |
| 64 | Insertamos el usb, lo mantamos y copiamos el directorio ogcliente y todo su contenido en el raiz de la partición CACHE. |
| 65 | TODO: ogclient debe ir dentro del directorio boot de la cache. |
| 66 | |
| 67 | Reiniciamos y seleccionamos el sistema de arranque og_cache |
43 | 68 | |
44 | 69 | === Test de carga === |
… |
… |
|
50 | 75 | * 30 segundos pxe con conexión al servidor Og y browser. Dependiente del ancho de banda de la red. |
51 | 76 | * 20 segundos cache (kernel e initrd) más conexion al servidor OG y browser. Independiente del número de clientes o ancho de banda de red. |
52 | | * segundos cache (kernel, initrd, oglient.sqfs). |
| 77 | * 10 segundos cache (kernel, initrd, oglient.sqfs), sin configuración IP |
| 78 | * 15 segundos cache (kernel, initrd, ogclient.sqfs), con ip dinámica |
| 79 | * * 10 segundos cache (kernel, initrd, ogclient.sqfs), con ip estática |
53 | 80 | |
54 | 81 | |