WO2021139355A1 - Procédé et appareil de démarrage d'un os de ram pour la collecte de données - Google Patents

Procédé et appareil de démarrage d'un os de ram pour la collecte de données Download PDF

Info

Publication number
WO2021139355A1
WO2021139355A1 PCT/CN2020/125062 CN2020125062W WO2021139355A1 WO 2021139355 A1 WO2021139355 A1 WO 2021139355A1 CN 2020125062 W CN2020125062 W CN 2020125062W WO 2021139355 A1 WO2021139355 A1 WO 2021139355A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
preset
operating system
memory operating
file
Prior art date
Application number
PCT/CN2020/125062
Other languages
English (en)
Chinese (zh)
Inventor
田玉凯
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021139355A1 publication Critical patent/WO2021139355A1/fr

Links

Images

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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This application belongs to the technical field of memory operating systems, and in particular relates to a method, device, computer equipment, and computer-readable storage medium for starting a memory operating system for data collection.
  • RAM OS is an operating system that does not depend on the hard disk after startup. After startup, it loads all files into the memory to run. It runs fast, and the core files of the system are not easily damaged.
  • the memory operating system is suitable for users who have higher requirements for speed and performance. It can be used to replace shadow systems and virtual machines. It is easy to do various tests. It can be used like normal systems. It has good compatibility and is also suitable for gigabit networks.
  • Disk RAMOS after the diskless RAMOS client is started, it does not rely on the support of the server, the network between the client and the server does not need to exchange data, and the operation of the client is not affected after the server is closed.
  • the memory operating system enters the kernel of the memory operating system according to the startup mode of the basic input output system (BIOS, Basic Input Output System) during the startup process.
  • BIOS Basic Input Output System
  • the boot mode of the BIOS includes the Legacy boot mode and the UEFI (Unified Extensible Firmware Interface) boot mode.
  • the inventor realizes that the memory operating system in the prior art is performed in a single startup mode, and the kernel of the memory operating system is also single, so that the memory operating system cannot automatically enter the corresponding OS kernel according to the startup mode of the server. As a result, the memory operating system cannot be started normally.
  • the embodiments of the present application provide a method, device, computer equipment, and computer-readable storage medium for starting a memory operating system for data collection, which solves the problem that the memory operating system for data collection can operate in different startup modes. Automatically load the kernel files corresponding to different startup modes to start the memory operating system normally.
  • an embodiment of the present application provides a method for starting a memory operating system for data collection, which includes:
  • startup mode is the Legacy startup mode
  • the boot mode is the UEFI boot mode
  • an embodiment of the present application provides a device for starting a memory operating system for data collection, which includes:
  • a receiving unit configured to receive a start request for starting the memory operating system
  • the judging unit is used to judge the startup mode of the preset basic input output system
  • the first running unit is configured to, if the startup mode is the Legacy startup mode, obtain a preset first boot file according to the Legacy startup mode and load the preset first kernel file according to the first boot file to run all The memory operating system;
  • the second running unit is configured to, if the boot mode is the UEFI boot mode, obtain a preset second boot file according to the UEFI boot mode and load the preset second kernel file according to the second boot file to run all The memory operating system.
  • an embodiment of the present application further provides a computer device, including a memory, a processor, and a computer program stored on the memory and running on the processor, wherein the processor executes the Perform the following steps in the computer program:
  • startup mode is the Legacy startup mode
  • the boot mode is the UEFI boot mode
  • the embodiments of the present application also provide a computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the processor executes the following steps :
  • startup mode is the Legacy startup mode
  • the boot mode is the UEFI boot mode
  • the boot file and kernel file corresponding to the BIOS in the server are configured for the memory operating system to solve the problem of The problem that the memory operating system cannot be started normally due to the boot mode of the BIOS in the server, there is no need to select a server with a specific BIOS boot mode when replacing the server.
  • FIG. 1 is a schematic flowchart of a method for starting a memory operating system for data collection according to an embodiment of the application
  • FIG. 2 is a schematic diagram of a sub-flow of a method for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 3 is a schematic diagram of another sub-flow of a method for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 4 is a schematic diagram of another sub-flow of a method for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 5 is a schematic block diagram of a device for starting a memory operating system for data collection according to an embodiment of the application
  • FIG. 6 is a schematic block diagram of a subunit of a device for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 7 is a schematic block diagram of another subunit of the device for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 8 is a schematic block diagram of another subunit of the device for starting a memory operating system for data collection according to an embodiment of the application;
  • FIG. 9 is a schematic block diagram of a computer device provided by an embodiment of the application.
  • FIG. 1 is a schematic flowchart of a method for starting a memory operating system for data collection according to an embodiment of the application.
  • the method for starting the memory operating system is applied to a server, and when the memory operating system is started, a kernel file corresponding to the memory operating system is loaded into the memory for operation.
  • the memory operating system described in the implementation of this application is similar to the Windows PE (Windows Preinstallation Environment) system. It is a memory operating system that does not depend on the hard disk during the startup process, and is mainly used to collect software that interacts with the memory operating system.
  • Windows PE Windows Preinstallation Environment
  • the data of the hardware system and the software and hardware interacting with the memory operating system include not only the server during the startup of the memory operating system, but also the third-party systems, clients, and devices connected to the memory operating system.
  • the memory operating system is used to collect data during the operation of the switch to determine whether a data failure occurs during the operation of the switch, and if a data failure occurs to the switch, The switch can be repaired through the data collected by the memory operating system.
  • the method includes steps S110 to S140.
  • the startup request is startup instruction information used to start the memory operating system
  • the startup instruction information is instruction information used to enter the BIOS of the server and run the memory operating system according to the BIOS.
  • step S110 before step S110, it further includes: mounting a preset ISO image file, wherein the ISO image file includes the first kernel file, the second kernel file, the first boot file, and The second boot file.
  • the ISO image file includes the first kernel file, the second kernel file, the first boot file, and the second boot file.
  • the ISO image file is an image file that is compressed into a single file and stored on an optical disc in the IOS format.
  • the ISO image file includes a kernel file and a boot file for starting the memory operating system, wherein the kernel
  • the file is the most basic part of the memory operating system, that is, the core part of the memory operating system, provides the most basic functions of the memory operating system, is the basis of the work of the memory operating system, and is responsible for managing the
  • the process, memory, kernel architecture device driver, file and network system of the memory operating system determine the performance and stability of the system;
  • the boot file is a system file with hidden and read-only attributes that is used to load the kernel file to make
  • the file of the memory operating system can be started normally.
  • the kernel file of the memory operating system can be stored in a storage device in the server or in a device externally connected to the server.
  • the device externally connected to the server can connect to the server through the network, or through USB, VGA, DVI, HDMI, DP Wait for the interface to connect.
  • the BIOS in the server obtains a boot file and a kernel file corresponding to the memory operating system, and then loads the kernel file through the boot file to start the memory operating system. Since the boot mode of the BIOS in the server can be either the traditional Legacy boot mode or the UEFI boot mode, in this embodiment, the ISO image file contains the first boot mode corresponding to the traditional Legacy boot mode.
  • the first boot file and the first kernel file also include the second boot file and the second kernel file corresponding to the UEFI boot mode.
  • the mounting method includes using a virtual machine to mount the ISO image file and remotely mounting the ISO image file to a preset
  • the ISO image file can be directly selected and mounted in the virtual machine settings when using a virtual machine to mount the ISO image file, without uploading to the virtual machine server, usually during testing
  • a virtual machine is used to mount the ISO image file.
  • the image file needs to be uploaded to a preset server for remote mounting of the ISO image file. Therefore, in this embodiment, remote mounting is used.
  • the ISO image file can be mounted remotely through tools provided by various manufacturers, such as the ipmitool tool.
  • BIOS Basic Input Output System
  • CMOS Complementary Metal Oxide, RAM chip that can be read and written
  • the main function of BIOS is to provide the computer with the lowest and most direct hardware settings and control.
  • the boot mode of the BIOS includes both the traditional Legacy boot mode and the UEFI boot mode, that is, when the BIOS boot mode is the Legacy boot mode, the memory operating system can only be entered in the Legacy boot mode; when the BIOS boot mode When it is the Legacy boot mode, the memory operating system can only be entered in the Legacy boot mode. Therefore, the memory operating system pre-determines the startup mode of the BIOS in the server before starting, so that the memory operating system can be normally started in the server.
  • startup mode is the Legacy startup mode
  • obtain a preset first boot file according to the Legacy startup mode and load the preset first kernel file according to the first boot file to run the memory operating system.
  • the startup mode is the Legacy startup mode
  • the server determines that the boot mode of the BIOS in the server is the Legacy boot mode
  • it obtains the first boot file and the first kernel file corresponding to the memory operating system according to the Legacy boot mode, and passes the The first boot file loads the first kernel file to run the memory operating system.
  • the first boot file is the SYSLINUX.CFG boot file
  • the first kernel file is the CentOS6 series kernel file.
  • the BOIS in the server can be run by loading the CentOS6 series kernel file through the SYSLINUX.CFG boot file.
  • the memory operating system is the SYSLINUX.CFG boot file.
  • boot mode is the UEFI boot mode
  • the boot mode is the UEFI boot mode
  • the server determines that the boot mode of the BIOS in the server is the UEFI boot mode, it obtains the second boot file and the second kernel file corresponding to the memory operating system according to the UEFI boot mode, and passes all the boot files.
  • the second boot file loads the second kernel file to run the memory operating system.
  • the second boot file is the GRUB.CFG boot file
  • the first kernel file is the CentOS7 series kernel file
  • the BOIS in the server can be run by loading the CentOS7 series kernel file through the GRUB.CFG boot file.
  • the memory operating system is the GRUB.CFG boot file.
  • the method further includes: collecting data interacting with the memory operating system in the memory operating system according to a preset collection tool and storing the collected data in a preset database.
  • the collection tool is used to collect data when interacting with the memory operating system.
  • the collected data includes not only the software and hardware data of the server where the memory operating system is running, but also the communication with the server. Perform data transmission and receive data. Since the memory operating system cannot save the data collected by the detection tool after the memory operating system is closed, after the collection tool collects the data after interacting with the memory operating system, the The collected data is saved in a preset database to prevent the loss of the collected data after the memory operating system is shut down.
  • the Agent service can be automatically started, and data after interaction with the memory operating system is collected through a python script.
  • the Python script collects the collected data
  • the The memory operating system uploads the collected data to a preset database.
  • the collected data interacting with the memory operating system is collected in the memory operating system according to the preset collection tool and the collected data is stored in a preset database Including: steps S151 and S152.
  • the blockchain is used to store the collected data
  • the blockchain is a new application mode of computer technology such as distributed data storage, peer-to-peer transmission, consensus mechanism, encryption algorithm, etc., which is essentially It is a decentralized database. It is a series of data blocks that are generated using cryptographic methods. Each data block contains a batch of network transaction information, which is used to verify the validity (anti-counterfeiting) and generation of the information. The next block can effectively prevent data leakage or illegal tampering. Therefore, the collected data in this embodiment is stored in a preset block chain.
  • step S151 includes sub-steps S1511, S1512, and S1513.
  • the structure types of the collected data include structured data and unstructured data.
  • the structured data is also called row data, which is logically expressed and realized by a two-dimensional table structure, strictly follow the data format and length specification, mainly through the relational database for storage and management.
  • the unstructured data is data whose data structure is irregular or incomplete, and there is no predefined data model, that is, data that is not convenient to be represented by a two-dimensional logical table of a database.
  • the unstructured data includes all formats of office documents, text, pictures, XML, HTML, various reports, images and audio/video information and other data.
  • the structure type of the collected data is identified so as to be subsequently encrypted in different ways according to the structure type of the collected data and stored in the blockchain. For example, if the collected data is structured data, the collected data is encrypted using an elliptic curve algorithm or an asymmetric encryption algorithm and stored in the blockchain; if the collected data is unstructured To convert the data, the collected data is hashed to generate a corresponding digital fingerprint, and the generated corresponding digital fingerprint is encrypted to be stored in the blockchain.
  • the collected data is encrypted according to the structure type of the collected data to obtain encrypted data.
  • the structure type of the collected data is obtained by identifying the structure type of the collected data, which is convenient for subsequent encryption and storage in the blockchain in different ways according to the structure type of the collected data in. For example, if the collected data is structured data, the collected data is encrypted using an elliptic curve algorithm or an asymmetric encryption algorithm and stored in the blockchain; if the collected data is unstructured To convert the data, the collected data is hashed to generate a corresponding digital fingerprint, and the generated corresponding digital fingerprint is encrypted to be stored in the blockchain.
  • the data of the blocks in the blockchain is stored in the database.
  • the block in the blockchain includes a block header and a block body.
  • the block header contains the address and timestamp of the previous block, and the timestamp is used to indicate the creation time of the block.
  • the block body includes the encrypted data, that is, the data of the block in the blockchain includes both the data in the block header and the data in the block body.
  • LevelDB which is a data storage system designed for write-intensive applications, it sacrifices data read performance in exchange for improved write performance.
  • the data collected by the memory operating system described in this application is used to verify the data collected by a preset third-party system, and the preset third-party system needs to frequently read and query the collected data. The efficiency of query and analysis of the collected data is limited. Therefore, the data of the blocks in the blockchain is stored in the database so that a preset third-party system can quickly query and analyze the collected data.
  • the method further includes: The collected data updates the preset third-party system.
  • the third-party system is a user-oriented system that interacts with the memory operating system and can transmit and receive data with the memory operating system.
  • the user can communicate with the memory operating system through the third-party system.
  • the third-party system is a user-oriented system, the user can interact with the memory operating system by operating the third-party system.
  • the third-party system is a BMP (Bank Merchant Pos) system.
  • the collected data can be used to inquire about the user's erroneous operations on the third-party system In order to repair the user's error on the third-party system due to improper operation, and repair the data collected by the third-party system on the user to update the third-party system.
  • the updating of the preset third-party system based on the collected data includes: step S161, step S162, and step S163.
  • the third-party system is connected to the database and can perform data transmission and reception with the database, and the data collected by the memory operating system can be obtained from the database.
  • the third-party system and the memory operating system have the same data collection function, and the data collected by the third-party system is the user’s
  • the data during the operation on the system is compared with the data collected from the database and the data when the user operates on the third-party system, so that the third-party system can make it easier for the third-party system to query the office.
  • the third-party system is collecting abnormal data of the user's misoperation.
  • the collected data is compared with the data collected by the third-party system to obtain a result of whether the collected data is consistent with the data collected by the third-party system.
  • the data collected by the third-party system itself is data when the user operates on the third-party system, and the data is stored in another preset database through the third-party system.
  • the data collected through the memory operating system is compared with the data collected by the third-party system. To query whether the data collected by the third-party system is consistent, and then determine whether the data collected by the third-party system is abnormal, so as to repair the data collected by the third system.
  • the collected data is inconsistent with the data collected by the third-party system
  • the third-party system inquires that the data collected by the third-party system is inconsistent with the data collected from the memory operating system, it can be determined that the data collected by the third-party system is abnormal, and the data collected by the third-party system is abnormal.
  • the data collected from the memory operating system can be replaced with the data collected by the third-party system to repair the abnormal data collected by the third-party system, so that the data collected by the third-party system can be repaired. Keep consistent with the data collected by the memory operating system.
  • the technical methods in this application can be applied to application scenarios of smart government affairs/smart city management/smart community/smart security/smart logistics/smart healthcare/smart education/smart environmental protection/smart transportation that include a memory operating system for data collection, thereby Promote the construction of smart cities.
  • the embodiment of the present application also provides a device 100 for starting a memory operating system for data collection, and the device is used to execute any embodiment of the aforementioned method for starting a memory operating system for data collection.
  • FIG. 5 is a schematic block diagram of a device 100 for starting a memory operating system for data collection according to an embodiment of the present application.
  • the device 100 for starting a memory operating system for data collection includes a receiving unit 110, a judgment unit 120, a first running unit 130, and a second running unit 140.
  • the receiving unit 110 is configured to receive a start request for starting the memory operating system.
  • the device 100 for starting a memory operating system for data collection further includes a mounting unit 110a.
  • the mounting unit 110a is configured to mount a preset ISO image file, where the ISO image file includes the first kernel file, the second kernel file, the first boot file, and the second boot file.
  • the judging unit 120 is used to judge the startup mode of the preset basic input output system.
  • the first running unit 130 is configured to, if the startup mode is the Legacy startup mode, obtain a preset first boot file according to the Legacy startup mode and load the preset first kernel file according to the first boot file to run The memory operating system.
  • the second running unit 140 is configured to, if the boot mode is the UEFI boot mode, obtain a preset second boot file according to the UEFI boot mode and load the preset second kernel file according to the second boot file to run The memory operating system.
  • the device 100 for starting a memory operating system for data collection further includes a first storage unit 150.
  • the first storage unit 150 is configured to collect data interacting with the memory operating system in the memory operating system according to a preset collection tool and store the collected data in a preset database.
  • the first storage unit 150 includes a writing unit 151 and a second storage unit 152.
  • the first writing unit 151 is configured to write the collected data into a preset blockchain.
  • the first writing unit 151 includes an identification unit 1511, an encryption unit 1512 and a second writing unit 1513.
  • the identification unit 1511 is used to identify the structure type of the collected data.
  • the encryption unit 1512 is configured to encrypt the collected data according to the structure type of the collected data to obtain encrypted data.
  • the second writing unit 1513 is configured to write the encrypted data into the blockchain.
  • the second storage unit 152 is configured to store data of blocks in the blockchain into the database.
  • the device 100 for starting a memory operating system for data collection further includes an update unit 160.
  • the update unit 160 is configured to update a preset third-party system according to the collected data.
  • the update unit 160 includes: an acquisition unit 161, a comparison unit 162, and a replacement unit 163.
  • the obtaining unit 161 is configured to obtain the collected data from the database according to the third-party system.
  • the comparison unit 162 is configured to compare the data with the data collected by the third-party system to obtain a result of whether the collected data is consistent with the data collected by the third-party system.
  • the replacement unit 163 is configured to, if the collected data is inconsistent with the data collected by the third-party system, replace the data collected by the third-party system with the collected data to update the third-party system.
  • FIG. 9 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • the device 500 includes a processor 502, a memory, and a network interface 505 connected through a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
  • the non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032.
  • the processor 502 can execute the method for starting the memory operating system for data collection.
  • the processor 502 is used to provide computing and control capabilities, and support the operation of the entire device 500.
  • the internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503.
  • the processor 502 can execute the startup method of the memory operating system for data collection.
  • the network interface 505 is used for network communication, such as providing data information transmission.
  • 9 is only a block diagram of part of the structure related to the solution of the present application, and does not constitute a limitation on the device 500 to which the solution of the present application is applied.
  • the specific device 500 may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
  • the processor 502 is configured to run a computer program 5032 stored in a memory, so as to implement any embodiment of the above-mentioned method for starting a memory operating system for data collection.
  • the processor 502 may be a central processing unit (Central Processing Unit, CPU), and the processor 502 may also be other general-purpose processors 502, or digital signal processors 502 (Digital Signal Processors, DSPs). ), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor 502 may be a microprocessor 502 or the processor 502 may also be any conventional processor 502 and the like.
  • the computer program may be stored in a storage medium, and the storage medium may be a computer-readable storage medium.
  • the computer program is executed by at least one processor in the computer system to implement the process steps of the foregoing method embodiment.
  • the computer-readable storage medium may be non-volatile or volatile.
  • the storage medium stores a computer program, which, when executed by a processor, implements any embodiment of the above-mentioned method for starting a memory operating system for data collection.
  • the computer-readable storage medium may be a U disk, a mobile hard disk, a read-only memory (ROM, Read-Only Memory), a magnetic disk, or an optical disk, and other media that can store program codes.

Abstract

L'invention concerne un procédé et un appareil de démarrage d'un OS de RAM pour la collecte de données, un dispositif informatique et un support de stockage lisible par ordinateur. Le procédé comprend les étapes consistant à: recevoir une demande de démarrage d'un OS de RAM (S110); déterminer le mode de démarrage d'un système d'entrée sortie de base prédéfini (S120); si le mode de démarrage est un mode de démarrage hérité, obtenir, selon le mode de démarrage hérité, un premier fichier de démarrage prédéfini et charger, selon le premier fichier de démarrage, un premier fichier de noyau prédéfini pour exécuter l'OS de RAM (S130); si le mode de démarrage est un mode de démarrage UEFI, obtenir, selon le mode de démarrage UEFI, un second fichier de démarrage prédéfini et charger, selon le second fichier de démarrage, un second fichier de noyau prédéfini pour exécuter l'OS de RAM (S140). Le présent procédé concerne des techniques d'optimisation de performance de système, et résout le problème d'un OS de RAM qui n'est pas capable de démarrer normalement pendant un processus de démarrage d'OS de RAM en raison du mode de démarrage de BIOS dans un serveur.
PCT/CN2020/125062 2020-07-20 2020-10-30 Procédé et appareil de démarrage d'un os de ram pour la collecte de données WO2021139355A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010698856.6 2020-07-20
CN202010698856.6A CN111831346B (zh) 2020-07-20 2020-07-20 用于数据采集的内存操作系统的启动方法及装置

