CN106506197B - Method and device for managing core service platform - Google Patents

Method and device for managing core service platform Download PDF

Info

Publication number
CN106506197B
CN106506197B CN201610912489.9A CN201610912489A CN106506197B CN 106506197 B CN106506197 B CN 106506197B CN 201610912489 A CN201610912489 A CN 201610912489A CN 106506197 B CN106506197 B CN 106506197B
Authority
CN
China
Prior art keywords
service platform
service
instruction
virtual service
module
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
CN201610912489.9A
Other languages
Chinese (zh)
Other versions
CN106506197A (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.)
Beijing Baustem Information Technology Co ltd
Original Assignee
Beijing Baustem Information 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 Beijing Baustem Information Technology Co ltd filed Critical Beijing Baustem Information Technology Co ltd
Priority to CN201610912489.9A priority Critical patent/CN106506197B/en
Publication of CN106506197A publication Critical patent/CN106506197A/en
Application granted granted Critical
Publication of CN106506197B publication Critical patent/CN106506197B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network

Abstract

A method and apparatus for managing a core service platform, comprising: the home gateway receives a creation instruction from a core gateway remote management server, and creates a virtual service platform on a core service platform according to resources required in the creation instruction; and the home gateway receives a service deployment request from the virtual service gateway VGW remote management server, and deploys a service module on the created virtual service platform. According to the scheme of the embodiment of the invention, the home gateway creates the virtual service platform on the core service platform, and the VGW remote management server deploys the service module on the created virtual service platform, and the VGW remote management server is the management server of the ASP, so that the ASP directly deploys own services on the virtual service platform distributed by an operator of the home gateway without deploying own services on the home gateway through a northbound interface of the remote management server of the operator, the flexibility of ASP management services is increased, and cloud services are provided for the ASP.

Description

Method and device for managing core service platform
Technical Field
The present disclosure relates to, but not limited to, the field of radio, television and telecommunications, and more particularly, to a method and apparatus for managing a core service platform.
Background
A related Home Gateway forum (HGI) specification specifies that a core Service platform of a Home Gateway is managed and controlled by a remote management server of an operator (the core Service platform provides an execution environment for a Service module, and has a main function of managing a life cycle of the Service module, and can dynamically load, activate, deactivate, update, and unload the Service module), whereas a value added Service Provider (Application Service Provider) can only deploy its own Service on the core Service platform of the Home Gateway through a northbound interface of the remote management server of the operator, which is not convenient for the value added Service Provider to autonomously manage the deployment of its own Service.
Disclosure of Invention
The embodiment of the invention provides a method and a device for managing a core service platform, which can conveniently and flexibly realize the independent management of ASPs.
The embodiment of the invention provides a method for managing a core service platform, which comprises the following steps:
the home gateway receives a creation instruction from a core gateway remote management server, and creates a virtual service platform on a core service platform according to resources required in the creation instruction;
and the home gateway receives a service deployment request from the virtual service gateway VGW remote management server, and deploys a service module on the created virtual service platform.
Optionally, the method further includes:
and when the home gateway receives a closing instruction from the core gateway remote management server, deleting all service modules deployed in the virtual service platform corresponding to the closing instruction, and closing the virtual service platform corresponding to the closing instruction.
Optionally, the method further includes:
and the home gateway deletes the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or sets the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal.
Optionally, the method further includes:
the home gateway receives an update instruction from the core gateway remote management server, and judges that the newly required resource in the update instruction is greater than or equal to the total resource occupied by the virtual service platform corresponding to the update instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
Optionally, the method further includes:
after the virtual service platform is created, the home gateway records a first corresponding relation between the ID number of the virtual service platform in the creation instruction and the state of the virtual service platform;
after the services are deployed on the virtual service platform, the home gateway records a second corresponding relationship among the deployed service modules, the ID numbers of the virtual service platform and the states of the service modules.
Optionally, the deleting all service modules deployed on the virtual service platform corresponding to the closing instruction includes:
and searching the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relation, wherein the service module is corresponding to the deployed or updated service module, and deleting the searched service module.
Optionally, the method further includes:
and after the virtual service platform corresponding to the closing instruction is closed, updating the first corresponding relation and the second corresponding relation.
Optionally, the method further includes:
and updating the first corresponding relation after updating the total resources occupied by the virtual service platform corresponding to the updating instruction into the new required resources in the updating instruction.
Optionally, the creating instruction further includes: an authorization certificate; the deploying the service module on the created virtual service platform comprises:
establishing a secure channel with the VGW remote management server according to an authorization certificate corresponding to the identification ID number of the value-added service provider ASP in the service deployment request;
and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
The embodiment of the invention also provides a device for managing the core service platform, which comprises the following steps:
the receiving module is used for receiving a creation instruction from a core gateway remote management server; receiving a service deployment request from a virtual service gateway (VGW) remote management server;
the processing module is used for creating a virtual service platform on the core service platform according to the resources required in the creating instruction; and after the receiving module receives the service deployment request, deploying the service module on the created virtual service platform.
Optionally, the receiving module is further configured to:
receiving a closing instruction from the remote management server of the core gateway;
the processing module is further configured to:
and deleting all the service modules deployed on the virtual service platform corresponding to the closing instruction, and closing the virtual service platform corresponding to the closing instruction.
Optionally, the processing module is further configured to:
and deleting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or setting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal.
Optionally, the receiving module is further configured to:
receiving an updating instruction from the core gateway remote management server;
the processing module is further configured to:
judging that the newly required resource in the updating instruction is larger than or equal to the total resource occupied by the virtual service platform corresponding to the updating instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
Optionally, the method further includes:
the storage module is used for recording a first corresponding relation between the ID number of the virtual service platform in the creating instruction and the state of the virtual service platform; and recording a second corresponding relation among the deployed service modules, the ID numbers of the virtual service platforms and the states of the service modules.
Optionally, the processing module is specifically configured to delete all service modules deployed on the virtual service platform corresponding to the close instruction by using the following method:
and searching the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relation, wherein the service module is corresponding to the deployed or updated service module, and deleting the searched service module.
Optionally, the creating instruction further includes: an authorization certificate; the processing module is specifically configured to implement the deployment of the service module on the created virtual service platform in the following manner:
establishing a secure channel with the VGW remote management server according to an authorization certificate corresponding to the identification ID number of the value-added service provider ASP in the service deployment request;
and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
The embodiment of the invention also provides a home gateway, a set top box, a gateway set top box or network equipment, which is characterized by comprising any device for managing the core service platform.
Compared with the related art, the technical scheme of the embodiment of the invention comprises the following steps: the home gateway receives a creation instruction from a core gateway remote management server, and creates a virtual service platform on a core service platform according to resources required in the creation instruction; and the home gateway receives a service deployment request from the virtual service gateway VGW remote management server, and deploys a service module on the created virtual service platform. According to the scheme of the embodiment of the invention, the home gateway creates the virtual service platform on the core service platform, and the VGW remote management server deploys the service module on the created virtual service platform, and the VGW remote management server is the management server of the ASP, so that the ASP directly deploys own services on the virtual service platform distributed by an operator of the home gateway without deploying own services on the home gateway through a northbound interface of the remote management server of the operator, the flexibility of ASP management services is increased, and cloud services are provided for the ASP.
Drawings
The accompanying drawings in the embodiments of the present invention are described below, and the drawings in the embodiments are provided for further understanding of the present invention, and together with the description serve to explain the present invention without limiting the scope of the present invention.
Fig. 1 is a flowchart of a method for managing a core service platform according to a first embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for managing a core service platform according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a device for managing a core service platform according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a device for managing a core service platform according to a fourth embodiment of the present invention.
Detailed Description
The following further description of the present invention, in order to facilitate understanding of those skilled in the art, is provided in conjunction with the accompanying drawings and is not intended to limit the scope of the present invention. In the present application, the embodiments and various aspects of the embodiments may be combined with each other without conflict.
Referring to fig. 1, a first embodiment of the present invention provides a method for managing a core service platform, including:
step 100, the home gateway receives a creation instruction from the core gateway remote management server, and creates a virtual service platform on the core service platform according to the resources required in the creation instruction.
In this step, the creation instruction includes the required resource.
Optionally, the creating instruction further includes any one or more of the following:
the ID number of the ASP, the ID number of the created virtual service platform and an authorization certificate.
The required resources include memory resources, storage resources (such as FLASH memory (FLASH) resources), other resources, and the like. Wherein the other resources include computing resources, network bandwidth resources, or the like.
Wherein, the authorization certificate comprises the ID number of the ASP and the ID number of the created virtual service platform.
In this step, a virtual service platform is created on the core service platform according to the creation instruction, that is, a platform module deployed in advance is instantiated on the core service platform according to the resource required in the creation instruction.
The platform module is pre-deployed in the home gateway, and the virtual service platform and the core service platform are both an example of the platform module.
The total resource occupied by the virtual service platform is the required resource in the creation instruction.
Step 101, the home Gateway receives a service deployment request from a Virtual Gateway (VGW) remote management server, and deploys a service module on the created Virtual service platform.
In this step, the service deployment request includes the ID number of the ASP.
In this step, deploying the service module on the created virtual service platform includes:
establishing a secure channel with a VGW remote management server according to an authorization certificate corresponding to the ID number of the ASP in the service deployment request; and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
And comparing the ID number of the ASP in the service deployment request with the ID number of the ASP in the pre-stored authorization certificate to obtain the authorization certificate corresponding to the ID number of the ASP manufacturer in the service deployment request.
Specifically, how to establish the secure channel may be implemented by using techniques known to those skilled in the art, and is not used to limit the protection scope of the embodiment of the present invention, and details are not described here.
Optionally, the method further includes:
after the virtual service platform is created, the home gateway records a first corresponding relation between the ID number of the virtual service platform and the state of the virtual service platform in the creation instruction;
after the service is deployed on the virtual service platform, the home gateway records a second corresponding relationship among the deployed service module, the ID number of the virtual service platform and the state of the service module.
Optionally, the first corresponding relationship further includes any one or more of the following:
the executed operation, the ID number of the ASP in the create instruction, the total resources occupied, the resources currently occupied, etc.
The second correspondence further includes any one or more of:
the executed operation, the resources currently occupied by the service module, etc.
Wherein the performed operations include any one or more of:
the method comprises the steps of creating a virtual service platform, updating the virtual service platform, closing the virtual service platform, enabling the virtual service platform, forbidding the virtual service platform, installing a module, deleting the module, updating the module and the like.
The state of the virtual service platform includes any one of: created, closed, enabled, disabled, etc. The state of the traffic module includes any one of: deployed, deleted, updated, etc.
Optionally, the method further includes:
and the home gateway receives a closing instruction from the core gateway remote management server, deletes all service modules deployed on the virtual service platform corresponding to the closing instruction, and closes the virtual service platform corresponding to the closing instruction.
After receiving the closing instruction, the home gateway searches the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relationship, where the state of the service module is the deployed or updated corresponding service module, so as to obtain all the service modules deployed on the virtual service platform corresponding to the closing instruction.
Optionally, the method further includes:
and the home gateway deletes the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or sets the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal, and/or updates the first corresponding relation and the second corresponding relation.
Deleting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or setting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal comprises the following steps:
and searching for an authorization certificate with the same ID number of the virtual service platform as that of the virtual service platform in the closing instruction in the pre-stored authorization certificate, and deleting the searched authorization certificate or setting the searched authorization certificate as illegal.
Updating the first corresponding relation, namely updating the state of the virtual service platform in the first corresponding relation to be closed; and updating the second corresponding relation, namely updating the state of the service module in the second corresponding relation to be deleted.
Optionally, the method further includes:
the home gateway receives an update instruction from a core gateway remote management server, and judges that newly required resources in the update instruction are greater than or equal to total resources occupied by a virtual service platform corresponding to the update instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
Optionally, when it is determined that the newly required resource in the update instruction is smaller than the total resource occupied by the virtual service platform corresponding to the update instruction and smaller than the resource currently occupied by the virtual service platform corresponding to the update instruction, a message of update failure is sent to the core gateway remote management server.
Optionally, the method further includes: and updating the first corresponding relation.
The updating instruction comprises an ID number of the virtual service platform and new required resources.
Optionally, the method further comprises:
and the home gateway deploys a service cloud platform module on the core service platform.
Each step of the above method may be implemented by a service cloud platform module.
The home gateway deploys the service cloud platform module on the core service platform, namely, the service cloud platform module is installed on the core service platform and operates. The service cloud platform module can be deployed during home gateway production, and can also be deployed online by an operator through a core gateway remote management server. When the service cloud platform module is deployed online by an operator through the core gateway remote management server, the core gateway remote management server sends a deployment request to the home gateway, and the home gateway downloads and installs the service cloud platform module from the core gateway remote management server.
According to the scheme of the embodiment of the invention, the home gateway creates the virtual service platform on the core service platform, and the VGW remote management server deploys the service module on the created virtual service platform, and the VGW remote management server is the management server of the ASP, so that the ASP directly deploys own services on the virtual service platform distributed by an operator of the home gateway without deploying own services on the home gateway through a northbound interface of the remote management server of the operator, the flexibility of ASP management services is increased, and cloud services are provided for the ASP.
Referring to fig. 2, a second embodiment of the present invention provides a method for managing a core service platform, including:
step 200, the home gateway deploys a management agent submodule of the service cloud platform module on a core service platform, and deploys a service platform virtualization service submodule, a gateway resource management submodule, a virtual gateway life cycle management submodule, a gateway activity log management submodule and a service module deployment management submodule of the service cloud platform module through the management agent submodule of the service cloud platform module.
In this step, the home gateway deploys a management agent sub-module of the service cloud platform module on the core service platform, including:
the home gateway downloads the management agent sub-module from the core gateway remote management server through an initialization process (Initial Provisioning) of an initialization module on the core service platform and installs the management agent sub-module.
In this step, deploying the service platform virtualization service submodule, the gateway resource management submodule, the virtual gateway life cycle management submodule, the gateway activity log management submodule and the service module deployment management submodule of the service cloud platform module by the management agent submodule of the service cloud platform module includes:
and the management agent submodule downloads and installs the service platform virtualization service submodule, the gateway resource management submodule, the virtual gateway life cycle management submodule, the gateway activity log management submodule and the service module deployment management submodule from the core gateway remote management server.
Here, an Open Service Gateway forum (OSGI) is taken as an example to explain that an initialization module of a home Gateway on a Service platform downloads and installs a management agent sub-module through Initial Provisioning of the OSGI standard; and the other sub-modules are installed after being downloaded through the interaction of the core gateway remote management server and the management agent sub-module.
Step 201, the management agent submodule of the home gateway receives a creation instruction from the core gateway remote management server, stores an authorization certificate in the creation instruction, and sends a creation request to the service platform virtualization service submodule.
In this step, the creation request includes an ID number assigned to the ASP manufacturer, and a required resource.
Step 202, the service platform virtualization service submodule of the home gateway creates a virtual service platform according to the creation request, notifies the gateway resource management submodule to record first resource information, notifies the gateway activity log management submodule to record first operation information, and notifies the virtual gateway life cycle management submodule to record first state information.
In this step, the first resource information includes: the ID number of the ASP, the ID number of the virtual service platform, the total resources occupied by the virtual service platform, the resources currently occupied by the virtual service platform and the like.
The first operation information includes: the executed operation, the ID number of the virtual service platform.
Wherein the performed operations include any one or more of:
the method comprises the steps of creating a virtual service platform, updating the virtual service platform, closing the virtual service platform, enabling the virtual service platform, forbidding the virtual service platform, installing a module, deleting the module, updating the module and the like.
The state information includes: the ID number of the virtual service platform and the state of the virtual service platform.
Wherein the state of the virtual service platform comprises any one of the following: created, closed, enabled, disabled, etc.
Step 203, the management agent submodule receives a service deployment request from the VGW remote management server, establishes a secure channel with the VGW remote management server according to an authorization certificate corresponding to the ID number of the ASP in the service deployment request, downloads a service module to be deployed from the VGW remote management server through the established secure channel, and sends the downloaded service module to the service module deployment management submodule, the service module deployment management submodule installs the service module on the created virtual service platform, and notifies the gateway resource management submodule to record second resource information, notifies the gateway activity log management submodule to record second operation information, and notifies the virtual gateway life cycle management submodule to record second state information.
In this step, the second resource information includes: the ID number of the virtual service platform, the service module identification and the resources currently occupied by the service module;
the second operation information includes: ID number of the virtual service platform, service module identification and executed operation;
the second state information includes: ID number of virtual service platform, service module identification, and service module state.
Optionally, the method further includes:
the management agent submodule receives a closing instruction from a core gateway remote management server, deletes an authorization certificate corresponding to a virtual service platform corresponding to the closing instruction or sets the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal, sends a closing request message to a service platform virtualization service submodule and sends a deleting request message to a service module deployment management submodule; the service platform virtualization service submodule closes the virtual service platform corresponding to the request message, informs the gateway resource management submodule to update the first resource information, informs the gateway activity log management submodule to record the first operation information, and informs the virtual gateway life cycle management submodule to update the first state information; and the service module deployment management submodule deletes all service modules deployed on the virtual service platform corresponding to the closing request message, informs the gateway resource management submodule to update second resource information, informs the network activity log management submodule to record second operation information and informs the virtual gateway life cycle management submodule to update second state information.
The closing instruction and the request message for closing the service platform comprise the ID number of the virtual service platform.
Optionally, the method further includes:
the management agent submodule receives an update instruction from a core gateway remote management server and sends an update request message to the service platform virtualization service submodule; the service platform virtualization service submodule judges that the newly required resources in the update request message are greater than or equal to the total resources occupied by the virtual service platform corresponding to the update request message; or, judging that the newly required resources in the update request message are smaller than the total resources occupied by the virtual service platform corresponding to the update request message and are greater than or equal to the resources currently occupied by the virtual service platform corresponding to the update request message, and updating the total resources occupied by the virtual service platform corresponding to the update request message into the newly required resources in the update request message;
and the service platform virtualization service submodule informs the gateway resource management submodule of updating the first resource information, informs the gateway live log management submodule of recording the first operation information and informs the virtual gateway life cycle management submodule of updating the first state information.
Wherein, the update instruction and the update request message include: the ID number of the virtual service platform and the new required resources.
Referring to fig. 3, a third embodiment of the present invention further provides an apparatus for managing a core service platform, including:
the receiving module is used for receiving a creation instruction from a core gateway remote management server; receiving a service deployment request from a virtual service gateway (VGW) remote management server;
the processing module is used for creating a virtual service platform on the core service platform according to the resources required in the creating instruction; and after the receiving module receives the service deployment request, deploying the service module on the created virtual service platform.
Optionally, the creating instruction further includes: an authorization certificate; the processing module is specifically configured to implement deployment of the service module on the created virtual service platform in the following manner:
establishing a secure channel with a VGW remote management server according to an authorization certificate corresponding to the identification ID number of the value-added service provider ASP in the service deployment request;
and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
Optionally, the method further includes:
the storage module is used for recording a first corresponding relation between the ID number of the virtual service platform in the creating instruction and the state of the virtual service platform; and recording a second corresponding relation among the deployed service modules, the ID numbers of the virtual service platforms and the states of the service modules.
Optionally, the receiving module is further configured to:
receiving a closing instruction from a remote management server of a core gateway;
the processing module is further configured to:
and deleting all the service modules deployed on the virtual service platform corresponding to the closing instruction, and closing the virtual service platform corresponding to the closing instruction.
Optionally, the processing module is further configured to:
and deleting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or setting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal.
Optionally, the receiving module is further configured to:
receiving an updating instruction from a remote management server of a core gateway;
the processing module is further configured to:
judging that the newly required resources in the updating instruction are more than or equal to the total resources occupied by the virtual service platform corresponding to the updating instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
Optionally, the processing module is specifically configured to delete all service modules deployed on the virtual service platform corresponding to the close instruction by using the following method:
and searching the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relation, wherein the state of the service module is the deployed or updated corresponding service module, and deleting the searched service module.
Referring to fig. 4, a fourth embodiment of the present invention provides an apparatus for managing a core service platform, including: a service cloud platform module;
wherein, the business cloud platform module includes: the system comprises a management agent submodule, a service platform virtualization service submodule, a service module deployment management submodule, a gateway activity log management submodule, a gateway resource management submodule and a virtual gateway life cycle management submodule.
Optionally, the apparatus further comprises: and the initialization module is used for deploying the management agent submodule on the core service platform.
The management agent submodule is used for deploying a service platform virtualization service submodule, a service module deployment management submodule, a gateway activity log management submodule, a gateway resource management submodule and a virtual gateway life cycle management submodule on a core service platform.
The management agent submodule is also used for:
receiving a creation instruction from a core gateway remote management server, storing an authorization certificate in the creation instruction, and sending a creation request to a service platform virtualization service submodule; and receiving a service deployment request from the VGW remote management server, establishing a secure channel with the VGW remote management server according to an authorization certificate corresponding to the ID number of the ASP in the service deployment request, downloading a service module to be deployed from the VGW remote management server through the established secure channel, and sending the downloaded service module to a service module deployment management submodule.
The service platform virtualization service submodule is used for:
and creating a virtual service platform according to the creation request, informing a gateway resource management submodule to record first resource information, informing a gateway activity log management submodule to record first operation information, and informing a virtual gateway life cycle management submodule to record first state information.
The service module deployment management submodule is used for:
and installing the service module on the created virtual service platform, informing the gateway resource management submodule to record second resource information, informing the gateway activity log management submodule to record second operation information, and informing the virtual gateway life cycle management submodule to record second state information.
Optionally, the management agent sub-module is further configured to:
receiving a closing instruction from a core gateway remote management server, deleting an authorization certificate corresponding to a virtual service platform corresponding to the closing instruction or setting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal, sending a closing request message to a service platform virtualization service submodule, and sending a deletion request message to a service module deployment management submodule;
the service platform virtualization service submodule is further used for:
closing the virtual service platform corresponding to the request message, notifying a gateway resource management submodule to update first resource information, notifying a gateway activity log management submodule to record first operation information, and notifying a virtual gateway life cycle management submodule to update first state information;
the service module deployment management submodule is also used for:
and deleting all service modules deployed on the virtual service platform corresponding to the closing request message, informing the gateway resource management submodule to update second resource information, informing the network activity log management submodule to record second operation information, and informing the virtual gateway life cycle management submodule to update second state information.
Optionally, the management agent sub-module is further configured to:
receiving an update instruction from a core gateway remote management server, and sending an update request message to a service platform virtualization service submodule;
the service platform virtualization service submodule is further used for:
judging whether the newly required resources in the updating request message are larger than or equal to the total resources occupied by the virtual service platform corresponding to the updating request message; or, judging that the newly required resources in the update request message are smaller than the total resources occupied by the virtual service platform corresponding to the update request message and are greater than or equal to the resources currently occupied by the virtual service platform corresponding to the update request message, and updating the total resources occupied by the virtual service platform corresponding to the update request message into the newly required resources in the update request message; and informing the gateway resource management submodule to update the first resource information, informing the gateway live log management submodule to record the first operation information, and informing the virtual gateway life cycle management submodule to update the first state information.
The fifth embodiment of the present invention further provides a home gateway, a set top box, a gateway set top box or a network device, which includes any one of the above-described devices for managing a core service platform.
It should be noted that the above-mentioned embodiments are only for facilitating the understanding of those skilled in the art, and are not intended to limit the scope of the present invention, and any obvious substitutions, modifications, etc. made by those skilled in the art without departing from the inventive concept of the present invention are within the scope of the present invention.

