CN104808553B - Control method, apparatus and system that automatic running process executes - Google Patents
Control method, apparatus and system that automatic running process executes Download PDFInfo
- Publication number
- CN104808553B CN104808553B CN201510188100.6A CN201510188100A CN104808553B CN 104808553 B CN104808553 B CN 104808553B CN 201510188100 A CN201510188100 A CN 201510188100A CN 104808553 B CN104808553 B CN 104808553B
- Authority
- CN
- China
- Prior art keywords
- information
- automatic operation
- stop point
- current
- operation process
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 265
- 238000011084 recovery Methods 0.000 claims abstract description 62
- 238000004590 computer program Methods 0.000 claims abstract description 11
- 230000000694 effects Effects 0.000 abstract description 2
- 238000007726 management method Methods 0.000 description 30
- 230000003631 expected effect Effects 0.000 description 14
- 238000010586 diagram Methods 0.000 description 6
- 238000002360 preparation method Methods 0.000 description 5
- 230000010354 integration Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000009434 installation Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/042—Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
- G05B19/0428—Safety, monitoring
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/042—Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
- G05B19/0426—Programming the control sequence
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/26—Pc applications
- G05B2219/2609—Process control
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Debugging And Monitoring (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
A method of control automatic running process executes, including:It receives and restores order, the recovery order includes breakpoint stopping information;Judge whether the breakpoint stopping information that the recovery order includes is identical as the information of current breakpoint stopping where current automatic running process;If described restore to order the breakpoint stopping information for including identical as the information of current breakpoint stopping, current automatic running process is continued to execute from the current breakpoint stopping.And method, system, managing device, automatic running, computer program product and the computer readable storage medium that another control automatic running process executes, it can be ensured that automatic running process is executed according to user's desired effect.
Description
Technical Field
The invention relates to the technical field of communication, in particular to a method, a device and a system for controlling execution of an automatic operation process.
Background
Before a network element enters a communication network and provides a communication service, the network element needs to go through a series of preparation works to be capable of normally providing the service. These preparations can be divided into three phases: a data preparation stage; a hardware installation stage; and after the network element is electrified, the network element is powered on to a stage before the formal service provision.
Wherein: the data preparation phase may include activities such as the work of some work surveys, the use of planning tools to generate configuration data that the equipment needs to use, and the like. In the hardware installation stage, after the hardware is delivered to a specific site, a hardware installation engineer installs the hardware and connects a network element to a specific physical network. The main work of the network element in the stage from power-on to formal service provision is as follows: configuring network parameters for the network element, such as setting an Internet Protocol (IP) address and the like; installing software for the network element; providing the configuration data prepared in the data preparation stage to the network element; and verifying whether the network element can normally provide the service, and the like. The stage from the network element power-on to the stage before the formal service provision is completed manually by an engineer on a site, and in order to improve efficiency, the stage from the network element power-on to the stage before the formal service provision can be completed through self-configuration at present. The self-configuration is to automatically complete the work from the network Element power-on to the stage before the formal service provision through the cooperation of the network Element and an Element Management System (EMS).
Although the self-configuration process can be automatically executed, in some cases, a user wants to be able to add manual control to the whole process, rather than fully automatically executing, so a stop point (stoppoint) is introduced, before the self-configuration process is executed, the user sets the stop point at a key step of the self-configuration process, when the self-configuration process is executed to the stop point, the self-configuration process suspends the execution, and waits for the user to re-execute a resume (resume) operation, and the existing self-configuration process is specifically as follows:
the self-configuration process is sequentially executed after starting execution, if a stop Point is met, the execution is suspended, and meanwhile, an Integration Reference Point Agent (IRPAgent: Integration Reference Point Agent) sends a notification message to an Integration Reference Point Manager (IRPManager: Integration Reference Point Manager) to wait for a user to execute resume operation; the IRPManager may send a resume command to the IRPAgent; after receiving the resume command, the IRPAgent continues to execute the self-configuration process from the current stop point.
In the study of the prior art, the inventors found that: because the self-configuration process can be continuously executed from the current stop point after receiving the resume command, if one self-configuration process is provided with a plurality of stop points, the self-configuration process is suspended when meeting the first stop point, when two IRPManagers send two resume commands aiming at the first stop point in a short time, and after receiving the first resume command aiming at the first stop point, the IRPAgent can continuously execute the self-configuration process from the first stop point; if the second stop point is reached soon after the self-configuration process is continuously executed, and at the same time, the second resume command for the first stop point is reached, the IRPAgent continuously executes the self-configuration process from the second stop point under the trigger of the second resume command, so that after two resume commands for the first stop point are received, the operation is continuously executed from the first stop point and the second stop point respectively, and the expectation of the user operation is that the self-configuration process is expected to be continuously executed only from the first stop point, so that the actual operation behavior is inconsistent with the expectation of the user operation.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for controlling execution of an automatic operation process, which can ensure that the automatic operation process is executed according to the expected effect of a user.
The embodiment of the invention provides a method for controlling execution of an automatic operation process, which comprises the following steps:
receiving a resume command, the resume command including breakpoint information;
judging whether the information of the stop point included in the recovery command is the same as the information of the current stop point of the current automatic operation process;
and if the information of the stopping point included in the recovery command is the same as the information of the current stopping point, continuing to execute the current automatic running process from the current stopping point.
The embodiment of the invention also provides a method for controlling the execution of the automatic operation process, which comprises the following steps:
acquiring information of a stop point;
generating a resume command, the resume command including the breakpoint information;
and sending the recovery command.
An embodiment of the present invention further provides an automatic operation device, including:
a receiving unit, configured to receive a resume command, where the resume command includes information of a stop point;
the judging unit is used for judging whether the information of the current stop point is the same as the stop point information contained in the recovery command received by the receiving unit;
and the processing unit is used for continuously executing the current automatic operation process from the current stop point when the judging unit judges that the information of the current stop point is the same as the stop point information contained in the recovery command received by the receiving unit.
An embodiment of the present invention further provides a management apparatus, including:
an acquisition unit configured to acquire information of a stop point;
a generating unit configured to generate a resume command including the breakpoint information acquired by the acquiring unit;
and the sending unit is used for sending the recovery command generated by the generating unit.
The embodiment of the invention also provides a system for controlling the execution of the automatic operation process, which comprises the following steps:
the management device is used for acquiring the information of the stop point; generating a resume command, the resume command including the breakpoint information; sending the generated recovery command;
the automatic operation device is used for receiving a recovery command, and the recovery command comprises stop-break point information; judging whether the information of the current stopping point is the same as the information of the stopping point; and when the information of the current stopping point is judged to be the same as the information of the stopping point, continuously executing the automatic operation process from the stopping point.
Embodiments of the present invention further provide a computer program product, where the computer program product includes computer program code, and when the computer program code is executed by a computer, the computer program code may cause the computer to execute any one of the steps of the method for controlling an automatic operation process to continue.
Embodiments of the present invention further provide a computer-readable storage medium, where the computer stores computer program codes, and when the computer program codes are executed by a computer, the computer program codes may cause the computer to execute any one of the steps of the method for controlling an automatic operation process to continue.
It can be seen from the above technical solutions provided in the embodiments of the present invention that, because the present automatic running process is continuously executed from the current stop point only when the stop point information included in the resume command is the same as the information of the current stop point, the automatic running process can be ensured to be executed according to the expected effect of the user.
Drawings
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
FIG. 1 is a flowchart of a first embodiment of a method for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 2 is a flowchart of a second embodiment of a method for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 3 is a flowchart of a third embodiment of a method for controlling execution of an autorun process in accordance with an embodiment of the present invention;
FIG. 4 is a flowchart of a fourth embodiment of a method for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 5 is a flowchart of a fifth embodiment of a method for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 6 is a block diagram of a first embodiment of an apparatus for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 7 is a block diagram of a second embodiment of an apparatus for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 8 is a block diagram of a third embodiment of an apparatus for controlling execution of an autorun process in accordance with an embodiment of the present invention;
FIG. 9 is a block diagram of a fourth embodiment of an apparatus for controlling execution of an autorun process according to an embodiment of the present invention;
FIG. 10 is a diagram illustrating a first embodiment of a management apparatus according to the present invention;
fig. 11 is a block diagram of an embodiment of a system for controlling execution of an autorun process in accordance with an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 illustrates a flow of a first embodiment of a method for controlling execution of an automatic operation process, where the embodiment illustrates a processing flow of an automatic operation device, and the method includes:
101. receiving a recovery command; the resume command includes breakpoint information;
the stopping point is set by the user before the automatic running process is executed according to the step list of the automatic running process; if a stop point is encountered during the automatic operation process, the automatic operation device can halt the automatic operation process. The automatic operation device receives a resume command from the management device after suspending the automatic operation process. The automatic operation process may be an automatic software management process, a self-configuration process, or the like.
In an automatic operation process, the stop and break point information corresponds to the stop and break points one by one, namely, each stop and break point has one stop and break point information corresponding to the stop and break point information; the information of the stop and break points may be information that can uniquely correspond to the stop and break points, such as names of the stop and break points or identifications of the stop and break points.
102. Judging whether the information of the stop point included in the recovery command is the same as the information of the current stop point of the current automatic operation process; if yes, entering 103; if not, entering 101;
the current automatically-running process may be an automatically-running process existing in the system, and the current stop-and-break point is a stop-and-break point at which the execution of the current automatically-running process is suspended.
103. And continuing to execute the current automatic operation process from the current stop point.
When the information of the stop-break point included in the resume command is the same as the information of the current stop-break point where the current automatic running process is located, the resume command is directed at the current stop-break point, so that the current automatic running process can be continuously executed from the current stop-break point at the moment, and the stop-break point continuously executed by the automatic running process is ensured to be the execution starting point of the automatic running process required by a user.
If the information of the current stop point where only one current automatic running process is located is the same as the stop point information included in the recovery command, only the current automatic running process is continuously executed from the current stop point; if the information of the current stopping point where the plurality of current automatic running processes are located is the same as the stopping point information included in the recovery command, the plurality of automatic running processes can be continuously executed from the current stopping point where the plurality of current automatic running processes are located.
As can be seen from the above, in this embodiment, when the information of the stop point included in the resume command is the same as the information of the current stop point, the current automatic execution process is continuously executed from the current stop point, so that the automatic execution process can be ensured to be executed according to the expected effect of the user.
Fig. 2 depicts a flow of a second embodiment of a method for controlling execution of an automatic operation process, which also depicts a process flow of an automatic operation device, including:
201. receiving a recovery command; the resume command includes information of a stop point and information of an automatic operation process;
201 may be performed with reference to 101; the automatic operation process information may be information that can uniquely correspond to the automatic operation process, such as a name of the automatic operation process or an identifier of the automatic operation process.
The recovery command may be sent by the management device according to a set rule when the notification message is not received.
202. Judging whether the automatic operation process information included in the recovery command is the same as the information of the current automatic operation process;
if so, go to 203; if not, entering 201;
203. judging whether the information of the stopping point included in the recovery command is the same as the information of the current stopping point;
if so, entering 204; if not, entering 201;
the judging step of 203 and the judging step of 202 are not in sequence, and the judging step of 203 can be executed before the judging step of 202;
204. and continuing to execute the current automatic operation process from the current stop point.
Specifically, the current automatic operation process corresponding to the breakpoint information and the automatic operation process information is continuously executed from the current stopping breakpoint.
As can be seen from the above, in this embodiment, when the information of the stop point included in the resume command is the same as the information of the current stop point, and the information of the automatic operation process included in the resume command is the same as the information of the current automatic operation process, the current automatic operation process is continuously executed from the current stop point, so that the automatic operation process can be executed according to the expected effect of the user.
It will be appreciated that the received resume command may also include stop point information and time information; or include stop and break point information, automatic run process information, and time information. Correspondingly, at the time corresponding to the time information included in the resume command, the current automatic operation process is continuously executed from the current stop point.
Fig. 3 depicts a flow of a third embodiment of a method for controlling execution of an automatic operation process, which also depicts a process flow of an automatic operation device, including:
301. when the current automatic running process is executed, the current stop point is touched, and the current automatic running process is suspended for execution;
302. sending a notification message including information of a current stopping point and information of a current automatic operation process;
each automatic operation process has one piece of automatic operation process information corresponding to each other; in an automatic operation process, each stop point has one stop point information corresponding to each other; thus, a stop point can be uniquely determined by one automatic execution process information and one stop point information;
the notification message may be specifically sent to the management apparatus;
it will be appreciated that the notification message may also include only information of the current point of interruption.
303. Receiving a recovery command; the resume command includes information of a stop point and information of an automatic operation process;
304. judging whether the automatic operation process information included in the recovery command is the same as the information of the current automatic operation process; if so, go to 305; if not, entering 303;
305. judging whether the information of the stopping point included in the recovery command is the same as the information of the current stopping point; if so, go to 306; if not, entering 303;
the judging step of 304 and the judging step of 305 are not in sequence, and the judging step of 305 may be executed before the judging step of 304; (ii) a
306. And continuing to execute the current automatic operation process from the current stop point.
Specifically, 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.
As can be seen from the above, in this embodiment, when the information of the stop point included in the resume command is the same as the information of the current stop point and the information of the automatic operation process included in the resume command is the same as the information of the current automatic operation process, the current automatic operation process is continuously executed from the current stop point, so that the automatic operation process can be executed according to the expected effect of the user; and moreover, the information of the stop and break points and the information of the automatic operation process can be sent to the management device, so that the management device can directly acquire the information of the stop and break points and the information of the automatic operation process, and the processing efficiency of the management device is improved.
Further, if the recovery command received by the automatic execution device includes the time information, the current automatic execution process is continued from the current stop point at the time corresponding to the time information. Fig. 4 depicts a flow of a fourth embodiment of a method for controlling execution of an autorun process, which depicts a process flow of a management apparatus, comprising:
401. acquiring information of a stop point;
the information of the stop-break point can be obtained from a notification message, and the notification message is sent by the automatic operation device when the stop-break point is encountered in the automatic operation process;
the information of the stop and break point can also be obtained through a command, for example, the information of the stop and break point can be obtained through a process (list process) command; after a process acquisition command is input, the execution condition of the process corresponding to each automatic running process can be displayed, wherein the execution condition comprises information of whether each automatic running process meets a stop point or not at present, the met current stop point and the like;
402. generating a recovery command; the recovery command comprises the acquired information of the stop point;
after the management device acquires the information of the stop-break point, a recovery command can be automatically generated according to the configuration; prompt information can be displayed for a user, and a recovery command is generated under the trigger of the user;
403. and sending the generated recovery command.
Specifically, the management apparatus may transmit the generated restoration command to the automatic execution apparatus.
As can be seen from the above, the resume command generated in this embodiment includes the information of the break point included in the notification message, so that after receiving the resume command, the main execution body of the automatic execution process can continue to execute the current automatic execution process from the current break point when the information of the break point included in the resume command is the same as the information of the current break point, and can ensure that the automatic execution process is executed according to the expected effect of the user.
Fig. 5 depicts a flow of a fifth embodiment of a method for controlling execution of an autorun process, which depicts a process flow of a management apparatus, comprising:
501. acquiring information of a stop point and information of an automatic operation process;
the information of the stop point and the information of the automatic operation process can be obtained from the notification message, and the notification message is sent by the automatic operation device when the stop point is met in the automatic operation process;
the information of the automatic operation process can also be obtained through a command, for example, the information of the automatic operation process can be obtained through a process (list process) obtaining command; after a process acquisition command is input, the execution condition of the process corresponding to each automatic running process can be displayed, wherein the execution condition comprises information of each automatic running process, information of whether each automatic running process meets a stop point or not at present, information of the met current stop point and the like;
502. generating a recovery command; the recovery command includes information of a stop point and information of an automatic operation process included in the notification message;
after the management device acquires the information of the stop and break points and the information of the automatic operation process, a recovery command can be automatically generated according to a set rule; prompt information can be displayed for a user, and a recovery command is generated under the trigger of the user;
503. and sending the generated recovery command.
Specifically, the management apparatus may transmit the generated restoration command to the automatic execution apparatus.
As can be seen from the above, the resume command generated in this embodiment includes the information of the stop point and the information of the automatic running process included in the notification message, so that the main execution unit of the automatic running process can continue to execute the current automatic running process from the current stop point when the stop point information included in the resume command is the same as the information of the current stop point and the information of the automatic running process included in the resume command is the same as the information of the current automatic running process, thereby ensuring that the automatic running process is executed according to the expected effect of the user.
Further, the management device may further obtain time information, and then place the time information in the generated recovery command, so that the automatic operation device may continue to execute the automatic operation process at a time corresponding to the time information. Specifically, the time information may be obtained from a preset configuration file or the time information input by the user may be received. The embodiment of the invention provides an automatic operation device, which can be an IRPAgent; fig. 6 illustrates a first structure of an automatic operation device according to a first embodiment of the present invention, including:
a receiving unit 601, configured to receive a resume command including information of a stop point;
a judging unit 602, configured to judge whether information of a current stop-and-break point is the same as stop-and-break point information included in the resume command received by the receiving unit 601;
a processing unit 603 configured to continue to execute the current automatic execution 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.
From the above, in the present embodiment of the automatic execution device, when the information of the stop point included in the resume command is the same as the information of the current stop point, the current automatic execution process is continuously executed from the current stop point, which can ensure that the automatic execution process is executed according to the expected effect of the user.
Fig. 7 illustrates a structure of a second embodiment of an automatic operation device according to an embodiment of the present invention, including:
a receiving unit 701 configured to receive a resume command including information of a stop point and information of an automatic execution process;
a judging unit 702, configured to judge whether information of a current stop point is the same as stop point information included in the resume command received by the receiving unit 701; judging whether the information of the current automatic operation process is the same as the automatic operation process information included in the recovery command received by the receiving unit 701;
a processing unit 703, configured to, when the determining unit 702 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 701, and the information of the current automatic running process is the same as the information of the automatic running process included in the resume command received by the receiving unit 701, continue to execute the current automatic running process from the current stop point.
From the above, it can be seen that the automatic operation device provided in the embodiment of the present invention can continue to execute the current automatic operation process from the current stop point when the stop point information included in the resume command is the same as the information of the current stop point and the automatic operation process information included in the resume command is the same as the information of the current automatic operation process, so as to ensure that the automatic operation process is executed according to the expected effect of the user.
Fig. 8 illustrates a third structure of an automatic operation device according to an embodiment of the present invention, including:
a receiving unit 801 configured to receive a resume command, the resume command including information of a stop-and-break point, information of an automatic operation process, and time information;
a judging unit 802, configured to judge whether information of a current stop-and-break point is the same as stop-and-break point information included in the resume command received by the receiving unit 801; judging whether the information of the current automatic operation process is the same as the automatic operation process information included in the recovery command received by the receiving unit 801;
a processing unit 803, configured to, when the determining unit 802 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 801 and the information of the current automatic running process is the same as the automatic running process information included in the resume command received by the receiving unit 801, continue to execute the current automatic running process from the current stop point at a time corresponding to the time information included in the resume command received by the receiving unit 801.
From the above, the present embodiment of the automatic execution device may continue to execute the current automatic execution process from the current stop point only at the time corresponding to the time information included in the resume command, so as to further ensure that the automatic execution process is executed according to the expected effect of the user.
Fig. 9 illustrates a fourth structure of the automatic operation device according to the embodiment of the present invention, including:
a sending unit 901, configured to send a notification message, where the notification message includes information of a current stop point and information of a current automatic operation process;
a receiving unit 902, configured to receive a resume command, where the resume command includes information of a stop and stop point and information of an automatic operation process;
a determining unit 903, configured to determine whether information of a current stop point is the same as stop point information included in the resume command received by the receiving unit 902; judging whether the information of the current automatic operation process is the same as the information of the automatic operation process included in the recovery command received by the receiving unit 902;
a processing unit 904, configured to, when the determining unit 903 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 902 and the information of the current automatic running process is the same as the information of the automatic running process included in the resume command received by the receiving unit 902, continue to execute the current automatic running process from the current stop point.
From the above, when the automatic operation device includes the sending unit, the information of the current stopping point and the information of the current automatic operation process can be sent to the management device, so that the management device can directly acquire the information of the current stopping point and the information of the current automatic operation process, and the processing efficiency of the management device is improved.
The embodiment of the invention provides a management device, which can be IRPManager; fig. 10 illustrates a first structure of an embodiment of a management apparatus provided in the embodiment of the present invention, including:
an acquisition unit 1001 configured to acquire break point information;
specifically, the acquisition unit 1001 may directly acquire the information of the breakpoint by acquiring the progress command;
alternatively, the acquisition unit 1001 may receive a notification message sent by the automatic execution apparatus, the notification message carrying the stop point information, thereby acquiring the stop point information from the notification message.
A generating unit 1002 configured to generate a resume command including the stop-and-break point information acquired by the acquiring unit 1001;
a sending unit 1003, configured to send the recovery command generated by the generating unit 1002.
From the above, the resume command generated by the embodiment of the management device includes the information of the stop-and-break point, so that after the automatic running device receives the resume command, when the information of the stop-and-break point included in the resume command is the same as the information of the current stop-and-break point of the automatic running process, the automatic running process can be continuously executed from the current stop-and-break point, and the automatic running process can be ensured to be executed according to the expected effect of the user.
An embodiment of the present invention further provides a second management apparatus, including:
the acquisition unit is used for acquiring the information of the stop point and the information of the automatic operation process;
the generating unit is used for generating a recovery command, and the recovery command comprises the information of the stop point and the information of the automatic operation process acquired by the acquiring unit;
and the sending unit is used for sending the recovery command generated by the generating unit.
As can be seen from the above, the resume command generated by the embodiment of the management device provided in the embodiment of the present invention includes the information of the break point and the information of the automatic running process included in the notification message, so that after the automatic running device receives the resume command, the automatic running device can continue to execute the current automatic running process from the current break point only when the information of the break point included in the resume command is the same as the information of the current break point of the automatic running process and the information of the automatic running process included in the resume command is the same as the information of the current automatic running process, thereby ensuring that the automatic running process is executed according to the expected effect of the user.
An embodiment of the present invention further provides a management apparatus, which includes:
an acquisition unit for acquiring information of a stop point, information of an automatic operation process, and time information;
the generating unit is used for generating a recovery command, and the recovery command comprises the information of the stop point, the information of the automatic operation process and the time information which are acquired by the acquiring unit;
and the sending unit is used for sending the recovery command generated by the generating unit.
From the above, the resume command generated by the embodiment of the management device includes the information of the stop-and-break point, so that the automatic running device can continue to execute the current automatic running process from the current stop-and-break point at the time corresponding to the time information included in the resume command after receiving the resume command, and further ensure that the automatic running process is executed according to the expected effect of the user.
Referring again to the system for controlling execution of an automatic operation process according to an embodiment of the present invention, fig. 11 illustrates a structure of an embodiment of the system for controlling execution of an automatic operation process, which includes a management device 1101 and an automatic operation device 1102, where:
management means 1101 for acquiring information of a stop point; generating a recovery command, wherein the recovery command carries the information of the break point; sending the generated recovery command;
automatic operation means 1102 for receiving the resume command sent by the management means 1101, and identifying the information of the stop point from the resume command; judging whether the information of the current stopping point is the same as the identified stopping point information; and when the information of the current stopping point is judged to be the same as the identified information of the stopping point, continuously executing the current automatic operation process from the current stopping point.
From the above, the automatic operation device in this embodiment of the system for controlling the automatic operation process to continue to execute in the present embodiment continues to execute the current automatic operation process from the current stop point only when the stop point information included in the resume command is the same as the information of the current stop point, which can ensure that the automatic operation process is executed according to the expected effect of the user.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The method, the device and the system for controlling the execution of the automatic operation process provided by the embodiment of the invention are described in detail, and the description of the embodiment is only used for helping to understand the method and the idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (13)
1. A method of controlling execution of an automatically running process, comprising:
the management device acquires the information of the stop point from the automatic operation device;
the management device generates a recovery command, wherein the recovery command comprises the information of the stop point;
the management device sends the recovery command;
the automatic operation device receives the recovery command;
and if the stop and break point information included in the recovery command is the same as the information of the current stop and break point of the current automatic operation process of the automatic operation device, the automatic operation device continues to execute the current automatic operation process from the stop and break point corresponding to the stop and break point information.
2. The method of controlling execution of an autorun process of claim 1, further comprising:
the management device acquires automatic operation process information from the automatic operation device;
the recovery command further includes the autorun process information;
the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information, and the automatic operation device further comprises:
if the automatic operation process information included in the recovery command is the same as the information of the current automatic operation process, the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information; or
Further comprising:
the management device acquires time information from the automatic operation device;
the resume command further includes the time information;
the step that the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information comprises the following steps:
the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information at the time corresponding to the time information; or
Further comprising:
the management device acquires time information and automatic operation process information from the automatic operation device;
the recovery command further includes the automatic operation process information and the time information;
the step that the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information comprises the following steps:
and if the automatic operation process information included in the recovery command is the same as the information of the current automatic operation process of the automatic operation device, the automatic operation device continues to execute the current automatic operation process from the stop point corresponding to the stop point information.
3. The method of controlling execution of an autorun process of claim 2, further comprising:
the management device receives a notification message from the automatic operation device;
the step of obtaining the information of the stop point comprises the following steps: acquiring the information of the stop point from the notification message;
or,
the step of obtaining information of the automatic operation process includes: and acquiring the automatic operation process information from the notification message.
4. A method of controlling the execution of an autorun process according to claim 2, wherein:
the step of obtaining the information of the stop point comprises the following steps: acquiring information of a stop point through a command; or,
the step of obtaining information of the automatic operation process includes: and acquiring the automatic operation process information through a command.
5. A computer-readable storage medium, characterized in that it stores computer program code which, when executed by a computer, causes the computer to perform the steps of any of claims 1 to 4.
6. A system, comprising a management device, the management device comprising:
an acquisition unit configured to acquire information of a stop point;
a generating unit configured to generate a resume command including the breakpoint information acquired by the acquiring unit;
and the sending unit is used for sending the recovery command generated by the generating unit.
7. The system of claim 6, wherein the obtaining unit is further configured to obtain automatic operation process information;
the recovery command further includes the automatic operation process information acquired by the acquisition unit.
8. The system of claim 6 or 7, wherein the obtaining unit is further configured to obtain time information;
the recovery command further includes the time information acquired by the acquisition unit.
9. The system of claim 6, further comprising an automatic operation device comprising:
a receiving unit, configured to receive a resume command, where the resume command includes information of a stop point;
and the processing unit is used for continuously executing the current automatic running process from the stop point corresponding to the stop point information when judging that the information of the current stop point where the current automatic running process is located is the same as the stop point information contained in the recovery command received by the receiving unit.
10. The system of claim 9, wherein the resume command further comprises autorun process information;
and the processing unit is used for continuously executing the current automatic running process from the stop point corresponding to the stop point information when the information of the current stop point is judged to be the same as the stop point information included by the recovery command and the information of the current automatic running process is judged to be the same as the information of the automatic running process included by the recovery command.
11. The system of claim 9 or 10, wherein the resume command further comprises time information;
and the processing unit is used for continuously executing the current automatic running process from the stop point corresponding to the stop point information at the time corresponding to the time information.
12. The system of claim 9, wherein the autorun apparatus further comprises:
a sending unit, configured to send a notification message, where the notification message includes information of the current stop-and-go point.
13. The system of claim 12, wherein the notification message further includes information of a current autorun process.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510188100.6A CN104808553B (en) | 2009-03-20 | 2009-03-20 | Control method, apparatus and system that automatic running process executes |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510188100.6A CN104808553B (en) | 2009-03-20 | 2009-03-20 | Control method, apparatus and system that automatic running process executes |
CN200980100676.5A CN101971562B (en) | 2009-03-20 | 2009-03-20 | Method, device and system for controlling automatic running process performance |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200980100676.5A Division CN101971562B (en) | 2009-03-20 | 2009-03-20 | Method, device and system for controlling automatic running process performance |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104808553A CN104808553A (en) | 2015-07-29 |
CN104808553B true CN104808553B (en) | 2018-10-30 |
Family
ID=53716247
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510188100.6A Active CN104808553B (en) | 2009-03-20 | 2009-03-20 | Control method, apparatus and system that automatic running process executes |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104808553B (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1606276A (en) * | 2003-10-10 | 2005-04-13 | 华为技术有限公司 | A method for detecting access equipment exception and restarting by authentication server |
CN1752946A (en) * | 2005-10-31 | 2006-03-29 | 大唐微电子技术有限公司 | Debugging method of embedded system and its system |
CN101088269A (en) * | 2004-12-22 | 2007-12-12 | Bsh博施及西门子家用器具有限公司 | Method and circuit arrangement for carrying out initialisation or registration steps for a device, in particular a household appliance |
CN101110656A (en) * | 2006-07-18 | 2008-01-23 | 宇龙计算机通信科技(深圳)有限公司 | File transferring method for wireless network hard disk system |
CN101971562B (en) * | 2009-03-20 | 2015-03-25 | 华为技术有限公司 | Method, device and system for controlling automatic running process performance |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050060690A1 (en) * | 2003-09-15 | 2005-03-17 | Kuo-Jung Tung | Microprocessor system with software emulation processed by auxiliary hardware |
-
2009
- 2009-03-20 CN CN201510188100.6A patent/CN104808553B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1606276A (en) * | 2003-10-10 | 2005-04-13 | 华为技术有限公司 | A method for detecting access equipment exception and restarting by authentication server |
CN101088269A (en) * | 2004-12-22 | 2007-12-12 | Bsh博施及西门子家用器具有限公司 | Method and circuit arrangement for carrying out initialisation or registration steps for a device, in particular a household appliance |
CN1752946A (en) * | 2005-10-31 | 2006-03-29 | 大唐微电子技术有限公司 | Debugging method of embedded system and its system |
CN101110656A (en) * | 2006-07-18 | 2008-01-23 | 宇龙计算机通信科技(深圳)有限公司 | File transferring method for wireless network hard disk system |
CN101971562B (en) * | 2009-03-20 | 2015-03-25 | 华为技术有限公司 | Method, device and system for controlling automatic running process performance |
Also Published As
Publication number | Publication date |
---|---|
CN104808553A (en) | 2015-07-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2891977B1 (en) | Method, system and device for managing software on virtual machine in cloud environment | |
CN108121543B (en) | Software code compiling processing method and device | |
CN105786691B (en) | Automatic integrated testing device, method and system for mobile terminal | |
CN102437938B (en) | Large-scale network monitoring oriented virtual deployment system and method | |
CN105898428B (en) | User identity management method and device | |
CN104980399B (en) | File transmission method, client and proxy server | |
CN106528143A (en) | Configuration management method and device | |
CN106648781B (en) | Method and system for upgrading remote firmware of communication equipment | |
CN111432033A (en) | Application program downloading method, device and system, IOS equipment and medium | |
CN103810010A (en) | Information processing method and first electronic device terminal | |
JP2012069088A (en) | Medical information processor and software distribution system | |
CN102622254B (en) | Television outage disposal route and system | |
US8732289B2 (en) | Method, apparatus, and system for controlling execution of an automatic process | |
CN104808553B (en) | Control method, apparatus and system that automatic running process executes | |
CN104301419A (en) | Non-local-machine remote download control system and method | |
CN109871288B (en) | Method, device, equipment and medium for executing Android system command | |
CN110569115A (en) | Multipoint deployment process management method and process contention method | |
JP2006113754A (en) | Software update device and method | |
KR101480903B1 (en) | Method for multiple checking a mobile malicious code | |
CN105608774A (en) | Intelligent entrance guard control system and control method thereof | |
CN102137129A (en) | Processing method, system and device for allocation file Profile | |
CN109254782B (en) | Operating system installation method and device | |
CN108933306A (en) | A kind of charging method, device and intelligent robot | |
CN112596764A (en) | Internet of things monitoring method and device based on NB-IoT remote upgrading | |
CN107231367B (en) | Automatic notification method and device for signature message and server |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
EXSB | Decision made by sipo to initiate substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |