CN112333010B - Method and device for supporting automatic configuration of high-availability environment - Google Patents

Method and device for supporting automatic configuration of high-availability environment Download PDF

Info

Publication number
CN112333010B
CN112333010B CN202011145996.7A CN202011145996A CN112333010B CN 112333010 B CN112333010 B CN 112333010B CN 202011145996 A CN202011145996 A CN 202011145996A CN 112333010 B CN112333010 B CN 112333010B
Authority
CN
China
Prior art keywords
configuration
deployed
service
weight
node
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.)
Active
Application number
CN202011145996.7A
Other languages
Chinese (zh)
Other versions
CN112333010A (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 CN202011145996.7A priority Critical patent/CN112333010B/en
Publication of CN112333010A publication Critical patent/CN112333010A/en
Application granted granted Critical
Publication of CN112333010B publication Critical patent/CN112333010B/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
    • 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/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method and a device for supporting automatic configuration of a high-availability environment, which are used for configuring network resource weight information of any service to be deployed; generating a configuration file by the configuration, and sending the configuration file to a node to be configured; and the node to be configured configures the node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file. According to the invention, the node to be configured configures the corresponding node for the service to be deployed according to the network resource weight information, so that the configuration of the service to be deployed considers the requirement of the node to be deployed on the network, the optimal network environment is provided for the node to be deployed, and the availability of the high available environment is enhanced.

Description

Method and device for supporting automatic configuration of high-availability environment
Technical Field
The invention relates to the field of node environment configuration, in particular to a method and a device for supporting automatic configuration of a high-availability environment.
Background
High availability environments are often used to describe systems that are specially designed to reduce downtime and thereby maintain high availability of services. In the high availability solution, it is usually necessary to configure a routing ID of a protocol for one master node and a plurality of backup nodes, a script for detecting a service state, a priority of a corresponding service node, and a virtual IP for providing a service to the outside, and then switch the master node occupying the virtual IP by detecting the service state during the operation. However, in practical application scenarios, the network environment is often complex. There may be a plurality of networks isolated from each other, such as a device network, a service network, a northbound network providing services to the outside, and the like. The server has a plurality of network cards, which are respectively connected to the networks, and a plurality of services which need to be configured and highly available may respectively belong to different networks, and the networks may be isolated from each other, which requires binding different services to different network cards. When there is a lot of services that need to be configured and highly available, it is very cumbersome and error-prone to configure by hand. To solve the problem, the current solution is to generate a configuration file by configuring the relevant information of the service, and support the node to perform automatic configuration. However, the situation that different services have different network requirements is not considered in the configuration information, and generally, the services are randomly allocated to a certain node, which results in that the network of the certain node cannot meet the service requirements, and the application of the high-availability environment is affected.
Disclosure of Invention
In order to solve the above problems, the present invention provides a method and an apparatus for supporting automatic configuration in a high availability environment, which configure different network resources for different services and implement targeted deployment of different services.
The technical scheme of the invention is as follows: a method for supporting automatic configuration of a high availability environment, comprising the steps of:
configuring network resource weight information of any service to be deployed;
generating a configuration file by the configuration, and sending the configuration file to a node to be configured;
and the node to be configured configures the node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file.
Further, the network resource weight information includes the name of the service to be deployed and the corresponding upload weight, download weight, and network delay weight.
Further, the node to be configured configures a node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file, specifically:
calculating the execution weight of each configuration node for the service to be deployed according to the network resource weight;
for any service to be deployed, selecting a configuration node corresponding to the maximum execution weight as a node to be deployed; wherein the execution weight omega of the node i to be configured for the service j to be deployediThe calculation formula is as follows:
Figure GDA0002833139740000021
Figure GDA0002833139740000022
in the formula, ai、bi、ciThe uploading rate and the downloading rate of the nodes i to be configured and the networkA net delay; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing the uploading weight, the downloading weight and the network delay weight of the service j to be deployed.
Further, the method comprises the following steps:
configuring network configuration information of a service to be deployed;
configuring program mapping information of a service to be deployed;
the configuration is generated in a configuration file, and the node to be configured performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
Further, the network configuration information includes a name of each service to be deployed, a configured virtual IP address, a bound network card, and a subnet mask.
Further, the program mapping information configuring the service to be deployed is specifically a name of the service to be deployed corresponding to the definition program.
Further, one program corresponds to at least one service to be deployed.
The technical scheme of the invention also comprises a device for supporting automatic configuration of the high-availability environment, which comprises,
a first configuration module: configuring network resource weight information of any service to be deployed;
a configuration file generation module: generating a configuration file from the configuration information of the first configuration module;
a configuration file sending module: sending the configuration file to a node to be configured;
a node configuration module: and configuring nodes for the service to be deployed with the network resource weight according to the network resource weight information in the configuration file.
Further, the network resource weight information includes the name of the service to be deployed and the corresponding upload weight, download weight and network delay weight;
the node configuration module configures nodes for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file, and specifically includes:
calculating the execution weight of each configuration node aiming at the service to be deployed according to the network resource weight;
for any service to be deployed, selecting a configuration node corresponding to the maximum execution weight as a node to be deployed; wherein the execution weight omega of the node i to be configured for the service j to be deployediThe calculation formula is as follows:
Figure GDA0002833139740000031
Figure GDA0002833139740000032
in the formula, ai、bi、ciRespectively the uploading rate, the downloading rate and the network delay of the node i to be configured; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing the uploading weight, the downloading weight and the network delay weight of the service j to be deployed.
Further, the device also comprises a control device,
a second configuration module: configuring network configuration information of a service to be deployed;
a third configuration module: configuring program mapping information of a service to be deployed;
the configuration file generation module generates configuration files from the configuration information of the first configuration module, the second configuration module and the third configuration module;
and the node configuration module also performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
The method and the device for supporting the automatic configuration of the high-availability environment, provided by the invention, configure the network resource weight information of any service to be deployed, generate a configuration file for the configuration and send the configuration file to the node to be configured, and the node to be configured configures the corresponding node for the service to be deployed according to the network resource weight information, so that the configuration of the service to be deployed considers the requirement of the node to be deployed on the network, the optimal network environment is provided for the service node to be deployed, and the availability of the high-availability environment is enhanced.
Drawings
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of a second structure according to an embodiment of the present invention.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings by way of specific examples, which are illustrative of the present invention and are not limited to the following embodiments.
Example one
As shown in fig. 1, the present embodiment provides a method for supporting automatic configuration in a high availability environment, which includes the following steps:
s1, configuring the network resource weight information of any service to be deployed;
s2, generating a configuration file by the configuration and sending the configuration file to a node to be configured;
and S3, the node to be configured configures the node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file.
Generally, different services have different requirements on a network, for example, certain services that need to be downloaded or uploaded have higher requirements on downlink bandwidth and uplink bandwidth of the network, and when configuring the network resource weight information, one or more pieces of network resource configuration information of the services to be partially configured may be configured according to the requirements. The network resource weight information of the service to be deployed configured in this embodiment includes a name of the service to be deployed, to which the network resource weight needs to be configured, and a corresponding upload weight, download weight, and network delay weight. For the service to be deployed configured with the network resource weight, allocating an execution node for the service to be deployed according to the configured weight, specifically:
calculating the execution weight of each configuration node aiming at the service to be deployed according to the network resource weight;
and for any service to be deployed, selecting the configuration node corresponding to the maximum execution weight as the node to be deployed.
Wherein the execution weight omega of the node i to be configured for the service j to be deployediThe calculation formula is as follows:
Figure GDA0002833139740000041
Figure GDA0002833139740000042
in the formula, ai、bi、ciRespectively the uploading rate, the downloading rate and the network delay of the node i to be configured; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing the uploading weight, the downloading weight and the network delay weight of the service j to be deployed.
It should be noted that, for a service to be deployed that is not configured with network resource weight information, the service to be deployed is randomly allocated to a certain node for execution.
In addition, the configuration of the service to be deployed also includes a network configuration and a program mapping configuration, and when the method configures the network resource weight information of any service to be deployed in step S1, the method also configures the network configuration information of the service to be deployed and the program mapping information of the service to be deployed. The two configurations are also generated in a configuration file, and the node to be configured performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
The configured network configuration information of the service to be deployed comprises the name of each service to be deployed, the configured virtual IP address, the bound network card and the subnet mask. The program mapping information for configuring the service to be deployed is specifically a name of the service to be deployed corresponding to the defined program. It should be noted that, in some cases, the same program module may be called by multiple services, that is, one program may correspond to at least one service to be deployed.
An example is provided below to illustrate the present invention.
In this example, a highly available environment with three nodes is to be deployed, and nine services, namely mysql, bmc, influx, etc., need to be deployed highly available on the three nodes. The three nodes are respectively provided with four network cards eth0, eht1, eth2 and eth3 which are respectively connected with four mutually isolated networks.
(1) Configuring network configuration information for a service to be deployed
The network configuration information for the nine services to be deployed is shown in table 1 below.
TABLE 1 network configuration of a service to be deployed
eth0 eth1 eth2 eth3
Subnet mask 20 20 20 24
ISPIM 100.7.32.83
mysql 100.7.32.85
influx 100.7.32.83
bmc 100.7.32.96
gui 192.168.11.182
dsm 192.168.13.77
host 192.168.13.77
north1 192.168.11.183
north2 192.168.12.18
(2) Configuring program mapping information for a service to be deployed
The program mapping information for configuring the service to be deployed is specifically a name of the service to be deployed corresponding to the defined program, and codes of the program mapping information are as follows, wherein the worker and normal program modules provide services for a plurality of networks.
Figure GDA0002833139740000051
Figure GDA0002833139740000061
When the service needs to be added or deleted, the corresponding relation of the service only needs to be added or deleted in the network configuration of the service and the corresponding relation of the service and the program. For example, when the north2 service needs to be deleted, the network configuration information is as shown in table 2 below.
Table 2 network configuration of service to be deployed after deleting normal 2 service
Figure GDA0002833139740000062
Figure GDA0002833139740000071
The correspondence between the service and the program when deleting the normal 2 service is as follows:
Figure GDA0002833139740000072
Figure GDA0002833139740000081
(3) configuring network resource weight information for a service to be deployed
In this example, the gui, mysql, infilux services have higher requirements on network delay, the bmc service has higher requirements on network download, and the network resource weight configuration of the services is shown in the following codes. The key value represents the name of the service, and the corresponding value is an array containing three numerical values which respectively represent the weight of downloading, uploading and network delay.
Figure GDA0002833139740000082
In a highly available environment, nine services are configured at each node, but not every node runs nine services, but each service is performed by a specific node. For services configured with network resource weight information (such as the above gui, mysql, influx, and bmc services), which node is to execute is determined by calculating the execution service weight of each node. And for the service which is not configured with the weight information of the network resource, allocating the service to a certain node for execution.
For the service configured with the network resource weight, the node executes the weight calculation process as follows: and testing the network information of each node by using a network testing module, calculating the testing result through a calculation rule, uploading and downloading, testing the uploading and downloading rates of the nodes respectively, and then carrying out normalization processing. The uploading rate, the downloading rate and the network delay of a certain node are respectively ai、bi、ciFor any service j (a service configured with network resource weight), the upload weight, download weight, and network delay weight of the service are λj、μj、νj(e.g., gui service with three values of 1,1,9), the weight ω of the execution of the service by the node i is giveniThe node with the largest execution weight is taken to execute the service as follows:
Figure GDA0002833139740000091
Figure GDA0002833139740000092
in this example, n is 3, that is, three nodes are provided.
After all the configuration is completed, generating a configuration file and sending the configuration file to the node to be configured, analyzing the network configuration information of the service to be deployed and the program mapping information of the service to be deployed from the configuration file by the node to be configured, judging whether network resource weight information exists or not, analyzing the network resource weight information if the network resource weight information exists, and completing automatic environment configuration according to the information.
Example two
As shown in fig. 2, on the basis of the first embodiment, the present embodiment provides an apparatus for supporting automatic configuration in a high availability environment, which includes the following functional modules.
The first configuration module 1: configuring network resource weight information of any service to be deployed;
the configuration file generation module 4: generating a configuration file from the configuration information of the first configuration module;
the configuration file sending module 5: sending the configuration file to a node to be configured;
the node configuration module 6: and configuring nodes for the service to be deployed with the network resource weight according to the network resource weight information in the configuration file.
In addition, in order to realize complete automatic configuration, the following functional modules are also arranged.
The second configuration module 2: configuring network configuration information of a service to be deployed;
the third configuration module 3: and configuring program mapping information of the service to be deployed.
The configuration file generation module 4 generates configuration files from the configuration information of the first configuration module, the second configuration module and the third configuration module. The node configuration module 6 also performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
In this embodiment, the network resource weight information configured by the first configuration module 1 includes a name of a service to be deployed, which needs to be configured with a network resource weight, and a corresponding upload weight, download weight, and network delay weight.
The node configuration module 6 configures a node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file, specifically:
calculating the execution weight of each configuration node aiming at the service to be deployed according to the network resource weight;
and for any service to be deployed, selecting the configuration node corresponding to the maximum execution weight as the node to be deployed.
Node i needle to be configuredExecution weight omega of service j to be deployediThe calculation formula is as follows:
Figure GDA0002833139740000101
Figure GDA0002833139740000102
in the formula, ai、bi、ciRespectively the uploading rate, the downloading rate and the network delay of the node i to be configured; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing the uploading weight, the downloading weight and the network delay weight of the service j to be deployed.
The above disclosure is only for the preferred embodiments of the present invention, but the present invention is not limited thereto, and any non-inventive changes that can be made by those skilled in the art and several modifications and amendments made without departing from the principle of the present invention shall fall within the protection scope of the present invention.

Claims (7)

1. A method for supporting automatic configuration in a high availability environment, comprising the steps of:
configuring network resource weight information of any service to be deployed; the network resource weight information comprises the name of the service to be deployed and the corresponding uploading weight, downloading weight and network delay weight, wherein the weight of the network resource needs to be configured;
generating a configuration file by the configuration, and sending the configuration file to a node to be configured;
the node to be configured configures a node for the service to be deployed configured with the network resource weight according to the network resource weight information in the configuration file, and specifically includes:
calculating the execution weight of each configuration node aiming at the service to be deployed according to the network resource weight;
for any service to be deployed, selecting a configuration node corresponding to the maximum execution weight as a node to be deployed; wherein the section to be configuredExecution weight omega of point i for service j to be deployediThe calculation formula is as follows:
Figure FDA0003649901020000011
Figure FDA0003649901020000012
in the formula, ai、bi、ciRespectively the uploading rate, the downloading rate and the network delay of the node i to be configured; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing the uploading weight, the downloading weight and the network delay weight of the service j to be deployed.
2. The method for supporting automatic configuration of high availability environment according to claim 1, further comprising the steps of:
configuring network configuration information of a service to be deployed;
configuring program mapping information of a service to be deployed;
the configuration is generated in a configuration file, and the node to be configured performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
3. The method for supporting automatic configuration of high availability environment according to claim 2, wherein the network configuration information includes name of each service to be deployed, configured virtual IP address, bound network card and subnet mask.
4. The method for supporting automatic configuration of high availability environment according to claim 3, wherein the program mapping information for configuring the service to be deployed is specifically a name of the service to be deployed corresponding to the defined program.
5. The method for supporting automatic configuration of high availability environment according to claim 4, wherein one program corresponds to at least one service to be deployed.
6. An apparatus for supporting automatic configuration in a high availability environment, comprising,
a first configuration module: configuring network resource weight information of any service to be deployed; the network resource weight information comprises the name of the service to be deployed and the corresponding uploading weight, downloading weight and network delay weight, wherein the weight of the network resource needs to be configured;
a configuration file generation module: generating a configuration file from the configuration information of the first configuration module;
a configuration file sending module: sending the configuration file to a node to be configured;
a node configuration module: configuring nodes for the to-be-deployed service configured with the network resource weight according to the network resource weight information in the configuration file, specifically:
calculating the execution weight of each configuration node aiming at the service to be deployed according to the network resource weight;
for any service to be deployed, selecting a configuration node corresponding to the maximum execution weight as a node to be deployed;
wherein the execution weight omega of the node i to be configured for the service j to be deployediThe calculation formula is as follows:
Figure FDA0003649901020000021
Figure FDA0003649901020000022
in the formula, ai、bi、ciRespectively the uploading rate, the downloading rate and the network delay of the node i to be configured; n is the number of nodes to be configured; lambda [ alpha ]j、μj、νjRespectively representing services to be deployed jUpload weight, download weight, network delay weight.
7. The apparatus for supporting automatic configuration of high availability environment according to claim 6, further comprising,
a second configuration module: configuring network configuration information of a service to be deployed;
a third configuration module: configuring program mapping information of a service to be deployed;
the configuration file generation module generates configuration files from the configuration information of the first configuration module, the second configuration module and the third configuration module;
and the node configuration module also performs network and program mapping configuration of the service to be deployed according to the network configuration information and the program mapping information in the configuration file.
CN202011145996.7A 2020-10-23 2020-10-23 Method and device for supporting automatic configuration of high-availability environment Active CN112333010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011145996.7A CN112333010B (en) 2020-10-23 2020-10-23 Method and device for supporting automatic configuration of high-availability environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011145996.7A CN112333010B (en) 2020-10-23 2020-10-23 Method and device for supporting automatic configuration of high-availability environment

Publications (2)

Publication Number Publication Date
CN112333010A CN112333010A (en) 2021-02-05
CN112333010B true CN112333010B (en) 2022-06-21

Family

ID=74310685

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011145996.7A Active CN112333010B (en) 2020-10-23 2020-10-23 Method and device for supporting automatic configuration of high-availability environment

Country Status (1)

Country Link
CN (1) CN112333010B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594902A (en) * 2012-03-01 2012-07-18 浙江大学 BitTorrent node selecting method based on node performance
CN108243044A (en) * 2016-12-27 2018-07-03 华为技术有限公司 The method and apparatus of service deployment
CN108881476A (en) * 2018-07-16 2018-11-23 众安信息技术服务有限公司 Block chain dispositions method and system
CN109413147A (en) * 2018-09-13 2019-03-01 深圳壹账通智能科技有限公司 Management method, device, equipment and the computer readable storage medium of service node
CN109600260A (en) * 2018-12-11 2019-04-09 浪潮(北京)电子信息产业有限公司 Distributed memory system High Availabitity arrrangement method, system and device
CN111475282A (en) * 2020-03-08 2020-07-31 苏州浪潮智能科技有限公司 Distributed storage load balancing method and device based on client
CN111736993A (en) * 2020-06-12 2020-10-02 苏州浪潮智能科技有限公司 Cluster high-availability service configuration method, system, terminal and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594902A (en) * 2012-03-01 2012-07-18 浙江大学 BitTorrent node selecting method based on node performance
CN108243044A (en) * 2016-12-27 2018-07-03 华为技术有限公司 The method and apparatus of service deployment
CN108881476A (en) * 2018-07-16 2018-11-23 众安信息技术服务有限公司 Block chain dispositions method and system
CN109413147A (en) * 2018-09-13 2019-03-01 深圳壹账通智能科技有限公司 Management method, device, equipment and the computer readable storage medium of service node
CN109600260A (en) * 2018-12-11 2019-04-09 浪潮(北京)电子信息产业有限公司 Distributed memory system High Availabitity arrrangement method, system and device
CN111475282A (en) * 2020-03-08 2020-07-31 苏州浪潮智能科技有限公司 Distributed storage load balancing method and device based on client
CN111736993A (en) * 2020-06-12 2020-10-02 苏州浪潮智能科技有限公司 Cluster high-availability service configuration method, system, terminal and storage medium

Also Published As

Publication number Publication date
CN112333010A (en) 2021-02-05

Similar Documents

Publication Publication Date Title
US10200279B1 (en) Tracer of traffic trajectories in data center networks
US8681658B2 (en) System and method to provision an MPLS/VPN network
KR100645733B1 (en) Automatic configuration of network for monitoring
EP3664420B1 (en) Managing address spaces across network elements
JP2018537004A (en) System and method for efficient network isolation and load balancing in a multi-tenant cluster environment
CN111147538B (en) Service function chain path selection method and system
CN111817869B (en) Network configuration recovery method and related equipment thereof
US10057131B1 (en) System and method for topology-aware configuration generation
CN106713420B (en) The dispositions method and device of monitoring
EP2924934A1 (en) Ethernet switch and method for establishing forwarding patterns in an Ethernet switch
CN111654399B (en) Networking method, device, equipment and storage medium based on SD-WAN
US20160269232A1 (en) Network management apparatus and network management method
CN105743687B (en) Method and device for judging node fault
Lee et al. A self-recovery scheme for service function chaining
CN105119993A (en) Virtual machine deployment method and apparatus
CN107517129B (en) Method and device for configuring uplink interface of equipment based on OpenStack
CN105337860A (en) Method and system for determining transmission path of data packet, and apparatuses
CN112333010B (en) Method and device for supporting automatic configuration of high-availability environment
EP3240251A1 (en) Line card determination, determination processing method and device, and line card determination system
CN108271149B (en) Method, equipment and system for migrating user data anchor points
CN109981437B (en) Multi-data center intercommunication method based on VPC and related equipment
CN113904871B (en) Access method of network slice, PCF entity, terminal and communication system
CN114615285B (en) Physical machine deployment method and device, electronic equipment and storage medium
CN106506375A (en) A kind of route renewing method and device
JP6472312B2 (en) Functional part assignment apparatus and functional part assignment method

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