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:
-
Feb 22, 2012, 1:30:21 PM (14 years ago)
- Author:
-
paqui
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
3 | 3 | |
4 | 4 | = Manage Logical Partitions from Console by using Procedures = |
| 5 | |
| 6 | The partitioned wizard of the admin console is not be able to manage or show the information of logic partitions. |
5 | 7 | |
6 | 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. |
… |
… |
|
10 | 12 | En general cualquier cosa que podamos hacer con !OpenGnsys en línea de comandos podremos administrarla desde la consola usando estas dos opciones. |
11 | 13 | |
12 | | == Comandos que se utilizarán == |
| 14 | == Commands == |
13 | 15 | |
14 | | === Información inicial === |
| 16 | === Init Information === |
15 | 17 | |
16 | | ==== Tamaño del disco duro ==== |
| 18 | ==== HDD Size ==== |
17 | 19 | |
18 | 20 | {{{ |
… |
… |
|
21 | 23 | }}} |
22 | 24 | |
23 | | ==== Listado de las particiones ==== |
| 25 | ==== List of Partitions ==== |
24 | 26 | |
25 | 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 |
… |
… |
|
30 | 32 | }}} |
31 | 33 | |
32 | | === Modificamos las particiones === |
| 34 | === Modify Partitions === |
33 | 35 | |
34 | 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) |