CN108053288B - Service arrangement issuing method and device - Google Patents

Service arrangement issuing method and device Download PDF

Info

Publication number
CN108053288B
CN108053288B CN201711436522.6A CN201711436522A CN108053288B CN 108053288 B CN108053288 B CN 108053288B CN 201711436522 A CN201711436522 A CN 201711436522A CN 108053288 B CN108053288 B CN 108053288B
Authority
CN
China
Prior art keywords
task
created
service
resource information
execution
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
Application number
CN201711436522.6A
Other languages
Chinese (zh)
Other versions
CN108053288A (en
Inventor
钟惠娜
杨克伟
周源
江小东
俞翔
陈新亮
许宜斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Eastcom Software Technology Co ltd
Original Assignee
Hangzhou Eastcom Software Technology Co ltd
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 Hangzhou Eastcom Software Technology Co ltd filed Critical Hangzhou Eastcom Software Technology Co ltd
Priority to CN201711436522.6A priority Critical patent/CN108053288B/en
Publication of CN108053288A publication Critical patent/CN108053288A/en
Application granted granted Critical
Publication of CN108053288B publication Critical patent/CN108053288B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to a method and a device for issuing service arrangement, wherein the method comprises the following steps: when an order for ordering a plurality of services is received, performing, for each service of the plurality of services, respectively: generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state; after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier; the task running pool returns a task execution result to the scheduling controller; and when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information. The embodiment of the invention can improve the efficiency and the success rate of service opening.

Description

Service arrangement issuing method and device
Technical Field
The present invention relates to the field of communications, and in particular, to a method and an apparatus for issuing a service schedule.
Background
Under the full-Service environment, an operator releases a home client aggregated Service product, which means that one client opens a plurality of services simultaneously, including internet television, home broadband, home fixed line, proxy function (user internet access control), security function, user cloud disk, Quality of Service (QoS) control, and the like. When a user orders a single multi-product service through a service department, the system can be split into a plurality of independent service orders to respectively carry out automatic switching-on operation, and automatic switching-on results are respectively and independently fed back.
At present, when a single multi-product service of a home client is split into a plurality of independent service orders to respectively perform service provisioning operation, because service links of the single multi-product service are shared, the same service resource is shared, and when a plurality of independent service orders are simply split to respectively perform service provisioning operation, repeated issuing to the same equipment is easily caused, and automatic provisioning failure of part of service orders is caused.
The method comprises the steps that a single multi-product of a family client is divided into a plurality of independent single service orders, network resource verification is firstly carried out according to the existing automatic opening rule, a corresponding configuration issuing script is generated according to the existing network resource verification result, and finally the generated script is issued to existing network equipment. Because the automatic opening of the service order is parallel processing, if the first order is checked that the shared service resource is not created, a script for creating the service resource is generated, and then the script for creating the service resource is issued to the current network. Because different service orders are automatically scheduled in parallel, the second order can also be checked for the existing network resources, when the second order checks that the service resources shared with the first order are not created, a script for creating the service resources can also be generated, and the script for creating the service resources is issued to the existing network, so that the second order conflicts with the first order, the repeated issuing of the shared resources causes the failure of automatic opening.
Disclosure of Invention
The invention provides a method and a device for issuing service arrangement, which can improve the efficiency and the success rate of service fulfillment.
In a first aspect, a method for issuing a service orchestration is provided, where the method includes: when an order for ordering a plurality of services is received, performing, for each service of the plurality of services, respectively: generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state; after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier; the task running pool returns a task execution result to the scheduling controller; and when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information.
In a second aspect, a device for issuing a service orchestration is provided, where the device includes: a receiving unit for receiving an order for ordering a service; a processing unit, configured to, when the receiving unit receives an order for ordering multiple services, perform, for each service in the multiple services, respectively: generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state; after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier; the task running pool returns a task execution result to the scheduling controller; and when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information.
In a third aspect, a computer storage medium is provided for storing computer software instructions for the method described above, which contains a program designed for executing the method of the first aspect.
In a fourth aspect, there is provided a computer program product comprising instructions which, when said program is executed by a computer, cause the computer to perform the functions performed in the method design of the first aspect.
In the embodiment of the invention, the problem of automatic opening failure caused by one single multi-product shared service resource of a family client is mainly solved, the merging processing of the single multi-product service shared resource is realized by issuing the aggregation model to the service instruction of one single multi-product, the automatic opening failure caused by resource conflict or abnormity is avoided, and the waste caused by repeated issuing of the existing network resource is reduced, so that the efficiency and the success rate of service opening are improved.
Drawings
Fig. 1 is a schematic diagram of a system architecture based on a service orchestration issuing method according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for issuing a service orchestration according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a system implementation mechanism of a service orchestration issuing method according to an embodiment of the present invention;
fig. 4 is a structural diagram of a device for issuing a service orchestration according to an embodiment of the present invention.
Detailed Description
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. 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.
For the convenience of understanding of the embodiments of the present invention, the following description will be further explained with reference to specific embodiments, which are not to be construed as limiting the embodiments of the present invention.
In order to solve the problems of resource waste and resource conflict caused by automatic opening of a single multi-product shared service resource of a family client, the embodiment of the invention performs aggregate issuing on the shared service resource of a plurality of service orders of the family client, thereby greatly improving the one-time opening success rate of the single multi-product service opening of the family client.
Fig. 1 is a schematic diagram of a system architecture based on a service orchestration issuing method according to an embodiment of the present invention. As shown in fig. 1, a Customer Relationship Management (CRM) system is configured to receive an order of a Customer, where the order may be used to order one service or multiple services, and when the CRM receives the order, resource checking, configuration generation, and service provisioning may be performed in sequence, where the resource checking: and checking the integrity, the correctness and the normalization of the data of the current network according to the setting rule, and using the integrity, the correctness and the normalization as a precondition for configuration generation. Configuration generation: and when the resource checking result has no problem and the resource is available, automatically calling a correct service scheme by the system to generate the instruction. Service fulfillment: and sending the file generated by the configuration to the current network. It is understood that the service link of the home subscriber may pass through a plurality of network devices, such as Customer Premises Equipment (CPE), Optical Line Terminal (OLT), Authentication, Authorization, and Accounting (AAA) servers, multi-function gateways (TTGW), and so on. The Network device may be a separately configured physical device with a specific function, or may be a Network Function Virtualization Infrastructure (NFVI) implemented by a Network Function Virtualization (NFV) technology, where the NFVI may include a Virtualized Infrastructure Manager (VIM), a virtualized Network function module Manager (VNFM), a virtual Broadband remote Access Server (vbars), a virtual client terminal device (vcpu), a virtual Access Controller (Access Controller, vAC), a virtual Firewall (Firewall), a virtual Network function module (fw), and a single-fiber Transceiver (SFF).
Based on the system architecture shown in fig. 1, the business aggregation model for multiple business orders of a family customer provided by the embodiment of the present invention may include, but is not limited to, the following processing logic: the serial issuing of the precedence logic relationship is supported, the shared resources are merged and issued, the utilization rate of the resources is improved, and the resource issuing conflict is avoided; or, the concurrent issuing of the non-shared resources of the non-sequential logic relationship is supported, and the issuing efficiency is improved; or, if the single multi-product partial product is successfully manufactured and the partial product fails to be issued, the resource needs to be reallocated to initiate the issuing or the product order removing request is successfully issued, other work orders sharing the resource can be quoted, if the deletion can cause other services to be obstructed, and when the shared resource is deleted, whether other services quote the resource or not needs to be judged; or, when the service increase and decrease do not affect the normal operation of the unchanged service, for example, only the service related information is changed when the service increases and decreases, and other information is not changed; or adapting each manufacturer mechanism to carry out the aggregation of the instruction issuing.
Fig. 2 is a flowchart of a method for issuing a service orchestration according to an embodiment of the present invention, where the method may be based on the system architecture shown in fig. 1, and the method includes:
an order for ordering a plurality of services is received, step 201.
Step 202, when receiving an order for ordering a plurality of services, performing steps 2021 to 2023 for each service of the plurality of services, respectively:
step 2021, generating at least one task according to the service request, sending the at least one task to a scheduling controller, where the scheduling controller sends a task request to a task running pool for each task in the at least one task, and records task key resource information and task state.
And when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information.
Optionally, the task key resource information includes at least one of a service type to which the task belongs, a device type corresponding to the task, and a manufacturer corresponding to the task; and/or the task state comprises at least one state of task execution and task non-execution.
Step 2022, after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier.
Optionally, before the task execution pool performs session creation, the method further includes: inquiring the task key resource information and the task state of the created task; judging whether the task related to the current task exists in the created task or not according to the task key resource information of the created task; and if the task related to the current task exists in the created tasks, executing the task running pool to create the session when the task state is that the task is not executed. And if the task related to the current task does not exist in the created tasks, executing the task running pool to create the session.
Step 2023, the task running pool returns the task execution result to the scheduling controller.
Optionally, when the resource needs to be deleted, according to the task key resource information and the task state of the created task, it is determined whether the resource is referred by the created task and the created task is in execution, and when it is determined that the resource is referred by the created task and the created task is in execution, the resource is not deleted temporarily.
Fig. 3 is a schematic diagram of a system implementation mechanism of a service orchestration issuing method according to an embodiment of the present invention. Optionally, the MQ programmatic trading platform may configure the platform base function to activate task management, for example, a system administrator may issue aggregation model key resource attribute information according to a business requirement configuration order, such as a manufacturer, an OLT; or, the system management personnel can also define service opening and issue the aggregation detailed service rule according to the service requirement.
In the embodiment of the invention, the problem of automatic opening failure caused by one single multi-product shared service resource of a family client is mainly solved, the merging processing of the single multi-product service shared resource is realized by issuing the aggregation model to the service instruction of one single multi-product, the automatic opening failure caused by resource conflict or abnormity is avoided, and the waste caused by repeated issuing of the existing network resource is reduced, so that the efficiency and the success rate of service opening are improved.
Fig. 4 is a structural diagram of a device for issuing a service orchestration according to an embodiment of the present invention, and referring to fig. 4, the device includes:
a receiving unit 401, configured to receive an order for ordering a service;
a processing unit 402, configured to, when the receiving unit 401 receives an order for ordering multiple services, perform, for each service in the multiple services, respectively: generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state; after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier; the task running pool returns a task execution result to the scheduling controller; and when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information.
Optionally, the task key resource information includes at least one of a service type to which the task belongs, a device type corresponding to the task, and a manufacturer corresponding to the task; and/or the task state comprises at least one state of task execution and task non-execution.
Optionally, the processing unit 402 is further configured to query task key resource information and a task state of a created task before session creation is performed on the task running pool; judging whether the task related to the current task exists in the created task or not according to the task key resource information of the created task; and if the task related to the current task exists in the created tasks, executing the task running pool to create the session when the task state is that the task is not executed.
Optionally, the processing unit 402 is further configured to execute the task running pool to perform session creation if it is determined that there is no task associated with the current task in the created tasks before the session creation is performed in the task running pool.
Optionally, the processing unit 402 is further configured to, when a resource needs to be deleted, determine whether the resource is referred to by a created task and the created task is in execution according to task key resource information and a task state of the created task, and when it is determined that the resource is referred to by the created task and the created task is in execution, temporarily not delete the resource.
The embodiment of the invention can ensure that one single multi-product of a home client is quickly opened under the large environment of mobile communication full-service development, greatly improve the one-time automatic activation success rate of a Passive Optical Network (PON) for opening a home wide service, reduce the amount of automatically activated failure work orders, save the labor cost of service opening operation and maintenance personnel, powerfully support the service opening work, promote the development of home broadband services and further improve the satisfaction degree of users.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, a software module executed by a processor, or a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (8)

1. A method for issuing service orchestration, the method comprising:
when an order for ordering a plurality of services is received, performing, for each service of the plurality of services, respectively:
generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state;
after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier;
the task running pool returns a task execution result to the scheduling controller;
when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information;
before the task running pool performs session creation, the method further includes:
inquiring the task key resource information and the task state of the created task;
judging whether the task related to the current task exists in the created task or not according to the task key resource information of the created task;
and if the task related to the current task exists in the created tasks, executing the task running pool to create the session when the task state is that the task is not executed.
2. The method of claim 1, wherein the task key resource information includes at least one of a service type to which the task belongs, a device type corresponding to the task, and a manufacturer corresponding to the task; and/or the task state comprises at least one state of task execution and task non-execution.
3. The method of claim 1, wherein prior to session creation by the task execution pool, the method further comprises:
and if the task related to the current task does not exist in the created tasks, executing the task running pool to create the session.
4. The method of any of claims 1 to 3, further comprising:
when the resources need to be deleted, judging whether the resources are referred by the created tasks and the created tasks are in execution according to the task key resource information and the task states of the created tasks, and when the resources are referred by the created tasks and the created tasks are in execution, temporarily not deleting the resources.
5. An apparatus for issuing a service schedule, the apparatus comprising:
a receiving unit for receiving an order for ordering a service;
a processing unit, configured to, when the receiving unit receives an order for ordering multiple services, perform, for each service in the multiple services, respectively: generating at least one task according to a service request, sending the at least one task to a scheduling controller, sending a task request to a task running pool by the scheduling controller aiming at each task in the at least one task, and recording task key resource information and task state; after receiving the task request, the task running pool creates a session, and the system returns the allocated session identifier; the task running pool returns a task execution result to the scheduling controller; when the task corresponding to the task state identifier is executed, locking the resource identified by the task key resource information;
the processing unit is further configured to query the task key resource information and the task state of the created task before session creation is performed in the task running pool; judging whether the task related to the current task exists in the created task or not according to the task key resource information of the created task; and if the task related to the current task exists in the created tasks, executing the task running pool to create the session when the task state is that the task is not executed.
6. The apparatus of claim 5, wherein the task key resource information comprises at least one of a service type to which the task belongs, a device type corresponding to the task, and a manufacturer corresponding to the task; and/or the task state comprises at least one state of task execution and task non-execution.
7. The apparatus according to claim 5, wherein the processing unit is further configured to execute the task execution pool to perform session creation if it is determined that there is no task associated with the current task in the created tasks before the task execution pool performs session creation.
8. The apparatus according to any one of claims 5 to 7, wherein the processing unit is further configured to, when a resource needs to be deleted, determine whether the resource is referred to by a created task and the created task is in execution according to task key resource information and a task status of the created task, and when it is determined that the resource is referred to by the created task and the created task is in execution, temporarily not delete the resource.
CN201711436522.6A 2017-12-26 2017-12-26 Service arrangement issuing method and device Active CN108053288B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711436522.6A CN108053288B (en) 2017-12-26 2017-12-26 Service arrangement issuing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711436522.6A CN108053288B (en) 2017-12-26 2017-12-26 Service arrangement issuing method and device

Publications (2)

Publication Number Publication Date
CN108053288A CN108053288A (en) 2018-05-18
CN108053288B true CN108053288B (en) 2020-10-02

Family

ID=62128130

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711436522.6A Active CN108053288B (en) 2017-12-26 2017-12-26 Service arrangement issuing method and device

Country Status (1)

Country Link
CN (1) CN108053288B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132928B (en) * 2019-12-30 2022-11-01 中国移动通信集团浙江有限公司 Charging method and device for video short message service
CN112558934B (en) * 2020-12-10 2024-01-05 中盈优创资讯科技有限公司 Control subtask engine device based on arranging control flow business opening

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212717A (en) * 2006-12-27 2008-07-02 中国移动通信集团公司 Service management device, converged service system and service implementation method
CN101692208A (en) * 2009-10-15 2010-04-07 北京交通大学 Task scheduling method and task scheduling system for processing real-time traffic information
CN103188089A (en) * 2011-12-28 2013-07-03 中国电信股份有限公司 Method and system for activating resource allocation for multi-product service
CN103580883A (en) * 2012-07-19 2014-02-12 中兴通讯股份有限公司 Business disaster recovery method and business disaster recovery system
CN106325980A (en) * 2015-06-30 2017-01-11 中国石油化工股份有限公司 Multi-thread concurrent system
CN106874090A (en) * 2017-01-23 2017-06-20 北京思特奇信息技术股份有限公司 Job scheduling method and system based on cloud system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212717A (en) * 2006-12-27 2008-07-02 中国移动通信集团公司 Service management device, converged service system and service implementation method
CN101692208A (en) * 2009-10-15 2010-04-07 北京交通大学 Task scheduling method and task scheduling system for processing real-time traffic information
CN103188089A (en) * 2011-12-28 2013-07-03 中国电信股份有限公司 Method and system for activating resource allocation for multi-product service
CN103580883A (en) * 2012-07-19 2014-02-12 中兴通讯股份有限公司 Business disaster recovery method and business disaster recovery system
CN106325980A (en) * 2015-06-30 2017-01-11 中国石油化工股份有限公司 Multi-thread concurrent system
CN106874090A (en) * 2017-01-23 2017-06-20 北京思特奇信息技术股份有限公司 Job scheduling method and system based on cloud system

Also Published As

Publication number Publication date
CN108053288A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
CN108886477B (en) Equipment configuration method and device, client terminal equipment and cloud server
US7131123B2 (en) Automated provisioning of computing networks using a network database model
US7124289B1 (en) Automated provisioning framework for internet site servers
US8250570B2 (en) Automated provisioning framework for internet site servers
US7743147B2 (en) Automated provisioning of computing networks using a network database data model
US7152109B2 (en) Automated provisioning of computing networks according to customer accounts using a network database data model
US8019835B2 (en) Automated provisioning of computing networks using a network database data model
US10462018B2 (en) Managing a number of secondary clouds by a master cloud service manager
JP6181185B2 (en) LDAP-based multi-customer in-cloud identity management system
CN110049048B (en) Data access method, equipment and readable medium for government affair public service
US11503028B2 (en) Secure remote troubleshooting of private cloud
US10911299B2 (en) Multiuser device staging
US10255092B2 (en) Managed virtual machine deployment
US10924327B2 (en) Autonomous server agents
CN111510444A (en) Remote access method, system, server and access auxiliary component of container
CN106656927A (en) Method and device for enabling Linux account to be added to AD domain
CN108053288B (en) Service arrangement issuing method and device
CN116414521A (en) Virtual machine remote command interaction method, device and medium for distributed heterogeneous shooting ranges
CN110750780A (en) User role permission fusion method, device and equipment based on multi-service system
CN116107715B (en) Method for running Docker container task and task scheduler
CN114095348A (en) Network capability opening system and service arranging method
CN116627595A (en) Virtual machine creation method and related components
WO2002039257A2 (en) Automated provisioning framework for internet site servers
US20220345517A1 (en) Unified application management for heterogeneous application delivery
US11824848B2 (en) On demand operations access to cloud customer resources

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant