Changes between Version 16 and Version 17 of EscenariosVirtuales


Ignore:
Timestamp:
Feb 28, 2012, 12:20:18 PM (13 years ago)
Author:
adv
Comment:

documentacion "virtual appliance" OG

Legend:

Unmodified
Added
Removed
Modified
  • EscenariosVirtuales

    v16 v17  
    77
    88
    9 == * Objetivo: Prepara sistema operativo para instalar opengnsys sin acceso a internet. ==
     9== * Objetivo: Prepara sistema operativo para instalar aplicación opengnsys incluso sin acceso a internet. ==
    1010* Requisitos previos:
    1111 * Instalar sistema operativo.
     
    1616
    1717
     18=== Preparar máquina virtual  ===   
    1819
    19 === Instalar sistema operativo: virtualBOX y ubuntu 32 bits 10.04.4 ===   
     20==== Virtual Box  ====
     21eth1 -> intnet   => usada para la gestión del entorno virtual
     22eth2 -> vboxnet0  => usada para acceder desde el "anfitrión|host" al "huesped|gest"
     23eth3 -> nat =>  usada para acceder a internet
     24
     25=== Instalar sistema operativo: ===
     26
     27==== ubuntu 32 bits 10.04.4 ====   
    2028
    2129* Usuario: administador  contaseña:opengnsys
     
    3341* tecleamos# apt-get openssh-server
    3442
     43=== Configuración de las interfaces de red ===
     44eth0 -> (interna)   auto y estática  = 192.168.2.10
     45eth1 -> (host-only) auto y estática  = 192.168.56.10
     46eth2 -> (nat)   no auto y dhcp =>
     47
    3548=== Descargar las dependencias de la aplicación opengnsys para su uso sin red. - /var/cache/apt/ -. ===
     49* Activamos la eth2 (nat)#  ifup eth2 && ifconfig && route && apt-get update
    3650* tecleamos# apt-get clean
    3751* telcleamos o ejecutamos
     
    5872== Instalar OpenGnSys sin red ==
    5973
    60 === Configurar la red ===
    61 
    6274=== Preparar los archivos ===
    6375copiamos el tar.gz y la iso a /tmp
     
    6880=== Editar el opengnsys_installer.sh ===
    6981{{{
    70 linea 1141 -> cp /tmp/${FILENAME $TARGETFILE   || wget .....
    71 linea 1292 -> #checkNetworkConnnection
    72 linea 107 ->  #[ -n "$UPDATEPKGLIST" ] && eval $UPDATEPKGLIST
     82linea 1141 o 1143 -> cp /tmp/${FILENAME $TARGETFILE   || wget .....
     83linea 1292 o 1294 -> #checkNetworkConnnection
     84linea 107 o 109 ->  #[ -n "$UPDATEPKGLIST" ] && eval $UPDATEPKGLIST
     85linea 99 [ -f $SAMBAINIT ]
    7386}}}