WO2017167103A1 - Procédé et dispositif de traitement de commande à distance - Google Patents

Procédé et dispositif de traitement de commande à distance Download PDF

Info

Publication number
WO2017167103A1
WO2017167103A1 PCT/CN2017/077727 CN2017077727W WO2017167103A1 WO 2017167103 A1 WO2017167103 A1 WO 2017167103A1 CN 2017077727 W CN2017077727 W CN 2017077727W WO 2017167103 A1 WO2017167103 A1 WO 2017167103A1
Authority
WO
WIPO (PCT)
Prior art keywords
remote command
command
response data
switch parameter
remote
Prior art date
Application number
PCT/CN2017/077727
Other languages
English (en)
Chinese (zh)
Inventor
肖雄
吴堃
谢晓辉
郝建青
孙成浩
Original Assignee
阿里巴巴集团控股有限公司
肖雄
吴堃
谢晓辉
郝建青
孙成浩
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 阿里巴巴集团控股有限公司, 肖雄, 吴堃, 谢晓辉, 郝建青, 孙成浩 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2017167103A1 publication Critical patent/WO2017167103A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects

Definitions

  • the present application relates to the field of communications technologies, and in particular, to a remote command processing method and a remote command processing device.
  • IT Information Technology
  • Fabric is a remotely executed execution framework for remote commands such as SSH (Secure Shell Protocol, Secure Shell) commands widely used in the open source community. Its functions include: executing local or remote commands, uploading/downloading files, and others. Accessibility features such as prompting user input, aborting execution, etc. Based on Fabric, companies can easily develop their own operation and maintenance systems.
  • SSH Secure Shell Protocol
  • Secure Shell Secure Shell
  • the current remote command may specifically include: an interactive command and a non-interactive command.
  • the interactive command may be a command that requires the client to interact in order to continue execution during the execution of the command; the most common scenario is: when deleting an interactive command for a system file, the operation and maintenance system outputs the input required.
  • the prompt for the administrator password, and the interactive command is executed after the administrator enters the administrator password.
  • Non-interactive commands can be commands that complete the entire command execution process without the need for the client to interact during command execution.
  • the client intercepts the return data of the remote command, and finds whether the returned data contains a preset keyword, and if so, confirms The current remote command requires the client to interact. If it does not, confirm that the current remote command does not require the client to interact.
  • the above The process of finding whether the returned keyword includes the preset keyword may include: the client may continuously read the return data of the server, and determine whether the returned data includes preset keywords such as password, sudo, and input.
  • the traditional scheme will also perform corresponding interception and lookup operations.
  • the above interception and lookup operations will occupy IO (Input-Output) processing between the client and the server. time.
  • IO Input-Output
  • the return data is intercepted and searched by segments, it is necessary to repeatedly perform multiple interception and search operations for the return data of a single remote command, thereby greatly reducing the number of interception and search operations.
  • IO handles performance and reduces the speed of execution of remote commands. For large-scale operation and maintenance systems, the time consumption of remote commands will seriously slow down the processing speed of the entire operation and maintenance system.
  • the technical problem to be solved by the embodiments of the present application is to provide a method for processing a remote command, which can save time and cost of intercepting and searching operations of return data, thereby improving IO processing performance and improving execution speed of remote commands. .
  • the embodiment of the present application further provides a remote command processing device to ensure implementation and application of the foregoing method.
  • the present application discloses a method for processing a remote command, including:
  • the response data is output when the switch parameter corresponding to the remote command is off.
  • the trigger request carries the address information of the command file, and the basis is The steps of triggering the request, obtaining the remote command and its corresponding switch parameters, including:
  • the triggering request carries the address information of the command file and the switch parameter of the remote command in the command file, and the step of acquiring the remote command and the corresponding switch parameter according to the trigger request, including :
  • the method further includes:
  • the response data is intercepted when the switch parameter corresponding to the remote command is on;
  • the step of receiving the response data returned by the server for the remote command includes:
  • the response data segment returned by the server for the remote command is read from the client's socket interface.
  • the step of outputting the response data when the switch parameter corresponding to the remote command is off includes:
  • the response data is output when the content of the response data segment is not empty and the switch parameter corresponding to the remote command is off.
  • a remote command processing apparatus including:
  • a first receiving module configured to receive a trigger request of a remote command
  • An acquiring module configured to acquire a remote command and a corresponding switch parameter according to the trigger request
  • a sending module configured to send the remote command to a server
  • a second receiving module configured to receive response data returned by the server for the remote command
  • a first output module configured to output the response data when the switch parameter corresponding to the remote command is off.
  • the triggering request carries the address information of the command file
  • the acquiring module includes:
  • the first obtaining submodule is configured to read the remote command and the corresponding switch parameter from the command file according to the address information.
  • the triggering request carries the address information of the command file and the switch parameter of the remote command in the command file
  • the acquiring module includes:
  • the second obtaining submodule is configured to read the remote command from the command file according to the address information, and associate the read remote command with the switch parameter carried in the trigger request.
  • the device further includes:
  • An intercepting module configured to intercept the response data when a switch parameter corresponding to the remote command is turned on
  • a lookup module for finding an interactive command from the intercepted response data that requires the client to interact
  • a second output module configured to output interaction prompt information corresponding to the interactive command.
  • the embodiments of the present application include the following advantages:
  • the embodiment of the present application may obtain the remote command and the corresponding switch parameter according to the trigger request of the remote command, and output the response data when the switch parameter corresponding to the remote command is closed;
  • the switch parameter corresponding to the remote command is off, the interception and search operations of the return data may not be performed, thereby saving the interception of the returned data and
  • the time taken to find an operation can improve IO processing performance and can increase the execution speed of remote commands.
  • FIG. 1 is a schematic diagram of an application environment of a remote command processing method of the present application
  • FIG. 2 is a flow chart showing the steps of a first embodiment of a method for processing a remote command according to the present application
  • FIG. 3 is a flow chart showing the steps of a second embodiment of a method for processing a remote command according to the present application
  • Figure 4 is a schematic illustration of a response data of the present application.
  • FIG. 5 is a flow chart showing the steps of a third embodiment of a method for processing a remote command according to the present application.
  • FIG. 6 is a structural block diagram of an embodiment of a remote command processing apparatus of the present application.
  • the method for determining the non-interactive command in the large data volume transmission scenario in the conventional solution leads to a technical problem that the IO processing performance is low and the execution speed of the remote command is slow.
  • the embodiment of the present application can obtain the remote device according to the trigger request of the remote command. And the corresponding switch parameter, and when the switch parameter corresponding to the remote command is off, the response data is output; because the switch parameter corresponding to the remote command is off, the embodiment may not perform The interception and lookup operations of the data are returned, so that the time taken to intercept and find the return data can be saved, thereby improving the IO processing performance and improving the execution speed of the remote command.
  • the embodiment of the present application can be applied to an application scenario of an operation and maintenance system such as Fabric and Ansible, which is used to improve the IO processing performance and the execution speed of the remote command in the operation and maintenance system. It should be understood that the embodiments of the present application do not limit the specific application scenarios.
  • an operation and maintenance system such as Fabric and Ansible
  • the processing method of the remote command provided by the embodiment of the present application can be applied to the application environment shown in FIG. 1.
  • the client 100 and the server 200 can be located in a wired or wireless network, through the wired or wireless network.
  • the client 100 performs data interaction with the server 200.
  • the client 100 can run on a physical machine or a virtual machine, and can receive a trigger request of a remote command input by the user, obtain a remote command and its corresponding switch parameter according to the trigger request, and send the Remote command to cause the server 200 to obtain response data of the remote command.
  • the response data may include the interactive prompt information of the remote command when the remote command is an interactive command, and the response data may include the As a result of the processing of the remote command, it can be understood that the embodiment of the present application does not limit the specific response data.
  • the client 100 can also receive the response data returned by the server 200 for the remote command, and output the response data when the switch parameter corresponding to the remote command is off.
  • the foregoing switch parameter may specifically include turning off or on, wherein the closing may be used to indicate that the intercepting and searching operations of the response data are not performed, and the opening and the searching operation for indicating the response data may be indicated.
  • the application environment shown in FIG. 1 is only used as an application example.
  • One of the purposes of the input process in the embodiment of the present application is that when the switch parameter corresponding to the remote command is off, the interception and searching of the returned data may not be performed.
  • the operation can solve the technical problem that the judgment process of the non-interactive command in the large data volume transmission scenario leads to low IO processing performance and slow execution speed of the remote command, and the specific application environment of the remote command processing flow is not limited.
  • FIG. 2 a flow chart of the steps of the first embodiment of the remote command processing method of the present application is shown, which may specifically include the following steps:
  • Step 201 Receive a trigger request of a remote command.
  • Step 202 Acquire a remote command and corresponding switch parameters according to the trigger request.
  • the trigger request may be input by a user, and may be used to trigger a remote command, so that the client sends a corresponding remote command to the server.
  • the client intercepts the returned data of the remote command and finds whether the returned data contains a preset keyword. If yes, it confirms that the current remote command requires the client to interact.
  • the process of searching for the preset keyword in the returned data may include: the client may continuously read the return data of the server, and determine whether the returned data includes preset keywords such as password, sudo, and input. .
  • the user in the embodiment of the present application may include: an operation and maintenance personnel with professional knowledge, and the operation and maintenance personnel are generally familiar with the remote command. Therefore, for the remote command to be triggered, the operation and maintenance personnel are familiar with whether the remote command includes the above.
  • the preset keyword is so as to be able to clarify whether it needs the client to perform the interaction. Therefore, the user of the embodiment of the present application has the ability to accurately set the switch parameters of the remote command to be triggered. Specifically, the remote command to be triggered requires the client.
  • the user can set the corresponding switch parameter to be on, or, when the remote command to be triggered does not require the client to interact (ie, is a non-interactive command), the user The corresponding switch parameter can be set to off.
  • the triggering request may carry the address information of the command file
  • the step 202 of acquiring the remote command and the corresponding switch parameter according to the triggering request may specifically include:
  • Step A1 Read the remote command and its corresponding switch parameter from the command file according to the address information.
  • one or more remote commands may be recorded in the command file, and the command The file is usually written by the user, so the user can accurately determine whether the preset keyword is included in the command file, so that it can be clear whether the remote command in the command file requires the client to interact. Therefore, on the basis that the user clarifies whether the remote command requires the client to interact in the command file, it can record the corresponding switch parameter in the command file.
  • the number of the switch parameters recorded in the command file may be one to indicate that there is a remote command in the command file that requires the client to interact. Alternatively, the number of switch parameters recorded in the command file can be the same as the number of remote commands to identify whether each remote command requires the client to interact. It can be understood that the specific recording manner of the switch parameters in the above command file is not limited in the embodiment of the present application.
  • the remote command and the switch parameter recorded by the command file may have corresponding preset positions.
  • the preset position of the switch parameter may be the first line or the last line or The line number is set, so step A1 may first load the above command file according to the above address information, and read the remote command and its corresponding switch parameter from the command file according to the preset position. It can be understood that the specific reading process of reading the remote command and its corresponding switch parameter from the command file according to the address information is not limited.
  • the trigger request may carry the address information of the command file and the switch parameter of the remote command in the command file, and the step of acquiring the remote command and the corresponding switch parameter according to the trigger request 202, specifically may include:
  • Step B1 Read a remote command from the command file according to the address information, and associate the read remote command with a switch parameter carried in the trigger request.
  • the foregoing association may associate the remote command with the corresponding switch parameter. If it is recorded that there are M remote commands in the command file, and the trigger request carries N switch parameters, the M remote commands and the N switch parameters may be established. The mapping relationship between.
  • step B1 The remote command can be read from the command file according to the address information, and the read remote command is associated with the switch parameter carried in the trigger request to obtain the remote command and its corresponding switch parameter.
  • the triggering request in the embodiment of the present application may be input by the user through a keyboard, a mouse, or the like.
  • the specific manner of obtaining the trigger request is not limited in the embodiment of the present application.
  • the foregoing technical solution 1 and technical solution 2 are only an optional technical solution for acquiring a remote command and its corresponding switch parameter according to the trigger request.
  • the triggering request the other technical solution for acquiring the remote command and its corresponding switch parameter, for example, may provide a preset interface, so that the user submits the trigger request through the preset interface, and carries the remote command and the trigger request in the trigger request
  • Corresponding switch parameters wherein the trigger request may carry multiple remote commands and their corresponding switch parameters, or may carry multiple remote commands and switch parameters corresponding to each remote command, etc.
  • the specific technical solution for triggering the request and obtaining the remote command and its corresponding switch parameters is not limited.
  • Step 203 Send the remote command to a server.
  • the client may send a string corresponding to the remote command to the server to notify the server to execute the remote command, where one remote command may be sent at a time, or multiple remote commands may be sent at a time.
  • the server may determine whether the remote command requires the client to interact (for example, whether a password is required, etc.), and if necessary, the corresponding interaction prompt may be carried in the response data sent to the client.
  • the information if not required, can carry the corresponding processing result in the response data sent to the client.
  • Step 204 Receive response data returned by the server for the remote command.
  • the step 204 of receiving the response data returned by the server for the remote command may specifically include:
  • Step C1 Read a response data segment returned by the server for the remote command from a SOCKET (socket) interface of the client.
  • the socket interface may be provided by a client operating system
  • the response data segment may include data of a large amount of data, for example, the length may be 4096 bytes. It is understood that the specific length of the above response data segment is not limited in the embodiment of the present application.
  • Step 205 Output the response data when the switch parameter corresponding to the remote command is off.
  • the step 205 of the step of outputting the response data may include: displaying the response data directly through the data stream when the switch parameter corresponding to the remote command is off On the display device, that is, the response data can be directly provided to the user; since the return data can be intercepted and searched for non-interactive commands, the cost of intercepting and searching for the returned data can be saved. Time.
  • the step 205 of outputting the response data may include: when the content of the response data segment is not empty, and the switch parameter corresponding to the remote command is off, The response data is output.
  • the optional embodiment may first determine whether the content of the response data segment is empty, and if not, determine whether the switch parameter corresponding to the remote command is off, and the content of the response data segment. The response data is output when it is not empty and the switch parameter corresponding to the remote command is off.
  • the embodiment of the present application can obtain the remote command and its corresponding switch parameter according to the trigger request of the remote command, and output the response data when the switch parameter corresponding to the remote command is off; For example, when the switch parameter corresponding to the remote command is off, the interception and search operations of the return data may not be performed, thereby saving time and time required for intercepting and searching operations of the returned data, thereby improving IO processing performance, and Can improve the execution speed of remote commands.
  • FIG. 3 a flow chart of the steps of the second embodiment of the remote command processing method of the present application is shown, which may specifically include the following steps:
  • Step 301 Receive a trigger request of a remote command.
  • Step 302 Acquire a remote command and corresponding switch parameters according to the trigger request.
  • Step 303 Send the remote command to a server.
  • Step 304 Receive response data returned by the server for the remote command.
  • Step 305 Output the response data when the switch parameter corresponding to the remote command is off.
  • Step 306 When the switch parameter corresponding to the remote command is turned on, intercept the response data.
  • Step 307 Search for an interactive command that requires the client to interact from the intercepted response data.
  • Step 308 Output interactive prompt information corresponding to the interactive command.
  • step 306 to step 308 of the embodiment the response data is intercepted and searched to identify an interactive command from the response data that requires the client to interact, and then the pair can be obtained.
  • the interactive information should be prompted.
  • the foregoing step 307 may specifically include: intercepting the response data, cutting the intercepted response data by lines ( ⁇ r, ⁇ n, ⁇ r ⁇ n), and cutting Each current line determines whether it contains a preset keyword (sudo, password); if yes, it can output a prompt box to prompt the client to interact; if not, the response data corresponding to the current line can be output, and step 307 is performed. Continue to the next judgment until all response data has been processed
  • FIG. 4 there is shown a schematic diagram of a response data of the present application, wherein the fabric can intercept and search the response data returned by 10.125.0.171 (server), wherein the response data of a certain row is found to contain "password". "For keywords, you can output the interactive prompt message "out:[sudo]password for xiong.xiaox:” to prompt the user to enter the password.
  • the fabric can send the password entered by the user back to the 10.125.0.171 server.
  • the server is configured to authenticate the password; wherein, when the authentication of the password is passed, the server may continue to execute the corresponding remote command, and send corresponding response data to the client, where the response data may include execution of the remote command.
  • the server may refuse to execute the corresponding remote command, and send corresponding response data to the client, where the response data may include a password error result of the remote command.
  • the above is only an example of the processing procedure as the response data. In fact, the specific processing procedure of the response data is not limited in the embodiment of the present application.
  • FIG. 5 a flow chart of the steps of the third embodiment of the remote command processing method of the present application is shown, which may specifically include the following steps:
  • Step 501 The client receives a trigger request of a remote command.
  • Step 502 The client obtains the remote command and its corresponding switch parameter according to the trigger request.
  • Step 503 The client sends the remote command to the server.
  • Step 504 The client reads, from the socket interface, a response data segment returned by the server for the remote command.
  • Step 505 the client determines whether the data of the response data segment is empty, and if so, the process ends; otherwise, step 506 is performed;
  • Step 506 the client determines whether the switch parameter corresponding to the remote command is off, and if so, step 507 is performed, otherwise, step 508 is performed;
  • Step 507 The client outputs the response data.
  • Step 508 The client intercepts the response data.
  • Step 509 The client searches for the interactive command that requires the client to interact from the intercepted response data.
  • Step 510 The client outputs the interaction prompt information corresponding to the interactive command.
  • step 507 may also write response data to the cache for processing requirements of the remote command.
  • FIG. 6 a structural block diagram of an embodiment of a remote command processing apparatus of the present application is shown, which may specifically include the following modules:
  • the first receiving module 601 is configured to receive a trigger request of the remote command
  • the obtaining module 602 is configured to obtain a remote command and a corresponding switch parameter according to the trigger request.
  • a sending module 603, configured to send the remote command to a server
  • a second receiving module 604 configured to receive response data returned by the server for the remote command
  • the first output module 605 is configured to output the response data when the switch parameter corresponding to the remote command is off.
  • the triggering request may carry the address information of the command file
  • the acquiring module 602 may specifically include:
  • the first obtaining submodule is configured to read the remote command and the corresponding switch parameter from the command file according to the address information.
  • the triggering request may include the address information of the command file and the switch parameter of the remote command in the command file, where the obtaining module 602 may specifically include:
  • the second obtaining submodule is configured to read the remote command from the command file according to the address information, and associate the read remote command with the switch parameter carried in the trigger request.
  • the apparatus may further include:
  • An intercepting module configured to intercept the response data when a switch parameter corresponding to the remote command is turned on
  • a lookup module for finding an interactive command from the intercepted response data that requires the client to interact
  • a second output module configured to output interaction prompt information corresponding to the interactive command.
  • the second receiving module 603 may specifically include:
  • Reading a submodule for reading a response data segment returned by the server for the remote command from a socket interface of the client is
  • the first output module 605 may specifically include:
  • an output submodule configured to output the response data when the content of the response data segment is not empty and the switch parameter corresponding to the remote command is off.
  • the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • embodiments of the embodiments of the present application can be provided as a method, apparatus, or computer program product. Therefore, the embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware. Moreover, embodiments of the present application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • the computer device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is a computer readable medium Example.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology. The information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include non-persistent computer readable media, such as modulated data signals and carrier waves.
  • Embodiments of the present application are described with reference to flowcharts and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the present application. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG.
  • These computer program instructions can be provided to a processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing terminal device to produce a machine such that instructions are executed by a processor of a computer or other programmable data processing terminal device Generated for implementing a process or multiple processes and/or parties in a flowchart
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing terminal device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the instruction device implements the functions specified in one or more blocks of the flowchart or in a flow or block of the flowchart.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Selective Calling Equipment (AREA)
  • Telephonic Communication Services (AREA)
  • Computer And Data Communications (AREA)

