CN107888415B - Network management system data maintenance method - Google Patents

Network management system data maintenance method Download PDF

Info

Publication number
CN107888415B
CN107888415B CN201711072814.6A CN201711072814A CN107888415B CN 107888415 B CN107888415 B CN 107888415B CN 201711072814 A CN201711072814 A CN 201711072814A CN 107888415 B CN107888415 B CN 107888415B
Authority
CN
China
Prior art keywords
management system
network management
data
side data
network
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
CN201711072814.6A
Other languages
Chinese (zh)
Other versions
CN107888415A (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 Jiaxun Feihong Electrical Co Ltd
Original Assignee
Beijing Jiaxun Feihong Electrical 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 Jiaxun Feihong Electrical Co Ltd filed Critical Beijing Jiaxun Feihong Electrical Co Ltd
Priority to CN201711072814.6A priority Critical patent/CN107888415B/en
Publication of CN107888415A publication Critical patent/CN107888415A/en
Application granted granted Critical
Publication of CN107888415B publication Critical patent/CN107888415B/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/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • 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/06Management of faults, events, alarms or notifications
    • H04L41/0695Management of faults, events, alarms or notifications the faulty arrangement being the maintenance, administration or management system
    • 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/0866Checking the configuration

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a network management system data maintenance method. The method comprises the following steps: the obtained network element equipment side data and the network management system side data are arranged in an ascending order according to a certain index field; respectively extracting index values of index fields corresponding to each element according to the arrangement sequence of a plurality of elements in the network element equipment side data and the network management system side data; traversing all elements in the network element equipment side data and the network management system side data by adopting a double pointer downward movement method, determining whether the network element equipment side data is consistent with the network management system side data, and storing a traversal result in a network management database; and maintaining the network management system data according to the traversal result of the network management system side data and the network element equipment side data stored in the network management database. Compared with the prior art, the method and the system can accelerate the data maintenance speed, improve the user experience degree and the development efficiency of the newly added service data maintenance module, and reduce the software development cost.

Description

Network management system data maintenance method
Technical Field
The invention relates to a data maintenance method of a network management system, in particular to a data maintenance method of a network management system side and a network element equipment side, belonging to the technical field of railway communication.
Background
With the continuous development of railway communication technology, the network scale is enlarged, and the network system also occupies more and more important positions. In a large network, network element devices in the network are often managed in the form of a network management system. The network management system is a network device management system for short, and is used for performing data configuration, monitoring, maintenance, test and the like on network element devices in the whole network system, collecting and managing various data of the configuration, monitoring, maintenance, test and the like of the network element devices by the network management system, and storing the data in a network management database of the network management system, so that a user can directly look up the conditions of the network element devices.
With the increasing complexity of network systems, the number of network element devices is increasing, and the network environment is increasing, it becomes very important whether the consistency of the network management server data and the network element device data can be observed and repaired efficiently in time. Therefore, the validity and rationality of the data at the network element device side need to be ensured through the network management system, and the normal operation of the network element device is ensured.
The network management system data comprises network management system side data and network element equipment side data. The time complexity of the existing network management system data maintenance algorithm is O (N2), so that the efficiency is low; and along with the continuous perfection of business requirements and the continuous increase of meter data, a large amount of repeated mechanical work exists in the data maintenance function aiming at the meter data, a large amount of development time is occupied, the software development cost is improved, and the development efficiency of a data maintenance module is reduced.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a network management system data maintenance method.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for maintaining network management system data includes the following steps:
step S1: the obtained network element equipment side data and the network management system side data are arranged in an ascending order according to a certain index field;
step S2: respectively extracting index values of index fields corresponding to each element according to the arrangement sequence of a plurality of elements in the network element equipment side data and the network management system side data;
step S3: traversing all elements in the network element equipment side data and the network management system side data by adopting a double pointer downward movement method, determining whether the network element equipment side data is consistent with the network management system side data, and storing a traversal result in a network management database;
step S4: and maintaining the network management system data according to the traversal result of the network management system side data and the network element equipment side data stored in the network management database.
Preferably, in step S1, the network element device side data and the network management system side data each include a plurality of elements, and each element includes one of the index fields;
when the network management system does not contain a newly added service configuration item, the index field is obtained by changing configuration information on the existing service configuration file with the format of XML;
and when the network management system contains the newly added service configuration item, acquiring the index field on a service configuration file which contains the newly added service configuration item and has an XML format.
Preferably, the method for obtaining the network element device side data and the network management system side data corresponding to the newly added service configuration item comprises the following steps:
step S11: adding a newly added service configuration item in a configuration file with an XML format according to a certain rule;
step S12: reading data of the newly added service configuration item in the XML configuration file and carrying out data verification to obtain configuration information of the newly added service configuration item;
step S13: and acquiring network element equipment side data and network management system side data corresponding to the newly added service configuration item according to the acquired configuration information of the newly added service configuration item.
Preferably, in step S11, the group tag corresponding to the newly added service in the XML configuration file is found, and the unique identifier corresponding to the group tag of the newly added service is determined.
Preferably, when the group tag corresponding to the newly added service does not exist in the configuration file of the XML, the group tag corresponding to the newly added service is added, and the unique identifier corresponding to the group tag is defined; and then adding the function label of the newly added service in the group label, and adding configuration information corresponding to the newly added service in the function label.
Preferably, in step S12, in the process of reading the data of the newly added service configuration item in the XML configuration file and performing data verification, the configuration information of the newly added service configuration item is obtained according to the unique identifier of the newly added service.
Preferably, in step S13, different objects are called by using reflection technology to read the network element device side data and the network management system side data corresponding to the newly added service configuration item, and the network element device side data and the network management system side data corresponding to the newly added service configuration item are respectively converted into a plurality of elements existing in a character string form, where each of the elements includes one of the index fields.
Preferably, in step S3, in the process of traversing all elements in the network element device side data and the network management system side data by using the double pointer downward movement method, a network management system side pointer and a network element device side pointer are synchronously traversed from a first element in the corresponding network management system side data and the corresponding network element device side data;
and when all the fields of the last element synchronously traversed by the network management system side pointer and the network element equipment side pointer are the same, the network management system side pointer and the network element equipment side pointer synchronously traverse the next element.
The network management system data maintenance method provided by the invention adopts a double pointer downward moving method to traverse all elements in the network element equipment side data and the network management system side data, determines whether the network element equipment side data is consistent with the network management system side data, and stores the traversing result in the network management database, so that a user can directly look up the operation condition of each network element equipment and maintain the network management system data.
Drawings
Fig. 1 is a flowchart of a data maintenance method of a network management system according to the present invention;
fig. 2 is a flowchart of traversing all elements in network element device side data and network management system side data by using a double pointer move-down method in the network management system data maintenance method provided by the present invention;
fig. 3 is a schematic diagram of a traversal result of traversing all elements in network element device side data and network management system side data by using a double pointer move-down method in the network management system data maintenance method provided by the present invention.
Detailed Description
The technical contents of the present invention will be further described in detail with reference to the accompanying drawings and specific embodiments.
When a newly added service configuration item needs to be added in a network management system, in order to develop the same data maintenance module of different services, the data maintenance template codes need to be multiplexed, so that the development time of a large amount of repeated codes is reduced, and the software development efficiency is improved. Therefore, the invention provides a network management system data maintenance method, which mainly aims at maintaining network element equipment side data and network management system side data corresponding to an original service configuration item or a newly added service configuration item in a network management system. As shown in fig. 1, the method for maintaining data in the network management system includes the following steps:
step S1: the obtained network element equipment side data and the network management system side data are arranged in an ascending order according to a certain index field;
when no new service configuration item is added in the network management system, the configuration information can be changed on the existing service configuration file with the format of XML according to the actual requirements of users, for example, the index fields in the network management system side data and the network element equipment side data can be changed. After the configuration information is changed on the existing service configuration file with the format of XML, the network management system is started to obtain the network element equipment side data and the network management system side data. Because the network element equipment side data and the network management system side data both comprise a plurality of elements, each element comprises a plurality of fields, and the plurality of fields of each element comprise an index field, namely each element comprises an index field; according to the index field, a plurality of elements in the network element equipment side data and the network management system side data can be respectively arranged in an ascending order.
When a newly added service configuration item needs to be added in the network management system, the acquired network element equipment side data and network management system side data corresponding to the newly added service configuration item need to be arranged in an ascending order according to a certain index field; the implementation method comprises the following steps:
step S11: adding a newly added service configuration item in a configuration file with an XML format according to a certain rule;
when a newly added service configuration item is added in a configuration file with an XML format, a Group < Group > tag corresponding to the newly added service in the configuration file with the XML format needs to be found, and a unique identifier rmid corresponding to the Group < Group > tag where the newly added service is located is determined; when the configuration file of the XML has the Group < Group > tag corresponding to the newly added service, the Group < Group > tag corresponds to the unique identifier rmid. When the < Group > tag of the Group corresponding to the newly added service does not exist in the configuration file of the XML, firstly, the < Group > tag of the Group corresponding to the newly added service can be added, and the < Group > tag of the Group corresponding to the newly added service is defined to correspond to the unique identifier rmid; and then adding a Function < Function > tag of a newly added service in the added Group < Group > tag, adding a unique identifier rmid corresponding to the newly added service, a memory object of the service, a service correspondence table, a service correspondence index field and a service correspondence comparison field in the Function < Function > tag, and separating the added contents by using separators. By determining the unique identifiers rmid of the different newly added services, the subsequent network management system can conveniently obtain the configuration information of the different newly added service configuration items.
Step S12: reading data of the newly added service configuration item in the XML configuration file and carrying out data verification to obtain configuration information of the newly added service configuration item;
and after the network management system is started, reading the data of the newly added service configuration item in the XML configuration file, checking the read data of the newly added service configuration item, and acquiring the configuration information of the newly added service configuration item according to the unique identifier rmid of the newly added service. The configuration information of the newly added service configuration item includes a memory object of the service, a service correspondence table, a service correspondence index field, and a service correspondence comparison field.
Step S13: acquiring network element equipment side data and network management system side data corresponding to the newly added service configuration item according to the acquired configuration information of the newly added service configuration item;
and calling different objects by using a reflection technology to read data sources in different newly added service configuration items, wherein the data sources refer to network element equipment side data and network management system side data corresponding to the newly added service configuration items. Respectively converting the acquired network element equipment side data and the acquired network management system side data into a universal character string set separated by using separators, wherein the network element equipment side data and the network management system side data both comprise a plurality of elements, namely each element exists in a character string form; each element comprises a plurality of fields, and the fields of each element comprise an index field, namely each element comprises an index field; according to the index field, a plurality of elements in the network element equipment side data and the network management system side data can be respectively arranged in an ascending order.
Step S2: respectively extracting index values of index fields corresponding to each element according to the arrangement sequence of a plurality of elements in the network element equipment side data and the network management system side data;
since each element in the network element device side data and the network management system side data includes an index field, and each index field corresponds to an index value, according to the arrangement order of the elements in the network element device side data and the network management system side data determined in step S1, the index values corresponding to the index fields of each element in the network element device side data and the network management system side data are respectively and sequentially extracted, and two adjacent index values are spliced by using a special separator.
Step S3: traversing all elements in the network element equipment side data and the network management system side data by adopting a double pointer downward movement method, determining whether the network element equipment side data is consistent with the network management system side data, and storing a traversal result in a network management database;
and traversing all elements in the network element equipment side data and the network management system side data by adopting a double pointer downward moving method to determine whether the network element equipment side data is consistent with the network management system side data. The specific method comprises the following steps: as shown in fig. 2, a network management system side pointer (localTableIndex) is used to traverse each element in the network management system side data determined in step S1, and a network element device side pointer (agentTableIndex) is used to traverse each element in the network element device side data determined in step S1; and when all fields of the last element synchronously traversed by the network management system side pointer and the network element equipment side pointer are the same, the network management system side pointer and the network element equipment side pointer can synchronously traverse the next element. And determining whether the network element equipment side data is consistent with the network management system side data according to the obtained traversal result of the network management system side pointer and the network element equipment side pointer, and storing the traversal result in a network management database in a table form, so as to judge whether the network element equipment is normally operated, and a user can directly look up the conditions of each network element equipment.
As shown in fig. 2, the traversal result of the network management system side pointer and the network element device side pointer includes the following situations:
(1) if the network element equipment side pointer and the network management system side pointer both reach the maximum value (the network element equipment side pointer and the network management system side pointer both traverse to the last element in the respective data), the record is that the network element equipment side data is consistent with the network management system side data, which indicates that the network element equipment is operating normally.
(2) If the network element equipment side pointer reaches the maximum value (the network element equipment side pointer traverses to the last element in the network element equipment side data), and the network management system side pointer does not reach (is smaller than) the maximum value (the network management system side pointer does not traverse to the last element in the network management system side data), recording the maximum value as the network element equipment side missing data; at this time, the network element device side pointer is not changed, and the network management system side pointer continues to move down, that is, the network management system side pointer continues to traverse the next element until the network management system side pointer reaches the maximum value, and the traversal process is exited (the network management system side pointer does not move down any more). Under the condition that the network element equipment side pointer is unchanged (the traversal process is stopped), the elements which are continuously traversed by the network management system side pointer are the elements which are lost (missing data) on the network element equipment side, and all fields of each element which is continuously traversed by the network management system side pointer are respectively recorded, so that a user can conveniently maintain the network management system data according to the condition of the missing data on the network element equipment side.
(3) If the network management system side pointer reaches the maximum value (the network management system side pointer traverses to the last element in the network management system side data), and the network element equipment side pointer does not reach (is smaller than) the maximum value (the network element equipment side pointer does not traverse to the last element in the network element equipment side data), recording the maximum value as the network management system side missing data; at this time, the network management system side pointer is unchanged, and the network element equipment side pointer continues to move down, that is, the network element equipment side pointer continues to traverse the next element until the network element equipment side pointer reaches the maximum value, and the traversal process is exited (the network element equipment side pointer does not move down any more). Under the condition that the network management system side pointer is unchanged (the traversal process is stopped), the elements which are continuously traversed by the network element equipment side pointer are the elements which are lost (missing data) at the network management system side, and all fields of each element which is continuously traversed by the network element equipment side pointer are respectively recorded, so that a user can conveniently maintain the network management system data according to the condition of the missing data at the network management system side.
(4) If the network management system side pointer and the network element device side pointer both do not reach the maximum value, at this time, it needs to compare whether the element of the network management system side data determined in step S1 is consistent with the element of the network element device side data. When the element of the network management system side data is consistent with the element of the network element equipment side data, the network management system side data is recorded to be the same as the network element equipment side data, then the network management system side pointer and the network element equipment side pointer respectively continue to move downwards, namely the network management system side pointer and the network element equipment side pointer continue to synchronously traverse the next element until the network management system side pointer and the network element equipment side pointer both reach the maximum value, and the traversal process is exited (the network management system side pointer and the network element equipment side pointer do not move downwards any more).
When the element of the network management system side data is inconsistent with the element of the network element device side data, it is necessary to compare whether the index values in the network management system side data extracted in step S2 are consistent with the index values in the network element device side data extracted in step S2. When the index values in the data at the network management system side are consistent with the index values in the data at the network element equipment side, recording that the data at the network management system side and the data at the network element equipment side have difference data, and recording all fields of elements which specifically have difference in the data at the network management system side and the data at the network element equipment side, so that a user can conveniently check the difference data condition existing in the data at the network management system side and the data at the network element equipment side. Then, the network management system side pointer and the network element equipment side pointer respectively continue to move down, that is, the network management system side pointer and the network element equipment side pointer continue to synchronously traverse the next element until the network management system side pointer and the network element equipment side pointer both reach the maximum value, and the traversal process is exited (the network management system side pointer and the network element equipment side pointer do not move down any more). In the process, all fields of the elements in the network management system side data corresponding to the elements with differences in the network element equipment side data are respectively recorded by sequentially comparing whether all fields of the elements in the network management system side data are consistent with all fields of the corresponding elements in the network element equipment side data, so that a user can conveniently maintain the network management system data according to the difference data condition of the network management system side data and the network element equipment side data.
When the index values in the network management system side data are inconsistent with the index values in the network element equipment side data, if the number of the index values in the network management system side data is larger than the number of the index values in the network element equipment side data, recording the index values as the network element equipment side missing data. At this time, the network element device side pointer is not changed, and the network management system side pointer continues to move down, that is, the network management system side pointer continues to traverse the next element until the network management system side pointer reaches the maximum value, and the traversal process is exited (the network management system side pointer does not move down any more). Under the condition that the network element equipment side pointer is unchanged (the traversal process is stopped), the elements which are continuously traversed by the network management system side pointer are the elements which are lost (missing data) on the network element equipment side, and all fields of each element which is continuously traversed by the network management system side pointer are respectively recorded, so that a user can conveniently maintain the network management system data according to the condition of the missing data on the network element equipment side. If the number of the index values in the network element equipment side data is larger than the number of the index values in the network management system side data, recording as network management system side missing data. At this time, the network management system side pointer is unchanged, and the network element equipment side pointer continues to move down, that is, the network element equipment side pointer continues to traverse the next element until the network element equipment side pointer reaches the maximum value, and the traversal process is exited (the network element equipment side pointer does not move down any more). Under the condition that the network management system side pointer is unchanged (the traversal process is stopped), the elements which are continuously traversed by the network element equipment side pointer are the elements which are lost (missing data) at the network management system side, and all fields of each element which is continuously traversed by the network element equipment side pointer are respectively recorded, so that a user can conveniently maintain the network management system data according to the condition of the missing data at the network management system side.
Step S4: and maintaining the network management system data according to the traversal result of the network management system side data and the network element equipment side data stored in the network management database.
Because the result of traversing the network element equipment side data and the network management system side data by adopting the double pointer downward movement method is stored in the network management database in the form of a table in step S3, the user can judge the operation state of the network element equipment according to the traversal result of the network management system side data and the network element equipment side data stored in the consulted network management database, and the network element equipment can normally operate by maintaining the network management system data.
For example, as shown in fig. 3, taking the traversal result of the network element device side data and the network element system side data corresponding to the four service configuration items stored in the network management database as an example, in the traversal result, the sequence numbers represent the sequence numbers of the elements in the network management system side data and the network element device side data respectively, and all fields of each element in the network management system side data and the network element device side data respectively represent the user attribution name, the subnet, the mask, and the user attribution service address. It can be easily seen that the data at the network element equipment side corresponding to the first service configuration item is the same as the data at the network management system side; the fourth element in the network element equipment side data and the network management system side data corresponding to the second service configuration item is inconsistent, and the fields which represent the user attribution names in the network management system side data and the fourth element in the network element equipment side data are inconsistent; in the network element equipment side data and the network management system side data corresponding to the third service configuration item, the network element equipment side data lacks a fifth element in the network management system side data; in the network element equipment side data and the network management system side data corresponding to the fourth service configuration item, the network management system side data lacks a sixth element in the network element equipment side data; therefore, it can be preliminarily determined that except the network element device corresponding to the first service configuration item, the network element devices corresponding to the remaining three service configuration items all have certain problems in operation status, and data thereof needs to be maintained. Then, the user needs to maintain the network management system data (network management system side data and each network element device side data) according to the traversal result presented in fig. 3 and in combination with the original data of the network management system. For example, the original data of the network management system may be compared with the fourth element in the network element device side data and the network management system side data corresponding to the second service configuration item, so that the network element device side data and the network management system side data are consistent, and the normal operation of the network element device is ensured. If the fifth element does exist in the network element equipment side data corresponding to the third service configuration item in the original data of the network management system, the fifth element in the network management system side data can be copied into the network element equipment side data, so that the network element equipment side data and the network management system side data are consistent, and the normal operation of the network element equipment is ensured; if the fifth element does not exist in the original data of the network management system in the network element equipment side data corresponding to the third service configuration item originally, the fifth element in the network management system side data can be deleted, so that the network element equipment side data and the network management system side data are consistent, and the normal operation of the network element equipment is ensured. The method for maintaining the network element device side data and the network management system side data corresponding to the fourth service configuration item refers to the network element device side data and the network management system side data corresponding to the third service configuration item, and is not described herein again.
The network management system data maintenance method provided by the invention adopts a double pointer downward moving method to traverse all elements in the network element equipment side data and the network management system side data, determines whether the network element equipment side data is consistent with the network management system side data, and stores the traversing result in the network management database, so that a user can directly look up the operation condition of each network element equipment and maintain the network management system data.
Compared with the prior art, the invention has the following characteristics:
1. the data maintenance speed is accelerated, and the user experience is improved.
2. The development efficiency of the newly added service data maintenance module is improved, and the software development cost is reduced.
3. The data traversal result can be presented in different colors, so that a user can quickly and intuitively see the difference data, and a decision can be made quickly and conveniently.
The data maintenance method of the network management system provided by the invention is explained in detail above. It will be apparent to those skilled in the art that any obvious modifications thereto can be made without departing from the true spirit of the invention, which is to be accorded the full scope of the claims herein.

Claims (8)

1. A method for maintaining data of a network management system is characterized by comprising the following steps:
step S1: the obtained network element equipment side data and the network management system side data are arranged in an ascending order according to a certain index field;
step S2: respectively extracting index values of index fields corresponding to each element according to the arrangement sequence of a plurality of elements in the network element equipment side data and the network management system side data;
step S3: traversing all elements in the network element equipment side data and the network management system side data by adopting a double pointer downward movement method, determining whether the network element equipment side data is consistent with the network management system side data, and storing a traversal result in a network management database;
step S4: and maintaining the network management system data according to the traversal result of the network management system side data and the network element equipment side data stored in the network management database.
2. The network management system data maintenance method of claim 1, characterized by:
in step S1, the network element device side data and the network management system side data both include multiple elements, and each element includes one of the index fields;
when the network management system does not contain a newly added service configuration item, the index field is obtained by changing configuration information on the existing service configuration file with the format of XML;
and when the network management system contains the newly added service configuration item, acquiring the index field on a service configuration file which contains the newly added service configuration item and has an XML format.
3. The network management system data maintenance method of claim 2, characterized in that:
the method for acquiring the network element equipment side data and the network management system side data corresponding to the newly added service configuration item comprises the following steps:
step S11: adding a newly added service configuration item in a configuration file with an XML format according to a certain rule;
step S12: reading data of the newly added service configuration item in the XML configuration file and carrying out data verification to obtain configuration information of the newly added service configuration item;
step S13: and acquiring network element equipment side data and network management system side data corresponding to the newly added service configuration item according to the acquired configuration information of the newly added service configuration item.
4. The network management system data maintenance method of claim 3, wherein:
in step S11, the group tag corresponding to the newly added service in the XML configuration file is found, and the unique identifier corresponding to the group tag of the newly added service is determined.
5. The network management system data maintenance method of claim 4, wherein:
when the group tag corresponding to the newly added service does not exist in the configuration file of the XML, firstly, the group tag corresponding to the newly added service is added, and the unique identifier corresponding to the group tag is defined; and then adding the function label of the newly added service in the group label, and adding configuration information corresponding to the newly added service in the function label.
6. The network management system data maintenance method of claim 5, wherein:
in step S12, in the process of reading the data of the newly added service configuration item in the XML configuration file and performing data verification, the configuration information of the newly added service configuration item is obtained according to the unique identifier of the newly added service.
7. The network management system data maintenance method of claim 3, wherein:
in step S13, different objects are called by using reflection technology to read the network element device side data and the network management system side data corresponding to the newly added service configuration item, and the network element device side data and the network management system side data corresponding to the newly added service configuration item are respectively converted into a plurality of elements existing in a character string form, where each element includes one index field.
8. The network management system data maintenance method of claim 1, characterized by:
in step S3, in the process of traversing all elements in the network element device side data and the network management system side data by using the double pointer downward movement method, a network management system side pointer and a network element device side pointer are synchronously traversed from a first element in the corresponding network management system side data and the corresponding network element device side data;
and when all the fields of the last element synchronously traversed by the network management system side pointer and the network element equipment side pointer are the same, the network management system side pointer and the network element equipment side pointer synchronously traverse the next element.
CN201711072814.6A 2017-11-03 2017-11-03 Network management system data maintenance method Active CN107888415B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711072814.6A CN107888415B (en) 2017-11-03 2017-11-03 Network management system data maintenance method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711072814.6A CN107888415B (en) 2017-11-03 2017-11-03 Network management system data maintenance method

Publications (2)

Publication Number Publication Date
CN107888415A CN107888415A (en) 2018-04-06
CN107888415B true CN107888415B (en) 2020-11-13

Family

ID=61778498

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711072814.6A Active CN107888415B (en) 2017-11-03 2017-11-03 Network management system data maintenance method

Country Status (1)

Country Link
CN (1) CN107888415B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113055226B (en) * 2021-02-20 2022-04-26 烽火通信科技股份有限公司 Method and device for sequencing network management configuration data downloading

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222391A (en) * 2007-11-30 2008-07-16 深圳国人通信有限公司 Method for constructing topological tree in server/client terminal structure
CN102231679A (en) * 2011-06-29 2011-11-02 烽火通信科技股份有限公司 Method for realizing configuration synchronization of network elements and webmaster
CN102833110A (en) * 2012-08-31 2012-12-19 烽火通信科技股份有限公司 Topologic data relation management method in network management software on a large volume of data
CN103116599A (en) * 2012-11-30 2013-05-22 浙江工商大学 Urban mass data flow fast redundancy elimination method based on improved Bloom filter structure
CN105426408A (en) * 2015-11-02 2016-03-23 北京锐安科技有限公司 Multi-index data processing method and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7499419B2 (en) * 2004-09-24 2009-03-03 Fortinet, Inc. Scalable IP-services enabled multicast forwarding with efficient resource utilization

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222391A (en) * 2007-11-30 2008-07-16 深圳国人通信有限公司 Method for constructing topological tree in server/client terminal structure
CN102231679A (en) * 2011-06-29 2011-11-02 烽火通信科技股份有限公司 Method for realizing configuration synchronization of network elements and webmaster
CN102833110A (en) * 2012-08-31 2012-12-19 烽火通信科技股份有限公司 Topologic data relation management method in network management software on a large volume of data
CN103116599A (en) * 2012-11-30 2013-05-22 浙江工商大学 Urban mass data flow fast redundancy elimination method based on improved Bloom filter structure
CN105426408A (en) * 2015-11-02 2016-03-23 北京锐安科技有限公司 Multi-index data processing method and apparatus

Also Published As

Publication number Publication date
CN107888415A (en) 2018-04-06

Similar Documents

Publication Publication Date Title
CN110855473B (en) Monitoring method, device, server and storage medium
CN107807982B (en) Consistency checking method and device for heterogeneous database
US10237295B2 (en) Automated event ID field analysis on heterogeneous logs
US10133622B2 (en) Enhanced error detection in data synchronization operations
CN102597966B (en) Operation management device and operation management method
CN106537350A (en) Method for processing data quality exceptions in data processing system
CN116415206B (en) Operator multiple data fusion method, system, electronic equipment and computer storage medium
CN105279089A (en) Method and device for obtaining page element
CN109741034B (en) Grid tree organization management method and device
CN107888415B (en) Network management system data maintenance method
JP2003216457A (en) Error log collecting and analyzing agent system
CN103532737A (en) Method, device and system for processing various types of alarms
CN113190947A (en) Feed line group dividing method and device
CN106227502A (en) A kind of method and device obtaining hard disk firmware version
CN109739910B (en) Method and system for managing openness label
CN108270599B (en) Data analysis processing method and system based on SNMP (simple network management protocol)
KR101927689B1 (en) Method for processing of cim network diagram
CN114118944A (en) Forensic laboratory grading management method, terminal device and storage medium
CN113780950A (en) Data processing method, device, server and readable storage medium
CN113760907A (en) Data uniqueness identification method in database
CN111352824B (en) Test method and device and computer equipment
CN109062639B (en) Method and system for displaying upgrading information of SCD (substation configuration description) file of transformer substation
CN113821412A (en) Equipment operation and maintenance management method and device
CN110968649B (en) Method, apparatus and computer program product for managing data sets
CN113486012A (en) Optical cable data model for comprehensive network maintenance management

Legal Events

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