CN112612533A - BMC setup option modification method based on CentOS in ARM server - Google Patents

BMC setup option modification method based on CentOS in ARM server Download PDF

Info

Publication number
CN112612533A
CN112612533A CN202011394979.7A CN202011394979A CN112612533A CN 112612533 A CN112612533 A CN 112612533A CN 202011394979 A CN202011394979 A CN 202011394979A CN 112612533 A CN112612533 A CN 112612533A
Authority
CN
China
Prior art keywords
bmc
setup option
bios
virtual channel
channel provided
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011394979.7A
Other languages
Chinese (zh)
Other versions
CN112612533B (en
Inventor
张国奇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Original Assignee
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
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 Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd filed Critical Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Priority to CN202011394979.7A priority Critical patent/CN112612533B/en
Publication of CN112612533A publication Critical patent/CN112612533A/en
Application granted granted Critical
Publication of CN112612533B publication Critical patent/CN112612533B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The method utilizes an out-of-band tool, namely a command terminal configuration tool, to perform authority verification with the BMC, and then utilizes a configuration file tool to perform data interaction with the BMC through a virtual channel provided by a BIOS (basic input/output system), so as to realize query and modification of the BMC setup option, and the method has simple process and meets the requirements of large-scale deployment and automatic operation and maintenance of an ARM server cluster. In addition, the application also provides a BMC setup option modification device, equipment and a readable storage medium based on the CentOS in the ARM server, and the technical effect of the device corresponds to that of the method.

Description

BMC setup option modification method based on CentOS in ARM server
Technical Field
The application relates to the technical field of computers, in particular to a BMC setup option modification method, device and equipment based on a CentOS in an ARM server and a readable storage medium.
Background
Currently, in a mainstream X86 server platform, there are two common methods for querying and modifying BMC configuration options:
one method is as follows: and entering a BMC web interface to set a configuration option of the BMC, wherein the method is the most basic method for modifying the BMC configuration.
Another method is: through the IPMITOOL tool, the BMC is communicated with the interior of the BMC through an IP access method in an ipmi command mode, and the BMC option configuration can be checked and modified. The use needs a series of IP configuration operations, the corresponding ipmi commands need to be inquired when the use is carried out, and some OEM commands are ipmi self-defined, so that the use of customers is too complicated. For some operations that modify BMC configuration options, using the IPMITOOL tool may appear less friendly.
The two methods are conventional operation methods for querying and modifying the BMC option by the server, but the two methods cannot meet the requirements of a large-scale server cluster on querying and modifying the BMC configuration option and cannot meet the requirements of automatic operation and maintenance deployment of the server.
Disclosure of Invention
The application aims to provide a BMC setup option modification method, a BMC setup option modification device, equipment and a readable storage medium based on a CentOS in an ARM server, and the method, the equipment and the readable storage medium are used for solving the problems that a BMC setup option modification scheme is complex in process and cannot adapt to scenes modified in a large-scale server in a batched mode. The specific scheme is as follows:
in a first aspect, the present application provides a BMC setup option modification method based on a CentOS in an ARM server, which is implemented based on an out-of-band command terminal configuration tool, and includes:
performing authority authentication with a BMC on the ARM server;
acquiring and displaying a BMC setup option through a virtual channel provided by a BIOS (basic input output System) by using a configuration file tool according to the query request;
and modifying the BMC setup option through a virtual channel provided by the BIOS by utilizing the configuration file tool according to the modification request.
Preferably, the performing authority authentication with the BMC on the ARM server includes:
reading a locally pre-stored NAME node value and a GUID value;
and sending an authority authentication request carrying the NAME node value and the GUID value to a BMC on an ARM server to realize authority authentication.
Preferably, the acquiring and displaying the BMC setup option through the virtual channel provided by the BIOS includes:
obtaining and displaying a BMC setup option through a virtual channel provided by a BIOS, wherein the BMC setup option comprises any one or more of the following items: the method comprises the steps of power supply power-on strategy, SOL serial port redirection, BMC sharing network port, BMC starting DHCP and network card PXE starting.
Preferably, the acquiring and displaying the BMC setup option through the virtual channel provided by the BIOS includes:
and acquiring and displaying a BMC setup option through a virtual channel provided by the BIOS, wherein the BMC setup option comprises a variable name and a current configuration state.
Preferably, the modifying the BMC setup option through the virtual channel provided by the BIOS includes:
and modifying the BMC setup option through a virtual channel provided by the BIOS according to the target configuration state corresponding to the variable name.
Preferably, before the performing the authority authentication with the BMC on the ARM server, the method further includes:
and storing the command terminal configuration tool and the configuration file tool into a target file.
Preferably, after the modifying the BMC setup option through a virtual channel provided by the BIOS using the configuration file tool, the method further includes:
acquiring the BMC setup option again through a virtual channel provided by the BIOS by using the configuration file tool;
judging whether the modification is successful according to the acquisition result;
and if the modification is not successful, modifying the BMC setup option through a virtual channel provided by the BIOS by using the configuration file tool again until the modification times reach a preset threshold value, and generating and displaying error prompt information.
In a second aspect, the present application provides a BMC setup option modification apparatus based on a CentOS in an ARM server, which is implemented based on an out-of-band command terminal configuration tool, and includes:
the authority authentication module: the system is used for carrying out authority authentication with the BMC on the ARM server;
the query module: the BMC setup option is obtained and displayed through a virtual channel provided by the BIOS by utilizing a configuration file tool according to the query request;
and a modification module: and the BMC setup option is modified through a virtual channel provided by the BIOS by utilizing the configuration file tool according to the modification request.
In a third aspect, the present application provides a BMC setup option modification device based on a CentOS in an ARM server, including:
a memory: for storing a computer program;
a processor: for executing the computer program to implement the method for modifying the CentOS-based BMC setup option in the ARM server as described above.
In a fourth aspect, the present application provides a readable storage medium, on which a computer program is stored, the computer program being configured to, when executed by a processor, implement the method for modifying a CentOS-based BMC setup option in an ARM server as described above.
The BMC setup option modification method based on the CentOS in the ARM server is realized based on an out-of-band command terminal configuration tool, and comprises the following steps: performing authority authentication with a BMC on the ARM server; acquiring and displaying a BMC setup option through a virtual channel provided by a BIOS (basic input output System) by using a configuration file tool according to the query request; and modifying the BMC setup option through a virtual channel provided by the BIOS by utilizing a configuration file tool according to the modification request. Therefore, the method utilizes an out-of-band tool, namely a command terminal configuration tool, after the authority verification is carried out on the command terminal configuration tool and the BMC, the data interaction is carried out on the command terminal configuration tool and the BMC through a virtual channel provided by a BIOS (basic input output System), the query and the modification of a BMC setup option are realized, the process is simple, and the requirements of ARM server cluster large-scale deployment and automatic operation and maintenance deployment are met.
In addition, the application also provides a device, equipment and a readable storage medium for modifying the BMC setup option based on the CentOS in the ARM server, and the technical effect of the device corresponds to that of the method, and the details are not repeated herein.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a first embodiment of a BMC setup option modification method based on a CentOS in an ARM server according to the present application;
fig. 2 is a flowchart of a second embodiment of a BMC setup option modification method based on a CentOS in an ARM server according to the present application;
FIG. 3 is a functional block diagram of an embodiment of a BMC setup option modification apparatus based on CentOS in an ARM server according to the present disclosure;
fig. 4 is a schematic structural diagram of an embodiment of a BMC setup option modification device based on a CentOS in an ARM server according to the present application.
Detailed Description
The core of the application is to provide a BMC setup option modification method, device, equipment and readable storage medium based on a CentOS in an ARM server, and the BMC setup option is queried and modified by using an out-of-band tool, so that the process is simple, and the requirements of large-scale deployment and automatic operation and maintenance deployment of an ARM server cluster are met.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a first embodiment of a BMC setup option modification method based on a CentOS in an ARM server provided by the present application is described below, where the first embodiment is implemented based on an out-of-band command terminal configuration tool, and includes:
s101, performing authority authentication with a BMC on the ARM server;
s102, acquiring and displaying a BMC setup option through a virtual channel provided by a BIOS (basic input/output System) by using a configuration file tool according to the query request;
s103, modifying the BMC setup option through a virtual channel provided by the BIOS by using the configuration file tool according to the modification request.
In the embodiment, an ARM server is adopted as a processing platform, and an ARM CentOS system of an ARM architecture is utilized to design an out-of-band command terminal configuration tool for in-band use. The ARM server refers to FT2000+ and FT2500 server platforms, a platform with a CPU architecture of ARMv8, and the system OS is more than ARM CentOS 7.6.
The main purpose of this embodiment is: and the command terminal configuration tool out of band is used in the OS band of the server system, and the query and modification operation of the BMC setup configuration option is realized through the configuration file tool.
The command terminal configuration tool is mainly used for performing interactive operation with the BMC through a virtual channel (ACPI table) provided by the BIOS in a terminal command mode through the CentOS system, and the tool needs to be matched with the virtual channel provided by the BIOS, so that the command terminal configuration tool can enter the BMC through the interface. In order to meet the requirement of a security baseline of a domestic server, a command terminal configuration tool adopts a high-security algorithm logic to complete a communication protocol with a BMC command terminal through a virtual channel provided by a BIOS.
In order to complete query, modification and reading of the BMC setup option with high fidelity, a configuration file tool is designed in this embodiment, an operation configuration file tool is added in the operation of the command terminal configuration tool, so that the configuration information of the BMC setup option can be read, and meanwhile, corresponding configuration information can be queried, and under the operating state of the two tools, the state of the corresponding BMC setup option can be modified by inputting a terminal command.
Because the profile tool operates in an environment that emulates a command terminal, the format of the profile needs to strictly comply with design rules and the BIOS version number needs to correspond.
As described above, the command terminal configuration tool and the configuration file tool are run in the ARM CentOS 7.6, and the control of the terminal command inside the BMC through the OS system cannot be directly realized, so that command interaction must be realized through the virtual channel provided by the BIOS, and BMC authorization must be performed before entering the BMC command terminal through the virtual channel provided by the BIOS, which authorizes the security baseline of the home server and the basic requirements of software security. Considering that the NAME node value and the GUID value of different firmware versions are different, the NAME node value and the GUID value of BMC may be stored in the command terminal configuration tool in advance, and then the authorization authentication process is as follows:
reading a locally pre-stored NAME node value and a GUID value; sending an authority authentication request carrying the NAME node value and the GUID value to a BMC on an ARM server to realize authority authentication; then, the BMC judges whether the received NAME node value and GUID value are the same as the NAME node value and GUID value of the BMC, and if so, the BMC indicates that the authority authentication is passed.
In this embodiment, the configuration file tool is configured to obtain and display the BMC setup option through a virtual channel provided by the BIOS, where the BMC setup option includes any one or more of the following: the method comprises the steps of power supply power-on strategy, SOL serial port redirection, BMC sharing network port, BMC starting DHCP and network card PXE starting.
The BMC setup option acquired by the configuration file tool specifically includes a variable name and a current configuration state. When modifying the BMC setup option, the expected configuration state may be specified, where the modification process is as follows: and modifying the BMC setup option through a virtual channel provided by the BIOS according to the target configuration state corresponding to the variable name.
The BMC setup option modification method based on the CentOS in the ARM server provided by this embodiment is implemented based on an out-of-band command terminal configuration tool, and can implement the following steps: performing authority authentication with a BMC on the ARM server; acquiring and displaying a BMC setup option through a virtual channel provided by a BIOS (basic input output System) by using a configuration file tool according to the query request; and modifying the BMC setup option through a virtual channel provided by the BIOS by utilizing a configuration file tool according to the modification request. Therefore, the method utilizes an out-of-band tool, namely a command terminal configuration tool, after the authority verification is carried out on the command terminal configuration tool and the BMC, the data interaction is carried out on the command terminal configuration tool and the BMC through a virtual channel provided by a BIOS (basic input output System), the query and the modification of a BMC setup option are realized, the process is simple, and the requirements of ARM server cluster large-scale deployment and automatic operation and maintenance deployment are met.
A second embodiment of a BMC setup option modification method based on a CentOS in an ARM server according to the present application is described in detail below.
Referring to fig. 2, the second embodiment is implemented by an out-of-band based command terminal configuration tool, and includes:
s201, storing a command terminal configuration tool and a configuration file tool into a target file;
specifically, a command terminal configuration tool and a configuration file tool are placed under a file named by the cfg, so that the command terminal configuration tool can conveniently call a corresponding tool, the operation permission of the whole cfg file is improved, and the specific command is as follows: chmod 777 cfg.
S202, reading a locally pre-stored NAME node value and a GUID value; sending an authority authentication request carrying the NAME node value and the GUID value to a BMC on an ARM server to realize authority authentication;
s203, acquiring and displaying a BMC setup option through a virtual channel provided by the BIOS by using a configuration file tool according to the query request; the BMC setup option includes: a power supply power-on strategy, SOL serial port redirection, BMC shared network port, BMC starting DHCP and network card PXE starting; the BMC setup option comprises a variable name and a current configuration state;
s204, modifying the BMC setup option through a virtual channel provided by the BIOS according to a target configuration state corresponding to the variable name by using the configuration file tool according to the modification request;
s205, acquiring the BMC setup option again through the virtual channel provided by the BIOS by using the configuration file tool;
s206, judging whether the modification is successful according to the acquisition result; if the modification is not successful, entering S207; if the modification is successful, ending the process;
s207, judging whether the modification times reach a preset threshold value or not; if not, entering S204, and if so, entering S208;
and S208, generating and displaying error prompt information.
It can be seen that, in the method for modifying the BMC setup option based on the CentOS in the ARM server provided by this embodiment,
the query, reading and modification operations of the BMC setup configuration options are realized by using out-of-band command terminal configuration tools and configuration file tools compiled by using library functions, the out-of-band tools can support the query and modification of the BMC setup configuration options, the deployment requirements of large-scale deployment and automatic operation and maintenance of an ARM server cluster are met, the efficiency of large-scale use of the BMC firmware of the ARM architecture server is improved, and the large-scale use of a deployment server is facilitated.
In the ARM server according to the present embodiment, the device for modifying the BMC setup option based on the CentOS may be described as follows, and the device for modifying the BMC setup option based on the CentOS in the ARM server and the method for modifying the BMC setup option based on the CentOS in the ARM server described above may be referred to as follows.
As shown in fig. 3, the apparatus for modifying the BMC setup option based on the CentOS in the ARM server of the present embodiment is implemented based on an out-of-band command terminal configuration tool, and includes:
rights authentication module 301: the system is used for carrying out authority authentication with the BMC on the ARM server;
the query module 302: the BMC setup option is obtained and displayed through a virtual channel provided by the BIOS by utilizing a configuration file tool according to the query request;
the modification module 303: and the BMC setup option is modified through a virtual channel provided by the BIOS by utilizing the configuration file tool according to the modification request.
In some specific embodiments, the authority authentication module is configured to:
reading a locally pre-stored NAME node value and a GUID value; and sending an authority authentication request carrying the NAME node value and the GUID value to a BMC on an ARM server to realize authority authentication.
In some specific embodiments, the query module is configured to:
obtaining and displaying a BMC setup option through a virtual channel provided by a BIOS, wherein the BMC setup option comprises any one or more of the following items: the method comprises the steps of power supply power-on strategy, SOL serial port redirection, BMC sharing network port, BMC starting DHCP and network card PXE starting.
In some specific embodiments, the query module is configured to:
and acquiring and displaying a BMC setup option through a virtual channel provided by the BIOS, wherein the BMC setup option comprises a variable name and a current configuration state.
In some specific embodiments, the modification module is configured to:
and modifying the BMC setup option through a virtual channel provided by the BIOS according to the target configuration state corresponding to the variable name.
In some specific embodiments, the method further comprises:
a storage module: for storing the command terminal configuration tool and the configuration file tool to the target file.
In some specific embodiments, the method further comprises:
and a second acquisition module: the BMC setup option is obtained again through a virtual channel provided by the BIOS by utilizing the configuration file tool;
a judging module: used for judging whether the modification is successful according to the acquisition result;
a repeat modification module: and if the modification is not successful, modifying the BMC setup option through the virtual channel provided by the BIOS by using the configuration file tool again until the modification times reach a preset threshold value, and generating and displaying error prompt information.
The apparatus for modifying a BMC setup option based on a CentOS in an ARM server of this embodiment is used to implement the method for modifying a BMC setup option based on a CentOS in an ARM server, so a specific implementation manner of the apparatus can be seen in the foregoing embodiment of the method for modifying a BMC setup option based on a CentOS in an ARM server, for example, the authority authentication module 301, the query module 302, and the modification module 303 are respectively used to implement steps S101, S102, and S103 in the method for modifying a BMC setup option based on a CentOS in an ARM server. Therefore, specific embodiments thereof may be referred to in the description of the corresponding respective partial embodiments, and will not be described herein.
In addition, since the BMC setup option modification device based on the CentOS in the ARM server of this embodiment is used to implement the BMC setup option modification method based on the CentOS in the ARM server, the role of the BMC setup option modification device is corresponding to that of the method described above, and details are not described here.
In addition, the present application further provides a BMC setup option modification device based on a CentOS in an ARM server, as shown in fig. 4, including:
the memory 100: for storing a computer program;
the processor 200: for executing the computer program to implement the method for modifying the CentOS-based BMC setup option in the ARM server as described above.
Finally, the present application provides a readable storage medium having stored thereon a computer program for implementing the CentOS-based BMC setup option modification method in an ARM server as described above when executed by a processor.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A BMC setup option modification method based on a CentOS in an ARM server is characterized in that the method is realized based on an out-of-band command terminal configuration tool and comprises the following steps:
performing authority authentication with a BMC on the ARM server;
acquiring and displaying a BMC setup option through a virtual channel provided by a BIOS (basic input output System) by using a configuration file tool according to the query request;
and modifying the BMC setup option through a virtual channel provided by the BIOS by utilizing the configuration file tool according to the modification request.
2. The method of claim 1, wherein the performing authorization authentication with the BMC on the ARM server comprises:
reading a locally pre-stored NAME node value and a GUID value;
and sending an authority authentication request carrying the NAME node value and the GUID value to a BMC on an ARM server to realize authority authentication.
3. The method of claim 1, wherein obtaining and displaying the BMC setup option via the virtual channel provided by the BIOS comprises:
obtaining and displaying a BMC setup option through a virtual channel provided by a BIOS, wherein the BMC setup option comprises any one or more of the following items: the method comprises the steps of power supply power-on strategy, SOL serial port redirection, BMC sharing network port, BMC starting DHCP and network card PXE starting.
4. The method of claim 1, wherein obtaining and displaying the BMC setup option via the virtual channel provided by the BIOS comprises:
and acquiring and displaying a BMC setup option through a virtual channel provided by the BIOS, wherein the BMC setup option comprises a variable name and a current configuration state.
5. The method of claim 4, wherein the modifying the BMC setup option via the virtual channel provided by the BIOS comprises:
and modifying the BMC setup option through a virtual channel provided by the BIOS according to the target configuration state corresponding to the variable name.
6. The method of claim 1, prior to the authenticating the privilege with the BMC on the ARM server, further comprising:
and storing the command terminal configuration tool and the configuration file tool into a target file.
7. The method of any of claims 1-6, further comprising, after said modifying the BMC setup option via a virtual channel provided by BIOS using the profile tool:
acquiring the BMC setup option again through a virtual channel provided by the BIOS by using the configuration file tool;
judging whether the modification is successful according to the acquisition result;
and if the modification is not successful, modifying the BMC setup option through a virtual channel provided by the BIOS by using the configuration file tool again until the modification times reach a preset threshold value, and generating and displaying error prompt information.
8. A BMC setup option modification device based on a CentOS in an ARM server is characterized by being realized based on an out-of-band command terminal configuration tool and comprising:
the authority authentication module: the system is used for carrying out authority authentication with the BMC on the ARM server;
the query module: the BMC setup option is obtained and displayed through a virtual channel provided by the BIOS by utilizing a configuration file tool according to the query request;
and a modification module: and the BMC setup option is modified through a virtual channel provided by the BIOS by utilizing the configuration file tool according to the modification request.
9. A BMC setup option modification device based on a CentOS in an ARM server, comprising:
a memory: for storing a computer program;
a processor: for executing the computer program to implement the method for modifying the CentOS-based BMC setup option in the ARM server according to any of claims 1 to 7.
10. A readable storage medium having stored thereon a computer program for implementing the CentOS-based BMC setup option modification method in an ARM server according to any one of claims 1 to 7 when executed by a processor.
CN202011394979.7A 2020-12-03 2020-12-03 BMC setup option modification method based on CentOS in ARM server Active CN112612533B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011394979.7A CN112612533B (en) 2020-12-03 2020-12-03 BMC setup option modification method based on CentOS in ARM server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011394979.7A CN112612533B (en) 2020-12-03 2020-12-03 BMC setup option modification method based on CentOS in ARM server

Publications (2)

Publication Number Publication Date
CN112612533A true CN112612533A (en) 2021-04-06
CN112612533B CN112612533B (en) 2024-02-09

Family

ID=75228648

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011394979.7A Active CN112612533B (en) 2020-12-03 2020-12-03 BMC setup option modification method based on CentOS in ARM server

Country Status (1)

Country Link
CN (1) CN112612533B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157594A (en) * 2021-05-24 2021-07-23 宁畅信息产业(北京)有限公司 User permission testing method and device, electronic equipment and storage medium
CN113986361A (en) * 2021-10-21 2022-01-28 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device of BIOS option
CN116991606A (en) * 2023-09-25 2023-11-03 苏州元脑智能科技有限公司 Baseboard management controller, and processing method and device of basic input/output system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060168253A1 (en) * 2003-03-10 2006-07-27 Sony Corporation Access control processing method
CN103473141A (en) * 2013-09-13 2013-12-25 浪潮电子信息产业股份有限公司 Method for out-of-band check and modification of BIOS (basic input/output system) setting options
CN105721206A (en) * 2016-01-29 2016-06-29 浪潮电子信息产业股份有限公司 Method for setting BMC (baseboard management controller) network parameters to be immediately effective by BIOS (basic input/output system)
CN107168906A (en) * 2017-05-12 2017-09-15 郑州云海信息技术有限公司 A kind of BIOS sets the method that BMCSOL baud rates come into force
CN111367934A (en) * 2020-03-31 2020-07-03 中国建设银行股份有限公司 Data consistency checking method, device, server and medium
CN111475148A (en) * 2019-01-24 2020-07-31 北京京东尚科信息技术有限公司 Third-party dependent library isolation method and device, electronic equipment and storage medium
CN111526046A (en) * 2020-04-14 2020-08-11 浪潮商用机器有限公司 Method, device, equipment and storage medium for setting BMC (baseboard management controller) time

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060168253A1 (en) * 2003-03-10 2006-07-27 Sony Corporation Access control processing method
CN103473141A (en) * 2013-09-13 2013-12-25 浪潮电子信息产业股份有限公司 Method for out-of-band check and modification of BIOS (basic input/output system) setting options
CN105721206A (en) * 2016-01-29 2016-06-29 浪潮电子信息产业股份有限公司 Method for setting BMC (baseboard management controller) network parameters to be immediately effective by BIOS (basic input/output system)
CN107168906A (en) * 2017-05-12 2017-09-15 郑州云海信息技术有限公司 A kind of BIOS sets the method that BMCSOL baud rates come into force
CN111475148A (en) * 2019-01-24 2020-07-31 北京京东尚科信息技术有限公司 Third-party dependent library isolation method and device, electronic equipment and storage medium
CN111367934A (en) * 2020-03-31 2020-07-03 中国建设银行股份有限公司 Data consistency checking method, device, server and medium
CN111526046A (en) * 2020-04-14 2020-08-11 浪潮商用机器有限公司 Method, device, equipment and storage medium for setting BMC (baseboard management controller) time

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157594A (en) * 2021-05-24 2021-07-23 宁畅信息产业(北京)有限公司 User permission testing method and device, electronic equipment and storage medium
CN113157594B (en) * 2021-05-24 2024-05-24 宁畅信息产业(北京)有限公司 User permission testing method and device, electronic equipment and storage medium
CN113986361A (en) * 2021-10-21 2022-01-28 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device of BIOS option
CN113986361B (en) * 2021-10-21 2024-02-09 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device for BIOS options
CN116991606A (en) * 2023-09-25 2023-11-03 苏州元脑智能科技有限公司 Baseboard management controller, and processing method and device of basic input/output system
CN116991606B (en) * 2023-09-25 2024-02-02 苏州元脑智能科技有限公司 Baseboard management controller, and processing method and device of basic input/output system

Also Published As

Publication number Publication date
CN112612533B (en) 2024-02-09

Similar Documents

Publication Publication Date Title
CN112612533A (en) BMC setup option modification method based on CentOS in ARM server
US11281768B1 (en) Firmware security vulnerability verification service
CN103744708A (en) Method of fixing disk device names in Linux operating system
US11283689B2 (en) Method for managing multiple servers and device employing method
CN112996020B (en) Bluetooth-based automatic test method and device and Bluetooth test terminal
CN105589699A (en) Serial number information update method, device and terminal
CN110399168B (en) System starting method, device and equipment for multiple data disk storage servers
CN110795162A (en) Method and device for generating container mirror image file
CN113448873A (en) Software testing method, device, storage medium and program product
CN106570402A (en) Encryption module and process trusted measurement method
US20150134944A1 (en) Data terminal running mode switching method, device, and data terminal
CN111158769A (en) Method and device for checking and modifying BIOS (basic input output System) options
CN105138378A (en) BIOS flash method and electronic device
CN104516752B (en) A kind of information processing method and electronic equipment
CN112506574A (en) Method for modifying BIOS configuration options in ARM server based on CentOS in-band
CN111104363B (en) FPGA cloud platform using method, device, equipment and medium
CN110968852B (en) Virtual machine password management method, system, equipment and computer storage medium
CN107632864A (en) A kind of method for the UEFI Boot Order for establishing particular sorted
CN106506276A (en) A kind of information detecting method for server
WO2017128589A1 (en) Method of generating executable file and art virtual machine execution method and device
WO2013189177A1 (en) Storage space mapping method and device
CN109634685B (en) Starting and stopping method and related device for PXE function of PCH gigabit Ethernet
CN112463228A (en) Storage pool hybrid deployment method and device
CN111988140B (en) Key management method, system and terminal for Internet of things module
CN116205199B (en) Chip verification method, device, electronic equipment, storage medium and program product

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant