EP2876551A1 - Method, computer program and device for configuring or maintaining of an information system in a cluster - Google Patents

Method, computer program and device for configuring or maintaining of an information system in a cluster Download PDF

Info

Publication number
EP2876551A1
EP2876551A1 EP14193557.7A EP14193557A EP2876551A1 EP 2876551 A1 EP2876551 A1 EP 2876551A1 EP 14193557 A EP14193557 A EP 14193557A EP 2876551 A1 EP2876551 A1 EP 2876551A1
Authority
EP
European Patent Office
Prior art keywords
configuration
computer system
program
operating system
client computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
EP14193557.7A
Other languages
German (de)
French (fr)
Inventor
Frédéric TEMPORELLI
Christian Cotte-Barrot
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bull SA
Original Assignee
Bull SA
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bull SA filed Critical Bull SA
Publication of EP2876551A1 publication Critical patent/EP2876551A1/en
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present invention relates to the configuration and maintenance of computer systems and more particularly to a method, a computer program and a device for configuring or maintaining a computer system in a cluster, flexibly utilizing an operating system. using only the RAM of the computer system on which it operates.
  • High Performance Computing also known as High Performance Computing (HPC)
  • HPC High Performance Computing
  • HPC High Performance Computing
  • modeling and simulation make it possible to reduce development costs and speed up the launch of innovative, more reliable and less energy-consuming products.
  • high performance computing has become an indispensable means of investigation.
  • a cluster typically comprises a set of computer systems implemented in interconnected nodes. Some nodes are typically used to perform compute tasks (compute nodes), others to store data (storage nodes), and one or more others manage the cluster (administrative nodes). Each node is for example a server implementing an operating system such as Linux (Linux is a brand).
  • the connection between the nodes is, for example, carried out using Ethernet communication links and interconnection networks (for example Infiniband) (Ethernet and Infiniband are trademarks).
  • the figure 1 schematically illustrates an example of a topology 100 of a cluster, type fat-tree.
  • the latter comprises a set of generically referenced nodes 105.
  • the nodes belonging to the set 110 are here computation nodes while the nodes of the set 115 are service nodes (storage nodes and administration nodes).
  • the computing nodes can be grouped into subsets 120 called computing islands, the set 115 being called service island.
  • the nodes are connected to each other by switches (called switches in English terminology), for example hierarchically.
  • switches in English terminology
  • the nodes are connected to first level switches 125 which are themselves connected to second level switches 130 which are in turn connected to third level switches 135.
  • boot The procedure for starting a computer system, known as boot in English terminology, is to obtain an operating system, accessible via a permanent or removable storage device, which then allows the loading and executing application programs.
  • This operating system is obtained via a simpler program, called bootloader in English terminology, executed via the BIOS (acronym for Basic Input Output System ) generally contained in a ROM of the motherboard of the computer system.
  • BIOS ancronym for Basic Input Output System
  • FIG. 2 An example architecture of a computer system belonging to a cluster is illustrated on the figure 2 .
  • the device 200 here comprises a communication bus 202 for exchanging data with elements external to the device 200 (input / output bus) and a communication bus 204 dedicated to data exchanges with a memory.
  • a ROM 206 (ROM, acronym for Read Only Memory in English terminology or EEPROM, acronym for Electrically-Erasable Programmable Read-Only Memory in English terminology) containing the BIOS program of the system and a RAM 208 (RAM, acronym for Random Access Memory in English terminology) having registers adapted to record variables and parameters created and modified during the execution of programs and an operating system (typically comprising at least one kernel and a file system) are connected to the bus 204.
  • One or more central processing units or microprocessors 210 (or CPUs, acronym for Central Processing Unit in English terminology) as well as a communication interface 212 adapted to transmit and receive data through a network are connected to the buses 202 and 204.
  • the communication interface 212 here comprises an extension ROM 214, called ROM expansion in English terminology, which contains a program for booting the operating system through a communication network.
  • PXE abbreviation of Pre-boot eXecution Environment in English terminology
  • gPXE free version of PXE
  • the communication buses 202 and 204 allow communication and interoperability between the various elements included in the device 200 or connected to it.
  • the representation of the buses is not limiting and, in particular, the central units are able to communicate instructions to any element of the device 200 directly or via another element of the device 200.
  • the executable code stored, for example, in ROM 206 or in ROM 214 is typically loaded into RAM 208.
  • CPUs 210 control and direct the execution of instructions or portions of software code or programs that are stored in RAM 208 from ROM 214, ROM 206 or any other storage element, local or remote.
  • the invention solves at least one of the problems discussed above.
  • the method according to the invention thus makes it easier to configure and maintain computer systems in a cluster, in particular when the size of the image of the boot media used does not make it possible to store the configuration tools and of maintenance.
  • the method further comprises a step of obtaining an automation script for obtaining and executing said at least one configuration program of said client computer system, said automation script being obtained from said administrative computer system.
  • the method further comprises a step of executing at least a first command of said automation script to obtain said at least one configuration program of said client computer system and an execution step of at least one second command of said automation script for executing said at least one configuration program of said client computer system.
  • the method further comprises a preliminary step of configuring at least one of said client computer system and computer administration system.
  • the method further comprises an initial step of loading a boot program, said boot program including instructions for performing said steps of obtaining a media image of startup for starting a DOS operating system and obtaining configuration data of said operating system.
  • the method further comprises a step of transmitting an execution result of said at least one configuration program of said client computer system.
  • the method further comprises a step of obtaining a bootstrap script, said step of configuration of said operating system being performed in response to execution of a command of said boot script.
  • said boot media image for starting a DOS operating system and said configuration data of said operating system are obtained via said network according to a protocol of TFTP type (acronym of Trivial File Transfer Protocol in English terminology) and wherein said at least one configuration program of said client computer system is obtained via said network according to a protocol of HTTP type (acronym for HyperText Transfer Protocol in English terminology).
  • the invention also relates to a computer program comprising instructions adapted to the implementation of each of the steps of the method described above when said program is executed on a computer and a device comprising means adapted to the implementation of of each of the steps of the method described above.
  • a DOS environment is deployed, via a network, in one or more computer systems of a cluster comprising a set of computer systems, also called nodes, to execute configuration and maintenance tasks.
  • the cluster includes an administrative computer system, commonly referred to as an administration server, configured to provide information to computer systems in which configuration or maintenance tasks are to be performed.
  • the administrative computer system comprises a start-up service such as a PXE boot service to provide addresses, files and startup parameters (for example via a DHCP server (acronym for Dynamic Host Configuration Protocol in English terminology). -Saxonne)), a TFTP type server (acronym for Trivial File Transfer Protocol in English terminology) to provide startup and configuration files and an HTTP type server (acronym for HyperText Transfer Protocol in English terminology). ) to archive scripts and configuration and maintenance programs.
  • a start-up service such as a PXE boot service to provide addresses, files and startup parameters (for example via a DHCP server (acronym for Dynamic Host Configuration Protocol in English terminology). -Saxonne)
  • a TFTP type server (acronym for Trivial File Transfer Protocol in English terminology) to provide startup and configuration files
  • the administrative computer system further includes standard network services and provides network booting capabilities to cluster computing systems.
  • the computer administration system can be distributed over several computer administration systems
  • a DHCP server distributes network addresses to client computer systems (it provides the client address, the gateway address and the name server). It can also provide other information to clients, including TFTP server addresses and file names that client computer systems must download.
  • a TFTP server can provide the files needed to start a system operating system and a program loaded, usually by the network card, to initialize the environment before starting the operating system.
  • a computer system of the cluster loads into memory, when it is started, from the computer administration system and via the network using a PXE type protocol, a DOS disk image configured according to FIG. 'invention. After this image has been loaded, the computer system starts running the DOS operating system stored in this image.
  • the network functionalities of the operating system DOS that is to say, typically the driver (called driver in English terminology) network card and the IP address (abbreviation of Internet Protocol in English terminology ) via a DHCP server, are configured.
  • the DOS operating system is configured to exploit the "high memory" of the computer system, thus making it possible to have a memory whose size can reach up to 4 GB and thus generate in RAM a virtual disk of large size, for example a virtual disk of 512Mo.
  • the operating system After being launched and initialized, the operating system obtains a bootstrap program (or script), stores it in the storage space of the virtual disk and starts its execution.
  • This bootstrap program analyzes parameters configured at boot and transmitted by the administration server.
  • the bootstrap program extracts boot information information for loading, from the administrative computer system or another server, a file containing the program to run in the DOS environment. This may be, for example, a BIOS update program. This program is loaded via the network and stored in the previously created virtual disk.
  • the bootstrap program ends by launching the program to run in the DOS environment.
  • BIOS it is generally possible to set the BIOS to, for example, define the order of devices to scan to detect a boot area. It is thus possible to start a system computer over a network by obtaining an image of the operating system available on a remote storage system in the network.
  • Such a start-up procedure is known in particular as PXE or gPXE (free version of PXE that can be used in an InfiniBand type network or Ethernet, InfiniBand and Ethernet are trademarks).
  • the operating system can then be started by running the program contained in the image.
  • the figure 3 schematically illustrates a startup boot sequence, in accordance with the PXE protocol, between an administrative computer system and a client computer system, for obtaining and launching an operating system from images accessible via a communication network.
  • a client computer system 300 is here connected to a server 305 via a communication network 310.
  • a first step, referenced 315, consists of a search for an IP configuration on a DHCP server.
  • the DHCP server response 320 indicates a location of a PXE directive file. The location of this directive file also makes it possible to define the transfer protocol to be used.
  • the client After obtaining from the DHCP server an IP configuration and a directive file location, the client issues a request 325 to the server to perform the transfer of the localized directive file.
  • the directive file is received from the server.
  • the received directive file defines the location of a file corresponding to the image of the operating system and associated parameters.
  • the client then sends a request 335 to obtain the file corresponding to the image of the operating system and associated parameters that are received from the server (reference 340) in response to this request.
  • the bootloader ends by chaining to the execution of the OS entry point.
  • a computer administration system can be configured to allow the network boot of computer systems according to a PXE boot mechanism using DHCP, TFTP and a tool known as PXELINUX.
  • PXELINUX a program that is part of the SYSLINUX project. It makes it possible to read a configuration file and launch an operating system by booting, in particular, from media images, typically floppy disks.
  • the administrative computer system is, moreover, advantageously configured to distribute files via the HTTP protocol.
  • a FreeDOS floppy disk image is made to allow the booting of a minimal DOS operating system (1.44 MB size) with programs and configuration for accessing a network and having access to a network.
  • a virtual disk such as a 512 MB virtual disk.
  • FreeDOS is a free operating system, compatible with the DOS operating system, which can be used in many environments, particularly in embedded systems.
  • the boot program to run a configuration or maintenance program is started.
  • This bootstrap program analyzes two variables obtained during the boot, one representing a URL (acronym for Uniform Resource Locatoren in English terminology), according to, for example, the HTTP protocol, located on the administration machine, comprising the address of the configuration or maintenance program to be executed, and the other to the name under which the Configuration or maintenance program must be saved in the previously created virtual disk.
  • a URL acronym for Uniform Resource Locatoren in English terminology
  • the bootstrap program then loads the configuration or maintenance program according to the determined URL and saves it in the virtual disk according to the determined name. After being registered, the execution of the configuration or maintenance program is initiated by the bootstrap program.
  • the command set available in the DOS environment is minimal but allows the configuration or maintenance program to load commands and additional data from the administrative computer system.
  • the client computer system has, after the start of the operating system, a much larger storage capacity than the traditional capacity of a diskette, for example from 10 to 1 000 times higher than that of a floppy disk. It is very easily reconfigurable by modifying the parameters obtained during boot (typically boot PXE) and / or program and configuration or maintenance data that do not have to be encapsulated in an image file. In addition, it relies on reliable and robust technologies (HTTP) and can be implemented in machines that do not have a disk.
  • boot PXE typically boot PXE
  • HTTP reliable and robust technologies
  • the figure 4 illustrates some steps of an algorithm 400 for starting and configuring a computer system (or node) of a cluster according to an embodiment.
  • the steps represented on the left-hand part of the figure are here implemented by an administrative computer system (or administration node) while the steps represented on the right-hand side are here implemented by a client computer system (or client node) in which a configuration or maintenance function is to be performed.
  • the architecture of the administration and client nodes implementing these steps is, for example, in accordance with that described with reference to FIG. figure 2 .
  • FIG. figure 5 schematically represents the state of an administration node and a client node during the execution of the algorithm 400 illustrated in FIG. figure 4 .
  • the algorithm 400 for starting up and configuring a client node here comprises three main phases: a phase 402 for preparing the nodes, a phase 404 for loading and starting and a phase 406 for configuring or maintaining a node.
  • the node preparation phase 402 comprises in particular a step 408 for configuring the administration node and a step 410 for configuring at least one client node in which a configuration or maintenance operation must be performed.
  • step 408 is, in particular, to configure DHCP, TFTP and HTTP services as well as to store files and parameters to be downloaded by client nodes, for example network and PXE parameters, the PXELINUX tool, a DOS disk image file and scripts and programs for executing configuration and maintenance programs.
  • client nodes for example network and PXE parameters, the PXELINUX tool, a DOS disk image file and scripts and programs for executing configuration and maintenance programs.
  • the step 410 is essentially to configure the BIOS of the client node in which a configuration or maintenance function must be performed in order, in particular, to allow this node to start over a network.
  • the figure 5a illustrates an example of a management node 500 and a client node 550 configured following the execution of steps 408 and 410.
  • the management node 500 is configured to provide DHCP services 502, TFTP 504 and HTTP 506 allowing, in particular, the transfer of the PXELINUX tool 508, a DOS disk image file 510 and scripts and programs 512. allowing the execution of configuration and maintenance programs, respectively.
  • the BIOS 552 of the client node 550 is configured to allow, in particular, this node to boot over a network.
  • the client node in which a configuration or maintenance operation is to be performed sends a request to the administration node (step 412) to obtain an IP configuration via the DHCP service.
  • the client node receives from the administration node location information from a PXE directive file and the PXELINUX tool (step 414). The location of this directive file and this tool also makes it possible to define the transfer protocol to be used, here the TFTP protocol.
  • the client node After obtaining from the DHCP server an IP configuration and directives file location information and the PXELINUX tool, the client node issues a request to the administration node to transfer this file and tool (step 416). ). In response to this request, the administration node transmits to the client node a PXE directive file and the PXELINUX tool (step 418).
  • the client node then transmits a request (step 420) for obtaining the file corresponding to the image of the DOS operating system to be launched and the associated parameters that are received from the administration node (step 422) in response to this request.
  • the file corresponding to the image of the DOS operating system to be launched and the associated parameters are here stored in the memory of the client node (step 424).
  • the figure 5b illustrates the state of the client node, executing BIOS instructions and the PXELINUX tool (reference 554) after receiving and storing in RAM the file corresponding to the DOS operating system image to be launched and associated parameters (reference 556).
  • file transfers preferably use the TFTP protocol which is generally used in the context of the use of the PXE protocol.
  • the driver After having obtained and memorized the image of the operating system, the latter is initialized, the drivers (or drivers ) are loaded, for example via the file known as config.sys, and the operating system is configured. in a generic way to be launched using, for example, the file known as autoexec.bat.
  • a primer script obtained with the image DOS diskette, is then launched to configure the operating system according to a particular embodiment.
  • the bootloader ends by concatenation with the execution of the previously obtained DOS operating system entry point.
  • the drivers are loaded (reference 560) and the operating system is configured and the bootstrap script to configure the operating system is started (reference 562).
  • the bootstrap script is used to configure the drivers to configure the network, create a virtual disk in RAM, such as a 100MB virtual disk, and process boot parameters received in the PXE directives for information, such as particular location information, an automation script for executing configuration and maintenance programs.
  • the client node After obtaining information about an automation script for executing configuration and maintenance programs, the client node sends a request to the administration node to obtain this automation script (step 426).
  • This automation script is preferably obtained via the HTTP protocol (step 428). After being received, it is executed (step 430).
  • the figure 5d illustrates the state of the client node after launching the bootstrap script used to configure the operating system.
  • the bootstrap script allows here to configure the drivers, typically configure the network driver and create a virtual disk in RAM (reference 564) and process the boot parameters received in the PXE directives to obtain localization information.
  • an automation script allowing the execution of configuration and maintenance programs (reference 566). It also allows to load this automation script and execute it (reference 568).
  • the automation script for executing configuration and maintenance programs includes instructions for loading these programs (steps 432 and 434) store them locally in the virtual disk (step 436) and execute them (step 438) to configure the client node or perform a maintenance operation.
  • the automation script for executing configuration and maintenance programs may include an instruction to load, using the HTTP protocol and in compressed form, a BIOS update program called afudos. zip. After being obtained, this program is uncompressed and stored in the virtual disk under the name afudos.exe.
  • the automation script for executing configuration and maintenance programs may include an instruction to load, using the HTTP protocol and in compressed form, a BIOS configuration file called X9DRTH2.zip. After being obtained, this file is uncompressed and stored in the virtual disk under the name X9DRTH2.602.
  • the automation script for executing configuration and maintenance programs may then include a command to execute the afudos.exe program with the parameters contained in the X9DRTH2.602 file to update the BIOS according to predetermined parameters.
  • An execution result of the automation script for executing configuration and maintenance programs is preferably transmitted to the administration node (steps 440 and 442). .
  • the figure 5e illustrates the state of the client node after executing the configuration or maintenance programs according to the automation script for executing these programs.
  • the execution of the automation script allowing the execution of the configuration or maintenance programs loads them into the virtual disk (reference 570) and starts their execution (reference 572).

