CN110704334B - Method, system and equipment for important product data management - Google Patents

Method, system and equipment for important product data management Download PDF

Info

Publication number
CN110704334B
CN110704334B CN201910911938.1A CN201910911938A CN110704334B CN 110704334 B CN110704334 B CN 110704334B CN 201910911938 A CN201910911938 A CN 201910911938A CN 110704334 B CN110704334 B CN 110704334B
Authority
CN
China
Prior art keywords
product data
important product
identifier
data
logical address
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
CN201910911938.1A
Other languages
Chinese (zh)
Other versions
CN110704334A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201910911938.1A priority Critical patent/CN110704334B/en
Publication of CN110704334A publication Critical patent/CN110704334A/en
Application granted granted Critical
Publication of CN110704334B publication Critical patent/CN110704334B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The application discloses a method for managing important product data, which comprises the following steps: receiving input important product data; allocating a first identifier and a first logical address to important product data; writing the important product data into a first physical address corresponding to the first logical address; and storing the first identifier and the first logic address into a preset data table. According to the method and the device, the first identifier and the first logical address are distributed for the important product data, then the important product data are written into the first physical address corresponding to the first logical address, and finally the first identifier and the first logical address are stored in the preset data table, so that a user can determine the positions of all the important product data through the preset data table, and then the operation on the important product data can be completed through the unified interface, and the maintenance difficulty of the important product data is greatly reduced. The application also provides a system, equipment and a readable storage medium for important product data management, and the system, the equipment and the readable storage medium have the beneficial effects.

Description

