WO2013037221A1 - 一种基于mml的大容量数据配置方法、服务器及系统 - Google Patents

一种基于mml的大容量数据配置方法、服务器及系统 Download PDF

Info

Publication number
WO2013037221A1
WO2013037221A1 PCT/CN2012/076788 CN2012076788W WO2013037221A1 WO 2013037221 A1 WO2013037221 A1 WO 2013037221A1 CN 2012076788 W CN2012076788 W CN 2012076788W WO 2013037221 A1 WO2013037221 A1 WO 2013037221A1
Authority
WO
WIPO (PCT)
Prior art keywords
mml
template file
file
client
module
Prior art date
Application number
PCT/CN2012/076788
Other languages
English (en)
French (fr)
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 WO2013037221A1 publication Critical patent/WO2013037221A1/zh

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/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0843Configuration by using pre-existing information, e.g. using templates or copying from other elements based on generic templates

Definitions

  • the present invention relates to telecommunications network management technology, and in particular to a large-capacity data configuration method, server and system based on Man-Machine Language (MML). Background technique
  • TSN Telecom Management Network
  • GUI Graphical User Interface
  • MML Management Entities
  • the object of the present invention is to provide a large-capacity data configuration method, server and system based on MML, which can fully reuse the original code to realize batch configuration of large-capacity data.
  • a large-capacity data configuration method based on MML including:
  • the MML command is executed in batches, and the execution result information is written into the template file, and then the template file is sent to the client.
  • the method before receiving the template file sent by the client, the method further includes:
  • the client sends the template file to the server.
  • the method further includes: legality of the data to be configured in the client verification template file.
  • the server executes the MML command in batches, including:
  • the client after receiving the template file in which the MML command execution result information is written, the client overwrites the original template file with the template file.
  • the logical mapping file is an XML type file, which defines a logical mapping relationship between the data to be configured and the corresponding MML command.
  • An MML-based large-capacity data configuration server includes: a file receiving module, configured to receive a template file sent by a client;
  • a parsing module configured to parse the data in the template file into batch MML commands according to a batch configuration command sent by the client, according to the pre-stored logical mapping file;
  • An execution module configured to execute the MML command in batches
  • a result information processing module configured to write MML command execution result information into the template file
  • a file sending module configured to send a template file that writes MML command execution result information To the client.
  • a large-capacity data configuration system based on MML comprising a client and a server, wherein the client is configured to send a template file for writing data to be configured to the server; and the server is configured to execute a batch configuration command according to the client. And parsing the data in the template file into batch MML commands according to the pre-stored logical mapping file; executing the MML command in batches, and writing the execution result information into the template file, and then sending the template file to the client end.
  • the client includes:
  • a template file obtaining module configured to acquire a template file in which data to be configured is written, and send the template file to the processing module;
  • a processing module configured to send the template file acquired by the template file acquiring module to the file transfer module and the storage module; issue a batch configuration command to the command sending and receiving module; and write the MML command executed by the file transfer module
  • the template file of the result information is sent to the storage module;
  • a storage module configured to store the template file obtained by the template file obtaining module and a template file sent by the server and written with the MML command execution result information
  • a file transfer module configured to send the template file to the server; receive, from the server, a template file that writes the MML command execution result information;
  • the command sending and receiving module is configured to send a batch configuration command to the server; and receive a command for completing the batch configuration execution from the server.
  • the client further includes:
  • the data verification module is configured to verify the legality of the data to be configured in the template file.
  • the server comprises:
  • a file receiving module configured to receive a template file sent by the client
  • Parsing module used according to the batch configuration command issued by the client, and according to the pre-stored logic
  • the mapping file parses the data in the template file into a batch of MML commands; and an execution module, configured to execute the MML command in batches;
  • a result information processing module configured to write MML command execution result information into the template file
  • a file sending module configured to send a template file that writes MML command execution result information to the client.
  • the present invention has the following beneficial effects: 1.
  • the MML command generally exists in the network management system, and the template file is parsed into an MML command execution, and the original code can be fully reused to improve development. Efficiency and reduced complexity.
  • mapping between the template file in the XML file format and the MML command improves the scalability of the system. For example, when adding or deleting some fields to the template file, only in the template file and the XML type logical mapping file respectively Add or delete these fields (provided that MML supports these fields) without modifying the code.
  • FIG. 1 is a schematic flowchart of a method for configuring a large-capacity data based on MML according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a structure of a large-capacity data configuration server based on MML according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a MML-based large-capacity data configuration system according to an embodiment of the present invention
  • FIG. 4 is a schematic flowchart of a batch configuration process of an MML command according to an embodiment of the present invention. detailed description
  • An embodiment of the present invention provides a method for configuring a large-capacity data based on MML. As shown in FIG. 1, the method includes the following steps:
  • the MML command is executed in batches, and the execution result information is written into the template file, and then the template file is sent to the client.
  • the template file is sent by the client to the server through various network transmission modes (including a wired network transmission method or a wireless network transmission method).
  • the template file is written with data information to be configured.
  • the data information is large-capacity data information.
  • the template file may be an excel file format, a CSV file format, or another type of file format.
  • the logical mapping file is an XML type file, which defines a logical mapping relationship between the data to be configured and the corresponding MML command.
  • the server will execute the execution result of each MML command, for example, The result includes whether the success information, the failure reason information, and the like are written into the template file, and then sent to the client.
  • the client receives the template that writes the MML command execution result information. After the file, use it to overwrite the original template file. Therefore, the client replaces the template file stored in the MML command execution result information with the template file stored by the client. In this case, the user can open the template file to view the result of the batch configuration.
  • the server returns a batch configuration completion message to the client, notifying the user that the batch configuration has been completed.
  • the method before performing all the foregoing steps, the method further includes:
  • the client sends the template file to the server.
  • the template file has some format requirements for the input data. According to the format requirements, the data that needs to be configured in batches is filled in, and the file is deployed to the client.
  • the method further includes:
  • the client will prompt the user to modify and continue to verify until all the data in the template file meets the requirements.
  • step S206 the step of the server executing the MML command in batches includes:
  • the execution module on the server side executes the MML command cyclically until all MML commands are executed successfully, or the number of failed MML commands is no longer reduced.
  • the embodiment of the invention further provides a large-capacity data configuration server based on MML, as shown in the figure As shown in 2, the server includes:
  • the file receiving module 101 is configured to receive a template file sent by the client.
  • the parsing module 102 is configured to parse the data in the template file into batch MML commands according to the batch configuration command issued by the client, and according to the pre-stored logical mapping file;
  • An execution module 103 configured to execute the MML command in batches
  • a result information processing module 104 configured to write MML command execution result information into the template file
  • the file sending module 105 is configured to send a template file in which the MML command execution result information is written to the client.
  • the file receiving module 101 is configured to obtain a template file sent by the client, where the template file is configured with the data information to be configured.
  • the data information is large-capacity data information.
  • the template file may be an excel file format, a CSV file format, or another type of file format.
  • the parsing module 102 is responsible for parsing the data in the template file into MML commands.
  • the parsing module parses the data in the template file into batch MML commands according to the pre-stored logical mapping file.
  • the logical mapping file is a set of XML format configuration files, and the configuration file defines data parameters in the template file.
  • the mapping relationship with the MML command parameters is used to parse each piece of data in the template file into an MML command.
  • the execution module 103 is responsible for executing all the MML commands generated by the parsing module in batches. For example, when the server executes the MML command, it can execute according to the following rules:
  • the first pass all MML commands are executed in sequence, and the commands that are executed successfully are recorded; the second pass, the unsuccessful commands are executed in sequence, and the commands that are successfully executed again are recorded; the third pass, the previous unsuccessful commands are executed. .
  • the result information processing module 104 is responsible for collecting the MML command execution result information of the execution module 103, including whether it is successful, the reason for the failure, and the like, and filling the MML command execution result information into the corresponding position in the template file.
  • the file sending module 105 is responsible for transmitting the template file (the MML command execution result information of each piece of data including the data) to the client through a certain file transfer mode, and overwriting the original template file of the client.
  • the embodiment of the present invention further provides a large-capacity data configuration system based on MML, as shown in FIG. 3, including a client 20 and a server 10, where
  • the client 20 is configured to send, to the server 10, a template file in which data to be configured is written; the server 10 is configured to: according to the batch configuration command issued by the client 20, and in the template file according to the pre-stored logical mapping file
  • the data is parsed into a batch of MML commands; the MML commands are executed in batches, and the execution result information is written into the template file, and then the template file is sent to the client 20.
  • the client 20 includes:
  • the template file obtaining module 201 is configured to obtain a template file in which data to be configured is written and send the template file to the processing module.
  • the processing module 202 is configured to send the template file acquired by the template file obtaining module 201 to the file transfer module and the storage module; and is further configured to issue a batch configuration command to the command sending and receiving module; and, for using the file transfer module
  • the received template file in which the MML command execution result information is written is sent to the storage module;
  • a storage module 203 configured to store the template file acquired by the template file obtaining module 201 and a template file sent by the server 10 and written with the MML command execution result information
  • a file transfer module 204 configured to send the template file to the server 10; and, for receiving, from the server 10, a template file in which the MML command execution result information is written;
  • the command sending and receiving module 205 is configured to send a batch configuration command to the server 10; and, for receiving a command for completing the batch configuration execution from the server 10.
  • the client 20 further includes:
  • the data verification module 206 is configured to check the legality of the data to be configured in the template file. If there is illegal data, prompt the prompt.
  • the client 20 may further include:
  • the interface display module 207 is configured to display a graphical user interface, provide a selection box to select a template file, and provide a verification result display of illegal data, and a prompt for successful batch configuration.
  • the server 10 includes:
  • the file receiving module 101 is configured to receive a template file sent by the client 20;
  • the parsing module 102 is configured to parse the data in the template file into batch MML commands according to the batch configuration command issued by the client 20 and according to the pre-stored logical mapping file.
  • An execution module 103 configured to execute the MML command in batches
  • a result information processing module 104 configured to write MML command execution result information into the template file
  • the file sending module 105 is configured to send a template file in which the MML command execution result information is written to the client 20.
  • the network management client 20 includes a template file obtaining module 201, an interface display module 207, a processing module 202, a storage module 203, a data verification module 206, a file transmission module 204, and a command sending and receiving module. 205.
  • the network management server 10 includes a file receiving module, a parsing module, an executing module, a result information processing module 104, and a file sending module. 105.
  • the IUB office direction is configured in batches in the RNC network management system.
  • the template file is in Excel file format.
  • the operation process is shown in Figure 4. The detailed operation steps are as follows:
  • Step S100 defining an IUB office to Excel template, including an Excel template file having several Sheet pages, which columns are included in each page, and the input format requirements of each column, and filling in the IUB office direction data that needs to be configured in batches as required.
  • step S101 the Excel file filled in step S100 is selected by the network management client 20.
  • Step S102 Perform legality verification on the data filled in step S100. If there is illegal data, prompt the user to modify, until all data verification passes.
  • Step S103 the Excel file verified in step S102 is transmitted to the network management server 10 by using an FTP operation.
  • Step S104 Send a batch configuration command to the network management server 10.
  • Step S105 The parsing module at the network management server 10 side needs to define a set of mapping files in XML format in advance, and the mapping files define a mapping relationship between the Excel template and the MML command. For each Sheet page in the template file, you need to have a corresponding XML mapping file that maps this Sheet page to an MML command. Each Sheet page is mapped to an MML command, and each piece of data is parsed as an instance of the MML command. Based on these XML mapping files, the parsing module parses the Excel file transferred in step S103 into a batch of MML commands.
  • Step S106 the execution module of the network management server 10 sequentially executes the MML command generated in step S105 in batches, and successfully marks the successful execution of the MML command.
  • This step is designed to be re-executable, executing all MML commands in the first pass, and only executing MML commands that have not been successfully marked each time. The repetition is specifically repeated several times, and is determined by the judgment of step S107.
  • Step S107 after all the MML commands are executed, the execution module determines whether all executions are successful, or whether the number of failed MML commands is no longer reduced compared with the previous one, and "Yes" continues to step S108, and "No” is repeated. Step S106. In step S108, the execution result information in step S107 is collected, and the execution result information column in the Excel file is filled in.
  • step S109 the Excel file filled in the result information in step S108 is transmitted to the network management client 20 via FTP, and the file selected in step S101 is overwritten.
  • step S110 the network management server 10 returns a message of completion of execution to the user, and prompts the user to view the execution result.
  • the service cells are configured in batches.
  • the template file is in CSV file format.
  • the overall framework and operation flow of the implementation are the same as the first implementation. The detailed operation steps are as follows:
  • Step S300 defining a serving cell CSV template, including a CSV template file, a plurality of Sheet pages, a column for each page, an input format requirement for each column, and the like, and filling in the service cell data that needs to be configured in batches as required.
  • Step S301 the CSV file filled in step S300 is selected by the network management client 20.
  • Step S302 Perform legality verification on the data filled in step S300. If there is illegal data, the user is prompted to perform modification until all data verification passes.
  • Step S303 the CSV file passed in step S302 is transmitted to the network management server 10 by using an FTP operation.
  • Step S304 Send a batch configuration command to the network management server 10.
  • Step S305 The parsing module at the network management server 10 needs to define a set of mapping files in XML format in advance, and the mapping files define a mapping relationship between the CSV template and the MML command. For each Sheet page in the template file, you need a corresponding XML mapping file. Map this Sheet page to an MML command. Each Sheet page is mapped to an MML command, and each piece of data is parsed as an instance of the MML command. Based on these XML mapping files, the parsing module parses the CSV file transferred in step S303 into a batch of MML commands.
  • Step S306 the execution module of the network management server 10 sequentially executes the MML command generated in step S305 in batches, and successfully marks the successful execution of the MML command.
  • This step is designed to be re-executable, executing all MML commands in the first pass, and only executing MML commands that have not been successfully marked each time. Repeatedly several times, it is determined by the judgment of step S307.
  • Step S307 After all the MML commands are executed, the execution module determines whether all executions are successful, or whether the number of failed MML commands is no longer reduced compared with the previous one. If yes, the process proceeds to step S308, otherwise step S306 is repeated.
  • Step S308 the execution result information in step S307 is collected, and the execution result information column in the CSV file is filled in.
  • Step S309 the CSV file filled in the result information in step S308 is transmitted to the network management client 20 by FTP, and the file selected in step S310 is overwritten.
  • Step S310 the network management server 10 returns a message of completion to the user, and prompts the user to view the execution result.
  • the process ends, and the user can also view the CSV file, modify the CSV template data according to the failure reason, and re-execute step S300 to step S310 to complete the batch configuration of the data.
  • the MML command generally exists in the network management system, and the template file is parsed into an MML command, which can fully reuse the original code, improve development efficiency and reduce complexity.
  • the scalability of the system is improved by mapping between template files in XML file format and MML commands.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种基于MML的大容量数据配置方法、服务器及系统,所述方法包括接收客户端发送的模板文件;根据客户端发出的批量配置命令,并依据预存储的逻辑映射文件将所述模板文件中的数据解析成批量的MML命令;批量执行所述MML命令,并将执行结果信息写入所述模板文件,之后发送该模板文件至客户端。本发明能够依据预存储的逻辑映射文件将写入了待配置的数据的模板文件解析成MML命令执行,可充分重用原有代码,提高开发效率和减少复杂度。