Claims (17)

1. A method of managing a core services platform, comprising:
the home gateway receives a creation instruction from a core gateway remote management server, and creates a virtual service platform on a core service platform according to resources required in the creation instruction;
the home gateway receives a service deployment request from a virtual service gateway (VGW) remote management server, and deploys a service module on the created virtual service platform; wherein the service deployment request comprises an ID number of the value added service provider ASP.
2. The method of claim 1, further comprising:
and when the home gateway receives a closing instruction from the core gateway remote management server, deleting all service modules deployed in the virtual service platform corresponding to the closing instruction, and closing the virtual service platform corresponding to the closing instruction.
3. The method of claim 2, further comprising:
and the home gateway deletes the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or sets the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal.
4. The method of claim 1, further comprising:
the home gateway receives an update instruction from the core gateway remote management server, and judges that the newly required resource in the update instruction is greater than or equal to the total resource occupied by the virtual service platform corresponding to the update instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
5. The method according to any one of claims 1 to 4, further comprising:
after the virtual service platform is created, the home gateway records a first corresponding relation between the ID number of the virtual service platform in the creation instruction and the state of the virtual service platform;
after deploying the service on the virtual service platform, the home gateway records a second corresponding relationship among the deployed service module, the ID number of the virtual service platform and the state of the service module.
6. The method of claim 5, wherein deleting all service modules deployed on the virtual service platform corresponding to the shutdown instruction comprises:
and searching the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relation, wherein the service module is corresponding to the deployed or updated service module, and deleting the searched service module.
7. The method of claim 5, further comprising:
and after the virtual service platform corresponding to the closing instruction is closed, updating the first corresponding relation and the second corresponding relation.
8. The method of claim 5, further comprising:
and updating the first corresponding relation after the total resources occupied by the virtual service platform corresponding to the updating instruction are updated to the new required resources in the updating instruction.
9. The method of any of claims 1-4, wherein the creating instructions further comprise: an authorization certificate; the deploying the service module on the created virtual service platform comprises:
establishing a secure channel with the VGW remote management server according to an authorization certificate corresponding to the identification ID number of the value-added service provider ASP in the service deployment request;
and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
10. An apparatus for managing a core services platform, comprising:
the receiving module is used for receiving a creation instruction from a core gateway remote management server; receiving a service deployment request from a virtual service gateway (VGW) remote management server;
the processing module is used for creating a virtual service platform on the core service platform according to the resources required in the creating instruction; after the receiving module receives the service deployment request, deploying the service module on the created virtual service platform; wherein the service deployment request comprises an ID number of the value added service provider ASP.
11. The apparatus of claim 10, wherein the receiving module is further configured to:
receiving a closing instruction from the remote management server of the core gateway;
the processing module is further configured to:
and deleting all the service modules deployed on the virtual service platform corresponding to the closing instruction, and closing the virtual service platform corresponding to the closing instruction.
12. The apparatus of claim 11, wherein the processing module is further configured to:
and deleting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction or setting the authorization certificate corresponding to the virtual service platform corresponding to the closing instruction as illegal.
13. The apparatus of claim 10, wherein the receiving module is further configured to:
receiving an updating instruction from the core gateway remote management server;
the processing module is further configured to:
judging that the newly required resource in the updating instruction is larger than or equal to the total resource occupied by the virtual service platform corresponding to the updating instruction; or, judging that the newly required resources in the update instruction are smaller than the total resources occupied by the virtual service platform corresponding to the update instruction and larger than or equal to the resources currently occupied by the virtual service platform corresponding to the update instruction, and updating the total resources occupied by the virtual service platform corresponding to the update instruction into the newly required resources in the update instruction.
14. The apparatus of any one of claims 10 to 13, further comprising:
the storage module is used for recording a first corresponding relation between the ID number of the virtual service platform in the creating instruction and the state of the virtual service platform; and recording a second corresponding relation among the deployed service modules, the ID numbers of the virtual service platforms and the states of the service modules.
15. The apparatus according to claim 14, wherein the processing module is specifically configured to implement deletion of all service modules deployed on the virtual service platform corresponding to the shutdown instruction in the following manner:
and searching the ID number of the virtual service platform and the service module in the closing instruction in the second corresponding relation, wherein the service module is corresponding to the deployed or updated service module, and deleting the searched service module.
16. The apparatus of any of claims 10-13, wherein the create instructions further comprise: an authorization certificate; the processing module is specifically configured to implement the deployment of the service module on the created virtual service platform in the following manner:
establishing a secure channel with the VGW remote management server according to an authorization certificate corresponding to the identification ID number of the value-added service provider ASP in the service deployment request;
and downloading the service module to be deployed from the VGW remote management server through the established secure channel, and installing the downloaded service module on the created virtual service platform.
17. A home gateway, set top box, gateway set top box or network device comprising an apparatus for managing a core services platform as claimed in any one of claims 10 to 16.
CN201610912489.9A 2016-10-19 2016-10-19 Method and device for managing core service platform Active CN106506197B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610912489.9A CN106506197B (en) 2016-10-19 2016-10-19 Method and device for managing core service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610912489.9A CN106506197B (en) 2016-10-19 2016-10-19 Method and device for managing core service platform