Abstract

L'invention a notamment pour objet la configuration et la maintenance d'un système informatique dans un cluster, le système informatique étant configuré pour permettre un démarrage à partir de données stockées dans un système informatique d'administration. Après avoir obtenu (420, 422) de ce dernier une image de disquette de démarrage permettant le démarrage d'un système d'exploitation et des données de configuration, le système d'exploitation est démarré et configuré (424) et un disque virtuel de stockage est créé. Les données de configuration reçues sont analysées afin d'obtenir (432) et stocker dans le disque virtuel un programme de configuration du système informatique. Ce dernier est ensuite exécuté (438).The invention particularly relates to the configuration and maintenance of a computer system in a cluster, the computer system being configured to allow startup from data stored in a computer system administration. After obtaining (420, 422) from the latter a boot diskette image for booting an operating system and configuration data, the operating system is started and configured (424) and a virtual disk of storage is created. The received configuration data is analyzed to obtain (432) and store in the virtual disk a computer system configuration program. The latter is then executed (438).

Description

La présente invention concerne la configuration et la maintenance de systèmes informatiques et plus particulièrement un procédé, un programme d'ordinateur et un dispositif de configuration ou de maintenance d'un système informatique dans un cluster, utilisant de manière flexible un système d'exploitation n'utilisant que la mémoire vive du système informatique sur lequel il fonctionne.The present invention relates to the configuration and maintenance of computer systems and more particularly to a method, a computer program and a device for configuring or maintaining a computer system in a cluster, flexibly utilizing an operating system. using only the RAM of the computer system on which it operates.

Le calcul haute performance, aussi appelé HPC (sigle de High Performance Computing en terminologie anglo-saxonne) se développe pour la recherche universitaire comme pour l'industrie, notamment dans des domaines techniques tels que l'automobile, l'aéronautique, l'énergie, la climatologie et les sciences de la vie. La modélisation et la simulation permettent en particulier de réduire les coûts de développement, d'accélérer la mise sur le marché de produits innovants, plus fiables et moins consommateurs d'énergie. Pour les chercheurs, le calcul haute performance est devenu un moyen d'investigation indispensable. High Performance Computing , also known as High Performance Computing (HPC), is developing for both academic research and industry, particularly in technical fields such as automotive, aeronautics, energy , climatology and life sciences. In particular, modeling and simulation make it possible to reduce development costs and speed up the launch of innovative, more reliable and less energy-consuming products. For researchers, high performance computing has become an indispensable means of investigation.

Ces calculs sont généralement mis en oeuvre sur des systèmes de traitement de données appelés clusters (parfois traduit « grappes de serveurs » ou « ferme de serveurs »). Un cluster comprend typiquement un ensemble de systèmes informatiques mis en oeuvre dans des noeuds interconnectés. Certains noeuds sont typiquement utilisés pour effectuer des tâches de calcul (noeuds de calcul), d'autres pour stocker des données (noeuds de stockage) et un ou plusieurs autres gèrent le cluster (noeuds d'administration). Chaque noeud est par exemple un serveur mettant en oeuvre un système d'exploitation tel que Linux (Linux est une marque). La connexion entre les noeuds est, par exemple, réalisée à l'aide de liens de communication Ethernet et de réseaux d'interconnexions (par exemple Infiniband) (Ethernet et Infiniband sont des marques).These calculations are generally implemented on data processing systems called clusters (sometimes translated " server clusters" or " server farms "). A cluster typically comprises a set of computer systems implemented in interconnected nodes. Some nodes are typically used to perform compute tasks (compute nodes), others to store data (storage nodes), and one or more others manage the cluster (administrative nodes). Each node is for example a server implementing an operating system such as Linux (Linux is a brand). The connection between the nodes is, for example, carried out using Ethernet communication links and interconnection networks (for example Infiniband) (Ethernet and Infiniband are trademarks).

La figure 1 illustre schématiquement un exemple d'une topologie 100 d'un cluster, de type fat-tree. Ce dernier comprend un ensemble de noeuds génériquement référencés 105. Les noeuds appartenant à l'ensemble 110 sont ici des noeuds de calcul tandis que les noeuds de l'ensemble 115 sont des noeuds de service (noeuds de stockage et noeuds d'administration). Les noeuds de calcul peuvent être regroupés en sous-ensembles 120 appelés îlots de calcul, l'ensemble 115 étant appelé îlot de service.The figure 1 schematically illustrates an example of a topology 100 of a cluster, type fat-tree. The latter comprises a set of generically referenced nodes 105. The nodes belonging to the set 110 are here computation nodes while the nodes of the set 115 are service nodes (storage nodes and administration nodes). The computing nodes can be grouped into subsets 120 called computing islands, the set 115 being called service island.

Les noeuds sont reliés les uns aux autres par des commutateurs (appelés switch en terminologie anglo-saxonne), par exemple de façon hiérarchique. Dans l'exemple illustré sur la figure 1, les noeuds sont connectés à des commutateurs 125 de premier niveau qui sont eux-mêmes reliés à des commutateurs 130 de deuxième niveau qui sont à leur tour reliés à des commutateurs 135 de troisième niveau.The nodes are connected to each other by switches (called switches in English terminology), for example hierarchically. In the example shown on the figure 1 the nodes are connected to first level switches 125 which are themselves connected to second level switches 130 which are in turn connected to third level switches 135.

La procédure de démarrage d'un système informatique, connue sous le nom de boot en terminologie anglo-saxonne, a pour objet l'obtention d'un système d'exploitation, accessible via un périphérique de stockage permanent ou amovible, qui permet ensuite le chargement et l'exécution de programmes applicatifs. Ce système d'exploitation est obtenu par l'intermédiaire d'un programme plus simple, appelé bootloader en terminologie anglo-saxonne, exécuté par l'intermédiaire du BIOS (acronyme de Basic Input Output System en terminologie anglo-saxonne) généralement contenu dans une mémoire morte de la carte mère du système informatique.The procedure for starting a computer system, known as boot in English terminology, is to obtain an operating system, accessible via a permanent or removable storage device, which then allows the loading and executing application programs. This operating system is obtained via a simpler program, called bootloader in English terminology, executed via the BIOS (acronym for Basic Input Output System ) generally contained in a ROM of the motherboard of the computer system.

Durant cette phase de démarrage, toutes les composantes logicielles essentielles et nécessaires au fonctionnement du système informatique sont chargées en mémoire vive.During this startup phase, all the essential software components necessary for the operation of the computer system are loaded into RAM.

Un exemple d'architecture d'un système informatique appartenant à un cluster est illustré sur la figure 2.An example architecture of a computer system belonging to a cluster is illustrated on the figure 2 .

Le dispositif 200 comporte ici un bus de communication 202 permettant l'échange de données avec des éléments externes au dispositif 200 (bus d'entrée/sortie) et un bus de communication 204 dédié aux échanges de données avec une mémoire.The device 200 here comprises a communication bus 202 for exchanging data with elements external to the device 200 (input / output bus) and a communication bus 204 dedicated to data exchanges with a memory.

Une mémoire morte 206 (ROM, acronyme de Read Only Memory en terminologie anglo-saxonne ou EEPROM, acronyme d'Electrically-Erasable Programmable Read-Only Memory en terminologie anglo-saxonne) contenant le programme BIOS du système ainsi qu'une mémoire vive 208 (RAM, acronyme de Random Access Memory en terminologie anglo-saxonne) comportant des registres adaptés à enregistrer des variables et paramètres créés et modifiés au cours de l'exécution de programmes ainsi qu'un système d'exploitation (comprenant typiquement au moins un noyau et un système de fichiers) sont connectées au bus 204.A ROM 206 (ROM, acronym for Read Only Memory in English terminology or EEPROM, acronym for Electrically-Erasable Programmable Read-Only Memory in English terminology) containing the BIOS program of the system and a RAM 208 (RAM, acronym for Random Access Memory in English terminology) having registers adapted to record variables and parameters created and modified during the execution of programs and an operating system (typically comprising at least one kernel and a file system) are connected to the bus 204.

Une ou plusieurs unités centrales de traitement ou microprocesseurs 210 (ou CPU, sigle de Central Processing Unit en terminologie anglo-saxonne) ainsi qu'une interface de communication 212 adaptée à transmettre et à recevoir des données à travers un réseau sont connectées aux bus 202 et 204. L'interface de communication 212 comprend ici une mémoire morte d'extension 214, appelée expansion ROM en terminologie anglo-saxonne, qui contient un programme permettant l'amorçage du système d'exploitation à travers un réseau de communication.One or more central processing units or microprocessors 210 (or CPUs, acronym for Central Processing Unit in English terminology) as well as a communication interface 212 adapted to transmit and receive data through a network are connected to the buses 202 and 204. The communication interface 212 here comprises an extension ROM 214, called ROM expansion in English terminology, which contains a program for booting the operating system through a communication network.

Il est observé ici qu'il existe une procédure de démarrage connue sous le nom de PXE (sigle de Pre-boot eXecution Environment en terminologie anglo-saxonne) ou gPXE (version libre de PXE) pouvant être utilisée pour charger des composants logiciels dans la mémoire vive 208 depuis un dispositif de stockage distant, via un réseau de communication.It is observed here that there is a startup procedure known as PXE (abbreviation of Pre-boot eXecution Environment in English terminology) or gPXE (free version of PXE) that can be used to load software components in the RAM 208 from a remote storage device, via a communication network.

Les bus de communication 202 et 204 permettent la communication et l'interopérabilité entre les différents éléments inclus dans le dispositif 200 ou reliés à lui. La représentation des bus n'est pas limitative et, notamment, les unités centrales sont susceptibles de communiquer des instructions à tout élément du dispositif 200 directement ou par l'intermédiaire d'un autre élément du dispositif 200.The communication buses 202 and 204 allow communication and interoperability between the various elements included in the device 200 or connected to it. The representation of the buses is not limiting and, in particular, the central units are able to communicate instructions to any element of the device 200 directly or via another element of the device 200.

Pour être exécuté, le code exécutable stocké, par exemple, dans la mémoire morte 206 ou dans la mémoire morte d'extension 214 est typiquement chargé dans la mémoire vive 208.To execute, the executable code stored, for example, in ROM 206 or in ROM 214 is typically loaded into RAM 208.

Ainsi, les unités centrales 210 commandent et dirigent l'exécution des instructions ou portions de code logiciel du ou des programmes qui sont stockés dans la mémoire vive 208 à partir de la mémoire morte d'extension 214, de la mémoire morte 206 ou de tout autre élément de stockage, local ou distant.Thus, CPUs 210 control and direct the execution of instructions or portions of software code or programs that are stored in RAM 208 from ROM 214, ROM 206 or any other storage element, local or remote.

Des tâches importantes de configuration et de maintenance des systèmes informatiques, par exemple la mise à jour de BIOS et la modification des champs DMI (sigle de Desktop Media Interface en terminologie anglo-saxonne), comprenant des informations telles que des numéros de série de machines, lorsqu'une mémoire morte de type EEPROM est utilisée, nécessitent un environnement d'exploitation de type DOS (acronyme de Disk Operating System en terminologie anglo-saxonne).Important tasks of configuration and maintenance of the computer systems, for example the updating of BIOS and the modification of the fields DMI (acronym of Desktop Media Interface in imperial terminology), including information such as serial numbers of machines , when a EEPROM type read-only memory is used, require a DOS operating environment (acronym for Disk Operating System in English terminology).

En effet, alors qu'il existe d'autres environnements pour ces opérations de configuration et de maintenance, ces environnements présentent des inconvénients, notamment en termes de coûts. Alors que les coûts des outils de type DOS sont typiquement inclus dans la licence des BIOS, payée pour chaque machine, il est généralement nécessaire d'acquérir des licences spécifiques pour les outils de configuration et de maintenance utilisés dans d'autres environnement, par exemple dans l'environnement Linux (Linux est une marque). De telles licences peuvent dépasser dix dollars par an et par machine. Par conséquent, les coûts pour un cluster peuvent s'élever à plusieurs dizaines de milliers de dollars par an.Indeed, while there are other environments for these configuration and maintenance operations, these environments have drawbacks, especially in terms of costs. While the costs of DOS-type tools are typically included in the BIOS license, paid for each machine, it is usually necessary to acquire specific licenses for the configuration and maintenance tools used in other environments, for example in the Linux environment (Linux is a brand). Such licenses may exceed $ 10 per year per machine. As a result, the costs for a cluster can amount to tens of thousands of dollars a year.

Cependant, la taille des données et des programmes utilisés pour l'exécution de tâches de configuration et de maintenance de systèmes informatiques ne permet plus l'utilisation de média de stockage de type disquette dont la capacité de stockage (typiquement de l'ordre de 1,4 Mo) est trop faible. Par conséquent, l'exécution de tâches de configuration et de maintenance de systèmes informatiques dans un environnement de type DOS nécessite typiquement un support de type clé USB (sigle de Universal Serial Bus en terminologie anglo-saxonne), un disque dur, un CD-ROM (sigle de Compact Disc - Read Only Memory en terminologie anglo-saxonne) ou DVD-ROM (sigle de Digital Versatile Disc - Read Only Memory en terminologie anglo-saxonne). Bien que présentant des avantages, un tel support est difficile à maintenir, par exemple pour ajouter une mise à jour d'un nouveau BIOS, et, nécessite des interventions manuelles, machine par machine, qui sont difficilement compatibles avec une utilisation dans des fermes ou des clusters de serveurs.However, the size of the data and programs used to perform computer system configuration and maintenance tasks no longer allows the use of diskette-type storage media whose storage capacity (typically of the order of 1 , 4 MB) is too weak. Consequently, the execution of computer system configuration and maintenance tasks in a DOS-type environment typically requires USB type support ( Universal Serial Bus acronym in English terminology), a hard disk, a CD-ROM. ROM (acronym for Compact Disc - Read Only Memory in English terminology) or DVD-ROM ( Digital Versatile Disc acronym - Read Only Memory in terminology Anglo-Saxon). Although having advantages, such support is difficult to maintain, for example to add an update of a new BIOS, and requires manual interventions, machine by machine, which are hardly compatible with use on farms or server clusters.

L'invention permet de résoudre au moins un des problèmes exposés précédemment.The invention solves at least one of the problems discussed above.

L'invention a ainsi pour objet un procédé de configuration d'un système informatique client dans un cluster comprenant une pluralité de systèmes informatiques dont au moins un est un système informatique d'administration, les systèmes informatiques de ladite pluralité de systèmes informatiques étant connectés via un réseau, ledit système informatique client étant configuré pour permettre un démarrage à partir de données stockées dans ledit système informatique d'administration, le procédé comprenant les étapes suivantes,

  • obtention d'une image d'un média de démarrage, typiquement d'une disquette de démarrage, permettant le démarrage d'un système d'exploitation de type DOS et obtention de données de configuration dudit système d'exploitation, ladite image de média de démarrage et lesdites données de configuration étant reçues dudit système informatique d'administration via ledit réseau ;
  • démarrage et configuration dudit système d'exploitation, ladite étape de démarrage et de configuration comprenant une étape de création d'un disque virtuel de stockage, la taille de l'espace de stockage du disque virtuel étant de préférence supérieure à la taille du média de démarrage, par exemple 10 à 1 000 fois supérieure ;
  • analyse desdites données de configuration reçues et, en réponse, obtention d'au moins un programme de configuration dudit système informatique client, ledit au moins un programme de configuration dudit système informatique client étant reçu dudit système informatique d'administration via ledit réseau et stocké dans ledit disque virtuel de stockage ; et
  • exécution dudit au moins un programme de configuration dudit système informatique client.
The invention thus relates to a method of configuring a client computer system in a cluster comprising a plurality of computer systems of which at least one is a computer administration system, the computer systems of said plurality of computer systems being connected via a network, said client computer system being configured to enable booting from data stored in said delivery computer system, the method comprising the following steps,
  • obtaining an image of a bootable media, typically a boot disk, for starting a DOS operating system and obtaining configuration data of said operating system, said media image of startup and said configuration data being received from said administrative computer system via said network;
  • starting and configuring said operating system, said booting and configuring step comprising a step of creating a storage virtual disk, the size of the storage space of the virtual disk being preferably greater than the size of the media of starting, for example 10 to 1000 times higher;
  • analyzing said received configuration data and, in response, obtaining at least one configuration program of said client computer system, said at least one configuration program of said client computer system being received from said administrative computer system via said network and stored in said virtual storage disk; and
  • performing said at least one configuration program of said client computer system.

Le procédé selon l'invention permet ainsi de faciliter les opérations de configuration et de maintenance de systèmes informatiques dans un cluster, en particulier lorsque la taille de l'image du média de démarrage utilisé ne permet pas d'y stocker les outils de configuration et de maintenance.The method according to the invention thus makes it easier to configure and maintain computer systems in a cluster, in particular when the size of the image of the boot media used does not make it possible to store the configuration tools and of maintenance.

Selon un mode de réalisation particulier, le procédé comprend en outre une étape d'obtention d'un script d'automatisation permettant l'obtention et l'exécution dudit au moins un programme de configuration dudit système informatique client, ledit script d'automatisation étant obtenu dudit système informatique d'administration.According to a particular embodiment, the method further comprises a step of obtaining an automation script for obtaining and executing said at least one configuration program of said client computer system, said automation script being obtained from said administrative computer system.

Toujours selon un mode de réalisation particulier, le procédé comprend en outre une étape d'exécution d'au moins une première commande dudit script d'automatisation pour obtenir ledit au moins un programme de configuration dudit système informatique client et une étape d'exécution d'au moins une seconde commande dudit script d'automatisation pour exécuter ledit au moins un programme de configuration dudit système informatique client.Still according to a particular embodiment, the method further comprises a step of executing at least a first command of said automation script to obtain said at least one configuration program of said client computer system and an execution step of at least one second command of said automation script for executing said at least one configuration program of said client computer system.

Toujours selon un mode de réalisation particulier, le procédé comprend en outre une étape préliminaire de configuration d'au moins l'un desdits système informatique client et système informatique d'administration.Still according to a particular embodiment, the method further comprises a preliminary step of configuring at least one of said client computer system and computer administration system.

Toujours selon un mode de réalisation particulier, le procédé comprend en outre une étape initiale de chargement d'un programme d'amorçage, ledit programme d'amorçage comprenant des instructions pour l'exécution desdites étapes d'obtention d'une image de média de démarrage permettant le démarrage d'un système d'exploitation de type DOS et d'obtention de données de configuration dudit système d'exploitation.Still according to a particular embodiment, the method further comprises an initial step of loading a boot program, said boot program including instructions for performing said steps of obtaining a media image of startup for starting a DOS operating system and obtaining configuration data of said operating system.

Toujours selon un mode de réalisation particulier, le procédé comprend en outre une étape de transmission d'un résultat d'exécution dudit au moins un programme de configuration dudit système informatique client.Still according to a particular embodiment, the method further comprises a step of transmitting an execution result of said at least one configuration program of said client computer system.

Toujours selon un mode de réalisation particulier, le procédé comprend en outre une étape d'obtention d'un script d'amorce, ladite étape de configuration dudit système d'exploitation étant effectuée en réponse à l'exécution d'une commande dudit script d'amorce.Still according to a particular embodiment, the method further comprises a step of obtaining a bootstrap script, said step of configuration of said operating system being performed in response to execution of a command of said boot script.

Toujours selon un mode de réalisation particulier, ladite image de média de démarrage permettant le démarrage d'un système d'exploitation de type DOS et lesdites données de configuration dudit système d'exploitation sont obtenues via ledit réseau selon un protocole de type TFTP (sigle de Trivial File Transfer Protocol en terminologie anglo-saxonne) et selon lequel ledit au moins un programme de configuration dudit système informatique client est obtenu via ledit réseau selon un protocole de type HTTP (sigle d'HyperText Transfer Protocol en terminologie anglo-saxonne).Still according to a particular embodiment, said boot media image for starting a DOS operating system and said configuration data of said operating system are obtained via said network according to a protocol of TFTP type (acronym of Trivial File Transfer Protocol in English terminology) and wherein said at least one configuration program of said client computer system is obtained via said network according to a protocol of HTTP type (acronym for HyperText Transfer Protocol in English terminology).

L'invention a également pour objet un programme d'ordinateur comprenant des instructions adaptées à la mise en oeuvre de chacune des étapes du procédé décrit précédemment lorsque ledit programme est exécuté sur un ordinateur ainsi qu'un dispositif comprenant des moyens adaptés à la mise en oeuvre de chacune des étapes du procédé décrit précédemment.The invention also relates to a computer program comprising instructions adapted to the implementation of each of the steps of the method described above when said program is executed on a computer and a device comprising means adapted to the implementation of of each of the steps of the method described above.

Les avantages procurés par ce programme d'ordinateur et ce dispositif sont similaires à ceux évoqués précédemment.The benefits provided by this computer program and device are similar to those discussed above.

D'autres avantages, buts et caractéristiques de la présente invention ressortent de la description détaillée qui suit, faite à titre d'exemple non limitatif, au regard des dessins annexés dans lesquels :

  • La figure 1 illustre un exemple de topologie d'un cluster ;
  • la figure 2 illustre un exemple d'architecture d'un système informatique d'un cluster ;
  • la figure 3 illustre schématiquement une séquence d'initialisation de démarrage, conformément au protocole PXE, entre un système informatique d'administration et un système informatique client, pour obtenir et lancer un système d'exploitation à partir d'images accessibles via un réseau de communication ;
  • la figure 4 illustre certaines étapes d'un algorithme de démarrage et de configuration d'un système informatique d'un cluster conformément à un mode de réalisation ; et
  • la figure 5, comprenant les figures 5a à 5e, représente schématiquement l'état d'un système informatique d'administration et d'un système informatique client lors de l'exécution de l'algorithme 400 illustré sur la figure 4.
Other advantages, aims and features of the present invention will emerge from the detailed description which follows, given by way of non-limiting example, with reference to the accompanying drawings in which:
  • The figure 1 illustrates an example of a cluster topology;
  • the figure 2 illustrates an example architecture of a computer system of a cluster;
  • the figure 3 schematically illustrates a boot boot sequence, in accordance with the PXE protocol, between an administrative computer system and a client computer system, for obtaining and launching an operating system from images accessible via a communication network;
  • the figure 4 illustrates certain steps of an algorithm for starting and configuring a computer system of a cluster according to an embodiment; and
  • the figure 5 , including Figures 5a to 5e , schematically represents the state of an administrative computer system and a client computer system when executing the algorithm 400 illustrated on the figure 4 .

Selon un mode de réalisation particulier, un environnement DOS est déployé, via réseau, dans un ou plusieurs systèmes informatiques d'un cluster comprenant un ensemble de systèmes informatiques, aussi appelés noeuds, pour exécuter des tâches de configuration et de maintenance.According to a particular embodiment, a DOS environment is deployed, via a network, in one or more computer systems of a cluster comprising a set of computer systems, also called nodes, to execute configuration and maintenance tasks.

A ces fins, le cluster comprend un système informatique d'administration, couramment appelé serveur d'administration, configuré pour fournir des informations à des systèmes informatiques dans lesquels des tâches de configuration ou maintenance doivent être exécutées. Typiquement, le système informatique d'administration comprend un service de démarrage tel qu'un service de boot PXE pour fournir des adresses, des fichiers et des paramètres de démarrage (par exemple via un serveur DHCP (sigle de Dynamic Host Configuration Protocol en terminologie anglo-saxonne)), un serveur de type TFTP (sigle de Trivial File Transfer Protocol en terminologie anglo-saxonne) pour fournir des fichiers de démarrage et de configuration et un serveur de type HTTP (sigle d'HyperText Transfer Protocol en terminologie anglo-saxonne) pour archiver des scripts et des programmes de configuration et maintenance.For these purposes, the cluster includes an administrative computer system, commonly referred to as an administration server, configured to provide information to computer systems in which configuration or maintenance tasks are to be performed. Typically, the administrative computer system comprises a start-up service such as a PXE boot service to provide addresses, files and startup parameters (for example via a DHCP server (acronym for Dynamic Host Configuration Protocol in English terminology). -Saxonne)), a TFTP type server (acronym for Trivial File Transfer Protocol in English terminology) to provide startup and configuration files and an HTTP type server (acronym for HyperText Transfer Protocol in English terminology). ) to archive scripts and configuration and maintenance programs.

Le système informatique d'administration comprend en outre des services réseaux standard et offre des fonctions de démarrage sur réseau à des systèmes informatiques du cluster. Le système informatique d'administration peut être réparti sur plusieurs systèmes informatiques d'administrationThe administrative computer system further includes standard network services and provides network booting capabilities to cluster computing systems. The computer administration system can be distributed over several computer administration systems

Il est rappelé ici qu'un serveur DHCP distribue des adresses réseaux à des systèmes informatiques clients (il fournit l'adresse du client, l'adresse de la passerelle et du serveur de noms). Il peut également donner d'autres informations aux clients, notamment des adresses de serveur TFTP et des noms de fichiers que des systèmes informatiques client doivent télécharger. Un serveur TFTP peut fournir les fichiers nécessaires pour démarrer un système d'exploitation ainsi qu'un programme chargé, en général par la carte réseau, d'initialiser l'environnement avant le démarrage du système d'exploitation.It is recalled here that a DHCP server distributes network addresses to client computer systems (it provides the client address, the gateway address and the name server). It can also provide other information to clients, including TFTP server addresses and file names that client computer systems must download. A TFTP server can provide the files needed to start a system operating system and a program loaded, usually by the network card, to initialize the environment before starting the operating system.

Toujours selon un mode de réalisation particulier, un système informatique du cluster charge en mémoire, lors de son démarrage, à partir du système informatique d'administration et via le réseau en utilisant un protocole de type PXE, une image de disquette DOS configurée selon l'invention. Après que cette image ait été chargée, le système informatique lance l'exécution du système d'exploitation DOS stocké dans cette image.Still according to a particular embodiment, a computer system of the cluster loads into memory, when it is started, from the computer administration system and via the network using a PXE type protocol, a DOS disk image configured according to FIG. 'invention. After this image has been loaded, the computer system starts running the DOS operating system stored in this image.

Les fonctionnalités réseau du système d'exploitation DOS, c'est-à-dire, typiquement, le pilote (appelé driver en terminologie anglo-saxonne) de carte réseau et l'adresse IP (sigle d'Internet Protocol en terminologie anglo-saxonne) via un serveur DHCP, sont configurées.The network functionalities of the operating system DOS, that is to say, typically the driver (called driver in English terminology) network card and the IP address (abbreviation of Internet Protocol in English terminology ) via a DHCP server, are configured.

De façon avantageuse, le système d'exploitation DOS est configuré pour exploiter la « mémoire haute » du système informatique, permettant ainsi de disposer d'une mémoire dont la taille peut atteindre jusqu'à 4Go et ainsi générer en mémoire vive un disque virtuel de grande taille, par exemple un disque virtuel de 512Mo.Advantageously, the DOS operating system is configured to exploit the "high memory" of the computer system, thus making it possible to have a memory whose size can reach up to 4 GB and thus generate in RAM a virtual disk of large size, for example a virtual disk of 512Mo.

Après avoir été lancé et initialisé, le système d'exploitation obtient un programme d'amorce (ou script), le mémorise dans l'espace de stockage du disque virtuel et lance son exécution. Ce programme d'amorce analyse des paramètres configurés au boot et transmis par le serveur d'administration. En particulier, le programme d'amorce extrait des paramètres de boot les informations permettant de charger, depuis le système informatique d'administration ou un autre serveur, un fichier contenant le programme à exécuter dans l'environnement DOS. Il peut s'agir, par exemple, d'un programme de mise à jour du BIOS. Ce programme est chargé via le réseau et stocké dans le disque virtuel préalablement créé.After being launched and initialized, the operating system obtains a bootstrap program (or script), stores it in the storage space of the virtual disk and starts its execution. This bootstrap program analyzes parameters configured at boot and transmitted by the administration server. In particular, the bootstrap program extracts boot information information for loading, from the administrative computer system or another server, a file containing the program to run in the DOS environment. This may be, for example, a BIOS update program. This program is loaded via the network and stored in the previously created virtual disk.

Le programme d'amorce se termine en lançant le programme a exécuter dans l'environnement DOS.The bootstrap program ends by launching the program to run in the DOS environment.

Il est rappelé ici qu'il est généralement possible de paramétrer le BIOS pour, par exemple, définir l'ordre des périphériques à scruter afin de détecter une zone de démarrage. Il est ainsi possible de démarrer un système informatique via un réseau en obtenant une image du système d'exploitation disponible sur un système de stockage distant dans le réseau. Une telle procédure de démarrage est notamment connue sous le nom de PXE ou gPXE (version libre de PXE pouvant être utilisée dans un réseau de type InfiniBand ou Ethernet, InfiniBand et Ethernet sont des marques).It is recalled here that it is generally possible to set the BIOS to, for example, define the order of devices to scan to detect a boot area. It is thus possible to start a system computer over a network by obtaining an image of the operating system available on a remote storage system in the network. Such a start-up procedure is known in particular as PXE or gPXE (free version of PXE that can be used in an InfiniBand type network or Ethernet, InfiniBand and Ethernet are trademarks).

Dans cette procédure, les composantes et les directives spécifiques d'exécution du système d'exploitation sont obtenues par le chargement de différents fichiers.In this procedure, components and specific operating system execution directives are obtained by loading different files.

Lorsque ces fichiers sont chargés, sous forme d'images, le système d'exploitation peut alors être démarré en exécutant le programme contenu dans l'image.When these files are loaded, as images, the operating system can then be started by running the program contained in the image.

La figure 3 illustre schématiquement une séquence d'initialisation de démarrage, conformément au protocole PXE, entre un système informatique d'administration et un système informatique client, pour obtenir et lancer un système d'exploitation à partir d'images accessibles via un réseau de communication.The figure 3 schematically illustrates a startup boot sequence, in accordance with the PXE protocol, between an administrative computer system and a client computer system, for obtaining and launching an operating system from images accessible via a communication network.

Comme illustré, un système informatique client 300 est ici connecté à un serveur 305 via un réseau de communication 310. Une première étape, référencée 315, consiste en une recherche d'une configuration IP sur un serveur DHCP. Outre les informations de configurations IP, la réponse 320 du serveur DHCP indique une localisation d'un fichier de directives PXE. La localisation de ce fichier de directives permet également de définir le protocole de transfert devant être utilisé.As illustrated, a client computer system 300 is here connected to a server 305 via a communication network 310. A first step, referenced 315, consists of a search for an IP configuration on a DHCP server. In addition to the IP configuration information, the DHCP server response 320 indicates a location of a PXE directive file. The location of this directive file also makes it possible to define the transfer protocol to be used.

Après avoir obtenu du serveur DHCP une configuration IP et une localisation de fichier de directives, le client émet une requête 325 au serveur pour réaliser le transfert du fichier de directives localisé. En réponse (référencée 330), le fichier de directives est reçu du serveur. Typiquement, le fichier de directives reçu défini la localisation d'un fichier correspondant à l'image du système d'exploitation et aux paramètres associés.After obtaining from the DHCP server an IP configuration and a directive file location, the client issues a request 325 to the server to perform the transfer of the localized directive file. In response (referenced 330), the directive file is received from the server. Typically, the received directive file defines the location of a file corresponding to the image of the operating system and associated parameters.

Le client transmet alors une requête 335 visant l'obtention du fichier correspondant à l'image du système d'exploitation et aux paramètres associés qui sont reçus du serveur (référence 340) en réponse à cette requête.The client then sends a request 335 to obtain the file corresponding to the image of the operating system and associated parameters that are received from the server (reference 340) in response to this request.

Il est observé ici que, dans le cadre de l'utilisation du protocole PXE, les requêtes et les transferts de fichiers utilisent généralement le protocole TFTP.It is observed here that, in the context of the use of the PXE protocol, requests and file transfers generally use the TFTP protocol.

Après le chargement en mémoire des fichiers correspondant à l'image du système d'exploitation et aux paramètres associés, le bootloader se termine en enchaînant sur l'exécution du point d'entrée du système d'exploitation.After the files in the memory corresponding to the operating system image and associated parameters are loaded into memory, the bootloader ends by chaining to the execution of the OS entry point.

Ainsi, selon un mode de réalisation particulier, un système informatique d'administration peut être configuré pour permettre le démarrage par réseau de systèmes informatiques selon un mécanisme de boot PXE utilisant les protocoles DHCP, TFTP et un outil connu sous le nom de PXELINUX. Ce dernier est un programme qui fait partie du projet SYSLINUX. Il permet de lire un fichier de configuration et de lancer un système d'exploitation en bootant, notamment, à partir d'images de médias, typiquement de disquettes. Le système informatique d'administration est, en outre, avantageusement configuré pour distribuer des fichiers via le protocole HTTP.Thus, according to a particular embodiment, a computer administration system can be configured to allow the network boot of computer systems according to a PXE boot mechanism using DHCP, TFTP and a tool known as PXELINUX. The latter is a program that is part of the SYSLINUX project. It makes it possible to read a configuration file and launch an operating system by booting, in particular, from media images, typically floppy disks. The administrative computer system is, moreover, advantageously configured to distribute files via the HTTP protocol.

Selon un mode de réalisation particulier, une image de disquette de type FreeDOS est réalisée pour permettre le démarrage d'un système d'exploitation DOS minimal (taille de 1.44 Mo) avec des programmes et une configuration permettant d'accéder à un réseau et disposer d'un disque virtuel tel qu'un disque virtuel de 512 Mo. Il est rappelé ici que FreeDOS est un système d'exploitation libre, compatible avec le système d'exploitation DOS, pouvant être utilisé dans de nombreux environnements, en particulier dans des systèmes embarqués.According to a particular embodiment, a FreeDOS floppy disk image is made to allow the booting of a minimal DOS operating system (1.44 MB size) with programs and configuration for accessing a network and having access to a network. a virtual disk such as a 512 MB virtual disk. Here it is recalled that FreeDOS is a free operating system, compatible with the DOS operating system, which can be used in many environments, particularly in embedded systems.

Après initialisation du système d'exploitation, le programme d'amorce permettant d'exécuter un programme de configuration ou de maintenance est lancé. Ce programme d'amorce analyse deux variables obtenues lors du boot, l'une représentant une URL (sigle d'Uniform Resource Locatoren terminologie anglo-saxonne), selon, par exemple, le protocole HTTP, localisée sur la machine d'administration, comprenant l'adresse du programme de configuration ou de maintenance à exécuter et l'autre visant le nom sous lequel le programme de configuration ou de maintenance doit être enregistré dans le disque virtuel préalablement créé.After booting the operating system, the boot program to run a configuration or maintenance program is started. This bootstrap program analyzes two variables obtained during the boot, one representing a URL (acronym for Uniform Resource Locatoren in English terminology), according to, for example, the HTTP protocol, located on the administration machine, comprising the address of the configuration or maintenance program to be executed, and the other to the name under which the Configuration or maintenance program must be saved in the previously created virtual disk.