Method, system and equipment for important product data management
Technical Field
The present application relates to the field of important product data management, and in particular, to a method, a system, a device, and a readable storage medium for important product data management.
Background
Most of technical products face the problem of managing important Product Data (VPD), and Product developers usually store the VPD in a Field Replaceable Unit (FRU) chip on a board card, and if the FRU chip does not exist on the board card, the VPD is burned into the board card.
However, if a user needs to operate a certain VPD, the user needs to use a specific interface of the VPD to operate the VPD, the interfaces using the VPD are not uniform, and with the increase of the VPD, a corresponding interface needs to be set to operate the newly added VPD, so that the work efficiency of maintenance personnel is low, and the workload is large.
Therefore, how to reduce the difficulty of maintaining important product data is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
The application aims to provide a method, a system, equipment and a readable storage medium for important product data management, which are used for reducing the maintenance difficulty of important product data.
In order to solve the above technical problem, the present application provides a method for managing important product data, including:
receiving input important product data;
assigning a first identifier and a first logical address to the vital product data;
writing the important product data into a first physical address corresponding to the first logical address;
and storing the first identifier and the first logic address into a preset data table.
Optionally, the method further includes:
receiving an input data deleting command;
determining a second identifier of important product data to be deleted according to the data deleting command, and searching a second logic address corresponding to the second identifier in the preset data table;
deleting the important product data to be deleted in a second physical address corresponding to the second logical address, and deleting the second identifier and the second logical address in the preset data table.
Optionally, the method further includes:
receiving an input data updating command and new important product data;
determining a third identifier of important product data to be updated according to the data updating command, and finding a third logic address corresponding to the third identifier in the preset data table;
and updating the important product data to be updated in the third physical address corresponding to the third logical address into the new important product data.
Optionally, the method further includes:
receiving an input data reading command;
determining a fourth identifier of important product data to be read according to the data reading command, and finding a fourth logic address corresponding to the fourth identifier in the preset data table;
and reading the important product data to be read in a fourth physical address corresponding to the fourth logical address.
The present application also provides a system for important product data management, the system comprising:
the first receiving module is used for receiving input important product data;
the distribution module is used for distributing a first identifier and a first logic address for the important product data;
the writing module is used for writing the important product data into a first physical address corresponding to the first logical address;
and the storage module is used for storing the first identifier and the first logic address into a preset data table.
Optionally, the method further includes:
the second receiving module is used for receiving an input data deleting command;
the first determining module is used for determining a second identifier of important product data to be deleted according to the data deleting command and finding a second logic address corresponding to the second identifier in the preset data table;
and the deleting module is used for deleting the important product data to be deleted in the second physical address corresponding to the second logical address and deleting the second identifier and the second logical address in the preset data table.
Optionally, the method further includes:
the third receiving module is used for receiving an input data updating command and new important product data;
the second determining module is used for determining a third identifier of important product data to be updated according to the data updating command and finding a third logic address corresponding to the third identifier in the preset data table;
and the updating module is used for updating the important product data to be updated in the third physical address corresponding to the third logical address into the new important product data.
Optionally, the method further includes:
further comprising:
the fourth receiving module is used for receiving an input data reading command;
a third determining module, configured to determine a fourth identifier of the important product data to be read according to the data reading command, and find a fourth logical address corresponding to the fourth identifier in the preset data table;
and the reading module is used for reading the important product data to be read in a fourth physical address corresponding to the fourth logical address.
The present application also provides an important product data management apparatus, including:
a memory for storing a computer program;
a processor for implementing the steps of the method of vital product data management as claimed in any one of the preceding claims when executing the computer program.
The present application also provides a readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of vital product data management according to any one of the preceding claims.
The application provides a method for managing important product data, which comprises the following steps: receiving input important product data; allocating a first identifier and a first logical address to important product data; writing the important product data into a first physical address corresponding to the first logical address; and storing the first identifier and the first logic address into a preset data table.
According to the technical scheme, the first identifier and the first logic address are distributed to the important product data, then the important product data are written into the first physical address corresponding to the first logic address, and finally the first identifier and the first logic address are stored in the preset data table, so that a user can determine the positions of all the important product data through the preset data table, further, the operation on the important product data can be completed through the unified interface, the user is not required to set a corresponding interface for each important product data, and the maintenance difficulty of the important product data is greatly reduced. The application also provides a system, equipment and a readable storage medium for important product data management, which have the beneficial effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method for vital product data management according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of another method for vital product data management provided by an embodiment of the present application;
FIG. 3 is a block diagram of a system for vital product data management according to an embodiment of the present disclosure;
FIG. 4 is a block diagram of another system for vital product data management provided by an embodiment of the present application;
fig. 5 is a structural diagram of an important product data management device according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a method, a system, equipment and a readable storage medium for important product data management, which are used for reducing the maintenance difficulty of important product data.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for managing important product data according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s101: receiving input important product data;
important Product Data (VPD) includes Product information (such as Product sn) and hardware configuration information (such as CPU model, speed, which types of interface cards are supported by each slot, etc.), in the prior art, if a user needs to operate a certain VPD, the user needs to use a specific interface of the VPD to operate the VPD, the interfaces using the VPD are not uniform, and with the increase of the VPD, the newly added VPD needs to be operated by setting a corresponding interface, so that the work efficiency of maintenance personnel is low, and the workload is large. Therefore, the present application provides a method for managing important product data, which is used for solving the above problems.
S102: allocating a first identifier and a first logical address to important product data;
when receiving input important product data, allocating a first identifier and a first logic address to the important product data, wherein the purpose is to enable each important product data to have a unique identifier, and a user can find the position for storing the important product data through the one-to-one correspondence relationship between the identifier and the logic address, so that the user can operate each important product data without setting a corresponding interface for the important product data, but can find the position for storing the important product data through a uniform interface according to the identifier and then operate the important product data.
S103: writing the important product data into a first physical address corresponding to the first logical address;
s104: and storing the first identifier and the first logic address into a preset data table.
The purpose of storing the first identifier and the first logical address in the preset data table is to enable the system to store the one-to-one correspondence relationship between the identifier and the logical address, so that the user can find the important product data corresponding to each identifier through the preset data table.
Preferably, when an input data deleting command is received, a second identifier of the important product data to be deleted may be determined according to the data deleting command, a second logical address corresponding to the second identifier is found in the preset data table, the important product data to be deleted in a second physical address corresponding to the second logical address is deleted, and the second identifier and the second logical address in the preset data table are deleted, so as to complete the operation of deleting the important product data.
Based on the technical scheme, according to the method for managing the important product data, the first identifier and the first logical address are distributed to the important product data, then the important product data are written into the first physical address corresponding to the first logical address, and finally the first identifier and the first logical address are stored in the preset data table, so that a user can determine the positions of all the important product data through the preset data table, the operation on the important product data can be completed through a unified interface, the user is not required to set a corresponding interface for each important product data, and the maintenance difficulty of the important product data is greatly reduced.
With respect to the previous embodiment, when the important product data needs to be updated, the steps shown in fig. 2 can also be performed, which will be described below with reference to fig. 2.
Referring to fig. 2, fig. 2 is a flowchart illustrating another method for managing important product data according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s201: receiving an input data updating command and new important product data;
s202: determining a third identifier of the important product data to be updated according to the data updating command, and searching a third logic address corresponding to the third identifier in a preset data table;
s203: and updating the important product data to be updated in the third physical address corresponding to the third logical address into new important product data.
Preferably, when an input data reading command is received, a fourth identifier of the important product data to be read may be determined according to the data reading command, a fourth logical address corresponding to the fourth identifier is found in the preset data table, and then the important product data to be read in a fourth physical address corresponding to the fourth logical address is read, so as to complete the reading operation of the important product data.
Referring to fig. 3, fig. 3 is a block diagram of a system for managing important product data according to an embodiment of the present disclosure.
The system may include:
a first receiving module 100 for receiving input important product data;
an assigning module 200 for assigning a first identifier and a first logical address to the vital product data;
a writing module 300, configured to write the important product data into a first physical address corresponding to the first logical address;
the saving module 400 is configured to save the first identifier and the first logical address into a preset data table.
Referring to fig. 4, fig. 4 is a block diagram of another important product data management system according to an embodiment of the present disclosure.
The system may further comprise:
the second receiving module is used for receiving an input data deleting command;
the first determining module is used for determining a second identifier of important product data to be deleted according to the data deleting command and finding a second logic address corresponding to the second identifier in a preset data table;
and the deleting module is used for deleting important product data to be deleted in the second physical address corresponding to the second logical address and deleting the second identifier and the second logical address in the preset data table.
The system may further comprise:
the third receiving module is used for receiving an input data updating command and new important product data;
the second determining module is used for determining a third identifier of the important product data to be updated according to the data updating command and finding a third logic address corresponding to the third identifier in the preset data table;
and the updating module is used for updating the important product data to be updated in the third physical address corresponding to the third logical address into new important product data.
The system may further comprise:
the fourth receiving module is used for receiving an input data reading command;
the third determining module is used for determining a fourth identifier of the important product data to be read according to the data reading command and finding a fourth logic address corresponding to the fourth identifier in the preset data table;
and the reading module is used for reading the important product data to be read in the fourth physical address corresponding to the fourth logical address.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
Referring to fig. 5, fig. 5 is a structural diagram of an important product data management device according to an embodiment of the present application.
The vital product data management apparatus 500 may vary significantly depending on configuration or performance, and may include one or more processors (CPUs) 522 (e.g., one or more processors) and memory 532, one or more storage media 530 (e.g., one or more mass storage devices) storing applications 542 or data 544. Memory 532 and storage media 530 may be, among other things, transient storage or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a sequence of instruction operations for the device. Still further, the central processor 522 may be configured to communicate with the storage medium 530, and execute a series of instruction operations in the storage medium 530 on the vital product data management apparatus 500.
The vital product data management apparatus 500 may also include one or more power supplies 525, one or more wired or wireless network interfaces 550, one or more input-output interfaces 558, and/or one or more operating systems 541, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps in the method of vital product data management described above with reference to fig. 1 to 2 are implemented by the vital product data management apparatus based on the structure shown in fig. 5.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
A method, system, device and readable storage medium for managing important product data provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for vital product data management, comprising:
receiving input important product data;
assigning a first identifier and a first logical address to the vital product data;
writing the important product data into a first physical address corresponding to the first logical address;
and storing the first identifier and the first logic address into a preset data table.
2. The method of claim 1, further comprising:
receiving an input data deleting command;
determining a second identifier of important product data to be deleted according to the data deleting command, and searching a second logic address corresponding to the second identifier in the preset data table;
deleting the important product data to be deleted in a second physical address corresponding to the second logical address, and deleting the second identifier and the second logical address in the preset data table.
3. The method of claim 1, further comprising:
receiving an input data updating command and new important product data;
determining a third identifier of important product data to be updated according to the data updating command, and finding a third logic address corresponding to the third identifier in the preset data table;
and updating the important product data to be updated in the third physical address corresponding to the third logical address into the new important product data.
4. The method of claim 1, further comprising:
receiving an input data reading command;
determining a fourth identifier of important product data to be read according to the data reading command, and finding a fourth logic address corresponding to the fourth identifier in the preset data table;
and reading the important product data to be read in a fourth physical address corresponding to the fourth logical address.
5. A system for vital product data management, comprising:
the first receiving module is used for receiving input important product data;
the distribution module is used for distributing a first identifier and a first logic address for the important product data;
the writing module is used for writing the important product data into a first physical address corresponding to the first logical address;
and the storage module is used for storing the first identifier and the first logic address into a preset data table.
6. The system of claim 5, further comprising:
the second receiving module is used for receiving an input data deleting command;
the first determining module is used for determining a second identifier of important product data to be deleted according to the data deleting command and finding a second logic address corresponding to the second identifier in the preset data table;
and the deleting module is used for deleting the important product data to be deleted in the second physical address corresponding to the second logical address and deleting the second identifier and the second logical address in the preset data table.
7. The system of claim 5, further comprising:
the third receiving module is used for receiving an input data updating command and new important product data;
the second determining module is used for determining a third identifier of important product data to be updated according to the data updating command and finding a third logic address corresponding to the third identifier in the preset data table;
and the updating module is used for updating the important product data to be updated in the third physical address corresponding to the third logical address into the new important product data.
8. The system of claim 5, further comprising:
the fourth receiving module is used for receiving an input data reading command;
a third determining module, configured to determine a fourth identifier of the important product data to be read according to the data reading command, and find a fourth logical address corresponding to the fourth identifier in the preset data table;
and the reading module is used for reading the important product data to be read in a fourth physical address corresponding to the fourth logical address.
9. An important product data management apparatus, characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of vital product data management according to any one of claims 1 to 4 when executing the computer program.
10. A readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of vital product data management according to any one of claims 1 to 4.
CN201910911938.1A 2019-09-25 2019-09-25 Method, system and equipment for important product data management Active CN110704334B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910911938.1A CN110704334B (en) 2019-09-25 2019-09-25 Method, system and equipment for important product data management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910911938.1A CN110704334B (en) 2019-09-25 2019-09-25 Method, system and equipment for important product data management

