WO2015003420A1 - 一种云计算环境的资源部署方法 - Google Patents

一种云计算环境的资源部署方法 Download PDF

Info

Publication number
WO2015003420A1
WO2015003420A1 PCT/CN2013/081306 CN2013081306W WO2015003420A1 WO 2015003420 A1 WO2015003420 A1 WO 2015003420A1 CN 2013081306 W CN2013081306 W CN 2013081306W WO 2015003420 A1 WO2015003420 A1 WO 2015003420A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource deployment
module
distributed communication
communication module
name
Prior art date
Application number
PCT/CN2013/081306
Other languages
English (en)
French (fr)
Inventor
马桂成
杨松
莫展鹏
季统凯
Original Assignee
国云科技股份有限公司
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 国云科技股份有限公司 filed Critical 国云科技股份有限公司
Priority to US14/389,740 priority Critical patent/US10069715B2/en
Priority to EP13883851.1A priority patent/EP2852124A4/en
Publication of WO2015003420A1 publication Critical patent/WO2015003420A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5072Grid computing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • 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
    • 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/10Protocols in which an application is distributed across nodes in the network

Definitions

  • the present invention relates to the field of network resource deployment technologies, and in particular, to a resource deployment method for a cloud computing environment.
  • the technical problem to be solved by the present invention is to provide a rapid resource deployment method for a cloud computing environment, and solve the problem of slow deployment of peer-to-peer resources.
  • the technical solution of the present invention to solve the above technical problem is: Including the following steps:
  • Step 1 Install a distributed communication module and a resource deployment module on each node
  • Step 2 The user sends a resource deployment request to other nodes through the resource deployment module of one of the nodes;
  • Step 3 The distributed communication module of the node transmits the local resource deployment module to the local resource deployment module if it finds that its destination contains the local resource deployment module, and continues to transfer resources between the distributed communication modules if there are other destinations;
  • Step 4 The local resource deployment module deploys resources
  • Step 5 End the deployment of resources.
  • the certain distributed communication module may act as a server or as a client; the distributed communication module on the node establishes a connection with the nearest other node distributed communication module.
  • the resource deployment module reads the name on the configuration file, registers the name with the distributed communication module, and then the distributed communication module updates the routing table; the active name of each resource deployment module is different, and the unique representation is different. Resource deployment module on the node.
  • Transferring resources between the distributed communication modules includes the following steps:
  • Step 1 The resource deployment module on a node sends a resource deployment request to the distributed communication module of the node;
  • Step 2 The distributed communication module queries the routing table. If the receiver is found to include the local resource deployment module, go to step 3. Otherwise, go to step 4.
  • Step 3 The distributed communication module delivers the resource to the local resource deployment module; the destination of the resource deployment request deletes the name of the local resource deployment module; the local resource deployment module deploys the resource; Step 4: If the resource deployment request has other destinations, the distributed communication module queries the receiver's routing table, obtains the connection of the distributed communication module of the next station, and sends the resource deployment request to the next station distributed communication module.
  • the routing table update step is:
  • Step 1 The local distributed communication module receives the registration request of the resource deployment module as the client, obtains its name, and sets its communication distance to 1;
  • Step 2 If there is a next station distributed communication module, notify the next station distributed communication module;
  • Step 3 The next station distributed communication module receives the new client registration notification, and the communication distance is +1; Whether the name exists, if there is no execution step 4, if there is step 5;
  • Step 4 Add the client name, the connection of the previous station distributed communication module, and the communication distance record from the router table, and directly execute step 2;
  • Step 5 If yes, judge the previous communication distance and the current communication distance. If the current communication distance is shorter, perform step 6; otherwise, perform step 2;
  • Step 6 The distributed communication module connection corresponding to the client name in the routing table record is updated to the previous station distributed communication module and the latest communication distance.
  • the method for rapidly deploying resources in a cloud computing distributed environment of the present invention can deploy resources such as a virtual machine image, a node controller, a monitoring agent, a serial communication tool, and a logical volume controller to the same resource deployment software nameA of the node A.
  • the user only needs to fill in the destination name of the resource deployment software nameA as nameB, nameC, nameD and nameE and the resource path, and send a request to implement a simple, fast and one-time resource deployment request. Since the distributed communication module is based on socket communication and does not depend on a specific operating system, resources can be deployed to different operating systems.
  • N A distributed communication environment is established between the nodes, so that at least N-1 connections can be established to communicate with each other (like N points on a straight line), of course, more connections can be established, and the number of connections depends on the specific deployment situation. .
  • FIG. 2 is a flow chart of one embodiment of the present invention.
  • the resource rapid deployment method of the present invention includes the following steps:
  • Step 1 Install a distributed communication module and a resource deployment module on each node
  • Step 2 The user sends a resource deployment request to other nodes through the resource deployment module of one of the nodes;
  • Step 3 The distributed communication module of the node passes to the local resource deployment module if it finds that its destination contains a local resource deployment module, and continues to transfer resources between the distributed communication modules if there are other destinations;
  • Step 4 The local resource deployment module deploys resources
  • Step 5 End the deployment of resources.
  • a distributed communication module can act as a server or as a client; a distributed communication module on a node establishes a connection with a nearest node distributed communication module. If a distributed communication environment is established between N nodes, then at least N-1 connections can be established to communicate with each other (like N points on a straight line). Of course, more connections can be established, and the number of connections depends on the specific deployment. Depending on the situation.
  • the resource deployment module reads the name on the configuration file, registers the name with the distributed communication module, and then the distributed communication module updates the routing table; the active name of each resource deployment module is different, to uniquely represent the different nodes. Resource deployment module.
  • Passing resources between distributed communication modules includes the following steps:
  • Step 1 The resource deployment module on a node sends a resource deployment request to the distributed communication module of the node;
  • Step 2 The distributed communication module queries the routing table. If the receiver is found to include the local resource deployment module, go to step 3. Otherwise, go to step 4.
  • Step 3 The distributed communication module delivers the resource to the local resource deployment module; the destination of the resource deployment request deletes the name of the local resource deployment module; the local resource deployment module deploys the resource;
  • Step 4 If the resource deployment request has other destinations, the distributed communication module queries the receiver's routing table, obtains the connection of the next station's distributed communication module, and sends the resource deployment request to the next station distributed communication module.
  • the routing table update steps are:
  • Step 1 The local distributed communication module receives the registration request of the resource deployment module as the client, obtains its name, and sets its communication distance to 1;
  • Step 2 If there is a next station distributed communication module, notify the next station distributed communication module;
  • Step 3 The next station distributed communication module receives a new client registration notification, and the communication distance is +1; Whether the name exists, if there is no execution step 4, if there is step 5;
  • Step 4 Add the client name, the connection of the previous station distributed communication module, and the communication distance record by the router table, and directly perform step 2;
  • Step 5 If yes, determine the previous communication distance and the current communication distance. If the current communication distance is shorter, perform step 6; otherwise, perform step 2;
  • Step 6 The distributed communication module connection corresponding to the client name in the routing table record is updated to the previous station distributed communication module and the latest communication distance.
  • nodes A, B, C, D, E There are 4 server nodes A, B, C, D, E; nodes A, B, C, D are one subnet 192.168.6.XXX, and node E is another subnet 192 ⁇ 168 ⁇ 10 ⁇ .
  • the distributed communication module A first determines whether the destination list contains the name of the locally deployed resource module, and if the discovery is not included, the distributed communication module A queries the routing table, queries the distributed communication module B of the next station, and sends the resource. Deploying the request to the distributed communication module B;
  • the distributed communication module B determines whether the destination list contains the name of the locally deployed resource module, and if the local resource deployment module is included, the resource deployment request is sent to the local resource deployment module, and the resource deployment module automatically deploys the resource; List delete nameB, the remaining destination list is nameC, nameD, and nameE; because the destination list is not empty, the query The next station is the distributed communication module C, sending a resource deployment request to the distributed communication module C;
  • the distributed communication module C determines whether the destination list contains the name of the locally deployed resource module, and if the local resource deployment module is included, the resource deployment request is sent to the local resource deployment module, and the resource deployment module automatically deploys the resource; List delete nameC, the remaining destination list is nameD and nameE; because the destination list is not empty, query the next station for the distributed communication module D, send resource deployment request to the distributed communication module D;
  • the distributed communication module D determines whether the destination list contains the name of the locally deployed resource module, and if the local resource deployment module is included, the resource deployment request is sent to the local resource deployment module, and the resource deployment module automatically deploys the resource; List delete nameD, the remaining destination list is nameE; because the destination list is not empty, query the next station for the distributed communication module D, send the resource deployment request to the distributed communication module D;
  • the distributed communication module E determines whether the destination list contains the name of the locally deployed resource module, and if the local resource deployment module is included, the resource deployment request is sent to the local resource deployment module, and the resource deployment module automatically deploys the resource; The name is deleted from the list, and the remaining destination list is nameE. Because the destination list is empty, the resource deployment process ends.
  • the deployment of the present invention is clearly very fast due to the simplicity of the connection, the simplicity of router setup, ease of management, and cross-platform reasons. This advantage is even more apparent when deploying resources from nameC to both nodes.

