CN116737469A - Method, device, medium and server for isolating data transmission faults - Google Patents

Method, device, medium and server for isolating data transmission faults Download PDF

Info

Publication number
CN116737469A
CN116737469A CN202310744181.8A CN202310744181A CN116737469A CN 116737469 A CN116737469 A CN 116737469A CN 202310744181 A CN202310744181 A CN 202310744181A CN 116737469 A CN116737469 A CN 116737469A
Authority
CN
China
Prior art keywords
partition
bus
physical partition
physical
virtual
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
CN202310744181.8A
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 CN202310744181.8A priority Critical patent/CN116737469A/en
Publication of CN116737469A publication Critical patent/CN116737469A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2002Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where interconnections or communication control functionality are redundant

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Hardware Redundancy (AREA)

Abstract

The application discloses a method, a device, a medium and a server for isolating data transmission faults, which relate to the field of computers.

Description

Method, device, medium and server for isolating data transmission faults
Technical Field
The present application relates to the field of computers, and in particular, to a method, an apparatus, a medium, and a server for isolating data transmission failures.
Background
In the working process of computer system, information transmission is important, the current computer system realizes information transmission by bus, the bus is a public communication trunk line for transmitting information between various devices in the computer system, it is a transmission line bundle composed of wires, and is a public channel for transmitting information by CPU, memory, input and output devices, all devices of host in the computer system are connected by bus, and external devices are connected with bus by corresponding interface circuit.
The bus is a shared data transmission device, although a plurality of devices can be connected to the bus, only a pair of devices can participate in information transmission at any moment, and data signals and control signals cannot occupy bus resources at the same time, so when a fault occurs in the data transmission process of a computer system, for example, when data is read into a memory through a hard disk, the bus is required to transmit the data between the hard disk and the memory, if the hard disk breaks down, the memory cannot smoothly read the data, and after receiving information of the memory read failure, the computer system can continue to command the bus to access the hard disk, at this time, because the data signals occupy bus resources, the control signals cannot be transmitted through the bus, which may cause equipment failure in the computer system and even downtime of the computer system.
Disclosure of Invention
The application aims to provide a method, a device, a medium and a server for isolating data transmission faults. When a physical partition in a server breaks down in the process of transmitting data, by arranging two buses, the data signals and the control signals of the physical partition are controlled to be transmitted separately, so that the problem that when only one bus exists, the data signals always occupy the resources of the buses to cause the control signals to be unable to be transmitted is avoided, after the control signals are successfully transmitted, a processor can acquire fault control signals generated by the physical partition with the fault, and the virtual partition is redistributed by reading related information of the physical partition with the fault and information of a virtual partition corresponding to the physical partition with the fault in the fault control signals, so that equipment corresponding to the virtual partition can ignore the physical partition with the fault, and the equipment can continue to operate normally by using a new physical partition, thereby avoiding equipment failure in a computer system and even downtime of the computer system caused by the occurrence of the physical partition with the fault, improving the reliability of the computer system, and ensuring the safe operation of the computer system.
In order to solve the above technical problem, the present application provides a method for isolating a data transmission failure, which is applied to a processor in a server, wherein the server further includes a first bus and a second bus both connected to the processor, and the method includes:
when the physical partition breaks down in the process of transmitting data, the data signals of the physical partition are controlled to be transmitted through the first bus, and the control signals of the physical partition are controlled to be transmitted through the second bus;
acquiring a fault control signal generated by the physical partition through the second bus, wherein the fault control signal comprises information of the physical partition and information of a virtual partition corresponding to the physical partition;
and reassigning a new physical partition to the virtual partition corresponding to the physical partition according to the fault control signal.
Preferably, the first bus is a system data bus, and the second bus is a system control bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals for controlling the physical partition are transmitted through the system data bus, and the control signals for controlling the physical partition are transmitted through the system control bus.
Preferably, the first bus is a bus, and the second bus is a standby bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals and the control signals for controlling the physical partition are transmitted through the bus.
Preferably, the fault control signal further includes a size of a virtual partition corresponding to the physical partition;
and reassigning a new physical partition to a virtual partition corresponding to the physical partition according to the fault control signal, wherein the reassigning comprises the following steps:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
and allocating the physical partition which is free of faults and in an idle state to the virtual partition, wherein the size of the physical partition which is free of faults and in the idle state is not smaller than the size of the virtual partition.
Preferably, the size of the physical partition that is free of faults and in an idle state is equal to the size of the virtual partition.
Preferably, the method further comprises:
and the control prompt module prompts the information of the physical partition.
Preferably, reassigning a new physical partition to a virtual partition corresponding to the physical partition according to the failure control signal includes:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
determining standby physical partitions except the physical partitions corresponding to the virtual partitions according to the mapping relation between the preset physical partitions and the virtual partitions;
a new physical partition is selected from the spare physical partition to be allocated to the virtual partition.
In order to solve the technical problem, the present application further provides a device for isolating data transmission faults, including:
a memory for storing a computer program;
a processor for implementing the steps of the method of isolating a data transmission failure when executing the computer program.
To solve the above technical problem, the present application further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the method for isolating a data transmission failure.
In order to solve the technical problems, the application also provides a server, which comprises the server itself and the device for isolating the data transmission faults.
The method, the device, the medium and the server for isolating the data transmission faults, provided by the application, have the advantages that when the physical partition in the server breaks down in the data transmission process, the data signals and the control signals of the physical partition are controlled to be transmitted separately by arranging two buses, so that the problem that the control signals cannot be transmitted due to the fact that the data signals always occupy the resources of the buses when only one bus is avoided, the fault control signals generated by the broken physical partition can be acquired by a processor after the control signals are successfully transmitted, the physical partition is reassigned by reading the related information of the broken physical partition and the information of the virtual partition corresponding to the broken physical partition in the fault control signals, so that equipment corresponding to the virtual partition can ignore the broken physical partition, and the new physical partition is used, so that the equipment can continue to normally operate, the reliability of the computer system is improved, and the safe operation of the computer system is ensured.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required in the prior art and the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a method for isolating data transmission faults according to the present application;
FIG. 2 is a schematic diagram of a computer system according to the present application;
FIG. 3 is a schematic diagram of another computer system according to the present application;
FIG. 4 is a schematic diagram of a mapping relationship between a physical partition and a virtual partition according to the present application;
fig. 5 is a schematic structural diagram of a device for isolating data transmission faults.
Detailed Description
The application provides a method, a device, a medium and a server for isolating data transmission faults. When a physical partition in a server breaks down in the process of transmitting data, by arranging two buses, the data signals and the control signals of the physical partition are controlled to be transmitted separately, so that the problem that when only one bus exists, the data signals always occupy the resources of the buses to cause the control signals to be unable to be transmitted is avoided, after the control signals are successfully transmitted, a processor can acquire fault control signals generated by the physical partition with the fault, and the virtual partition is redistributed by reading related information of the physical partition with the fault and information of a virtual partition corresponding to the physical partition with the fault in the fault control signals, so that equipment corresponding to the virtual partition can ignore the physical partition with the fault, and the equipment can continue to operate normally by using a new physical partition, thereby avoiding equipment failure in a computer system and even downtime of the computer system caused by the occurrence of the physical partition with the fault, improving the reliability of the computer system, and ensuring the safe operation of the computer system.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The application provides a method for isolating data transmission faults, which is applied to a processor in a server, wherein the server also comprises a first bus and a second bus which are both connected with the processor, referring to fig. 1, fig. 1 is a schematic structural diagram of the method for isolating data transmission faults, and the method comprises the following steps:
s11: when the physical partition breaks down in the process of transmitting data, data signals for controlling the physical partition are transmitted through a first bus, and control signals for controlling the physical partition are transmitted through a second bus;
s12: acquiring a fault control signal generated by the physical partition through a second bus, wherein the fault control signal comprises information of the physical partition and information of a virtual partition corresponding to the physical partition;
s13: and reassigning a new physical partition to the virtual partition corresponding to the physical partition according to the fault control signal.
In the prior art, only one bus is generally set to transmit data signals and control signals at the same time, and referring to fig. 2, fig. 2 is a schematic structural diagram of a computer system provided by the present application, in which the system bus is respectively connected with a CPU (Central Processing Unit, a processor), a memory and an IO bus, the CPU is connected with the memory through a storage bus, and a hard disk, a network card and the IO device are connected with the IO bus. Specifically, when the bus is idle (other devices are all connected to the bus in a high impedance state) and one device is to communicate with the destination device, the device initiating the communication drives the bus, issuing the address and data. Other devices connected to the bus in a high impedance state receive the data on the bus if they receive (or are able to receive) address information corresponding to themselves. The transmitting device completes the communication, yielding the bus (the output goes to a high impedance state). Although multiple devices may be coupled to the bus, only one pair of devices may typically participate in the data transfer at any one time. One operation of the bus is to complete the transfer of information between the two modules, the master is to initiate the operation, and the other is to initiate the slave. Only one master module can occupy the bus at a time. Specifically, the operation steps of the bus include the main module applying for bus control rights, the bus controller arbitrating, addressing the slave module after the main module obtains the bus control rights, and carrying out data transmission after the slave module confirms.
When the physical partition breaks down in the process of transmitting data, the bus can continuously try to transmit the data, at the moment, the bus is in a busy state, a fault control signal of the physical partition which produces the fault cannot be sent out through the bus, the processor cannot receive the fault control signal so as to solve the problem that the physical partition which produces the fault cannot work normally, and a virtual partition corresponding to the physical partition cannot work normally possibly, so that a computer cannot work normally. The physical partition refers to the actual space size, such as a hard disk, a physical partition in a memory, and the physical partition can be optimized and adjusted according to a service scene. The virtual partition corresponds to the required space size, which refers to the space size required by a certain device in the server in normal operation, and the virtual partition simultaneously provides the requirements of frequency, working time, verification information and the like.
The application provides a method, a device, a medium and a server for isolating data transmission faults, when physical partitions in the server have faults in the process of transmitting data, data signals and control signals of the physical partitions are separately transmitted by arranging two buses, so that the problem that the control signals cannot be transmitted due to the fact that the data signals always occupy the resources of the buses when only one bus is used is avoided, after the control signals are successfully transmitted, a processor can acquire fault control signals generated by the physical partitions generating the faults, and the physical partitions are reassigned by reading relevant information of the physical partitions generating the faults and information of virtual partitions corresponding to the physical partitions generating the faults in the fault control signals.
Based on the above embodiments:
as a preferred embodiment, the first bus is a system data bus, and the second bus is a system control bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals for controlling the physical partition are transmitted through the system data bus, and the control signals for controlling the physical partition are transmitted through the system control bus.
The above embodiment does not show how the first bus and the second bus operate when the physical partition does not fail in the process of transmitting data, and this embodiment shows a specific method for separately transmitting the data signal and the control signal.
Referring to fig. 3, fig. 3 is a schematic diagram of another computer system according to the present application. The system control bus is respectively connected with the CPU, the memory and the IO bus, the system data bus is also respectively connected with the CPU, the memory and the IO bus, the CPU and the memory are connected through the storage bus, and the hard disk, the network card and the IO device are connected with the IO bus.
In the embodiment, the first bus is set as the system data bus, the second bus is the system control bus, and when the physical partition does not have a fault in the data transmission process, the data signals of the physical partition are controlled to be transmitted through the system data bus, and the control signals of the physical partition are controlled to be transmitted through the system control bus.
Other different bus usage patterns are also possible.
As a preferred embodiment, the first bus is a bus and the second bus is a standby bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals and the control signals for controlling the physical partition are transmitted through the bus.
In this embodiment, the method for separately transmitting the data signal and the control signal is provided, by setting two buses, namely, a bus and a standby bus, in the server, in the operation process of the server, whether a data transmission failure occurs or not, the data signal and the control signal are transmitted through the buses, but once the data transmission failure occurs, the control signal is transmitted through the standby bus, so that although the buses are occupied by the data signal, the standby bus can still continue to transmit the control signal, the processor can acquire the failure control signal generated by the physical partition generating the failure, and by reading the related information of the physical partition generating the failure in the failure control signal and the information of the virtual partition corresponding to the physical partition generating the failure, the physical partition is reassigned, and the device corresponding to the virtual partition can continue to normally operate.
According to the embodiment, the standby bus is added, when the physical partition fails in the data transmission process, the data signals and the control signals of the physical partition are controlled to be transmitted through the bus, when the physical partition fails in the data transmission process, the standby bus is controlled to transmit the control signals of the physical partition, the data signals and the control signals are separately transmitted when the physical partition fails in the data transmission process, the situation that only one bus is used for transmitting the data signals and the control signals in a server is avoided, the phenomenon that the control signals cannot be normally transmitted when the data transmission process fails is avoided, the reliability of a method for isolating the data transmission faults is improved, and the method is easy to realize.
As a preferred embodiment, the fault control signal further includes a size of a virtual partition corresponding to the physical partition;
reassigning a new physical partition to a virtual partition corresponding to the physical partition according to the fault control signal, including:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
and allocating the physical partition which is free of faults and in an idle state to the virtual partition, wherein the size of the physical partition which is free of faults and in the idle state is not smaller than the size of the virtual partition.
The method includes that the virtual partition corresponding to the physical partition is reassigned with a new physical partition, the fault control signal includes information of the physical partition and information of the virtual partition corresponding to the physical partition, specifically, the information of the physical partition includes information such as a specific position and a size of the physical partition generating a fault, the information of the virtual partition corresponding to the physical partition includes information such as a position of the virtual partition corresponding to the physical partition, the information of the virtual partition further includes a size of the virtual partition, the related information of the virtual partition can be determined by reading related information through the fault control signal, then the physical partition which is free of faults and is in an idle state is assigned to the virtual partition according to the size of the virtual partition, and the size of the new physical partition which is free of faults and is in the idle state is guaranteed to be not smaller than the virtual partition.
According to the embodiment, the physical partition which is in the idle state and has no fault is distributed to the virtual partition by acquiring the size of the virtual partition, the size of the physical partition which is in the idle state and has no fault is not smaller than that of the virtual partition, the virtual partition can be matched with a new physical partition after the corresponding physical partition has faults, the virtual partition can still continue to normally operate, and the reliability of the computer system in the operation process is improved.
As a preferred embodiment, the physical partition that is free of failures and in an idle state is equal in size to the virtual partition.
In this embodiment, the size of the new physical partition is further defined, so that the size of the physical partition allocated to the virtual partition is exactly equal to the virtual partition, related information of the virtual partition can be determined by reading related information through a fault control signal, then the physical partition which has no fault and is in an idle state is allocated to the virtual partition according to the size of the virtual partition, and the new physical partition which has no fault and is in an idle state is guaranteed to be equal to the virtual partition, so that the equipment corresponding to the virtual partition can work normally.
According to the embodiment, the physical partition which is in an idle state and has the size equal to that of the virtual partition is allocated to the virtual partition, so that reasonable allocation of the physical partition and the virtual partition is realized, the utilization rate of the physical partition can be improved, and the waste of resources is avoided.
As a preferred embodiment, further comprising:
and the control prompt module prompts the information of the physical partition.
In this embodiment, the prompt module is added to prompt the information of the physical partition generating the fault, and the technician needs to know the specific position of the physical partition generating the fault so as to perform subsequent maintenance, so that the prompt module is set. The prompting mode of the prompting module and the prompting module is not limited, and the related display can be performed through a display.
According to the embodiment, the prompt module is added, so that the knowledge degree of technicians on the physical partition generating faults in the process of generating faults in data transmission is improved, and the reliability of a method for isolating the faults in data transmission is improved.
As a preferred embodiment, reassigning a new physical partition to a virtual partition corresponding to the physical partition according to a failure control signal includes:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
determining standby physical partitions except the physical partitions corresponding to the virtual partitions according to the mapping relation between the preset physical partitions and the virtual partitions;
a new physical partition is selected from the spare physical partition to be allocated to the virtual partition.
In this embodiment, another mode of reassigning a new physical partition to a virtual partition corresponding to a physical partition is provided, the assignment is performed by presetting a mapping relationship between the physical partition and the virtual partition, after determining that a virtual partition corresponding to a physical partition with a fault is generated, by searching a mapping relationship between the preset physical partition and the virtual partition, and in the mapping relationship between the preset physical partition and the virtual partition, one virtual partition corresponds to a plurality of physical partitions, so that when the physical partition of the virtual partition has a fault, other spare physical partitions are directly used, and normal operation of the virtual partition is ensured. The mapping relation between the preset physical partition and the virtual partition can be adjusted according to actual conditions. The specific position of the mapping relation between the preset physical partition and the virtual partition is not limited. The mapping relationship refers to that in order to ensure that the storage unit can be accessed correctly when the CPU executes instructions, a logic address in a user program needs to be converted into a physical address directly addressed by a machine in running, and the process is called address mapping.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a mapping relationship between a physical partition and a virtual partition, where a system data bus and a system control bus are provided, and the mapping relationship between the virtual partition and the physical partition is established through address mapping. For example, the processor needs a partition, and the control bus informs the processor that the processor allocates the CPU physical partition 1 to the CPU virtual partition 1. When the CPU physical partition 1 fails, the processor monitors the failure, and allocates the CPU physical partition 2 to the CPU virtual partition 1 (at this time, the CPU physical partition 2 is in an idle state). The virtual partition and the physical partition can dynamically adjust the allocation mode according to different service requirements. Under the current service scene, enough backup physical partitions are ensured, and possible fault problems can be solved.
The embodiment realizes reasonable allocation of the physical partition and the virtual partition by setting the mapping relation between the preset physical partition and the virtual partition, can improve the utilization rate of the physical partition, avoids the waste of resources, has shorter matching time, can quickly match the physical partition with the virtual partition, and improves the reliability of the method and the computer system for isolating the data transmission faults.
In order to solve the above technical problems, the present application further provides a device for isolating data transmission failure, please refer to fig. 5, fig. 5 provides a schematic structural diagram of the device for isolating data transmission failure, which includes:
a memory 51 for storing a computer program;
a processor 52 for implementing the steps of the method of isolating a data transmission failure when executing a computer program.
The memory 51 includes at least one type of readable storage medium including flash memory, a hard disk, a multimedia card, a card memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, etc.
Processor 52 may be, in some embodiments, a central processing unit, controller, microcontroller, microprocessor, or other data processing chip for executing program code or processing data stored in memory.
The application provides an isolated data transmission fault device, when a physical partition in a server breaks down in the process of transmitting data, data signals and control signals of the physical partition are controlled to be transmitted separately by arranging two buses, so that the problem that when only one bus is used, the data signals always occupy the resources of the buses to cause the control signals to be unable to be transmitted is avoided, after the control signals are successfully transmitted, the server can acquire fault control signals generated by the physical partition which breaks down, and the virtual partition is subjected to physical partition reassignment by reading the related information of the physical partition which breaks down and the information of a virtual partition corresponding to the physical partition which breaks down in the fault control signals, so that equipment corresponding to the virtual partition can ignore the physical partition which breaks down, the new physical partition is used, the equipment can continue to operate normally, the failure of the equipment in a computer system is avoided even caused, the reliability of the computer system is improved, and the safe operation of the computer system is ensured.
The specific embodiment has the same effects as the above-described method of isolating a data transmission failure, for example.
The application also provides a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of a method of isolating a data transmission failure.
It will be appreciated that the methods of the above embodiments, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored on a computer readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium for performing all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The application provides a computer readable storage medium, when a physical partition in a server breaks down in the process of transmitting data, by setting two buses, data signals and control signals of the physical partition are controlled to be transmitted separately, so that the problem that when only one bus is used, the data signals always occupy the resources of the buses to cause the control signals to be unable to be transmitted is avoided, after the control signals are successfully transmitted, the server can acquire fault control signals generated by the physical partition which breaks down, and the virtual partition is reassigned by reading the related information of the physical partition which breaks down and the information of a virtual partition corresponding to the physical partition which breaks down in the fault control signals, so that equipment corresponding to the virtual partition can ignore the physical partition which breaks down, and the new physical partition is used, so that the equipment can continue to operate normally, the failure of the equipment in a computer system is avoided, the reliability of the computer system is improved, and the safe operation of the computer system is ensured.
The specific embodiment has the same effects as the above-described method of isolating a data transmission failure, for example.
The application also provides a server, which comprises the server itself and a device for isolating data transmission faults.
The application provides a server, when a physical partition in the server breaks down in the process of transmitting data, by arranging two buses, the data signals and the control signals of the physical partition are controlled to be transmitted separately, so that the problem that when only one bus is used, the data signals always occupy the resources of the buses to cause the control signals to be unable to be transmitted is avoided, after the control signals are successfully transmitted, the server can acquire the fault control signals generated by the physical partition which breaks down, and the virtual partition is reassigned by reading the related information of the physical partition which breaks down and the information of the virtual partition corresponding to the physical partition which breaks down in the fault control signals, so that equipment corresponding to the virtual partition can ignore the physical partition which breaks down, the new physical partition is used, the equipment can continue to operate normally, the equipment failure in the computer system is avoided even caused, the reliability of the computer system is improved, and the safe operation of the computer system is ensured.
The specific embodiment has the same effects as the above-described method of isolating a data transmission failure, for example.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
It should also be noted that in this 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.