Publications (1)

Publication Number Publication Date
WO2021139355A1 true WO2021139355A1 (fr) 2021-07-15

Family

ID=72923318

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/125062 WO2021139355A1 (fr) 2020-07-20 2020-10-30 Procédé et appareil de démarrage d'un os de ram pour la collecte de données

Country Status (2)

Country Link
CN (1) CN111831346B (fr)
WO (1) WO2021139355A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117311832A (zh) * 2023-11-29 2023-12-29 苏州元脑智能科技有限公司 Pcie设备启动模式的展示方法、装置、设备及介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111831346B (zh) * 2020-07-20 2023-06-09 平安科技(深圳)有限公司 用于数据采集的内存操作系统的启动方法及装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130138941A1 (en) * 2011-11-28 2013-05-30 Samsung Electronics Co., Ltd. Method and apparatus to control booting of computer system
US20170085384A1 (en) * 2014-05-30 2017-03-23 Kabushiki Kaisha Toshiba Information processing device and version switching method of trusted platform module
CN108614718A (zh) * 2018-04-25 2018-10-02 紫光华山信息技术有限公司 启动操作系统的方法、装置和实现装置
US20190095221A1 (en) * 2017-09-26 2019-03-28 Dell Products, Lp Boot Disk Detection and Management in an Information Handling System Manufacturing Environment
CN110737479A (zh) * 2019-09-04 2020-01-31 平安科技(深圳)有限公司 一种无盘启动操作系统的方法、服务器和可读存储介质
CN111831346A (zh) * 2020-07-20 2020-10-27 平安科技(深圳)有限公司 用于数据采集的内存操作系统的启动方法及装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810430B (zh) * 2012-11-13 2018-02-27 联想(北京)有限公司 一种控制电子设备的方法及电子设备
US9672047B1 (en) * 2014-10-31 2017-06-06 American Megatrends, Inc. Systems and methods for accessing a bootable partition on a serial peripheral interface device
CN109002346B (zh) * 2018-07-10 2022-04-15 广东微云科技股份有限公司 一种Windows虚拟机引导程序的转换方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130138941A1 (en) * 2011-11-28 2013-05-30 Samsung Electronics Co., Ltd. Method and apparatus to control booting of computer system
US20170085384A1 (en) * 2014-05-30 2017-03-23 Kabushiki Kaisha Toshiba Information processing device and version switching method of trusted platform module
US20190095221A1 (en) * 2017-09-26 2019-03-28 Dell Products, Lp Boot Disk Detection and Management in an Information Handling System Manufacturing Environment
CN108614718A (zh) * 2018-04-25 2018-10-02 紫光华山信息技术有限公司 启动操作系统的方法、装置和实现装置
CN110737479A (zh) * 2019-09-04 2020-01-31 平安科技(深圳)有限公司 一种无盘启动操作系统的方法、服务器和可读存储介质
CN111831346A (zh) * 2020-07-20 2020-10-27 平安科技(深圳)有限公司 用于数据采集的内存操作系统的启动方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117311832A (zh) * 2023-11-29 2023-12-29 苏州元脑智能科技有限公司 Pcie设备启动模式的展示方法、装置、设备及介质
CN117311832B (zh) * 2023-11-29 2024-02-20 苏州元脑智能科技有限公司 Pcie设备启动模式的展示方法、装置、设备及介质

Also Published As

Publication number Publication date
CN111831346A (zh) 2020-10-27
CN111831346B (zh) 2023-06-09

Similar Documents

Publication Publication Date Title
US9104574B2 (en) System and method for software application remediation
TWI450103B (zh) 伺服器之遠端管理系統及方法,及其電腦程式產品
WO2021139355A1 (fr) Procédé et appareil de démarrage d'un os de ram pour la collecte de données
WO2022063284A1 (fr) Procédé et appareil de synchronisation de données, dispositif et support lisible par ordinateur
US9047491B2 (en) Encryption acceleration
US20170286097A1 (en) Method to prevent operating system digital product key activation failures
TW201416853A (zh) 用以雲端測試及遠端監視積體電路裝置於電腦化系統之驗證的方法及其系統
WO2019148727A1 (fr) Dispositif électronique, procédé d'avertissement d'exception à base de redis et support d'informations
CN111522703B (zh) 监控访问请求的方法、设备和计算机程序产品
JP5713138B1 (ja) 仮想計算機システム、プリンタ制御システム、仮想計算機プログラム及びプリンタ制御プログラム
US11601443B2 (en) System and method for generating and storing forensics-specific metadata
CN110063042A (zh) 一种数据库故障的响应方法及其终端
US9817731B2 (en) Acquiring diagnostic data selectively
WO2019148657A1 (fr) Procédé de test d'environnements associés, dispositif électronique et support de stockage lisible par ordinateur
US20100125645A1 (en) Providing aggregated directory structure
CN111694684B (zh) 存储设备的异常构造方法、装置、电子设备及存储介质
TWI518680B (zh) 維護電腦系統之檔案系統的方法
US11321246B2 (en) Support information provisioning system
WO2019169771A1 (fr) Dispositif électronique, procédé d'acquisition d'informations d'instruction d'accès et support d'informations
WO2016138611A1 (fr) Surveillance et notification de la transmission et de l'exhaustivité d'un chargement amont de données, d'un emplacement source à un emplacement de destination
CN109933351A (zh) 一种修复和升级Linux系统的方法与装置
US10291700B2 (en) Network optimized scan with dynamic fallback recovery
WO2019056545A1 (fr) Procédé et appareil de gestion d'automatisation de machine de test, dispositif et support d'informations
WO2020199596A1 (fr) Procédé et appareil d'acquisition d'informations sur la base de verrous de données, et dispositif informatique
Geus et al. Systematic Evaluation of Forensic Data Acquisition using Smartphone Local Backup

Legal Events

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

Ref document number: 20911416

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20911416

Country of ref document: EP

Kind code of ref document: A1