Abstract

本发明涉及网络资源部署技术领域,尤其是一种云计算环境的资源部署方法。本发明首先在各个节点安装分布式通信模块和资源部署模块,用户通过其中一个节点的资源部署模块,向其他节点发送资源部署的请求,然后分布式通信模块之间传递资源,当分布式通信模块发现其目的地包含本地的资源部署模块就传递给本地资源部署模块,最后资源本地资源部署模块部署资源。本发明解决了对点对部署连接数过多、管理复杂、不能一次性部署多个目标造成大量的重复性工作等问题;可适用于云计算资源的部署。

Description

一种云计算环境的资源部署方法 技术领域
本发明涉及网络资源部署技术领域, 尤其是一种云计算环境的资源部署方 法。
背景技术
随着云计算技术的快速发展, 用户对服务要求越来越高, 各个企业或者政 府部门部署大量的服务器来提供服务。 众多的企业或者政府部门的服务器节点 数量达到 100个以上; 管理如此大量的节点规模的资源部署, 如沿用以前点对 点部署将是维护人员的噩梦, 且会带来以下问题:
一是节点庞大导致 IP管理复杂, 连接数过多导致资源部署复杂, 当一个节 点的 IP变更的时候, 需重新连接多个节点。
二是资源部署工作重复性大, 不能一次性解决。
三是跨网段资源部署需要频繁修改路由器配置。 在大规模节点情况下, 简单、 快速并且一次性的资源部署方法, 可以大大 减少系统维护人员的压力, 并降低普通用户的使用难度; 为了减少资源部署工 作, 需要一种分布式环境下的资源快速部署方法。 发明内容
本发明解决的技术问题在于提供一种云计算环境的资源快速部署方法, 解 决点对点部署资源慢等问题。 本发明解决上述技术问题的技术方案是: 包括如下步骤:
步骤 1: 在各个节点安装分布式通信模块和资源部署模块;
步骤 2: 用户通过其中一个节点的资源部署模块, 向其他节点发送资源部署 的请求;
步骤 3:该节点的分布式通信模块如发现其目的地包含有本地的资源部署模 块则传递给本地资源部署模块, 如果还有其他目的地则继续在分布式通信模块 之间传递资源;
步骤 4: 本地资源部署模块部署资源;
步骤 5: 部署资源结束。
所述某个分布式通信模块可以充当服务端也可以充当客户端; 所述节点上 的分布式通信模块与最近的其他节点分布式通信模块建立连接。
所述资源部署模块读取配置文件上的名称, 向分布式通信模块注册此名称, 然后分布式通信模块更新路由表; 所述每个资源部署模块主动的名称都不相同, 以唯一表示不同的节点上资源部署模块。
所述分布式通信模块之间传递资源包括如下步骤:
步骤 1:某节点上的资源部署模块发送资源部署请求到该节点的分布式通信 模块;
步骤 2: 分布式通信模块查询路由表, 若发现接收方包含本地的资源部署模 块则执行步骤 3; 否则执行步骤 4;
步骤 3: 分布式通信模块传递资源到本地资源部署模块; 资源部署请求的目 的地删除本地资源部署模块的名称; 本地资源部署模块部署资源; 步骤 4: 若资源部署请求还有其他目的地, 分布式通信模块查询接收方的路 由表, 获取下一站的分布式通信模块的连接, 发送资源部署请求到下一站分布 式通信模块。
所述路由表更新步骤为:
步骤 1 : 本地分布式通信模块收到作为客户端的资源部署模块的注册请求, 获取其名称, 设置其通信距离为 1 ;
步骤 2 : 若存在下一站分布式通信模块, 通知到下一站分布式通信模块; 步骤 3 : 下一站分布式通信模块收到新客户端注册通知, 将通信距离 +1 ; 判 断此注册名称是否存在, 若不存在执行步骤 4, 若存在执行步骤 5;
步骤 4: 由路由器表新增客户端名称、上一站分布式通信模块的连接和通信 距离的记录, 直接执行步骤 2;
步骤 5 : 若存在则判断以前的通信距离跟现在的通信距离, 若现在的通信距 离更短则执行步骤 6; 否则执行步骤 2 ;
步骤 6:路由表记录中客户端名称对应的分布式通信模块连接更新为上一站 分布式通信模块以及最新的通信距离。
本发明的一种云计算分布式环境下的资源的快速部署方法可以在节点 A的 资源部署软件 nameA部署虚拟机镜像、 节点控制器、 监控代理、 串口通信工具 以及逻辑卷控制器等资源到同一个子网 1的节点 B、 C、 D和子网 2的节点 E上。 用户只需要在资源部署软件 nameA上填上目的地的名称为 nameB、 nameC, nameD和 nameE以及资源路径, 发送请求就可以实现简单、 快速和一次性的资 源部署请求。 由于分布式通信模块基于 socket通信并不依赖具体的操作系统, 可以将资源部署到不同的操作系统上。 采用本发明的资源部署方法, 如果 N个 节点之间建立分布式通信环境, 那么最少建立 N-1条连接就可以相互通信 (像 一条直线上有 N个点) , 当然可以建立更多的连接, 连接条数多少视具体部署 情况而定。
附图说明
下面结合附图对本发明做进一步的说明:
图 1是本发明资源快速部署流程图;
图 2是本发明的一个具体实施例的流程图。
具体实施方式
如图 1所示, 本发明的资源快速部署方法包括如下步骤:
步骤 1 : 在各个节点安装分布式通信模块和资源部署模块;
步骤 2 : 用户通过其中一个节点的资源部署模块, 向其他节点发送资源部署 的请求;
步骤 3 :该节点的分布式通信模块如发现其目的地包含有本地的资源部署模 块则传递给本地资源部署模块, 如果还有其他目的地则继续在分布式通信模块 之间传递资源;
步骤 4: 本地资源部署模块部署资源;
步骤 5 : 部署资源结束。
在本发明的方法中, 某个分布式通信模块可以充当服务端也可以充当客户 端; 某节点上的分布式通信模块与最近的其他节点分布式通信模块建立连接。 如果 N个节点之间建立分布式通信环境, 那么最少建立 N-1条连接就可以相互 通信 (像一条直线上有 N个点) , 当然可以建立更多的连接, 连接条数多少视 具体部署情况而定。 资源部署模块读取配置文件上的名称, 向分布式通信模块注册此名称, 然 后分布式通信模块更新路由表; 所述每个资源部署模块主动的名称都不相同, 以唯一表示不同的节点上资源部署模块。
分布式通信模块之间传递资源包括如下步骤:
步骤 1:某节点上的资源部署模块发送资源部署请求到该节点的分布式通信 模块;
步骤 2: 分布式通信模块查询路由表, 若发现接收方包含本地的资源部署模 块则执行步骤 3; 否则执行步骤 4;
步骤 3: 分布式通信模块传递资源到本地资源部署模块; 资源部署请求的目 的地删除本地资源部署模块的名称; 本地资源部署模块部署资源;
步骤 4: 若资源部署请求还有其他目的地, 分布式通信模块查询接收方的路 由表, 获取下一站的分布式通信模块的连接, 发送资源部署请求到下一站分布 式通信模块。
路由表更新步骤为:
步骤 1: 本地分布式通信模块收到作为客户端的资源部署模块的注册请求, 获取其名称, 设置其通信距离为 1;
步骤 2: 若存在下一站分布式通信模块, 通知到下一站分布式通信模块; 步骤 3: 下一站分布式通信模块收到新客户端注册通知, 将通信距离 +1; 判 断此注册名称是否存在, 若不存在执行步骤 4, 若存在执行步骤 5;
步骤 4: 由路由器表新增客户端名称、上一站分布式通信模块的连接和通信 距离的记录, 直接执行步骤 2; 步骤 5: 若存在则判断以前的通信距离跟现在的通信距离, 若现在的通信距 离更短则执行步骤 6; 否则执行步骤 2;
步骤 6:路由表记录中客户端名称对应的分布式通信模块连接更新为上一站 分布式通信模块以及最新的通信距离。
如图 2, 是本发明的一具体应用示例; 建立分布式平台流程如下:
( 1 ) 有 4台服务器节点 A、 B、 C、 D、 E; 节点 A、 B、 C、 D是一个子网 192.168.6.XXX, 而节点 E是另夕卜一个子网 192·168·10·ΧΧΧ。
(2 ) 建立连接 A~B、 B~C、 C~D和 D~E的分布式通信模块之间连接 (共 4条 连接), 那么只需要路由器设置运行节点 E和 E可以互访。
(3 ) 资源部署启动读取配置文件的名称, 通过此名称注册到分布式通信模 块;
(4) 若服务器节点 C的 IP地址变更了, 那么只需要重新建立 B~C和 C~D 的连接。
(5 ) 通过节点 A通过 nameA发送部署资源请求 (目的地列表为 nameB、 nameC、 nameD禾口 nameE) ;
(6) 分布式通信模块 A首先判断目的地列表是否包含有本地部署资源模块 的名称, 发现没有包含, 则分布式通信模块 A查询路由表, 查询下一 站的分布式通信模块 B, 发送资源部署请求到分布式通信模块 B;
(7) 分布式通信模块 B判断目的地列表是否包含有本地部署资源模块的名 称, 发现包含了本地资源部署模块, 则发送资源部署请求到本地资源 部署模块, 资源部署模块自动部署资源; 目的地列表删除 nameB, 剩 余目的地列表为 nameC、 nameD和 nameE; 由于目的列表不空, 查询 下一站的为分布式通信模块 C, 发送资源部署请求到分布式通信模块 C;
( 8) 分布式通信模块 C判断目的地列表是否包含有本地部署资源模块的名 称, 发现包含了本地资源部署模块, 则发送资源部署请求到本地资源 部署模块, 资源部署模块自动部署资源; 目的地列表删除 nameC, 剩 余目的地列表为 nameD和 nameE; 由于目的列表不空, 查询下一站 的为分布式通信模块 D, 发送资源部署请求到分布式通信模块 D;
( 9) 分布式通信模块 D判断目的地列表是否包含有本地部署资源模块的名 称, 发现包含了本地资源部署模块, 则发送资源部署请求到本地资源 部署模块, 资源部署模块自动部署资源; 目的地列表删除 nameD, 剩 余目的地列表为 nameE; 由于目的列表不空, 查询下一站的为分布式 通信模块 D, 发送资源部署请求到分布式通信模块 D;
( 10) 分布式通信模块 E判断目的地列表是否包含有本地部署资源模块 的名称, 发现包含了本地资源部署模块, 则发送资源部署请求到本地 资源部署模块,资源部署模块自动部署资源; 目的地列表删除 nameE, 剩余目的地列表为 nameE; 由于目的列表为空, 结束资源部署流程。 由于连接简单、 路由器设置简单、 管理方便和跨平台等原因, 本发明部署 显然是非常快速的。 当从 nameC向两边的节点部署资源, 这种优势更加明显。