Claims (10)

1. A method of isolating data transmission failures, applied to a processor in a server, the server further comprising a first bus and a second bus each connected to the processor, the method comprising:
when the physical partition breaks down in the process of transmitting data, the data signals of the physical partition are controlled to be transmitted through the first bus, and the control signals of the physical partition are controlled to be transmitted through the second bus;
acquiring a fault control signal generated by the physical partition through the second bus, wherein the fault control signal comprises information of the physical partition and information of a virtual partition corresponding to the physical partition;
and reassigning a new physical partition to the virtual partition corresponding to the physical partition according to the fault control signal.
2. The method of isolating a data transmission failure of claim 1, wherein the first bus is a system data bus and the second bus is a system control bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals for controlling the physical partition are transmitted through the system data bus, and the control signals for controlling the physical partition are transmitted through the system control bus.
3. The method of isolating a data transmission failure of claim 1, wherein said first bus is a bus and said second bus is a backup bus;
the method further comprises the steps of:
when the physical partition does not have faults in the process of transmitting data, the data signals and the control signals for controlling the physical partition are transmitted through the bus.
4. The method of isolating a data transmission failure of claim 1, wherein the failure control signal further comprises a size of a virtual partition corresponding to the physical partition;
and reassigning a new physical partition to a virtual partition corresponding to the physical partition according to the fault control signal, wherein the reassigning comprises the following steps:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
and allocating the physical partition which is free of faults and in an idle state to the virtual partition, wherein the size of the physical partition which is free of faults and in the idle state is not smaller than the size of the virtual partition.
5. The method of isolating a data transmission failure of claim 4, wherein a size of the physical partition that is free of failure and in an idle state is equal to a size of the virtual partition.
6. The method of isolating a data transmission failure of claim 1, further comprising:
and the control prompt module prompts the information of the physical partition.
7. The method for isolating a data transmission failure according to any of claims 1 to 6, wherein reassigning a new physical partition to a virtual partition corresponding to the physical partition according to the failure control signal comprises:
determining a virtual partition corresponding to the physical partition according to the information of the virtual partition corresponding to the physical partition in the fault control signal;
determining standby physical partitions except the physical partitions corresponding to the virtual partitions according to the mapping relation between the preset physical partitions and the virtual partitions;
a new physical partition is selected from the spare physical partition to be allocated to the virtual partition.
8. An apparatus for isolating data transmission failures, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of isolating a data transmission failure according to any of claims 1 to 7 when said computer program is executed.
9. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed by a processor, implements the steps of the method of isolating a data transmission failure according to any of claims 1 to 7.
10. A server comprising the server itself and further comprising the means for isolating data transmission failures of claim 8.
CN202310744181.8A 2023-06-21 2023-06-21 Method, device, medium and server for isolating data transmission faults Pending CN116737469A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310744181.8A CN116737469A (en) 2023-06-21 2023-06-21 Method, device, medium and server for isolating data transmission faults

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310744181.8A CN116737469A (en) 2023-06-21 2023-06-21 Method, device, medium and server for isolating data transmission faults

