CN113656378A - Server management method, device and medium - Google Patents

Server management method, device and medium Download PDF

Info

Publication number
CN113656378A
CN113656378A CN202110967175.XA CN202110967175A CN113656378A CN 113656378 A CN113656378 A CN 113656378A CN 202110967175 A CN202110967175 A CN 202110967175A CN 113656378 A CN113656378 A CN 113656378A
Authority
CN
China
Prior art keywords
server
identification information
database
information
management method
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.)
Pending
Application number
CN202110967175.XA
Other languages
Chinese (zh)
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.)
Inspur Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems 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 Inspur Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN202110967175.XA priority Critical patent/CN113656378A/en
Publication of CN113656378A publication Critical patent/CN113656378A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a server management method, a device and a medium, wherein the server management method comprises the following steps: the cloud computing management system analyzes the request sent by the server to acquire the identification information of the server contained in the request; calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server; the cloud computing management system determines the type of the server according to the CPU architecture information, and selects a corresponding operation instruction for the type of the server to operate the server. Therefore, the server management method provided by the application can select corresponding operation instructions for different server types and manage multiple servers simultaneously.

Description

Server management method, device and medium
Technical Field
The present application relates to the field of cloud computing, and in particular, to a server management method, apparatus, and medium.
Background
IaaS (Infrastructure as a Service), which is a Service mode in which IT Infrastructure is provided as a Service through a network and charges the user for the actual usage or occupancy of resources. In the service model, a common user does not construct a hardware facility such as a data center and the like by himself, but obtains computer infrastructure services including services such as a server, a storage and a network from an IaaS service provider by using the Internet in a renting mode.
The IaaS is used as an infrastructure provider in cloud computing, a user can operate and manage hardware resources and server resources through an IaaS management system, and multiple servers are often needed to cooperate to achieve a target function in practical application.
Therefore, how to enable the cloud computing management system to manage multiple servers simultaneously is a problem that needs to be solved urgently by those skilled in the art.
Disclosure of Invention
The application aims to provide a server management method, a server management device and a server management medium, which are used for enabling a cloud computing management system to simultaneously manage multiple servers.
In order to solve the above technical problem, the present application provides a server management method, including:
analyzing the identification information of the server contained in the request sent by the server;
calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server;
and operating the server according to the CPU architecture information.
Preferably, the identification information includes an IP address and a host name.
Preferably, the database is a non-relational database.
Preferably, the servers are X86 servers and Power servers.
Preferably, the server management method further includes:
when the server is newly added, storing the identity information of the newly added server into a database, and writing the identity information into a log file;
the identity information comprises the identification information of the newly added server and the CPU architecture information.
Preferably, after the step of writing the data in the database into the log file, the method further includes:
and sending the log file to the server and storing the log file.
Preferably, the server management method further includes:
and monitoring the working state of the server and judging whether the operation on the server is successful.
In order to solve the above technical problem, the present application further provides a server management apparatus, including:
an analysis module: the server identification information analysis module is used for analyzing the server identification information contained in the request sent by the server;
an acquisition module: the CPU architecture information of the server corresponding to the identification information is obtained by calling a database, and the database is used for storing the identification information and the CPU architecture information of the server;
an operation module: and the CPU is used for operating the server according to the CPU architecture information.
In order to solve the above technical problem, the present application further provides another server management apparatus, including a memory for storing a computer program;
a processor for implementing the steps of the server management method when executing the computer program.
In order to solve the above technical problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the server management method.
The server management method provided by the application comprises the following steps: the cloud computing management system analyzes the request sent by the server to acquire the identification information of the server contained in the request; calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server; the cloud computing management system determines the type of the server according to the CPU architecture information, and selects a corresponding operation instruction for the type of the server to operate the server. Therefore, the server management method provided by the application can select corresponding operation instructions for different server types and manage multiple servers simultaneously.
In addition, the application also provides a server management device and a medium, which correspond to the server management method and have the same effects.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a server management method according to an embodiment of the present application;
fig. 2 is a structural diagram of a server management apparatus according to an embodiment of the present application;
fig. 3 is a structural diagram of a server management apparatus according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
The core of the application is to provide a server management method, a device and a medium.
In an application scene of a cloud computing system, a plurality of different types of servers exist, the servers have different CPU architectures, so that the operation modes of the servers are different, and the servers work cooperatively under the control of the cloud computing management system to provide related computing services for users. In specific implementation, after receiving a request of a server, the cloud computing management system acquires identification information and CPU architecture information of the server sending the request to judge the type of the server, and then performs corresponding operation on the server according to the type of the server, so as to achieve the purpose of managing multiple types of servers. It should be noted that the server mentioned in this application includes, but is not limited to, X86 server, Power server, etc., and the server can run application programs, such as: game application programs, shopping programs, map application programs and the like, and the server can be accessed to the Internet, so that the client of the application program can perform information interaction with the server.
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.
Fig. 1 is a server management method provided in an embodiment of the present application, and as shown in fig. 1, the method includes:
s10: analyzing the identification information of the server contained in the request sent by the server;
in a specific implementation, when a user uses a computing resource provided by the cloud computing management system, the server needs to be operated, in the process, information exchange is performed between the server and the cloud computing management system, and the server sends an event request to the cloud computing management system, so that the cloud computing management system can operate the server, download related data, update the server system, and the like. It is understood that, in order to meet different requirements of users, the server sends corresponding event requests to the cloud computing management system, such as: when the server is started, sending a starting event to the cloud computing management system; when the server installs the application program, sending an installation package request to the server; when the server is upgraded, an upgrade request is sent to the server. The requests and the events are sent to the cloud computing management system in the form of data packets, and after the cloud computing management system obtains the event requests, the data packets are analyzed to obtain identification information of servers contained in the event requests.
Further, the identification information of the server is information that can be accurately recognized by the cloud computing management system, such as: the IP address of the server, the host name, etc.
In specific implementation, the server may send its identification information to the cloud computing management system at startup or when sending an event request for the first time, or may write its identification information in a data packet of each event request. The latter method is safer, and identification errors caused by the abnormality of the cloud computing management system can be avoided, but the method needs to consume more computing resources and network resources. An appropriate transmission method may be selected according to actual situations, which is not limited herein.
S11: calling a database to acquire the CPU architecture information of the server corresponding to the identification information, and entering S12, wherein the database is used for storing the identification information and the CPU architecture information of the server;
s12: and operating the server according to the CPU architecture information.
In a specific implementation, to obtain the CPU architecture information of the server, for example: the X86 architecture and the CPU architecture can be selected to add the CPU architecture information of the server sending the event request into the data packet of each event request; the identification information of all servers managed by the cloud computing management system and the CPU architecture information may be stored in the database in advance, and the correspondence between the two may be stored. However, the former method will make the data packet containing the event request too large, which is not beneficial to the data exchange between the server and the cloud computing management system, and in order to save computing resources, a method stored in a database set is selected, and the database merges and stores the identification information and the CPU architecture information of different servers, so that the CPU architecture of the server is determined according to the identification information in the following. It is understood that the database may be a component of the cloud computing management system, or may exist separately as an entity, so that the database is independent of the cloud computing management system. The server can be a relational database or a non-relational database
Further, the cloud computing management system needs to update the identification information and the CPU architecture information stored in the database, for example: when a server is newly added, the identification information and the CPU architecture information of the newly added server are stored in the database, and when the server is deleted from the management system, the identification information and the CPU architecture information of the server stored in the database are deleted.
It can be understood that the identification information may be an IP address of the server, a name of a server host, or an identification code generated according to an algorithm, and only needs to ensure that the identification information can represent a single server in the cloud computing management system.
It should be noted that, in order to ensure the safety of the cloud computing management system and the server and prevent the loss of the identification information and the CPU architecture information due to power failure and the like, it is necessary to write related data into a log file and backup the log file in the server and the cloud computing management system.
In order to ensure that the cloud computing management system operates normally, so as to provide better computing service for the user, the cloud computing management system needs to monitor the working state of the server and determine whether the operation on the server is successful.
In this embodiment, a server management method is provided, where the method includes: the cloud computing management system analyzes the request sent by the server to acquire the identification information of the server contained in the request; calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server; the cloud computing management system determines the type of the server according to the CPU architecture information, and selects a corresponding operation instruction for the type of the server to operate the server. Therefore, the server management method provided by the application can select corresponding operation instructions for different server types and manage multiple servers simultaneously.
In a specific implementation, the identification information of the server is used to represent a single server in the cloud computing management system, so that the cloud computing management system can identify the server and provide a corresponding operation instruction for the server, and the identification information may be an IP address of the server, a name of a server host, or an identification code generated according to an algorithm, or may be a combination of multiple pieces of identification information.
On the basis of the above embodiment, the identification information includes an IP address and a host name.
It can be understood that the host names of each server in the same cloud computing management system are generally different, when different servers cannot be distinguished by the host names, the IP addresses are used as standby identification information, and the servers can conveniently and quickly directly acquire the IP addresses and the host names and can use the host names as the standby identification information.
In the embodiment, the combination of the IP address and the host name is adopted as the identification information of the server, so that the acquisition is convenient, and different servers can be well distinguished.
The types of the databases comprise a relational database and a non-relational database, wherein the relational database has stronger performance, and the database has better expandability due to the fact that the database is based on key value pairs; the non-relational database can be used for carrying out complex data query and has higher safety. In consideration of the fact that the data stored by using the database is simple and has low requirements on safety, on the basis of the above embodiment, the type of the database is a non-relational database.
In this embodiment, the identification information and the CPU architecture information of the relational database storage server are selected, so that the performance of the database is higher, and the database is conveniently expanded when servers are added subsequently.
The CPU architecture is a specification which is set by CPU manufacturers for CPU products belonging to the same series, and the main purpose is to distinguish different types of CPUs. At present, the CPU classification in the market is mainly divided into two major arrays, one is a complex instruction set CPU such as intel and AMD, and the other is a reduced instruction set CPU such as IBM and ARM. For example, the architectures of the Intel and AMD are X86, while the IBM CPU is PowerPC and the ARM is ARM. In the current application scene of adopting cloud computing service, mostly an X86 server and a Power server cooperate to complete a computing task together.
On the basis of the above embodiment, the servers are an X86 server and a Power server.
In the embodiment, the X86 server and the Power server are selected to form a cloud computing server system, and the cloud computing management system controls different servers to work cooperatively, so that the system has better compatibility and can well complete computing tasks.
Because the cloud computing management system needs to provide computing resources for different users, and as the demand of the users for the computing resources increases, the cloud computing management system also needs to add a new server to meet the demand of the users, in order to enable the cloud computing management system to better manage the newly added server, on the basis of the above embodiments, the server management method provided in this embodiment further includes:
when a server is newly added, storing the identity information of the newly added server into a database, and writing the identity information into a log file;
the identity information comprises identification information of the newly added server and CPU architecture information.
In specific implementation, the log file can be stored in a cloud computing management system or a database, and the log file is exported every period, so that the security of the management system is improved.
Further, the cloud computing management system needs to delete the identity information of the server whose offline time exceeds the preset time in the database periodically, for example: if a certain server is offline for more than 3 days, deleting the identification information and the CPU architecture information of the server in the database, wherein the preset time may be 3 days, 5 days, 30 days, and the like, which is not limited herein.
In this embodiment, the identity information of the newly added server is stored in the database, so that the cloud computing management system can manage more servers to meet the computing requirements of the user.
In the process of using the cloud computing resources by the user, situations such as power failure, network disconnection or cloud computing management system failure may occur, which may cause the server identification information and the CPU architecture information stored in the cloud computing management system or the database to be lost, thereby affecting the use of the user.
In order to ensure the safety of the cloud computing management system and the server and prevent the loss of the identification information and the CPU architecture information caused by power failure and other conditions, the log file needs to be backed up in the server and the cloud computing management system. On the basis of the foregoing embodiment, after the step of writing the data in the database into the log file, the server management method further includes: and sending the log file to a server and storing the log file.
In this embodiment, the log file written with the server identification information and the CPU architecture information is sent to the server and stored at the server, so that data loss due to a failure factor of the cloud computing management system is avoided, and the security of the cloud computing management system is improved.
In order to ensure that the cloud computing management system operates normally, so as to provide better computing service for the user, the cloud computing management system needs to monitor the working state of the server and determine whether the operation on the server is successful.
It can be understood that after the cloud computing management system sends the operation instruction to the server, the working state of the server is judged, and whether the server executes the operation instruction is judged by receiving the return information of the server, so that the situation that the cloud computing management system sends an error instruction to the server due to the fact that the CPU architecture information and the identification information are wrongly matched is avoided. Meanwhile, whether the server is abnormal or not can be detected, and if so, measures are taken in time to avoid the loss of the user.
In the embodiment, the working state of the server is monitored through the cloud computing management system, and whether the operation on the server is successful is judged, so that whether the identification information and the CPU architecture information are correctly matched is detected, the safety and the reliability of the cloud computing management system are improved, and the use experience of a user is improved.
In the foregoing embodiments, detailed descriptions are given for the server management method, and the present application also provides embodiments corresponding to the server management apparatus. It should be noted that the present application describes the embodiments of the apparatus portion from two perspectives, one from the perspective of the function module and the other from the perspective of the hardware.
The above embodiment describes an embodiment corresponding to a server management method, and on this basis, the application also discloses a server management device corresponding to the above method. Fig. 2 is a structural diagram of a server management device according to an embodiment of the present application.
As shown in fig. 2, a server management apparatus includes:
the analysis module 10: the server identification information analysis module is used for analyzing the server identification information contained in the request sent by the server;
the acquisition module 11: the CPU architecture information of the server corresponding to the identification information is obtained by calling a database, and the database is used for storing the identification information and the CPU architecture information of the server;
the operation module 12: and the CPU is used for operating the server according to the CPU architecture information.
Since the embodiments of the apparatus portion and the method portion correspond to each other, please refer to the description of the embodiments of the method portion for the embodiments of the apparatus portion, which is not repeated here.
The present embodiment provides a server management apparatus, including: the cloud computing management system analyzes the request sent by the server to acquire the identification information of the server contained in the request; calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server; the cloud computing management system determines the type of the server according to the CPU architecture information, and selects a corresponding operation instruction for the type of the server to operate the server. Therefore, the server management method provided by the application can select corresponding operation instructions for different server types and manage multiple servers simultaneously.
Fig. 3 is a block diagram of a server management apparatus according to another embodiment of the present application, and as shown in fig. 3, the server management apparatus includes: a memory 20 for storing a computer program;
a processor 21 for implementing the steps of the method for acquiring the server identification information and the CPU architecture information as described in the above embodiments when executing the computer program.
The server provided by the embodiment may include, but is not limited to, a smart phone, a tablet computer, a notebook computer, or a desktop computer.
The processor 21 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The processor 21 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). The processor 21 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 21 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing the content required to be displayed on the display screen. In some embodiments, the processor 21 may further include an AI (Artificial Intelligence) processor for processing a calculation operation related to machine learning.
The memory 20 may include one or more computer-readable storage media, which may be non-transitory. Memory 20 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In this embodiment, the memory 20 is at least used for storing the following computer program 201, wherein after being loaded and executed by the processor 21, the computer program can implement the relevant steps of the server management method disclosed in any of the foregoing embodiments. In addition, the resources stored in the memory 20 may also include an operating system 202, data 203, and the like, and the storage manner may be a transient storage manner or a permanent storage manner. Operating system 202 may include, among others, Windows, Unix, Linux, and the like. Data 203 may include, but is not limited to, server identification information, CPU architecture information, and the like.
In some embodiments, the server management device may further include a display 22, an input/output interface 23, a communication interface 24, a power supply 25, and a communication bus 26.
Those skilled in the art will appreciate that the configuration shown in fig. 3 does not constitute a limitation of the server management device and may include more or fewer components than those shown.
The server management device provided by the embodiment of the application comprises a memory and a processor, and the processor can realize the server management method when executing the program stored in the memory.
Finally, the application also provides a corresponding embodiment of the computer readable storage medium. The computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps as set forth in the above-mentioned method embodiments.
It is to be understood that if the method in the above embodiments is implemented in the form of software functional units and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium and executes all or part of the steps of the methods described in the embodiments of the present application, or all or part of the technical solutions. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The server management method, apparatus, and medium provided by the present application are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and 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. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A server management method, comprising:
analyzing the identification information of the server contained in the request sent by the server;
calling a database to acquire CPU architecture information of the server corresponding to the identification information, wherein the database is used for storing the identification information and the CPU architecture information of the server;
and operating the server according to the CPU architecture information.
2. The server management method according to claim 1, wherein the identification information includes an IP address and a host name.
3. The server management method according to claim 2, wherein the database is a non-relational database.
4. The server management method according to claim 3, wherein the servers are X86 servers and Power servers.
5. The server management method according to claim 4, further comprising:
when the server is newly added, storing the identity information of the newly added server into a database, and writing the identity information into a log file;
the identity information comprises the identification information of the newly added server and the CPU architecture information.
6. The server management method according to claim 5, wherein after the step of writing the data in the database into the log file, the method further comprises:
and sending the log file to the server and storing the log file.
7. The server management method according to any one of claims 1 to 6, further comprising:
and monitoring the working state of the server and judging whether the operation on the server is successful.
8. A server management apparatus, comprising:
an analysis module: the server identification information analysis module is used for analyzing the server identification information contained in the request sent by the server;
an acquisition module: the CPU architecture information of the server corresponding to the identification information is obtained by calling a database, and the database is used for storing the identification information and the CPU architecture information of the server;
an operation module: and the CPU is used for operating the server according to the CPU architecture information.
9. A server management apparatus comprising a memory for storing a computer program;
a processor for implementing the steps of the server management method according to any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the server management method according to one of claims 1 to 7.
CN202110967175.XA 2021-08-23 2021-08-23 Server management method, device and medium Pending CN113656378A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110967175.XA CN113656378A (en) 2021-08-23 2021-08-23 Server management method, device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110967175.XA CN113656378A (en) 2021-08-23 2021-08-23 Server management method, device and medium

Publications (1)

Publication Number Publication Date
CN113656378A true CN113656378A (en) 2021-11-16

Family

ID=78480649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110967175.XA Pending CN113656378A (en) 2021-08-23 2021-08-23 Server management method, device and medium

Country Status (1)

Country Link
CN (1) CN113656378A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115473779A (en) * 2022-07-21 2022-12-13 浪潮通信技术有限公司 Server management method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034527A (en) * 2013-01-09 2013-04-10 上海交通大学 Hybrid virtualization cloud computing resource optimal control method and system
CN104579792A (en) * 2015-01-26 2015-04-29 四川中电启明星信息技术有限公司 Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
US20200304567A1 (en) * 2017-12-22 2020-09-24 Prosys Opc Oy Method, a system and a computer program product for managing opc ua server capacity

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034527A (en) * 2013-01-09 2013-04-10 上海交通大学 Hybrid virtualization cloud computing resource optimal control method and system
CN104579792A (en) * 2015-01-26 2015-04-29 四川中电启明星信息技术有限公司 Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
US20200304567A1 (en) * 2017-12-22 2020-09-24 Prosys Opc Oy Method, a system and a computer program product for managing opc ua server capacity

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115473779A (en) * 2022-07-21 2022-12-13 浪潮通信技术有限公司 Server management method and system
CN115473779B (en) * 2022-07-21 2024-01-09 浪潮通信技术有限公司 Server management method and system