Publications (2)

Publication Number Publication Date
CN106506197A CN106506197A (en) 2017-03-15
CN106506197B true CN106506197B (en) 2022-04-15

Family

ID=58294523

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610912489.9A Active CN106506197B (en) 2016-10-19 2016-10-19 Method and device for managing core service platform

Country Status (1)

Country Link
CN (1) CN106506197B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989071B (en) * 2017-06-01 2021-04-20 中兴通讯股份有限公司 Virtual service providing method, gateway device, and storage medium
CN112291091B (en) * 2020-10-26 2022-11-29 积成电子股份有限公司 Resource sharing method for substation data communication gateway machine

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
TW200828871A (en) * 2006-12-27 2008-07-01 Univ Nat Taipei Technology A software deployment management system with adjustable process functionality
CN101350963A (en) * 2008-05-14 2009-01-21 西北大学 Embedded telecom value-added service gateway
CN102045896A (en) * 2010-11-22 2011-05-04 中山爱科数字科技有限公司 Virtual Internet-of-things gateway system capable of realizing multiprotocol and network self-adapting
CN102684898A (en) * 2011-03-14 2012-09-19 中国联合网络通信集团有限公司 Service quality management method and service quality management system based on home gateway
CN105009522A (en) * 2013-12-24 2015-10-28 华为技术有限公司 Method, network device and value-added service device for deploying value-added service

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7010661B2 (en) * 2002-02-13 2006-03-07 Matsushita Electric Industrial Co., Ltd. Efficient service management in home gateways

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
TW200828871A (en) * 2006-12-27 2008-07-01 Univ Nat Taipei Technology A software deployment management system with adjustable process functionality
CN101350963A (en) * 2008-05-14 2009-01-21 西北大学 Embedded telecom value-added service gateway
CN102045896A (en) * 2010-11-22 2011-05-04 中山爱科数字科技有限公司 Virtual Internet-of-things gateway system capable of realizing multiprotocol and network self-adapting
CN102684898A (en) * 2011-03-14 2012-09-19 中国联合网络通信集团有限公司 Service quality management method and service quality management system based on home gateway
CN105009522A (en) * 2013-12-24 2015-10-28 华为技术有限公司 Method, network device and value-added service device for deploying value-added service

Also Published As

Publication number Publication date
CN106506197A (en) 2017-03-15

Similar Documents

Publication Publication Date Title
CN102006333B (en) Method, system and device for installing software component
US9967852B2 (en) CPE network configuration systems and methods
US20140075438A1 (en) Method, server, and system for starting an application
WO2019056883A1 (en) Network slice deployment method and related device
US20140122674A1 (en) Zero touch provisioning
US20090233609A1 (en) Touchless Plug and Play Base Station
EP2547043B1 (en) Method, apparatus and system for deploying layer 2 network device
JP2009500759A (en) Method and system for data management based on simple network management protocol
CN106713420B (en) The dispositions method and device of monitoring
CN104967985A (en) Self-starting method and apparatus of base station
CN106506197B (en) Method and device for managing core service platform
US11758385B2 (en) System and method for interoperability in remote provisioning architectures for embedded universal integrated circuit cards
CN111277628B (en) Server configuration method and device and service server
CN104793998A (en) Terminal system resource management method and device
US9854429B2 (en) Mobile terminal configuration method and system
CN105577503A (en) Cloud switch system based on Docker and realization method thereof
KR101587030B1 (en) System and method for api call policy management of m2m application
KR20210135555A (en) Method for patching operating system on secure element transparently via SM-SR platform
CN114461399A (en) Resource allocation method and device, storage medium and electronic device
US20130205013A1 (en) Network management in a communications network
US20230007465A1 (en) Backlog mechanism for subscriber profiles on euiccs
RU2791001C1 (en) Testing method for checking the process of remote initialization of embedded sim cards and an active testing system that provides such a testing method
EP3729724B1 (en) Method for performing continuous deployment and feedback from a radio network node
CN113242545B (en) Updating method and updating system for equipment network locking list
CN117857283A (en) Network element management method and device, storage medium and electronic device

Legal Events

Date Code Title Description
C06 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