CN101163055A - Method of automatically detecting server hardware information - Google Patents

Method of automatically detecting server hardware information Download PDF

Info

Publication number
CN101163055A
CN101163055A CNA2007101144683A CN200710114468A CN101163055A CN 101163055 A CN101163055 A CN 101163055A CN A2007101144683 A CNA2007101144683 A CN A2007101144683A CN 200710114468 A CN200710114468 A CN 200710114468A CN 101163055 A CN101163055 A CN 101163055A
Authority
CN
China
Prior art keywords
hardware
information
server
hardware information
card
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
CNA2007101144683A
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 Electronic Information Industry Co Ltd
Original Assignee
Langchao Electronic Information Industry 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 Langchao Electronic Information Industry Co Ltd filed Critical Langchao Electronic Information Industry Co Ltd
Priority to CNA2007101144683A priority Critical patent/CN101163055A/en
Publication of CN101163055A publication Critical patent/CN101163055A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method for automatically detecting server hardware information. In the method, the detected server is named client end. The client end gets an IP address from the end of the server through a DHCP; and then the client end downloads a custom-built Linux kernel and a ramdisk image file through a TFTP and loads. The client end gets a driving process from the prescheduled hardware information base and automatically loads the driving process, and then the hardware information is gained. After the detecting of the hardware information, the client end initiates a TCP link, and sends the hardware information back to the server end. The hardware information comprises: the quantity of CPU; type, frequency, the size of EMS memory; network card number and MAC address; the quantity of the hardware; type (IDE / SCSI); capacity, a Vendor and a model; the SerialNum of an HCA card an HBA card, VenderId; WorldWildNodeName and WorldWildPortName. With the method, the hardware information of the server can be accurately and quickly gained; the process of manual searching for server hardware arrangement information is simplified; the machines management efficiency is improved.

Description

A kind of method of automatically detecting server hardware information
1, technical field
The present invention relates to computer realm, be specifically related to the hardware information Detection Techniques in a kind of cluster management, relate in particular to a kind of method of automatic detection raw device hardware information.
2, technical background
Along with the popularization that a group of planes is used, the hardware information that obtains each node in cluster management timely and accurately becomes a kind of necessity.Generally speaking, the basic hardware information of acquisition server node for example: the quantity of hard disk, capacity; Memory size; Network interface card MAC etc. can enter its BIOS inquiry by hand, but the hardware information that inquires among the BIOS is limited, if know its all available hardware device information, such as some PCI equipment HCA cards, HBA card, can install operating system, configure after the various drivings, on operating system, inquire about acquisition.But in some scenarios, should how to handle for the node that does not have operating system? and need in time to know whether all hardware information meets application need this moment.If install the information that operating system could obtain all hardware equipment afterwards this moment, not only efficient is low, also is unfavorable for safeguarding that hardware device is adjusted a little, reinstalls configuration driven on the operating system again, could obtain hardware information exactly.The existing method that obtains the node hardware configuration information automatically mostly is to operate on the operating system, does not have the automatic detection method at raw device.
3, summary of the invention
The objective of the invention is to automatically detecting server hardware information, especially survey the hardware information of raw device, judge that for the keeper whether server node satisfies the needs of using, and improves the efficient of cluster management.Among the present invention, the server that needs are surveyed by network startup, is downloaded kernel and the reflection of customization from server end as client, loads various hardware driving automatically, finishes obtaining of hardware information automatically, forms a xml report, sends server end back to.This method can be divided into following steps:
The making of a, linux kernel and ramdisk reflection.Use busybox to reduce the size of ramdisk among the ramdisk.
The detection of b, hardware.Finish the detection of hardware by kudzu, kudzu obtains device id by the IO port, obtains corresponding with it driving title then from pcitable hardware information storehouse, writes modules.conf according to certain form.
The loading of c, driver.Compile script loads the corresponding hardware driver by calling modprobe voluntarily, and Modprobe is the read module configuration information from modules.conf, loads corresponding module then.
Obtaining of d, hardware information.Write the information extraction script, obtain quantity, type, the frequency of CPU; The size of internal memory; Network card number and MAC Address thereof; The quantity of hard disk, type (IDE/SCSI), ID, capacity, Vendor and model; And SerialNum, the VenderId of HCA card and HBA card, WorldWildNodeName (WWNN), WorldWildPortName (WWPN).Write the informix program, the result that script is extracted is redirected and carries out comprehensively, generates the xml report.
The transmission of e, hardware information.Write the transmission information programme,, send to server end the xml report.
The invention has the beneficial effects as follows: not only obtained hardware of server information automatically, simplified the process of artificial enquiry server hardware configuration information, improved the efficient of cluster management, and this method has been applied widely, server is not done any relevant operation
The requirement of system, raw device or other have the server of any operating system all can adopt the method to obtain required hardware information.
4, description of drawings
Accompanying drawing 1 is the step schematic diagram of automatically detecting server hardware information.
5, execution mode
In order to make the purpose, technical solutions and advantages of the present invention more clear,, the present invention is done following detailed description below in conjunction with drawings and Examples.
The method of a kind of automatically detecting server hardware information provided by the invention, this method is that the server that setting is detected is a client, be used to survey server be server end, at server end configuration dhcp, the TFTP service, client is downloaded the linux kernel and the ramdisk reflection of customization from server end, and read the VendorID and the DeviceID information of unique identification hardware by pci bus, according to VendorID and DeviceID information, client reads the load driver program and forms a reaction CPU automatically, internal memory, hard disk and network interface card, the xml report of HCA and HBA hardware information is initiated the TCP connection at last and is sent the server hardware information that is detected back to server end.
Concrete steps are as follows:
The making of a, linux kernel and ramdisk reflection: use busybox to reduce the size of ramdisk among the ramdisk;
The detection of b, hardware: finish the detection of hardware by kudzu, kudzu obtains device id by the IO port, obtains corresponding with it driving title then from pcitable hardware information storehouse, writes modules.conf according to certain form;
The loading of c, driver: compile script voluntarily, load the corresponding hardware driver by calling modprobe, Modprobe is the read module configuration information from modules.conf, loads corresponding module then;
Obtaining of d, hardware information: write the information extraction script, obtain quantity, type, the frequency of CPU; The size of internal memory; Network card number and MAC Address thereof; The quantity of hard disk, type (IDE/SCSI), ID, capacity, Vendor and model; And SerialNum, the VenderId of HCA card and HBA card, WorldWildNodeName (WWNN), WorldWildPortName (WWPN), writing the informix program, the result that script is extracted is redirected and carries out comprehensively, generates the xml report;
The transmission of e, hardware information: write the transmission information programme,, send to server end with the xml report.
Embodiment:
A raw device, network interface card has the network startup function, needs it to finish hardware detecting automatically, and the load driver program generates a xml report and submits to server automatically.The hardware information that need survey of raw device comprises: the quantity of CPU, type, frequency; The size of internal memory; Network card number, MAC Address; The model of hard disk, capacity; The guid of HBA card, wwnn, wwpn.
Concrete steps are:
1) raw device network startup loads linux kernel and ramdisk reflection automatically.
2) logical kudzu finishes the detection of hardware, and kudzu obtains device id by the IO port, obtains corresponding with it driving title then from/usr/share/hwdata/pcitable hardware information storehouse, writes/etc/modules.conf according to certain form.
3) loading of driver.The module loading program has only one, called after insallmods, and it thes contents are as follows:
#!/bin/sh
awk’$1==″alias″&&$2~/^eth/{print$2}’/etc/modules.conf|xargs?modprobe
awk’$1==″alias″&&$2~/^scsi_hostadapter/{print$2}’/etc/modules.conf|xargs?modprobe
4) information extraction.This class method uses regular expression by awk, obtains needed information from/proc, and this type of script comprises:
Getcpu.sh: the quantity, model, the frequency that obtain CPU
Getmem.sh: obtain Installed System Memory information
Getide.sh: the information that obtains the IDE hard disk
Getscsi.sh: the information that obtains the SCSI hard disk
Getmac.sh: the Mac address of obtaining network interface card
Getnic.sh: obtain the tabulation of grid equipment
Gethca.sh: obtain the tabulation of HCA card
Gethba.sh: obtain the tabulation of HBA card
With gethba.sh is example, and it thes contents are as follows:
awk’/SerialNum/{print$2};\
/VendorId/{print$2};\
/Nodename/{print$4};\
/Portname/{print$2}’\
/proe/scsi/lpfc/2
Informix program getinfo uses the C language compilation, the script results of information extraction is redirected in the destination file, and information is carried out comprehensively, generates XML and reports.Its example of getinfo.c is as follows:
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define?XML_FILE_NAME?″hwinfo.xml″
#define?SH_CPU″getcpu.sh″
#define?SH_MEM″getmem.sh″
#define?SH_MAC″getmac.sh″
#define?SH_NIC″getnic.sh″
#define?SH_HCA″gethca.sh″
#define?SH_HBA″gethba.sh″
#define?SH_SCSI″getscsi.sh″
#define?SH_IDE″getide.sh″
#define?RST_EXTION″.rst″
void?writeXmlElement(FILE*xmlFile,char*name,char*content)
{
fprintf(xmlFile,″<%s>\n″,name);
fprintf(xmlFile,″%s″,content);
fprintf(xmlFile,″</%s>\n″,name);
}
void?getCpuInfo(FILE*xmlFile)
{
.. // and read the CPU destination file, CPU information is write the XML report
}
void?getMemInfo(FILE*xmlFile)
{
... .. // read the internal memory destination file writes the XML report with the result
}
void?getHcaInfo(FILE*xmlFile)
{
... .. // read the HCA destination file writes the XML report with the result
}
// with the example that is read as of HBA card information
void?getHbaInfo(FILE*xmlFile)
{
FILE*result;
char?cmd[64],rstFilename[64],buf[64];
sprintf(rstFilename,″%s%s″,SH_HBA,RST_EXTION);
sprintf(cmd,″%s>%s″,SH_HBA,rstFilename);
system(cmd);
result=fopen(rstFilename,″r″);
if(result==NULL){
printf(″Shell%s?gave?null?result.\n″,SH_HBA);
return;
}
while(fgets(buf,sizeof(buf),result)){
fputs(″<hba>\n″,xmlFile);
writeXmlElement(xmlFile,″SerialNum″,buf);
fgets(buf,sizeof(buf),result);
writeXmlElement(xmlFile,″VendorId″,buf);
fgets(buf,sizeof(buf),result);
writeXmlElement(xmlFile,″Nodename″,buf);
fgets(buf,sizeof(buf),result);
writeXmlElement(xmlFile,″Portname″,buf);
fputs(″</hba>\n″,xmlFile);
}
fclose(result);
}
char*getNicMac(char*nicName,char*mac)
{
....//
}
void?getNicInfo(FILE*xmlFile)
{
... .. // read network equipment destination file writes the XML report with the result
}
void?getScsiInfo(FILE*xmlFile)
{
... .. // read SCSI hard disk destination file writes the XML report with the result
}
void?getIdeInfo(FILE*xmlFile)
{
... .. // read IDE hard disk destination file writes the XML report with the result
}
main()
{
FILE*xmlFile;
xmlFile=fopen(XML_FILE_NAME,″w″);
if(xmlFile==NULL){
printf(″Create?file%s?error.Exit.\n″,XML_FILE_NAME);
exit(-1);
}
//XML?header
fputs(″<?xml?version=\″1.0\″?>\n″,xmlFile);
//root?element
fputs(″<hwinfo>\n″,xmlFile);
getCpuInfo(xmlFile);
getMemInfo(xmlFile);
getHcaInfo(xmlFile);
getHbaInfo(xmlFile);
getNicInfo(xmlFile);
getScsiInfo(xmlFile);
getIdeInfo(xmlFile);
fputs(″</hwinfo>\n″,xmlFile);
fclose(xmlFile);
}
5) transmission of hardware information: write and send information programme senFile,, send to server end with the xml report.The mode of writing of this code has a variety of, does not repeat them here.

