WO2020119139A1 - Method for enabling and disabling pxe function of pch 10-gigabit ethernet, and related device - Google Patents

Method for enabling and disabling pxe function of pch 10-gigabit ethernet, and related device Download PDF

Info

Publication number
WO2020119139A1
WO2020119139A1 PCT/CN2019/098489 CN2019098489W WO2020119139A1 WO 2020119139 A1 WO2020119139 A1 WO 2020119139A1 CN 2019098489 W CN2019098489 W CN 2019098489W WO 2020119139 A1 WO2020119139 A1 WO 2020119139A1
Authority
WO
WIPO (PCT)
Prior art keywords
bootutil
pch
tool
gigabit ethernet
pxe
Prior art date
Application number
PCT/CN2019/098489
Other languages
French (fr)
Chinese (zh)
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 WO2020119139A1 publication Critical patent/WO2020119139A1/en

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order

Definitions

  • This application relates to the field of servers, in particular to a method and related device for starting and stopping the PXE function of PCH 10 Gigabit Ethernet.
  • the startup of the server mainly depends on the driver in the BIOS (Basic Input/ouput system) chip on the server. It stores the most important basic input and output programs of the computer, the self-test program after booting, and the system self-starting program, which provides the most Low-level, most direct hardware setup and control.
  • BIOS Basic Input/ouput system
  • the PCH of the Intel Purley platform integrates a 10 Gigabit Ethernet controller, and its driver is stored in the ME.
  • the PCH integrated 10 Gigabit Ethernet can also be PXE booted like an external network card. Different users need to enable or disable the PCH 10 Gigabit Ethernet PXE function in different application scenarios. If there is no other external network card on the server, users need to start PXE through the onboard PCH integrated 10 Gigabit Ethernet. When you need to enable PXE boot. If there are other plug-in network cards on the server, users do not need to start PXE through PCH 10 Gigabit Ethernet. In this case, they need to disable their PXE function.
  • the purpose of this application is to provide a PXE Gigabit Ethernet PXE function start and stop method, start and stop system, a computer-readable storage medium and a server, to solve the need to constantly flash different BIOS when enabling the PXE function And the inconvenience caused by the ME file to the user.
  • this application provides a method for starting and stopping the PXE function of PCH 10 Gigabit Ethernet.
  • the specific technical solutions are as follows:
  • finding the BootUtil tool in the shell environment includes:
  • This application also provides a PXE Gigabit Ethernet PXE function start and stop system, including:
  • a writing module used to write the driver of the PCH 10 Gigabit Ethernet to an ME file
  • Burning module used to burn the ME file to the server
  • the tool search module is used to start the server and search the BootUtil tool in a shell environment
  • the start-stop module is used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet by using the BootUtil tool.
  • the tool search module includes:
  • the search unit is used to search the BootUtil tool through the cd command in the shell environment.
  • the start-stop module includes:
  • the present application also provides a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements the steps of the start-stop method described above.
  • the present application also provides a server, including a memory and a processor, where the computer program is stored in the memory, and when the processor calls the computer program in the memory, the steps of the start-stop method described above are implemented.
  • This application provides a method for starting and stopping the PXE function of PCH 10 Gigabit Ethernet, including: writing the driver of the PCH 10 Gigabit Ethernet to an ME file; burning the ME file to a server; and starting the server , Find the BootUtil tool in the shell environment; use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
  • This application first writes the PCH 10 Gigabit Ethernet driver file provided by Intel in the ME file, and then uses the BootUtil tool to enable the PCH 10 Gigabit Ethernet PXE function in the shell environment.
  • the BootUtil tool When enabling and disabling the PXE function, there is no need to refresh the BIOS and ME files, just use the BootUtil tool to directly enable the PXE function. Avoid changing the user's current server configuration status, save the time required to enable and close the PXE function, and improve the efficiency of enabling and closing.
  • the present application also provides a PXE Gigabit Ethernet PXE function start-stop system, a computer-readable storage medium, and a server, which have the above-mentioned beneficial effects, and will not be repeated here.
  • FIG. 1 is a flowchart of a method for starting and stopping a PXE function of PCH 10 Gigabit Ethernet provided by an embodiment of the present application;
  • FIG. 2 is a schematic structural diagram of a PXE PXE start-stop system provided by an embodiment of the present application.
  • FIG. 1 is a flowchart of a method for starting and stopping a PXE function of PCH 10 Gigabit Ethernet provided by an embodiment of the present application.
  • the method for starting and stopping includes:
  • PXE preboot execution environment
  • Intel Corporation the latest technology developed by Intel Corporation. It works in the client/server network mode, supports workstations to download images from remote servers via the network, and thus supports operating system startup via the network.
  • the server requires the server to assign an IP address, and then use TFTP (trivial file transfer protocol) or MTFTP (multicast trivial file transfer protocol) protocol to download a startup package to the local memory for execution.
  • the startup package completes the server (Client) Basic software settings to guide the server operating system pre-installed in the server.
  • PXE can boot multiple operating systems, such as: Windows95/98/2000/2003/windows2008/winXP/win7/win8, Linux series systems, etc.
  • This step aims to write the PCH 10 Gigabit Ethernet driver to the ME file.
  • Writing refers to writing the driver to the ME file, so that when the ME file is subsequently burned, the PCH 10 Gigabit Ethernet can be installed at the same time To the server.
  • operations such as encapsulation may also be included, which is not limited here.
  • writing the driver to the ME file can avoid installing the driver separately.
  • the driver of the ME itself is packaged with the BIOS program and stored in the BIOS chip. Therefore, this step writes the driver of the PCH 10 Gigabit Ethernet to the ME file.
  • the ME file and the BIOS driver can be simultaneously burned to the server.
  • This step aims to burn the ME file including the driver of PCH 10 Gigabit Ethernet to the server, that is, deploy the PCH 10 Gigabit Ethernet to the server.
  • the BIOS can also be burned to the server when this step is executed. It should be noted that since the driver of the PCH 10 Gigabit Ethernet has written the ME file and burned it to the server, there is no need to refresh the BIOS and ME files even after the PXE function is enabled or disabled. ME file is easy to change the user's current server configuration status.
  • S103 Start the server and search for the BootUtil tool in the shell environment
  • the shell environment After burning the ME file including the PCH 10 Gigabit Ethernet driver to the server, start the server and enter the shell environment. A large amount of information is maintained in the shell session. This information is called the shell environment.
  • the variables of the shell environment are defined by the login program, system initialization file, and user initialization file.
  • the BootUtil tool is a utility used to change the default settings of the Intel Ethernet adapter. It can be used to enable or disable Wake-on-LAN and Intel boot agent functions, as well as enable or disable some settings used by Boot Agent. BootUtil also allows in-the-field upgrades to the network card in the flash memory of the stored image. BootUtil replaces the functionality of previous utilities and provides the PROBOOT, ISBoot, and PROEFI web packages found in older IBAUTIL, ISCSIUTL, LANUTIL, and FLAUTIL utilities. BootUtil supports all adapters supported by previous utilities. BootUtil is not intended as a utility program for lan-on-motherboard (LOM, motherboard integrated LAN) implementation. The adjustments made to achieve LOM and BootROM settings may not affect how the adapter operates.
  • LOM lan-on-motherboard
  • the cd command when used, a subshell is created, and the instructions in the script are executed one by one in the subshell.
  • the subshell inherits the environment variables from the parent shell, but does not change the environment variables of the parent shell after execution At this time, there will be a case where the file directory cannot be entered using the cd command. At this time, you can also use the source command to assist in entering the file directory where the BootUtil tool is located.
  • S104 Use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
  • This step aims to use the BootUtil tool to start and stop the PXE function of PCH 10 Gigabit Ethernet.
  • -Nic is often used to select a specific network port in the system, so you can use this parameter to open the port corresponding to the PXE function.
  • the efi command turns off the PXE function of the PCH 10 Gigabit Ethernet.
  • there may be other forms of commands to enable or disable the PXE function which are not illustrated one by one here, and should be within the scope of protection of this application.
  • the driver file of the PCH 10 Gigabit Ethernet provided by Intel is written in the ME file, and then the PXE function of the PCH 10 Gigabit Ethernet is enabled by using the BootUtil tool in a shell environment.
  • the BootUtil tool When enabling and disabling the PXE function, there is no need to refresh the BIOS and ME files, just use the BootUtil tool to directly enable the PXE function. Avoid changing the user's current server configuration status, save the time required to enable and shut down the PXE function, and improve the efficiency of enabling and shutting down the PXE function of PCH 10 Gigabit Ethernet.
  • the following describes the start-stop system of the PCH 10 Gigabit Ethernet PXE function provided by the embodiment of the present application.
  • the start-stop system described below and the above-described method of starting and stopping the PCH 10 Gigabit Ethernet PXE function can be Cross reference.
  • FIG. 2 is a schematic structural diagram of a PXE PXE function start-stop system provided by an embodiment of the present application.
  • the start-stop system may include:
  • a writing module 100 used to write the driver of the PCH 10 Gigabit Ethernet to an ME file
  • Burning module 200 used to burn the ME file to the server
  • the tool search module 300 is used to start the server and search for the BootUtil tool in a shell environment
  • the start-stop module 400 is used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet by using the BootUtil tool.
  • the tool search module includes:
  • the search unit is used to search the BootUtil tool through the cd command in the shell environment.
  • the start-stop module 400 may include:
  • the start-stop module 400 may include:
  • the present application also provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed, the steps of the method for starting and stopping the PXE function of the PCH 10 Gigabit Ethernet provided in the above embodiments can be implemented .
  • the storage medium may include various media that can store program codes, such as a U disk, a mobile hard disk, a read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a magnetic disk, or an optical disk.
  • the present application also provides a server, which may include a memory and a processor.
  • the memory stores a computer program.
  • the processor calls the computer program in the memory, the PCH provided in the foregoing embodiment may be implemented. Steps to start and stop the PXE function of 10 Gigabit Ethernet.
  • the server may also include various network interfaces, power supplies and other components.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

