Changes between Version 1 and Version 2 of ClienteInitrdDSUarlo/en


Ignore:
Timestamp:
Feb 27, 2012, 4:19:24 PM (12 years ago)
Author:
paqui
Comment:

Finish. Review

Legend:

Unmodified
Added
Removed
Modified
  • ClienteInitrdDSUarlo/en

    v1 v2  
    22[[TOC]]
    33
    4 OpenGnSys installer
     4OpenGnSys installer download and locate the elements of the PXE operating system for OpenGnSys clients, including all the needed tools to operate with OG engine.
    55
    6 , se encarga de descargar y ubicar los elementos del sistema operativo pxe para los clientes !OpenGnsys, el cual incluye todas las herramientas necesarias para operar con el engine de OG.
    7 
    8 Las versiones actuales son:
    9 * For OpenGnSys 1.0.1 ->   en fase de desarrollo. basada en ubuntu nasty  11.04 para 32 y 64 bits.
     6Current versions are:
     7* For OpenGnSys 1.0.1 ->   phase of develop. It is based on Ubuntu Nasty 11.04 for 32 and 64 bits.
    108* For OpenGnSys 1.0   ->    ogclient-1.0.1-lucid-32bit.tar.gz
    119* For OpenGnSys 0.10-testing -> ogclient-1.0-lucid-32bit.tar.gz
    1210
    1311
    14 == OpenGnSys 1.0.2 - Nuevo formato de descarga del boot-tools ogclient ISO  ==
     12== OpenGnSys 1.0.2 - New format of download of boot-tools ogclient ISO  ==
    1513
    16 * El instalador de OpenGnsys, se encargará de descargar la ISO, y ubicar los elementos necesarios para proporcionar el sistema operativo por pxe.
     14* OpenGnSys installer download the ISO and locate the needed elements to provide the operating system by PXE.
    1715
    18 * La iso, se dejará disponible, para ser utilizada desde un live CD o almacenarlo en un dispositivo usb.
     16* The ISO will be available to be used form a live CD or save it in a USB device.
    1917
    20 * Las versiones beta disponibles son:
     18* Beta versions availables are:
    2119ubuntu 11.04 32 bits http://www.opengnsys.es/downloads/29
    2220
    2321=== ISO to CDROM ===
    24 Usar cualquier software de grabación.
     22Use any recording software.
    2523
    2624
    2725=== ISO to PXE ===
    2826{{{
    29 #movemos el antiguo ogclient pxe.
     27#move old ogclient pxe.
    3028mv /var/lib/tftpboot/ogclient  /var/lib/tftpboot/ogclientold
    3129mkdir -p /media/ogclientiso
     
    3836=== ISO to USB ===
    3937{{{
    40 formateamos el dispositivo usb, con la etiqueta ogClient.  NOTA: en este ejemplo el usb es /dev/sdb1
     38#format USB device, with label ogClient. NOTE: In our example, USB is /dev/sdb1
    4139mkfs.ext3 /dev/sdb1 -L ogClient
    4240mount /dev/sdb1 /media/ogClient
    4341apt-get install unetbootin
    44 Iniciamos la aplicacion unetbootin.
    45 seleccionamos la iso.
    46 y selecciones el dispositivo usb.
     42#Init unetbootin app.
     43#Select the ISO.
     44#And select the USB device.
    4745}}}
    4846
     
    5048=== PXE to CACHE (kernel and initrd only) ===
    5149{{{
    52 Ejecutar el scripts updateBootCache
    53 NOTA: Sólo a partir de la versión 1.0.1 y con uso del gestor remoto grub4dos.
     50Run updateBootCache scripts
     51NOTE: From version 1.0.1 and with grub4dos.
    5452}}}
    5553
    5654=== USB, CDROM to CACHE ===
    57 * Usamos como gestor de arraque un grub2 de algún linux instalado en nuestro ordenador.
    58 * Entramos al sistema operativo linux y editamos el fichero /etc/grub.d/40_custom
     55* Use as bootloader a grub2 from any Linux installed in our computer.
     56* Enter to operating system Linux and edit /etc/grub.d/40_custom file.
    5957
    6058{{{
     
    6765
    6866NOTE:
    69 * Si queremos ip dinámica, el parámetro ip=dhcp
    70 * Si queremos ip estática, el parámetro
     67* With dinamic IP, the parameter ip=dhcp
     68* With static IP, the parameter
    7169 * ip=ip:dns:gateway:netmask:hostname:iface:none
    7270 * ip=172.17.9.152:172.17.9.205:172.17.9.254:255.255.255.0:cte152:eth0:none
    7371
    74 y ejecutamos
     72and run:
    7573{{{
    7674os-prober
     
    7876}}}
    7977
    80 Insertamos el usb, lo montamos y:
    81 * Copiamos el directorio ogclient y todo su contenido en el raiz de la partición CACHE.
    82 * Volvemos a copiar el directorio ogclient, pero ahora como directorio boot dentro del raiz de la partición cache.
     78Insert USB, mount it and::
     79* Copy ogclient directory in / of CACHE partition.
     80* Copy ogclient directory again, but now as boot directory on / of CACHE partition.
    8381
    8482
    85 Reiniciamos y seleccionamos el sistema de arranque og_cache
     83Restart and select the boot system og_cache
    8684
    8785=== Load Test ===
     
    9189* 10 seconds USB.
    9290* 40 seconds CDROM
    93 * 30 seconds pxe con conexión al servidor Og y browser. Dependiente del ancho de banda de la red.
    94 * 20 seconds cache (kernel e initrd) más conexion al servidor OG y browser. Independiente del número de clientes o ancho de banda de red.
    95 * 10 seconds cache (kernel, initrd, oglient.sqfs), without IP configuration
    96 * 15 seconds cache (kernel, initrd, ogclient.sqfs), with dinamic IP
     91* 30 seconds PXE with connection to server Og and browser. Depend on network band width.
     92* 20 seconds CACHE(kernel and initrd) over connection to server OG and browser. Independient of client numbers or network band width.
     93* 10 seconds CACHE (kernel, initrd, oglient.sqfs), without IP configuration
     94* 15 seconds CACHE (kernel, initrd, ogclient.sqfs), with dinamic IP
    9795* * 10 seconds cache (kernel, initrd, ogclient.sqfs), with static IP
    98