Claims (1)

1. the method for an automatically detecting server hardware information, it is characterized in that setting the server that is detected is client, be used to survey server be server end, at server end configuration dhcp, the TFTP service, client is downloaded the linux kernel and the ramdisk reflection of customization from server end, and read the VendorID and the DeviceID information of unique identification hardware by pci bus, according to VendorID and DeviceID information, client reads the load driver program and forms a reaction CPU automatically, internal memory, hard disk and network interface card, the xml report of HCA and HBA hardware information is initiated the TCP connection at last and is sent the server hardware information that is detected back to server end;
Concrete steps are as follows:
The making of a, linux kernel and ramdisk reflection: use busybox to reduce the size of ramdisk among the ramdisk;
The detection of b, hardware: finish the detection of hardware by kudzu, kudzu obtains device id by the IO port, obtains corresponding with it driving title then from pcitable hardware information storehouse, writes modules.conf according to certain form;
The loading of c, driver: compile script voluntarily, load the corresponding hardware driver by calling modprobe, Modprobe is the read module configuration information from modules.conf, loads corresponding module then;
Obtaining of d, hardware information: write the information extraction script, obtain quantity, type, the frequency of CPU; The size of internal memory; Network card number and MAC Address thereof; The quantity of hard disk, type i DE/SCSI, ID, capacity, Vendor and model; And SerialNum, VenderId, WorldWildNodeName, the WorldWildPortName of HCA card and HBA card, writing the informix program, the result that script is extracted is redirected and carries out comprehensively, generates the xml report;
The transmission of e, hardware information: write the transmission information programme,, send to server end with the xml report.
CNA2007101144683A 2007-11-21 2007-11-21 Method of automatically detecting server hardware information Pending CN101163055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2007101144683A CN101163055A (en) 2007-11-21 2007-11-21 Method of automatically detecting server hardware information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2007101144683A CN101163055A (en) 2007-11-21 2007-11-21 Method of automatically detecting server hardware information

Publications (1)

Publication Number Publication Date
CN101163055A true CN101163055A (en) 2008-04-16

Family

ID=39297889

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2007101144683A Pending CN101163055A (en) 2007-11-21 2007-11-21 Method of automatically detecting server hardware information

Country Status (1)

Country Link
CN (1) CN101163055A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010081323A1 (en) * 2009-01-19 2010-07-22 中兴通讯股份有限公司 Method for realizing single board application version and system thereof
CN102025536A (en) * 2010-11-25 2011-04-20 成都勤智数码科技有限公司 Method and device for collecting Unix/Linux system operation data
WO2011127845A3 (en) * 2011-05-04 2012-04-05 华为终端有限公司 Method, system and terminal for system update between mobile communication terminals
CN103049693A (en) * 2012-12-17 2013-04-17 北京掌上汇通科技发展有限公司 Method, device and system for using application program
CN103218255A (en) * 2013-04-17 2013-07-24 北京搜狐新媒体信息技术有限公司 Information management method and system for server assembly
CN103618634A (en) * 2013-12-11 2014-03-05 上海爱数软件有限公司 Method for automatically finding nodes in cluster
CN103699339A (en) * 2013-12-13 2014-04-02 中国航空工业集团公司第六三一研究所 Device for electronizing complex avionic equipment configuration information
CN105721388A (en) * 2014-11-30 2016-06-29 中国科学院沈阳自动化研究所 MES (Manufacturing Execution System) client data caching method and system under unstable network environment
CN106021503A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 PCIE (peripheral component interface express) information acquisition method for server easy to apply
CN106021043A (en) * 2016-05-10 2016-10-12 浪潮电子信息产业股份有限公司 Method and device for acquiring configuration information of server
CN106027487A (en) * 2016-04-28 2016-10-12 广州广电运通金融电子股份有限公司 Hardware equipment access management method and system
CN106649020A (en) * 2017-01-22 2017-05-10 郑州云海信息技术有限公司 Detecting method and device for storage case burn information
CN106843966A (en) * 2017-01-22 2017-06-13 郑州云海信息技术有限公司 A kind of method and device for loading I/O module driver
CN107025146A (en) * 2016-01-30 2017-08-08 华为技术有限公司 A kind of document generating method, device and system
CN108881504A (en) * 2018-05-30 2018-11-23 郑州云海信息技术有限公司 A kind of hardware information automatic acquiring method and device
CN109117326A (en) * 2018-07-12 2019-01-01 北京中科网威信息技术有限公司 The processing method and processing device that User space network interface card based on Shen prestige framework detects automatically
CN109842511A (en) * 2017-11-28 2019-06-04 网宿科技股份有限公司 A kind of TCP method for determination of performance parameter and system
CN110347409A (en) * 2019-07-12 2019-10-18 威创集团股份有限公司 Autocontrol method, client and server
CN111324496A (en) * 2020-02-20 2020-06-23 山东汇贸电子口岸有限公司 Method and device for detecting bare machine
CN113254888A (en) * 2021-06-11 2021-08-13 统信软件技术有限公司 Method for acquiring hardware information, authorization control system and computing equipment
CN113805953A (en) * 2021-09-24 2021-12-17 深圳忆联信息系统有限公司 UEFI environment deployment implementation method and device, computer equipment and storage medium
CN113900722A (en) * 2021-10-21 2022-01-07 深圳忆联信息系统有限公司 Automatic deployment method and device of trust and creation platform, computer equipment and storage medium
CN115086208A (en) * 2022-06-14 2022-09-20 深信服科技股份有限公司 Network card detection method and device, electronic equipment and storage medium
CN116737513A (en) * 2023-08-14 2023-09-12 北京精琢科技有限公司 Computer hardware information acquisition method, system and computer equipment

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010081323A1 (en) * 2009-01-19 2010-07-22 中兴通讯股份有限公司 Method for realizing single board application version and system thereof
CN102025536A (en) * 2010-11-25 2011-04-20 成都勤智数码科技有限公司 Method and device for collecting Unix/Linux system operation data
WO2011127845A3 (en) * 2011-05-04 2012-04-05 华为终端有限公司 Method, system and terminal for system update between mobile communication terminals
US9301164B2 (en) 2011-05-04 2016-03-29 Huawei Device Co., Ltd. Method, system, and terminal for performing system update between mobile communication terminals
CN103049693A (en) * 2012-12-17 2013-04-17 北京掌上汇通科技发展有限公司 Method, device and system for using application program
CN103049693B (en) * 2012-12-17 2016-03-23 北京掌上汇通科技发展有限公司 Method, Apparatus and system that a kind of application program uses
CN103218255A (en) * 2013-04-17 2013-07-24 北京搜狐新媒体信息技术有限公司 Information management method and system for server assembly
CN103618634A (en) * 2013-12-11 2014-03-05 上海爱数软件有限公司 Method for automatically finding nodes in cluster
CN103699339A (en) * 2013-12-13 2014-04-02 中国航空工业集团公司第六三一研究所 Device for electronizing complex avionic equipment configuration information
CN105721388A (en) * 2014-11-30 2016-06-29 中国科学院沈阳自动化研究所 MES (Manufacturing Execution System) client data caching method and system under unstable network environment
CN107025146A (en) * 2016-01-30 2017-08-08 华为技术有限公司 A kind of document generating method, device and system
CN107025146B (en) * 2016-01-30 2019-10-18 华为技术有限公司 A kind of document generating method, device and system
CN106027487A (en) * 2016-04-28 2016-10-12 广州广电运通金融电子股份有限公司 Hardware equipment access management method and system
CN106027487B (en) * 2016-04-28 2019-07-23 广州广电运通金融电子股份有限公司 A kind of access management method and system of hardware device
CN106021043A (en) * 2016-05-10 2016-10-12 浪潮电子信息产业股份有限公司 Method and device for acquiring configuration information of server
CN106021503A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 PCIE (peripheral component interface express) information acquisition method for server easy to apply
CN106649020A (en) * 2017-01-22 2017-05-10 郑州云海信息技术有限公司 Detecting method and device for storage case burn information
CN106843966A (en) * 2017-01-22 2017-06-13 郑州云海信息技术有限公司 A kind of method and device for loading I/O module driver
CN109842511B (en) * 2017-11-28 2022-07-08 网宿科技股份有限公司 Method and system for determining TCP performance parameters
CN109842511A (en) * 2017-11-28 2019-06-04 网宿科技股份有限公司 A kind of TCP method for determination of performance parameter and system
CN108881504A (en) * 2018-05-30 2018-11-23 郑州云海信息技术有限公司 A kind of hardware information automatic acquiring method and device
CN109117326A (en) * 2018-07-12 2019-01-01 北京中科网威信息技术有限公司 The processing method and processing device that User space network interface card based on Shen prestige framework detects automatically
CN110347409A (en) * 2019-07-12 2019-10-18 威创集团股份有限公司 Autocontrol method, client and server
CN110347409B (en) * 2019-07-12 2021-07-16 威创集团股份有限公司 Automatic control method, client and server
CN111324496A (en) * 2020-02-20 2020-06-23 山东汇贸电子口岸有限公司 Method and device for detecting bare machine
CN111324496B (en) * 2020-02-20 2023-05-26 山东汇贸电子口岸有限公司 Method and device for detecting bare metal
CN113254888A (en) * 2021-06-11 2021-08-13 统信软件技术有限公司 Method for acquiring hardware information, authorization control system and computing equipment
CN113254888B (en) * 2021-06-11 2021-11-09 统信软件技术有限公司 Method for acquiring hardware information, authorization control system and computing equipment
CN113805953A (en) * 2021-09-24 2021-12-17 深圳忆联信息系统有限公司 UEFI environment deployment implementation method and device, computer equipment and storage medium
CN113900722A (en) * 2021-10-21 2022-01-07 深圳忆联信息系统有限公司 Automatic deployment method and device of trust and creation platform, computer equipment and storage medium
CN115086208A (en) * 2022-06-14 2022-09-20 深信服科技股份有限公司 Network card detection method and device, electronic equipment and storage medium
CN116737513A (en) * 2023-08-14 2023-09-12 北京精琢科技有限公司 Computer hardware information acquisition method, system and computer equipment
CN116737513B (en) * 2023-08-14 2024-03-08 北京精琢科技有限公司 Computer hardware information acquisition method, system and computer equipment

