WO2013027921A1 - Serveur de gestion de configurations permettant de configurer automatiquement plusieurs hôtes, et procédé à cet effet - Google Patents

Serveur de gestion de configurations permettant de configurer automatiquement plusieurs hôtes, et procédé à cet effet 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
English (en)
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/fr

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

Definitions

  • 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.
  • 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.
  • TFTP Trivial File Transfer Protocol
  • 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.
  • 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.
  • an embodiment of the configuration management server 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.
  • an embodiment of a network switch 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.
  • an embodiment of the host configuration building automation system 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.
  • 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.
  • 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.
  • FIG. 1 is a diagram illustrating a configuration of a network switch according to an embodiment of the present invention.
  • FIG. 2 is a diagram illustrating a configuration of a configuration management server according to an embodiment of the present invention.
  • FIG. 3 is a diagram illustrating a schematic configuration of a host shape building automation system according to an embodiment of the present invention.
  • FIG. 4 is a view showing the flow of the configuration management method according to an embodiment of the present invention.
  • FIG. 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.
  • FIG. 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.
  • 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.
  • FIG. 1 is a diagram illustrating a configuration of a network switch according to an embodiment of the present invention.
  • the network switch 110 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.
  • 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.
  • the connection information collecting unit 111 may utilize a MAC table 114 that corresponds to MAC addresses of hosts for each connection port.
  • 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.
  • 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.
  • API application programming interface
  • 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.
  • FIG. 2 is a diagram illustrating a configuration of a configuration management server according to an embodiment of the present invention.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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. " chefs" programming (710) and automatically generated “dhcpd.conf” file when using open source " chefs” as a system management automation tool to create DHCP configuration data 720 "dhcpd.conf" of DHCP server See FIG. 7 for an example.
  • the automation support unit 214 may be configured to support a PXE (Pre-boot eXecution Enviroment) environment of the host.
  • the automation support can use the Intelligent Platform Management Interface (IPMI) as an interface for controlling hosts with PXE boot.
  • IPMI Intelligent Platform Management Interface
  • 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.
  • FIG. 3 is a diagram illustrating a schematic configuration of a host shape building automation system according to an embodiment of the present invention.
  • the host shape building automation system 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.
  • 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. .
  • 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 " chefs" or "Puppet".
  • 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.
  • 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.
  • 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.
  • 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.
  • 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 " chefs" 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 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.
  • the IP address allocation, operating system installation, and configuration of the installed operating system can be automated.
  • FIG. 4 is a view showing the flow of the configuration management method according to an embodiment of the present invention.
  • 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.
  • Configuration management server 320 remotely boots the host having a PXE boot function (S402).
  • 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.
  • 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.
  • the configuration management server 320 provides mapping information of MAC addresses and IP addresses of the hosts to the DHCP server (S404).
  • FIG. 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.
  • 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.
  • FIG. 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.
  • 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.

Abstract

La présente invention concerne, d'une part un dispositif permettant de configurer automatiquement plusieurs hôtes, et d'autre part un procédé à cet effet. Un commutateur de réseau fournit à un serveur de gestion de configurations de l'information d'adresses MAC correspondant aux hôtes connectés. Le serveur de gestion de configurations applique aux adresses MAC fournies les adresses IP spécifiées par un administrateur, puis transmet le résultat à un serveur DHCP. Le serveur DHCP affecte collectivement aux hôtes les adresses IP. Ensuite, un serveur TFTP télécharge dans les hôtes une image d'installation de système d'exploitation, puis installe le système d'exploitation. Enfin, un serveur HTTP transmet aux hôtes de l'information de définition d'environnement du système d'exploitation installé, et configure ainsi automatiquement les différents hôtes.
PCT/KR2012/004020 2011-08-24 2012-05-22 Serveur de gestion de configurations permettant de configurer automatiquement plusieurs hôtes, et procédé à cet effet WO2013027921A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110084838A KR101408033B1 (ko) 2011-08-24 2011-08-24 다수의 호스트들의 형상을 자동 구축하기 위한 형상관리서버 및 그 방법
KR10-2011-0084838 2011-08-24

Publications (1)

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

Family

ID=47746632

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/004020 WO2013027921A1 (fr) 2011-08-24 2012-05-22 Serveur de gestion de configurations permettant de configurer automatiquement plusieurs hôtes, et procédé à cet effet