Claims

权 利 要 求 书
1、 一种云计算环境的资源部署方法, 其特征在于: 包括如下步骤: 步骤 1 : 在各个节点安装分布式通信模块和资源部署模块;
步骤 2 : 用户通过其中一个节点的资源部署模块, 向其他节点发送资源部署 的请求;
步骤 3 :该节点的分布式通信模块如发现其目的地包含有本地的资源部署模 块则传递给本地资源部署模块, 如果还有其他目的地则继续在分布式通信模块 之间传递资源;
步骤 4: 本地资源部署模块部署资源;
步骤 5: 部署资源结束。
2、 根据权利要求 1所述的资源部署方法, 其特征在于: 所述某个分布式通 信模块可以充当服务端也可以充当客户端; 所述节点上的分布式通信模块与最 近的其他节点分布式通信模块建立连接。
3、 根据权利要求 1所述的资源部署方法, 其特征在于: 所述资源部署模块 读取配置文件上的名称, 向分布式通信模块注册此名称, 然后分布式通信模块 更新路由表; 所述每个资源部署模块主动的名称都不相同, 以唯一表示不同的 节点上资源部署模块。
4、 根据权利要求 2所述的资源部署方法, 其特征在于: 所述资源部署模块 读取配置文件上的名称, 向分布式通信模块注册此名称, 然后分布式通信模块 更新路由表; 所述每个资源部署模块主动的名称都不相同, 以唯一表示不同的 节点上资源部署模块。
5、 根据权利要求 1至 4任一项所述的资源部署方法, 其特征在于: 所述分 布式通信模块之间传递资源包括如下步骤:
步骤 1:某节点上的资源部署模块发送资源部署请求到该节点的分布式通信 模块;
步骤 2: 分布式通信模块查询路由表, 若发现接收方包含本地的资源部署模 块则执行步骤 3; 否则执行步骤 4;
步骤 3 : 分布式通信模块传递资源到本地资源部署模块; 资源部署请求的目 的地删除本地资源部署模块的名称; 本地资源部署模块部署资源;
步骤 4: 若资源部署请求还有其他目的地, 分布式通信模块查询接收方的路 由表, 获取下一站的分布式通信模块的连接, 发送资源部署请求到下一站分布 式通信模块。
6、 根据权利要求 3或 4所述的快速部署方法, 其特征在于: 所述路由表更 新步骤为:
步骤 1 : 本地分布式通信模块收到作为客户端的资源部署模块的注册请求, 获取其名称, 设置其通信距离为 1;
步骤 2 : 若存在下一站分布式通信模块, 通知到下一站分布式通信模块; 步骤 3 : 下一站分布式通信模块收到新客户端注册通知, 将通信距离 +1; 判 断此注册名称是否存在, 若不存在执行步骤 4, 若存在执行步骤 5;
步骤 4: 由路由器表新增客户端名称、上一站分布式通信模块的连接和通信 距离的记录, 直接执行步骤 2;
步骤 5 : 若存在则判断以前的通信距离跟现在的通信距离, 若现在的通信距 离更短则执行步骤 6; 否则执行步骤 2; 步骤 6:路由表记录中客户端名称对应的分布式通信模块连接更新为上一站 分布式通信模块以及最新的通信距离。
7、 根据权利要求 5所述的资源部署方法, 其特征在于: 所述路由表更新步 骤为:
步骤 1 : 本地分布式通信模块收到作为客户端的资源部署模块的注册请求, 获取其名称, 设置其通信距离为 1;
步骤 2 : 若存在下一站分布式通信模块, 通知到下一站分布式通信模块; 步骤 3 : 下一站分布式通信模块收到新客户端注册通知, 将通信距离 +1; 判 断此注册名称是否存在, 若不存在执行步骤 4, 若存在执行步骤 5;
步骤 4: 由路由器表新增客户端名称、上一站分布式通信模块的连接和通信 距离的记录, 直接执行步骤 2;
步骤 5 : 若存在则判断以前的通信距离跟现在的通信距离, 若现在的通信距 离更短则执行步骤 6; 否则执行步骤 2;
步骤 6:路由表记录中客户端名称对应的分布式通信模块连接更新为上一站 分布式通信模块以及最新的通信距离。
PCT/CN2013/081306 2013-07-09 2013-08-12 一种云计算环境的资源部署方法 WO2015003420A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/389,740 US10069715B2 (en) 2013-07-09 2013-08-12 Method for deploying resource in cloud computing environment
EP13883851.1A EP2852124A4 (en) 2013-07-09 2013-08-12 RESOURCE DEPLOYMENT METHOD FOR CLOUD COMPUTING ENVIRONMENT

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310288113.1 2013-07-09
CN201310288113.1A CN103428269B (zh) 2013-07-09 2013-07-09 一种分布式环境下的资源快速部署方法

