A computer room remote control method and system based on data processing
By establishing a virtual server and computer room environment in the remote control center, data from edge servers is collected and processed in real time, the management difficulties caused by the large number of edge servers and the wide distribution are solved, and real-time remote control and fault handling of edge servers are realized.
Patent Information
- Application Number
- CN202510638685.0
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2025-05-19
- Publication Date
- 2025-09-02
- Estimated Expiration
- 2045-05-19
AI Technical Summary
Due to the large number of edge servers and a wide distribution range, it is difficult for equipment management and maintenance personnel to inspect. When the edge server equipment fails, the information cannot be obtained in time and the corresponding processing cannot be made in time.
By establishing a virtual server in the remote control center in the management unit, collecting the server's operating data and environment data in real time, and establishing the operating status and computer room environment of the virtual server based on these data in the control center to achieve remote control.
Real-time remote control of a large number of edge servers is realized, and the problem of difficulty in inspection by equipment management and maintenance personnel is solved, ensuring that fault information is obtained and processed in a timely manner.
Smart Images

Figure CN120186207B_ABST
Abstract
Description
Technical Field
[0001] The present invention belongs to the technical field of remote computer room management, and in particular relates to a computer room remote control method and system based on data processing. Background Art
[0002] With the development of edge computing, edge servers have leapt from auxiliary technology to core infrastructure. According to statistics, more than 70 percent of global data is processed through edge servers. Edge servers can achieve millisecond-level responses and demonstrate important value in scenarios such as autonomous driving, industrial quality inspection, and real-time medical care.
[0003] Although the low-latency data processing of edge servers has brought great convenience to many scenarios, with the development of technologies such as autonomous driving, industrial quality inspection, and real-time medical care, more and more real-time data is generated. This increasing amount of real-time data also requires more and more edge servers for real-time processing. In recent years, the number of edge servers has almost grown exponentially.
[0004] Faced with so many edge servers, the difficulty of monitoring and managing them is increasing rapidly. Due to the large number of edge servers and their wide distribution, it is difficult for equipment management and maintenance personnel to conduct inspections. When edge server equipment fails, information cannot be obtained in a timely manner, and corresponding processing cannot be made in a timely manner.
[0005] Therefore, how to provide remote control of the rapidly increasing edge servers to achieve real-time remote management and control of a large number of edge servers, and solve the technical problem that due to the large number of edge servers and their wide distribution range, it is difficult for equipment management and maintenance personnel to inspect them, and when edge server equipment fails, information cannot be obtained in time and corresponding processing cannot be made in time. Summary of the Invention
[0006] The purpose of the present invention is to provide a computer room remote control method and system based on data processing, so as to realize real-time remote control of a large number of edge servers, solve the technical problem that due to the large number of edge servers and their wide distribution range, it is difficult for equipment management and maintenance personnel to conduct inspections, and when edge server equipment fails, information cannot be obtained in time and corresponding processing cannot be made in time.
[0007] In order to solve the above technical problems, the technical solutions adopted by the present invention are as follows:
[0008] In a first aspect, a method for remotely controlling a computer room based on data processing is provided, comprising the following steps:
[0009] S1: Establish management units based on computer rooms, and use the management units to establish servers as virtual servers in the remote control center;
[0010] S2: Collects various operating data of the servers in each management unit in real time and transmits them to the corresponding control center;
[0011] S3: The control center establishes the operating status of the corresponding virtual server according to various operating data;
[0012] S4: Real-time collection of environmental data in the management unit and transmission of the environmental data to the control center, wherein the environmental data includes environmental image data and environmental parameter data;
[0013] S5: The control center establishes a virtual machine room for the server in the management unit according to the environmental data;
[0014] S6: The control center remotely controls the server based on the operating status of the virtual server and remotely controls the computer room environment through the environmental data in the computer room.
[0015] Preferably, the specific process of establishing the server as a virtual server in the remote control center by the management unit in step S1 is as follows:
[0016] S11: Create a container in the control terminal of the control center and write a container file to describe the configuration and construction process of the container;
[0017] S12: Execute the instruction for building a container in the command line and build a container image based on the container file, and generate an image according to the container file;
[0018] S13: Execute the container run command to start the container, specify the resources and network configuration required by the container, establish a configuration corresponding to the server for the container, and install corresponding software and services in the container.
[0019] Preferably, the container file includes all instructions required for the container radial direction, including installation software, configuration environment and basic image, and the resource and network configuration includes port mapping data and mounting file system;
[0020] In step S13, establishing a configuration corresponding to the server for the container includes modifying server environment variables and adding data volumes.
[0021] Preferably, the specific process of transmitting the collected operation data to the corresponding control center in step S2 is as follows:
[0022] S21: Connect the RS485 communication data cable to the server and configure the corresponding IP address and port number;
[0023] S22: Encapsulate the collected operation data based on the TCP protocol to generate a TCP data packet;
[0024] S23: The TCP data packet is sent to the control center through the RS485 communication data line based on the IP address and port number.
[0025] Preferably, the specific process of the control center in step S3 establishing the operating status of the corresponding virtual server according to various operating data is as follows:
[0026] S31: Decapsulate the TCP data packet to obtain original operation data;
[0027] S32: Generate an execution instruction for the container based on the various operation data;
[0028] S33: The container executes corresponding actions based on the execution instruction to establish the virtualized operation of the container.
[0029] Preferably, the specific process of decapsulating the TCP data packet to obtain the original operation data in step S31 is as follows:
[0030] S311: The TCP data packet reaches the data link layer, and the control center performs data frame verification and adds a frame check sequence code. If the verification fails, the TCP data packet is discarded; if the verification succeeds, step S312 is executed;
[0031] S312: Compare the destination MAC addresses to see if they match. If so, remove the Ethernet frame header of the TCP data packet and transmit the TCP data packet with the Ethernet frame header removed to the network layer.
[0032] S313: The network layer parses the IP header of the TCP data packet to verify whether the destination IP address matches the address of the control center server. If so, the network layer removes the IP header of the TCP data packet and transmits the TCP data packet without the IP header to the transport layer according to the protocol.
[0033] S314: The transport layer parses the TCP header of the TCP data packet, reassembles the TCP data according to the frame check sequence code, determines the application layer through the destination port, and verifies the data. If the verification is successful, the reassembled TCP data packet is transmitted to the application layer;
[0034] S315: The application layer parses the data content according to the TCP protocol specification and completes the decapsulation of the TCP data packet.
[0035] Preferably, the specific process of the control center establishing the virtual machine room of the server in the management unit according to the environmental data in step S5 is as follows:
[0036] S51: establishing a virtual room coordinate system, and registering the image data coordinate system based on the virtual room coordinate system;
[0037] S52: Inputting the registered image data into designated 3D modeling software, and the 3D modeling software creates a 3D model of the computer room according to the registered image data.
[0038] Preferably, the environmental parameter data includes ambient temperature and humidity. After step S52, the following execution process is also included:
[0039] S53: Inputting the environmental parameter data into the three-dimensional model of the computer room, and rendering the temperature and humidity of the three-dimensional model of the computer room;
[0040] S54: According to the real-time collected temperature and humidity data, real-time adjustments are made through rendering of the three-dimensional model of the computer room to achieve dynamic simulation of the temperature and humidity data in the three-dimensional model of the computer room.
[0041] In a second aspect, a computer room remote control system based on data processing is provided, which is used to implement the aforementioned computer room remote control method based on data processing, including a virtual server establishment module, a data acquisition module, a data transmission module, a control center, and a virtual computer room establishment module, wherein the virtual server establishment module is connected to the data acquisition module, the data acquisition module is connected to the data transmission module, the data transmission module is connected to the control center, and the control center is connected to the virtual computer room establishment module;
[0042] The virtual server establishment module is used to establish a management unit based on the computer room, and use the management unit to establish the server into a virtual server in the remote control center;
[0043] The data collection module is used to collect various operating data of the servers in each management unit and the environmental data in the management unit in real time;
[0044] The data transmission module is used to collect various operation data and environmental data of the servers in each management unit in real time and transmit them to the control center;
[0045] The control center is used to establish the operating status of the corresponding virtual server based on various operating data, and to establish a virtual machine room for the server in the management unit based on the environmental data, to remotely control the server based on the operating status of the virtual server, and to remotely control the computer room environment through the environmental data in the computer room.
[0046] The beneficial effects of the present invention include:
[0047] The data processing-based computer room remote control method and system provided by the present invention establishes servers as virtual servers in a remote control center through management units, collects various operating data and environmental data of the servers in each management unit and transmits them to the corresponding control center, establishes the operating status of the corresponding virtual server according to the various operating data, establishes a virtual computer room for the servers in the management unit according to the environmental data, and the control center remotely controls the server based on the operating status of the virtual server and remotely controls the computer room environment through the environmental data in the computer room, thereby solving the technical problem that due to the large number of edge servers and the wide distribution range, it is difficult for equipment management and maintenance personnel to conduct inspections, and when edge server equipment fails, the information cannot be obtained in time and corresponding processing cannot be made in time.
[0048] First, by establishing a container in the control terminal of the control center, writing a container file to describe the configuration and construction process of the container, executing the instructions for building the container in the command line and building a container image based on the container file, generating an image according to the container file, executing the container run command to start the container, and specifying the resources and network configuration required for the container, establishing a configuration corresponding to the server for the container, and installing the corresponding software and services in the container, the virtualization of the physical server is realized, making the remote control of the computer room more convenient and efficient.
[0049] Secondly, by connecting the RS485 communication data line on the server and configuring the corresponding IP address and port number, the collected operating data are encapsulated based on the TCP protocol to generate TCP data packets. The TCP data packets are sent to the control center through the RS485 communication data line based on the IP address and port number. The subsequent TCP decapsulation process enables the data to be safely transmitted to the control center, ensuring the reliability of remote control.
[0050] Again, by establishing a virtual computer room coordinate system, the image data coordinate system is aligned based on the virtual computer room coordinate system, and the aligned image data is input into the specified 3D modeling software. The 3D modeling software establishes a 3D model of the computer room based on the aligned image data, and the environmental parameter data is input into the 3D model of the computer room. The temperature and humidity of the 3D model of the computer room are rendered. According to the temperature and humidity data collected in real time, real-time adjustments are made through the rendering of the 3D model of the computer room to realize dynamic simulation of the temperature and humidity data in the 3D model of the computer room, which can more intuitively realize the computer room environment. BRIEF DESCRIPTION OF THE DRAWINGS
[0051] Figure 1 The figure is a flow chart of the data processing-based remote control method for a computer room of the present invention.
[0052] Figure 2 A schematic diagram of the process of establishing a virtual server according to the present invention.
[0053] Figure 3 Schematic diagram of the architecture of the data processing-based computer room remote control system of the present invention. DETAILED DESCRIPTION
[0054] The following is combined with Figures 1 to 3 The present invention is described in further detail:
[0055] Example 1
[0056] See attached Figure 1 As shown, a remote control method for a computer room based on data processing includes the following steps:
[0057] S1: Establish a management unit based on the computer room, and use the management unit to establish the server as a virtual server in the remote control center. The computer room generally places edge servers within a certain area, and the size of the area is determined by the number of terminal devices and the latency requirements of data processing.
[0058] S2: Collect various operating data of the servers in each management unit in real time and transmit them to the corresponding control center. The operating data includes log data, database data, application data, storage data, etc. The storage data includes hard disk storage data, database storage data, network storage data, cloud storage data and software storage data, etc.
[0059] S3: The control center establishes the operation status of the corresponding virtual server according to various operation data, and simulates various operation data of the physical server into the virtual server, so that the control center can directly perform remote control and management of the physical server based on the virtual server.
[0060] S4: Real-time collection of environmental data within the management unit and transmission of the environmental data to the control center. The environmental data includes environmental image data and environmental parameter data. The environmental data in the computer room is closely related to the normal operation of the servers in the computer room. When the environmental data is within the normal range, the servers can operate normally to a certain extent. When the environmental data in the computer room is abnormal, such as the temperature or humidity is not within the preset range, it is likely that the servers will not operate normally, causing frequent server failures or shutdown. Therefore, environmental monitoring in the computer room is crucial. The purpose of collecting images of the computer room is to monitor whether there are any illegal intruders or other abnormal conditions that can be detected through image data.
[0061] S5: The control center establishes a virtual machine room for the server in the management unit according to the environmental data;
[0062] S6: The control center remotely controls the server based on the operating status of the virtual server and remotely controls the computer room environment through the environmental data in the computer room.
[0063] Since the existing technology faces so many edge servers, the difficulty of monitoring and managing them is also increasing dramatically. Due to the large number of edge servers and their wide distribution range, it is difficult for equipment management and maintenance personnel to conduct inspections. When fault information of edge server equipment occurs, it is impossible to obtain it in time and make corresponding processing in time. Therefore, the present invention establishes the server as a virtual server in the remote control center through a management unit, collects various operating data and environmental data of the servers in each management unit and transmits them to the corresponding control center, establishes the operating status of the corresponding virtual server according to the various operating data, and establishes a virtual computer room of the server in the management unit according to the environmental data. The control center remotely controls the server based on the operating status of the virtual server, and remotely controls the computer room environment through the environmental data in the computer room, which solves the technical problem that due to the large number of edge servers and their wide distribution range, it is difficult for equipment management and maintenance personnel to conduct inspections, and when fault information of edge server equipment occurs, it is impossible to obtain it in time and make corresponding processing in time.
[0064] In this embodiment, see Figure 2 As shown, the specific process of establishing the server as a virtual server in the remote control center by the management unit in step S1 is as follows:
[0065] S11: Create a container in the control terminal of the control center and write a container file to describe the configuration and construction process of the container;
[0066] S12: Execute the instruction for building a container in the command line and build a container image based on the container file, and generate an image according to the container file;
[0067] S13: Execute the container run command to start the container, specify the resources and network configuration required by the container, establish a configuration corresponding to the server for the container, and install corresponding software and services in the container.
[0068] The container file includes all instructions required for the container radial, including installation software, configuration environment and basic image, and the resource and network configuration includes port mapping data and mounting file system;
[0069] In step S13, establishing a configuration corresponding to the server for the container includes modifying server environment variables and adding data volumes.
[0070] Example 2
[0071] Based on Example 1, the specific process of transmitting the collected operation data to the corresponding control center in step S2 is as follows:
[0072] S21: Connect the RS485 communication data cable to the server and configure the corresponding IP address and port number;
[0073] S22: Encapsulate the collected operation data based on the TCP protocol to generate a TCP data packet;
[0074] S23: The TCP data packet is sent to the control center through the RS485 communication data line based on the IP address and port number.
[0075] The above-mentioned process of transmitting the collected operating data to the corresponding control center is realized by a data transmission module, and the data transmission module converts serial port data into IP data or converts IP data into serial port data, and transmits it through a wireless terminal device of a wireless communication network. The data transmission module can realize data conversion and convert the data of the serial port device into a wireless signal for transmission. Support for multiple network modes: supports 2G, 3G, 4G, NB-IoT and other network standards to adapt to different communication needs. Support for multiple communication protocols, including TCP, UDP, MQTT and other communication protocols to meet the needs of different application scenarios. It can realize transparent transmission without changing the original data format, and directly send and receive data.
[0076] The specific process of the control center establishing the operating status of the corresponding virtual server according to various operating data in step S3 is as follows:
[0077] S31: Decapsulate the TCP data packet to obtain original operation data;
[0078] The specific process is as follows: S311: the TCP data packet arrives at the data link layer, the control center performs data frame check and adds a frame check sequence code. If the check fails, the TCP data packet is discarded; if the check succeeds, step S312 is executed;
[0079] S312: Compare the destination MAC addresses to see if they match. If so, remove the Ethernet frame header of the TCP data packet and transmit the TCP data packet with the Ethernet frame header removed to the network layer.
[0080] S313: The network layer parses the IP header of the TCP data packet to verify whether the destination IP address matches the address of the control center server. If so, the network layer removes the IP header of the TCP data packet and transmits the TCP data packet without the IP header to the transport layer according to the protocol.
[0081] S314: The transport layer parses the TCP header of the TCP data packet, reassembles the TCP data according to the frame check sequence code, determines the application layer through the destination port, and verifies the data. If the verification is successful, the reassembled TCP data packet is transmitted to the application layer;
[0082] S315: The application layer parses the data content according to the TCP protocol specification and completes the decapsulation of the TCP data packet.
[0083] S32: Generate an execution instruction for the container based on the various operation data;
[0084] S33: The container executes corresponding actions based on the execution instruction to establish the virtualized operation of the container.
[0085] Example 3
[0086] On the basis of Example 1 or Example 2, the specific process of the control center establishing the virtual machine room of the server in the management unit according to the environmental data in step S5 is as follows:
[0087] S51: establishing a virtual room coordinate system, and registering the image data coordinate system based on the virtual room coordinate system;
[0088] S52: Inputting the registered image data into designated 3D modeling software, and the 3D modeling software creates a 3D model of the computer room according to the registered image data.
[0089] S53: Inputting the environmental parameter data into the three-dimensional model of the computer room, and rendering the temperature and humidity of the three-dimensional model of the computer room;
[0090] S54: According to the real-time collected temperature and humidity data, real-time adjustments are made through rendering of the three-dimensional model of the computer room to achieve dynamic simulation of the temperature and humidity data in the three-dimensional model of the computer room.
[0091] A computer room remote control system based on data processing, used to implement the computer room remote control method based on data processing, see Figure 3 As shown, it includes a virtual server establishment module, a data acquisition module, a data transmission module, a control center, and a virtual machine room establishment module. The virtual server establishment module is connected to the data acquisition module, the data acquisition module is connected to the data transmission module, the data transmission module is connected to the control center, and the control center is connected to the virtual machine room establishment module.
[0092] The virtual server establishment module is used to establish management units based on computer rooms, and to establish servers as virtual servers in the remote control center using the management units. The data acquisition module is used to collect various operating data of the servers in each management unit in real time, as well as environmental data within the management unit in real time. The data transmission module is used to transmit the various operating data and environmental data collected in real time from the servers in each management unit to the control center. The control center is used to establish the operating status of the corresponding virtual server based on the various operating data, and to establish a virtual computer room for the servers in the management unit based on the environmental data, to remotely control the server based on the operating status of the virtual server, and to remotely control the computer room environment using the environmental data within the computer room.
[0093] In summary, the data processing-based computer room remote control method and system provided by the present invention collects various operating data and environmental data of the servers in each management unit and transmits them to the corresponding control center, establishes the operating status of the virtual server, establishes a virtual computer room for the servers in the management unit, and remotely controls the server and computer room environment based on the operating status of the virtual server, solving the technical problem that due to the large number of edge servers and their wide distribution, it is difficult for equipment management and maintenance personnel to conduct inspections, and when edge server equipment fails, the information cannot be obtained in time and the corresponding processing cannot be made in time. By establishing a container in the control terminal of the control center, writing a container file to describe the configuration and construction process of the container, generating an image according to the container file, executing the container running command to start the container, and specifying the resources and network configuration required for the container, establishing a configuration corresponding to the server for the container, and installing the corresponding software and services in the container, the virtualization of the physical server is realized, making the remote control of the computer room more convenient and efficient.
[0094] By connecting an RS485 communication data line to the server, the collected operating data is encapsulated based on the TCP protocol to generate TCP data packets, which are then sent to the control center via the RS485 communication data line. The subsequent TCP decapsulation process allows the data to be securely transmitted to the control center, ensuring the reliability of remote control. By establishing a virtual computer room coordinate system, the image data coordinate system is aligned based on the virtual computer room coordinate system, and the aligned image data is input into the specified 3D modeling software. The 3D modeling software creates a 3D model of the computer room based on the aligned image data, and the environmental parameter data is input into the 3D model of the computer room. The temperature and humidity of the 3D model are rendered, and based on the real-time collected temperature and humidity data, real-time adjustments are made through the rendering of the 3D model of the computer room, achieving dynamic simulation of the temperature and humidity data in the 3D model of the computer room, which can more intuitively realize the computer room environment.
Claims
1. A remote control method for a computer room based on data processing, characterized in that: The following steps are involved: S1: Establish management units based on computer rooms, and use the management units to establish servers as virtual servers in the remote control center; S2: Collects various operating data of the servers in each management unit in real time and transmits them to the corresponding control center; S3: The control center establishes the operating status of the corresponding virtual server according to various operating data; S4: Real-time collection of environmental data in the management unit and transmission of the environmental data to the control center, wherein the environmental data includes environmental image data and environmental parameter data; S5: The control center establishes a virtual machine room for the server in the management unit according to the environmental data; S6: The control center remotely controls the server based on the operating status of the virtual server and remotely controls the computer room environment using the environmental data in the computer room. The specific process of establishing the server as a virtual server in the remote control center by the management unit in step S1 is as follows: S11: Create a container in the control terminal of the control center and write a container file to describe the configuration and construction process of the container; S12: Execute the instruction for building a container in the command line and build a container image based on the container file, and generate an image according to the container file; S13: Execute the container run command to start the container, specify the resources and network configuration required by the container, establish a configuration corresponding to the server for the container, and install corresponding software and services in the container; The specific process of the control center establishing the operating status of the corresponding virtual server according to various operating data in step S3 is as follows: S31: Decapsulate the TCP data packet to obtain the original operation data; S32: Generate an execution instruction for the container based on the various operation data; S33: The container executes corresponding actions based on the execution instruction to establish virtualized operation of the container; The specific process of decapsulating the TCP data packet to obtain the original operation data in step S31 is as follows: S311: The TCP data packet reaches the data link layer, and the control center performs data frame verification and adds a frame check sequence code. If the verification fails, the TCP data packet is discarded; if the verification succeeds, step S312 is executed; S312: Compare the destination MAC addresses to see if they match. If so, remove the Ethernet frame header of the TCP data packet and transmit the TCP data packet with the Ethernet frame header removed to the network layer. S313: The network layer parses the IP header of the TCP data packet and verifies whether the destination IP address matches the address of the control center server. If so, the network layer removes the IP header of the TCP data packet and transmits the TCP data packet without the IP header to the transport layer according to the protocol. S314: The transport layer parses the TCP header of the TCP data packet, reassembles the TCP data according to the frame check sequence code, determines the application layer through the destination port, and verifies the data. If the verification is successful, the reassembled TCP data packet is transmitted to the application layer; S315: The application layer parses the data content according to the TCP protocol specification and completes the decapsulation of the TCP data packet.
2. A computer room remote control method based on data processing according to claim 1, characterized in that: The container file includes all instructions required for the container radial, including installation software, configuration environment and basic image, and the resource and network configuration includes port mapping data and mounting file system; In step S13, establishing a configuration corresponding to the server for the container includes modifying server environment variables and adding data volumes.
3. The method for remote control of a computer room based on data processing according to claim 1, characterized in that: The specific process of transmitting the collected operation data to the corresponding control center in step S2 is as follows: S21: Connect the RS485 communication data cable to the server and configure the corresponding IP address and port number; S22: Encapsulate the collected operation data based on the TCP protocol to generate a TCP data packet; S23: The TCP data packet is sent to the control center through the RS485 communication data line based on the IP address and port number.
4. The method for remote control of a computer room based on data processing according to claim 1, characterized in that: The specific process of the control center establishing the virtual machine room of the server in the management unit according to the environmental data in step S5 is as follows: S51: establishing a virtual room coordinate system, and registering the image data coordinate system based on the virtual room coordinate system; S52: Inputting the registered image data into designated 3D modeling software, and the 3D modeling software creates a 3D model of the computer room according to the registered image data.
5. The method for remote control of a computer room based on data processing according to claim 4, characterized in that: The environmental parameter data includes the ambient temperature and humidity. After step S52, the following execution process is also included: S53: Inputting the environmental parameter data into the three-dimensional model of the computer room, and rendering the temperature and humidity of the three-dimensional model of the computer room; S54: According to the real-time collected temperature and humidity data, real-time adjustments are made through rendering of the three-dimensional model of the computer room to achieve dynamic simulation of the temperature and humidity data in the three-dimensional model of the computer room.
6. A computer room remote control system based on data processing, used to implement a computer room remote control method based on data processing according to any one of claims 1 to 5, characterized in that: It includes a virtual server establishment module, a data acquisition module, a data transmission module, a control center, and a virtual machine room establishment module. The virtual server establishment module is connected to the data acquisition module, the data acquisition module is connected to the data transmission module, the data transmission module is connected to the control center, and the control center is connected to the virtual machine room establishment module. The virtual server establishment module is used to establish a management unit based on the computer room, and use the management unit to establish the server into a virtual server in the remote control center; The data collection module is used to collect various operating data of the servers in each management unit and the environmental data in the management unit in real time; The data transmission module is used to collect various operation data and environmental data of the servers in each management unit in real time and transmit them to the control center; The control center is used to establish the operating status of the corresponding virtual server based on various operating data, and to establish a virtual machine room for the server in the management unit based on the environmental data, to remotely control the server based on the operating status of the virtual server, and to remotely control the computer room environment through the environmental data in the computer room.
Citation Information
Patent Citations
Real-time data visualization platform
CN114143220A
A method and system for controlling a computing system
WO2023208594A1