WO2013027921A1 - Configuration management server for automatically configuring multiple hosts, and method for same - Google Patents

Configuration management server for automatically configuring multiple hosts, and method for same Download PDF

Info

Publication number
WO2013027921A1
WO2013027921A1 PCT/KR2012/004020 KR2012004020W WO2013027921A1 WO 2013027921 A1 WO2013027921 A1 WO 2013027921A1 KR 2012004020 W KR2012004020 W KR 2012004020W WO 2013027921 A1 WO2013027921 A1 WO 2013027921A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
addresses
hosts
host
server
Prior art date
Application number
PCT/KR2012/004020
Other languages
French (fr)
Korean (ko)
Inventor
이동현
장경철
Original Assignee
(주)케이티
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 (주)케이티 filed Critical (주)케이티
Publication of WO2013027921A1 publication Critical patent/WO2013027921A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/28Restricting access to network management systems or functions, e.g. using authorisation function to access network configuration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • H04L61/103Mapping addresses of different types across network layers, e.g. resolution of network layer into physical layer addresses or address resolution protocol [ARP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Disclosed are a device for automatically configuring multiple hosts, and a method for the same. A network switch provides a configuration management server with MAC address information for connected hosts; the configuration management server maps the provided MAC addresses with IP addresses entered by an administrator, and transmits the result to a DHCP server; the DHCP server collectively allocates the IP addresses to the hosts; then a TFTP server remotely transmits an operating system installation image to the hosts, and installs the operating system; and an HTTP server transmits, to the hosts, environment-setting information of the installed operating system, and thus automatically configures the multiple hosts.

Description

다수의 호스트들의 형상을 자동 구축하기 위한 형상관리서버 및 그 방법Configuration management server and method for automatically constructing the shape of multiple hosts
본 발명은 다수의 호스트들의 형상(configuration)을 자동으로 구축하기 위한 형상관리서버 및 방법에 관한 발명으로써, 보다 상세하게는 다수의 호스트들이 연결된 네트워크시스템에서 호스트들을 소정의 형상으로 구축하는 구축작업을 지원하고 호스트들의 형상을 관리하기 위한 형상관리서버 및 그 방법에 관한 발명이다.The present invention relates to a configuration management server and method for automatically constructing configurations of a plurality of hosts. More particularly, the present invention relates to a construction task of constructing hosts in a predetermined shape in a network system to which a plurality of hosts are connected. An invention relates to a configuration management server and method for supporting and managing the configuration of hosts.
다수의 호스트들이 연결된 네트워크에서, 호스트들에 네트워크주소를 할당하고, 원격으로 운영체제를 설치하는 시스템은 DHCP서버, TFTP서버를 포함한다. DHCP서버는 DHCP(Dynamic Host Configuration Protocol)프로토콜을 사용하여 호스트들에 IP주소를 동적으로 할당하기 위한 서버로서, 호스트들의 개별적 요청에 따라 호스트들의 MAC address에 대응하여 IP주소를 부여한다. IP주소가 할당된 호스트의 사용자는 TFTP서버에 부트로더(boot-loader) 이미지를 요청하고 TFTP서버의 관리자는 사용자의 요청에 따라 부트로더 이미지를 전송한다. 부트로더 이미지를 전송받은 호스트의 사용자는 운영체제의 원격설치를 선택하여, TFTP서버로부터 운영체제의 설치파일을 전송받아 설치한다. TFTP서버는 TFTP(Trivial File Transfer Protocol)프로토콜을 사용하여, 호스트들에 원격으로 운영체제 설치파일을 제공한다.In a network where multiple hosts are connected, a system that assigns network addresses to hosts and remotely installs an operating system includes a DHCP server and a TFTP server. The DHCP server is a server for dynamically assigning IP addresses to hosts using a DHCP (Dynamic Host Configuration Protocol) protocol. The DHCP server assigns IP addresses corresponding to MAC addresses of hosts according to individual requests of the hosts. The user of the host assigned the IP address requests a boot-loader image from the TFTP server, and the administrator of the TFTP server transmits the boot loader image according to the user's request. The user of the host who received the boot loader image selects the remote installation of the operating system, receives the installation file of the operating system from the TFTP server, and installs it. The TFTP server uses the Trivial File Transfer Protocol (TFTP) protocol to remotely provide operating system installation files to hosts.
이러한 원격의 운영체제 설치 시스템에서는 사용자 및 관리자의 수동적인 지시가 필요하며, 대규모의 호스트 구축을 위해서는 단순한 반복작업에 많은 시간이 소비되어 비효율적이다. 또한 관리자가 네트워크에 연결된 호스트들의 MAC address를 미리 알 수 없으므로, DHCP서버는 다수의 호스트들의 개별적 요청에 대응하여 IP주소를 부여하는 단점이 있다. 호스트 사용자는 운영체제를 설치한 이후 추가적으로 호스트의 사용환경을 수동으로 구성하므로 비효율적이다.In such a remote operating system installation system requires manual instructions from users and administrators, and large scale host implementation is inefficient because it takes a lot of time for simple iterations. In addition, since the administrator cannot know the MAC addresses of the hosts connected to the network in advance, the DHCP server has a disadvantage of assigning IP addresses in response to individual requests of a plurality of hosts. Host users are inefficient because they manually configure the host environment after installing the operating system.
본 발명이 이루고자 하는 기술적 과제는, 다수의 호스트들을 소정의 형상으로 구축하고자 하는 경우 각 호스트별로 반복 수행되는 개별적인 형상 구축작업을 일괄적으로 수행하며 그 작업을 자동화함으로서 구축작업의 효율성을 높이고 신속하게 호스트들의 형상을 구축하기 위한 형상관리서버 및 그 방법을 제공하는데 있다.The technical problem to be achieved by the present invention, if you want to build a plurality of hosts in a predetermined shape to perform a batch of individual configuration repeatedly performed for each host and to automate the task to increase the efficiency of the construction work quickly It provides a configuration management server and a method for building the configuration of the host.
상기의 기술적 과제를 이루기 위한, 본 발명에 따른 형상관리서버의 일 실시예는 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는 형상정보등록부; 네트워크 스위치로부터 복수의 호스트들의 MAC주소들을 획득하는 연결정보획득부; 연결정보획득부에서 획득한 각 호스트들의 MAC주소들과 형상정보등록부에 입력된 IP주소들을 맵핑하는 주소맵핑부; 및 각 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 호스트들에 IP주소를 할당하는 서버에 제공하는 자동화지원부;를 포함한다.In order to achieve the above technical problem, an embodiment of the configuration management server according to the present invention comprises a configuration information registration unit for receiving configuration information including a plurality of IP addresses from the administrator; A connection information obtaining unit obtaining MAC addresses of a plurality of hosts from a network switch; An address mapping unit for mapping the MAC addresses of the respective hosts obtained by the connection information acquisition unit and the IP addresses input to the configuration information registration unit; And an automation support unit providing mapping information of MAC addresses and IP addresses of each host to a server that allocates IP addresses to the hosts.
상기의 기술적 과제를 이루기 위한, 본 발명에 따른 네트워크스위치의 일 실시예는 연결된 복수의 호스트들의 MAC주소들을 포함하는 호스트연결정보를 수집하는 연결정보수집부; 및 MAC주소들과 IP주소들의 맵핑정보를 DHCP서버로 전달하는 형상관리서버에 복수의 호스트들의 MAC주소들을 포함하는 호스트연결정보를 제공하는 연결정보제공부;를 포함한다.In order to achieve the above technical problem, an embodiment of a network switch according to the present invention includes a connection information collection unit for collecting host connection information including MAC addresses of a plurality of connected hosts; And a connection information provider for providing host connection information including MAC addresses of a plurality of hosts to the configuration management server for transmitting mapping information of MAC addresses and IP addresses to a DHCP server.
상기의 기술적 과제를 이루기 위한, 본 발명에 따른 호스트 형상 구축 자동화시스템의 일 실시예는 연결된 복수의 호스트들의 MAC주소들을 파악하는 네트워크 스위치; 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받고, 네트워크 스위치로부터 제공받은 호스트들의 MAC주소들과 입력받은 상기 IP주소들을 맵핑하는 형상관리서버; 형상관리서버로부터 MAC주소들과 IP주소들의 맵핑정보를 제공받아 각 호스트들에 IP주소를 할당하는 DHCP서버; 각 호스트들에 할당한 IP주소를 통해 소트프웨어 설치파일을 원격으로 제공하는 TFTP서버; 및 TFTP서버를 통해 호스트들에 설치된 소프트웨어의 환경설정 데이타를 원격으로 제공하는 HTTP서버;를 포함한다.In order to achieve the above technical problem, an embodiment of the host configuration building automation system according to the present invention includes a network switch for determining the MAC addresses of a plurality of connected hosts; A configuration management server receiving configuration information including a plurality of IP addresses from an administrator and mapping MAC addresses of hosts provided from a network switch and the received IP addresses; A DHCP server receiving mapping information of MAC addresses and IP addresses from the configuration management server and assigning IP addresses to the respective hosts; A TFTP server for remotely providing a software installation file through an IP address assigned to each host; And an HTTP server for remotely providing configuration data of software installed on the hosts through the TFTP server.
상기의 기술적 과제를 이루기 위한, 본 발명에 따른 형상관리방법의 일 실시예는 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는 형상정보등록단계; 네트워크 스위치로부터 복수의 호스트들의 MAC주소들을 획득하는 연결정보획득단계; 연결정보획득단계에서 획득한 각 호스트들의 MAC주소들과 형상정보등록단계에서 입력된 IP주소들을 맵핑하는 주소맵핑단계; 및 각 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 각 호스트들에 IP주소를 할당하는 서버에 제공하는 자동화지원단계;를 포함한다.One embodiment of the configuration management method according to the present invention for achieving the above technical problem is a configuration information registration step of receiving the configuration information including a plurality of IP addresses from the administrator; A connection information obtaining step of obtaining MAC addresses of a plurality of hosts from a network switch; An address mapping step of mapping the MAC addresses of the respective hosts obtained in the connection information acquisition step and the IP addresses input in the configuration information registration step; And an automation support step of providing mapping information of MAC addresses and IP addresses of each host to a server that allocates IP addresses to the respective hosts.
본 발명에 따르면, 다수의 호스트들을 소정의 형상으로 구축하고자 하는 경우 각 호스트별로 반복 수행되는 개별적인 형상 구축작업을 형상관리서버를 이용하여 그 과정을 간략히 하고 반복되는 구축작업을 자동화 함으로서 대규모로 호스트를 구축하는 경우 소비되는 시간과 노력을 절감하고 작업의 편의성을 높이는 효과가 있다.According to the present invention, when a plurality of hosts are to be formed in a predetermined shape, the individual shape building work repeatedly performed for each host is simplified by using the configuration management server, and the process is simplified by automating the repeated building work. Deployments can save time and effort and increase the ease of operation.
도 1은 본 발명의 일 실시예에 따른 네트워크 스위치의 구성을 도시한 도면이다.1 is a diagram illustrating a configuration of a network switch according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른 형상관리서버의 구성을 도시한 도면이다.2 is a diagram illustrating a configuration of a configuration management server according to an embodiment of the present invention.
도 3은 본 발명의 일 실시예에 따른 호스트 형상 구축 자동화 시스템의 개략적인 구성을 도시한 도면이다.3 is a diagram illustrating a schematic configuration of a host shape building automation system according to an embodiment of the present invention.
도 4는 본 발명의 일 실시예에 따른 형상관리방법의 흐름을 도시한 도면이다.4 is a view showing the flow of the configuration management method according to an embodiment of the present invention.
도 6은 본 발명의 일 실시예에 따른 형상관리서버가 MAC주소와 IP의 맵핑정보와 형상정보를 결합한 정보를 JSON 포맷으로 도시한 도면이다.6 is a diagram illustrating a configuration management server according to an embodiment of the present invention in a JSON format of information combining the mapping information and the shape information of the MAC address and IP.
도 7은 본 발명에 따른 형상관리서버의 시스템 관리 자동화 툴의 프로그래밍 및 자동 생성한 DHCP설정데이타의 간략한 일 실시예를 도시한 도면이다.7 is a diagram illustrating a brief embodiment of programming and automatically generating DHCP configuration data of a system management automation tool of a configuration management server according to the present invention.
본원 발명의 바람직한 일 실시예로서 형상관리서버는 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는 형상정보등록부;네트워크 스위치로부터 복수의 호스트들의 MAC주소들을 획득하는 연결정보획득부;상기 연결정보획득부에서 획득한 각 호스트들의 MAC주소들과 상기 형상정보등록부에 입력된 IP주소들을 맵핑하는 주소맵핑부; 및 각 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 호스트들에 IP주소를 할당하는 서버에 제공하는 자동화지원부;를 포함한다.As a preferred embodiment of the present invention, the configuration management server is a configuration information registration unit for receiving the configuration information including a plurality of IP addresses from the administrator; Connection information acquisition unit for obtaining the MAC address of the plurality of hosts from the network switch; An address mapping unit for mapping the MAC addresses of the respective hosts obtained by the obtaining unit and the IP addresses input to the shape information registration unit; And an automation support unit providing mapping information of MAC addresses and IP addresses of each host to a server that allocates IP addresses to the hosts.
이하의 내용은 단지 본 발명의 원리를 예시한다. 그러므로 당업자는 비록 본 명세서에 명확히 설명되거나 도시되지 않았지만 본 발명의 원리를 구현하고 본 발명의 개념과 범위에 포함된 다양한 장치를 발명할 수 있는 것이다. 또한, 본 명세서에 열거된 모든 조건부 용어 및 실시예들은 원칙적으로, 본 발명의 개념이 이해되도록 하기 위한 목적으로만 명백히 의도되고, 이와 같이 특별히 열거된 실시예들 및 상태들에 제한적이지 않는 것으로 이해되어야 한다. 또한, 본 발명의 원리, 관점 및 실시예들 뿐만 아니라 특정 실시예를 열거하는 모든 상세한 설명은 이러한 사항의 구조적 및 기능적 균등물을 포함하도록 의도되는 것으로 이해되어야 한다. 또한, 이러한 균등물들은 현재 공지된 균등물뿐만 아니라 장래에 개발될 균등물 즉 구조와 무관하게 동일한 기능을 수행하도록 발명된 모든 소자를 포함하는 것으로 이해되어야 한다.The following merely illustrates the principles of the invention. Therefore, those skilled in the art, although not explicitly described or illustrated herein, can embody the principles of the present invention and invent various devices that fall within the spirit and scope of the present invention. Furthermore, all conditional terms and embodiments listed herein are in principle clearly intended for the purpose of understanding the concept of the invention and are not to be limited to the specifically listed embodiments and states. Should be. In addition, it is to be understood that all detailed descriptions, including the principles, aspects, and embodiments of the present invention, as well as listing specific embodiments, are intended to include structural and functional equivalents of these matters. In addition, these equivalents should be understood to include not only equivalents now known, but also equivalents to be developed in the future, that is, all devices invented to perform the same function regardless of structure.
상술한 목적, 특징 및 장점들은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 더욱 분명해 질 것이다. 본 발명을 설명함에 있어서, 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략하거나 간략하게 설명하는 것으로 한다. The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. In the following description of the present invention, when it is determined that the detailed description of the related known technology may unnecessarily obscure the subject matter of the present invention, the detailed description will be omitted or briefly described.
한편 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라, 다른 구성요소를 더 포함할 수 있는 것을 의미한다.On the other hand, when a part is said to "include" a certain component, it means that it may further include other components, without excluding other components unless otherwise stated.
이하, 첨부된 도면을 참조하여 바람직한 실시예에 따른 본 발명을 상세히 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 본 발명의 일 실시예에 따른 네트워크 스위치의 구성을 도시한 도면이다.1 is a diagram illustrating a configuration of a network switch according to an embodiment of the present invention.
도 1을 참조하면, 본 발명에 따른 네트워크스위치(110)는 연결정보수집부(111) , 연결정보제공부(112) 및 접속포트(113)를 포함하여 구성된다. 호스트들(121,122,123) 및 형상관리서버(130)가 접속포트(113)에 연결되어 있다.Referring to FIG. 1, the network switch 110 according to the present invention includes a connection information collecting unit 111, a connection information providing unit 112, and a connection port 113. The hosts 121, 122, 123 and the configuration management server 130 are connected to the connection port 113.
연결정보수집부(111)는 네트워크스위치의 접속포트(113)에 연결된 호스트들(121,122,123)의 MAC주소정보들 "A","B","C" 및 MAC주소정보들에 대응되는 접속포트(113) 정보를 수집한다. 예컨대, 연결정보수집부(111)는 접속포트별로 호스트들의 MAC 주소를 대응시킨 MAC 테이블(114)을 활용할 수 있다. The connection information collecting unit 111 may include connection ports corresponding to MAC address information “A”, “B”, “C” and MAC address information of the hosts 121, 122, and 123 connected to the connection port 113 of the network switch ( 113) Gather information. For example, the connection information collecting unit 111 may utilize a MAC table 114 that corresponds to MAC addresses of hosts for each connection port.
연결정보수집부(111)는 인바운드 또는 아웃바운드 패킷을 송수신한 호스트들(121,122,123)의 연결정보를 갱신한다. 형상관리서버(130)는 PING 시험 또는 ARP 요청을 하는 패킷을 지속적으로 브로드캐스팅(broadcasting)하여 연결정보수집부(111)가 호스트들(121,122,123)의 연결정보를 갱신토록 할 수 있다.The connection information collector 111 updates the connection information of the hosts 121, 122, and 123 that have transmitted and received the inbound or outbound packet. The configuration management server 130 may broadcast the packet for the PING test or ARP request continuously so that the connection information collecting unit 111 may update the connection information of the hosts 121, 122, and 123.
연결정보제공부(112)는 연결정보수집부(111)에서 수집한 정보를 형상관리서버(130)에 제공한다. 연결정보제공부(112)는 형상관리서버(130)의 엑세스를 위해 API(Application Programming Interface)를 이용할 수 있다.The connection information provider 112 provides the configuration management server 130 with the information collected by the connection information collector 111. The connection information provider 112 may use an application programming interface (API) for access of the configuration management server 130.
관리자는 네트워크 스위치(110)의 접속포트(113)와 호스트들(121,122,123)의 물리적인 결속을 소정의 규칙에 따라 체계화할 수 있다. 예컨대, 호스트1(121)은 접속포트1(113a)에, 호스트2(122)는 접속포트2(113b)에 순차적으로 연결한다.The administrator may organize the physical binding between the connection port 113 of the network switch 110 and the hosts 121, 122, and 123 according to a predetermined rule. For example, host 1 121 is connected to connection port 1 113a and host 2 122 is connected to connection port 2 113b in sequence.
도 2는 본 발명의 일 실시예에 따른 형상관리서버의 구성을 도시한 도면이다.2 is a diagram illustrating a configuration of a configuration management server according to an embodiment of the present invention.
도 2를 참조하면, 형상관리서버(210)는 형상정보등록부(211), 연결정보획득부(212), 주소맵핑부(213) 및 자동화지원부(214)를 포함하여 구성된다. 형상관리서버(210)는 네트워크스위치(110) 및 DHCP서버(220)와 연결되어 있다.Referring to FIG. 2, the configuration management server 210 includes a shape information registration unit 211, a connection information acquisition unit 212, an address mapping unit 213, and an automation support unit 214. The configuration management server 210 is connected to the network switch 110 and the DHCP server 220.
형상정보등록부(211)은 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는다. 관리자가 입력하는 IP주소는 호스트들(120)에 할당하는 IP주소의 기초가 된다. 예를 들어, 관리자가 사설 IP주소를 C클래스에 한정하여 호스트에 할당하고자 하는 경우 연속하는 일련의 IP주소들의 입력은 C클래스의 최하위 및 최상위 IP주소로 범위를 지정하여 입력할 수 있다. The shape information register 211 receives shape information including a plurality of IP addresses from an administrator. The IP address entered by the administrator becomes the basis of the IP address assigned to the hosts 120. For example, if an administrator wants to assign a private IP address to a C class and assign it to a host, a series of IP addresses can be input by specifying a range as the lowest and highest IP addresses of the C class.
형상정보는 관리자가 구축하고자하는 호스트의 형상(configuration)에 관한 정보로서 IP주소와 함께 호스트의 하드웨어 및 소프트웨어 정보를 포함한다. 예컨대, 형상정보는 하드웨어 및 소프트웨어의 정보로서 관리자가 구축하고자하는 호스트들의 운영체제 정보, 커널 정보, 제조자명, 제품번호, 제조번호, 프로세서 정보, 네트워크 인터페이스정보 또는 디스크 정보를 포함할 수 있다. The configuration information is information about the configuration of the host to be constructed by the administrator and includes the hardware and software information of the host along with the IP address. For example, the shape information may be hardware and software information, and may include operating system information, kernel information, manufacturer name, product number, manufacturing number, processor information, network interface information, or disk information of hosts to be constructed by the administrator.
아울러, 형상정보등록부(211)는 네트워크스위치(110)에 연결된 호스트별로 호스트의 형상정보를 수신할 수 있다. 호스트는 형상관리서버(210)에 형상정보를 제공하기 위한 API로서 형상관리에이전트를 사용할 수 있다. 형상관리에이전트는 후술하는 TFTP서버가 각 호스트별로 원격으로 전송하여 설치한다. 만일, 관리자가 신규의 형상정보를 입력하거나, 또는 개별적 호스트의 사용자가 호스트의 형상을 변경한 경우, 형상관리에이전트가 제공한 호스트의 형상정보는 형상정보등록부(211)가 입력받은 형상정보와 불일치하므로 관리자의 판단에 따라 호스트를 다시 구축하거나 유지할 수 있다.In addition, the shape information register 211 may receive the shape information of the host for each host connected to the network switch 110. The host may use the configuration management agent as an API for providing the configuration information to the configuration management server 210. The configuration management agent is installed by transmitting a remote TFTP server to each host to be described later. If the administrator inputs new configuration information or the user of the individual host changes the shape of the host, the configuration information of the host provided by the configuration management agent is inconsistent with the configuration information input by the configuration information registration unit 211. Therefore, the host can be rebuilt or maintained at the discretion of the administrator.
연결정보획득부(212)는 네트워크스위치(110)로부터 호스트들(120)의 MAC주소들과 MAC주소들에 연계된 접속포트(113) 정보를 수신한다. 접속포트(113) 정보는 접속포트 번호를 포함한다. 네트워크스위치(110)로부터 수신한 정보의 예시는 도 5를 참조한다.The connection information acquisition unit 212 receives the MAC addresses of the hosts 120 and the connection port 113 associated with the MAC addresses from the network switch 110. The connection port 113 information includes a connection port number. An example of the information received from the network switch 110, see FIG.
주소맵핑부(213)는 연결정보획득부(212)가 획득한 호스트들(120)의 MAC주소 정보들 및 형상정보등록부(211)가 입력받은 형상정보를 기초로 호스트들의(120) MAC주소들과 IP주소들을 맵핑한다. 주소맵핑부(213)에서는 호스트들(120)이 위치한 접속포트(113)의 번호 순서에 따라 최하위 IP주소부터 순서대로 MAC주소와 IP주소를 맵핑할 수 있다. 예를들어, PORT1(133a)에는 MAC주소 "A"를 가진 호스트1(121), PORT2(133b)에는 MAC주소 "B"를 가진 호스트2(122), PORT3(133c)에는 MAC주소 "C"를 가진 호스트3(123)이 각각 연결되어 있고, 형상정보등록부(211)가 최하위의 IP주소 "10.20.1.1"부터 연속되는 255개의 IP주소를 입력받은 경우를 가정하면, "MAC : A / IP :10.20.1.1","MAC : B / IP :10.20.1.2" 및 "MAC : C / IP :10.20.1.3"와 같이 MAC주소와 IP주소를 맵핑한다.The address mapping unit 213 performs MAC addresses of the hosts 120 based on the MAC address information of the hosts 120 acquired by the connection information acquisition unit 212 and the shape information received by the shape information registration unit 211. And map IP addresses. The address mapping unit 213 may map the MAC address and the IP address in order from the lowest IP address according to the number order of the access ports 113 where the hosts 120 are located. For example, host 1 121 has MAC address "A" in PORT1 133a, host 2 122 has MAC address "B" in PORT2 133b, and MAC address "C" in PORT3 133c. Assuming that the host 3 (123) having each of the two connected to each other, and the configuration information registration unit 211 receives 255 IP addresses consecutive from the lowest IP address "10.20.1.1", "MAC: A / IP Map the MAC address to the IP address: "10.20.1.1", "MAC: B / IP: 10.20.1.2" and "MAC: C / IP: 10.20.1.3".
또한, 주소맵핑부(213)는 MAC주소들과 IP주소들의 맵핑정보에 관리자가 입력한 호스트의 형상정보를 결합할 수 있다. 맵핑정보와 형상정보를 결합한 정보는 DHCP서버(220)가 호스트들에 IP주소를 할당하고, TFTP서버가 운영체제를 설치하는데 활용한다. 형상정보와 맵핑정보를 결합한 예시로는 도 6를 참조한다.In addition, the address mapping unit 213 may combine the shape information of the host input by the administrator to the mapping information of the MAC addresses and the IP addresses. The information combining the mapping information and the shape information is used by the DHCP server 220 to allocate IP addresses to the hosts, and the TFTP server to install an operating system. 6 illustrates an example of combining shape information and mapping information.
자동화지원부(214)는 DHCP서버(220)에 호스트의 MAC주소들과 IP주소들의 맵핑정보를 제공한다. DHCP서버(220)는 제공받은 맵핑정보를 기초로 DHCP설정데이타(720)를 작성하고, DHCP설정데이타(720)를 기초로 호스트들에 IP주소를 실제로 할당한다. 자동화지원부(214)는 시스템 관리 자동화툴을 활용하여 DHCP서버(220)에 맵핑정보를 제공하고 DHCP설정데이타(720)를 작성하는 과정을 자동화할 수 있다. DHCP서버의 DHCP설정데이타(720) "dhcpd.conf"를 작성하기 위해, 시스템 관리 자동화툴로 오픈소스인 "Chef"를 사용한경우 "Chef" 프로그래밍(710) 및 자동생성된 "dhcpd.conf"파일의 예시는 도 7을 참조한다.The automation support unit 214 provides the DHCP server 220 with mapping information of the host's MAC addresses and IP addresses. The DHCP server 220 creates a DHCP configuration data 720 based on the provided mapping information, and actually assigns IP addresses to hosts based on the DHCP configuration data 720. The automation support unit 214 may automate the process of providing mapping information to the DHCP server 220 and creating the DHCP configuration data 720 by using a system management automation tool. "Chef" programming (710) and automatically generated "dhcpd.conf" file when using open source "Chef" as a system management automation tool to create DHCP configuration data 720 "dhcpd.conf" of DHCP server See FIG. 7 for an example.
또한, 자동화지원부(214)는 호스트의 PXE(Pre-boot eXecution Enviroment) 환경을 지원하도록 구성될 수 있다. 이 경우 자동화 지원부는 PXE boot 기능을 가진 호스트들을 제어하기 위한 인터페이스로 IPMI(Intelligent Platform Management Interface)를 활용할 수 있다. IPMI 인터페이스는 호스트들의 "POWER ON", "POWER OFF" 및 "RESET" 기능을 포함하므로, IPMI tool을 통해 네트워크 부팅 패킷을 전송하여 해당 호스트들을 원격으로 부팅 할 수 있다.In addition, the automation support unit 214 may be configured to support a PXE (Pre-boot eXecution Enviroment) environment of the host. In this case, the automation support can use the Intelligent Platform Management Interface (IPMI) as an interface for controlling hosts with PXE boot. The IPMI interface includes the "POWER ON", "POWER OFF" and "RESET" functions of the hosts, so that the hosts can be remotely booted by sending network boot packets through the IPMI tool.
도 3은 본 발명의 일 실시예에 따른 호스트 형상 구축 자동화 시스템의 개략적인 구성을 도시한 도면이다.3 is a diagram illustrating a schematic configuration of a host shape building automation system according to an embodiment of the present invention.
*도 3를 참조하면, 본 발명에 따른 호스트 형상 구축 자동화 시스템은 네트워크스위치(310), 형상관리서버(320), DHCP서버(330), TFTP서버(340) 및 HTTP서버(350)를 포함한다. 네트워크스위치(310) 및 형상관리서버(320)의 구성은 각각 도 1 및 도 2를 참조한다.Referring to FIG. 3, the host shape building automation system according to the present invention includes a network switch 310, a shape management server 320, a DHCP server 330, a TFTP server 340, and an HTTP server 350. . The configurations of the network switch 310 and the configuration management server 320 refer to FIGS. 1 and 2, respectively.
네트워크스위치(310)는 호스트들(360)과 연결되어 있으며, 호스트들(360)의 MAC주소들과 네트워크 스위치(310)의 접속포트 정보가 상호연계된 정보를 형상관리서버(320)에 제공한다. The network switch 310 is connected to the hosts 360, and provides the configuration management server 320 with information associated with the MAC addresses of the hosts 360 and the connection port information of the network switch 310. .
형상관리서버(320)는 PXE boot 기능을 가진 호스트들에 대해 IPMI tool을 통해 해당 호스트들을 원격 부팅하고, 네트워크스위치(310)로부터 전송받은 호스트들(360)의 MAC주소들에 관리자가 입력한 IP주소를 맵핑한다. 맵핑정보를 시스템 관리 자동화툴을 이용하여 DHCP서버(330)에 제공하며 DHCP서버(330)가 호스트들에 실제로 IP주소를 할당하도록 하는 DHCP설정데이타(720) 생성을 자동화한다. DHCP설정데이타(720)의 주요내용은 "동적(Dynamic) 또는 고정(fixed) IP주소할당방식","MAC주소" 및 "IP주소"를 포함한다. DHCP설정데이타(720)의 예시는 도 7을 참조한다. 시스템 관리 자동화툴로는 "Chef" 또는 "Puppet" 을 예시할 수 있다. 또한, 형상관리서버(320)는 시스템 관리 자동화툴을 이용하여 DHCP서버(330)와 함께 TFTP서버(340) 및 HTTP서버(350)를 모니터링하고, 관리자로부터 입력된 형상정보를 기초로 TFTP서버(340)가 호스트들(360)에 제공할 소프트웨어 이미지 정보가 포함된 TFTP설정데이타 및 HTTP서버(350)가 호스트들(360)에 제공할 소프트웨어 환경설정 정보가 포함된 TFTP설정데이타 생성을 자동화 할 수 있다.The configuration management server 320 remotely boots the corresponding hosts through the IPMI tool for the hosts having the PXE boot function, and the IP input by the administrator to the MAC addresses of the hosts 360 received from the network switch 310. Map the address. The mapping information is provided to the DHCP server 330 using a system management automation tool, and the DHCP server 330 automates the generation of the DHCP configuration data 720 to actually assign IP addresses to the hosts. The main contents of the DHCP configuration data 720 include "Dynamic or fixed IP address allocation scheme", "MAC address" and "IP address". An example of the DHCP configuration data 720 is shown in FIG. 7. Examples of system management automation tools include "Chef" or "Puppet". In addition, the configuration management server 320 monitors the TFTP server 340 and the HTTP server 350 together with the DHCP server 330 using a system management automation tool, and based on the configuration information input from the administrator TFTP server ( 340 may automate the generation of TFTP configuration data including software image information to be provided to hosts 360 and TFTP configuration data including software configuration information to be provided to hosts 360 by HTTP server 350. have.
DHCP서버(330)는 MAC주소들과 IP주소들의 맵핑정보를 제공받아 자동 생성된 DHCP설정데이타(720)를 기초로 호스트들(360)에 IP주소를 할당한다. DHCP서버(330)는 형상관리서버(320)가 호스트들(360)의 MAC주소별로 IP주소를 맵핑한 결과에 따라 다수의 호스트들에 일괄적으로 고정 IP주소를 할당한다.The DHCP server 330 receives the mapping information of the MAC addresses and the IP addresses and allocates the IP addresses to the hosts 360 based on the automatically generated DHCP configuration data 720. The DHCP server 330 allocates a fixed IP address collectively to a plurality of hosts according to a result of the configuration management server 320 mapping the IP addresses by MAC addresses of the hosts 360.
또한, DHCP서버(330)는 DHCP설정데이타(720)의 설정내용을 기초로 IP주소가 할당된 호스트에 IP주소 획득 다음단계를 안내할 수 있다. 예를들어 "/etc/dhcpd.conf"파일에 "next-server 192.168.10.2; filename "pxelinux.0"; "를 추가하면 호스트가 IP주소를 할당받은 이후 "192.168.10.2"의 IP주소를 가진 서버에 액세스하여 "pxelinux.0" 부트로더를 전송받게 된다. 본 발명에서 "next-server 192.168.10.2"는 TFTP서버(340)을 의미한다.In addition, the DHCP server 330 may guide the next step of acquiring the IP address to the host to which the IP address is assigned based on the setting contents of the DHCP configuration data 720. For example, if you add "next-server 192.168.10.2; filename" pxelinux.0 ";" to the "/etc/dhcpd.conf" file, the host has an IP address of "192.168.10.2" since the host was assigned an IP address. Access the server and receive the "pxelinux.0" boot loader. In the present invention, "next-server 192.168.10.2" means the TFTP server 340.
TFTP서버(340)는 TFTP(Trivial File Transfer Protocol) 프로토콜을 사용하여 호스트들(360)에 원격으로 소프트웨어 설치파일을 전송한다. TFTP서버(340)는 형상관리서버의 시스템관리 자동화툴을 통해 자동생성된 TFTP설정데이타를 기초로 소프트웨어 설치파일을 선택하여 호스트들(360)에 제공한다. 예를들어, 관리자가 호스트들을 가상화(virtualization)하고자 하는 경우에는 형상관리서버(320)에 입력하는 형상정보에 가상화 하이퍼바이져 "XEN"의 정보를 포함하도록 한다. 형상관리서버(320)의 시스템 관리 자동화 툴 "Chef"는 호스트들에 "XEN"을 제공토록 TFTP설정데이타를 생성한다. TFTP서버(340)는 생성된 TFTP설정데이타를 기초로 호스트들에 할당된 IP주소로 "XEN"의 설치파일을 전송한다. The TFTP server 340 remotely transmits the software installation file to the hosts 360 using the Trivial File Transfer Protocol (TFTP) protocol. The TFTP server 340 selects a software installation file based on the TFTP configuration data automatically generated by the system management automation tool of the configuration management server, and provides the software installation file to the hosts 360. For example, when the administrator wants to virtualize the hosts, the administrator may include information of the virtualization hypervisor "XEN" in the configuration information input to the configuration management server 320. The system management automation tool "Chef" of the configuration management server 320 generates TFTP configuration data to provide "XEN" to the hosts. The TFTP server 340 transmits the installation file of "XEN" to the IP addresses assigned to the hosts based on the generated TFTP configuration data.
HTTP서버(350)은 HTTP(HyperText Transfer Protocol)을 사용하여 호스트들(360)에 원격으로 소프트웨어 환경설정 정보를 제공한다. 호스트들(360)에 제공되는 소프트웨어 환경설정 정보는 TFTP서버가(340) 호스트들에 제공하여 설치된 소프트웨어에 관한 환경설정 정보를 의미하며, 형상관리서버(320)의 시스템 관리 자동화 툴을 이용하여 생성된 HTTP설정데이타를 기초로 제공된다. HTTP server 350 remotely provides software configuration information to hosts 360 using HyperText Transfer Protocol (HTTP). The software configuration information provided to the hosts 360 refers to configuration information on software installed by the TFTP server provided to the hosts 340, and is generated using a system management automation tool of the configuration management server 320. Based on the configured HTTP configuration data.
상술한 과정을 통해 사용자가 호스트들에 구축하고자하는 소정의 형상정보를 형상관리서버에 입력하면 다수의 호스트들에 대한 IP주소할당, 운영체제 설치 및 설치된 운영체제의 환경설정을 자동화 할 수 있다.If the user inputs predetermined configuration information to the configuration management server through the above-described process, the IP address allocation, operating system installation, and configuration of the installed operating system can be automated.
도 4는 본 발명의 일 실시예에 따른 형상관리방법의 흐름을 도시한 도면이다.4 is a view showing the flow of the configuration management method according to an embodiment of the present invention.
도 4를 참조하면, 먼저 형상관리서버(320)가 관리자로부터 호스트들에 관한 형상정보를 입력받는다(S401). 형상정보는 호스트들에 구축하고자 하는 형상에 관한 정보로서 복수의 IP주소들을 포함한다. Referring to FIG. 4, first, the configuration management server 320 receives configuration information about hosts from an administrator (S401). The shape information is information about a shape to be built in the hosts and includes a plurality of IP addresses.
형상관리서버(320)가 PXE boot 기능을 갖는 호스트들을 원격으로 부팅한다(S402). Configuration management server 320 remotely boots the host having a PXE boot function (S402).
형상관리서버(320)는 네트워크스위치로부터 호스트들의 MAC주소정보들을 획득한다(S402). MAC주소들에 연계된 접속포트 정보를 함께 획득 할 수 있다. 네트워크스위치로부터 MAC 테이블 정보를 제공받는 것을 예로 들 수 있다.The configuration management server 320 obtains MAC address information of hosts from the network switch (S402). Access port information associated with MAC addresses can be obtained together. For example, receiving MAC table information from the network switch.
형상관리서버(320)는 형상정보에 포함된 IP주소들과 획득한 호스트들의 MAC주소들을 맵핑한다(S403). MAC주소들과 IP주소들의 맵핑정보와 함께 관리자가 입력한 형상정보 결합하고 이를 접속포트별로 기록할 수 있다.The configuration management server 320 maps the IP addresses included in the configuration information and the MAC addresses of the acquired hosts (S403). The configuration information input by the administrator together with the mapping information of MAC addresses and IP addresses can be combined and recorded for each connection port.
형상관리서버(320)는 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 DHCP서버에 제공한다(S404).The configuration management server 320 provides mapping information of MAC addresses and IP addresses of the hosts to the DHCP server (S404).
도 5는 본 발명의 일 실시예에 따라 형상상관리서버가 네트워크스위치로부터 수신한 호스트들의 MAC주소들 및 MAC주소들에 연계된 접속포트 정보를 도시한 도면이다.5 is a diagram illustrating MAC addresses and connection port information associated with MAC addresses of hosts received from a network switch by the configuration management server according to an exemplary embodiment of the present invention.
도 6은 본 발명의 일 실시예에 따른 형상관리서버가 복수의 호스트들의 MAC주소들과 IP주소들의 맵핑정보에 형상정보를 결합한 정보를 JSON 포맷으로 도시한 도면이다.FIG. 6 is a diagram illustrating a configuration management server according to an embodiment of the present invention combining information of shape information into mapping information of MAC addresses and IP addresses of a plurality of hosts in a JSON format.
도 7은 본 발명에 따른 형상관리서버의 시스템 관리 자동화 툴의 프로그래밍 및 자동 생성한 DHCP설정데이타의 간략한 일 실시예를 도시한 도면이다.7 is a diagram illustrating a brief embodiment of programming and automatically generating DHCP configuration data of a system management automation tool of a configuration management server according to the present invention.
본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광데이터 저장장치 등이 있다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The invention can also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disks, optical data storage devices, and the like. The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.

Claims (10)

  1. 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는 형상정보등록부;A shape information register for receiving shape information including a plurality of IP addresses from an administrator;
    네트워크 스위치로부터 복수의 호스트들의 MAC주소들을 획득하는 연결정보획득부;A connection information obtaining unit obtaining MAC addresses of a plurality of hosts from a network switch;
    상기 연결정보획득부에서 획득한 각 호스트들의 MAC주소들과 상기 형상정보등록부에 입력된 IP주소들을 맵핑하는 주소맵핑부; 및An address mapping unit for mapping the MAC addresses of the respective hosts obtained by the connection information acquisition unit and the IP addresses input to the configuration information registration unit; And
    각 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 호스트들에 IP주소를 할당하는 서버에 제공하는 자동화지원부;를 포함하는 것을 특징으로 하는 형상관리서버.Configuration management server comprising: an automation support unit for providing a server for allocating IP addresses to the host to the mapping information of the MAC address and IP address of each host.
  2. 제 1항에 있어서, 상기 형상정보등록부는,The method of claim 1, wherein the shape information registration unit,
    관리자로부터 운영체제 정보, 커널 정보, 제조자명, 제품번호, 제조번호, 프로세서 정보, 네트워크 인터페이스 및 디스크 정보 중에서 적어도 하나 이상의 정보를 포함하는 형상정보를 입력받는 것을 특징으로 하는 형상관리서버.Configuration management server, characterized in that for receiving the configuration information including at least one or more information from the operating system information, kernel information, manufacturer name, product number, manufacturing number, processor information, network interface and disk information from the administrator.
  3. 제 1항에 있어서, 상기 연결정보획득부는,The method of claim 1, wherein the connection information acquisition unit,
    상기 네트워크스위치로부터 MAC주소들과 연계된 접속포트 정보를 함께 수신하고,Receive access port information associated with MAC addresses from the network switch,
    상기 주소맵핑부는,The address mapping unit,
    각 호스트들의 MAC주소들과 연계된 접속포트의 번호순서에 따라 상기 형상정보등록부에 입력된 IP주소들 중 최하위 IP주소부터 순차적으로 맵핑하는 것을 특징으로 하는 형상관리서버.Configuration management server, characterized in that to sequentially map from the lowest IP address among the IP address input to the configuration information registration unit in accordance with the order of the connection port associated with the MAC address of each host.
  4. 제 1항에 있어서, 상기 자동화지원부는,The method of claim 1, wherein the automated support unit,
    PXE boot 기능을 가진 호스트들에 네트워크 부팅 패킷을 전송하여, 해당 호스트들을 원격으로 부팅하는 것을 특징으로 하는 형상관리서버.Configuration management server, characterized in that for transmitting the network boot packet to the host having a PXE boot function, remotely booting the host.
  5. 연결된 복수의 호스트들의 MAC주소들을 포함하는 호스트연결정보를 수집하는 연결정보수집부; 및A connection information collecting unit collecting host connection information including MAC addresses of a plurality of connected hosts; And
    MAC주소들과 IP주소들의 맵핑정보를 DHCP서버로 전달하는 형상관리서버에 상기 복수의 호스트들의 MAC주소들을 포함하는 호스트연결정보를 제공하는 연결정보제공부;를 포함하는 네트워크 스위치.And a connection information providing unit configured to provide host connection information including MAC addresses of the plurality of hosts to the configuration management server which transfers mapping information of MAC addresses and IP addresses to a DHCP server.
  6. 연결된 복수의 호스트들의 MAC주소들을 파악하는 네트워크 스위치;A network switch for identifying MAC addresses of a plurality of connected hosts;
    관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받고, 상기 네트워크 스위치로부터 제공받은 호스트들의 MAC주소들과 입력받은 상기 IP주소들을 맵핑하는 형상관리서버; A configuration management server receiving configuration information including a plurality of IP addresses from an administrator and mapping MAC addresses of the hosts provided from the network switch and the received IP addresses;
    상기 형상관리서버로부터 MAC주소들과 IP주소들의 맵핑정보를 제공받아 각 호스트들에 IP주소를 할당하는 DHCP서버;A DHCP server receiving mapping information of MAC addresses and IP addresses from the configuration management server and assigning IP addresses to the respective hosts;
    각 호스트들에 할당한 IP주소를 통해 소트프웨어 설치파일을 원격으로 제공하는 TFTP서버; 및A TFTP server for remotely providing a software installation file through an IP address assigned to each host; And
    상기 TFTP서버를 통해 호스트들에 설치된 소프트웨어의 환경설정 데이타를 원격으로 제공하는 HTTP서버;를 포함하는 것을 특징으로 하는 호스트 형상 구축 자동화 시스템.And an HTTP server for remotely providing configuration data of software installed on hosts through the TFTP server.
  7. 관리자로부터 복수의 IP주소들을 포함하는 형상정보를 입력받는 형상정보등록단계;A shape information registration step of receiving shape information including a plurality of IP addresses from an administrator;
    네트워크 스위치로부터 복수의 호스트들의 MAC주소들을 획득하는 연결정보획득단계;A connection information obtaining step of obtaining MAC addresses of a plurality of hosts from a network switch;
    상기 연결정보획득단계에서 획득한 각 호스트들의 MAC주소들과 상기 형상정보등록단계에서 입력된 IP주소들을 맵핑하는 주소맵핑단계; 및An address mapping step of mapping MAC addresses of respective hosts acquired in the connection information acquisition step and IP addresses input in the configuration information registration step; And
    각 호스트들의 MAC주소들과 IP주소들의 맵핑정보를 각 호스트들에 IP주소를 할당하는 서버에 제공하는 자동화지원단계;를 포함하는 것을 특징으로 하는 형상관리방법.And an automation support step of providing mapping information of MAC addresses and IP addresses of each host to a server that allocates IP addresses to the respective hosts.
  8. 제 7항에 있어서, 상기 형상정보는The method of claim 7, wherein the shape information is
    운영체제 정보, 커널 정보, 제조자명, 제품번호, 제조번호, 프로세서 정보, 네트워크 인터페이스 및 디스크 정보 중에서 적어도 하나 이상의 정보를 포함하는 것을 특징으로 하는 형상관리방법.Configuration management method comprising at least one information from the operating system information, kernel information, manufacturer name, product number, manufacturing number, processor information, network interface and disk information.
  9. 제 7항에 있어서, 상기 연결정보획득단계는,The method of claim 7, wherein the connection information acquisition step,
    네트워크스위치로부터 MAC주소들과 연계된 접속포트 정보를 함께 수신하고,Receives connection port information associated with MAC addresses from the network switch,
    상기 주소맵핑단계는,The address mapping step,
    각 호스트들의 MAC주소들과 연계된 접속포트의 번호순서에 따라 상기 형상정보등록단계에서 입력받은 IP주소들 중 최하위 IP주소부터 순차적으로 맵핑하는 것을 특징으로 하는 형상관리방법.Configuration management method characterized in that to sequentially map from the lowest IP address among the IP address input in the configuration information registration step according to the order of the connection port associated with the MAC address of each host.
  10. 제 7항에 있어서, 연결정보획득단계 이전에,The method of claim 7, wherein before the step of acquiring the connection information,
    PXE boot 기능을 가진 호스트에 네트워크 부팅 패킷을 전송하여, 해당 호스트를 원격으로 부팅하는 원격부팅단계;를 더 포함하는 것을 특징으로 하는 형상관리방법.And a remote booting step of remotely booting the host by transmitting a network boot packet to a host having a PXE boot function.
PCT/KR2012/004020 2011-08-24 2012-05-22 Configuration management server for automatically configuring multiple hosts, and method for same WO2013027921A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110084838A KR101408033B1 (en) 2011-08-24 2011-08-24 Apparatus and Method for building a configuration of multilple host devices within network
KR10-2011-0084838 2011-08-24

Publications (1)

Publication Number Publication Date
WO2013027921A1 true WO2013027921A1 (en) 2013-02-28

Family

ID=47746632

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/004020 WO2013027921A1 (en) 2011-08-24 2012-05-22 Configuration management server for automatically configuring multiple hosts, and method for same

Country Status (2)

Country Link
KR (1) KR101408033B1 (en)
WO (1) WO2013027921A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111133735A (en) * 2017-09-22 2020-05-08 西门子交通有限公司 Software distribution method, software distribution system for rail vehicles and configuration server unit
CN112948201A (en) * 2019-12-10 2021-06-11 北京神州泰岳软件股份有限公司 Automatic operation and maintenance method and system
CN113766039A (en) * 2020-06-02 2021-12-07 佛山市顺德区顺达电脑厂有限公司 Address management method of baseboard management controller and server system
CN114327663A (en) * 2022-01-04 2022-04-12 中国建设银行股份有限公司 Operating system installation method, system and related device
CN115002075A (en) * 2021-12-30 2022-09-02 北京大学 Multi-machine room on-duty teaching management method under system double-IP network environment

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102414260B1 (en) 2020-09-29 2022-06-28 양태산 Method and apparatus for automatically installing operating system in an environment of network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030072032A (en) * 2002-03-05 2003-09-13 주식회사 프리컴시스템 Illegal dhcp server control method
US20060159100A1 (en) * 2004-12-13 2006-07-20 Droms Ralph E Use of IPv6 in access networks
JP2009302625A (en) * 2008-06-10 2009-12-24 Mitsubishi Electric Corp Network configuration information collection analysis system, network configuration information collection analysis server, and network configuration information collection analysis method
KR20100030282A (en) * 2008-09-10 2010-03-18 주식회사 케이티 Apparatus and method for managing location information of internet terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030072032A (en) * 2002-03-05 2003-09-13 주식회사 프리컴시스템 Illegal dhcp server control method
US20060159100A1 (en) * 2004-12-13 2006-07-20 Droms Ralph E Use of IPv6 in access networks
JP2009302625A (en) * 2008-06-10 2009-12-24 Mitsubishi Electric Corp Network configuration information collection analysis system, network configuration information collection analysis server, and network configuration information collection analysis method
KR20100030282A (en) * 2008-09-10 2010-03-18 주식회사 케이티 Apparatus and method for managing location information of internet terminal

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111133735A (en) * 2017-09-22 2020-05-08 西门子交通有限公司 Software distribution method, software distribution system for rail vehicles and configuration server unit
CN111133735B (en) * 2017-09-22 2022-10-11 西门子交通有限公司 Software distribution method, software distribution system for rail vehicles and rail vehicle
CN112948201A (en) * 2019-12-10 2021-06-11 北京神州泰岳软件股份有限公司 Automatic operation and maintenance method and system
CN113766039A (en) * 2020-06-02 2021-12-07 佛山市顺德区顺达电脑厂有限公司 Address management method of baseboard management controller and server system
CN113766039B (en) * 2020-06-02 2023-10-10 佛山市顺德区顺达电脑厂有限公司 Base plate management controller address management method and server system
CN115002075A (en) * 2021-12-30 2022-09-02 北京大学 Multi-machine room on-duty teaching management method under system double-IP network environment
CN115002075B (en) * 2021-12-30 2023-07-04 北京大学 Multi-machine-room shift combination teaching management method under system double-IP network environment
CN114327663A (en) * 2022-01-04 2022-04-12 中国建设银行股份有限公司 Operating system installation method, system and related device

Also Published As

Publication number Publication date
KR101408033B1 (en) 2014-06-17
KR20130022092A (en) 2013-03-06

Similar Documents

Publication Publication Date Title
WO2013027921A1 (en) Configuration management server for automatically configuring multiple hosts, and method for same
CN107566541B (en) Container network resource allocation method, system, storage medium and electronic device
CN110088732B (en) Data packet processing method, host and system
US10044795B2 (en) Methods and apparatus for rack deployments for virtual computing environments
US7600005B2 (en) Method and apparatus for provisioning heterogeneous operating systems onto heterogeneous hardware systems
US8291412B2 (en) Method of checking a possibility of executing a virtual machine
EP3716552B1 (en) Universal customer premises equipment
US8046450B1 (en) Associating network ports of a computer system with network ports of a network device
US8938528B2 (en) Computer system, and method for managing resource pool information
US20120221887A1 (en) Migrating Virtual Machines Among Networked Servers Upon Detection Of Degrading Network Link Operation
US20120198076A1 (en) Migrating Logical Partitions
CN103281203A (en) Ecos (Embedded Configurable Operating System) system-based DHCP (Dynamic Host Configuration Protocol) address assignment management method
US11159367B2 (en) Apparatuses and methods for zero touch computing node initialization
CN116348841A (en) NIC supported distributed storage services
CN111901177A (en) Bare metal server network configuration method, system and related equipment
CN111988230A (en) Virtual machine communication method, device and system and electronic equipment
WO2013027923A1 (en) System for setting up a virtual machine policy, method for setting up a virtual machine policy, and method for providing a virtual machine policy in a cloud computing server system
CN108259305A (en) A kind of physical machine remote dummy lan handover method and device based on openstack
CN110971689A (en) System installation method, device, system, equipment and storage medium
US10592221B2 (en) Parallel distribution of application services to virtual nodes
US10733006B2 (en) Virtual computing systems including IP address assignment using expression evaluation
US20230319007A1 (en) Automatic detection-based ip allocation
WO2017046830A1 (en) Method and system for managing instances in computer system including virtualized computing environment
JP2023509986A (en) A system and method for updating the firmware of an add-on card and collecting hardware information of any server or bare metal server on which any OS is installed
US20230179657A1 (en) Storage management system and storage system management method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12825564

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12825564

Country of ref document: EP

Kind code of ref document: A1