Publications (1)

Publication Number Publication Date
WO2015003420A1 true WO2015003420A1 (zh) 2015-01-15

Family

ID=49652434

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/081306 WO2015003420A1 (zh) 2013-07-09 2013-08-12 一种云计算环境的资源部署方法

Country Status (3)

Country Link
US (1) US10069715B2 (zh)
CN (1) CN103428269B (zh)
WO (1) WO2015003420A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112231097A (zh) * 2020-09-27 2021-01-15 沈阳中科博微科技股份有限公司 电容型压力变送器边缘计算工作系统和工作方法

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103428269B (zh) * 2013-07-09 2016-08-10 国云科技股份有限公司 一种分布式环境下的资源快速部署方法
CN103699450B (zh) * 2013-12-20 2017-02-15 国云科技股份有限公司 一种Linux下的自适应组件间通信方法
US10809989B2 (en) * 2017-05-05 2020-10-20 Servicenow, Inc. Service release tool
US11121989B1 (en) * 2020-05-29 2021-09-14 Bank Of America Corporation Centralized repository and communication system for cross-network interactions

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070043831A1 (en) * 2005-08-19 2007-02-22 Kessler Carl S Distribution of software based on scheduled time to deploy software dynamic resource state of systems involved in deployment of software and based upon environmental conditions
CN101820387A (zh) * 2010-02-08 2010-09-01 北京航空航天大学 一种易扩展的快速机群部署方法
CN101989918A (zh) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 对等网络管理系统及其实现管理的方法
CN102404381A (zh) * 2011-09-02 2012-04-04 西安交通大学 一种云计算环境下基于工作流的软件部署系统及部署方法

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7221946B2 (en) * 2003-09-22 2007-05-22 Broadcom Corporation Automatic quality of service based resource allocation
US8244874B1 (en) * 2011-09-26 2012-08-14 Limelight Networks, Inc. Edge-based resource spin-up for cloud computing
US9276816B1 (en) * 2011-01-17 2016-03-01 Cisco Technology, Inc. Resource management tools to create network containers and virtual machine associations
CN102523294A (zh) * 2011-12-19 2012-06-27 中山爱科数字科技股份有限公司 一种应用于分布式计算环境的计算资源分配装置
CN103428269B (zh) * 2013-07-09 2016-08-10 国云科技股份有限公司 一种分布式环境下的资源快速部署方法
US9313281B1 (en) * 2013-11-13 2016-04-12 Intuit Inc. Method and system for creating and dynamically deploying resource specific discovery agents for determining the state of a cloud computing environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070043831A1 (en) * 2005-08-19 2007-02-22 Kessler Carl S Distribution of software based on scheduled time to deploy software dynamic resource state of systems involved in deployment of software and based upon environmental conditions
CN101989918A (zh) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 对等网络管理系统及其实现管理的方法
CN101820387A (zh) * 2010-02-08 2010-09-01 北京航空航天大学 一种易扩展的快速机群部署方法
CN102404381A (zh) * 2011-09-02 2012-04-04 西安交通大学 一种云计算环境下基于工作流的软件部署系统及部署方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112231097A (zh) * 2020-09-27 2021-01-15 沈阳中科博微科技股份有限公司 电容型压力变送器边缘计算工作系统和工作方法

Also Published As

Publication number Publication date
CN103428269B (zh) 2016-08-10
CN103428269A (zh) 2013-12-04
US20150381470A1 (en) 2015-12-31
US10069715B2 (en) 2018-09-04

Similar Documents

Publication Publication Date Title
JP5608794B2 (ja) 複数の仮想マシンを管理するための階層システム、方法、及びコンピュータプログラム
CN103179192B (zh) 虚拟服务器迁移的报文转发方法、系统及nat服务设备
CN113364610B (zh) 网络设备的管理方法、装置及系统
US10404773B2 (en) Distributed cluster processing system and packet processing method thereof
CN102549983A (zh) 分布式数据中心接入交换机
WO2012037787A1 (zh) 一种云计算中终端接入和管理的方法及系统
JP2006262193A (ja) 制御装置、パケット転送方法およびパケット処理装置
JPWO2010064644A1 (ja) クラスタ制御システム、クラスタ制御方法、及びプログラム
WO2015003420A1 (zh) 一种云计算环境的资源部署方法
US20130201875A1 (en) Distributed fabric management protocol
US20160134533A1 (en) System and method for layer 3 proxy routing
WO2015180154A1 (zh) 网络控制方法和装置
JP2011160363A (ja) コンピュータシステム、コントローラ、スイッチ、及び通信方法
JP2021536711A (ja) 通信可能に結合される通信デバイスのネットワークでのメッセージの選択的転送をサポートする方法およびデバイス
US8908702B2 (en) Information processing apparatus, communication apparatus, information processing method, and relay processing method
US7860027B2 (en) Extending an IP everywhere network over a plurality of flooding domains
CN104901825A (zh) 一种实现零配置启动的方法和装置
JP6211975B2 (ja) ネットワーク延伸システム、制御装置、およびネットワーク延伸方法
CN105227334A (zh) 一种Fabric网络拓扑发现方法和装置
CN108234305B (zh) 一种跨机框链路冗余保护的控制方法及设备
WO2015070763A1 (zh) X2接口的自建立方法及装置
CN112995027A (zh) 路由发布方法及vtep节点
WO2012146104A1 (zh) 一种端口信息更新的方法、装置及系统
TW202103475A (zh) 終端設備管理方法、伺服器及終端設備
JP5063726B2 (ja) 仮想ノード装置のコンフィグ制御方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14389740

Country of ref document: US

REEP Request for entry into the european phase

Ref document number: 2013883851

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2013883851

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13883851

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE