summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/script_output.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/script_output.html')
0 files changed, 0 insertions, 0 deletions
e', PRIMARY KEY (`idaula`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Estructura de tabla para la tabla `asistentes` -- DROP TABLE IF EXISTS `asistentes`; CREATE TABLE `asistentes` ( `idcomando` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(250) NOT NULL DEFAULT '', `pagina` varchar(256) NOT NULL DEFAULT '', `gestor` varchar(256) NOT NULL DEFAULT '', `funcion` varchar(64) NOT NULL DEFAULT '', `urlimg` varchar(250) DEFAULT NULL, `aplicambito` tinyint(4) DEFAULT NULL, `visuparametros` varchar(250) DEFAULT NULL, `parametros` varchar(250) DEFAULT NULL, `comentarios` text, `activo` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY ( `idcomando` , `descripcion` ) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; INSERT INTO `asistentes` (`idcomando`, `descripcion`, `pagina`, `gestor`, `funcion`, `urlimg`, `aplicambito`, `visuparametros`, `parametros`, `comentarios`, `activo`) VALUES ('8', 'Asistente Clonacion Particiones Remotas', '../asistentes/AsistenteCloneRemotePartition.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', ' ', '31', 'iph;tis;dcr;dsp', 'nfn;iph;tis;dcr;scp', ' ', '1'), ('8', 'Asistente Deploy de Imagenes', '../asistentes/AsistenteDeployImage.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', ' ', '31', 'iph;tis;dcr;dsp', 'nfn;iph;tis;dcr;scp', ' ', '1'), ('8', 'Asistente UpdateCache con Imagenes', '../asistentes/AsistenteUpdateCache.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', ' ', '31', 'iph;tis;dcr;dsp', 'nfn;iph;tis;dcr;scp', ' ', '0'), ('8', 'Asistente Restauracion de Imagenes', '../asistentes/AsistenteRestoreImage.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', ' ', '31', 'iph;tis;dcr;dsp', 'nfn;iph;tis;dcr;scp', ' ', '0'), ('8', 'Asistente Particionado', '../asistentes/AsistenteParticionado.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', ' ', '31', 'iph;tis;dcr;dsp', 'nfn;iph;tis;dcr;scp', ' ', '1'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `centros` -- DROP TABLE IF EXISTS `centros`; CREATE TABLE `centros` ( `idcentro` int(11) NOT NULL AUTO_INCREMENT, `nombrecentro` varchar(100) NOT NULL DEFAULT '', `identidad` int(11) DEFAULT NULL, `comentarios` text, `directorio` varchar(50) DEFAULT '', PRIMARY KEY (`idcentro`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `centros` -- INSERT INTO `centros` (`idcentro`,`nombrecentro`,`identidad`,`comentarios`) VALUES (1,'Unidad Organizativa (Default)',1,'Esta Unidad Organizativa se crea automáticamente en el proceso de instalación de OpenGnsys'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `comandos` -- DROP TABLE IF EXISTS `comandos`; CREATE TABLE `comandos` ( `idcomando` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(250) NOT NULL DEFAULT '', `pagina` varchar(256) NOT NULL DEFAULT '', `gestor` varchar(256) NOT NULL DEFAULT '', `funcion` varchar(64) NOT NULL DEFAULT '', `urlimg` varchar(250) DEFAULT NULL, `aplicambito` tinyint(4) DEFAULT NULL, `visuparametros` varchar(250) DEFAULT NULL, `parametros` varchar(250) DEFAULT NULL, `comentarios` text, `activo` tinyint(1) NOT NULL DEFAULT '0', `submenu` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`idcomando`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- Volcar la base de datos para la tabla `comandos` -- INSERT INTO `comandos` (`idcomando`, `descripcion`, `pagina`, `gestor`, `funcion`, `urlimg`, `aplicambito`, `visuparametros`, `parametros`, `comentarios`, `activo`, `submenu`) VALUES (1, 'Arrancar', '../comandos/Arrancar.php', '../comandos/gestores/gestor_Comandos.php', 'Arrancar', '', 31, '', 'nfn;iph;mac', '', 1, ''), (2, 'Apagar', '../comandos/Apagar.php', '../comandos/gestores/gestor_Comandos.php', 'Apagar', '', 31, '', 'nfn;iph;mac', '', 1, ''), (3, 'Restaurar Imagen', '../comandos/RestaurarImagen.php', '../comandos/gestores/gestor_Comandos.php', 'RestaurarImagen', '', 28, 'dsk;par;idi;nci;ipr;ptc', 'nfn;iph;mac;dsk;par;idi;nci;ipr;ifs;ptc', '', 1, ''), (4, 'Crear Imagen', '../comandos/CrearImagen.php', '../comandos/gestores/gestor_Comandos.php', 'CrearImagen', '', 16, 'dsk;par;idi;nci;ipr;cpt', 'nfn;iph;mac;dsk;par;idi;nci;ipr;cpt;', '', 1, ''), (5, 'Reiniciar', '../comandos/Reiniciar.php', '../comandos/gestores/gestor_Comandos.php', 'Reiniciar', '', 31, '', 'nfn;iph;mac;', '', 1, ''), (6, 'Inventario Hardware', '../comandos/InventarioHardware.php', '../comandos/gestores/gestor_Comandos.php', 'InventarioHardware', '', 16, '', 'nfn;iph;mac;', '', 1, ''), (7, 'Inventario Software', '../comandos/InventarioSoftware.php', '../comandos/gestores/gestor_Comandos.php', 'InventarioSoftware', '', 16, 'dsk;par', 'nfn;iph;mac;dsk;par', '', 1, ''), (8, 'Ejecutar Script', '../comandos/EjecutarScripts.php', '../comandos/gestores/gestor_Comandos.php', 'EjecutarScript', '', 31, 'iph;tis;dcr;scp', 'nfn;iph;tis;dcr;scp', '', 1, ''), (9, 'Iniciar Sesion', '../comandos/IniciarSesion.php', '../comandos/gestores/gestor_Comandos.php', 'IniciarSesion', '', 31, 'dsk;par', 'nfn;iph;dsk;par', '', 1, ''), (10, 'Particionar y Formatear', '../comandos/Configurar.php', '../comandos/gestores/gestor_Comandos.php', 'Configurar', '', 28, 'dsk;cfg;', 'nfn;iph;mac;dsk;cfg;par;cpt;sfi;tam;ope', '', 1, ''), (11, 'Eliminar Imagen Cache', '../comandos/EliminarImagenCache.php', '../comandos/gestores/gestor_Comandos.php', 'EliminarImagenCache', '', 31, 'iph;tis;dcr;scp', 'nfn;iph;tis;dcr;scp', '', 1, ''), (12, 'Crear Imagen Basica', '../comandos/CrearImagenBasica.php', '../comandos/gestores/gestor_Comandos.php', 'CrearImagenBasica', '', 16, 'dsk;par;cpt;idi;nci;ipr;iph;bpi;cpc;bpc;rti;nba', 'nfn;dsk;par;cpt;idi;nci;ipr;iph;bpi;cpc;bpc;rti;nba', '', 1, 'Sincronizacion'), (13, 'Restaurar Imagen Basica', '../comandos/RestaurarImagenBasica.php', '../comandos/gestores/gestor_Comandos.php', 'RestaurarImagenBasica', '', 28, 'dsk;par;idi;nci;ipr;iph;bpi;cpc;bpc;rti;nba;met', 'nfn;dsk;par;idi;nci;ipr;iph;bpi;cpc;bpc;rti;nba;met', '', 1, 'Sincronizacion'), (14, 'Crear Software Incremental', '../comandos/CrearSoftIncremental.php', '../comandos/gestores/gestor_Comandos.php', 'CrearSoftIncremental', '', 16, 'dsk;par;idi;nci;ipr;idf;ncf;bpi;cpc;bpc;iph;rti;nba', 'nfn;dsk;par;idi;nci;ipr;idf;ncf;bpi;cpc;bpc;iph;rti;nba', '', 1, 'Sincronizacion'), (15, 'Restaurar Software Incremental', '../comandos/RestaurarSoftIncremental.php', '../comandos/gestores/gestor_Comandos.php', 'RestaurarSoftIncremental', '', 28, 'dsk;par;idi;nci;ipr;idf;ncf;bpi;cpc;bpc;iph;rti;met;nba', 'nfn;dsk;par;idi;nci;ipr;idf;ncf;bpi;cpc;bpc;iph;rti;met;nba', '', 1, 'Sincronizacion'), (16, 'Enviar mensaje', '../comandos/EnviarMensaje.php', '../comandos/gestores/gestor_Comandos.php', 'EnviarMensaje', '', 31, 'tit;msj', 'nfn;iph;tit;msj', '', 1, ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `entidades` -- DROP TABLE IF EXISTS `entidades`; CREATE TABLE `entidades` ( `identidad` int(11) NOT NULL AUTO_INCREMENT, `nombreentidad` varchar(200) NOT NULL DEFAULT '', `comentarios` text, `iduniversidad` int(11) DEFAULT NULL, `grupoid` int(11) DEFAULT NULL, `ogunit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`identidad`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `entidades` -- INSERT INTO `entidades` (`identidad`, `nombreentidad`, `comentarios`, `iduniversidad`, `grupoid`) VALUES (1, 'Entidad (Default)', 'Esta Entidad se crea automáticamente en el proceso de instalación de OpenGnsys', 1, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `entornos` -- DROP TABLE IF EXISTS `entornos`; CREATE TABLE `entornos` ( `identorno` int(11) NOT NULL AUTO_INCREMENT, `ipserveradm` varchar(50) NOT NULL DEFAULT '', `portserveradm` int(20) NOT NULL DEFAULT 2008, `protoclonacion` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`identorno`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `entornos` -- INSERT INTO `entornos` (`identorno`, `ipserveradm`, `portserveradm`, `protoclonacion`) VALUES (1, 'SERVERIP', 2008, 'UNICAST'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `estatus` -- DROP TABLE IF EXISTS `estatus`; CREATE TABLE `estatus` ( `idestatus` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`idestatus`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Volcar la base de datos para la tabla `estatus` -- INSERT INTO `estatus` (`idestatus`, `descripcion`) VALUES (1, 'P.D.I. ( Profesor)'), (2, 'P.A.S.'), (3, 'Doctor'), (4, 'Alumno'), (5, 'Otros'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `grupos` -- DROP TABLE IF EXISTS `grupos`; CREATE TABLE `grupos` ( `idgrupo` int(11) NOT NULL AUTO_INCREMENT, `nombregrupo` varchar(250) NOT NULL DEFAULT '', `grupoid` int(11) NOT NULL DEFAULT '0', `tipo` tinyint(4) NOT NULL DEFAULT '0', `idcentro` int(11) NOT NULL DEFAULT '0', `iduniversidad` int(11) DEFAULT NULL, `comentarios` text, PRIMARY KEY (`idgrupo`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `gruposordenadores` -- DROP TABLE IF EXISTS `gruposordenadores`; CREATE TABLE `gruposordenadores` ( `idgrupo` int(11) NOT NULL AUTO_INCREMENT, `nombregrupoordenador` varchar(250) NOT NULL DEFAULT '', `idaula` int(11) NOT NULL DEFAULT '0', `grupoid` int(11) DEFAULT NULL, `comentarios` text, PRIMARY KEY (`idgrupo`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `hardwares` -- DROP TABLE IF EXISTS `hardwares`; CREATE TABLE `hardwares` ( `idhardware` int(11) NOT NULL AUTO_INCREMENT, `idtipohardware` int(11) NOT NULL DEFAULT '0', `descripcion` varchar(250) NOT NULL DEFAULT '', `idcentro` int(11) NOT NULL DEFAULT '0', `grupoid` int(11) DEFAULT NULL, PRIMARY KEY (`idhardware`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `iconos` -- DROP TABLE IF EXISTS `iconos`; CREATE TABLE `iconos` ( `idicono` int(11) NOT NULL AUTO_INCREMENT, `urlicono` varchar(200) DEFAULT NULL, `idtipoicono` int(11) DEFAULT NULL, `descripcion` varchar(250) DEFAULT NULL, PRIMARY KEY (`idicono`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ; -- -- Volcar la base de datos para la tabla `iconos` -- INSERT INTO `iconos` (`idicono`, `urlicono`, `idtipoicono`, `descripcion`) VALUES (1, 'vga.gif', 1, 'Tarjeta gráfica'), (2, 'nic.gif', 1, 'Tarjeta de Red'), (3, 'placabase.gif', 1, 'Placas base'), (4, 'tsonido.gif', 1, 'Tarjeta de sonido'), (5, 'camweb.gif', 1, 'Cámara web'), (6, 'logoXP.png', 2, 'Logo Windows XP'), (7, 'logolinux.png', 2, 'Logo General de Linux'), (8, 'particionar.png', 2, 'Particionar'), (9, 'ordenadoroff.png', 2, 'Ordenador apagado'), (10, 'ordenadoron.png', 2, 'Ordenador encendido'), (11, 'usb.gif', 1, 'Mi icono usb'), (12, 'ide.gif', 1, 'Controladores IDE'), (13, 'dvdcd.gif', 1, 'Lectoras y grabadoras de DVD'), (14, 'audio.gif', 1, 'Dispositivos de audio'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `idiomas` -- DROP TABLE IF EXISTS `idiomas`; CREATE TABLE `idiomas` ( `ididioma` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(100) DEFAULT NULL, `nemonico` char(3) DEFAULT NULL, PRIMARY KEY (`ididioma`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Volcar la base de datos para la tabla `idiomas` -- INSERT INTO `idiomas` (`ididioma`, `descripcion`, `nemonico`) VALUES (1, 'Español', 'esp'), (2, 'English', 'eng'), (3, 'Català', 'cat'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `imagenes` -- DROP TABLE IF EXISTS `imagenes`; CREATE TABLE `imagenes` ( `idimagen` int(11) NOT NULL AUTO_INCREMENT, `nombreca` varchar(50) NOT NULL DEFAULT '', `revision` smallint UNSIGNED NOT NULL DEFAULT '0', `descripcion` varchar(250) NOT NULL DEFAULT '', `idperfilsoft` int(11) DEFAULT NULL, `idcentro` int(11) DEFAULT NULL, `comentarios` text, `grupoid` int(11) DEFAULT NULL, `idrepositorio` int(11) NOT NULL DEFAULT '0', `idordenador` int(11) NOT NULL DEFAULT '0', `numdisk` smallint NOT NULL DEFAULT '0', `numpar` smallint NOT NULL DEFAULT '0', `codpar` int(8) NOT NULL DEFAULT '0', `tipo` tinyint NULL, `imagenid` int NOT NULL DEFAULT '0', `ruta` varchar(250) NULL, `fechacreacion` datetime DEFAULT NULL, `inremotepc` tinyint NOT NULL DEFAULT 0, `clonator` varchar(100) NOT NULL DEFAULT '', `compressor` varchar(100) NOT NULL DEFAULT '', `filesystem` varchar(100) NOT NULL DEFAULT '', `datasize` bigint NOT NULL DEFAULT 0, PRIMARY KEY (`idimagen`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `menus` -- DROP TABLE IF EXISTS `menus`; CREATE TABLE `menus` ( `idmenu` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(250) NOT NULL DEFAULT '', `idcentro` int(11) NOT NULL DEFAULT '0', `idurlimg` int(11) NOT NULL DEFAULT '0', `titulo` varchar(250) DEFAULT NULL, `modalidad` tinyint(4) DEFAULT NULL, `smodalidad` tinyint(4) DEFAULT NULL, `comentarios` text, `grupoid` int(11) NOT NULL DEFAULT '0', `htmlmenupub` varchar(250) DEFAULT NULL, `htmlmenupri` varchar(250) DEFAULT NULL, `resolucion` varchar(50) DEFAULT NULL, PRIMARY KEY (`idmenu`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `nombresos` -- DROP TABLE IF EXISTS `nombresos`; CREATE TABLE `nombresos` ( `idnombreso` smallint(11) NOT NULL AUTO_INCREMENT, `nombreso` varchar(250) NOT NULL DEFAULT '', `idtiposo` int(11) DEFAULT '0', PRIMARY KEY (`idnombreso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `ogagent_queue` -- DROP TABLE IF EXISTS `ogagent_queue`; CREATE TABLE `ogagent_queue` ( `id` int(11) NOT NULL AUTO_INCREMENT, `clientid` int(11) NOT NULL DEFAULT 0, `exectime` datetime DEFAULT NULL, `operation` varchar(25), -- `parameters` varchar(100), PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `ordenadores` -- DROP TABLE IF EXISTS `ordenadores`; CREATE TABLE `ordenadores` ( `idordenador` int(11) NOT NULL AUTO_INCREMENT, `nombreordenador` varchar(100) DEFAULT NULL,