CN111857864A - Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU - Google Patents

Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU Download PDF

Info

Publication number
CN111857864A
CN111857864A CN202010587324.5A CN202010587324A CN111857864A CN 111857864 A CN111857864 A CN 111857864A CN 202010587324 A CN202010587324 A CN 202010587324A CN 111857864 A CN111857864 A CN 111857864A
Authority
CN
China
Prior art keywords
service
quota
grid plug
cpu
service grid
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
CN202010587324.5A
Other languages
Chinese (zh)
Other versions
CN111857864B (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010587324.5A priority Critical patent/CN111857864B/en
Publication of CN111857864A publication Critical patent/CN111857864A/en
Application granted granted Critical
Publication of CN111857864B publication Critical patent/CN111857864B/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
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The invention provides a method and a device for flexibly configuring service grid plug-in quota adapting to a domestic CPU, wherein the method comprises the following steps: s1, setting a level configuration mode and a user-defined configuration mode for a service grid plug-in quota; s2, acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform, and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota; s3, configuring service management service grid plug-ins for the application of the cloud data center platform, respectively injecting an istio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each istio-proxy container to set a service grid plug-in quota; and S4, starting service management, and setting the service grid plug-in to perform flow management on the current application according to the set quota.

Description

Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU
Technical Field
The invention belongs to the technical field of server configuration, and particularly relates to a method and a device for flexibly configuring service grid plug-in quota adapting to a domestic CPU.
Background
Pod, which is equivalent to a Pod's API, may provide external interfaces for multiple pods.
In order to achieve better micro-service management, especially in the current trend that container cloud platforms are becoming more and more mainstream, the concept of service grid is getting more and more mature and goes into the line of sight of developers. In order to solve the three general defects of the traditional micro-service architecture (such as Spring Cloud and Dubbo): 1. the technical threshold is high 2. the multi-language support is insufficient 3. the code invasion is high, and a Service Mesh (Service Mesh) is generated at the discretion; the responsibility of the service grid is to handle inter-service communication, which is at the core of service administration. The implementation of the service grid is usually to provide an instance of a proxy, which we call "sidecar". The sidecar is included in each service. For each service instance, the service grid deploys a sidecar process on the same host in parallel, one to one, to take over all external network communications of the service instance, and any security part that can be abstracted from the service ontology. In this way, developers can focus on development, support, and maintenance in the service; the operation and maintenance personnel can maintain the service grid and run apps. Istio (backed by Google, IBM, Lyft corporation) is currently the most widely known service grid architecture. Kubernets (originally designed and sourced by Google) is a container organization framework with isotio support.
An entirely new deployment mode is used in Istio 1.5: and (istiod). This component is the core of the control plane and is responsible for handling various functions such as configuration, certificate distribution, sidecar injection, etc. The istiod is the largest change in a new version, and an original framework is replaced by a single component, so that the complexity and the maintenance difficulty are reduced, and the usability is improved. It should be noted that the original multiple components are not completely removed, but are integrated together in a modular fashion after reconstitution to form an istiod.
An Istio-proxy is the contiainer name that the Istio performs the service grid injection into the external service instance pod. Once the exposed application starts service management, an additional istio-proxy container is added in the pod for flow hijacking, and all external network communication of the service instance is taken over. But the introduction of this vessel is costly. Like other container groups, the idio-proxy also needs to occupy the quota of the container group, the usage amount of the quota can be changed according to the real service of the service, if the service amount is increased, the CPU and the memory resource occupied by the container are correspondingly increased, and different domestic CPU architectures are different, and the sensitivities to the container quota are different. However, in the current istio-proxy, an istiod directly injects the istio-proxy into a service instance starting service management according to a template of the istio-proxy, personalized configuration is not performed, and in order to meet different possible traffic demands, the cpu core number recommended by an official template is 2, the memory is 1G, and the quota is actually very large; a large quota can actually keep performance stable when the traffic is large, but if the traffic is not very large, the resource is wasted, and even the occupied resource affects the addition of other effective components of the same pod. Meanwhile, as is well known, different domestic CPU architectures have different respective performances, and different requirements on idio-proxy are met, and at present, no general method for realizing service grid quota is provided for different domestic CPUs.
Therefore, it is very necessary to provide a method and an apparatus for adapting a domestic CPU to flexibly configure a service grid plug-in quota, in order to overcome the above-mentioned drawbacks in the prior art.
Disclosure of Invention
Aiming at the defects that the prior art has different performances of different domestic CPU architectures, different requirements for idio-proxy and no universal method for realizing service grid quota for different domestic CPUs, the invention provides a method and a device for flexibly configuring service grid plug-in quota adapting to a domestic CPU, so as to solve the technical problems.
The invention provides a method for flexibly configuring service grid plug-in quota adapting to a domestic CPU, which comprises the following steps:
s1, setting a level configuration mode and a user-defined configuration mode for a service grid plug-in quota;
s2, acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform, and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
s3, configuring service management service grid plug-ins for the application of the cloud data center platform, respectively injecting an istio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each istio-proxy container to set a service grid plug-in quota;
And S4, starting service management, and setting the service grid plug-in to perform flow management on the current application according to the set quota.
Further, the level configuration mode is set to a primary mode, a secondary mode and a tertiary mode, and quota capacities of the three modes are sequentially decreased.
Further, the types of the domestic CPU architecture in step S2 include ARM, AMD, loongson, and feiteng models.
Further, in step S3, an upper limit and a lower limit of a quota of the user on the injected idio-proxy container are obtained according to the usage of the cloud data center platform application.
Further, the step S4 specifically includes the following steps:
s41, setting the service governance starting state of the application of the cloud data platform to be started;
s42, operating all container groups under the istio-proxy container and injecting a new plug-in;
and S43, starting service management, carrying out flow management and link tracking on the current application, and carrying out gray release on the components below the current application.
Further, in step S4, after the service management is started, the current application is set to restart, and the restart progress and the restart process state are monitored;
in step S4, the restart process state of the current application bottom layer is captured and reflected to the front-end user for monitoring;
The restart process state includes a service administration enabled state and each workload state of the current application.
Further, each workload state of the current application includes a pod initialization state, a build state, a run state, and an error state of the container group.
Further, the method also comprises the following steps:
and S5, when the parameters of the application of the cloud data center platform which enables the service governance are required to be modified, the service governance is forbidden, the injected istio-proxy container is deleted, and the service governance is enabled again.
In a second aspect, the present invention provides a device for adapting to a domestic CPU to flexibly configure a service grid plug-in quota, including:
the configuration mode setting module is used for setting a grade configuration mode and a user-defined configuration mode for the service grid plug-in quota;
the data center platform quota setting module is used for acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
the application quota setting module is used for configuring service administration service grid plug-ins for the application of the cloud data center platform, injecting an idio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each idio-proxy container to set a service grid plug-in quota;
And the service administration starting module is used for starting service administration and setting the service grid plug-in to carry out flow management on the current application according to the set quota.
Further, the service governance enabling module comprises:
the starting state setting unit is used for setting the service governance starting state of the application of the cloud data platform to be started;
the new plug-in injection unit is used for operating all the container groups under the idio-proxy container and injecting a new plug-in;
and the service management starting unit is used for starting service management, carrying out flow management and link tracking on the current application, and carrying out gray release on the components below the current application.
The beneficial effect of the invention is that,
the method and the device for flexibly configuring the quota of the service grid plug-in adapted to the domestic CPU realize the management of the quota of the service grid tear-down when the service management is started when the cloud data center platform is deployed, select the quota parameter of the adaptive grade mode according to the selection of a user, realize the flexible configuration of the quota, improve the utilization rate of the quota and prevent the resource waste; the service management of the cloud data center platform application is started, the service grid is arranged in a disassembling and matching mode, and the user does not feel.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a first schematic flow chart of the method of the present invention;
FIG. 2 is a second schematic flow chart of the method of the present invention;
FIG. 3 is a schematic view of the apparatus of the present invention;
wherein, 1-configuring a mode setting module; 2-a data center platform quota setting module; 3-an application quota setting module; 4-service governance starting module; 4.1-on state setting unit; 4.2-new plug-in injection unit; 4.3-service governance opening the unit.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, 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 invention.
Example 1:
as shown in fig. 1, the present invention provides a method for adapting a localization CPU to flexibly configure service grid plug-in quota, which comprises the following steps:
s1, setting a level configuration mode and a user-defined configuration mode for a service grid plug-in quota;
s2, acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform, and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
s3, configuring service management service grid plug-ins for the application of the cloud data center platform, respectively injecting an istio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each istio-proxy container to set a service grid plug-in quota;
and S4, starting service management, and setting the service grid plug-in to perform flow management on the current application according to the set quota.
Example 2:
as shown in fig. 2, the present invention provides a method for adapting a localization CPU to flexibly configure service grid plug-in quota, which comprises the following steps:
s1, setting a level configuration mode and a user-defined configuration mode for a service grid plug-in quota; the level configuration mode is set as a primary mode, a secondary mode and a tertiary mode, and quota capacities of the three modes are sequentially decreased;
S2, acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform, and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota; the type of the domestic CPU architecture comprises ARM, AMD, Loongson and Feiteng type domestic CPU architectures; acquiring an upper limit and a lower limit of a quota of an injected idio-proxy container by a user according to the use condition of the cloud data center platform application;
s3, configuring service management service grid plug-ins for the application of the cloud data center platform, respectively injecting an istio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each istio-proxy container to set a service grid plug-in quota; acquiring an upper limit and a lower limit of a quota of an injected idio-proxy container by a user according to the use condition of the cloud data center platform application;
s4, starting service management, and setting a service grid plug-in to perform flow management on the current application according to the set quota; the method comprises the following specific steps:
s41, setting the service governance starting state of the application of the cloud data platform to be started;
s42, operating all container groups under the istio-proxy container and injecting a new plug-in;
s43, starting service management, carrying out flow management and link tracking on the current application, and carrying out gray release on components below the current application;
When parameters of the application of the cloud data center platform with the service governance enabled are required to be modified, the service governance is forbidden, the injected idio-proxy container is deleted, and the service governance is enabled again.
In the above embodiment 2, in step S4, after the service management is started, the current application is set to restart, and the restart progress and the restart process state are monitored;
in step S4, the restart process state of the current application bottom layer is captured and reflected to the front-end user for monitoring;
the restarting process state comprises a service governance enabling state and each workload state of the current application;
each workload state of the current application includes a pod initialization state, a build state, a run state, and an error state for the group of containers.
Example 3:
as shown in fig. 3, the present invention provides a device for adapting a localization CPU to flexibly configure a service grid plug-in quota, which includes:
the configuration mode setting module 1 is used for setting a grade configuration mode and a user-defined configuration mode for a service grid plug-in quota;
the data center platform quota setting module 2 is used for acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
The application quota setting module 3 is used for configuring service administration service grid plug-ins for the application of the cloud data center platform, injecting an idio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each idio-proxy container to set a service grid plug-in quota;
the service administration starting module 4 is used for starting service administration and setting a service grid plug-in to carry out flow management on the current application according to the set quota; the service administration enabling module 4 comprises:
the starting state setting unit 4.1 is used for setting the service governance starting state of the application of the cloud data platform to be started;
a new plug-in injection unit 4.2, configured to operate all container groups under the istio-proxy container, and inject a new plug-in;
and the service management starting unit 4.3 is used for starting service management, carrying out flow management and link tracking on the current application, and carrying out gray release on the components below the current application.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for adapting to a domestic CPU to flexibly configure service grid plug-in quota is characterized by comprising the following steps:
s1, setting a level configuration mode and a user-defined configuration mode for a service grid plug-in quota;
s2, acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform, and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
s3, configuring service management service grid plug-ins for the application of the cloud data center platform, respectively injecting an istio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each istio-proxy container to set a service grid plug-in quota;
and S4, starting service management, and setting the service grid plug-in to perform flow management on the current application according to the set quota.
2. The method for adapting the quota of a domestic CPU for flexibly configuring a service grid plug-in according to claim 1, wherein the level configuration mode is set to a primary mode, a secondary mode, and a tertiary mode, and quota capacities of the three modes are sequentially decreased.
3. The method for adapting flexible configuration of service grid plug-in quotas for a domestic CPU according to claim 1, wherein the domestic CPU architecture types of step S2 include ARM, AMD, Loongson, and Feiteng models.
4. The method for adapting a localization CPU to flexibly configure service grid plug-in quota according to claim 1, wherein in step S3, an upper limit and a lower limit of a quota of an injected idio-proxy container by a user are obtained according to a usage of a cloud data center platform application.
5. The method for adapting flexible configuration of service grid plug-in quotas by a localization CPU according to claim 1, wherein the step S4 comprises the following steps:
s41, setting the service governance starting state of the application of the cloud data platform to be started;
s42, operating all container groups under the istio-proxy container and injecting a new plug-in;
and S43, starting service management, carrying out flow management and link tracking on the current application, and carrying out gray release on the components below the current application.
6. The method for adapting flexible configuration of service grid plug-in quota for a localization CPU as claimed in claim 1, wherein in step S4, after the service administration is enabled, the current application is set for restart, and the restart progress and the restart process status are monitored;
in step S4, the restart process state of the current application bottom layer is captured and reflected to the front-end user for monitoring;
the restart process state includes a service administration enabled state and each workload state of the current application.
7. The method for adapting flexible configuration of service grid plug-in quotas for a domestic CPU according to claim 6, wherein each workload state of a current application comprises a pod initialization state, a build state, a run state, and an error state for a container group.
8. The method for adapting flexible configuration of service grid plug-in quotas for a domestic CPU according to claim 1, further comprising the steps of:
and S5, when the parameters of the application of the cloud data center platform which enables the service governance are required to be modified, the service governance is forbidden, the injected istio-proxy container is deleted, and the service governance is enabled again.
9. An apparatus for adapting a domestic CPU to flexibly configure service grid plug-in quota, comprising:
the configuration mode setting module (1) is used for setting a grade configuration mode and a user-defined configuration mode for a service grid plug-in quota;
the data center platform quota setting module (2) is used for acquiring a localization CPU (Central processing Unit) architecture type based on the cloud data center platform and selecting a corresponding configuration mode for the cloud data center platform according to the localization CPU architecture type to set a service grid plug-in quota;
the application quota setting module (3) is used for configuring service administration service grid plug-ins for the application of the cloud data center platform, injecting an idio-proxy container into each component pod of the application, and selecting a corresponding configuration mode for each idio-proxy container to set a service grid plug-in quota;
And the service administration starting module (4) is used for starting service administration and setting the service grid plug-in to carry out flow management on the current application according to the set quota.
10. The adapted localized CPU flexible configuration service grid plug-in quota device of claim 9, wherein the service administration enablement module (4) comprises:
the starting state setting unit (4.1) is used for setting the service governance starting state of the application of the cloud data platform to be started;
a new plug-in injection unit (4.2) for operating all the container groups under the istio-proxy container and injecting new plug-ins;
and the service governance starting unit (4.3) is used for starting service governance, carrying out flow governance and link tracking on the current application, and carrying out gray release on components below the current application.
CN202010587324.5A 2020-06-24 2020-06-24 Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU Active CN111857864B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010587324.5A CN111857864B (en) 2020-06-24 2020-06-24 Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010587324.5A CN111857864B (en) 2020-06-24 2020-06-24 Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU

Publications (2)

Publication Number Publication Date
CN111857864A true CN111857864A (en) 2020-10-30
CN111857864B CN111857864B (en) 2022-12-06

Family

ID=72989744

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010587324.5A Active CN111857864B (en) 2020-06-24 2020-06-24 Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU

Country Status (1)

Country Link
CN (1) CN111857864B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113542437A (en) * 2021-09-16 2021-10-22 阿里云计算有限公司 Network system, network proxy method and device
CN113726859A (en) * 2021-08-13 2021-11-30 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for redirecting istio traffic
CN113726859B (en) * 2021-08-13 2024-05-31 广东浪潮智慧计算技术有限公司 Istio traffic redirection method, istio traffic redirection device, istio traffic redirection equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150067128A1 (en) * 2013-08-27 2015-03-05 Connectloud, Inc. Method and apparratus for dynamic determination of quotas for software defined cloud catalog services
CN110855739A (en) * 2019-09-25 2020-02-28 烽火通信科技股份有限公司 Container technology-based remote and heterogeneous resource unified management method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150067128A1 (en) * 2013-08-27 2015-03-05 Connectloud, Inc. Method and apparratus for dynamic determination of quotas for software defined cloud catalog services
CN110855739A (en) * 2019-09-25 2020-02-28 烽火通信科技股份有限公司 Container technology-based remote and heterogeneous resource unified management method and system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113726859A (en) * 2021-08-13 2021-11-30 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for redirecting istio traffic
CN113726859B (en) * 2021-08-13 2024-05-31 广东浪潮智慧计算技术有限公司 Istio traffic redirection method, istio traffic redirection device, istio traffic redirection equipment and storage medium
CN113542437A (en) * 2021-09-16 2021-10-22 阿里云计算有限公司 Network system, network proxy method and device
CN113542437B (en) * 2021-09-16 2022-02-25 阿里云计算有限公司 Network system, network proxy method and device

Also Published As

Publication number Publication date
CN111857864B (en) 2022-12-06

Similar Documents

Publication Publication Date Title
CN109445802B (en) Privatized Paas platform based on container and method for publishing application thereof
CN101707399B (en) Method and system for acquiring electric energy information
CN107220100A (en) One kind exploitation O&M method, device and cloud computing PaaS platform
CN106385329A (en) Processing method and device of resource pool and equipment
CN115292026B (en) Management method, device and equipment of container cluster and computer readable storage medium
CN112491980B (en) Cloud host service management method, system, terminal and storage medium
CN112463239A (en) BIOS and BMC interaction option default value modification method, system, terminal and storage medium
CN109614201A (en) The OpenStack virtual machine high-availability system of anti-fissure
CN113067850A (en) Cluster arrangement system under multi-cloud scene
CN107395385A (en) Method for upgrading software and device
CN111857864B (en) Method and device for flexibly configuring service grid plug-in quota adapting to domestic CPU
CN109002354A (en) A kind of computing resource cubic elasticity telescopic method and system based on OpenStack
CN105404530B (en) It is a kind of to realize easy deployment and the system and method using private clound
CN113759766A (en) Intelligent network card capable of being independently powered on and started and intelligent network card powered on starting method
CN105930190B (en) A kind of program self-start method and device based on operating system
CN103401731A (en) Method and system for switching between manual testing environment and automatic testing environment
CN111061741A (en) Power test data management method, system, terminal and storage medium
CN110286852A (en) Dual control framework distributed memory system, method for reading data, device and storage medium
CN113449031A (en) Data synchronization management method and device and server
CN108551395A (en) Upgrade method for communication device, communication equipment and computer storage media
CN106850598B (en) Uniform resource management system and method for whole-ship computing environment
CN107315686A (en) A kind of operation method of automatic test
CN111352662A (en) Server starting sequence control method, system, terminal and storage medium
Gomes et al. Architecting dynamic reconfiguration in dependable systems
US20230221940A1 (en) Methods and systems for dynamically creating upgrade specifications based on per device capabilities

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