CN106126357A - A kind of server management system implementation method - Google Patents

A kind of server management system implementation method Download PDF

Info

Publication number
CN106126357A
CN106126357A CN201610490428.8A CN201610490428A CN106126357A CN 106126357 A CN106126357 A CN 106126357A CN 201610490428 A CN201610490428 A CN 201610490428A CN 106126357 A CN106126357 A CN 106126357A
Authority
CN
China
Prior art keywords
upper strata
server
program
graphical interfaces
management
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.)
Pending
Application number
CN201610490428.8A
Other languages
Chinese (zh)
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.)
Inspur Group Co Ltd
Original Assignee
Inspur Group 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 Inspur Group Co Ltd filed Critical Inspur Group Co Ltd
Priority to CN201610490428.8A priority Critical patent/CN106126357A/en
Publication of CN106126357A publication Critical patent/CN106126357A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The present invention provides a kind of server management system implementation method, belong to server admin technical field, the present invention includes upper strata graphical interfaces application program that Qt realizes and two functional modules of underlying services program that pure C realizes, it is monitored the display of information by upper strata graphical interfaces application program and the management to server configures, obtaining server computing unit and the monitoring information of crosspoint by underlying services program and carry out basic management, upper strata graphical interfaces application program and underlying services program are interacted by communication mechanism between local process.The efficiency of management of the present invention is high, is favorably improved the reliability of server admin.

Description

A kind of server management system implementation method
Technical field
The present invention relates to server admin technical field, particularly relate to a kind of server management system implementation method.
Background technology
The form of server management system many employings web management interface, management is many for computing unit, in server The management of crosspoint needs single other set web management interface or management software, and existing sing on web manages Mostly the management at interface is for having a BMC(Baseboard Management Controller, base in a server Board management controller) application scenarios be designed, for comprising the server of computing unit and crosspoint simultaneously, based on The way to manage of Web is not appropriate for, it is therefore necessary to propose the implementation method of a kind of new server management system.
Summary of the invention
In order to solve problem above, the present invention proposes a kind of server management system implementation method.
Technical scheme includes:
The end that a kind of server management system implementation method, the upper strata graphical interfaces application program realized including Qt and pure C realize Layer two functional module of service routine.It is monitored the display of information and to server by upper strata graphical interfaces application program Management configuration, obtains server computing unit and the monitoring information of crosspoint by underlying services program and carries out basic pipe Reason, upper strata graphical interfaces application program and underlying services program are interacted by communication mechanism between local process.
The monitoring information that described upper strata graphical interfaces application program display management service processes is collected, and carry for manager For management interface.
Described underlying services program, to detecting that board in place conducts interviews, obtains server meter by IPMI protocol Calculate the monitoring information of unit, obtained the monitoring information of server exchange unit by snmp protocol, and obtain system operation time Information, the monitoring information of acquisition is stored in corresponding shared buffer.Underlying services program timing updates the number in shared buffer According to data base, to be accessed by upper strata graphical interfaces application program.Underlying services program has the analyzing and processing energy to data Power, as adjusted rotation speed of the fan according to the temperature control strategy set in program when temperature raises.Underlying services program also has Upper strata graphical interfaces application program transmission is used for parsing and transfer capability, the final management work of the custom command of management Make to be completed by underlying services program.
Described upper strata graphical interfaces application program and underlying services program, the acquisition of information uses and accesses native database Mode, custom command assign use the machine Socket mode, the two is inherently communication mechanism between local process.
The present invention compared to the prior art, produced by provide the benefit that:
The present invention can provide unified management interface to the server with computing unit and crosspoint, and the efficiency of management is high, on Layer pattern interface application is relatively independent with underlying services program, is favorably improved the reliability of server admin.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of server management system.
Detailed description of the invention
The invention will be further described with specific embodiment below in conjunction with the accompanying drawings, but not as a limitation of the invention.
Embodiment:
There is blade server, including computing unit, crosspoint and power subsystem and fan unit.BMC is had on computing unit, Having exchange configuration chip on crosspoint, management running software is on management main frame, and management main frame is by blade server Management switch-access unit.
The monitoring information that upper strata graphical interfaces application program display management service processes is collected, and provide management for manager Interface.
Underlying services program comprise main thread, BoardDiscovery thread, IPMI thread, SNMP thread, SystemUptime thread, DataEngine thread, ChassisControl thread and CommandForward thread.
Main thread is used for initializing global variable and shared buffer, and starts each thread.Meanwhile, main thread is the most right Each thread postrun is tracked, to determine that each thread is still in properly functioning.
BoardDiscovery thread sends ICMP packet by simulation Ping order and realizes existing board in server The detection of position information, board in place is only conducted interviews, in order to avoid conducting interviews board the most in place and increasing by management software Add the routine processes time.
IPMI thread is used for obtaining computing unit on-off state, vendor id, voltage and the information such as temperature and threshold value thereof, IPMI is accessed and can be realized by amendment Open Source Code.
SNMP thread is used for obtaining the relevant informations such as system description, operation time and network interface, and SNMP accesses and can pass through Amendment Open Source Code realizes.
Record startup time when SystemUptime thread starts, running obtains current time, calculate current The difference of time and the time of startup is as system operation time, and system operation time can be by the most more in program operation process Newly.
DatabaseEngine thread reads BoardDiscovery thread, IPMI thread, SNMP line in shared buffer Journey and the data of SystemUptime thread write unification are written to SQLite data base, with by upper strata graphical interfaces application journey Sequence is accessed.
ChassisControl thread reads the temperature data in shared buffer, in conjunction with the fan control set in program Gear carries out the auto-control of rotation speed of the fan;ChassisControl thread also can read the voltage in shared buffer and temperature Data and corresponding threshold value thereof, it may be judged whether the event having more than thresholding occurs, if there being alarm event, then control alarm and refer to Show that lamp and alarm buzzer alert.
CommandForward thread receives the custom command that upper strata graphical interfaces application program sends, and carries out after parsing Concrete action, say, that upper strata graphical interfaces application program does not perform concrete control operation, but by underlying services Program is on behalf of complete, and control operation here refers to the switching on and shutting down operation carried out computing unit based on IPMI protocol. CommandForward thread substantially serves the effect of protocol conversion.
Upper strata graphical interfaces application program obtains what underlying services program provided by accessing the SQLite data base of the machine Monitoring information, upper strata graphical interfaces application program assigns custom command to bottom service routine by the machine Socket, the two It it is inherently communication mechanism between local process.