A method and system for enabling and disabling a PXE function of a PCH 10-Gigabit Ethernet, a computer-readable storage medium, and a server. The method comprises: writing a drive program of a PCH 10-Gigabit Ethernet into an ME file; burning the ME file to a server; turning on the server, and searching for a BootUtil tool in a shell environment; and using the BootUtil tool to enable or disable a PXE function of the PCH 10-Gigabit Ethernet. During enabling or disabling of the PXE function, it is not required to refresh the BIOS and ME files, and the PXE function can be directly enabled by means of the BootUtil tool only. The invention thus prevents the current configuration of a server of a user from being changed, saves the time required for enabling the PXE function, and improves the efficiency of enable processing.

Description

PCH万兆以太网的PXE功能的启停方法及相关装置Method for starting and stopping PXE function of PCH 10 Gigabit Ethernet and related device
本申请要求于2018年12月14日提交中国专利局、申请号为201811534352.X、发明名称为“PCH万兆以太网的PXE功能的启停方法及相关装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application requires the priority of the Chinese patent application submitted to the Chinese Patent Office on December 14, 2018 with the application number 201811534352.X and the invention titled "PCH 10 Gigabit Ethernet PXE function start and stop method and related devices". The entire contents are incorporated by reference in this application.
技术领域Technical field
本申请涉及服务器领域,特别涉及一种PCH万兆以太网的PXE功能的启停方法及相关装置。This application relates to the field of servers, in particular to a method and related device for starting and stopping the PXE function of PCH 10 Gigabit Ethernet.
背景技术Background technique
服务器的启动主要依靠服务器上的BIOS(Basic Input/ouput system)芯片里的驱动程序,它保存着计算机最重要的基本输入输出的程序、开机后自检程序和系统自启动程序,为计算机提供最底层的、最直接的硬件设置和控制。The startup of the server mainly depends on the driver in the BIOS (Basic Input/ouput system) chip on the server. It stores the most important basic input and output programs of the computer, the self-test program after booting, and the system self-starting program, which provides the most Low-level, most direct hardware setup and control.
Intel为PCH开发一个程序(Management Engine)主要用于管理PCH与其他固件之间的协调沟通作用,以让系统达到最高和最和谐的效用,ME(Management Engine)是Intel芯片中一个独立于CPU和操作系统的微处理器。ME驱动程序一般会与BIOS程序打包在一起,一起存放在BIOS芯片中,在更新BIOS时进行同步的升级。Intel develops a program (Management Engine) for PCH, which is mainly used to manage the coordination and communication between PCH and other firmware, so that the system can achieve the highest and most harmonious effect. ME (Management Engine) is an Intel chip independent of CPU and Operating system microprocessor. The ME driver is generally packaged with the BIOS program and stored together in the BIOS chip, and is updated synchronously when the BIOS is updated.
Intel Purley平台的PCH集成了万兆以太网控制器,它的驱动程序保存在ME中。PCH集成的万兆以太网也可以和外插网卡一样进行PXE启动。不同的用户在不同的应用场景下需要对PCH万兆以太网PXE功能进行使能或关闭,如服务器上没有其他外插网卡,用户需要通过板载PCH集成的万兆以太网进行PXE启动,此时就需要使能PXE启动。如服务器上有其他外插网卡,用户不需要通过PCH万兆以太网进行PXE启动,此时就需要禁用其的PXE功能。在使能和关闭PCH万兆以太网PXE功能进行切换时,需要 在服务器上刷写不同的BIOS和ME文件,浪费了时间且刷写不同的BIOS、ME文件时,将会改变用户当前的配置,给用户使用造成了不便。The PCH of the Intel Purley platform integrates a 10 Gigabit Ethernet controller, and its driver is stored in the ME. The PCH integrated 10 Gigabit Ethernet can also be PXE booted like an external network card. Different users need to enable or disable the PCH 10 Gigabit Ethernet PXE function in different application scenarios. If there is no other external network card on the server, users need to start PXE through the onboard PCH integrated 10 Gigabit Ethernet. When you need to enable PXE boot. If there are other plug-in network cards on the server, users do not need to start PXE through PCH 10 Gigabit Ethernet. In this case, they need to disable their PXE function. When enabling and disabling the PCH 10 Gigabit Ethernet PXE function for switching, you need to flash different BIOS and ME files on the server, wasting time and flashing different BIOS and ME files will change the user's current configuration , Causing inconvenience to users.
发明内容Summary of the invention
本申请的目的是提供一种PCH万兆以太网的PXE功能的启停方法、启停系统、一种计算机可读存储介质和一种服务器,解决了使能PXE功能时需要不断刷写不同BIOS和ME文件给用户造成的不便。The purpose of this application is to provide a PXE Gigabit Ethernet PXE function start and stop method, start and stop system, a computer-readable storage medium and a server, to solve the need to constantly flash different BIOS when enabling the PXE function And the inconvenience caused by the ME file to the user.
为解决上述技术问题,本申请提供一种PCH万兆以太网的PXE功能的启停方法,具体技术方案如下:To solve the above technical problems, this application provides a method for starting and stopping the PXE function of PCH 10 Gigabit Ethernet. The specific technical solutions are as follows:
将所述PCH万兆以太网的驱动程序写入ME文件;Write the PCH 10 Gigabit Ethernet driver to the ME file;
将所述ME文件烧录至服务器;Burn the ME file to the server;
启动所述服务器,在shell环境下查找BootUtil工具;Start the server and find the BootUtil tool in the shell environment;
利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。Use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
其中,在shell环境下查找BootUtil工具包括:Among them, finding the BootUtil tool in the shell environment includes:
在shell环境下通过cd命令查找BootUtil工具。Use the cd command to find the BootUtil tool in the shell environment.
其中,利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能包括:Wherein, using the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet includes:
利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi命令使能所述PCH万兆以太网的PXE功能。Use the Bootutil-Nic=x-up=pxe+efi command of the BootUtil tool to enable the PXE function of the PCH 10 Gigabit Ethernet.
其中,利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能包括:Wherein, using the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet includes:
利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。Use the Bootutil-Nic=x-up=efi command of the BootUtil tool to turn off the PXE function of the PCH 10 Gigabit Ethernet.
本申请还提供一种PCH万兆以太网的PXE功能的启停系统,包括:This application also provides a PXE Gigabit Ethernet PXE function start and stop system, including:
写入模块,用于将所述PCH万兆以太网的驱动程序写入ME文件;A writing module, used to write the driver of the PCH 10 Gigabit Ethernet to an ME file;
烧录模块,用于将所述ME文件烧录至服务器;Burning module, used to burn the ME file to the server;
工具查找模块,用于启动所述服务器,在shell环境下查找BootUtil工具;The tool search module is used to start the server and search the BootUtil tool in a shell environment;
启停模块,用于利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。The start-stop module is used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet by using the BootUtil tool.
其中,所述工具查找模块包括:Wherein, the tool search module includes:
查找单元,用于在shell环境下通过cd命令查找BootUtil工具。The search unit is used to search the BootUtil tool through the cd command in the shell environment.
在,所述启停模块包括:Here, the start-stop module includes:
使能单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi命令使能所述PCH万兆以太网的PXE功能。The enabling unit is used to enable the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=pxe+efi command of the BootUtil tool.
其中,还包括:Among them, it also includes:
关闭单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。The shutdown unit is used to shut down the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=efi command of the BootUtil tool.
本申请还提供一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现如上所述的启停方法的步骤。The present application also provides a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements the steps of the start-stop method described above.
本申请还提供一种服务器,包括存储器和处理器,所述存储器中存有计算机程序,所述处理器调用所述存储器中的计算机程序时实现如上所述的启停方法的步骤。The present application also provides a server, including a memory and a processor, where the computer program is stored in the memory, and when the processor calls the computer program in the memory, the steps of the start-stop method described above are implemented.
本申请提供一种PCH万兆以太网的PXE功能的启停方法,包括:将所述PCH万兆以太网的驱动程序写入ME文件;将所述ME文件烧录至服务器;启动所述服务器,在shell环境下查找BootUtil工具;利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。This application provides a method for starting and stopping the PXE function of PCH 10 Gigabit Ethernet, including: writing the driver of the PCH 10 Gigabit Ethernet to an ME file; burning the ME file to a server; and starting the server , Find the BootUtil tool in the shell environment; use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
本申请先在ME文件里写入Intel提供的PCH万兆以太网的驱动程序文件,再通过在shell环境下利用BootUtil工具使能PCH万兆以太网的PXE功能。在实现使能和关闭PXE功能时,无需重新刷新BIOS和ME文件,只需利用BootUtil工具直接对PXE功能进行使能。避免改变用户当前的服务器配置状态,节省了PXE功能的使能和关闭所需时间,提高了使能和关闭效率。本申请还提供一种PCH万兆以太网的PXE功能的启停系统、一种计算机可读存储介质和一种服务器,具有上述有益效果,此处不在赘述。This application first writes the PCH 10 Gigabit Ethernet driver file provided by Intel in the ME file, and then uses the BootUtil tool to enable the PCH 10 Gigabit Ethernet PXE function in the shell environment. When enabling and disabling the PXE function, there is no need to refresh the BIOS and ME files, just use the BootUtil tool to directly enable the PXE function. Avoid changing the user's current server configuration status, save the time required to enable and close the PXE function, and improve the efficiency of enabling and closing. The present application also provides a PXE Gigabit Ethernet PXE function start-stop system, a computer-readable storage medium, and a server, which have the above-mentioned beneficial effects, and will not be repeated here.
附图说明BRIEF DESCRIPTION
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly explain the embodiments of the present application or the technical solutions in the prior art, the following will briefly introduce the drawings required in the embodiments or the description of the prior art. Obviously, the drawings in the following description are only This is an embodiment of the present application. For those of ordinary skill in the art, without paying any creative work, other drawings may be obtained according to the provided drawings.
图1为本申请实施例所提供的一种PCH万兆以太网的PXE功能的启停方法的流程图;1 is a flowchart of a method for starting and stopping a PXE function of PCH 10 Gigabit Ethernet provided by an embodiment of the present application;
图2为本申请实施例所提供的一种PCH万兆以太网的PXE功能的启停系统结构示意图。FIG. 2 is a schematic structural diagram of a PXE PXE start-stop system provided by an embodiment of the present application.
具体实施方式detailed description
为使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。To make the objectives, technical solutions, and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments It is a part of the embodiments of this application, but not all the embodiments. Based on the embodiments in the present application, all other embodiments obtained by a person of ordinary skill in the art without creative work fall within the protection scope of the present application.
请参考图1,图1为本申请实施例所提供的一种PCH万兆以太网的PXE功能的启停方法的流程图,该启停方法包括:Please refer to FIG. 1, which is a flowchart of a method for starting and stopping a PXE function of PCH 10 Gigabit Ethernet provided by an embodiment of the present application. The method for starting and stopping includes:
S101:将所述PCH万兆以太网的驱动程序写入ME文件;S101: Write the driver of the PCH 10 Gigabit Ethernet to an ME file;
PXE(preboot execute environment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载映像,并由此支持通过网络启动操作系统,在启动过程中,服务器要求服务器分配IP地址,再用TFTP(trivial file transfer protocol)或MTFTP(multicast trivial file transfer protocol)协议下载一个启动软件包到本机内存中执行,由这个启动软件包完成服务器(客户端)基本软件设置,从而引导预先安装在服务器中的服务器操作系统。PXE可以引导多种操作系统,如:Windows95/98/2000/2003/windows2008/winXP/win7/win8、linux系列系统等。PXE (preboot execution environment) is the latest technology developed by Intel Corporation. It works in the client/server network mode, supports workstations to download images from remote servers via the network, and thus supports operating system startup via the network. During the startup process, the server requires the server to assign an IP address, and then use TFTP (trivial file transfer protocol) or MTFTP (multicast trivial file transfer protocol) protocol to download a startup package to the local memory for execution. The startup package completes the server (Client) Basic software settings to guide the server operating system pre-installed in the server. PXE can boot multiple operating systems, such as: Windows95/98/2000/2003/windows2008/winXP/win7/win8, Linux series systems, etc.
本步骤旨在将PCH万兆以太网的驱动程序写入ME文件,写入指的是 将驱动程序写入ME文件中,这样在后续烧录ME文件时,可以同时将PCH万兆以太网安装至服务器。当然容易理解的是,写入后通常还可以包括封装等操作,在此不作更多限定。This step aims to write the PCH 10 Gigabit Ethernet driver to the ME file. Writing refers to writing the driver to the ME file, so that when the ME file is subsequently burned, the PCH 10 Gigabit Ethernet can be installed at the same time To the server. Of course, it is easy to understand that after writing, operations such as encapsulation may also be included, which is not limited here.
需要说明的是,将驱动程序写入ME文件,可以避免单独安装该驱动程序。通常ME本身的驱动程序与BIOS程序打包在一起,存在BIOS芯片中,因此本步骤将PCH万兆以太网的驱动程序写入ME文件,可以实现ME文件与BIOS驱动程序同时烧录至服务器。It should be noted that writing the driver to the ME file can avoid installing the driver separately. Usually, the driver of the ME itself is packaged with the BIOS program and stored in the BIOS chip. Therefore, this step writes the driver of the PCH 10 Gigabit Ethernet to the ME file. The ME file and the BIOS driver can be simultaneously burned to the server.
S102:将所述ME文件烧录至服务器;S102: Burn the ME file to the server;
本步骤旨在将包括PCH万兆以太网的驱动程序的ME文件烧录至服务器,即将PCH万兆以太网部署到服务器上。此外,通常,在本步骤执行时还可以将BIOS也烧录至服务器。需要说明的是,由于PCH万兆以太网的驱动程序已经写入ME文件并烧录至服务器,此后即使需要PXE功能的使能或关闭也无需重新刷新BIOS和ME文件,避免每次刷新BIOS和ME文件时易改变用户当前的服务器配置状态的问题。This step aims to burn the ME file including the driver of PCH 10 Gigabit Ethernet to the server, that is, deploy the PCH 10 Gigabit Ethernet to the server. In addition, usually, the BIOS can also be burned to the server when this step is executed. It should be noted that since the driver of the PCH 10 Gigabit Ethernet has written the ME file and burned it to the server, there is no need to refresh the BIOS and ME files even after the PXE function is enabled or disabled. ME file is easy to change the user's current server configuration status.
S103:启动所述服务器,在shell环境下查找BootUtil工具;S103: Start the server and search for the BootUtil tool in the shell environment;
将包括PCH万兆以太网的驱动程序的ME文件烧录至服务器后,启动该服务器,进入shell环境。在shell会话中维护着大量的信息,这些信息称为shell环境,shell环境中存在两种基本类型的数据,环境变量和shell变量。而shell环境的变量由login程序、系统初始化文件和用户初始化文件定义。在用户初始化文件中,可以通过更改预定义变量的值或指定其他变量来自定义用户的shell环境。因此,shell环境其实是一个自定义用户的工作环境,可以由用户进行环境变量的设置。而本步骤则是在shell环境下找到BootUtil工具。After burning the ME file including the PCH 10 Gigabit Ethernet driver to the server, start the server and enter the shell environment. A large amount of information is maintained in the shell session. This information is called the shell environment. There are two basic types of data in the shell environment, environment variables and shell variables. The variables of the shell environment are defined by the login program, system initialization file, and user initialization file. In the user initialization file, you can customize the user's shell environment by changing the value of a predefined variable or specifying other variables. Therefore, the shell environment is actually a custom user's working environment, and the user can set the environment variables. This step is to find the BootUtil tool in the shell environment.
BootUtil工具是一种实用程序,用来更改默认设置的英特尔以太网适配器。它可用于启用或禁用Wake-on-LAN和英特尔启动代理程序功能,以及启用或禁用Boot Agent使用的一些设置。BootUtil还允许in-the-现场升级到存储的映像的快闪内存中的网卡。BootUtil取代了之前的实用程序的功能并提供了较旧IBAUTIL、ISCSIUTL、LANUTIL和FLAUTIL实用程序中找到的PROBOOT、ISBoot和PROEFI web包。 BootUtil支持所有先前实用程序支持的适配器。BootUtil并不旨在作为一个实用程序,用于lan-on-motherboard(LOM,主板集成局域网)实施。所做的调整对实现LOM,BootROM设置可能不会影响适配器如何操作方式。The BootUtil tool is a utility used to change the default settings of the Intel Ethernet adapter. It can be used to enable or disable Wake-on-LAN and Intel boot agent functions, as well as enable or disable some settings used by Boot Agent. BootUtil also allows in-the-field upgrades to the network card in the flash memory of the stored image. BootUtil replaces the functionality of previous utilities and provides the PROBOOT, ISBoot, and PROEFI web packages found in older IBAUTIL, ISCSIUTL, LANUTIL, and FLAUTIL utilities. BootUtil supports all adapters supported by previous utilities. BootUtil is not intended as a utility program for lan-on-motherboard (LOM, motherboard integrated LAN) implementation. The adjustments made to achieve LOM and BootROM settings may not affect how the adapter operates.
本步骤中,可以将BootUtil工具置于存储盘(例如U盘)中,再将存储盘与服务器连接,或者可以直接将BootUtil工具发送至服务器的BMC。但均需要在shell环境下找到BootUtil工具。In this step, you can place the BootUtil tool in a storage disk (such as a USB flash drive), and then connect the storage disk to the server, or you can directly send the BootUtil tool to the BMC of the server. But all need to find the BootUtil tool in the shell environment.
具体的,可以在shell环境利用cd命令寻找BootUtil工具。利用cd文件可以直接进入命令中包括的文件目录,进而直接打开BootUtil工具。Specifically, you can use the cd command in the shell environment to find the BootUtil tool. Use the cd file to directly enter the file directory included in the command, and then directly open the BootUtil tool.
需要说明的是,使用cd命令时,会创建一个子shell,并在子shell中逐个执行脚本中的指令,子shell从父shell中继承了环境变量,但是执行后不会改变父shell的环境变量,此时将会出现利用cd命令无法进入文件目录的情况。此时,还可以利用source命令辅助进入BootUtil工具所在的文件目录。It should be noted that when the cd command is used, a subshell is created, and the instructions in the script are executed one by one in the subshell. The subshell inherits the environment variables from the parent shell, but does not change the environment variables of the parent shell after execution At this time, there will be a case where the file directory cannot be entered using the cd command. At this time, you can also use the source command to assist in entering the file directory where the BootUtil tool is located.
S104:利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。S104: Use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
本步骤旨在利用BootUtil工具对PCH万兆以太网的PXE功能进行启停。BootUtil参数中,-Nic常用于选择系统中的一个特定网络端口,因此可以利用该参数打开PXE功能对应的端口。This step aims to use the BootUtil tool to start and stop the PXE function of PCH 10 Gigabit Ethernet. In the BootUtil parameter, -Nic is often used to select a specific network port in the system, so you can use this parameter to open the port corresponding to the PXE function.
具体的,可以利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi命令使能或关闭PCH万兆以太网的PXE功能,或利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。当然,容易理解的是,在BootUtil下,还可以有其他形式的命令使能或关闭PXE功能,在此不一一举例说明,均应在本申请的保护范围内。Specifically, the BootUtil-Nic=x-up=pxe+efi command of the BootUtil tool can be used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet, or the Bootutil-Nic=x-up= of the BootUtil tool The efi command turns off the PXE function of the PCH 10 Gigabit Ethernet. Of course, it is easy to understand that under BootUtil, there may be other forms of commands to enable or disable the PXE function, which are not illustrated one by one here, and should be within the scope of protection of this application.
在利用BootUtil工具使能或关闭PXE功能后,通常还需要重启服务器才能查看PXE功能的实际工作状态。After enabling or disabling the PXE function using the BootUtil tool, you usually need to restart the server to view the actual working status of the PXE function.
本申请实施例先在ME文件里写入Intel提供的PCH万兆以太网的驱动程序文件,再通过在shell环境下利用BootUtil工具使能PCH万兆以太网的PXE功能。在实现使能和关闭PXE功能时,无需重新刷新BIOS和ME文件, 只需利用BootUtil工具直接对PXE功能进行使能。避免改变用户当前的服务器配置状态,节省了PXE功能的使能和关闭所需时间,提高了PCH万兆以太网的PXE功能使能和关闭效率。In the embodiment of the present application, the driver file of the PCH 10 Gigabit Ethernet provided by Intel is written in the ME file, and then the PXE function of the PCH 10 Gigabit Ethernet is enabled by using the BootUtil tool in a shell environment. When enabling and disabling the PXE function, there is no need to refresh the BIOS and ME files, just use the BootUtil tool to directly enable the PXE function. Avoid changing the user's current server configuration status, save the time required to enable and shut down the PXE function, and improve the efficiency of enabling and shutting down the PXE function of PCH 10 Gigabit Ethernet.
下面对本申请实施例提供的一种PCH万兆以太网的PXE功能的启停系统进行介绍,下文描述的启停系统与上文描述的一种PCH万兆以太网的PXE功能的启停方法可相互对应参照。The following describes the start-stop system of the PCH 10 Gigabit Ethernet PXE function provided by the embodiment of the present application. The start-stop system described below and the above-described method of starting and stopping the PCH 10 Gigabit Ethernet PXE function can be Cross reference.
参见图2,图2为本申请实施例所提供的一种PCH万兆以太网的PXE功能的启停系统结构示意图,该启停系统可以包括:Referring to FIG. 2, FIG. 2 is a schematic structural diagram of a PXE PXE function start-stop system provided by an embodiment of the present application. The start-stop system may include:
写入模块100,用于将所述PCH万兆以太网的驱动程序写入ME文件;A writing module 100, used to write the driver of the PCH 10 Gigabit Ethernet to an ME file;
烧录模块200,用于将所述ME文件烧录至服务器;Burning module 200, used to burn the ME file to the server;
工具查找模块300,用于启动所述服务器,在shell环境下查找BootUtil工具;The tool search module 300 is used to start the server and search for the BootUtil tool in a shell environment;
启停模块400,用于利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。The start-stop module 400 is used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet by using the BootUtil tool.
基于上述实施例,作为优选的实施例,所述工具查找模块包括:Based on the above embodiment, as a preferred embodiment, the tool search module includes:
查找单元,用于在shell环境下通过cd命令查找BootUtil工具。The search unit is used to search the BootUtil tool through the cd command in the shell environment.
基于上述实施例,作为优选的实施例,所述启停模块400可以包括:Based on the above embodiment, as a preferred embodiment, the start-stop module 400 may include:
使能单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi命令使能所述PCH万兆以太网的PXE功能。The enabling unit is used to enable the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=pxe+efi command of the BootUtil tool.
基于上述实施例,作为优选的实施例,所述启停模块400可以包括:Based on the above embodiment, as a preferred embodiment, the start-stop module 400 may include:
关闭单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。The shutdown unit is used to shut down the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=efi command of the BootUtil tool.
本申请还提供了一种计算机可读存储介质,其上存有计算机程序,该计算机程序被执行时可以实现上述实施例所提供的一种PCH万兆以太网的PXE功能的启停方法的步骤。该存储介质可以包括:U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The present application also provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed, the steps of the method for starting and stopping the PXE function of the PCH 10 Gigabit Ethernet provided in the above embodiments can be implemented . The storage medium may include various media that can store program codes, such as a U disk, a mobile hard disk, a read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a magnetic disk, or an optical disk.
本申请还提供了一种服务器,可以包括存储器和处理器,所述存储器中存有计算机程序,所述处理器调用所述存储器中的计算机程序时,可以实现上述实施例所提供的一种PCH万兆以太网的PXE功能的启停方法的步骤。当然所述服务器还可以包括各种网络接口,电源等组件。The present application also provides a server, which may include a memory and a processor. The memory stores a computer program. When the processor calls the computer program in the memory, the PCH provided in the foregoing embodiment may be implemented. Steps to start and stop the PXE function of 10 Gigabit Ethernet. Of course, the server may also include various network interfaces, power supplies and other components.
说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例提供的系统而言,由于其与实施例提供的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。Each embodiment in the specification is described in a progressive manner. Each embodiment focuses on the differences from other embodiments, and the same or similar parts between the various embodiments may refer to each other. For the system provided by the embodiment, since it corresponds to the method provided by the embodiment, the description is relatively simple, and the relevant part can be referred to the description in the method section.
本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想。应当指出,对于本技术领域的普通技术人员来说,在不脱离本申请原理的前提下,还可以对本申请进行若干改进和修饰,这些改进和修饰也落入本申请权利要求的保护范围内。In this article, specific examples are used to explain the principle and implementation of the present application. The descriptions of the above embodiments are only used to help understand the method and the core idea of the present application. It should be noted that, for those of ordinary skill in the art, without departing from the principles of the present application, several improvements and modifications can be made to the present application, and these improvements and modifications also fall within the protection scope of the claims of the present application.
还需要说明的是,在本说明书中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。It should also be noted that in this specification, relational terms such as first and second are used only to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that these entities or operations There is any such actual relationship or order between operations. Moreover, the terms "include", "include" or any other variant thereof are intended to cover non-exclusive inclusion, so that a process, method, article, or device that includes a series of elements includes not only those elements, but also those not explicitly listed Or other elements that are inherent to this process, method, article, or equipment. Without more restrictions, the element defined by the sentence "include one..." does not exclude that there are other identical elements in the process, method, article or equipment that includes the element.

Claims (10)

  1. 一种PCH万兆以太网的PXE功能的启停方法,其特征在于,包括:A method for starting and stopping the PXE function of PCH 10 Gigabit Ethernet, which is characterized by including:
    将所述PCH万兆以太网的驱动程序写入ME文件;Write the PCH 10 Gigabit Ethernet driver to the ME file;
    将所述ME文件烧录至服务器;Burn the ME file to the server;
    启动所述服务器,在shell环境下查找BootUtil工具;Start the server and find the BootUtil tool in the shell environment;
    利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。Use the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet.
  2. 根据权利要求1所述的启停方法,其特征在于,在shell环境下查找BootUtil工具包括:The method for starting and stopping according to claim 1, wherein searching for the BootUtil tool in a shell environment includes:
    在shell环境下通过cd命令查找BootUtil工具。Use the cd command to find the BootUtil tool in the shell environment.
  3. 根据权利要求1所述的启停方法,其特征在于,利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能包括:The start-stop method according to claim 1, wherein the use of the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet includes:
    利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi命令使能所述PCH万兆以太网的PXE功能。Use the Bootutil-Nic=x-up=pxe+efi command of the BootUtil tool to enable the PXE function of the PCH 10 Gigabit Ethernet.
  4. 根据权利要求1所述的启停方法,其特征在于,利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能包括:The start-stop method according to claim 1, wherein the use of the BootUtil tool to enable or disable the PXE function of the PCH 10 Gigabit Ethernet includes:
    利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。Use the Bootutil-Nic=x-up=efi command of the BootUtil tool to turn off the PXE function of the PCH 10 Gigabit Ethernet.
  5. 一种PCH万兆以太网的PXE功能的启停系统,其特征在于,包括:A PXE Gigabit Ethernet PXE function start-stop system, which is characterized by including:
    写入模块,用于将所述PCH万兆以太网的驱动程序写入ME文件;A writing module, used to write the driver of the PCH 10 Gigabit Ethernet to an ME file;
    烧录模块,用于将所述ME文件烧录至服务器;Burning module, used to burn the ME file to the server;
    工具查找模块,用于启动所述服务器,在shell环境下查找BootUtil工具;The tool search module is used to start the server and search the BootUtil tool in a shell environment;
    启停模块,用于利用所述BootUtil工具使能或关闭所述PCH万兆以太网的PXE功能。The start-stop module is used to enable or disable the PXE function of the PCH 10 Gigabit Ethernet by using the BootUtil tool.
  6. 根据权利要求5所述的启停系统,其特征在于,所述工具查找模块包括:The start-stop system according to claim 5, wherein the tool search module includes:
    查找单元,用于在shell环境下通过cd命令查找BootUtil工具。The search unit is used to search the BootUtil tool through the cd command in the shell environment.
  7. 根据权利要求5所述的启停系统,其特征在于,所述启停模块包括:The start-stop system according to claim 5, wherein the start-stop module comprises:
    使能单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=pxe+efi 命令使能所述PCH万兆以太网的PXE功能。The enabling unit is used to enable the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=pxe+efi command of the BootUtil tool.
  8. 根据权利要求5所述的启停系统,其特征在于,还包括:The start-stop system according to claim 5, further comprising:
    关闭单元,用于利用所述BootUtil工具的Bootutil-Nic=x-up=efi命令关闭所述PCH万兆以太网的PXE功能。The shutdown unit is used to shut down the PXE function of the PCH 10 Gigabit Ethernet by using the Bootutil-Nic=x-up=efi command of the BootUtil tool.
  9. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1-4任一项所述的启停方法的步骤。A computer-readable storage medium on which a computer program is stored, characterized in that when the computer program is executed by a processor, the steps of the start-stop method according to any one of claims 1-4 are implemented.
  10. 一种服务器,其特征在于,包括存储器和处理器,所述存储器中存有计算机程序,所述处理器调用所述存储器中的计算机程序时实现如权利要求1-4任一项所述的启停方法的步骤。A server, characterized in that it includes a memory and a processor, and the memory stores a computer program, and when the processor calls the computer program in the memory, the startup according to any one of claims 1-4 is implemented. Steps to stop the method.
PCT/CN2019/098489 2018-12-14 2019-07-31 Method for enabling and disabling pxe function of pch 10-gigabit ethernet, and related device WO2020119139A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811534352.XA CN109634685B (en) 2018-12-14 2018-12-14 Starting and stopping method and related device for PXE function of PCH gigabit Ethernet
CN201811534352.X 2018-12-14

Publications (1)

Publication Number Publication Date
WO2020119139A1 true WO2020119139A1 (en) 2020-06-18

Family

ID=66074165

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/098489 WO2020119139A1 (en) 2018-12-14 2019-07-31 Method for enabling and disabling pxe function of pch 10-gigabit ethernet, and related device

Country Status (2)

Country Link
CN (1) CN109634685B (en)
WO (1) WO2020119139A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109634685B (en) * 2018-12-14 2020-09-04 广东浪潮大数据研究有限公司 Starting and stopping method and related device for PXE function of PCH gigabit Ethernet

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604246A (en) * 2009-07-16 2009-12-16 浪潮电子信息产业股份有限公司 A kind of automatic batch refreshing method of general mainboard bios
US20110125990A1 (en) * 2009-11-23 2011-05-26 Hormuzd Khosravi Computing device and method for wireless remote boot in a networked environment
CN103106358A (en) * 2011-11-15 2013-05-15 研祥智能科技股份有限公司 Method and device for distributing computer system permissions
CN104219099A (en) * 2014-09-25 2014-12-17 浪潮(北京)电子信息产业有限公司 Automatic server cluster deploying method and device
CN104850437A (en) * 2015-05-19 2015-08-19 曙光信息产业(北京)有限公司 Installation method and apparatus of operating system
CN109634685A (en) * 2018-12-14 2019-04-16 广东浪潮大数据研究有限公司 The start and stop method and relevant apparatus of the PXE function of ten thousand mbit ethernet of PCH

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102457405A (en) * 2010-10-26 2012-05-16 鸿富锦精密工业(深圳)有限公司 PXE (Pre-boot Execution Environment) test device and PXE test method
CN108388500A (en) * 2018-02-28 2018-08-10 郑州云海信息技术有限公司 A kind of method, apparatus, the equipment of the opening and closing of control ten thousand mbit ethernets of PCH
CN108449191A (en) * 2018-02-28 2018-08-24 郑州云海信息技术有限公司 A kind of method, apparatus, the equipment of the opening and closing of control ten thousand mbit ethernets of PCH

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604246A (en) * 2009-07-16 2009-12-16 浪潮电子信息产业股份有限公司 A kind of automatic batch refreshing method of general mainboard bios
US20110125990A1 (en) * 2009-11-23 2011-05-26 Hormuzd Khosravi Computing device and method for wireless remote boot in a networked environment
CN103106358A (en) * 2011-11-15 2013-05-15 研祥智能科技股份有限公司 Method and device for distributing computer system permissions
CN104219099A (en) * 2014-09-25 2014-12-17 浪潮(北京)电子信息产业有限公司 Automatic server cluster deploying method and device
CN104850437A (en) * 2015-05-19 2015-08-19 曙光信息产业(北京)有限公司 Installation method and apparatus of operating system
CN109634685A (en) * 2018-12-14 2019-04-16 广东浪潮大数据研究有限公司 The start and stop method and relevant apparatus of the PXE function of ten thousand mbit ethernet of PCH

Also Published As

Publication number Publication date
CN109634685A (en) 2019-04-16
CN109634685B (en) 2020-09-04

Similar Documents

Publication Publication Date Title
US10203946B2 (en) Retiring target machines by a provisioning server
US10146556B2 (en) System and method to perform an OS boot using service location protocol and launching OS using a dynamic update of network boot order without a reboot
US20150261546A1 (en) Baseboard management controller and method of loading firmware
US20140129819A1 (en) Cloud cluster system and boot deployment method for the same
TWI492064B (en) Cloud system and the boot up and deployment method for the cloud system
US20180088932A1 (en) Multi-platform installer
TW201351286A (en) System and method of updating firmware
US9417886B2 (en) System and method for dynamically changing system behavior by modifying boot configuration data and registry entries
US20140281468A1 (en) Virtual Bus Device Using Management Engine
US20060074952A1 (en) System and method to enable platform personality migration
CN112256393B (en) Resource management method and equipment for bare metal server
US20070168905A1 (en) Networked linux machine and windows software development system
US20230229481A1 (en) Provisioning dpu management operating systems
WO2020119139A1 (en) Method for enabling and disabling pxe function of pch 10-gigabit ethernet, and related device
US11520648B2 (en) Firmware emulated watchdog timer controlled using native CPU operations
US11120166B1 (en) Generation of a firmware configured for use in restricting the use of a firmware tool
US11106457B1 (en) Updating firmware runtime components
CN116841629A (en) Network card function configuration method, device and medium thereof
JP3732764B2 (en) OS startup method and OS startup system
CN113918179A (en) Method and system for automatically installing OS (operating system) by cooperation of host and intelligent network card under Linux
KR100463838B1 (en) Method for downloading and supporting nfs for uia boot loader
TWI533215B (en) Power-on method and related server device
CN113626060B (en) Online upgrade method based on separate storage under vxworks system
TW201506795A (en) System and method for booting a computer using a virtual BIOS
US20230325203A1 (en) Provisioning dpu management operating systems using host and dpu boot coordination

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: 19894955

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: 19894955

Country of ref document: EP

Kind code of ref document: A1