Le programme d'amorce charge alors le programme de configuration ou de maintenance selon l'URL déterminée et l'enregistre dans le disque virtuel selon le nom déterminé. Après avoir été enregistré, l'exécution du programme de configuration ou de maintenance est lancée par le programme d'amorce.The bootstrap program then loads the configuration or maintenance program according to the determined URL and saves it in the virtual disk according to the determined name. After being registered, the execution of the configuration or maintenance program is initiated by the bootstrap program.

Il est observé que, selon un mode de réalisation particulier, le jeu de commande disponible dans l'environnement DOS est minimal mais permet au programme de configuration ou de maintenance de charger des commandes et des données supplémentaires depuis le système informatique d'administration.It is observed that, according to a particular embodiment, the command set available in the DOS environment is minimal but allows the configuration or maintenance program to load commands and additional data from the administrative computer system.

Alternativement, il est possible d'utiliser des archives compressées stockées dans l'image du système d'exploitation, avec les commandes et les données, le système DOS minimal étant alors pourvu d'une commande de décompression d'archive.Alternatively, it is possible to use compressed archives stored in the operating system image, with commands and data, the minimal DOS system then being provided with an archive decompression command.

Grâce à l'utilisation d'un disque virtuel, le système informatique client dispose, après le démarrage du système d'exploitation, d'une capacité de stockage bien plus importante que la capacité traditionnelle d'une disquette, par exemple de 10 à 1 000 fois supérieure à celle d'une disquette. Il est très facilement reconfigurable par modification des paramètres obtenus lors du boot (typiquement du boot PXE) et/ou du programme et des données de configuration ou de maintenance qui n'ont pas à être encapsulés dans un fichier image. Par ailleurs, il repose sur des technologies fiables et robustes (HTTP) et peut être mis en oeuvre dans des machines ne disposant pas de disque.Thanks to the use of a virtual disk, the client computer system has, after the start of the operating system, a much larger storage capacity than the traditional capacity of a diskette, for example from 10 to 1 000 times higher than that of a floppy disk. It is very easily reconfigurable by modifying the parameters obtained during boot (typically boot PXE) and / or program and configuration or maintenance data that do not have to be encapsulated in an image file. In addition, it relies on reliable and robust technologies (HTTP) and can be implemented in machines that do not have a disk.

La figure 4 illustre certaines étapes d'un algorithme 400 de démarrage et de configuration d'un système informatique (ou noeud) d'un cluster conformément à un mode de réalisation. Les étapes représentées sur la partie gauche de la figure sont ici mises en oeuvre par un système informatique d'administration (ou noeud d'administration) tandis que les étapes représentées sur la partie droite sont ici mises en oeuvre par un système informatique client (ou noeud client) dans lequel une fonction de configuration ou de maintenance doit être effectuée.The figure 4 illustrates some steps of an algorithm 400 for starting and configuring a computer system (or node) of a cluster according to an embodiment. The steps represented on the left-hand part of the figure are here implemented by an administrative computer system (or administration node) while the steps represented on the right-hand side are here implemented by a client computer system (or client node) in which a configuration or maintenance function is to be performed.

L'architecture des noeuds d'administration et client mettant en oeuvre ces étapes est, par exemple, conforme à celle décrite en référence à la figure 2.The architecture of the administration and client nodes implementing these steps is, for example, in accordance with that described with reference to FIG. figure 2 .

La figure 5, comprenant les figures 5a à 5e, représente schématiquement l'état d'un noeud d'administration et d'un noeud client lors de l'exécution de l'algorithme 400 illustré sur la figure 4.The figure 5 , including Figures 5a to 5e , schematically represents the state of an administration node and a client node during the execution of the algorithm 400 illustrated in FIG. figure 4 .

Comme illustré sur la figure 4, l'algorithme 400 de démarrage et de configuration d'un noeud client comprend ici trois phases principales : une phase 402 de préparation des noeuds, une phase 404 de chargement et de démarrage et une phase 406 de configuration ou maintenance d'un noeud.As illustrated on the figure 4 , the algorithm 400 for starting up and configuring a client node here comprises three main phases: a phase 402 for preparing the nodes, a phase 404 for loading and starting and a phase 406 for configuring or maintaining a node.

La phase 402 de préparation des noeuds comprend notamment une étape 408 de configuration du noeud d'administration et une étape 410 de configuration d'au moins un noeud client dans lequel une opération de configuration ou de maintenance doit être effectuée.The node preparation phase 402 comprises in particular a step 408 for configuring the administration node and a step 410 for configuring at least one client node in which a configuration or maintenance operation must be performed.

L'étape 408 a pour objet, en particulier, de configurer des services DHCP, TFTP et HTTP ainsi que de stocker des fichiers et des paramètres à télécharger par des noeuds clients, par exemple des paramètres réseau et PXE, l'outil PXELINUX, un fichier image de disquette DOS et des scripts et programmes permettant l'exécution de programmes de configuration et de maintenance.The purpose of step 408 is, in particular, to configure DHCP, TFTP and HTTP services as well as to store files and parameters to be downloaded by client nodes, for example network and PXE parameters, the PXELINUX tool, a DOS disk image file and scripts and programs for executing configuration and maintenance programs.

L'étape 410 vise essentiellement à configurer le BIOS du noeud client dans lequel une fonction de configuration ou de maintenance doit être effectuée afin, notamment, de permettre à ce noeud de démarrer via un réseau.The step 410 is essentially to configure the BIOS of the client node in which a configuration or maintenance function must be performed in order, in particular, to allow this node to start over a network.

La figure 5a illustre un exemple d'un noeud d'administration 500 et d'un noeud client 550 configurés suite à l'exécution des étapes 408 et 410.The figure 5a illustrates an example of a management node 500 and a client node 550 configured following the execution of steps 408 and 410.

Comme représenté, le noeud d'administration 500 est configuré pour offrir des services DHCP 502, TFTP 504 et HTTP 506 permettant, en particulier, le transfert de l'outil PXELINUX 508, un fichier image 510 de disquette DOS et des scripts et programmes 512 permettant l'exécution de programmes de configuration et de maintenance, respectivement. Le BIOS 552 du noeud client 550 est configuré pour permettre, en particulier, à ce noeud de démarrer via un réseau.As shown, the management node 500 is configured to provide DHCP services 502, TFTP 504 and HTTP 506 allowing, in particular, the transfer of the PXELINUX tool 508, a DOS disk image file 510 and scripts and programs 512. allowing the execution of configuration and maintenance programs, respectively. The BIOS 552 of the client node 550 is configured to allow, in particular, this node to boot over a network.

Suite à la phase de préparation (phase 402), le noeud client dans lequel une opération de configuration ou de maintenance doit être effectuée adresse une requête au noeud d'administration (étape 412) pour obtenir une configuration IP, via le service DHCP. Outre les informations de configurations IP, le noeud client reçoit du noeud d'administration des informations de localisation d'un fichier de directives PXE et de l'outil PXELINUX (étape 414). La localisation de ce fichier de directives et de cet outil permet également de définir le protocole de transfert devant être utilisé, ici le protocole TFTP.Following the preparation phase (phase 402), the client node in which a configuration or maintenance operation is to be performed sends a request to the administration node (step 412) to obtain an IP configuration via the DHCP service. In addition to the IP configuration information, the client node receives from the administration node location information from a PXE directive file and the PXELINUX tool (step 414). The location of this directive file and this tool also makes it possible to define the transfer protocol to be used, here the TFTP protocol.

Après avoir obtenu du serveur DHCP une configuration IP et des informations de localisation de fichier de directives et de l'outil PXELINUX, le noeud client émet une requête au noeud d'administration pour réaliser le transfert de ce fichier et de cet outil (étape 416). En réponse à cette requête, le noeud d'administration transmet au noeud client un fichier de directives PXE et l'outil PXELINUX (étape 418).After obtaining from the DHCP server an IP configuration and directives file location information and the PXELINUX tool, the client node issues a request to the administration node to transfer this file and tool (step 416). ). In response to this request, the administration node transmits to the client node a PXE directive file and the PXELINUX tool (step 418).

Le noeud client transmet alors une requête (étape 420) visant l'obtention du fichier correspondant à l'image du système d'exploitation DOS à lancer et aux paramètres associés qui sont reçus du noeud d'administration (étape 422) en réponse à cette requête. Le fichier correspondant à l'image du système d'exploitation DOS à lancer et les paramètres associés sont ici stockés dans la mémoire vive du noeud client (étape 424).The client node then transmits a request (step 420) for obtaining the file corresponding to the image of the DOS operating system to be launched and the associated parameters that are received from the administration node (step 422) in response to this request. The file corresponding to the image of the DOS operating system to be launched and the associated parameters are here stored in the memory of the client node (step 424).

La figure 5b illustre l'état du noeud client, exécutant des instructions du BIOS et l'outil PXELINUX (référence 554) après réception et stockage en mémoire vive du fichier correspondant à l'image du système d'exploitation DOS à lancer et des paramètres associés (référence 556).The figure 5b illustrates the state of the client node, executing BIOS instructions and the PXELINUX tool (reference 554) after receiving and storing in RAM the file corresponding to the DOS operating system image to be launched and associated parameters (reference 556).

Il est observé que les transferts de fichiers utilisent, de préférence, le protocole TFTP qui est généralement utilisé dans le cadre de l'utilisation du protocole PXE.It is observed that the file transfers preferably use the TFTP protocol which is generally used in the context of the use of the PXE protocol.

Après avoir obtenu et mémorisé l'image du système d'exploitation, ce dernier est initialisé, les pilotes (ou drivers) sont chargés, par exemple via le fichier connu sous le nom de config.sys, et le système d'exploitation est configuré de façon générique pour être lancé en utilisant, par exemple, le fichier connu sous le nom de autoexec.bat. Un script d'amorce, obtenu avec l'image de disquette DOS, est alors lancé pour configuré le système d'exploitation selon un mode de réalisation particulier.After having obtained and memorized the image of the operating system, the latter is initialized, the drivers (or drivers ) are loaded, for example via the file known as config.sys, and the operating system is configured. in a generic way to be launched using, for example, the file known as autoexec.bat. A primer script, obtained with the image DOS diskette, is then launched to configure the operating system according to a particular embodiment.