Abstract

Des modes de réalisation de la présente invention concernent un procédé et un dispositif de traitement de commande à distance. Le procédé consiste en particulier : à recevoir une requête de déclenchement d'une commande à distance ; à acquérir, selon la requête de déclenchement, la commande à distance et un paramètre de marche-arrêt correspondant à cette dernière ; à transmettre à un serveur la commande à distance ; à recevoir des données de réponse renvoyées par le serveur concernant la commande à distance ; et si le paramètre de marche-arrêt correspondant à la commande à distance est en mode d'arrêt, à délivrer alors les données de réponse. Les modes de réalisation de la présente invention permettent de réduire le temps passé à intercepter et à interroger une opération au sujet de données renvoyées, ce qui permet d'améliorer les performances de traitement E/S, et d'accélérer l'exécution d'une commande à distance.
PCT/CN2017/077727 2016-03-31 2017-03-22 Procédé et dispositif de traitement de commande à distance WO2017167103A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610202831.6 2016-03-31
CN201610202831.6A CN107291524B (zh) 2016-03-31 2016-03-31 一种远程命令的处理方法和装置

Publications (1)

Publication Number Publication Date
WO2017167103A1 true WO2017167103A1 (fr) 2017-10-05

Family

ID=59962563

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/077727 WO2017167103A1 (fr) 2016-03-31 2017-03-22 Procédé et dispositif de traitement de commande à distance

Country Status (3)

Country Link
CN (1) CN107291524B (fr)
TW (1) TWI738726B (fr)
WO (1) WO2017167103A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314536A (zh) * 2022-08-03 2022-11-08 平安付科技服务有限公司 远程执行命令方法及装置、存储介质、计算机设备

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110336770A (zh) * 2019-04-04 2019-10-15 平安科技(深圳)有限公司 远程监测漏洞的方法、装置、设备和存储介质
CN113190296A (zh) * 2021-05-19 2021-07-30 瀚高基础软件股份有限公司 基于Paramiko的交互式命令执行方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102035748A (zh) * 2010-12-31 2011-04-27 深圳市深信服电子科技有限公司 一种基于应用的流量控制方法及流量控制器
US20150081688A1 (en) * 2006-07-26 2015-03-19 International Business Machines Corporation Results from search providers using a browsing-time relevancy factor
CN104486133A (zh) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 网元代理管理的方法及系统
CN104796279A (zh) * 2014-01-21 2015-07-22 腾讯科技(深圳)有限公司 请求包的处理方法和装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100824792B1 (ko) * 2006-07-11 2008-04-24 삼성전자주식회사 커맨드 처리 장치와 방법 및 이를 포함하는 시스템
CN102739440A (zh) * 2012-05-24 2012-10-17 大唐移动通信设备有限公司 一种硬件设备的访问方法及装置
WO2015045108A1 (fr) * 2013-09-27 2015-04-02 三菱電機株式会社 Dispositif de génération de programme client/serveur et programme de génération de programme client/serveur
CN103746843A (zh) * 2013-12-31 2014-04-23 百度在线网络技术(北京)有限公司 一种用于处理rpc命令的方法与设备

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081688A1 (en) * 2006-07-26 2015-03-19 International Business Machines Corporation Results from search providers using a browsing-time relevancy factor
CN102035748A (zh) * 2010-12-31 2011-04-27 深圳市深信服电子科技有限公司 一种基于应用的流量控制方法及流量控制器
CN104796279A (zh) * 2014-01-21 2015-07-22 腾讯科技(深圳)有限公司 请求包的处理方法和装置
CN104486133A (zh) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 网元代理管理的方法及系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314536A (zh) * 2022-08-03 2022-11-08 平安付科技服务有限公司 远程执行命令方法及装置、存储介质、计算机设备
CN115314536B (zh) * 2022-08-03 2024-02-02 平安付科技服务有限公司 远程执行命令方法及装置、存储介质、计算机设备

Also Published As

Publication number Publication date
CN107291524A (zh) 2017-10-24
TWI738726B (zh) 2021-09-11
CN107291524B (zh) 2020-04-07
TW201737065A (zh) 2017-10-16

Similar Documents

Publication Publication Date Title
CN107577427B (zh) 用于区块链系统的数据迁移方法、设备和存储介质
JP6963006B2 (ja) データ保存、データチェック、及びデータ連結の方法及び装置
JP6535031B2 (ja) データクエリ方法及び装置
TW201909009A (zh) 基於區塊鏈的資料處理方法及設備
WO2021082157A1 (fr) Procédés, systèmes et dispositifs de partage de données et de stockage de données et de métadonnées
WO2016165482A1 (fr) Procédé et appareil de transfert de fichier
US9600567B2 (en) Local context search results improvements
US20130117218A1 (en) Cross-store electronic discovery
WO2017005094A1 (fr) Procédé et dispositif d'interrogation de données
WO2017084348A1 (fr) Procédé et appareil de gestion de disque dur ip
US9110917B2 (en) Creating a file descriptor independent of an open operation
TW201807594A (zh) 跨應用共享資料的方法及網頁瀏覽器
US9110820B1 (en) Hybrid data storage system in an HPC exascale environment
WO2018233630A1 (fr) Découverte de défaillance
WO2017167103A1 (fr) Procédé et dispositif de traitement de commande à distance
CN107423037B (zh) 应用程序接口定位方法及设备
US20160140141A1 (en) File lookup in a distributed file system
CN110019048A (zh) 基于MongoDB的文件处理方法、装置、系统及服务器
WO2021204082A1 (fr) Déduplication de données chiffrées à l'aide de multiples clés
US11157456B2 (en) Replication of data in a distributed file system using an arbiter
CN109657167B (zh) 数据采集方法、装置、服务器及存储介质
US9648103B2 (en) Non-uniform file access in a distributed file system
US10146791B2 (en) Open file rebalance
WO2024050972A1 (fr) Procédé et appareil de partitionnement de table de base de données, dispositif informatique et support de stockage
CN111125216A (zh) 数据导入Phoenix的方法及装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17773133

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17773133

Country of ref document: EP

Kind code of ref document: A1