WO2010105433A1 - 控制自动运行过程执行的方法、装置及系统 - Google Patents
控制自动运行过程执行的方法、装置及系统 Download PDFInfo
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0876—Aspects of the degree of configuration automation
- H04L41/0883—Semiautomatic 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
Claims
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)
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)
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)
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 | 北京星网锐捷网络技术有限公司 | 一种网络设备动态配置恢复方法和系统 |
-
2009
- 2009-03-20 CN CN200980100676.5A patent/CN101971562B/zh active Active
- 2009-03-20 WO PCT/CN2009/070910 patent/WO2010105433A1/zh active Application Filing
- 2009-03-20 BR BRPI0924754-8A patent/BRPI0924754B1/pt active IP Right Grant
- 2009-03-20 EP EP09841716.5A patent/EP2410694B1/en active Active
-
2011
- 2011-09-19 US US13/235,929 patent/US8732289B2/en active Active
Patent Citations (4)
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 |