+

WO2010081361A1 - Procédé, système de gestion d'équipements, et serveur de gestion de réseaux - Google Patents

Procédé, système de gestion d'équipements, et serveur de gestion de réseaux Download PDF

Info

Publication number
WO2010081361A1
WO2010081361A1 PCT/CN2009/075495 CN2009075495W WO2010081361A1 WO 2010081361 A1 WO2010081361 A1 WO 2010081361A1 CN 2009075495 W CN2009075495 W CN 2009075495W WO 2010081361 A1 WO2010081361 A1 WO 2010081361A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration information
network management
parameter configuration
management server
information
Prior art date
Application number
PCT/CN2009/075495
Other languages
English (en)
Chinese (zh)
Inventor
王阳
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2010081361A1 publication Critical patent/WO2010081361A1/fr

Links

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/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events

Definitions

  • the present invention relates to the field of communications, and in particular, to a device management method, system, and network management server.
  • a centralized network management system usually consists of a client and a network management server.
  • the client is responsible for providing an interface for centralized operation of the user.
  • the network management server is responsible for processing client requests, storing data, and connecting different devices.
  • the network management server develops corresponding data and function modules according to the protocol and functional characteristics of the device.
  • the inventor has found that at least the following problems exist in the prior art: When accessing a new device or an upgraded device, the network management server needs to add or update a corresponding data and function module, and in this process, the network management server may need to be modified. Execution configuration information is run. Therefore, you need to suspend the network management service and restart the network management server to reduce the network management service quality of the centralized network management.
  • an embodiment of the present invention provides a device management method, a system, and a network management server, which can improve network management service quality of a centralized network management system.
  • a method of device management including: Obtain parameter configuration information of the device;
  • a network management server includes:
  • An information acquiring unit configured to acquire parameter configuration information of the device
  • An execution information storage unit configured to store execution configuration information
  • An information configuration unit configured to create or update a module corresponding to data and functions of the device according to the obtained parameter configuration information and the stored execution configuration information.
  • a device management system including a device and a network management server;
  • the device is configured to send parameter configuration information of the device to the network management server, where the network management server is configured to receive parameter configuration information sent by the device, according to the received parameter configuration information and the stored execution configuration.
  • Information a module that creates or updates data and functionality for the device.
  • the device management method, system, and network management server provided by the embodiment of the present invention obtain the parameter configuration information of the device to be adapted through the network management server, and create or update the data corresponding to the device according to the obtained parameter configuration information and the stored execution configuration information. And the function module, so that the network management server does not need to suspend the network management service to modify the execution configuration information of the network management server when the newly-connected device or the upgraded device is adapted, and restart the network management server upgrade, thereby improving the centralized network management. Network management service quality.
  • FIG. 1 is a schematic flowchart of a method for device management according to an embodiment of the present invention
  • 2 is a schematic flowchart of another method for device management according to an embodiment of the present invention
  • 3 is a schematic flowchart of another method for device management according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of a network management server according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a system for managing a device according to an embodiment of the present invention.
  • the embodiment of the present invention provides a method for device management. As shown in FIG. 1 , the method for managing the device in the embodiment of the present invention includes:
  • the network management server acquires parameter configuration information of the device.
  • the network management server can obtain the parameter configuration information related to the device by means of sending the device. After receiving the connection request sent by the network management server, the device may send parameter configuration information to the network management server according to the connection request, or may send the parameter configuration information to the network management server after the device accesses the network.
  • the network management server can also obtain parameter configuration information related to the device through user upload.
  • the "parameter configuration information” is used to define the action and execution strategy for executing the configuration information, including the loading of the executable file, the creation of the database table, the definition of the device model, the definition of the alarm type, the definition of the performance indicator, the security control strategy, etc. .
  • the "execution configuration information” mentioned is composed of different executable files (dynamic libraries) that can be dynamically loaded and configuration files describing the execution process of the executable files, which can provide various protocols that need to be used. Processing function, parsing execution function of parameter configuration information.
  • the network management server creates or updates a module corresponding to data and functions of the device according to the obtained parameter configuration information and the stored execution configuration information.
  • the network management server selects execution configuration information that needs to be used by the device according to the obtained parameter configuration information, automatically loads the execution configuration information, loads the corresponding policy, and initializes, creates, or updates the The module of the data and function corresponding to the device.
  • the device management method provided by the first embodiment of the present invention obtains the parameter configuration information of the device through the network management server, and creates or updates a module corresponding to the data and function of the device according to the obtained parameter configuration information and the stored execution configuration information, so that the network management system
  • the server does not need to be configured to modify the running configuration information of the network management server to suspend the network management service and restart the network management server to improve the quality of the network management service of the centralized network management system when adapting the newly accessed device or the upgraded device.
  • the network management server can obtain the parameter configuration information by means of the device, or obtain the parameter configuration information by using the user uploading method.
  • the following describes the first embodiment in combination with the above different situations.
  • the embodiment of the invention provides a device management method. As shown in FIG. 2, the device management method of the embodiment of the present invention includes:
  • the network management server connects to the device, and sends a connection request to the device.
  • the network management server uses a common connection method to connect to the device.
  • the device can be broadcasted by the device.
  • the notification carries the IP address of the device.
  • the network management server After receiving the notification, the network management server establishes a connection call with the device according to the IP address in the notification, and sends a connection request to the device.
  • the device After receiving the connection request, the device returns parameter configuration information.
  • the adapted parameter configuration information can be stored on the device. After receiving the connection request from the network management server, the device sends the stored parameter configuration information.
  • the network management server creates or updates a module corresponding to data and functions of the device according to the received parameter configuration information and the stored execution configuration information.
  • the network management server selects execution configuration information that is needed to adapt the device from the stored execution configuration information, automatically loads the execution configuration information, and loads The corresponding strategy, which initializes, creates or updates the modules of the data and functions corresponding to the device. For example, the network management server automatically loads the dynamic link library file, the database table, the corresponding security control policy, etc. according to the received parameter configuration information, and initializes the loaded content.
  • the network management server sends a service indication request to the device.
  • the network management server can process the service request from the client involving the device.
  • the network management server receives the service request related to the device sent by the client, the network management server sends a service indication request to the device.
  • the device requests processing of the service according to the service indication, and returns the processing response to the network management server after processing the service.
  • the parameter configuration information is pre-stored on the device, and the device automatically sends the parameter configuration information to the network management server after receiving the connection request from the network management server.
  • the network management server After receiving the configuration information of the parameter, the network management server automatically creates or updates a module corresponding to the data and function of the device. Therefore, with the technical solution of the second embodiment of the present invention, device adaptation can be realized without manual input. Therefore, the operation and maintenance cost of the centralized network management is saved, the network management service efficiency of the centralized network management is improved, and the network management service quality of the centralized network management is further improved.
  • the embodiment of the present invention provides a device management method. As shown in FIG. 3, the device management method of the embodiment of the present invention includes:
  • the user manually uploads parameter configuration information to the network management server.
  • the user uploads the parameter configuration information to the network management server through the data line or network.
  • the network management server creates or updates a module corresponding to data and functions of the device according to the uploaded parameter configuration information and the stored execution configuration information.
  • the network management server selects the execution configuration information that needs to be used by the device according to the uploaded parameter configuration information, automatically loads the execution configuration information, loads the corresponding policy, initializes, creates or updates the configuration information.
  • the module of the data and function corresponding to the device For example, the network management server automatically loads the dynamic link library file, the database table, the corresponding security control policy, etc. according to the received parameter configuration information, and initializes the loaded content.
  • the network management server sends a service indication request to the device.
  • the network management server can process the service request from the client involving the device.
  • the network management server receives the service request related to the device sent by the client, the network management server sends a service indication request to the device.
  • the device requests processing of the service according to the service indication, and returns the processing response to the network management server after processing the service.
  • the parameter configuration information is manually uploaded by the user to the network management server.
  • the network management server After receiving the parameter configuration information, the network management server automatically creates or updates a module corresponding to the data and function of the device. Therefore, it is only necessary to put in the labor when uploading the parameter configuration information during the adaptation of the device. Therefore, the technical solution of the third embodiment of the present invention saves the operation and maintenance cost of the centralized network management, improves the network management service efficiency of the centralized network management, and further improves the network management service quality of the centralized network management.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
  • the embodiment of the present invention further provides a network management server.
  • the network management server of the embodiment of the present invention includes:
  • the information obtaining unit 401 is configured to acquire parameter configuration information of the device.
  • the information acquiring unit 401 further includes a sending information receiving subunit and/or an uploading information acquiring subunit.
  • the sending information receiving subunit is configured to receive parameter configuration information of the device sent by the device.
  • the uploading information obtaining sub-unit is configured to acquire parameter configuration information of the device by means of user uploading.
  • the execution information storage unit 402 is configured to store execution configuration information.
  • the information configuration unit 403 is configured to create or update a module corresponding to data and functions of the device according to the acquired parameter configuration information and the stored execution configuration information.
  • the device sends the parameter configuration information to the network management server, and the network management server further includes a connection request sending unit 404, configured to send a connection request to the device.
  • the network management server provided by the fourth embodiment of the present invention obtains or updates the data and function modules of the device according to the obtained parameter configuration information and the stored configuration information, so that the network management server does not need to be in the network management server.
  • the network management service is suspended and the network management server is upgraded to improve the network management service quality of the centralized network management system.
  • the embodiment of the present invention further provides a device management system. As shown in FIG. 5, the device management system of the embodiment of the present invention, the packet preparation device 501 and the network management server 502;
  • the device 501 is configured to send parameter configuration information of the device 501 to the network management server 502.
  • the network management server 502 is configured to receive parameter configuration information sent by the device 501, and create or update a module corresponding to the data and function of the device 501 according to the received parameter configuration information and the stored execution configuration information.
  • the network management server 502 is further configured to acquire parameter configuration information of the device 501 by using a user uploading manner, and create or update data corresponding to the device 501 according to the obtained parameter configuration information and the stored execution configuration information. Functional module.
  • the device management system acquires the parameter configuration information of the device through the network management server, and creates or updates a module corresponding to the data and function of the device according to the obtained parameter configuration information and the stored execution configuration information, so that the network management server When the newly-connected device or the upgraded device is adapted, the network management service is suspended to modify the execution configuration information of the network management server. Restart the network management server upgrade to improve the network management service quality of the centralized network management.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé, un système de gestion d'équipements, et un serveur de gestion de réseaux. Des informations de configuration de paramètres pour un équipement d'adaptation sont acquises par le serveur de gestion de réseaux (101); des modules de données et de fonctions correspondant à l'équipement sont créés ou mis à jour selon les informations de configuration de paramètres acquises et les informations de configuration d'exécution stockées (102); lorsque le serveur de gestion de réseaux s'adapte à un équipement nouvellement accédé ou un équipement de version améliorée, les situations de suspension du service de gestion de réseaux et de redémarrage du serveur de gestion de réseaux pour la montée de version dans le but de modifier les informations de configuration d'exécution en cours de fonctionnement du serveur de gestion de réseaux sont évitées. L'invention est applicable à la gestion et la maintenance de réseaux.
PCT/CN2009/075495 2009-01-14 2009-12-11 Procédé, système de gestion d'équipements, et serveur de gestion de réseaux WO2010081361A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910001930.8 2009-01-14
CN2009100019308A CN101465758B (zh) 2009-01-14 2009-01-14 设备管理的方法、系统及网管服务器

Publications (1)

Publication Number Publication Date
WO2010081361A1 true WO2010081361A1 (fr) 2010-07-22

Family

ID=40806133

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075495 WO2010081361A1 (fr) 2009-01-14 2009-12-11 Procédé, système de gestion d'équipements, et serveur de gestion de réseaux

Country Status (2)

Country Link
CN (1) CN101465758B (fr)
WO (1) WO2010081361A1 (fr)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101465758B (zh) * 2009-01-14 2012-02-01 华为技术有限公司 设备管理的方法、系统及网管服务器
CN103428023A (zh) * 2012-05-25 2013-12-04 中兴通讯股份有限公司 操作配置方法及装置
CN102833105B (zh) * 2012-08-27 2015-09-23 华为技术有限公司 一种获取从属网元性能指标配置数据的方法及设备
CN104410511B (zh) * 2014-10-27 2018-07-06 浪潮(北京)电子信息产业有限公司 一种服务器管理方法及系统
CN105827452A (zh) * 2016-04-20 2016-08-03 上海斐讯数据通信技术有限公司 路由器配置信息的存储恢复方法及装置、路由器、服务器
CN105912732A (zh) * 2016-05-31 2016-08-31 深圳市双赢伟业科技股份有限公司 应用于交换机的web网页文件加载方法及装置
WO2017211091A1 (fr) * 2016-06-06 2017-12-14 中兴通讯股份有限公司 Procédé et dispositif de configuration d'un appareil d'accès au réseau
CN109408123B (zh) * 2018-10-10 2021-08-24 聚好看科技股份有限公司 一种配置文件重新加载的方法及装置
CN113746657A (zh) * 2020-05-30 2021-12-03 华为技术有限公司 一种业务配置方法及其装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007010541A2 (fr) * 2005-07-20 2007-01-25 Backvon Ltd. Reseau voip evolue
CN101197708A (zh) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 一种网元自动发现和自动配置方法
CN101197723A (zh) * 2008-01-03 2008-06-11 中兴通讯股份有限公司 一种网管中间件
CN101465758A (zh) * 2009-01-14 2009-06-24 华为技术有限公司 设备管理的方法、系统及网管服务器

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7685126B2 (en) * 2001-08-03 2010-03-23 Isilon Systems, Inc. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
CN1512381A (zh) * 2002-12-31 2004-07-14 联想(北京)有限公司 一种自动匹配网卡的网络登录方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007010541A2 (fr) * 2005-07-20 2007-01-25 Backvon Ltd. Reseau voip evolue
CN101197708A (zh) * 2006-12-08 2008-06-11 中兴通讯股份有限公司 一种网元自动发现和自动配置方法
CN101197723A (zh) * 2008-01-03 2008-06-11 中兴通讯股份有限公司 一种网管中间件
CN101465758A (zh) * 2009-01-14 2009-06-24 华为技术有限公司 设备管理的方法、系统及网管服务器