Publications (1)

Publication Number Publication Date
CN116737469A true CN116737469A (en) 2023-09-12

Family

ID=87907870

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310744181.8A Pending CN116737469A (en) 2023-06-21 2023-06-21 Method, device, medium and server for isolating data transmission faults

Country Status (1)

Country Link
CN (1) CN116737469A (en)

Similar Documents

Publication Publication Date Title
CN107133188B (en) Daisy chain connected master-slave communication address distributing method, system and slave computer and master computer
EP2892212B1 (en) Micro server and method of allocating a mac address
EP0267011A2 (en) Apparatus for fault-tolerant computer system having expandable processor section
CN111159085A (en) Automatic configuration method of PCIE (peripheral component interface express) bandwidth, server mainboard and server
EP1701271A1 (en) Electronic apparatus system with master node and slave node
CN111352873B (en) NVMe protocol command processing method and device
US11928493B2 (en) Sharing of FPGA board by multiple virtual machines
US5276813A (en) Acquiring addresses in an input/output system
CN111221765A (en) Communication method and communication system for preventing I2C bus address conflict
CN114500472B (en) Method for automatically distributing RS485 communication address
US20180048559A1 (en) Apparatus assigning controller and apparatus assigning method
CN112511662B (en) System communication address generation and distribution method and device and air conditioning system
CN103412838A (en) Expansion system, communication method, address configuration method, equipment and device
US6598105B1 (en) Interrupt arbiter for a computing system
CN116737469A (en) Method, device, medium and server for isolating data transmission faults
CN117118951A (en) Method for dynamically distributing addresses of universal slaves of one master and multiple slaves bus
US10417156B2 (en) Hardware resource sharing within peripheral component interconnect express (PCIE) environment capable of assigning hardware resource dynamically
CN109582626A (en) A kind of method, apparatus, equipment and readable storage medium storing program for executing accessing bus
CN112069113B (en) I2C device configuration method and system
CN104899164B (en) Address addressing method for integrated circuit bus, integrated circuit bus device and system
CN113032307A (en) Integrated device access request processing method and related assembly
CN106547713B (en) Address allocation method and device
CN111698342A (en) Temperature controller communication address allocation method and system
CN117614940B (en) Method and system for automatic configuration of serial communication equipment address
CN216014148U (en) Server and server backboard

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