Comme illustré sur la figure 5c, après le chargement en mémoire des fichiers correspondant à l'image du système d'exploitation et aux paramètres associés, le bootloader se termine en enchaînant sur l'exécution du point d'entrée du système d'exploitation DOS préalablement obtenu. Suite à une étape d'initialisation (référence 558), les pilotes sont chargés (référence 560) puis le système d'exploitation est configuré et le script d'amorce pour configurer le système d'exploitation est lancé (référence 562).As illustrated on the figure 5c after loading the files corresponding to the operating system image and the associated parameters into memory, the bootloader ends by concatenation with the execution of the previously obtained DOS operating system entry point. Following an initialization step (reference 558), the drivers are loaded (reference 560) and the operating system is configured and the bootstrap script to configure the operating system is started (reference 562).

Le script d'amorce permet de configurer les pilotes afin de configurer le réseau, créer un disque virtuel en mémoire vive, par exemple un disque virtuel de 100Mo, et traiter des paramètres d'amorce reçus dans les directives PXE pour obtenir des informations, en particulier des informations de localisation, d'un script d'automatisation permettant l'exécution de programmes de configuration et de maintenance.The bootstrap script is used to configure the drivers to configure the network, create a virtual disk in RAM, such as a 100MB virtual disk, and process boot parameters received in the PXE directives for information, such as particular location information, an automation script for executing configuration and maintenance programs.

Ainsi, après avoir obtenu des informations concernant un script d'automatisation permettant l'exécution de programmes de configuration et de maintenance, le noeud client adresse une requête au noeud d'administration pour obtenir ce script d'automatisation (étape 426). Ce script d'automatisation est, de préférence, obtenu via le protocole HTTP (étape 428). Après avoir été reçu, il est exécuté (étape 430).Thus, after obtaining information about an automation script for executing configuration and maintenance programs, the client node sends a request to the administration node to obtain this automation script (step 426). This automation script is preferably obtained via the HTTP protocol (step 428). After being received, it is executed (step 430).

La figure 5d illustre l'état du noeud client après lancement du script d'amorce utilisé pour configurer le système d'exploitation. Comme décrit précédemment et comme illustré sur la figure 5d, le script d'amorce permet ici de configurer les pilotes, typiquement configurer le pilote réseau et créer un disque virtuel en mémoire vive (référence 564) et traiter des paramètres d'amorce reçus dans les directives PXE pour obtenir des informations de localisation d'un script d'automatisation permettant l'exécution de programmes de configuration et de maintenance (référence 566). Il permet également de charger ce script d'automatisation et de l'exécuter (référence 568).The figure 5d illustrates the state of the client node after launching the bootstrap script used to configure the operating system. As previously described and as illustrated on the figure 5d , the bootstrap script allows here to configure the drivers, typically configure the network driver and create a virtual disk in RAM (reference 564) and process the boot parameters received in the PXE directives to obtain localization information. an automation script allowing the execution of configuration and maintenance programs (reference 566). It also allows to load this automation script and execute it (reference 568).

Le script d'automatisation permettant l'exécution de programmes de configuration et de maintenance comprend des instructions pour charger ces programmes (étapes 432 et 434), les stocker localement dans le disque virtuel (étape 436) et les exécuter (étape 438) pour configurer le noeud client ou exécuter une opération de maintenance.The automation script for executing configuration and maintenance programs includes instructions for loading these programs (steps 432 and 434) store them locally in the virtual disk (step 436) and execute them (step 438) to configure the client node or perform a maintenance operation.

A titre d'illustration, le script d'automatisation permettant l'exécution de programmes de configuration et de maintenance peut comprendre une instruction pour charger, en utilisant le protocole HTTP et sous forme compressée, un programme de mise à jour du BIOS appelé afudos.zip. Après avoir été obtenu, ce programme est décompressé et stocké dans le disque virtuel sous le nom afudos.exe.As an illustration, the automation script for executing configuration and maintenance programs may include an instruction to load, using the HTTP protocol and in compressed form, a BIOS update program called afudos. zip. After being obtained, this program is uncompressed and stored in the virtual disk under the name afudos.exe.

De même, le script d'automatisation permettant l'exécution de programmes de configuration et de maintenance peut comprendre une instruction pour charger, en utilisant le protocole HTTP et sous forme compressée, un fichier de configuration du BIOS appelé X9DRTH2.zip. Après avoir été obtenu, ce fichier est décompressé et stocké dans le disque virtuel sous le nom X9DRTH2.602.Similarly, the automation script for executing configuration and maintenance programs may include an instruction to load, using the HTTP protocol and in compressed form, a BIOS configuration file called X9DRTH2.zip. After being obtained, this file is uncompressed and stored in the virtual disk under the name X9DRTH2.602.

Le script d'automatisation permettant l'exécution de programmes de configuration et de maintenance peut alors comprendre une commande pour exécuter le programme afudos.exe avec les paramètres contenus dans le fichier X9DRTH2.602 pour mettre à jour le BIOS selon des paramètres prédéterminés.The automation script for executing configuration and maintenance programs may then include a command to execute the afudos.exe program with the parameters contained in the X9DRTH2.602 file to update the BIOS according to predetermined parameters.

Un résultat d'exécution du script d'automatisation permettant l'exécution de programmes de configuration et de maintenance, par exemple un résultat de mise à jour du BIOS, est, de préférence, transmis au noeud d'administration (étapes 440 et 442).An execution result of the automation script for executing configuration and maintenance programs, for example a BIOS update result, is preferably transmitted to the administration node (steps 440 and 442). .

La figure 5e illustre l'état du noeud client après exécution des programmes de configuration ou de maintenance conformément au script d'automatisation permettant l'exécution de ces programmes. Comme décrit précédemment et comme illustré sur la figure 5e, l'exécution du script d'automatisation permettant l'exécution des programmes de configuration ou de maintenance charge ces derniers dans le disque virtuel (référence 570) et lance leur exécution (référence 572).The figure 5e illustrates the state of the client node after executing the configuration or maintenance programs according to the automation script for executing these programs. As previously described and as illustrated on the figure 5e , the execution of the automation script allowing the execution of the configuration or maintenance programs loads them into the virtual disk (reference 570) and starts their execution (reference 572).

Naturellement, pour satisfaire des besoins spécifiques, une personne compétente dans le domaine de l'invention pourra appliquer des modifications dans la description précédente. La présente invention ne se limite pas aux formes de réalisation décrites, d'autres variantes et combinaisons de caractéristiques sont possibles.Naturally, to meet specific needs, a person skilled in the field of the invention may apply modifications in the foregoing description. The present invention is not limited to the described embodiments, other variations and combinations of features are possible.

La présente invention a été décrite et illustrée dans la présente description détaillée en référence aux figures jointes. Toutefois, la présente invention ne se limite pas aux formes de réalisation présentées. D'autres variantes et modes de réalisation peuvent être déduits et mis en oeuvre par la personne compétente dans le domaine de l'invention à la lecture de la présente description et des figures annexées.The present invention has been described and illustrated in the present detailed description with reference to the accompanying figures. However, the present invention is not limited to the embodiments presented. Other variants and embodiments may be deduced and implemented by the person skilled in the field of the invention upon reading the present description and the appended figures.

Dans les revendications, le terme « comporter » n'exclut pas d'autres éléments ou d'autres étapes. L'article indéfini « un » n'exclut pas le pluriel. Les différentes caractéristiques présentées et/ou revendiquées peuvent être avantageusement combinées. Leur présence dans la description ou dans des revendications dépendantes différentes n'exclut pas, en effet, la possibilité de les combiner. Les signes de référence ne sauraient être compris comme limitant la portée de l'invention.In the claims, the term "include" does not exclude other elements or other steps. The indefinite article "one" does not exclude the plural. The various features presented and / or claimed can be advantageously combined. Their presence in the description or in different dependent claims does not exclude the possibility of combining them. The reference signs can not be understood as limiting the scope of the invention.

Claims (10)