Similar Documents

Publication Publication Date Title
CN107451040B (en) Method and device for positioning fault reason and computer readable storage medium
CN110086658B (en) Interface switching method and device and computer readable storage medium
CN109543891B (en) Method and apparatus for establishing capacity prediction model, and computer-readable storage medium
CN111651405A (en) Configuration file management method, device, equipment and storage medium
CN109634802B (en) Process monitoring method and terminal equipment
CN112306802A (en) Data acquisition method, device, medium and electronic equipment of system
CN114826749A (en) Interface access control method, device and medium
CN114153688A (en) Distributed monitoring method and device based on cloud platform
CN114661319A (en) Software upgrade stability recommendation
CN113626882A (en) Method, device and medium for generating equipment identifier
CN113656378A (en) Server management method, device and medium
CN112650674A (en) Method for remotely acquiring and debugging webpage log, computer equipment and storage medium
CN111416857A (en) Client crash processing method, device, system, equipment and storage medium
US12020039B2 (en) Compute instance warmup operations
CN114090268B (en) Container management method and container management system
CN113595762B (en) Network card configuration storage method and device
CN112241141B (en) Hardware configuration method, system, device and medium of PLC control system
CN114153503A (en) BIOS control method, device and medium
CN114722927A (en) Collapse clustering method and device, electronic equipment and storage medium
CN109101253B (en) Management method and device for host in cloud computing system
CN114519477A (en) Large data platform tenant management system, method, storage medium and electronic equipment
CN108566293B (en) Electronic device, zk node information notification method, and storage medium
CN112416698A (en) Monitoring system expansion method and device, storage medium and electronic equipment
CN116719663B (en) Data processing method, device, equipment and readable storage medium
CN114168163A (en) Program installation method, device and medium

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