Publications (2)

Publication Number Publication Date
CN110704334A CN110704334A (en) 2020-01-17
CN110704334B true CN110704334B (en) 2021-10-15

Family

ID=69197641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910911938.1A Active CN110704334B (en) 2019-09-25 2019-09-25 Method, system and equipment for important product data management

Country Status (1)

Country Link
CN (1) CN110704334B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559564B (en) * 2020-11-19 2022-08-12 山东云海国创云计算装备产业创新中心有限公司 Access method, device and medium for application layer state information
CN113297105B (en) * 2021-05-08 2024-01-09 阿里巴巴新加坡控股有限公司 Cache processing method and device for converting address
CN116450059B (en) * 2023-06-20 2024-04-12 宁德时代新能源科技股份有限公司 Data management method, apparatus, electronic device, storage medium, and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983152A (en) * 2005-12-13 2007-06-20 国际商业机器公司 System support storage and computer system
CN103620567A (en) * 2011-06-07 2014-03-05 Lsi公司 Management of device firmware update effects as seen by a host
CN105224263A (en) * 2015-11-09 2016-01-06 深圳市迪菲特科技股份有限公司 Carried out the method and apparatus of exchanges data by VPD chip between double control disk array

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7003589B2 (en) * 2002-10-01 2006-02-21 Hewlett-Packard Development Company, L.P. Method and arrangement for generating unique identifiers for logical units of SCSI devices
CN1609833A (en) * 2003-10-24 2005-04-27 英特尔公司 System and method for access important product data
EP1643710A1 (en) * 2004-09-30 2006-04-05 Nagravision S.A. Method of updating a lookup table of addresses and identification numbers
US9098466B2 (en) * 2012-10-29 2015-08-04 International Business Machines Corporation Switching between mirrored volumes
US9571585B2 (en) * 2013-11-26 2017-02-14 International Business Machines Corporation Using alternate port name for uninterrupted communication
CN107402720B (en) * 2017-06-30 2020-06-16 苏州浪潮智能科技有限公司 Hard disk processing method and device and terminal
CN107391036B (en) * 2017-07-12 2020-06-02 郑州云海信息技术有限公司 Method and system for accessing stored VPD information
CN109358908B (en) * 2018-11-01 2021-06-29 郑州云海信息技术有限公司 Method, device and storage medium for obtaining SPD information of memory bank

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983152A (en) * 2005-12-13 2007-06-20 国际商业机器公司 System support storage and computer system
CN103620567A (en) * 2011-06-07 2014-03-05 Lsi公司 Management of device firmware update effects as seen by a host
CN105224263A (en) * 2015-11-09 2016-01-06 深圳市迪菲特科技股份有限公司 Carried out the method and apparatus of exchanges data by VPD chip between double control disk array

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于光纤通道的SCSI目标器的设计与实现;赵凤;<中国优秀硕士学位论文全文数据库 信息科技辑>;20111215;I137-29 *