Similar Documents

Publication Publication Date Title
CN101163055A (en) Method of automatically detecting server hardware information
US8812627B2 (en) System and method for installation and management of cloud-independent multi-tenant applications
KR101389977B1 (en) Client terminal and method for supporting multiple Operating System
US8209680B1 (en) System and method for disk imaging on diverse computers
CN103189851B (en) For network driver being injected equipment and the method for target images
US7886292B2 (en) Methodology of individualized software deployment for hardware-independent personal computer mass development
US7865874B2 (en) System and method for information collection for an adaptive software dependency model
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
US20050289538A1 (en) Deploying an application software on a virtual deployment target
US7761867B2 (en) Method and system for creation of operating system partition table
US20100229165A1 (en) Controlling java virtual machine component behavior on a per-classloader basis
CN1731738A (en) Automated quick deployment method for large-scale computer cluster node
US7827548B1 (en) Environment-neutral application build
CN112083951A (en) Software package unified management method and system supporting multiple operating system platforms
CN109672722B (en) Data deployment method and device, computer storage medium and electronic equipment
WO2022127196A1 (en) Application identification method and apparatus, and device and storage medium
CN111459506B (en) Deep learning platform cluster deployment method and device, medium and electronic equipment
US20080071722A1 (en) System and method for generating an adaptive software knowledge model
US7882232B2 (en) Rapid resource provisioning with automated throttling
US20120096453A1 (en) Software Package Management Mechanism
US20240281277A1 (en) Method for acquiring ip address of host on basis of virtualbox, and background server
CN117591170B (en) Method and device for supporting OSTree-based system by Loongson PMON platform and storage medium
CN111949484A (en) Information processing method, information processing apparatus, electronic device, and medium
CN102664952A (en) Method for managing and monitoring embedded equipment cluster
CN117931219A (en) Front-end project implementation method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20080416