Changes between Version 2 and Version 3 of ParticionesLogicas/en
- Timestamp:
- Feb 23, 2012, 1:12:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParticionesLogicas/en
v2 v3 6 6 The partitioned wizard of the admin console is not be able to manage or show the information of logic partitions. 7 7 8 El asistente de particionado de la consola de administración no es capaz de gestionar, ni mostrar la información de las particiones lógicas. 8 In this section we use the command "Run Script" and procedures for this task. 9 9 10 En este apartado vamos a hacer uso de el comando ejecutar script y de los procedimientos para realizar esta tarea. 11 12 En general cualquier cosa que podamos hacer con !OpenGnsys en línea de comandos podremos administrarla desde la consola usando estas dos opciones. 10 Usually anything we can do with OpenGnSys command line, we can manage it in the console with these two options. 13 11 14 12 == Commands == … … 25 23 ==== List of Partitions ==== 26 24 27 El comando '''ogListPartitions''' le tenemos que dar como parámetro el número del disco duro del que queremos listar la información de la tabla de particiones 25 The command '''ogListPartitions''' needs the number of hard disk you want to list the information of partition table. 28 26 29 27 {{{ … … 34 32 === Modify Partitions === 35 33 36 El comando '''ogCreatePartitions''' tiene como argumentos de entrada el número de disco duro y la información de las particiones que queremos crear (TIPO:TAMAÑO)34 The command '''ogCreatePartitions''' has as input argument the number of hard disk and partition information to create (TYPE:SIZE) 37 35 38 Este comando no permite modificar la cache, por lo que no admitirá el tipo CACHE.36 This command not allow modify the cache, so not admit CACHE type. 39 37 40 Open gngys sitúa la cache en la cuarta partición primaria al final del disco duro.41 Si tenemos cache en el cliente nos permite hacer tres particiones primarias y el resto lógicas, si no tenemos cache la cuarta partición queda disponible.38 OpenGnSys placed the cache in the fourth primary partition at the end of the hard disk. 39 If we have cache in the client, we allow to do three primary partitions and the others will be logics. If we have not cache, the fourth partition will be available. 42 40 43 En el ejemplo definimos el tipo de la tercera partición como extendida e incluimos dos particiones lógicas. La cache se quedará igual.41 In the example, we define the third cache type as extended and we include two logics partitions. The cache will be the same. 44 42 45 43 {{{ … … 50 48 51 49 52 == Mostrando la información de las particiones lógicas ==50 == Show the information of logics partitions == 53 51 54 52 55 === Conexión remota cliente con ssh===53 === Remote conection client with SSH === 56 54 57 55 [[Image(logicas_ssh.png)]] 58 56 59 === Consola de administración: consola remota===57 === Administration console: remote console === 60 58 61 Permite mandarle un comando al cliente y obtener su respuesta 59 Lets send a command to the client and get the answer 62 60 63 61 [[Image(logicas_consola_remota.png)]] 64 62 65 Esta opción de la consola a veces no consigue devolver la respuesta del cliente.63 Sometimes this option of the console unable to return the client's response. 66 64 65 === Administration console: configure computer === 67 66 68 === Consola de administración: configuración equipo === 69 70 Sólo muestra que la tercera partición es extendida. 67 It only shows the third partition is extended. 71 68 72 69 [[Image(logicas_pc_configuracion.png)]] 73 70 74 == Modif icando las particiones ==71 == Modify the partitions == 75 72 76 En la "'''pestaña Aulas'''" sobre un ordenador pinchamos sobre el comando "'''ejecutar script'''", en el cuadro de texto "'''Código del script'''" incluimos el comando ogCreatePartitions con los parámetros necesarios y pulsamos aceptar.73 In the "'''tab Classrooms'''" on a computer, click on command "'''run script'''", in the text box "'''Script Code'''" we include the command ogCreatePartitions with the needed parameters and click on Accept. 77 74 78 75 [[Image(logicas_ejecutar_script.png)]] 79 76 80 Para ver el resultado nos conectamos con ssh:77 To see the results we connect with SSH: 81 78 82 79 [[Image(logicas_ssh_final.png)]] 83 80 84 == Automatizando la configuración de las particiones == 85 81 == Automate the configuration of the partitions == 86 82 87 83 Puedo automatizar el comando realizado creando un procedimiento con el mismo, que una vez definido podrá ser lanzado desde cualquier ámbito de forma inmediata o programándolo en una tarea. 88 84 89 === Crea ndo el procedimiento===85 === Create the procedure === 90 86 91 87 Utilizamos de nuevo el comando ejecutar script, la única diferencia es la opción de ejecución elegida: en la "'''pestaña Aulas'''" sobre un ordenador pinchamos sobre el comando "'''ejecutar script'''": … … 96 92 [[Image(logicas_procedimiento_crear.png)]] 97 93 98 === La nzando un procedimiento===94 === Launch a procedure === 99 95 100 96 Una vez creado el procedimiento para particionar puedo utilizarlo desde cualquier ámbito