Also Published As

Publication number Publication date
CN110704334A (en) 2020-01-17

Similar Documents

Publication Publication Date Title
CN110704334B (en) Method, system and equipment for important product data management
CN101268445B (en) Method and device for providing real-time threading service for application program of multi-core environment
CN109324874B (en) Method, system and device for importing virtual machine memory snapshot into block device
US20140237151A1 (en) Determining a virtual interrupt source number from a physical interrupt source number
CN103955441A (en) Equipment management system, equipment management method and IO (Input/Output) expansion interface
CN111124288B (en) VPD storage management method, device, equipment and readable storage medium
CN110908609A (en) Method, system and equipment for processing disk and readable storage medium
US8327085B2 (en) Characterizing multiple resource utilization using a relationship model to optimize memory utilization in a virtual machine environment
US20210132860A1 (en) Management of multiple physical function non-volatile memory devices
CN109521970B (en) Data processing method and related equipment
CN115525580A (en) Namespace setting method and device and readable storage medium
CN113535087B (en) Data processing method, server and storage system in data migration process
CN111290836A (en) Virtual machine snapshot creating method and device, storage medium and computer equipment
CN111399936A (en) BMC customization method, system, equipment and readable storage medium
CN105677481A (en) Method and system for processing data and electronic equipment
CN104951528A (en) Data migration method and terminal
CN114138292A (en) System upgrading method, storage medium and terminal equipment
CN110908783A (en) Management and control method, system and equipment for virtual machine of cloud data center
CN111552439B (en) Data storage method, device, system, electronic equipment and storage medium
CN115080242A (en) Method, device and medium for unified scheduling of PCI equipment resources
CN102023873A (en) Application program execution method and system, storage media controller and storage device
CN113220368A (en) Storage client resource isolation method, system, terminal and storage medium
US20230244390A1 (en) Collecting quality of service statistics for in-use child physical functions of multiple physical function non-volatile memory devices
CN104238954A (en) Electronic equipment and information processing method
US11977785B2 (en) Non-volatile memory device-assisted live migration of virtual machine data

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