Country Status (2)

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

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111133735A (zh) * 2017-09-22 2020-05-08 西门子交通有限公司 软件分配方法、用于有轨车辆的软件分配系统和配置服务器单元
CN112948201A (zh) * 2019-12-10 2021-06-11 北京神州泰岳软件股份有限公司 一种自动化运维方法和系统
CN113766039A (zh) * 2020-06-02 2021-12-07 佛山市顺德区顺达电脑厂有限公司 基板管理控制器地址管理方法及服务器系统
CN113918230A (zh) * 2021-10-22 2022-01-11 中国建设银行股份有限公司 一种服务器配置方法及装置
CN114327663A (zh) * 2022-01-04 2022-04-12 中国建设银行股份有限公司 操作系统安装方法、系统及相关装置
CN115002075A (zh) * 2021-12-30 2022-09-02 北京大学 一种系统双ip网络环境下的多机房合班教学管理方法
CN112948201B (zh) * 2019-12-10 2024-05-14 北京神州泰岳软件股份有限公司 一种自动化运维方法和系统

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102414260B1 (ko) 2020-09-29 2022-06-28 양태산 네트워크 환경에서의 운영체제 자동 설치 장치 및 방법

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030072032A (ko) * 2002-03-05 2003-09-13 주식회사 프리컴시스템 사설 dhcp 서버 제어 방법
US20060159100A1 (en) * 2004-12-13 2006-07-20 Droms Ralph E Use of IPv6 in access networks
JP2009302625A (ja) * 2008-06-10 2009-12-24 Mitsubishi Electric Corp ネットワーク構成情報収集分析システム及びネットワーク構成情報収集分析サーバ及びネットワーク構成情報収集分析方法
KR20100030282A (ko) * 2008-09-10 2010-03-18 주식회사 케이티 인터넷 단말의 위치정보 관리 장치 및 그 방법

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030072032A (ko) * 2002-03-05 2003-09-13 주식회사 프리컴시스템 사설 dhcp 서버 제어 방법
US20060159100A1 (en) * 2004-12-13 2006-07-20 Droms Ralph E Use of IPv6 in access networks
JP2009302625A (ja) * 2008-06-10 2009-12-24 Mitsubishi Electric Corp ネットワーク構成情報収集分析システム及びネットワーク構成情報収集分析サーバ及びネットワーク構成情報収集分析方法
KR20100030282A (ko) * 2008-09-10 2010-03-18 주식회사 케이티 인터넷 단말의 위치정보 관리 장치 및 그 방법

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111133735A (zh) * 2017-09-22 2020-05-08 西门子交通有限公司 软件分配方法、用于有轨车辆的软件分配系统和配置服务器单元
CN111133735B (zh) * 2017-09-22 2022-10-11 西门子交通有限公司 软件分配方法、用于有轨车辆的软件分配系统和有轨车辆
CN112948201A (zh) * 2019-12-10 2021-06-11 北京神州泰岳软件股份有限公司 一种自动化运维方法和系统
CN112948201B (zh) * 2019-12-10 2024-05-14 北京神州泰岳软件股份有限公司 一种自动化运维方法和系统
CN113766039A (zh) * 2020-06-02 2021-12-07 佛山市顺德区顺达电脑厂有限公司 基板管理控制器地址管理方法及服务器系统
CN113766039B (zh) * 2020-06-02 2023-10-10 佛山市顺德区顺达电脑厂有限公司 基板管理控制器地址管理方法及服务器系统
CN113918230A (zh) * 2021-10-22 2022-01-11 中国建设银行股份有限公司 一种服务器配置方法及装置
CN115002075A (zh) * 2021-12-30 2022-09-02 北京大学 一种系统双ip网络环境下的多机房合班教学管理方法
CN115002075B (zh) * 2021-12-30 2023-07-04 北京大学 一种系统双ip网络环境下的多机房合班教学管理方法
CN114327663A (zh) * 2022-01-04 2022-04-12 中国建设银行股份有限公司 操作系统安装方法、系统及相关装置

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2013027921A1 (fr) Serveur de gestion de configurations permettant de configurer automatiquement plusieurs hôtes, et procédé à cet effet
CN107566541B (zh) 容器网络资源分配方法、系统、存储介质和电子设备
CN110088732B (zh) 一种数据包处理方法、主机和系统
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 (fr) Équipement de locaux d'abonné universel
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
CN111901177B (zh) 一种裸金属服务器网络配置方法、系统及相关设备
US11159367B2 (en) Apparatuses and methods for zero touch computing node initialization
CN116348841A (zh) Nic支持的分布式存储服务
CN111988230A (zh) 虚拟机通信方法、装置、系统及电子设备
WO2013027923A1 (fr) Système d'établissement d'une politique de machine virtuelle, procédé d'établissement d'une politique de machine virtuelle et procédé de fourniture d'une politique de machine virtuelle dans un système serveur d'informatique en nuage
CN108259305A (zh) 一种基于openstack的物理机远程虚拟局域网切换方法及装置
CN110971689A (zh) 系统安装方法、装置、系统、设备和存储介质
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 (fr) Procédé et système pour la gestion d'instances dans un système informatique comportant un environnement informatique virtualisé
JP2023509986A (ja) アドオンカードのファームウェアを更新し、任意のosがインストールされた任意のサーバ又はベアメタルサーバのハードウェア情報を収集するシステム及び方法
US20230179657A1 (en) Storage management system and storage system management method
US20170180308A1 (en) Allocation of port addresses in a large-scale processing environment

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