Procédé de configuration d'un système informatique client (500) dans un cluster comprenant une pluralité de systèmes informatiques dont au moins un est un système informatique d'administration (550), les systèmes informatiques de ladite pluralité de systèmes informatiques étant connectés via un réseau, ledit système informatique client étant configuré pour permettre un démarrage à partir de données stockées dans ledit système informatique d'administration, le procédé étant caractérisé en ce qu'il comprend les étapes suivantes, - obtention (420, 422) d'une image de média de démarrage permettant le démarrage d'un système d'exploitation de type DOS et obtention de données de configuration dudit système d'exploitation, ladite image de média de démarrage et lesdites données de configuration étant reçues dudit système informatique d'administration via ledit réseau ; - démarrage et configuration (424) dudit système d'exploitation, ladite étape de démarrage et de configuration comprenant une étape de création d'un disque virtuel de stockage ; - analyse desdites données de configuration reçues et, en réponse, obtention (432) d'au moins un programme de configuration dudit système informatique client, ledit au moins un programme de configuration dudit système informatique client étant reçu dudit système informatique d'administration via ledit réseau et stocké dans ledit disque virtuel de stockage ; et - exécution (438) dudit au moins un programme de configuration dudit système informatique client. A method of configuring a client computer system (500) in a cluster comprising a plurality of computer systems at least one of which is a computer administration system (550), the computer systems of said plurality of computer systems being connected via a network said client computer system being configured to allow booting from data stored in said delivery computer system, the method being characterized by comprising the following steps, obtaining (420, 422) a boot media image for booting a DOS operating system and obtaining configuration data of said operating system, said boot media image, and said boot data; configuration being received from said administrative computer system via said network; starting and configuring (424) said operating system, said starting and configuring step comprising a step of creating a storage virtual disk; analyzing said received configuration data and, in response, obtaining (432) at least one configuration program of said client computer system, said at least one configuration program of said client computer system being received from said administrative computer system via said network and stored in said storage virtual disk; and execution (438) of said at least one configuration program of said client computer system. Procédé selon la revendication 1 comprenant en outre une étape d'obtention (426) d'un script d'automatisation permettant l'obtention et l'exécution dudit au moins un programme de configuration dudit système informatique client, ledit script d'automatisation étant obtenu dudit système informatique d'administration.The method of claim 1 further comprising a step of obtaining (426) an automation script for obtaining and executing said at least one configuration program of said system client computer, said automation script being obtained from said administrative computer system. Procédé selon la revendication 2 comprenant en outre une étape d'exécution d'au moins une première commande dudit script d'automatisation pour obtenir ledit au moins un programme de configuration dudit système informatique client et une étape d'exécution d'au moins une seconde commande dudit script d'automatisation pour exécuter ledit au moins un programme de configuration dudit système informatique client.The method of claim 2 further comprising a step of executing at least a first command of said automation script to obtain said at least one configuration program of said client computer system and an execution step of at least one second controlling said automation script to execute said at least one configuration program of said client computer system. Procédé selon l'une quelconque des revendications 1 à 3 comprenant en outre une étape préliminaire de configuration (408, 410) d'au moins l'un desdits système informatique client et système informatique d'administration.The method of any one of claims 1 to 3 further comprising a preliminary configuration step (408, 410) of at least one of said client computer system and computer administration system. Procédé selon l'une quelconque des revendications 1 à 4 comprenant en outre une étape initiale de chargement (416) d'un programme d'amorçage, ledit programme d'amorçage comprenant des instructions pour l'exécution desdites étapes d'obtention d'une image de média de démarrage permettant le démarrage d'un système d'exploitation de type DOS et d'obtention de données de configuration dudit système d'exploitation.The method of any one of claims 1 to 4 further comprising an initial step of loading (416) a boot program, said boot program including instructions for performing said steps of obtaining a boot program. boot media image for booting a DOS operating system and obtaining configuration data of said operating system. Procédé selon l'une quelconque des revendications 1 à 5 comprenant en outre une étape de transmission (440) d'un résultat d'exécution dudit au moins un programme de configuration dudit système informatique client.The method of any one of claims 1 to 5 further comprising a step of transmitting (440) a result of executing said at least one configuration program of said client computer system. Procédé selon l'une quelconque des revendications 1 à 6 comprenant en outre une étape d'obtention d'un script d'amorce, ladite étape de configuration dudit système d'exploitation étant effectuée en réponse à l'exécution d'une commande dudit script d'amorce.The method of any one of claims 1 to 6 further comprising a step of obtaining a bootstrap script, said step of configuring said operating system being performed in response to execution of a command of said script primer. Procédé selon l'une quelconque des revendications 1 à 7 selon lequel ladite image de média de démarrage permettant le démarrage d'un système d'exploitation de type DOS et lesdites données de configuration dudit système d'exploitation sont obtenues via ledit réseau selon un protocole de type TFTP et selon lequel ledit au moins un programme de configuration dudit système informatique client est obtenu via ledit réseau selon un protocole de type HTTP.The method of any one of claims 1 to 7 wherein said boot media image for booting a DOS operating system and said configuration data of said operating system is obtained via said network according to a protocol TFTP type and wherein said at least one configuration program of said client computer system is obtained via said network according to an HTTP type protocol. Programme d'ordinateur comprenant des instructions adaptées à la mise en oeuvre de chacune des étapes du procédé selon l'une quelconque des revendications 1 à 8 lorsque ledit programme est exécuté sur un ordinateur.Computer program comprising instructions adapted to the implementation of each of the steps of the method according to any one of claims 1 to 8 when said program is executed on a computer. Dispositif comprenant des moyens adaptés à la mise en oeuvre de chacune des étapes du procédé selon l'une quelconque des revendications 1 à 8.Device comprising means adapted to the implementation of each of the steps of the method according to any one of claims 1 to 8.
EP14193557.7A 2013-11-22 2014-11-17 Method, computer program and device for configuring or maintaining of an information system in a cluster Ceased EP2876551A1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR1361549A FR3013866B1 (en) 2013-11-22 2013-11-22 METHOD, COMPUTER PROGRAM AND DEVICE FOR CONFIGURING OR MAINTAINING A COMPUTER SYSTEM IN A CLUSTER

Publications (1)

Publication Number Publication Date
EP2876551A1 true EP2876551A1 (en) 2015-05-27

Family

ID=50543119

Family Applications (1)

Application Number Title Priority Date Filing Date
EP14193557.7A Ceased EP2876551A1 (en) 2013-11-22 2014-11-17 Method, computer program and device for configuring or maintaining of an information system in a cluster

Country Status (3)

Country Link
US (1) US9875114B2 (en)
EP (1) EP2876551A1 (en)
FR (1) FR3013866B1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10296362B2 (en) * 2014-02-26 2019-05-21 Red Hat Israel, Ltd. Execution of a script based on properties of a virtual device associated with a virtual machine
CN109725940B (en) * 2017-10-31 2021-07-09 华为技术有限公司 Method for starting computing system and computing system
CN109672740B (en) * 2018-10-15 2019-10-29 无锡华云数据技术服务有限公司 The method of deployment configuration information is obtained in a kind of large-scale cluster environment
WO2023031993A1 (en) * 2021-08-30 2023-03-09 楽天モバイル株式会社 Server management device, server management method, and program
WO2023031994A1 (en) * 2021-08-30 2023-03-09 楽天モバイル株式会社 Server device, information processing method, and program
CN114116672B (en) * 2021-11-30 2022-11-08 智慧足迹数据科技有限公司 Data synchronization method and related device
CN114371853B (en) * 2022-01-10 2022-09-20 柏科数据技术(深圳)股份有限公司 Distributed system deployment method, device, terminal equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5404527A (en) * 1992-12-31 1995-04-04 Unisys Corporation System and method for remote program load
GB2329266A (en) * 1997-09-10 1999-03-17 Ibm Automatic error recovery in data processing systems
US20040049670A1 (en) * 2002-09-10 2004-03-11 Jareva Technologies, Inc. Off-motherboard resources in a computer system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6266809B1 (en) * 1997-08-15 2001-07-24 International Business Machines Corporation Methods, systems and computer program products for secure firmware updates
GB2334354B (en) * 1998-02-13 2003-04-16 Ibm Booting a computer system from a network
US7346672B2 (en) * 2002-03-12 2008-03-18 Hewlett-Packard Development Company, L.P. Automatic TFTP firmware download
AU2003284292A1 (en) * 2002-10-21 2004-05-13 Bitfone Corporation System with required enhancements to syncml dm environment to support firmware updates
JPWO2004081791A1 (en) * 2003-03-13 2006-06-15 富士通株式会社 Virtual machine system and firmware update method in virtual machine system
US7281124B2 (en) * 2004-06-17 2007-10-09 Intel Corporation Establishing a virtual drive accessible to pre-boot and operating system runtime phases
US7363480B1 (en) * 2005-06-30 2008-04-22 American Megatrends, Inc. Method, system, and computer-readable medium for updating the firmware of a computing device via a communications network
TWI384367B (en) * 2008-12-31 2013-02-01 Askey Computer Corp System of updating firmware and method thereof
JP5092039B1 (en) * 2011-05-31 2012-12-05 株式会社東芝 Server apparatus, telephone system, and firmware update control method used for server apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5404527A (en) * 1992-12-31 1995-04-04 Unisys Corporation System and method for remote program load
GB2329266A (en) * 1997-09-10 1999-03-17 Ibm Automatic error recovery in data processing systems
US20040049670A1 (en) * 2002-09-10 2004-03-11 Jareva Technologies, Inc. Off-motherboard resources in a computer system

Also Published As

Publication number Publication date
US9875114B2 (en) 2018-01-23
US20150149758A1 (en) 2015-05-28
FR3013866B1 (en) 2015-12-04
FR3013866A1 (en) 2015-05-29

Similar Documents

Publication Publication Date Title
EP2876551A1 (en) Method, computer program and device for configuring or maintaining of an information system in a cluster
FR2957700A1 (en) METHOD, COMPUTER PROGRAM AND OPTIMIZATION DEVICE FOR LOADING AND STARTING AN OPERATING SYSTEM IN A COMPUTER SYSTEM VIA A COMMUNICATION NETWORK
US10338935B2 (en) Customizing program logic for booting a system
US8560694B2 (en) Virtual application server with version control
US7159106B2 (en) Information handling system manufacture method and system
FR2904709A1 (en) DEVICE AND METHODS FOR UPDATING A MICROLOGICIAL
FR2907929A1 (en) METHOD AND METHOD FOR THE USE OF A COMMON PREINSTALLATION ENVIRONMENT FOR HETEROGENEOUS OPERATING SYSTEMS
FR2947644A1 (en) METHOD FOR STARTING A COMPUTER DEVICE IN A NETWORK, SERVER AND NETWORK OF COMPUTER DEVICES FOR ITS IMPLEMENTATION
JP2022076475A (en) Computer-implemented method, computer program product and system (container image creation and deployment)
FR2972821A1 (en) METHOD AND DEVICE FOR INSTALLING / UNINSTALLING SOFTWARE MODULES WITH CENTRALIZED RESOLUTION OF CONSTRAINTS IN AIRCRAFT EQUIPMENT
FR2862397A1 (en) Electronic apparatus booting method, involves extending secure domain to application processor, when application and boot-strap processors are authenticated, and booting operating system of processors to store data in protected part of RAM
EP2553584A1 (en) Method, computer program, and device for validating task execution in scaleable computer systems
FR3003366A1 (en) METHOD, DEVICE AND COMPUTER PROGRAM FOR THE AUTOMATIC INSTALLATION OR DEINSTALLATION OF SOFTWARE MODULES IN AIRCRAFT EQUIPMENT OF AN AIRCRAFT
WO2013175138A1 (en) Method, device and computer program for dynamic monitoring of memory access distances in a numa type system
FR3025632A1 (en) METHOD AND DEVICE FOR CONTROLLING THE PROVISION OF AUTHENTICATION CERTIFICATES TO SERVICE NODES OF A HIGH PERFORMANCE COMPUTER
WO2013007910A1 (en) Method and computer program for the dynamic management of services in an administration cluster
FR3038088A1 (en) TECHNIQUE FOR RECONFIGURING AN APPLICATION MODEL FOR DEPLOYING A SOFTWARE APPLICATION
EP2734921B1 (en) Method, computer program and device for aiding the deployment of clusters
EP2721487B1 (en) Method, apparatus and computer program for software update of clusters to optimise the availability of these
FR3001560A1 (en) DEPLOYING IMAGES DOUBLE SYSTEMS IN A CLUSTER OF SERVERS
FR3019336A1 (en) METHOD AND DEVICE FOR CONTROLLING OPERATING SYSTEM CHANGE IN SERVICE NODES OF A HIGH PERFORMANCE COMPUTER
EP2727057B1 (en) Method and computer program for dynamically identifying components of a cluster and for automating operations for optimized management of the cluster
WO2004074959A2 (en) Method for the production of a data processing cluster and computer system for operating in cluster mode
FR3002340A1 (en) Method for generating e.g. modular deployment middleware module, involves generating core with component analyzer to bind components from interface, and generating application execution module comprising component and core
FR2984052A1 (en) METHOD AND COMPUTER CONFIGURATION COMPUTER PROGRAM IN COMPUTER INFRASTRUCTURE HAVING INFINIBAND TYPE ARCHITECTURE

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20141117

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

R17P Request for examination filed (corrected)

Effective date: 20151124

RBV Designated contracting states (corrected)

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20181108

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20191031