WO2010105433A1 - 控制自动运行过程执行的方法、装置及系统 - Google Patents

控制自动运行过程执行的方法、装置及系统 Download PDF

Info

Publication number
WO2010105433A1
WO2010105433A1 PCT/CN2009/070910 CN2009070910W WO2010105433A1 WO 2010105433 A1 WO2010105433 A1 WO 2010105433A1 CN 2009070910 W CN2009070910 W CN 2009070910W WO 2010105433 A1 WO2010105433 A1 WO 2010105433A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
stop point
automatic running
running process
current
Prior art date
Application number
PCT/CN2009/070910
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=42739134&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2010105433(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to EP09841716.5A priority Critical patent/EP2410694B1/en
Priority to PCT/CN2009/070910 priority patent/WO2010105433A1/zh
Priority to BRPI0924754-8A priority patent/BRPI0924754B1/pt
Priority to CN200980100676.5A priority patent/CN101971562B/zh
Publication of WO2010105433A1 publication Critical patent/WO2010105433A1/zh
Priority to US13/235,929 priority patent/US8732289B2/en

Links

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/0876Aspects of the degree of configuration automation
    • H04L41/0883Semiautomatic configuration, e.g. proposals from system

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method, device, and system for controlling execution of an automatic running process.
  • a network element Before a network element enters a communication network and provides communication services, it needs to go through a series of preparatory work before it can provide services. These preparations can be divided into three phases: data preparation phase; hardware installation phase; the stage before the network element is powered on and before the formal service is provided.
  • the data preparation phase will include some work of the survey, and use the planning tool to generate activities such as configuration data that the device needs to use.
  • the hardware installation phase means that after the hardware is shipped to a specific site, the hardware installation engineer installs the hardware and connects the network element to a specific physical network.
  • the main tasks are as follows: Configure network parameters for the NE, such as setting the Internet Protocol (IP) address, install the software for the NE, and provide the data preparation phase. Data is sent to the network element; verify that the network element can provide services, etc.
  • IP Internet Protocol
  • the self-configuration is performed by the network element and the Element Management System (EMS) to automatically complete the work before the NE is powered on and before the formal service is provided.
  • EMS Element Management System
  • the self-configuration process can be performed automatically, in some cases the user wants to be able to add manual control to the entire process instead of fully automatic execution, thus introducing a stoppoint, which is self-contained before the self-configuration process is performed.
  • the key steps of the configuration process set the stop point.
  • the self-configuration process will suspend execution, wait for the user to re-execute the resume operation, and then continue execution.
  • the existing self-configuration specific The process is as follows:
  • the self-configuration process is executed sequentially after execution. If the stop point is encountered, the execution is suspended, and the notification message is sent to the integrated reference point manager by the IRPAgent: Integration Reference Point Agent ( IRPManager: Integration Reference Point Manager ), waiting for the user to perform the resume operation; the IRPManager can send the resume command to the IRPAgent; after receiving the resume command, the IRPAgent continues to perform the self-configuration process from the current stop point.
  • IRPManager Integration Reference Point Manager
  • the inventor discovered that: since the self-configuration after receiving the resume command The process continues from the current stop point, so if a self-configuration process has multiple stop points set, the self-configuration process is suspended when the first stop point is encountered, when there are two IRPManagers at shorter intervals. Send two resume commands for the first stop point in time, after receiving the first resume command for the first stop point, the IRPAgent will continue to perform the self-configuration process from the first stop point; When the configuration process continues to execute, the second stop point is reached quickly. At this time, the second resume command for the first stop point arrives, and the IRPAgent will stop from the second one triggered by the second resume command.
  • the breakpoint continues to execute the self-configuration process, so after receiving two resume commands for the first stop point, the operation continues from the first stop point and the second stop point, respectively, while the user's operation It is expected that the self-configuration process will only continue from the first stop point, causing the actual operational behavior to be inconsistent with the expected user action.
  • Embodiments of the present invention provide a method, apparatus, and system for controlling execution of an automatic running process, which can ensure that an automatic running process is performed according to a user expected effect.
  • An embodiment of the present invention provides a method for controlling execution of an automatic running process, including:
  • resume command includes stop point information that is the same as the current stop point information, the current automatic run process is continued from the current stop point.
  • the embodiment of the invention further provides a method for controlling execution of an automatic running process, comprising: acquiring stop point information;
  • the recovery command including the stop point information
  • the embodiment of the invention further provides an automatic running device, comprising:
  • a receiving unit configured to receive a resume command, where the resume command includes stop point information
  • a determining unit configured to determine whether the information of the current stop point is the same as the stop point information included in the recovery command received by the receiving unit
  • a processing unit configured to continue to perform the current automatic operation from the current stop point when the determining unit determines that the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit Process.
  • the embodiment of the invention further provides a management device, including:
  • An obtaining unit configured to obtain stop point information
  • a generating unit configured to generate a recovery command including the stop point information acquired by the acquiring unit
  • a sending unit configured to send the recovery command generated by the generating unit.
  • the embodiment of the invention further provides a system for controlling execution of an automatic running process, comprising: a management device, configured to acquire stop point information; generate a recovery command, the recovery command includes the stop point information; and send the generated recovery command ;
  • the automatic running device is configured to receive a recovery command, where the recovery command includes stop point information; determine whether the information of the current stop point is the same as the stop point information; and determine the information of the current stop point and the stop When the point information is the same, the automatic running process is continued from the stopping point.
  • An embodiment of the present invention further provides a computer program product, the computer program product comprising computer program code, when the computer program code is executed by a computer, the computer program code may cause the computer to perform a control automatic operation process Continue any of the steps in the method.
  • An embodiment of the present invention further provides a computer readable storage medium, the computer storing computer program code, when the computer program code is executed by a computer, the computer program code may cause the computer to perform a control automatic operation process Continue any of the steps in the method.
  • FIG. 1 is a flowchart of Embodiment 1 of a method for controlling execution of an automatic running process according to an embodiment of the present invention
  • FIG. 2 is a flowchart of Embodiment 2 of a method for controlling execution of an automatic running process according to an embodiment of the present invention
  • FIG. 3 is a flowchart of Embodiment 3 of a method for controlling execution of an automatic operation process according to an embodiment of the present invention
  • FIG. 4 is a flowchart of Embodiment 4 of a method for controlling execution of an automatic operation process according to an embodiment of the present invention
  • FIG. 6 is a structural diagram of Embodiment 1 of an apparatus for controlling automatic execution of a process in an embodiment of the present invention
  • FIG. 1 is a flowchart of Embodiment 1 of a method for controlling execution of an automatic running process according to an embodiment of the present invention
  • FIG. 2 is a flowchart of Embodiment 2 of a method for controlling execution of an automatic running process according to an embodiment of the present invention
  • FIG. 7 is a schematic diagram of a control automatic operation process according to an embodiment of the present invention
  • FIG. 8 is a structural diagram of Embodiment 3 of an apparatus for controlling execution of an automatic operation process according to an embodiment of the present invention
  • FIG. 9 is a fourth embodiment of an apparatus for controlling execution of an automatic operation process according to an embodiment of the present invention
  • FIG. 10 is a structural diagram of Embodiment 1 of a management apparatus according to an embodiment of the present invention
  • FIG. 11 is a structural diagram of an embodiment of a system for controlling execution of an automatic operation process according to an embodiment of the present invention. detailed description
  • FIG. 1 is a flowchart of the first embodiment of the method for controlling the execution of the automatic running process.
  • the embodiment describes the processing flow of the automatic running device, including:
  • the 101 101. Receive a recovery command; the recovery command includes stop point information;
  • the stop point is set by the user according to the step list of the automatic running process, and is set before the automatic running process is executed; if the stopping point is encountered during the automatic running process, the automatic running device suspends the automatic running process. After the autorun device pauses the autorun process, it receives a resume command from the management device.
  • the automatic running process may be an automatic software management process, or a self-configuration process.
  • the stop point information and the stop point are - corresponding, that is, each stop point has one and only one stop point information corresponding thereto; wherein the stop point information can be stopped
  • the name of the point, or the identifier of the stop point, etc. can uniquely correspond to the stop point.
  • the current automatic running process can be an automatic running process existing in the system, and the current stopping point is the stopping point where the current automatic running process is suspended. 103. Continue to execute the current automatic running process from the current stop point.
  • the stoppage information included in the recovery command is the same as the information of the current stoppage point where the current automatic running process is located, it indicates that the resume command is for the current stoppage point, so the current stop point can be executed from the current stoppage point.
  • the stopping point that automatically runs the process to ensure that the automatic running process continues is the starting point for the automatic running process execution requested by the user.
  • the stop point information included in the resume command is synchronized with the information of the current stop point, and the current automatic running process is continued from the current stop point, thereby ensuring that the automatic running process is performed according to the expected effect of the user.
  • FIG. 2 illustrates a flow of a second embodiment of a method for controlling the execution of an automatic running process.
  • the embodiment describes a processing flow of the automatic running device, including:
  • 201 Receive a recovery command; the recovery command includes stop point information and automatic running process information; 201 can be executed with reference to 101; wherein the automatic running process information can be the name of the automatic running process, or the identifier of the automatic running process, etc. Information corresponding to the automatic running process.
  • the resume command may be sent according to a set rule when the management device does not receive the notification message. 202. Determine whether the automatic running process information included in the recovery command is the same as the current automatic running process information;
  • the determining step of 203 and the determining step of 202 are in no particular order, and the determining step of 203 may also be performed before the determining step of 202;
  • the current automatic running process corresponding to the breakpoint information and the automatic running process information is continuously executed from the current stop point.
  • the stop point information included in the resume command is the same as the information of the current stop point
  • the automatic running process information included in the resume command is the same as the information of the current automatic running process
  • the current stop point is obtained.
  • the current autorun process ensures that the autorun process is performed as expected by the user.
  • the received recovery command may also include stop point information and time information; or include stop point information, automatic running process information, and time information.
  • the current automatic running process is continued from the current stop point.
  • FIG. 3 is a flowchart of a third embodiment of a method for controlling the execution of an automatic running process.
  • the embodiment describes a processing flow of the automatic running device, including:
  • each automatic running process has one—corresponding automatic running process information; in an automatic running process, each stopping point There is one - corresponding stop point information; therefore, a stop point can be uniquely determined by an automatic running process information and a stop point information;
  • the notification message may be sent to the management device
  • the notification message may also only include information of the current stop point.
  • the recovery command includes stop point information and automatic running process information.
  • the determining step of 304 and the determining step of 305 are in no particular order, and the determining step of 305 may also be performed before the determining step of 304;
  • the current automatic running process corresponding to the stop point information and the automatic running process information is continuously executed from the current stop point.
  • the stop point information included in the resume command is the same as the information of the current stop point
  • the automatic running process information included in the resume command is the same as the information of the current automatic running process
  • the current automatic running process is continued from the current stop point, which can ensure that the automatic running process is executed according to the expected effect of the user; and the stop point information and the automatic running process information can be sent to the management device, so that the management device can directly acquire the stop. Point information and automatically run process information to improve the processing efficiency of the management device.
  • FIG. 4 depicts a flow of a fourth embodiment of a method for controlling the execution of an automatic running process.
  • the embodiment describes a processing flow of the management device, including:
  • the stop point information may be obtained from the notification message, and the notification message is sent by the automatic running device when it encounters the stop point during the automatic running process;
  • the recovery command includes the acquired stop point information
  • the recovery command may be automatically generated according to the configuration; the prompt information may also be displayed to the user, and the recovery command is generated under the trigger of the user;
  • the management device may transmit the generated recovery command to the automatic operation device.
  • the recovery command generated by the embodiment includes the stop point information included in the notification message, so that the execution body of the automatic running process can recover the stop point information included in the command and the current after receiving the recovery command.
  • the current automatic running process is continued from the current stop point, which ensures that the automatic running process is performed according to the expected effect of the user.
  • FIG. 5 is a flowchart of a fifth embodiment of a method for controlling the execution of an automatic running process.
  • the embodiment describes a processing flow of the management device, including:
  • the stop point information and the automatic running process information may be obtained from the notification message, and the notification message is sent by the automatic running device when the stop point is encountered during the automatic running process;
  • the recovery command includes stop point information and automatic running process information included in the notification message.
  • the management device may automatically generate a recovery command according to the set rules; or may display the prompt information to the user to generate a recovery command under the trigger of the user;
  • the management device may transmit the generated recovery command to the automatic operation device.
  • the recovery command generated by the embodiment includes the stop point information and the automatic running process information included in the notification message, so that the execution body of the automatic running process can stop the stop point information included in the command and the current stop point.
  • the information is the same and the automatic running process information included in the recovery command is the same as the information of the current automatic running process, the current automatic running process is continued from the current stopping point, and the automatic running process can be performed according to the expected effect of the user.
  • the management device can also acquire time information, and then place the time information in the generated recovery command, so that the automatic running device can continue to execute the automatic running process at the time corresponding to the time information.
  • time information can be obtained from a preset configuration file or time information input by the user can be received.
  • the embodiment of the present invention provides an automatic running device, which may be an IRPAgent.
  • FIG. 6 illustrates a structure of Embodiment 1 of the automatic running device provided by the embodiment of the present invention, including:
  • the receiving unit 601 is configured to receive a recovery command including stop point information
  • the determining unit 602 is configured to determine whether the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 601;
  • the processing unit 603 is configured to continue to execute the current automatic running process from the current stop point when the determining unit 601 determines that the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 601.
  • the stop point information included in the resume command is the same as the information of the current stop point, the current automatic running process is continued from the current stop point, which ensures The automatic running process is performed according to the user's expected effect.
  • Figure 7 is a diagram showing the structure of the second embodiment of the automatic running device according to the embodiment of the present invention, including: a receiving unit 701, configured to receive a recovery command including stop point information and automatic running process information;
  • the determining unit 702 is configured to determine whether the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 701; and determine whether the information of the current automatic running process is automatically run by the recovery command received by the receiving unit 701.
  • the process information is the same;
  • the processing unit 703 is configured to determine, at the determining unit 702, that the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 701, and the information of the current automatic running process and the recovery command received by the receiving unit 701 are included. When the automatic running process information is the same, the current automatic running process is continued from the current stopping point.
  • the embodiment of the automatic running device provided by the embodiment of the present invention may be the same as the information of the current stop point in the stop point information included in the recovery command, and the information of the automatic running process information included in the recovery command and the current automatic running process.
  • the current automatic running process is continued from the current stop point, which ensures that the automatic running process is performed according to the user's expected effect.
  • FIG. 8 is a diagram of a structure of a third embodiment of an automatic operation device according to an embodiment of the present invention, including: a receiving unit 801, configured to receive a recovery command, where the recovery command includes stop point information, automatic operation process information, and time information;
  • the determining unit 802 is configured to determine whether the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 801; and determine whether the information of the current automatic running process is automatically run by the recovery command received by the receiving unit 801.
  • the process information is the same;
  • the processing unit 803 is configured to determine, by the determining unit 802, that the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 801, and the information of the current automatic running process and the recovery command received by the receiving unit 801 are included.
  • the automatic running process information is the same, the current automatic running process is continued from the current stopping point at the time corresponding to the time information included in the recovery command received by the receiving unit 801.
  • FIG. 9 is a schematic diagram of a fourth embodiment of an automatic operation apparatus according to an embodiment of the present invention, including: a sending unit 901, configured to send a notification message, where the notification message includes information about a current stop point and information of a current automatic running process;
  • the receiving unit 902 is configured to receive a recovery command, where the recovery command includes stop point information and automatic operation process information;
  • the determining unit 903 is configured to determine whether the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 902; and determine whether the information of the current automatic running process is automatically run by the recovery command received by the receiving unit 902 The process information is the same;
  • the processing unit 904 is configured to determine, at the determining unit 903, that the information of the current stop point is the same as the stop point information included in the resume command received by the receiving unit 902, and the information of the current automatic running process and the recovery command received by the receiving unit 902 are included. When the automatic running process information is the same, the current automatic running process is continued from the current stopping point.
  • the automatic running device includes the sending unit
  • the information of the current stopping point and the information of the current automatic running process can be sent to the management device, so that the management device can directly obtain the information of the current stopping point and the current automatic running process. Information to improve the processing efficiency of the management device.
  • FIG. 10 illustrates a structure of Embodiment 1 of the management apparatus according to the embodiment of the present invention, including:
  • the obtaining unit 1001 is configured to obtain stop point information
  • the obtaining unit 1001 may directly acquire the stop point information by acquiring the process command; or the acquiring unit 1001 may receive the notification message sent by the automatic running device, where the notification message carries the stop point information, thereby acquiring the stop message from the notification message. Point information.
  • the generating unit 1002 is configured to generate a recovery command including the stop point information acquired by the obtaining unit 1001.
  • the sending unit 1003 is configured to send a recovery command generated by the generating unit 1002.
  • the recovery command generated by the embodiment of the management device includes the stop point information, so that after the automatic operation device receives the recovery command, the automatic stop device can stop the stop point information included in the command and the current stop of the automatic running process.
  • the information of the point is the same, the current automatic running process is continued from the current stopping point, and the automatic running process can be performed according to the expected effect of the user.
  • the second embodiment of the management apparatus includes: An obtaining unit, configured to obtain stop point information and automatically run process information;
  • a generating unit configured to generate a recovery command, where the recovery command includes the stop point information acquired by the acquiring unit and the automatic running process information;
  • a sending unit configured to send a recovery command generated by the generating unit.
  • the recovery command generated by the embodiment of the management apparatus provided by the embodiment of the present invention includes the stop point information and the automatic running process information included in the notification message, so that the automatic running device can resume the command after receiving the recovery command.
  • the information of the stop point included is the same as the information of the current stop point of the automatic running process
  • the automatic running process information included in the recovery command is the same as the information of the current automatic running process, and the current automatic running process is continued from the current stopping point. , to ensure that the automatic running process is performed according to the user's expected effect.
  • An obtaining unit configured to acquire stop point information, automatically run process information, and time information
  • a generating unit configured to generate a recovery command, where the recovery command includes the stop point information acquired by the acquiring unit, the automatic running process information, and the time information
  • a sending unit configured to send a recovery command generated by the generating unit.
  • the recovery command generated by the embodiment of the management device includes the stop point information, so that after the recovery command is received, the automatic operation device can start from the current stop point at the time corresponding to the time information included in the recovery command. Continue to execute the current automatic running process to further ensure that the automatic running process is performed according to the user's expected effect.
  • FIG. 11 depicts the structure of a system embodiment for controlling the execution of the automatic running process, including the managing device 1101 and the automatic running device 1102, wherein:
  • the management device 1101 is configured to acquire stop point information, generate a resume command, and carry the stop point information in the resume command; send the generated resume command;
  • the automatic running device 1102 is configured to receive the recovery command sent by the management device 1101, identify the stop point information from the recovery command, determine whether the information of the current stop point is the same as the identified stop point information, and determine the information of the current stop point. When the same as the identified stop point information, the current automatic running process is continued from the current stop point.
  • the automatic operation in the present embodiment of the system for controlling the automatic execution process to continue is controlled.
  • the stoppage information included in the recovery command is the same as the information of the current stoppage point, the device continues to execute the current automatic running process from the current stoppage point, which can ensure that the automatic running process is performed according to the expected effect of the user.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Sources (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Debugging And Monitoring (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Description

控制自动运行过程执行的方法、 装置及系统
技术领域
本发明涉及通信技术领域, 具体涉及一种控制自动运行过程执行的方法、 装置及系统。
背景技术
网元在进入通信网络,提供通信业务之前, 需要经过一系列的准备工作才 能够正常提供业务。 这些准备工作可以分为三个阶段: 数据准备阶段; 硬件安 装阶段; 网元上电后到正式提供业务前的阶段。
其中: 数据准备阶段会包括一些工勘的工作,使用规划工具生成设备需要 使用的配置数据等活动。硬件安装阶段是指硬件运送到具体站点后,硬件安装 工程师把硬件安装好, 并且把网元连接到具体物理网络中。 网元上电后到正式 提供业务前的阶段主要的工作有: 为网元配置网络参数,如设置网际协议(IP: Internet Protocol )地址等; 为网元安装软件; 提供数据准备阶段准备的配置数 据给网元; 验证网元是否能够正常提供业务等。 网元上电后到正式提供业务前 的阶段以前都是由工程师在站点手工完成, 为了提高效率, 目前可以通过自配 置完成网元上电后到正式提供业务前的阶段的工作。 自配置是通过网元和网元 管理系统( EMS: Element Management System )配合 , 自动完成网元上电后到 正式提供业务前的阶段的工作。
虽然自配置过程可以自动执行,但是在有些情况下用户希望能够对整个过 程加入人工控制, 而不是完全自动执行, 因此引入了停断点 (stoppoint ), 在 自配置过程执行之前, 用户先在自配置过程的关键步骤设置停断点, 当自配置 过程执行到停断点时, 自配置过程会暂停执行, 等待用户重新执行恢复 ( resume )操作后, 再继续执行, 现有的自配置的具体过程如下:
自配置过程开始执行后顺序执行, 如果碰到停断点时, 会暂停执行, 同时 由集成参考点代理 ( IRPAgent: Integration Reference Point Agent )发送通知消 息到集成参考点管理者 ( IRPManager: Integration Reference Point Manager ), 等待用户执行 resume操作; IRPManager可以向 IRPAgent发送 resume命令; IRPAgent收到 resume命令后, 从当前停断点继续执行自配置过程。
在对现有技术的研究中, 发明人发现: 由于在收到 resume命令后自配置 过程会从当前停断点继续执行, 因此如果一个自配置过程设置有多个停断点, 在遇到第一个停断点时暂停了自配置过程, 当有两个 IRPManager在间隔较短 的时间内发送两个针对第一个停断点的 resume命令, IRPAgent在收到针对第 一个停断点的第一个 resume命令后, 会从第一停断点继续执行自配置过程; 如果自配置过程继续执行时很快到达了第二个停断点,此时针对第一个停断点 的第二个 resume命令到达, 则 IRPAgent会在第二个 resume命令的触发下从 第二个停断点继续执行自配置过程, 从而在接收了两个针对第一个停断点的 resume 命令后, 分别从第一个停断点和第二个停断点继续执行操作, 而用户 的操作的预期是希望自配置过程只从第一个停断点继续执行,导致了实际操作 行为与用户操作预期的不一致。
发明内容
本发明实施例提供了一种控制自动运行过程执行的方法、装置及系统, 可 以确保自动运行过程按照用户预期效果执行。
本发明实施例提供一种控制自动运行过程执行的方法, 包括:
接收恢复命令, 所述恢复命令包括停断点信息;
判断所述恢复命令包括的停断点信息是否与当前自动运行过程所在的当 前停断点的信息相同;
如果所述恢复命令包括的停断点信息与所述当前停断点的信息相同,从所 述当前停断点继续执行当前自动运行过程。
本发明实施例还提供一种控制自动运行过程执行的方法, 包括: 获取停断点信息;
生成恢复命令, 所述恢复命令包括所述停断点信息;
发送所述恢复命令。
本发明实施例还提供一种自动运行装置, 包括:
接收单元, 用于接收恢复命令, 所述恢复命令包括停断点信息; 判断单元,用于判断当前停断点的信息是否与所述接收单元接收的恢复命 令包括的停断点信息相同;
处理单元,用于在所述判断单元判断当前停断点的信息与接收单元接收的 恢复命令包括的停断点信息相同时,从所述当前停断点继续执行当前自动运行 过程。
本发明实施例还提供一种管理装置, 包括:
获取单元, 用于获取停断点信息;
生成单元, 用于生成包括所述获取单元获取的停断点信息的恢复命令; 发送单元, 用于发送所述生成单元生成的恢复命令。
本发明实施例还提供一种控制自动运行过程执行的系统, 包括: 管理装置, 用于获取停断点信息; 生成恢复命令, 所述恢复命令包括所述 停断点信息; 发送生成的恢复命令;
自动运行装置, 用于接收恢复命令, 所述恢复命令包括停断点信息; 判断 当前停断点的信息是否与所述停断点信息相同;在判断当前停断点的信息与所 述停断点信息相同时, 从所述停断点继续执行自动运行过程。
本发明实施例还提供一种计算机程序产品,所述计算机程序产品包括计算 机程序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程 序代码可以使得所述计算机执行控制自动运行过程继续执行的方法中的任意 一项步骤。
本发明实施例还提供一种计算机可读存储介质 ,所述计算机存储计算机程 序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程序代 码可以使得所述计算机执行控制自动运行过程继续执行的方法中的任意一项 步骤。
从本发明实施例提供的以上技术方案可以看出,由于本发明实施例在恢复 命令包括的停断点信息与当前停断点的信息相同时,才从当前停断点继续执行 当前自动运行过程, 可以确保自动运行过程按照用户预期效果执行。
附图说明
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有作出创造 性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
图 1为本发明实施例中控制自动运行过程执行的方法实施例一的流程图; 图 2为本发明实施例中控制自动运行过程执行的方法实施例二的流程图; 图 3为本发明实施例中控制自动运行过程执行的方法实施例三的流程图; 图 4为本发明实施例中控制自动运行过程执行的方法实施例四的流程图; 图 5为本发明实施例中控制自动运行过程执行的方法实施例五的流程图; 图 6为本发明实施例中控制自动运行过程执行的装置实施例一的结构图; 图 7为本发明实施例中控制自动运行过程执行的装置实施例二的结构图; 图 8为本发明实施例中控制自动运行过程执行的装置实施例三的结构图; 图 9为本发明实施例中控制自动运行过程执行的装置实施例四的结构图; 图 10为本发明实施例中管理装置实施例一的结构图;
图 11为本发明实施例中控制自动运行过程执行的系统实施例的结构图。 具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有作出创造 性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
本发明实施例提供的控制自动运行过程执行的方法,图 1描述了控制自动 运行过程执行的方法实施例一的流程,该实施例描述的是自动运行装置的处理 流程, 包括:
101、 接收恢复命令; 该恢复命令包括停断点信息;
停断点是用户根据自动运行过程的步骤列表, 在自动运行过程执行前设 置; 如果自动运行过程中碰到了停断点, 自动运行装置会暂停自动运行过程。 自动运行装置暂停自动运行过程后, 会收到来自管理装置的恢复命令。 其中, 自动运行过程可以是自动软件管理过程、 或自配置过程等。
在一个自动运行过程中,停断点信息与停断点是——对应的, 即每个停断 点有且仅有一个停断点信息与之对应;其中,停断点信息可以是停断点的名称、 或停断点的标识等能够唯一地与停断点对应的信息。
102、 判断恢复命令包括的停断点信息是否与当前自动运行过程所在的当 前停断点的信息相同; 如果是, 进入 103; 如果否, 进入 101 ;
当前自动运行过程可以是系统中存在的自动运行过程,当前停断点是当前 自动运行过程暂停执行所在的停断点。 103、 从当前停断点继续执行当前自动运行过程。
在恢复命令包括的停断点信息与当前自动运行过程所在的当前停断点的 信息相同时,表示该恢复命令是针对该当前停断点的, 所以此时可以从当前停 断点继续执行当前自动运行过程,从而确保自动运行过程继续执行的停断点是 用户要求的自动运行过程执行开始点。
其中,如果仅有一个当前自动运行过程所在的当前停断点的信息与恢复命 令包括的停断点信息相同,则仅有该一个当前自动运行过程从该当前停断点继 续执行;如果有多个当前自动运行过程所在的当前停断点的信息与恢复命令包 括的停断点信息相同,则该多个自动运行过程都可以从所在的当前停断点继续 执行。
从上可知,本实施例在恢复命令包括的停断点信息与当前停断点的信息相 同时,从当前停断点继续执行当前自动运行过程, 可以确保自动运行过程按照 用户预期效果执行。
图 2描述了控制自动运行过程执行的方法实施例二的流程,该实施例描述 的也是自动运行装置的处理流程, 包括:
201、 接收恢复命令; 该恢复命令包括停断点信息和自动运行过程信息; 201可以参照 101执行; 其中, 自动运行过程信息可以是自动运行过程的 名称、 或自动运行过程的标识等能够唯一地与自动运行过程对应的信息。
该恢复命令可以由管理装置没有收到通知消息时按照设定的规则发送。 202、 判断恢复命令包括的自动运行过程信息是否与当前自动运行过程的 信息相同;
如果是, 进入 203; 如果否, 进入 201 ;
203、 判断恢复命令包括的停断点信息是否与当前停断点的信息相同; 如果是, 进入 204; 如果否, 进入 201 ;
其中, 203的判断步骤与 202的判断步骤不分先后顺序, 203的判断步骤 也可以在 202的判断步骤之前执行;
204、 从当前停断点继续执行当前自动运行过程。
具体是从当前停断点继续执行断点信息和自动运行过程信息都对应的当 前自动运行过程。 从上可知,本实施例在恢复命令包括的停断点信息与当前停断点的信息相 同、 且恢复命令包括的自动运行过程信息与当前自动运行过程的信息相同时, 才从当前停断点继续执行当前自动运行过程,可以确保自动运行过程按照用户 预期效果执行。
可以理解,接收的恢复命令也可以包括停断点信息和时间信息; 或包括停 断点信息、 自动运行过程信息和时间信息。 相应的, 在恢复命令包括的时间信 息对应的时间, 从当前停断点继续执行当前自动运行过程。
图 3描述了控制自动运行过程执行的方法实施例三的流程,该实施例描述 的也是自动运行装置的处理流程, 包括:
301、 当前自动运行过程执行时碰到当前停断点, 当前自动运行过程暂停 执行;
302、发送包括当前停断点的信息和当前自动运行过程的信息的通知消息; 每个自动运行过程都会有一个——对应的自动运行过程信息;在一个自动 运行过程中, 每个停断点都有一个——对应的停断点信息; 因此, 一个停断点 可以由一个自动运行过程信息和一个停断点信息唯一地确定;
具体可以向管理装置发送该通知消息;
可以理解, 该通知消息也可以仅包括当前停断点的信息。
303、 接收恢复命令; 该恢复命令包括停断点信息和自动运行过程信息;
304、 判断恢复命令包括的自动运行过程信息是否与当前自动运行过程的 信息相同; 如果是, 进入 305; 如果否, 进入 303 ;
305、 判断恢复命令包括的停断点信息是否与当前停断点的信息相同; 如 果是, 进入 306; 如果否, 进入 303 ;
其中, 304的判断步骤与 305的判断步骤不分先后顺序, 305的判断步骤 也可以在 304的判断步骤之前执行;;
306、 从当前停断点继续执行当前自动运行过程。
具体是从当前停断点继续执行停断点信息和自动运行过程信息都对应的 当前自动运行过程。
从上可知,本实施例在恢复命令包括的停断点信息与当前停断点的信息相 同、 且恢复命令包括的自动运行过程信息与当前自动运行过程的信息相同时, 才从当前停断点继续执行当前自动运行过程,可以确保自动运行过程按照用户 预期效果执行;并且,可以将停断点信息和自动运行过程信息发送给管理装置, 使管理装置可以直接获取停断点信息和自动运行过程信息,提高管理装置的处 理效率。
进一步,如果自动运行装置接收的恢复命令包括了时间信息, 则在该时间 信息对应的时间, 才从当前停断点继续执行当前自动运行过程。 图 4描述了控 制自动运行过程执行的方法实施例四的流程,该实施例描述的是管理装置的处 理流程, 包括:
401、 获取停断点信息;
可以从通知消息中获取停断点信息,该通知消息由自动运行装置在自动运 行过程中碰到停断点时发送;
也可以通过命令获取停断点信息, 例如可以通过获取进程 ( list process ) 命令获取停断点信息; 输入获取进程命令后,会显示每个自动运行过程对应的 进程的执行情况, 包括各个自动运行过程当前是否遇到了停断点、遇到的当前 停断点的信息等;
402、 生成恢复命令; 该恢复命令包括获取的停断点信息;
管理装置在获取了停断点信息后, 可以根据配置自动地生成恢复命令; 也 可以向用户显示提示信息, 在用户的触发下生成恢复命令;
403、 发送生成的恢复命令。
具体地, 管理装置可以将生成的恢复命令发送给自动运行装置。
从上可知, 本实施例生成的恢复命令包括了通知消息所包括的停断点信 息,使自动运行过程的执行主体在收到该恢复命令后, 可以在恢复命令包括的 停断点信息与当前停断点的信息相同时,才从当前停断点继续执行当前自动运 行过程, 可以确保自动运行过程按照用户预期效果执行。
图 5描述了控制自动运行过程执行的方法实施例五的流程,该实施例描述 的是管理装置的处理流程, 包括:
501、 获取停断点信息和自动运行过程信息;
可以从通知消息中获取停断点信息和自动运行过程信息,该通知消息由自 动运行装置在自动运行过程中碰到停断点时发送; 也可以通过命令获取自动运行过程信息, 例如可以通过获取进程 (list process )命令获取自动运行过程信息; 输入获取进程命令后, 会显示每个自动 运行过程对应的进程的执行情况, 包括各个自动运行过程的信息、各个自动运 行过程当前是否遇到了停断点、 遇到的当前停断点的信息等;
502、 生成恢复命令; 该恢复命令包括通知消息所包括的停断点信息和自 动运行过程信息;
管理装置在获取了停断点信息和自动运行过程信息后,可以根据按照设定 的规则自动地生成恢复命令; 也可以向用户显示提示信息,在用户的触发下生 成恢复命令;
503、 发送生成的恢复命令。
具体地, 管理装置可以将生成的恢复命令发送给自动运行装置。
从上可知,本实施例生成的恢复命令包括了通知消息所包括的停断点信息 和自动运行过程信息,使自动运行过程的执行主体可以在恢复命令包括的停断 点信息与当前停断点的信息相同、且恢复命令包括的自动运行过程信息与当前 自动运行过程的信息相同时, 才从当前停断点继续执行当前自动运行过程, 可 以确保自动运行过程按照用户预期效果执行。
进一步, 管理装置还可以获取时间信息, 进而将时间信息放置在生成的恢 复命令中,以便于自动运行装置可以在该时间信息对应的时间继续执行自动运 行过程。具体可以从预先设置的配置文件中获取时间信息或者接收用户输入的 时间信息。 本发明实施例提供一种自动运行装置, 该装置可以是 IRPAgent; 图 6描述了本发明实施例提供的自动运行装置实施例一的结构, 包括:
接收单元 601 , 用于接收包括停断点信息的恢复命令;
判断单元 602 , 用于判断当前停断点的信息是否与接收单元 601接收的恢 复命令包括的停断点信息相同;
处理单元 603 ,用于在判断单元 601判断当前停断点的信息与接收单元 601 接收的恢复命令包括的停断点信息相同时,从当前停断点继续执行当前自动运 行过程。
从上可知, 自动运行装置的本实施例在恢复命令包括的停断点信息与当前 停断点的信息相同时, 才从当前停断点继续执行当前自动运行过程, 可以确保 自动运行过程按照用户预期效果执行。
图 7描述了本发明实施例提供的自动运行装置实施例二的结构, 包括: 接收单元 701 , 用于接收包括停断点信息和自动运行过程信息的恢复命 令;
判断单元 702 , 用于判断当前停断点的信息是否与接收单元 701接收的恢 复命令包括的停断点信息相同;判断当前自动运行过程的信息是否与接收单元 701接收的恢复命令包括的自动运行过程信息相同;
处理单元 703 ,用于在判断单元 702判断当前停断点的信息与接收单元 701 接收的恢复命令包括的停断点信息相同、且当前自动运行过程的信息与接收单 元 701接收的恢复命令包括的自动运行过程信息相同时,从当前停断点继续执 行当前自动运行过程。
从上可知,本发明实施例提供的自动运行装置实施例可以在恢复命令包括 的停断点信息与当前停断点的信息相同、且恢复命令包括的自动运行过程信息 与当前自动运行过程的信息相同时,才从当前停断点继续执行当前自动运行过 程, 可以确保自动运行过程按照用户预期效果执行。
图 8描述了本发明实施例提供的自动运行装置实施例三的结构, 包括: 接收单元 801 , 用于接收恢复命令, 该恢复命令包括停断点信息、 自动运 行过程信息和时间信息;
判断单元 802 , 用于判断当前停断点的信息是否与接收单元 801接收的恢 复命令包括的停断点信息相同;判断当前自动运行过程的信息是否与接收单元 801接收的恢复命令包括的自动运行过程信息相同;
处理单元 803 ,用于在判断单元 802判断当前停断点的信息与接收单元 801 接收的恢复命令包括的停断点信息相同、且当前自动运行过程的信息与接收单 元 801接收的恢复命令包括的自动运行过程信息相同时,在接收单元 801接收 的恢复命令包括的时间信息对应的时间,从当前停断点继续执行当前自动运行 过程。
从上可知, 自动运行装置的本实施例可以在恢复命令包括的时间信息对应 的时间, 才从当前停断点继续执行当前自动运行过程, 进一步确保自动运行过 程按照用户预期效果执行。 图 9描述了本发明实施例提供的自动运行装置实施例四的结构, 包括: 发送单元 901 , 用于发送通知消息, 该通知消息包括当前停断点的信息和 当前自动运行过程的信息;
接收单元 902 , 用于接收恢复命令, 该恢复命令包括停断点信息和自动运 行过程信息;
判断单元 903 , 用于判断当前停断点的信息是否与接收单元 902接收的恢 复命令包括的停断点信息相同;判断当前自动运行过程的信息是否与接收单元 902接收的恢复命令包括的自动运行过程信息相同;
处理单元 904 ,用于在判断单元 903判断当前停断点的信息与接收单元 902 接收的恢复命令包括的停断点信息相同、且当前自动运行过程的信息与接收单 元 902接收的恢复命令包括的自动运行过程信息相同时,从当前停断点继续执 行当前自动运行过程。
从上可知, 在自动运行装置包括发送单元时, 可以将当前停断点的信息和 当前自动运行过程的信息发送给管理装置,使管理装置可以直接获取当前停断 点的信息和当前自动运行过程的信息, 提高管理装置的处理效率。
本发明实施例提供一种管理装置, 该管理装置可以是 IRPManager; 图 10 描述了本发明实施例提供的管理装置实施例一的结构, 包括:
获取单元 1001 , 用于获取停断点信息;
具体地, 获取单元 1001可以直接通过获取进程命令获取停断点信息; 或者, 获取单元 1001可以接收自动运行装置发送的通知消息, 该通知消 息携带停断点信息, 从而从该通知消息获取停断点信息。
生成单元 1002, 用于生成包括获取单元 1001获取的停断点信息的恢复命 令;
发送单元 1003 , 用于发送生成单元 1002生成的恢复命令。
从上可知, 管理装置的本实施例生成的恢复命令包括了停断点信息,使自 动运行装置在收到了恢复命令后,可以在恢复命令包括的停断点信息与自动运 行过程的当前停断点的信息相同时,才从当前停断点继续执行当前自动运行过 程, 可以确保自动运行过程的按照用户预期效果执行。
本发明实施例还提供了的管理装置实施例二, 包括: 获取单元, 用于获取停断点信息和自动运行过程信息;
生成单元, 用于生成恢复命令, 恢复命令包括获取单元获取的停断点信息 和自动运行过程信息;
发送单元, 用于发送生成单元生成的恢复命令。
从上可知,本发明实施例提供的管理装置实施例生成的恢复命令包括了通 知消息所包括的停断点信息和自动运行过程信息,使自动运行装置在收到了恢 复命令后,可以在恢复命令包括的停断点信息与自动运行过程的当前停断点的 信息相同、且恢复命令包括的自动运行过程信息与当前自动运行过程的信息相 同时, 才从当前停断点继续执行当前自动运行过程,可以确保自动运行过程按 照用户预期效果执行。
本发明实施例还提供了的管理装置实施例三, 包括:
获取单元, 用于获取停断点信息、 自动运行过程信息和时间信息; 生成单元,用于生成恢复命令,恢复命令包括获取单元获取的停断点信息、 自动运行过程信息和时间信息;
发送单元, 用于发送生成单元生成的恢复命令。
从上可知, 管理装置的本实施例生成的恢复命令包括了停断点信息,使自 动运行装置在收到了恢复命令后, 可以在恢复命令包括的时间信息对应的时 间, 才从当前停断点继续执行当前自动运行过程, 进一步确保自动运行过程按 照用户预期效果执行。
再介绍本发明实施例提供的控制自动运行过程执行的系统, 图 11描述了 控制自动运行过程执行的系统实施例的结构, 包括管理装置 1101和自动运行 装置 1102, 其中:
管理装置 1101 , 用于获取停断点信息; 生成恢复命令, 该恢复命令中携 带停断点信息; 发送生成的恢复命令;
自动运行装置 1102 , 用于接收管理装置 1101发送的恢复命令, 从恢复命 令识别停断点信息; 判断当前停断点的信息是否与识别的停断点信息相同; 在 判断当前停断点的信息与识别的停断点信息相同时,从当前停断点继续执行当 前自动运行过程。
从上可知,控制自动运行过程继续执行的系统的本本实施例中的自动运行 装置在恢复命令包括的停断点信息与当前停断点的信息相同时,才从当前停断 点继续执行当前自动运行过程, 可以确保自动运行过程按照用户预期效果执 行。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程 , 是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算 机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。 其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory, ROM )或随机存储记忆体(Random Access Memory, RAM )等。
以上对本发明实施例所提供的一种控制自动运行过程执行的方法、装置及 系统进行了详细介绍,以上实施例的说明只是用于帮助理解本发明的方法及其 思想; 同时, 对于本领域的一般技术人员, 依据本发明的思想, 在具体实施方 式及应用范围上均会有改变之处, 综上所述, 本说明书内容不应理解为对本发 明的限制。

Claims

权 利 要 求
1、 一种控制自动运行过程执行的方法, 其特征在于, 包括:
接收恢复命令, 所述恢复命令包括停断点信息;
判断所述恢复命令包括的停断点信息是否与当前自动运行过程所在的当 前停断点的信息相同;
如果所述恢复命令包括的停断点信息与所述当前停断点的信息相同,从所 述当前停断点继续执行当前自动运行过程。
2、 如权利要求 1所述的控制自动运行过程执行的方法, 其特征在于, 所 述恢复命令还包括时间信息;
所述从所述当前停断点继续执行当前自动运行过程的步骤包括:
在所述时间信息对应的时间,从所述当前停断点继续执行当前自动运行过 程。
3、如权利要求 1或 2所述的控制自动运行过程执行的方法, 其特征在于, 所述恢复命令还包括自动运行过程信息;
从所述当前停断点继续执行当前自动运行过程之前还包括:
判断所述恢复命令包括的自动运行过程信息是否与所述当前自动运行过 程的信息相同;
如果所述恢复命令包括的自动运行过程信息与所述当前自动运行过程的 信息相同, 从所述当前停断点继续执行当前自动运行过程。
4、如权利要求 1或 2所述的控制自动运行过程执行的方法, 其特征在于, 接收恢复命令前还包括:
发送包括所述当前停断点的信息的通知消息。
5、如权利要求 4所述的控制自动运行过程继续执行的方法, 其特征在于, 所述通知消息还包括所述当前自动运行过程的信息。
6、 一种控制自动运行过程执行的方法, 其特征在于, 包括:
获取停断点信息;
生成恢复命令, 所述恢复命令包括所述停断点信息;
发送所述恢复命令。
7、 如权利要求 6所述的控制自动运行过程执行的方法, 其特征在于, 还 包括:
获取自动运行过程信息;
所述恢复命令还包括所述自动运行过程信息; 或还包括:
获取时间信息;
所述恢复命令还包括所述时间信息; 或还包括:
获取时间信息和自动运行过程信息;
所述恢复命令还包括所述自动运行过程信息和所述时间信息。
8、 如权利要求 7所述的控制自动运行过程执行的方法, 其特征在于, 还 包括:
接收通知消息;
所述获取停断点信息的步骤包括: 从所述通知消息获取所述停断点信息; 所述获取自动运行过程信息的步骤包括:从所述通知消息获取所述自动运 行过程信息。
9、 如权利要求 7所述的控制自动运行过程执行的方法, 其特征在于: 所述获取停断点信息的步骤包括: 通过命令获取停断点信息;
所述获取自动运行过程信息的步骤包括: 通过命令获取自动运行过程信 息。
10、 一种计算机程序产品, 其特征在于, 所述计算机程序产品包括计算机 程序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程序 代码可以使得所述计算机执行权利要求 1至 9项中任意一项的步骤。
11、 一种计算机可读存储介质, 其特征在于, 所述计算机可读存储介质存 储计算机程序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计 算机程序代码可以使得所述计算机执行权利要求 1至 9项中任意一项的步骤。
12、 一种自动运行装置, 其特征在于, 包括:
接收单元, 用于接收恢复命令, 所述恢复命令包括停断点信息; 判断单元,用于判断当前停断点的信息是否与所述接收单元接收的恢复命 令包括的停断点信息相同;
处理单元,用于在所述判断单元判断当前停断点的信息与接收单元接收的 恢复命令包括的停断点信息相同时,从所述当前停断点继续执行当前自动运行 过程。
13、 如权利要求 12所述的自动运行装置, 其特征在于, 所述恢复命令还 包括自动运行过程信息;
所述判断单元,还用于判断所述当前自动运行过程的信息是否与所述恢复 命令包括的自动运行过程信息相同;
所述处理单元,用于在所述判断单元判断当前停断点的信息与恢复命令包 括的停断点信息相同、且当前自动运行过程的信息与恢复命令包括的自动运行 过程信息相同时, 从所述当前停断点继续执行当前自动运行过程。
14、 如权利要求 12或 13所述的自动运行装置, 其特征在于, 所述恢复命 令还包括时间信息;
所述处理单元, 用于在所述时间信息对应的时间,从所述当前停断点继续 执行当前自动运行过程。
15、 如权利要求 12或 13所述的自动运行装置, 其特征在于, 还包括: 发送单元,用于发送通知消息,所述通知消息包括所述当前停断点的信息。
16、 如权利要求 15所述的自动运行装置, 其特征在于, 所述通知消息还 包括当前自动运行过程的信息。
17、 一种管理装置, 其特征在于, 包括:
获取单元, 用于获取停断点信息;
生成单元, 用于生成包括所述获取单元获取的停断点信息的恢复命令; 发送单元, 用于发送所述生成单元生成的恢复命令。
18、 如权利要求 17所述的管理装置, 其特征在于, 所述获取单元还用于 获取自动运行过程信息;
所述恢复命令还包括所述获取单元获取的自动运行过程信息。
19、 如权利要求 17或 18所述的管理装置, 其特征在于, 所述获取单元还 用于获取时间信息;
所述恢复命令还包括所述获取单元获取的时间信息。
20、 一种控制自动运行过程执行的系统, 其特征在于, 包括:
管理装置, 用于获取停断点信息; 生成恢复命令, 所述恢复命令包括所述 停断点信息; 发送生成的恢复命令; 自动运行装置, 用于接收恢复命令, 所述恢复命令包括停断点信息; 判断 当前停断点的信息是否与所述停断点信息相同;在判断当前停断点的信息与所 述停断点信息相同时, 从所述停断点继续执行自动运行过程。
PCT/CN2009/070910 2009-03-20 2009-03-20 控制自动运行过程执行的方法、装置及系统 WO2010105433A1 (zh)

Priority Applications (5)

Application Number Priority Date Filing Date Title
EP09841716.5A EP2410694B1 (en) 2009-03-20 2009-03-20 Method, device and system for controlling automatic running process performance
PCT/CN2009/070910 WO2010105433A1 (zh) 2009-03-20 2009-03-20 控制自动运行过程执行的方法、装置及系统
BRPI0924754-8A BRPI0924754B1 (pt) 2009-03-20 2009-03-20 método, aparelho e sistema para controlar a execução de um processo automático
CN200980100676.5A CN101971562B (zh) 2009-03-20 2009-03-20 控制自动运行过程执行的方法、装置及系统
US13/235,929 US8732289B2 (en) 2009-03-20 2011-09-19 Method, apparatus, and system for controlling execution of an automatic process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2009/070910 WO2010105433A1 (zh) 2009-03-20 2009-03-20 控制自动运行过程执行的方法、装置及系统

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/235,929 Continuation US8732289B2 (en) 2009-03-20 2011-09-19 Method, apparatus, and system for controlling execution of an automatic process

Publications (1)

Publication Number Publication Date
WO2010105433A1 true WO2010105433A1 (zh) 2010-09-23

Family

ID=42739134

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/070910 WO2010105433A1 (zh) 2009-03-20 2009-03-20 控制自动运行过程执行的方法、装置及系统

Country Status (5)

Country Link
US (1) US8732289B2 (zh)
EP (1) EP2410694B1 (zh)
CN (1) CN101971562B (zh)
BR (1) BRPI0924754B1 (zh)
WO (1) WO2010105433A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104808553B (zh) * 2009-03-20 2018-10-30 华为技术有限公司 控制自动运行过程执行的方法、装置及系统
US9960106B2 (en) * 2012-05-18 2018-05-01 Taiwan Semiconductor Manufacturing Co., Ltd. Package with metal-insulator-metal capacitor and method of manufacturing the same
GB201904231D0 (en) * 2019-03-27 2019-05-08 Ge Healthcare Bio Sciences Ab A method and system for monitoring a bio-pharmaceutical process
US11295745B1 (en) * 2019-09-04 2022-04-05 Amazon Technologies, Inc. Multi-tasking and skills processing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1606276A (zh) * 2003-10-10 2005-04-13 华为技术有限公司 认证服务器检测接入设备异常重启的方法
CN1627290A (zh) * 2003-12-12 2005-06-15 鸿富锦精密工业(深圳)有限公司 资料下载断点续传系统及方法
CN1752946A (zh) * 2005-10-31 2006-03-29 大唐微电子技术有限公司 一种嵌入式系统的调试方法及其系统
CN101110656A (zh) * 2006-07-18 2008-01-23 宇龙计算机通信科技(深圳)有限公司 无线网络硬盘系统的文件传输方法

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5167035A (en) * 1988-09-08 1992-11-24 Digital Equipment Corporation Transferring messages between nodes in a network
US5970243A (en) * 1996-08-27 1999-10-19 Steeplechase Software, Inc. Online programming changes for industrial logic controllers
JP3990833B2 (ja) * 1998-12-11 2007-10-17 キヤノン株式会社 通信制御方法及び装置
US6714217B2 (en) * 1998-12-18 2004-03-30 Sprint Communication Company, L.P. System and method for providing a graphical user interface to, for building, and/or for monitoring a telecommunication network
EP1313014B1 (en) 2001-11-15 2010-03-03 Texas Instruments France Interruptible and re-entrant instruction for cleaning a region of a cache memory
US7162664B2 (en) 2003-06-20 2007-01-09 Microsoft Corporation Debugging breakpoints on pluggable components
JP4722052B2 (ja) * 2004-10-15 2011-07-13 ソフトバンクモバイル株式会社 連係動作方法及び通信端末装置
JP2006287647A (ja) * 2005-03-31 2006-10-19 Toshiba Corp 画像通信方法および通信装置
US20080005286A1 (en) * 2006-06-30 2008-01-03 Short Michael E Step-wise command line interface for configuring network devices
CN101321101A (zh) 2007-06-05 2008-12-10 华为技术有限公司 接入网节点自配置的方法及其系统
CN101262375B (zh) 2008-04-21 2011-07-20 北京星网锐捷网络技术有限公司 一种网络设备动态配置恢复方法和系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1606276A (zh) * 2003-10-10 2005-04-13 华为技术有限公司 认证服务器检测接入设备异常重启的方法
CN1627290A (zh) * 2003-12-12 2005-06-15 鸿富锦精密工业(深圳)有限公司 资料下载断点续传系统及方法
CN1752946A (zh) * 2005-10-31 2006-03-29 大唐微电子技术有限公司 一种嵌入式系统的调试方法及其系统
CN101110656A (zh) * 2006-07-18 2008-01-23 宇龙计算机通信科技(深圳)有限公司 无线网络硬盘系统的文件传输方法

Also Published As

Publication number Publication date
US8732289B2 (en) 2014-05-20
EP2410694B1 (en) 2014-05-07
CN101971562A (zh) 2011-02-09
CN101971562B (zh) 2015-03-25
EP2410694A1 (en) 2012-01-25
US20120011231A1 (en) 2012-01-12
EP2410694A4 (en) 2012-01-25
BRPI0924754A2 (pt) 2016-01-26
BRPI0924754B1 (pt) 2020-12-29

Similar Documents

Publication Publication Date Title
EP2891977B1 (en) Method, system and device for managing software on virtual machine in cloud environment
CN108829384A (zh) 容器的管理方法、装置、计算机设备及存储介质
US9830181B2 (en) Method and system for gracefully shutdown virtual system
WO2015192608A1 (zh) 安卓系统中app的更新方法、终端及存储介质
JP2009123214A5 (zh)
WO2010105433A1 (zh) 控制自动运行过程执行的方法、装置及系统
CN111432033A (zh) 应用程序下载方法、装置、系统、ios设备及介质
CN102487342A (zh) 虚拟互联网协议地址绑定控制装置及方法
JP5629012B2 (ja) 入力ツール呼出システム、方法およびプロキシ装置
CN104158905B (zh) web容器的创建方法
JP2012069088A (ja) 医用情報処理装置及びソフトウェア配信システム
WO2015154578A1 (zh) 单板的boot程序远程升级方法、装置及系统
WO2016086635A1 (zh) 一种网元升级的管理方法及装置
WO2014206126A1 (zh) 移动前端动态接入的方法、移动前端和视频监控平台
US11528185B1 (en) Automated network device provisioning
CN108234215B (zh) 一种网关的创建方法、装置、计算机设备及存储介质
CN104808553B (zh) 控制自动运行过程执行的方法、装置及系统
CN104182265B (zh) 一种应用程序自动启动方法和客户端、服务端
WO2010145512A1 (zh) 用于实现以太网点到点远端环回的方法及装置
TWI690849B (zh) 應用升級與關閉應用之方法及裝置
JP5403691B2 (ja) 仮想マシンのデプロイ方法およびデプロイ実行プログラムとデプロイ実行装置
JP2022508119A (ja) ユースケース仕様およびランタイム実行
WO2015067052A1 (zh) 测试命令发送方法、装置及系统
CN105068892A (zh) 一种数据克隆方法和系统
JP2004078550A (ja) ソフトウェア更新システム

Legal Events

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

Ref document number: 200980100676.5

Country of ref document: CN

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

Ref document number: 09841716

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 3953/KOLNP/2011

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2009841716

Country of ref document: EP

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: PI0924754

Country of ref document: BR

ENP Entry into the national phase

Ref document number: PI0924754

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20110920