Description

一种基于 MML的大容量数据配置方法、 服务器及系统 技术领域
本发明涉及电信网管技术, 具体而言, 涉及一种基于人机命令语言 ( MML, Man-Machine Language )的大容量数据配置方法、 服务器及系统。 背景技术
配置管理是网管系统中的一个重要组成部分,是电信网络系统(TMN, Telecom Management Network )得以正常运行的基础。
目前配置管理的实现方式有两种,包括:图形用户界面(GUI, Graphical User Interface )和 MML。 采用这两种方式配置较少量数据时, 可充分发挥 其易用性好、 操作灵活等优点, 但在配置大容量数据时, 例如需要配置数 千个 IUB局向、 基站(NODEB )或小区时, 就容易显示出配置效率低、 需 人工干预较多、 操作繁瑣、 容易出错等缺点。
在这种背景下, 使用模板进行批量配置的批量配置工具应运而生, 但 传统的批量配置工具一般都使用硬编码的方式实现, 不能充分重用原有代 码, 且存在可扩展性较差、 事务控制困难、 批量执行效率偏低等缺点。 发明内容
本发明的目的在于提供一种基于 MML的大容量数据配置方法、服务器 及系统, 其能够充分重用原有代码实现大容量数据的批量配置。
为了达到本发明的目的, 本发明采用以下技术方案实现:
一种基于 MML的大容量数据配置方法, 包括:
接收客户端发送的模板文件;
根据客户端发出的批量配置命令, 并依据预存储的逻辑映射文件将所 述模板文件中的数据解析成批量的 MML命令;
批量执行所述 MML命令,并将执行结果信息写入所述模板文件,之后 发送该模板文件至客户端。
优选地, 在接收客户端发送的模板文件之前, 还包括:
将待配置的数据写入模板文件;
将模板文件部署到客户端;
客户端发送所述模板文件至服务器。
更为优选地, 在客户端发送所述模板文件至服务器之前, 还包括: 客户端校验模板文件中待配置的数据的合法性。
优选地, 服务器批量执行所述 MML命令, 包括:
批量执行所有 MML命令, 并将执行成功的 MML命令做上成功标记; 批量执行所有未做上成功标记的 MML命令,直至所有的 MML命令全 部执行成功, 或执行失败的 MML命令数量不再减少。
优选地,客户端在接收到所述写入了 MML命令执行结果信息的模板文 件后, 用其将原来的模板文件覆盖。
优选地, 所述逻辑映射文件为 XML类型的文件, 其定义了待配置的数 据与相应的 MML命令之间的逻辑映射关系。
一种基于 MML的大容量数据配置服务器, 所述服务器包括: 文件接收模块, 用于接收客户端发送的模板文件;
解析模块, 用于根据客户端发出的批量配置命令, 并依据预存储的逻 辑映射文件将所述模板文件中的数据解析成批量的 MML命令;
执行模块, 用于批量执行所述 MML命令;
结果信息处理模块, 用于将 MML命令执行结果信息写入所述模板文 件;
文件发送模块,用于将写入了 MML命令执行结果信息的模板文件发送 至客户端。
一种基于 MML的大容量数据配置系统,包括客户端以及服务器,其中, 客户端, 用于向服务器发送写入了待配置的数据的模板文件; 服务器, 用于根据客户端发出的批量配置命令, 并依据预存储的逻辑 映射文件将所述模板文件中的数据解析成批量的 MML命令;批量执行所述 MML命令, 并将执行结果信息写入所述模板文件, 之后发送该模板文件至 客户端。
优选地, 所述客户端包括:
模板文件获取模块, 用于获取写入了待配置的数据的模板文件并发送 至处理模块;
处理模块, 用于将所述由模板文件获取模块获取到的模板文件发送至 文件传输模块以及存储模块; 向命令发送接收模块发出批量配置命令; 将 文件传输模块接收到的写入了 MML命令执行结果信息的模板文件发送至 存储模块;
存储模块, 用于存储所述由模板文件获取模块所获取到的模板文件以 及服务器发送过来的写入了 MML命令执行结果信息的模板文件;
文件传输模块, 用于发送所述模板文件至服务器; 从服务器接收写入 了 MML命令执行结果信息的模板文件;
命令发送接收模块, 用于发送批量配置命令到服务器; 从服务器接收 批量配置执行完成的命令。
更为优选地, 所述客户端还包括:
数据校验模块, 用于校验模板文件中待配置的数据的合法性。
优选地, 所述服务器包括:
文件接收模块, 用于接收客户端发送的模板文件;
解析模块, 用于根据客户端发出的批量配置命令, 并依据预存储的逻 辑映射文件将所述模板文件中的数据解析成批量的 MML命令; 执行模块, 用于批量执行所述 MML命令;
结果信息处理模块, 用于将 MML命令执行结果信息写入所述模板文 件;
文件发送模块,用于将写入了 MML命令执行结果信息的模板文件发送 至客户端。
通过本发明的上述技术方案可以看出, 本发明具有以下几个有益效果: 1、 MML命令一般在网管系统中都存在, 将模板文件解析成 MML命 令执行, 可充分重用原有代码, 提高开发效率和减少复杂度。
2、 通过 XML文件格式的模板文件与 MML命令之间进行映射, 提高 了系统的可扩展性, 例如需要对模板文件进行增删一些字段时, 只需在模 板文件和 XML类型的逻辑映射文件中分别增删这些字段即可(此前提是 MML支持这些字段), 而不需要修改代码。
3、 容易进行事务控制。 一条 MML内部一般使用原子事务方式, 多条 MML之间一般使用最大努力方式, 以保证数据正确、 完整的情况下, 可以 最大限度的进行批量配置。
4、 提高了批量配置的效率。 MML命令批量循环执行的算法规则, 保 证了大容量数据能够进行最大努力的配置,而且 MML命令的执行效率一般 都由网管系统的底层平台来保证, 要优于硬编码方式的批量配置工具的执 行效率。 附图说明
此处所说明的附图用来提供对本发明的进一步理解, 构成本发明的一 部分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发 明的不当限定。 在附图中:
图 1为本发明实施例提供的基于 MML的大容量数据配置方法流程示意 图;
图 2为本发明实施例提供的基于 MML的大容量数据配置服务器结构示 意图;
图 3为本发明实施例提供的基于 MML的大容量数据配置系统结构示意 图;
图 4为本发明实施例提供的 MML命令批量配置流程示意图。 具体实施方式
为了使本发明所要解决的技术问题、 技术方案及有益效果更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
本发明实施例提供了一种基于 MML 的大容量数据配置方法, 如图 1 所示, 所述方法包括如下步驟:
5204、 接收客户端发送的模板文件;
5205、 根据客户端发出的批量配置命令, 并依据预存储的逻辑映射文 件将所述模板文件中的数据解析成批量的 MML命令;
5206、 批量执行所述 MML命令, 并将执行结果信息写入所述模板文 件, 之后发送该模板文件至客户端。
其中, 在所述步驟 S204中, 所述模板文件是由客户端通过各种网络传 输方式(包括有线网络传输方式或无线网络传输方式)发送至服务器端的。 所述模板文件写入了待配置的数据信息, 在本发明的实施例中, 所述数据 信息为大容量数据信息。具体实施时,所述模板文件可以为 excel文件格式、 CSV文件格式、 或者其他类型的文件格式。
在所述步驟 S205中, 所述逻辑映射文件为 XML类型的文件, 其定义 了待配置的数据与相应的 MML命令之间的逻辑映射关系。
在所述步驟 S206中, 服务器将每一条 MML命令的执行结果, 例如所 述结果包括是否成功信息、 失败原因信息等写入到该模板文件中, 然后将 其发送至客户端, 在优选实施方式下, 客户端在接收到所述写入了 MML 命令执行结果信息的模板文件后, 用其将原来的模板文件覆盖。 从而客户 端将该写入了 MML命令执行结果信息的模板文件替代之前客户端所存储 的模板文件, 此时, 用户可以打开这个模板文件查看批量配置的结果。 至 此, 服务器向客户端返回批量配置完成消息, 通知用户批量配置已经完成。
优选实施方式下, 在执行前述所有步驟之前, 还包括:
5200、 将待配置的数据写入模板文件;
5201、 将模板文件部署到客户端;
S203、 客户端发送所述模板文件至服务器。
在所述步驟 S200和步驟 S201 中, 模板文件对输入的数据会有一些格 式要求, 按照这些格式要求, 填写需要批量配置的数据, 并将该文件部署 到客户端。
更为优选地, 在客户端发送所述模板文件至服务器之前, 还包括:
5202、 客户端校验模板文件中待配置的数据的合法性。
如果填写的数据不合法, 则客户端会提示用户进行修改并继续校验, 直到模板文件中的所有数据都满足要求。
优选实施方式下, 在所述步驟 S206中, 服务器批量执行所述 MML命 令的步驟包括:
批量执行所有 MML命令, 并将执行成功的 MML命令做上成功标记; 批量执行所有未做上成功标记的 MML命令,直至所有的 MML命令全 部执行成功, 或执行失败的 MML命令数量不再减少。
在该步驟中,服务器端的执行模块循环执行 MML命令,直到全部 MML 命令执行成功, 或失败的 MML命令数量不再减少为止。
本发明实施例还提供了一种基于 MML的大容量数据配置服务器,如图 2所示, 所述服务器包括:
文件接收模块 101 , 用于接收客户端发送的模板文件;
解析模块 102, 用于根据客户端发出的批量配置命令, 并依据预存储的 逻辑映射文件将所述模板文件中的数据解析成批量的 MML命令;
执行模块 103 , 用于批量执行所述 MML命令;
结果信息处理模块 104,用于将 MML命令执行结果信息写入所述模板 文件;
文件发送模块 105 ,用于将写入了 MML命令执行结果信息的模板文件 发送至客户端。
其中, 所述文件接收模块 101 用于获取客户端发送的模板文件, 所述 模板文件中写入了待配置的数据信息, 在本发明的实施例中, 所述数据信 息为大容量数据信息。 具体实施时, 所述模板文件可以为 excel文件格式、 CSV文件格式、 或者其他类型的文件格式。
所述解析模块 102负责将模板文件中的数据解析为 MML命令。解析模 块依据预存储的逻辑映射文件将所述模板文件中的数据解析成批量的 MML命令, 例如所述逻辑映射文件为一套 XML格式的配置文件, 该配置 文件定义了模板文件中的数据参数与 MML命令参数之间的映射关系,通过 这个映射关系, 将模板文件里的每一条数据解析成一条 MML命令。
所述执行模块 103负责批量执行解析模块生成的所有 MML命令。例如, 服务器在执 MML命令时, 可以按照如下规则执行:
第一遍, 依次执行所有 MML命令, 并记录下执行成功的命令; 第二遍, 依次执行未成功的命令, 并记录下再次执行成功的命令; 第三遍, 继续执行上一遍未成功的命令。
依此类推, 循环执行, 直至所有 MML命令全部执行成功, 或失败的 MML命令数量不再减少。 使用上述这个规则的目的是为了避免有些 MML命令因先后顺序的原 因而不能成功被执行, 从而保证用最大努力的方式进行模板文件中的数据 的批量配置。
所述结果信息处理模块 104负责收集执行模块 103的 MML命令执行结 果信息, 包括是否成功、 失败原因等, 并将这些 MML命令执行结果信息填 写到模板文件中相应的位置。
所述文件发送模块 105 负责将模板文件(该文件已包括了每一条数据 的 MML命令执行结果信息)通过一定的文件传输方式传送到客户端,并覆 盖客户端原有的模板文件。
本发明实施例还提供了一种基于 MML的大容量数据配置系统,如图 3 所示, 包括客户端 20以及服务器 10, 其中,
客户端 20, 用于向服务器 10发送写入了待配置的数据的模板文件; 服务器 10, 用于根据客户端 20发出的批量配置命令, 并依据预存储的 逻辑映射文件将所述模板文件中的数据解析成批量的 MML命令;批量执行 所述 MML命令,并将执行结果信息写入所述模板文件,之后发送该模板文 件至客户端 20。
其中, 参照图 3, 所述客户端 20包括:
模板文件获取模块 201 ,用于获取写入了待配置的数据的模板文件并发 送至处理模块;
处理模块 202,用于将所述由模板文件获取模块 201获取到的模板文件 发送至文件传输模块以及存储模块; 还用于向命令发送接收模块发出批量 配置命令; 以及,用于将文件传输模块接收到的写入了 MML命令执行结果 信息的模板文件发送至存储模块;
存储模块 203,用于存储所述由模板文件获取模块 201所获取到的模板 文件以及服务器 10发送过来的写入了 MML命令执行结果信息的模板文件; 文件传输模块 204, 用于发送所述模板文件至服务器 10; 以及, 用于 从服务器 10接收写入了 MML命令执行结果信息的模板文件;
命令发送接收模块 205, 用于发送批量配置命令到服务器 10; 以及, 用于从服务器 10接收批量配置执行完成的命令。
更为优选地, 所述客户端 20还包括:
数据校验模块 206, 用于校验模板文件中待配置的数据的合法性, 如有 不合法的数据, 及时进行提示。
除此之外, 所述客户端 20还可以包括:
界面显示模块 207 , 其负责显示图形用户界面、提供选择框选择模板文 件, 并提供不合法数据的校验结果显示、 批量配置是否成功的提示等。
继续参照图 3, 所述服务器 10包括:
文件接收模块 101 , 用于接收客户端 20发送的模板文件;
解析模块 102, 用于根据客户端 20发出的批量配置命令, 并依据预存 储的逻辑映射文件将所述模板文件中的数据解析成批量的 MML命令;
执行模块 103 , 用于批量执行所述 MML命令;
结果信息处理模块 104,用于将 MML命令执行结果信息写入所述模板 文件;
文件发送模块 105 ,用于将写入了 MML命令执行结果信息的模板文件 发送至客户端 20。
依照本发明在 TMN无线网络控制器( RNC, Radio Network Controller ) 网管系统中的具体实施例, 来说明本发明的发明精神。
具体实施的整体框架如图 3所示, 网管客户端 20包括模板文件获取模 块 201、 界面显示模块 207、 处理模块 202、 存储模块 203、 数据校验模块 206、文件传输模块 204和命令发送接收模块 205, 网管服务器 10包括文件 接收模块、 解析模块、 执行模块、 结果信息处理模块 104和文件发送模块 105。
在 RNC网管系统中批量配置 IUB局向,模板文件采用 Excel文件格式, 操作流程如图 4所示, 详细操作步驟如下:
步驟 S100,定义 IUB局向 Excel模板,包括 Excel模板文件有几个 Sheet 页、 每页包含哪些列、 每列的输入格式要求等, 并按要求填写需要批量配 置的 IUB局向数据。
步驟 S101 ,通过网管客户端 20选择在步驟 S100中填写的 Excel文件。 步驟 S102,对步驟 S100中填写的数据进行合法性校验,如果存在不合 法数据, 提示用户进行修改, 直到所有数据校验通过。
步驟 S103,使用 FTP操作将步驟 S102中校验通过的 Excel文件传送到 网管服务器 10端。
步驟 S104, 发送批量配置命令到网管服务器 10。
步驟 S105 , 在网管服务器 10端的解析模块, 需要事先定义一套 XML 格式的映射文件,这些映射文件定义了 Excel模板与 MML命令之间的映射 关系。 模板文件中的每一个 Sheet页, 需要有一个相应的 XML映射文件, 将这个 Sheet页映射成 MML命令。每一个 Sheet页映射为一个 MML命令, 每一条数据解析为该 MML命令的一个实例。 根据这些 XML映射文件, 解 析模块将步驟 S103传送过来的 Excel文件解析成批量的 MML命令。
步驟 S106, 网管服务器 10的执行模块依次批量执行步驟 S105生成的 MML命令, 并将执行成功的 MML命令故上成功标记。 该步驟设计为可重 复执行, 第一遍执行所有 MML命令, 以后每遍只执行未做上成功标记的 MML命令。 具体重复执行几遍, 由步驟 S107的判断决定。
步驟 S107, MML命令全部执行完一遍后, 执行模块判断是否全部执 行成功,或者执行失败的 MML命令数量与上一遍相比是否不再减少, "是" 则继续步驟 S108, "否" 则重复执行步驟 S106。 步驟 S108, 收集步驟 S107中的执行结果信息, 填写到 Excel文件中的 执行结果信息列。
步驟 S109,将步驟 S108中填写了结果信息的 Excel文件通过 FTP的方 式传送到网管客户端 20, 覆盖在步驟 S101中选择的文件。
步驟 S110, 网管服务器 10返回执行完成的消息给用户, 并提示用户查 看执行结果。
至此, 本实施方式的整个流程结束。 用户可以查看 Excel文件, 根据失 败原因修改这一次执行失败的数据,并重新执行步驟 S100至步驟 S110,执 行成功的数据已打上成功的标签, 重新进行批量配置时不会被再次执行。
本发明的另外一种实施方式如下所述:
在基站控制器(BSC, Base Station Controller ) 网管系统中批量配置服 务小区, 模板文件采用 CSV文件格式, 实施的整体框架和操作流程与第一 种实施方式相同, 详细操作步驟如下:
步驟 S300, 定义服务小区 CSV模板, 包括 CSV模板文件有几个 Sheet 页、 每页包含哪些列、 每列的输入格式要求等, 并按要求填写需要批量配 置的服务小区数据。
步驟 S301 , 通过网管客户端 20选择在步驟 S300中填写的 CSV文件。 步驟 S302,对步驟 S300中填写的数据进行合法性校验,如果存在不合 法数据, 提示用户进行修改, 直到所有数据校验通过。
步驟 S303 , 使用 FTP操作将步驟 S302中校验通过的 CSV文件传送到 网管服务器 10。
步驟 S304, 发送批量配置命令到网管服务器 10。
步驟 S305 , 在网管服务器 10端的解析模块, 需要事先定义一套 XML 格式的映射文件, 这些映射文件定义了 CSV模板与 MML命令之间的映射 关系。 模板文件中的每一个 Sheet页, 需要有一个相应的 XML映射文件, 将这个 Sheet页映射成 MML命令。每一个 Sheet页映射为一个 MML命令, 每一条数据解析为该 MML命令的一个实例。 根据这些 XML映射文件, 解 析模块将步驟 S303传送过来的 CSV文件解析成批量的 MML命令。
步驟 S306, 网管服务器 10的执行模块依次批量执行步驟 S305生成的 MML命令, 并将执行成功的 MML命令故上成功标记。 该步驟设计为可重 复执行, 第一遍执行所有 MML命令, 以后每遍只执行未做上成功标记的 MML命令。 具体重复执行几遍, 由步驟 S307的判断决定。
步驟 S307, MML命令全部执行完一遍后, 执行模块判断是否全部执 行成功,或者执行失败的 MML命令数量与上一遍相比是否不再减少,是则 继续步驟 S308, 否则重复执行步驟 S306。
步驟 S308, 收集步驟 S307中的执行结果信息, 填写到 CSV文件中的 执行结果信息列。
步驟 S309, 将步驟 S308中填写了结果信息的 CSV文件通过 FTP的方 式传送到网管客户端 20, 覆盖在步驟 S310中选择的文件。
步驟 S310, 网管服务器 10端返回执行完成的消息给用户, 并提示用户 查看执行结果。
第二种实施方式流程结束, 用户同样可以查看 CSV文件, 根据失败原 因修改 CSV模板数据, 并重新执行步驟 S300至步驟 S310, 来完成数据的 批量配置。
上述说明示出并描述了本发明的一个优选实施例, 但如前所述, 应 当理解本发明并非局限于本文所披露的形式, 不应看作是对其他实施例的 排除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想 范围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员 所进行的改动和变化不脱离本发明的精神和范围, 则都应在本发明所附权 利要求的保护范围内。 工业实用性
本发明根据 MML命令一般在网管系统中都存在, 将模板文件解析成 MML命令执行, 可充分重用原有代码, 提高开发效率和减少复杂度。 通过 XML文件格式的模板文件与 MML命令之间进行映射, 提高了系统的可扩 展性。

Claims

权利要求书
1、 一种基于 MML的大容量数据配置方法, 其中, 包括:
接收客户端发送的模板文件;
根据客户端发出的批量配置命令, 并依据预存储的逻辑映射文件将所 述模板文件中的数据解析成批量的 MML命令;
批量执行所述 MML命令,并将执行结果信息写入所述模板文件,之后 发送该模板文件至客户端。
2、 根据权利要求 1所述的基于 MML的大容量数据配置方法, 其中, 接收客户端发送的模板文件之前, 还包括:
将待配置的数据写入模板文件;
将模板文件部署到客户端;
客户端发送所述模板文件至服务器。
3、 根据权利要求 2所述的基于 MML的大容量数据配置方法, 其中, 在客户端发送所述模板文件至服务器之前, 还包括:
客户端校验模板文件中待配置的数据的合法性。
4、 根据权利要求 1所述的基于 MML的大容量数据配置方法, 其中, 服务器批量执行所述 MML命令, 包括:
批量执行所有 MML命令, 并将执行成功的 MML命令做上成功标记; 批量执行所有未做上成功标记的 MML命令,直至所有的 MML命令全 部执行成功, 或执行失败的 MML命令数量不再减少。
5、 根据权利要求 1所述的基于 MML的大容量数据配置方法, 其中, 客户端在接收到所述写入了 MML命令执行结果信息的模板文件后,用其将 原来的模板文件覆盖。
6、 根据权利要求 1所述的基于 MML的大容量数据配置方法, 其中, 所述逻辑映射文件为 XML类型的文件, 其定义了待配置的数据与相应的 MML命令之间的逻辑映射关系。
7、一种基于 MML的大容量数据配置服务器, 其中, 所述服务器包括: 文件接收模块, 用于接收客户端发送的模板文件;
解析模块, 用于根据客户端发出的批量配置命令, 并依据预存储的逻 辑映射文件将所述模板文件中的数据解析成批量的 MML命令;
执行模块, 用于批量执行所述 MML命令;
结果信息处理模块, 用于将 MML命令执行结果信息写入所述模板文 件;
文件发送模块,用于将写入了 MML命令执行结果信息的模板文件发送 至客户端。
8、 一种基于 MML的大容量数据配置系统, 其中, 包括客户端以及服 务器, 其中,
客户端, 用于向服务器发送写入了待配置的数据的模板文件; 服务器, 用于根据客户端发出的批量配置命令, 并依据预存储的逻辑 映射文件将所述模板文件中的数据解析成批量的 MML命令;批量执行所述 MML命令, 并将执行结果信息写入所述模板文件, 之后发送该模板文件至 客户端。
9、 根据权利要求 8所述的基于 MML的大容量数据配置系统, 其中, 所述客户端包括:
模板文件获取模块, 用于获取写入了待配置的数据的模板文件并发送 至处理模块;
处理模块, 用于将所述由模板文件获取模块获取到的模板文件发送至 文件传输模块以及存储模块; 向命令发送接收模块发出批量配置命令; 将 文件传输模块接收到的写入了 MML命令执行结果信息的模板文件发送至 存储模块; 存储模块, 用于存储所述由模板文件获取模块所获取到的模板文件以 及服务器发送过来的写入了 MML命令执行结果信息的模板文件;
文件传输模块, 用于发送所述模板文件至服务器; 从服务器接收写入 了 MML命令执行结果信息的模板文件;
命令发送接收模块, 用于发送批量配置命令到服务器; 从服务器接收 批量配置执行完成的命令。
10、 根据权利要求 9所述的基于 MML的大容量数据配置系统, 其中, 所述客户端还包括:
数据校验模块, 用于校验模板文件中待配置的数据的合法性。
11、 根据权利要求 8所述的基于 MML的大容量数据配置系统, 其中, 所述服务器包括:
文件接收模块, 用于接收客户端发送的模板文件;
解析模块, 用于根据客户端发出的批量配置命令, 并依据预存储的逻 辑映射文件将所述模板文件中的数据解析成批量的 MML命令;
执行模块, 用于批量执行所述 MML命令;
结果信息处理模块, 用于将 MML命令执行结果信息写入所述模板文 件;
文件发送模块,用于将写入了 MML命令执行结果信息的模板文件发送 至客户端。
PCT/CN2012/076788 2011-09-16 2012-06-12 一种基于mml的大容量数据配置方法、服务器及系统 WO2013037221A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110276016.1A CN103001786B (zh) 2011-09-16 2011-09-16 一种基于mml的大容量数据配置方法、服务器及系统
CN201110276016.1 2011-09-16

Publications (1)

Publication Number Publication Date
WO2013037221A1 true WO2013037221A1 (zh) 2013-03-21

Family

ID=47882576

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/076788 WO2013037221A1 (zh) 2011-09-16 2012-06-12 一种基于mml的大容量数据配置方法、服务器及系统

Country Status (2)

Country Link
CN (1) CN103001786B (zh)
WO (1) WO2013037221A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103532756B (zh) * 2013-10-15 2017-01-25 上海寰创通信科技股份有限公司 一种基于网管系统的命令行系统以及命令行操作方法
CN105791346B (zh) * 2014-12-22 2020-07-14 中兴通讯股份有限公司 实现soap接口的跨平台解决方法及服务、网络设备
CN109656582A (zh) * 2018-12-25 2019-04-19 浪潮电子信息产业股份有限公司 一种服务器批量部署系统、方法、设备及介质
CN109816502A (zh) * 2019-01-02 2019-05-28 深圳壹账通智能科技有限公司 批量代付方法、装置、计算机设备和存储介质
CN110213113B (zh) * 2019-06-19 2021-12-03 中信科移动通信技术股份有限公司 基站的web配置管理方法及基站

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020126826A1 (en) * 1998-11-17 2002-09-12 Teppo Pasanen Method and system for the management of a V5 interface
CN1859591A (zh) * 2005-12-28 2006-11-08 华为技术有限公司 一种智能网服务应用方法和系统
CN101207887A (zh) * 2007-12-17 2008-06-25 浪潮通信信息系统有限公司 基于公共模型的多厂商参数匹配方法
CN101227323A (zh) * 2008-01-15 2008-07-23 中兴通讯股份有限公司 实现界面配置和命令行配置同步操作数据的方法及系统
CN101945377A (zh) * 2010-08-27 2011-01-12 华为技术有限公司 基站控制器及其批配置方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291253B (zh) * 2008-06-06 2011-04-20 中兴通讯股份有限公司 一种网管客户端基于图形界面的人机命令交互方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020126826A1 (en) * 1998-11-17 2002-09-12 Teppo Pasanen Method and system for the management of a V5 interface
CN1859591A (zh) * 2005-12-28 2006-11-08 华为技术有限公司 一种智能网服务应用方法和系统
CN101207887A (zh) * 2007-12-17 2008-06-25 浪潮通信信息系统有限公司 基于公共模型的多厂商参数匹配方法
CN101227323A (zh) * 2008-01-15 2008-07-23 中兴通讯股份有限公司 实现界面配置和命令行配置同步操作数据的方法及系统
CN101945377A (zh) * 2010-08-27 2011-01-12 华为技术有限公司 基站控制器及其批配置方法