Claims (5)

1. a server management system implementation method, it is characterised in that
Two functional modules of underlying services program that the upper strata graphical interfaces application program realized including Qt and pure C realize, pass through Upper strata graphical interfaces application program is monitored the display of information and the management to server configures, and is obtained by underlying services program Take the monitoring information of server computing unit and crosspoint and carry out basic management, upper strata graphical interfaces application program and the end Layer service routine is interacted by communication mechanism between local process.
Method the most according to claim 1, it is characterised in that
Described upper strata graphical interfaces application program: the monitoring information that display underlying services program obtains, and provide for manager Management interface.
Method the most according to claim 1, it is characterised in that
Described underlying services program: to detecting that board in place conducts interviews, obtains server by IPMI protocol and calculates The monitoring information of unit, is obtained the monitoring information of server exchange unit, and obtains system operation time letter by snmp protocol Breath, the monitoring information of acquisition is stored in corresponding shared buffer.
Method the most according to claim 1, it is characterised in that
Described underlying services program: timing updates the data to data storehouse in shared buffer, to be answered by upper strata graphical interfaces Accessed by program.
Method the most according to claim 1, it is characterised in that
Upper strata graphical interfaces application program and underlying services program, obtaining of information uses the mode accessing native database, from The mode assigning employing the machine Socket of definition command, the two is inherently communication mechanism between local process.
CN201610490428.8A 2016-06-29 2016-06-29 A kind of server management system implementation method Pending CN106126357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610490428.8A CN106126357A (en) 2016-06-29 2016-06-29 A kind of server management system implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610490428.8A CN106126357A (en) 2016-06-29 2016-06-29 A kind of server management system implementation method

Publications (1)

Publication Number Publication Date
CN106126357A true CN106126357A (en) 2016-11-16

Family

ID=57285038

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610490428.8A Pending CN106126357A (en) 2016-06-29 2016-06-29 A kind of server management system implementation method

Country Status (1)

Country Link
CN (1) CN106126357A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107783888A (en) * 2017-10-31 2018-03-09 济南浪潮高新科技投资发展有限公司 The method and device that a kind of server admin based on IPMI with data prediction function is realized
CN108197309A (en) * 2018-01-31 2018-06-22 郑州云海信息技术有限公司 A kind of method, system and the readable storage medium storing program for executing of the storage of server assets information

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212345A (en) * 2006-12-31 2008-07-02 联想(北京)有限公司 Blade server management system
CN101594235A (en) * 2009-06-02 2009-12-02 浪潮电子信息产业股份有限公司 A kind of method that manages based on SMBUS bus blade server
CN102289388A (en) * 2011-09-05 2011-12-21 浪潮电子信息产业股份有限公司 Extension method for managing IPMI (Intelligent Platform Management Interface) interface protocol by server
CN102404140A (en) * 2011-10-26 2012-04-04 深圳第七大道科技有限公司 Control method, device and system of distributed servers
CN103210379A (en) * 2012-08-17 2013-07-17 华为技术有限公司 Server system, management method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212345A (en) * 2006-12-31 2008-07-02 联想(北京)有限公司 Blade server management system
CN101594235A (en) * 2009-06-02 2009-12-02 浪潮电子信息产业股份有限公司 A kind of method that manages based on SMBUS bus blade server
CN102289388A (en) * 2011-09-05 2011-12-21 浪潮电子信息产业股份有限公司 Extension method for managing IPMI (Intelligent Platform Management Interface) interface protocol by server
CN102404140A (en) * 2011-10-26 2012-04-04 深圳第七大道科技有限公司 Control method, device and system of distributed servers
CN103210379A (en) * 2012-08-17 2013-07-17 华为技术有限公司 Server system, management method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107783888A (en) * 2017-10-31 2018-03-09 济南浪潮高新科技投资发展有限公司 The method and device that a kind of server admin based on IPMI with data prediction function is realized
CN108197309A (en) * 2018-01-31 2018-06-22 郑州云海信息技术有限公司 A kind of method, system and the readable storage medium storing program for executing of the storage of server assets information

Similar Documents

Publication Publication Date Title
CN111769957B (en) Block chain cross-chain query method, device, equipment and storage medium
CN110865867B (en) Method, device and system for discovering application topological relation
US11301396B2 (en) Technologies for accelerated data access and physical data security for edge devices
US20180270127A1 (en) Interactive hierarchical network chord diagram for application dependency mapping
US9582377B1 (en) Dynamic sizing of storage capacity for a remirror buffer
US20180176088A1 (en) Virtualized network function monitoring
CN104486445A (en) Distributed extendable resource monitoring system and method based on cloud platform
US11055159B2 (en) System and method for self-healing of application centric infrastructure fabric memory
JP2017199367A (en) Method and system for analyzing record and use of post package repair
CN103516802A (en) Method and device for achieving seamless transference of across heterogeneous virtual switch
CN104486255A (en) Service resource dispatching method and device
US10027534B1 (en) Log management system and method for distributed computing systems
CN113656147B (en) Cluster deployment method, device, equipment and storage medium
CN111327692A (en) Model training method and device and cluster system
KR20210013723A (en) Attached accelerator-based inference service
CN110990110A (en) Virtual machine creation method and device based on Sriov network card
CN104375930A (en) Firmware detection system and method
US10587465B1 (en) Methods, systems, and computer readable mediums for selecting and configuring a computing system to support a replicated application
CN106126357A (en) A kind of server management system implementation method
CN105068899A (en) Automatic reboot stability test method for Vmware system
CN104683134A (en) System and method for configuring cluster server testing environment
CN105573885A (en) Method and device for monitoring and counting bottom hardware behaviours
CN104394232A (en) Independent management and concentrated management method of cloud equipment
US11392423B2 (en) Method for running a quorum-based system by dynamically managing the quorum
CN104052624A (en) Configuration management method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination