CN114567558A - Method, device, equipment and medium for configuring virtual network card for computer cluster - Google Patents

Method, device, equipment and medium for configuring virtual network card for computer cluster Download PDF

Info

Publication number
CN114567558A
CN114567558A CN202210041227.5A CN202210041227A CN114567558A CN 114567558 A CN114567558 A CN 114567558A CN 202210041227 A CN202210041227 A CN 202210041227A CN 114567558 A CN114567558 A CN 114567558A
Authority
CN
China
Prior art keywords
node
network card
driver
virtual network
configuration file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210041227.5A
Other languages
Chinese (zh)
Other versions
CN114567558B (en
Inventor
李铭琨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202210041227.5A priority Critical patent/CN114567558B/en
Publication of CN114567558A publication Critical patent/CN114567558A/en
Application granted granted Critical
Publication of CN114567558B publication Critical patent/CN114567558B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0843Configuration by using pre-existing information, e.g. using templates or copying from other elements based on generic templates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/303Terminal profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method, a device, equipment and a readable medium for configuring a virtual network card for a computer cluster, wherein the method comprises the following steps: generating a configuration file for configuring the virtual network card; deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster; analyzing the configuration file to obtain the IP address of each node, and sending the network card driver and the dependency packet related to the driver to each node based on each IP address; and issuing a task for each node, and executing the task in each node to configure a virtual network card in each node. By using the scheme of the invention, the virtual network card can be rapidly configured in a large-scale computer cluster, so that the labor and time cost are saved, and great economic value can be brought to enterprises.

Description

Method, device, equipment and medium for configuring virtual network card for computer cluster
Technical Field
The present invention relates to the field of computers, and in particular, to a method, an apparatus, a device, and a readable medium for configuring a virtual network card for a computer cluster.
Background
In the artificial intelligence development process, the network transmission speed has greater and greater influence on the artificial intelligence training task. For artificial intelligence training tasks, the development of the network card provides various solutions for accelerating training. The virtualization of the network card can provide the requirement that one GPU card corresponds to one network card for training, so that the data transmission speed can be increased. The configuration of the virtual network card of the data center cluster becomes a key problem. This requires not only handling the configuration work of a large number of machines but also ensuring correctness.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, a device, and a readable medium for configuring a virtual network card for a computer cluster, where by using the technical solution of the present invention, the virtual network card can be rapidly configured in a large-scale computer cluster, so that manpower and time costs are saved, and great economic value can be brought to an enterprise.
Based on the above object, an aspect of the embodiments of the present invention provides a method for configuring a virtual network card for a computer cluster, including the following steps:
generating a configuration file for configuring the virtual network card;
deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster;
analyzing the configuration file to obtain the IP address of each node, and sending the network card driver and the dependency packet related to the driver to each node based on each IP address;
and issuing a task for each node, and executing the task in each node to configure a virtual network card in each node.
According to an embodiment of the present invention, generating a configuration file for configuring a virtual network card includes:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
According to one embodiment of the invention, the tasks include running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations.
According to an embodiment of the present invention, further comprising:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
In another aspect of the embodiments of the present invention, a device for configuring a virtual network card for a computer cluster is further provided, where the device includes:
the generating module is configured to generate a configuration file for configuring the virtual network card;
the deployment module is configured to deploy the configuration file, the network card driver and the dependent package related to the driver to any node in the cluster;
the transmission module is configured to analyze the configuration file to obtain the IP address of each node, and send the network card driver and the dependency packet related to the driver to each node based on each IP address;
and the execution module is configured to issue a task for each node and execute the task in each node so as to configure a virtual network card in each node.
According to one embodiment of the invention, the generation module is further configured to:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
According to one embodiment of the invention, the tasks include running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations.
According to an embodiment of the present invention, the apparatus further comprises a detection module configured to:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
In another aspect of an embodiment of the present invention, there is also provided a computer apparatus including:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of any of the methods described above.
In another aspect of the embodiments of the present invention, there is also provided a computer-readable storage medium storing a computer program, which when executed by a processor implements the steps of any one of the above-mentioned methods.
The invention has the following beneficial technical effects: the method for configuring the virtual network card for the computer cluster provided by the embodiment of the invention generates a configuration file for configuring the virtual network card; deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster; analyzing the configuration file to obtain the IP address of each node, and sending the network card driver and the dependency packet related to the driver to each node based on each IP address; the technical scheme that the tasks are issued for each node, and the tasks are executed in each node so as to configure the virtual network interface card in each node can rapidly configure the virtual network interface card in a large-scale computer cluster, so that the labor and time cost is saved, and huge economic value can be brought to enterprises.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method for configuring a virtual network card for a computer cluster according to one embodiment of the present invention;
FIG. 2 is a schematic diagram of an apparatus for configuring a virtual network card for a computer cluster according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a computer device according to one embodiment of the present invention;
fig. 4 is a schematic diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
Based on the foregoing objective and a first aspect of the embodiments of the present invention, an embodiment of a method for configuring a virtual network card for a computer cluster is provided. Fig. 1 shows a schematic flow diagram of the method.
As shown in fig. 1, the method may include the steps of:
s1 generates a configuration file for configuring the virtual network card.
The configuration file is a network configuration condition in the cluster, that is, IP information of each node in the cluster, IP information of a physical network card on each node and IP information of a virtual network card to be deployed on each node, each node can be accessed through the IP information of each node, the IP information of the physical network card is IP information which needs to be set after the physical network card on the node is driven, the IP information of the virtual network card is IP information used by the virtual network card which is virtualized through the physical network card, and the information needs to be set before the virtual network card is configured.
S2, the configuration file, the network card driver and the dependency package related to the driver are deployed to any node in the cluster.
The driving of the physical network card requires a network card driver and a corresponding dependency package, and the network card driver, the corresponding dependency package, and the configuration file may be deployed to any node, which serves as an initial node, and which needs to be capable of being normally connected to other nodes, that is, other nodes can be accessed through the node.
S3 parses the configuration file to obtain the IP address of each node, and sends the network card driver and the driver-related dependency package to each node based on each IP address.
The configuration file is analyzed on the node, each IP address in the configuration file can be obtained, the node can access other nodes according to the information of other nodes and the information of the IP addresses, therefore, whether the node can be communicated with other nodes needs to be checked, if some nodes cannot be communicated is found, the information of the nodes needs to be recorded and an alarm is sent, and if the number of the nodes which cannot be communicated accounts for more than 30% of the total number of the nodes, the alarm needs to be sent and the initial node needs to be replaced. If the node can be communicated with other nodes, the network card driver and the driver-related dependency packet are sent to each node through the IP address of each node.
S4 issues tasks for each node and executes the tasks in each node to configure a virtual network card in each node.
The method comprises the steps of issuing a task for each node through a network, executing the task on each node respectively, configuring a network card IP after running a network card drive, then starting virtualization configuration of the network card and setting the number of network card virtualization. After the task execution of the node is completed, the configuration of the virtual network card of the node is completed, whether an error occurs in the task execution process of each node can be detected after the task execution is completed, and if the error occurs, the node needs to be marked to wait for a worker to check.
By the technical scheme, the virtual network card can be rapidly configured in a large-scale computer cluster, labor and time cost are saved, and huge economic value can be brought to enterprises.
In a preferred embodiment of the present invention, generating the configuration file for configuring the virtual network card includes:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node. Each node can be accessed through the IP information of each node, the IP information of the physical network card is the IP information which needs to be set after the physical network card on the node is driven, the IP information of the virtual network card is the IP information used by the virtual network card which is virtualized out through the physical network card, and the information needs to be set before the virtual network card is configured.
In a preferred embodiment of the present invention, the task includes running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations. After an execution program driven by the network card is operated, the physical network card on the node is driven, an IP is configured for the physical network card, the physical network card is virtualized into one or more virtual network cards, after the task execution of the node is completed, the virtual network card of the node is configured, whether an error occurs in the task execution process of each node can be detected after the task execution is completed, and if the error occurs, the node needs to be marked to wait for a worker to check. The execution of the tasks may be programmed using any programming method, and the programs may be run on the various nodes to enable automated execution of the tasks.
In a preferred embodiment of the present invention, the method further comprises:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP address of the node cannot be connected, recording the information of the node which cannot be connected and sending a corresponding alarm. The information of the node comprises the number of the node, the IP address of the node and the state of the node, and can be sent to a mailbox of an administrator or displayed on a display device in a network mode.
By the technical scheme, the virtual network card can be rapidly configured in a large-scale computer cluster, labor and time cost are saved, and huge economic value can be brought to enterprises.
It should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by instructing relevant hardware through a computer program, and the above programs may be stored in a computer-readable storage medium, and when executed, the programs may include the processes of the embodiments of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
In view of the above, a second aspect of the embodiments of the present invention provides an apparatus for configuring a virtual network card for a computer cluster, as shown in fig. 2, the apparatus 200 includes:
the generating module is configured to generate a configuration file for configuring the virtual network card;
the deployment module is configured to deploy the configuration file, the network card driver and the dependent package related to the driver to any node in the cluster;
the transmission module is configured to analyze the configuration file to obtain the IP address of each node, and send the network card driver and the dependency packet related to the driver to each node based on each IP address;
and the execution module is configured to issue tasks for each node and execute the tasks in each node so as to configure the virtual network card in each node.
In a preferred embodiment of the present invention, the generation module is further configured to:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
In a preferred embodiment of the present invention, the task includes running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations.
In a preferred embodiment of the present invention, the apparatus further comprises a detection module configured to:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device. Fig. 3 is a schematic diagram of an embodiment of a computer device provided by the present invention. As shown in fig. 3, an embodiment of the present invention includes the following means: at least one processor 21; and a memory 22, the memory 22 storing computer instructions 23 executable on the processor, the instructions when executed by the processor implementing the method of:
generating a configuration file for configuring the virtual network card;
deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster;
analyzing the configuration file to obtain the IP address of each node, and sending the network card driver and the dependency packet related to the driver to each node based on each IP address;
and issuing a task for each node, and executing the task in each node to configure a virtual network card in each node.
In a preferred embodiment of the present invention, generating a configuration file for configuring the virtual network card includes:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
In a preferred embodiment of the present invention, the task includes running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations.
In a preferred embodiment of the present invention, the method further comprises:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
In view of the above object, a fourth aspect of the embodiments of the present invention proposes a computer-readable storage medium. FIG. 4 is a schematic diagram illustrating an embodiment of a computer-readable storage medium provided by the present invention. As shown in fig. 4, the computer-readable storage medium 31 stores a computer program 32 that, when executed by a processor, performs the method of:
generating a configuration file for configuring the virtual network card;
deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster;
analyzing the configuration file to obtain the IP address of each node, and sending the network card driver and the dependency packet related to the driver to each node based on each IP address;
and issuing a task for each node, and executing the task in each node to configure a virtual network card in each node.
In a preferred embodiment of the present invention, generating the configuration file for configuring the virtual network card includes:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
In a preferred embodiment of the present invention, the task includes running a network card driver on the node, configuring a network card IP, starting a virtualization configuration of the network card, and setting the number of network card virtualizations.
In a preferred embodiment of the present invention, the method further comprises:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. 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 disclosure.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method for configuring a virtual network card for a computer cluster is characterized by comprising the following steps:
generating a configuration file for configuring the virtual network card;
deploying the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster;
analyzing the configuration file to obtain the IP address of each node, and sending a network card driver and a driver-related dependency package to each node based on each IP address;
and issuing a task for each node, and executing the task in each node to configure a virtual network card in each node.
2. The method of claim 1, wherein generating a configuration file to configure the virtual network card comprises:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
3. The method of claim 1, wherein the tasks include running a network card driver on a node, configuring a network card IP, starting a virtualization configuration for the network card, and setting a number of network card virtualizations.
4. The method of claim 1, further comprising:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
5. An apparatus for configuring a virtual network card for a computer cluster, the apparatus comprising:
the generating module is configured to generate a configuration file for configuring the virtual network card;
the deployment module is configured to deploy the configuration file, the network card driver and a dependent package related to the driver to any node in the cluster;
the transmission module is configured to analyze the configuration file to obtain the IP address of each node, and send the network card driver and the dependency packet related to the driver to each node based on each IP address;
and the execution module is configured to issue a task for each node, and execute the task in each node to configure a virtual network card in each node.
6. The apparatus of claim 5, wherein the generation module is further configured to:
and generating a configuration file based on the IP information of each node in the cluster, the IP information of the physical network card on each node and the IP information of the virtual network card to be deployed on each node.
7. The apparatus of claim 5, wherein the tasks comprise running a network card driver on a node, configuring a network card IP, starting a virtualization configuration of the network card, and setting a number of network card virtualizations.
8. The apparatus of claim 5, further comprising a detection module configured to:
detecting a connection state of each node based on an IP address of each node;
and in response to the detection that the IP addresses of the nodes cannot be connected, recording the information of the nodes which cannot be connected and sending corresponding alarms.
9. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method of any one of claims 1 to 4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN202210041227.5A 2022-01-14 2022-01-14 Method, device, equipment and medium for configuring virtual network card by computer cluster Active CN114567558B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210041227.5A CN114567558B (en) 2022-01-14 2022-01-14 Method, device, equipment and medium for configuring virtual network card by computer cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210041227.5A CN114567558B (en) 2022-01-14 2022-01-14 Method, device, equipment and medium for configuring virtual network card by computer cluster

Publications (2)

Publication Number Publication Date
CN114567558A true CN114567558A (en) 2022-05-31
CN114567558B CN114567558B (en) 2023-08-18

Family

ID=81712461

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210041227.5A Active CN114567558B (en) 2022-01-14 2022-01-14 Method, device, equipment and medium for configuring virtual network card by computer cluster

Country Status (1)

Country Link
CN (1) CN114567558B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115499489A (en) * 2022-11-16 2022-12-20 苏州浪潮智能科技有限公司 Method, device, equipment and readable medium for managing sub-network in link

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100060505A (en) * 2008-11-27 2010-06-07 에스케이커뮤니케이션즈 주식회사 Method and system for automatically installing operating system, and media that can record computer program sources thereof
CN102176704A (en) * 2011-02-18 2011-09-07 中兴通讯股份有限公司 Method, system and device for accessing wireless network through universal serial bus (USB) virtual network card
CN202068577U (en) * 2011-06-02 2011-12-07 国民技术股份有限公司 Radio frequency identification (RFID)-based wireless network card quick configuring system
CN106209449A (en) * 2016-07-06 2016-12-07 天脉聚源(北京)传媒科技有限公司 A kind of method and device binding network interface card
CN106789363A (en) * 2017-02-20 2017-05-31 郑州云海信息技术有限公司 A kind of method and device to virtual machine configuration network interface card
CN109600260A (en) * 2018-12-11 2019-04-09 浪潮(北京)电子信息产业有限公司 Distributed memory system High Availabitity arrrangement method, system and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100060505A (en) * 2008-11-27 2010-06-07 에스케이커뮤니케이션즈 주식회사 Method and system for automatically installing operating system, and media that can record computer program sources thereof
CN102176704A (en) * 2011-02-18 2011-09-07 中兴通讯股份有限公司 Method, system and device for accessing wireless network through universal serial bus (USB) virtual network card
CN202068577U (en) * 2011-06-02 2011-12-07 国民技术股份有限公司 Radio frequency identification (RFID)-based wireless network card quick configuring system
CN106209449A (en) * 2016-07-06 2016-12-07 天脉聚源(北京)传媒科技有限公司 A kind of method and device binding network interface card
CN106789363A (en) * 2017-02-20 2017-05-31 郑州云海信息技术有限公司 A kind of method and device to virtual machine configuration network interface card
CN109600260A (en) * 2018-12-11 2019-04-09 浪潮(北京)电子信息产业有限公司 Distributed memory system High Availabitity arrrangement method, system and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115499489A (en) * 2022-11-16 2022-12-20 苏州浪潮智能科技有限公司 Method, device, equipment and readable medium for managing sub-network in link
CN115499489B (en) * 2022-11-16 2023-02-28 苏州浪潮智能科技有限公司 Method, device, equipment and readable medium for managing sub-network in link

Also Published As

Publication number Publication date
CN114567558B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
US11314499B2 (en) Simulating end-to-end upgrade process in production environment
CN105205003A (en) Automated testing method and device based on clustering system
US8140986B2 (en) Generating test scenarios using reusable triggers indicating graphical user interface (GUI) elements and actions
WO2018231295A1 (en) Rule-based monitoring engine with tracing capabilities for multi-threaded logging
CN110221910B (en) Method and apparatus for performing MPI jobs
CN107545178A (en) The detection method and cloud application detection means of a kind of cloud application
CN108694093A (en) Process exception monitoring method and device
CN111813495A (en) Node testing method and device, storage medium and electronic device
CN102868699A (en) Method and tool for vulnerability detection of server providing data interaction services
CN114567558B (en) Method, device, equipment and medium for configuring virtual network card by computer cluster
CN107423090B (en) Flash player abnormal log management method and system
CN112153126A (en) Deployment and node management method and system for K8S cluster
CN109597627A (en) A kind of component mounting method, device, storage medium and processor
US10938666B2 (en) Network testing simulation
CN102801575A (en) Loopback detecting method and device
CN114064216A (en) Virtual machine initialization method, device, terminal equipment and storage medium
CN117290255A (en) Batch interface performance test method based on Python and Locut frameworks
CN111562942B (en) Gitlab-based mobile APP continuous integration device and method
CN111339055B (en) Big data cluster capacity expansion method and device
CN116244188A (en) Automatic test method and system for interface isolation control
CN113407180B (en) Configuration page generation method, system, equipment and medium
CN112596750B (en) Application testing method and device, electronic equipment and computer readable storage medium
CN112463320A (en) Execution method, device and equipment for managing software task and readable medium
CN114546779A (en) Method, device, equipment and medium for acquiring server system logs
CN114265669A (en) Destroyed container instance identification method and device

Legal Events

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