Also Published As

Publication number Publication date
CN103001786A (zh) 2013-03-27
CN103001786B (zh) 2017-06-06

Similar Documents

Publication Publication Date Title
WO2013037221A1 (zh) 一种基于mml的大容量数据配置方法、服务器及系统
CN111241061B (zh) 状态数据库的写入方法、数据处理装置及存储介质
CN104021082B (zh) 一种针对浏览器的远程调试方法及装置
CN111859832B (zh) 一种芯片仿真验证方法、装置及相关设备
US8862937B2 (en) Method and system for migrating data from multiple sources
CN111585344B (zh) 一种基于全站ied仿真的变电站智能校核方法及装置
CN106155775B (zh) 消息处理方法、设备及系统
CN111080288A (zh) 一种基于有向无环图的区块链共识达成方法及装置
WO2014176985A1 (zh) 差分升级包的制作方法及装置
WO2011120452A2 (zh) 更新数据的方法和控制装置
CN105978937A (zh) 一种蓝牙从设备及其升级方法
CN110135993A (zh) Utxo模型适配智能合约账户模型的方法、设备及存储介质
WO2021203817A1 (zh) 开放接口的管理方法、电子设备以及存储介质
CN112395339A (zh) 系统间数据准入校验方法、装置、计算机设备和存储介质
CN104185199A (zh) 一种基站自启动及其控制方法及装置
CN103077078A (zh) 定义在软件及应用控制管理对象中状态转换的方法
CN106354966B (zh) 芯片ide工程文件转换及快速配置仿真调试环境的方法
WO2011006439A1 (zh) 资源存储方法及装置
CN105302075A (zh) 基于1553b总线的数字伺服控制器参数在线装订方法
CN111859041B (zh) 数据报送方法及装置
US20140115024A1 (en) Simulating synchronous execution of asynchronous operations
CN111367546A (zh) 软件升级过程中实现xml配置文件升级处理的方法
CN113794583B (zh) 配置方法及装置
EP4325811A1 (en) Data processing method and apparatus for consensus network, program product, device, and medium
JP2015096997A (ja) 論理検証方法

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: 12831672

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: 12831672

Country of ref document: EP

Kind code of ref document: A1