summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/Database/ogAdmBD.sql93
-rwxr-xr-xadmin/Interface/getConfiguration15
-rw-r--r--admin/WebConsole/includes/ConfiguracionesParticiones.php77
-rw-r--r--admin/WebConsole/includes/pintaParticiones.php12
-rwxr-xr-xclient/engine/Disk.lib221
-rwxr-xr-xclient/shared/etc/preinit/loadenviron.sh46
6 files changed, 127 insertions, 337 deletions
diff --git a/admin/Database/ogAdmBD.sql b/admin/Database/ogAdmBD.sql
index 607382a9..8c742e48 100644
--- a/admin/Database/ogAdmBD.sql
+++ b/admin/Database/ogAdmBD.sql
@@ -608,7 +608,7 @@ INSERT INTO `parametros` (`idparametro`, `nemonico`, `descripcion`, `nomidentifi
(16, 'exe', 'Identificador del procedimiento que será el que ejecute el cliente al arrancar (Autoexec)', '', '', '', 0, 0),
(17, 'res', 'Respuesta del comando: Puede tomar los valores 1 o 2 en el caso de que la respuesta sea correcta o que haya un error al ejecutarse.', '', '', '', 0, 0),
(19, 'ipr', 'Repositorio', 'ip', 'repositorios', 'nombrerepositorio', 1, 1),
-(20, 'cpt', 'Tipo partición', 'codpar', 'tipospar', 'tipopar', 1, 1),
+(20, 'cpt', 'Tipo partición', '', '', '', 1, 1),
(21, 'sfi', 'Sistema de fichero', 'nemonico', 'sistemasficheros', 'nemonico', 1, 0),
(22, 'tam', 'Tamaño', '', '', '', 0, 1),
(23, 'ope', 'Operación', ';', '', 'Sin operación;Formatear;Ocultar;Mostrar', 3, 1),
@@ -1005,97 +1005,6 @@ INSERT INTO `tiposos` (`idtiposo`, `tiposo`, `idplataforma`) VALUES
-- --------------------------------------------------------
--
--- Estructura de tabla para la tabla `tipospar`
---
-
-DROP TABLE IF EXISTS `tipospar`;
-CREATE TABLE `tipospar` (
- `codpar` int(8) NOT NULL,
- `tipopar` varchar(250) NOT NULL DEFAULT '',
- `clonable` tinyint(4) NOT NULL DEFAULT '0',
- UNIQUE KEY `codpar` (`codpar`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `tipospar`
---
-
-INSERT INTO `tipospar` (`codpar`, `tipopar`, `clonable`) VALUES
-(0, 'EMPTY', 0),
-(1, 'FAT12', 1),
-(5, 'EXTENDED', 0),
-(6, 'FAT16', 1),
-(7, 'NTFS', 1),
-(CONV('0B',16,10), 'FAT32', 1),
-(CONV('11',16,10), 'HFAT12', 1),
-(CONV('16',16,10), 'HFAT16', 1),
-(CONV('17',16,10), 'HNTFS', 1),
-(CONV('1B',16,10), 'HFAT32', 1),
-(CONV('27',16,10), 'HNTFS-WINRE', 1),
-(CONV('82',16,10), 'LINUX-SWAP', 0),
-(CONV('83',16,10), 'LINUX', 1),
-(CONV('8E',16,10), 'LINUX-LVM', 1),
-(CONV('A5',16,10), 'FREEBSD', 1),
-(CONV('A6',16,10), 'OPENBSD', 1),
-(CONV('A9',16,10), 'NETBSD', 1),
-(CONV('AF',16,10), 'HFS', 1),
-(CONV('BE',16,10), 'SOLARIS-BOOT', 1),
-(CONV('BF',16,10), 'SOLARIS', 1),
-(CONV('CA',16,10), 'CACHE', 0),
-(CONV('DA',16,10), 'DATA', 1),
-(CONV('EE',16,10), 'GPT', 0),
-(CONV('EF',16,10), 'EFI', 1),
-(CONV('FB',16,10), 'VMFS', 1),
-(CONV('FD',16,10), 'LINUX-RAID', 1),
-(CONV('0700',16,10), 'WINDOWS', 1),
-(CONV('0C01',16,10), 'WIN-RESERV', 1),
-(CONV('2700',16,10), 'WIN-RECOV', 1),
-(CONV('7F00',16,10), 'CHROMEOS-KRN', 1),
-(CONV('7F01',16,10), 'CHROMEOS', 1),
-(CONV('7F02',16,10), 'CHROMEOS-RESERV', 1),
-(CONV('8200',16,10), 'LINUX-SWAP', 0),
-(CONV('8300',16,10), 'LINUX', 1),
-(CONV('8301',16,10), 'LINUX-RESERV', 1),
-(CONV('8302',16,10), 'LINUX', 1),
-(CONV('8E00',16,10), 'LINUX-LVM', 1),
-(CONV('A500',16,10), 'FREEBSD-DISK', 0),
-(CONV('A501',16,10), 'FREEBSD-BOOT', 1),
-(CONV('A502',16,10), 'FREEBSD-SWAP', 0),
-(CONV('A503',16,10), 'FREEBSD', 1),
-(CONV('A504',16,10), 'FREEBSD', 1),
-(CONV('A901',16,10), 'NETBSD-SWAP', 0),
-(CONV('A902',16,10), 'NETBSD', 1),
-(CONV('A903',16,10), 'NETBSD', 1),
-(CONV('A904',16,10), 'NETBSD', 1),
-(CONV('A905',16,10), 'NETBSD', 1),
-(CONV('A906',16,10), 'NETBSD-RAID', 1),
-(CONV('AB00',16,10), 'HFS-BOOT', 1),
-(CONV('AF00',16,10), 'HFS', 1),
-(CONV('AF01',16,10), 'HFS-RAID', 1),
-(CONV('AF02',16,10), 'HFS-RAID', 1),
-(CONV('BE00',16,10), 'SOLARIS-BOOT', 1),
-(CONV('BF00',16,10), 'SOLARIS', 1),
-(CONV('BF01',16,10), 'SOLARIS', 1),
-(CONV('BF02',16,10), 'SOLARIS-SWAP', 0),
-(CONV('BF03',16,10), 'SOLARIS-DISK', 1),
-(CONV('BF04',16,10), 'SOLARIS', 1),
-(CONV('BF05',16,10), 'SOLARIS', 1),
-(CONV('CA00',16,10), 'CACHE', 0),
-(CONV('EF00',16,10), 'EFI', 1),
-(CONV('EF01',16,10), 'MBR', 0),
-(CONV('EF02',16,10), 'BIOS-BOOT', 0),
-(CONV('FB00',16,10), 'VMFS', 1),
-(CONV('FB01',16,10), 'VMFS-RESERV', 1),
-(CONV('FB02',16,10), 'VMFS-KRN', 1),
-(CONV('FD00',16,10), 'LINUX-RAID', 1),
-(CONV('FFFF',16,10), 'UNKNOWN', 1),
-(CONV('10000',16,10), 'LVM-LV', 1),
-(CONV('10010',16,10), 'ZFS-VOL', 1);
-
-
--- --------------------------------------------------------
-
---
-- Estructura de tabla para la tabla `universidades`
--
diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration
index ddfc3821..c5046d19 100755
--- a/admin/Interface/getConfiguration
+++ b/admin/Interface/getConfiguration
@@ -16,17 +16,14 @@ disks=$(ogDiskToDev | wc -w)
for ((dsk=1; dsk<=$disks; dsk++)); do
particiones=$(ogGetPartitionsNumber $dsk)
particiones=${particiones:-0}
- # Tipo de tabla de particiones: 1=MSDOS, 2=GPT
+ # Tipo de tabla de particiones
ptt=$(ogGetPartitionTableType $dsk)
- case "$ptt" in
- MSDOS) ptt=1 ;;
- GPT) ptt=2 ;;
- LVM) ptt=3 ;;
- ZPOOL) ptt=4 ;;
- *) ptt=0 ;;
- esac
+ ptt=$(jq -r ".partitiontables[] | select(.type==\"$ptt\").id" $ENGINECFG 2>/dev/null)
+ ptt=${ptt:-"0"}
+ # Tipo de disco
+ dst=$(ogGetDiskType $(ogDiskToDev $dsk) 2>/dev/null)
# Información de disco (partición 0)
- cfg="$cfg$dsk:0:$ptt:::$(ogGetDiskSize $dsk):0;"
+ cfg="$cfg$dsk:0:$ptt:$dst::$(ogGetDiskSize $dsk):0;"
for ((par=1;par<=$particiones;par++)); do
# Código del identificador de tipo de partición
cod=$(ogGetPartitionId $dsk $par 2>/dev/null)
diff --git a/admin/WebConsole/includes/ConfiguracionesParticiones.php b/admin/WebConsole/includes/ConfiguracionesParticiones.php
index 9cbd6fcf..963e1d08 100644
--- a/admin/WebConsole/includes/ConfiguracionesParticiones.php
+++ b/admin/WebConsole/includes/ConfiguracionesParticiones.php
@@ -1,8 +1,48 @@
<?php
+define("ENGINEJSON", __DIR__ . "/../../client/etc/engine.json");
include_once("pintaParticiones.php");
+/**
+ * Busca en la configuración JSON los datos de partición para el código hexadecimal correspondiente.
+ * @param object $json datos JSON de configuración
+ * @param string $code código hexadecimal de partición
+ * @return array tipo de partición (string) e indicador de clonable (bool)
+ */
+function getPartitionData($json, $code) {
+ if (isset($json->partitiontables)) {
+ foreach ($json->partitiontables as $tab) {
+ if (isset($tab->partitions)) {
+ foreach ($tab->partitions as $par) {
+ if (hexdec($par->id) == $code) {
+ return [$par->type, $par->clonable];
+ }
+ }
+ }
+ }
+ }
+ return [$partcode, true];
+}
+
+/**
+ * Busca en la configuración JSON los datos de tabla de particiones para el código correspondiente.
+ * @param object $json datos JSON de configuración
+ * @param string $code código de tabla de particiones
+ * @return string tipo de tabla de particiones
+ */
+function getParttableData($json, $code) {
+ if (isset($json->partitiontables)) {
+ foreach ($json->partitiontables as $tab) {
+ if (hexdec($tab->id) == $code) {
+ return $tab->type;
+ }
+ }
+ return "";
+}
+
/*________________________________________________________________________________________________________
- UHU - 2013/05/14 - Se añade la clave número de disco
+ UHU - 2013/05/14 - Se añade la clave número de disco
+ Ramón - 2018/03/09 - Usar fichero de configuración JSON para datos estáticos
+
La clave de configuración está formada por una serie de valores separados por ";"
Ejemplo:1;1;7;30000000;3;3;0;11
@@ -57,7 +97,6 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
global $AMBITO_AULAS;
global $AMBITO_GRUPOSORDENADORES;
global $AMBITO_ORDENADORES;
-
global $msk_sysFi;
global $msk_nombreSO;
global $msk_tamano;
@@ -65,6 +104,9 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
global $msk_perfil;
global $msk_cache;
+ // Cargar datos JSON de configuración.
+ $json=json_decode(file_get_contents(ENGINEJSON));
+
// Comprobar modos SQL para hacer que la consulta sea compatible.
$cmd->texto="SELECT @@sql_mode AS mode";
$cmd->ejecutar();
@@ -95,8 +137,6 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
ANY_VALUE(ordenadores_particiones.numdisk) AS numdisk,
ANY_VALUE(ordenadores_particiones.numpar) AS numpar,
ANY_VALUE(ordenadores_particiones.codpar) AS codpar,
- IFNULL (ANY_VALUE(tipospar.tipopar), ANY_VALUE(ordenadores_particiones.codpar)) AS tipopar,
- ANY_VALUE(tipospar.clonable) AS clonable,
ANY_VALUE(ordenadores_particiones.tamano) AS tamano,
ANY_VALUE(ordenadores_particiones.uso) AS uso,
ANY_VALUE(sistemasficheros.descripcion) AS sistemafichero,
@@ -113,7 +153,6 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
FROM ordenadores
INNER JOIN ordenadores_particiones ON ordenadores_particiones.idordenador=ordenadores.idordenador
LEFT OUTER JOIN nombresos ON nombresos.idnombreso=ordenadores_particiones.idnombreso
- LEFT OUTER JOIN tipospar ON tipospar.codpar=ordenadores_particiones.codpar
LEFT OUTER JOIN imagenes ON imagenes.idimagen=ordenadores_particiones.idimagen
LEFT OUTER JOIN perfilessoft ON perfilessoft.idperfilsoft=ordenadores_particiones.idperfilsoft
LEFT OUTER JOIN sistemasficheros ON sistemasficheros.idsistemafichero=ordenadores_particiones.idsistemafichero";
@@ -133,7 +172,7 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
}
if($swr) // Si se trata de restauración no se tiene en cuenta las partciones no clonables
- $cmd->texto.=" AND tipospar.clonable=1 AND ordenadores_particiones.numpar>0 ";
+ $cmd->texto.=" AND ordenadores_particiones.numpar>0 ";
$cmd->texto.=" GROUP BY configuracion";
// Comprobar compatiblidad de cláusula GROUP BY.
@@ -145,13 +184,26 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr)
if (!$rs->Abrir()) return(false); // Error al abrir recordset
$rs->Primero();
$idx=0;
- while (!$rs->EOF){
+ while (!$rs->EOF) {
+ $numpar=$rs->campos["numpar"];
+ $codpar=$rs->campos["codpar"];
+ if ($numpar == 0) {
+ // Tipo de tabla de particiones.
+ $tipopar = getParttableData($json, $codpar);
+ } else {
+ // Saltar si no es clonable en restauración.
+ list($tipopar, $clonable) = getPartitionData($json, $codpar);
+ if ($swr and $clonable == false) {
+ continue;
+ }
+ }
+ // Leer datos.
$tbKeys[$idx]["cfg"]=$rs->campos["configuracion"];
$tbKeys[$idx]["numdisk"]=$rs->campos["numdisk"];
$tbKeys[$idx]["numpar"]=$rs->campos["numpar"];
- $tbKeys[$idx]["codpar"]=$rs->campos["codpar"];
- $tbKeys[$idx]["tipopar"]=$rs->campos["tipopar"];
- $tbKeys[$idx]["clonable"]=$rs->campos["clonable"];
+ $tbKeys[$idx]["codpar"]=$codpar;
+ $tbKeys[$idx]["tipopar"]=$tipopar;
+ $tbKeys[$idx]["clonable"]=$clonable;
$tbKeys[$idx]["tamano"]=$rs->campos["tamano"];
$tbKeys[$idx]["uso"]=$rs->campos["uso"];
$tbKeys[$idx]["sistemafichero"]=$rs->campos["sistemafichero"];
@@ -243,7 +295,6 @@ function pintaConfiguraciones($cmd,$idambito,$ambito,$colums,$sws,$swr,$pintaPar
FROM ordenadores
INNER JOIN ordenadores_particiones ON ordenadores_particiones.idordenador=ordenadores.idordenador
LEFT OUTER JOIN nombresos ON nombresos.idnombreso=ordenadores_particiones.idnombreso
- LEFT JOIN tipospar ON tipospar.codpar=ordenadores_particiones.codpar
LEFT OUTER JOIN imagenes ON imagenes.idimagen=ordenadores_particiones.idimagen
LEFT OUTER JOIN perfilessoft ON perfilessoft.idperfilsoft=ordenadores_particiones.idperfilsoft
LEFT OUTER JOIN sistemasficheros ON sistemasficheros.idsistemafichero=ordenadores_particiones.idsistemafichero";
@@ -261,7 +312,7 @@ function pintaConfiguraciones($cmd,$idambito,$ambito,$colums,$sws,$swr,$pintaPar
}
if ($swr) // Si se trata de restauración no se tiene en cuenta las particiones no clonables
- $cmd->texto.=" AND tipospar.clonable=1 AND ordenadores_particiones.numpar>0";
+ $cmd->texto.=" AND ordenadores_particiones.numpar>0";
$cmd->texto.=" ORDER BY ordenadores_particiones.idordenador, ordenadores_particiones.numdisk, ordenadores_particiones.numpar) AS temp1
GROUP BY temp1.idordenador) AS temp2
@@ -833,5 +884,3 @@ function tomaCache($numpar,$ordenadores,$numdisk = 1)
}
}
}
-
-
diff --git a/admin/WebConsole/includes/pintaParticiones.php b/admin/WebConsole/includes/pintaParticiones.php
index 3db46818..5b43a54c 100644
--- a/admin/WebConsole/includes/pintaParticiones.php
+++ b/admin/WebConsole/includes/pintaParticiones.php
@@ -81,17 +81,7 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc)
if (empty ($disksize)) {
$disksize = '<em>'.$TbMsg["VARIABLE"].'</em>';
}
- switch ($tbKeys[$k]["codpar"]) {
- case 1: $disktable[$tbKeys[$k]["numdisk"]] = "MSDOS";
- break;
- case 2: $disktable[$tbKeys[$k]["numdisk"]] = "GPT";
- break;
- case 3: $disktable[$tbKeys[$k]["numdisk"]] = "LVM";
- break;
- case 4: $disktable[$tbKeys[$k]["numdisk"]] = "ZPOOL";
- break;
- default: $disktable[$tbKeys[$k]["numdisk"]] = "";
- }
+ $disktable[$tbKeys[$k]["numdisk"]] = $tbKeys[$k]["tipopar"];
}
else { // Información de partición (numpart>0)
echo'<tr height="16">'.chr(13);
diff --git a/client/engine/Disk.lib b/client/engine/Disk.lib
index f7def42e..04095d5a 100755
--- a/client/engine/Disk.lib
+++ b/client/engine/Disk.lib
@@ -33,16 +33,16 @@ timeout -k 5s -s KILL 3s $(which parted) "$@"
#@todo Definir atributos (arranque, oculta) y tamaños en MB, GB, etc.
#@version 0.9 - Primera versión para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/09/09
+#@date 2009-09-09
#@version 0.9.1 - Corrección del redondeo del tamaño del disco.
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2010/03/09
+#@date 2010-03-09
#@version 1.0.4 - Llamada a función específica para tablas GPT.
#@author Universidad de Huelva
-#@date 2012/03/30
+#@date 2012-03-30
#@version 1.1.1 - El inicio de la primera partición logica es el de la extendida más 4x512
#@author Irina Gomez, ETSII Universidad de Sevilla
-#@date 2016/07/11
+#@date 2016-07-11
#*/ ##
function ogCreatePartitions ()
{
@@ -186,7 +186,7 @@ rm -f $tmpsfdisk
#@todo Definir atributos (arranque, oculta) y tamaños en MB, GB, etc.
#@version 1.0.4 - Primera versión para OpenGnSys
#@author Universidad de Huelva
-#@date 2012/03/30
+#@date 2012-03-30
#*/ ##
function ogCreateGptPartitions ()
{
@@ -281,10 +281,10 @@ sgdisk $DELOPTIONS $OPTIONS $DISK 2>/dev/null && partprobe $DISK
#@note Requisitos: fdisk, gdisk, parted
#@version 1.0.4 - Primera versión compatible con OpenGnSys.
#@author Universidad de Huelva
-#@date 2012/03/06
+#@date 2012-03-06
#@version 1.0.6a - Adaptar creación de nueva tabla MSDOS.
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2016/01/29
+#@date 2016-01-29
#*/ ##
function ogCreatePartitionTable ()
{
@@ -351,10 +351,10 @@ esac
#@return la informacion propia del fdisk
#@version 0.1 - Integracion para OpenGnSys
#@author Antonio J. Doblas Viso. Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 1.0.4 - Adaptado para su uso con discos GPT
#@author Universidad de Huelva
-#@date 2012/03/13
+#@date 2012-03-13
#*/ ##
function ogDeletePartitionTable ()
{
@@ -392,13 +392,13 @@ esac
#@note Solo se acepta en cada llamada 1 de los 3 tipos de parámetros.
#@version 0.1 - Integracion para Opengnsys - EAC: DiskEAC() en ATA.lib
#@author Antonio J. Doblas Viso, Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 0.9 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad Sevilla
-#@date 2009/07/20
+#@date 2009-07-20
#@version 1.0.6 - Soporta parámetro con UIID o etiqueta.
#@author Ramon Gomez, ETSII Universidad Sevilla
-#@date 2014/07/13
+#@date 2014-07-13
#*/ ##
function ogDevToDisk ()
{
@@ -467,7 +467,7 @@ return $OG_ERR_NOTFOUND
#@author Ramon Gomez, ETSII Universidad de Sevilla
#@Date 2008/06/19
#@author Antonio J. Doblas Viso, Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 0.9 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad Sevilla
#@date 2009-07-20
@@ -512,9 +512,7 @@ fi
# Continuar para detectar nuevos dispositivos.
# Listar dispositivos de discos.
-ALLDISKS=$((lsblk -n -e 1,2 -x MAJ:MIN 2>/dev/null || lsblk -n -e 1,2) | \
- awk '$6~/^disk$/ {gsub(/!/,"/"); printf "/dev/%s ",$1}')
-#ALLDISKS=$(lsblk -Jdp | jq -r '.blockdevices[] | select(.type=="disk").name')
+ALLDISKS=$(lsblk -Jdp | jq -r '.blockdevices[] | select(.type=="disk").name')
# Listar volúmenes lógicos.
VOLGROUPS=$(vgs -a --noheadings 2>/dev/null | awk '{printf "/dev/%s ",$1}')
ALLDISKS="$ALLDISKS $VOLGROUPS"
@@ -607,10 +605,10 @@ esac
#@note Requisitos: sfdisk, awk
#@version 0.9.2 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2010/09/15
+#@date 2010-09-15
#@version 1.0.6 - Soportar LVM.
#@author Universidad de Huelva
-#@date 2014/09/04
+#@date 2014-09-04
#*/ ##
function ogGetDiskSize ()
{
@@ -775,7 +773,7 @@ echo $LASTSECTOR
#@todo Queda definir formato para atributos (arranque, oculta, ...).
#@version 0.9 - Primera version compatible con OpenGnSys.
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/09/17
+#@date 2009-09-17
#*/ ##
function ogGetPartitionActive ()
{
@@ -821,7 +819,7 @@ LANG=C parted -sm $DISK print 2>/dev/null | awk -F: '$7~/boot/ {print $1}'
function ogGetPartitionId ()
{
# Variables locales.
-local DISK ID
+local DISK PTTYPE ID
# Si se solicita, mostrar ayuda.
if [ "$*" == "help" ]; then
@@ -834,15 +832,16 @@ fi
# Detectar y mostrar el id. de tipo de partición.
DISK=$(ogDiskToDev $1) || return $?
-case "$(ogGetPartitionTableType $1)" in
+PTTYPE=$(ogGetPartitionTableType $1)
+case "$PTTYPE" in
GPT) ID=$(sgdisk -p $DISK 2>/dev/null | awk -v p="$2" '{if ($1==p) print $6;}') || ogRaiseError $OG_ERR_NOTFOUND "$1,$2" || return $?
[ "$ID" == "8300" -a "$1 $2" == "$(ogFindCache)" ] && ID=CA00
;;
MSDOS) ID=$(sfdisk --id $DISK $2 2>/dev/null) || ogRaiseError $OG_ERR_NOTFOUND "$1,$2" || return $? ;;
- LVM) ID=10000 ;;
- ZPOOL) ID=10010 ;;
+ *) ID=$(jq -r ".partitiontables[] | select(.type==\"$PTTYPE\").partitions[0].id") $ENGINECFG ;;
esac
-echo $ID
+# Id. hexadecimal en minúsculas.
+echo ${ID,,}
}
@@ -857,13 +856,13 @@ echo $ID
#@note Requisitos: sfdisk, awk
#@version 0.1 - Integracion para Opengnsys - EAC: SizePartition () en ATA.lib
#@author Antonio J. Doblas Viso, Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 0.9 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/07/24
+#@date 2009-07-24
#@version 1.1.0 - Sustituir "sfdisk" por "partx".
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2016/05/04
+#@date 2016-05-04
#*/ ##
function ogGetPartitionSize ()
{
@@ -898,7 +897,7 @@ echo ${SIZE:-0}
#@note Notas sin especificar
#@version 0.1 - Integracion para Opengnsys - EAC: DetectNumberPartition () en ATA.lib
#@author Antonio J. Doblas Viso. Universidad de Malaga
-#@date Date: 27/10/2008
+#@date 2008-10-27
#@version 1.0 - Uso de sfdisk Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
#@date 2009-07-24
@@ -951,7 +950,7 @@ esac
#@note Requisitos: blkid, parted, vgs
#@version 1.0.4 - Primera versión para OpenGnSys
#@author Universidad de Huelva
-#@date 2012/03/01
+#@date 2012-03-01
#@version 1.0.6 - Soportar LVM.
#@author Universidad de Huelva
#@date 2014-09-04
@@ -1089,6 +1088,9 @@ ogSetPartitionType $1 $2 $NEWTYPE
#@version 1.0.5 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad Sevilla
#@date 2013-02-07
+#@version 1.1.1 - Usar fichero de configuración JSON
+#@author Ramon Gomez, ETSII Universidad Sevilla
+#@date 2018-02-27
#*/ ##
function ogIdToType ()
{
@@ -1104,56 +1106,9 @@ fi
# Error si no se recibe 1 parámetro.
[ $# == 1 ] || ogRaiseError $OG_ERR_FORMAT || return $?
-# Obtener valor hexadecimal de 4 caracteres rellenado con 0 por delante.
-ID=$(printf "%4s" "$1" | tr ' ' '0')
-case "${ID,,}" in
- 0000) TYPE="EMPTY" ;;
- 0001) TYPE="FAT12" ;;
- 0005|000f) TYPE="EXTENDED" ;;
- 0006|000e) TYPE="FAT16" ;;
- 0007) TYPE="NTFS" ;;
- 000b|000c) TYPE="FAT32" ;;
- 0011) TYPE="HFAT12" ;;
- 0012) TYPE="COMPAQDIAG" ;;
- 0016|001e) TYPE="HFAT16" ;;
- 0017) TYPE="HNTFS" ;;
- 001b|001c) TYPE="HFAT32" ;;
- 0042) TYPE="WIN-DYNAMIC" ;;
- 0082|8200) TYPE="LINUX-SWAP" ;;
- 0083|8300) TYPE="LINUX" ;;
- 008e|8E00) TYPE="LINUX-LVM" ;;
- 00a5|a503) TYPE="FREEBSD" ;;
- 00a6) TYPE="OPENBSD" ;;
- 00a7) TYPE="CACHE" ;; # (compatibilidad con Brutalix)
- 00af|af00) TYPE="HFS" ;;
- 00be|be00) TYPE="SOLARIS-BOOT" ;;
- 00bf|bf0[0145]) TYPE="SOLARIS" ;;
- 00ca|ca00) TYPE="CACHE" ;;
- 00da) TYPE="DATA" ;;
- 00ee) TYPE="GPT" ;;
- 00ef|ef00) TYPE="EFI" ;;
- 00fb) TYPE="VMFS" ;;
- 00fd|fd00) TYPE="LINUX-RAID" ;;
- 0700) TYPE="WINDOWS" ;;
- 0c01) TYPE="WIN-RESERV" ;;
- 7f00) TYPE="CHROMEOS-KRN" ;;
- 7f01) TYPE="CHROMEOS" ;;
- 7f02) TYPE="CHROMEOS-RESERV" ;;
- 8301) TYPE="LINUX-RESERV" ;;
- a500) TYPE="FREEBSD-DISK" ;;
- a501) TYPE="FREEBSD-BOOT" ;;
- a502) TYPE="FREEBSD-SWAP" ;;
- ab00) TYPE="HFS-BOOT" ;;
- af01) TYPE="HFS-RAID" ;;
- bf02) TYPE="SOLARIS-SWAP" ;;
- bf03) TYPE="SOLARIS-DISK" ;;
- ef01) TYPE="MBR" ;;
- ef02) TYPE="BIOS-BOOT" ;;
- 10000) TYPE="LVM-LV" ;;
- 10010) TYPE="ZFS-VOL" ;;
- *) TYPE="UNKNOWN" ;;
-esac
-echo "$TYPE"
+# Consulta JSON del valor hexadecimal quitando 0 no significativos.
+ID=$(printf "%x" "$((0x$1))" 2>/dev/null)
+jq -r "(.partitiontables[].partitions[]) | select(.id==\"${ID,,}\").type" $ENGINECFG 2>/dev/null
}
@@ -1199,7 +1154,7 @@ test -f $LOCKFILE
#@attention Las tuplas de valores están separadas por espacios.
#@version 0.9 - Primera versión para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/07/24
+#@date 2009-07-24
#*/ ##
function ogListPartitions ()
{
@@ -1324,10 +1279,10 @@ touch $LOCKFILE
#@note Requisitos: parted
#@version 0.1 - Integracion para Opengnsys - EAC: SetPartitionActive() en ATA.lib
#@author Antonio J. Doblas Viso, Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 0.9 - Primera version compatible con OpenGnSys.
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/09/17
+#@date 2009-09-17
#*/ ##
function ogSetPartitionActive ()
{
@@ -1368,13 +1323,13 @@ parted -s $DISK set $2 boot on 2>/dev/null
#@attention Requisitos: fdisk, sgdisk
#@version 0.1 - Integracion para Opengnsys - SetPartitionType() en ATA.lib
#@author Antonio J. Doblas Viso. Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 1.0.4 - Soporte para discos GPT.
#@author Universidad de Huelva
-#@date 2012/03/13
+#@date 2012-03-13
#@version 1.0.5 - Utiliza el id. de tipo de partición (no el mnemónico)
#@author Universidad de Huelva
-#@date 2012/05/14
+#@date 2012-05-14
#*/ ##
function ogSetPartitionId ()
{
@@ -1430,7 +1385,7 @@ fi
#@todo Compruebar que el tamaño sea numérico positivo y evitar que pueda solaparse con la siguiente partición.
#@version 0.9 - Primera versión para OpenGnSys
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2009/07/24
+#@date 2009-07-24
#*/ ##
function ogSetPartitionSize ()
{
@@ -1467,13 +1422,13 @@ partprobe $DISK 2>/dev/null
#@attention Requisitos: fdisk, sgdisk
#@version 0.1 - Integracion para Opengnsys - SetPartitionType() en ATA.lib
#@author Antonio J. Doblas Viso. Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 1.0.4 - Soporte para discos GPT.
#@author Universidad de Huelva
-#@date 2012/03/13
+#@date 2012-03-13
#@version 1.0.5 - Renombrada de ogSetPartitionId.
#@author Ramon Gomez, ETSII Universidad de Sevilla
-#@date 2013/03/07
+#@date 2013-03-07
#*/ ##
function ogSetPartitionType ()
{
@@ -1511,18 +1466,21 @@ ogSetPartitionId $1 $2 $ID
#@note tabletype = { MSDOS, GPT }, (MSDOS, por defecto)
#@version 0.1 - Integracion para Opengnsys - EAC: TypeFS () en ATA.lib
#@author Antonio J. Doblas Viso, Universidad de Malaga
-#@date 2008/10/27
+#@date 2008-10-27
#@version 0.9 - Primera version para OpenGnSys
#@author Ramon Gomez, ETSII Universidad Sevilla
#@date 2009-12-14
#@version 1.0.4 - Soportar discos GPT (sustituye a ogFsToId).
#@author Universidad de Huelva
-#@date 2012/03/30
+#@date 2012-03-30
+#@version 1.1.1 - Usar fichero de configuración JSON
+#@author Ramon Gomez, ETSII Universidad Sevilla
+#@date 2018-02-27
#*/ ##
function ogTypeToId ()
{
# Variables locales
-local PTTYPE ID=""
+local PTTYPE
# Si se solicita, mostrar ayuda.
if [ "$*" == "help" ]; then
@@ -1534,82 +1492,9 @@ fi
# Error si no se reciben 1 o 2 parámetros.
[ $# -lt 1 -o $# -gt 2 ] && (ogRaiseError $OG_ERR_FORMAT; return $?)
-# Asociar id. de partición para su mnemónico.
+# Consulta JSON con tipo de tabla y tipo de partición.
PTTYPE=${2:-"MSDOS"}
-case "$PTTYPE" in
- GPT) # Se incluyen mnemónicos compatibles con tablas MSDOS.
- case "$1" in
- EMPTY) ID=0 ;;
- WINDOWS|NTFS|EXFAT|FAT32|FAT16|FAT12|HNTFS|HFAT32|HFAT16|HFAT12)
- ID=0700 ;;
- WIN-RESERV) ID=0C01 ;;
- CHROMEOS-KRN) ID=7F00 ;;
- CHROMEOS) ID=7F01 ;;
- CHROMEOS-RESERV) ID=7F02 ;;
- LINUX-SWAP) ID=8200 ;;
- LINUX|EXT[234]|REISERFS|REISER4|XFS|JFS)
- ID=8300 ;;
- LINUX-RESERV) ID=8301 ;;
- LINUX-LVM) ID=8E00 ;;
- FREEBSD-DISK) ID=A500 ;;
- FREEBSD-BOOT) ID=A501 ;;
- FREEBSD-SWAP) ID=A502 ;;
- FREEBSD) ID=A503 ;;
- HFS-BOOT) ID=AB00 ;;
- HFS|HFS+) ID=AF00 ;;
- HFSPLUS) ID=AF00 ;;
- HFS-RAID) ID=AF01 ;;
- SOLARIS-BOOT) ID=BE00 ;;
- SOLARIS) ID=BF00 ;;
- SOLARIS-SWAP) ID=BF02 ;;
- SOLARIS-DISK) ID=BF03 ;;
- CACHE) ID=CA00;;
- EFI) ID=EF00 ;;
- LINUX-RAID) ID=FD00 ;;
- esac
- ;;
- MSDOS)
- case "$1" in
- EMPTY) ID=0 ;;
- FAT12) ID=1 ;;
- EXTENDED) ID=5 ;;
- FAT16) ID=6 ;;
- WINDOWS|NTFS|EXFAT)
- ID=7 ;;
- FAT32) ID=b ;;
- HFAT12) ID=11 ;;
- HFAT16) ID=16 ;;
- HNTFS) ID=17 ;;
- HFAT32) ID=1b ;;
- LINUX-SWAP) ID=82 ;;
- LINUX|EXT[234]|REISERFS|REISER4|XFS|JFS)
- ID=83 ;;
- LINUX-LVM) ID=8e ;;
- FREEBSD) ID=a5 ;;
- OPENBSD) ID=a6 ;;
- HFS|HFS+) ID=af ;;
- SOLARIS-BOOT) ID=be ;;
- SOLARIS) ID=bf ;;
- CACHE) ID=ca ;;
- DATA) ID=da ;;
- GPT) ID=ee ;;
- EFI) ID=ef ;;
- VMFS) ID=fb ;;
- LINUX-RAID) ID=fd ;;
- esac
- ;;
- LVM)
- case "$1" in
- LVM-LV) ID=10000 ;;
- esac
- ;;
- ZVOL)
- case "$1" in
- ZFS-VOL) ID=10010 ;;
- esac
- ;;
-esac
-echo $ID
+jq -r "(.partitiontables[] | select(.type==\"${PTTYPE^^}\").partitions[]) | select(.type==\"${1^^}\").id" $ENGINECFG 2>/dev/null
}
@@ -1703,7 +1588,7 @@ rm -f $LOCKFILE
#@warning pendiente estructurar la funcion a opengnsys
#@version 0.1 - Integracion para Opengnsys - EAC: UpdatePartitionTable() en ATA.lib
#@author Antonio J. Doblas Viso. Universidad de Malaga
-#@date 27/10/2008
+#@date 2008-10-27
#*/ ##
function ogUpdatePartitionTable ()
{
diff --git a/client/shared/etc/preinit/loadenviron.sh b/client/shared/etc/preinit/loadenviron.sh
index bf3113d2..ceb6ca48 100755
--- a/client/shared/etc/preinit/loadenviron.sh
+++ b/client/shared/etc/preinit/loadenviron.sh
@@ -23,6 +23,7 @@ export OPENGNSYS="${OPENGNSYS:-/opt/opengnsys}"
if [ -d $OPENGNSYS ]; then
export OGBIN=$OPENGNSYS/bin
export OGETC=$OPENGNSYS/etc
+ export ENGINECFG=$OGETC/engine.json
export OGLIB=$OPENGNSYS/lib
export OGAPI=$OGLIB/engine/bin
export OGSCRIPTS=$OPENGNSYS/scripts
@@ -63,7 +64,7 @@ if [ -d $OPENGNSYS ]; then
done
# Cargar configuración del engine.
- [ -f ${OGETC}/engine.cfg ] && source ${OGETC}/engine.cfg
+ eval $(jq -r 'foreach .variables[] as $var (""; "export "+$var.name+"=\""+($var.value|tostring)+"\"")' $ENGINECFG 2>/dev/null)
export OGLOGCOMMAND=${OGLOGCOMMAND:-/tmp/command.log}
export OGLOGSESSION=${OGLOGSESSION:-/tmp/session.log}
@@ -100,48 +101,7 @@ if [ ! -f /run/resolvconf/resolv.conf -a -n "$ogdns" ]; then
fi
# Declaración de códigos de error.
-export OG_ERR_FORMAT=1 # Formato de ejecución incorrecto.
-export OG_ERR_NOTFOUND=2 # Fichero o dispositivo no encontrado.
-export OG_ERR_PARTITION=3 # Error en partición de disco.
-export OG_ERR_LOCKED=4 # Partición o fichero bloqueado.
-export OG_ERR_IMAGE=5 # Error al crear o restaurar una imagen.
-export OG_ERR_NOTOS=6 # Sin sistema operativo.
-export OG_ERR_NOTEXEC=7 # Programa o función no ejecutable.
-# Códigos 8-13 reservados por ogAdmClient.h
-export OG_ERR_NOTWRITE=14 # No hay acceso de escritura
-export OG_ERR_NOTCACHE=15 # No hay particion cache en cliente
-export OG_ERR_CACHESIZE=16 # No hay espacio en la cache para almacenar fichero-imagen
-export OG_ERR_REDUCEFS=17 # Error al reducir sistema archivos
-export OG_ERR_EXTENDFS=18 # Error al expandir el sistema de archivos
-export OG_ERR_OUTOFLIMIT=19 # Valor fuera de rango o no válido.
-export OG_ERR_FILESYS=20 # Sistema de archivos desconocido o no se puede montar
-export OG_ERR_CACHE=21 # Error en partición de caché local
-export OG_ERR_NOGPT=22 # El disco indicado no contiene una particion GPT
-export OG_ERR_REPO=23 # Error al montar el repositorio de imagenes
-export OG_ERR_NOMSDOS=24 # El disco indicado no contienen una particion MSDOS
-
-export OG_ERR_IMGSIZEPARTITION=30 # Error al restaurar partición más pequeña que la imagen
-export OG_ERR_UPDATECACHE=31 # Error al realizar el comando updateCache
-export OG_ERR_DONTFORMAT=32 # Error al formatear
-export OG_ERR_IMAGEFILE=33 # Archivo de imagen corrupto o de otra versión de $IMGPROG
-export OG_ERR_GENERIC=40 # Error imprevisto no definido
-export OG_ERR_UCASTSYNTAXT=50 # Error en la generación de sintaxis de transferenica UNICAST
-export OG_ERR_UCASTSENDPARTITION=51 # Error en envío UNICAST de partición
-export OG_ERR_UCASTSENDFILE=52 # Error en envío UNICAST de un fichero
-export OG_ERR_UCASTRECEIVERPARTITION=53 # Error en la recepcion UNICAST de una particion
-export OG_ERR_UCASTRECEIVERFILE=54 # Error en la recepcion UNICAST de un fichero
-export OG_ERR_MCASTSYNTAXT=55 # Error en la generacion de sintaxis de transferenica Multicast.
-export OG_ERR_MCASTSENDFILE=56 # Error en envio MULTICAST de un fichero
-export OG_ERR_MCASTRECEIVERFILE=57 # Error en la recepcion MULTICAST de un fichero
-export OG_ERR_MCASTSENDPARTITION=58 # Error en envio MULTICAST de una particion
-export OG_ERR_MCASTRECEIVERPARTITION=59 # Error en la recepcion MULTICAST de una particion
-export OG_ERR_PROTOCOLJOINMASTER=60 # Error en la conexion de una sesion UNICAST|MULTICAST con el MASTER
-
-export OG_ERR_DONTMOUNT_IMAGE=70 # Error al montar una imagen sincronizada.
-export OG_ERR_DONTSYNC_IMAGE=71 # Imagen no sincronizable (es monolitica)
-export OG_ERR_DONTUNMOUNT_IMAGE=72 # Error al desmontar la imagen
-export OG_ERR_NOTDIFFERENT=73 # No se detectan diferencias entre la imagen basica y la particion.
-export OG_ERR_SYNCHRONIZING=74 # Error al sincronizar, puede afectar la creacion/restauracion de la imagen
+eval $(jq -r 'foreach .errors[] as $err (""; "export "+$err.name+"="+($err.id|tostring))' $ENGINECFG 2>/dev/null)
export OG_ERR_NOTUEFI=80 # La interfaz UEFI no está activa
export OG_ERR_NOTBIOS=81 # La interfaz BIOS legacy no está activa