Also Published As

Publication number Publication date
CN101465758B (zh) 2012-02-01
CN101465758A (zh) 2009-06-24

Similar Documents

Publication Publication Date Title
WO2010081361A1 (fr) Procédé, système de gestion d'équipements, et serveur de gestion de réseaux
WO2019056913A1 (fr) Procédé et dispositif de connexion de conteneur, et support de stockage
US8966013B2 (en) Unified device management method and system
CN108989066B (zh) 设备管理方法及装置
WO2015035816A1 (fr) Procédé et système de maintenance de configuration de serveur nginx
JP2020537449A (ja) 通信ネットワークにおけるサービス登録
WO2009003385A1 (fr) Procédés, appareils et systèmes pour mettre à jour un équipement
CN110932912A (zh) 一种微服务架构下配置文件统一管理的实现方法
KR20060029164A (ko) 장치 관리 시스템에서 관리노드들의 지정
US20140115108A1 (en) Service Provisioning Method, Device, and System
CN114553693B (zh) 网关升级方法及装置
CN107210924A (zh) 用于配置通信系统的方法和设备
EP2661016A1 (fr) Procédé et dispositif de téléchargement de logiciel
WO2015078341A1 (fr) Procédé et dispositif pour mettre à jour un programme d'application à distance
CN103731507A (zh) 一种分布式数据存储设备处理数据的方法及装置
WO2017107483A1 (fr) Procédé d'équilibrage de charge pour téléchargement de fichiers de gestion de réseau virtualisé, et serveur de gestion de réseau
US20170033981A1 (en) Telecommunications node configuration management
US9819545B2 (en) Telecommunications node configuration management
WO2009129745A1 (fr) Procédé et appareil d'invocation d'interface de système distribué
CN111064700B (zh) 云游戏的下载方法、装置及系统
US9612822B2 (en) Telecommunications node configuration management
CN102984276B (zh) 用于对多个套接字服务器进行分发的分发器和分发方法
CN110750369B (zh) 一种分布式节点管理方法及系统
WO2016202202A1 (fr) Procédé et appareil de connexion de dispositif, et système de télévision intelligente
WO2012155814A1 (fr) Procédé et système de mise en œuvre d'une configuration de trajet vers une station de base dans un centre de maintenance de fonctionnement

Legal Events

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

Ref document number: 09838148

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09838148

Country of ref document: EP

Kind code of ref document: A1

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载