CN113703805A - Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system - Google Patents

Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system Download PDF

Info

Publication number
CN113703805A
CN113703805A CN202110874501.2A CN202110874501A CN113703805A CN 113703805 A CN113703805 A CN 113703805A CN 202110874501 A CN202110874501 A CN 202110874501A CN 113703805 A CN113703805 A CN 113703805A
Authority
CN
China
Prior art keywords
file
target function
package
module
upgrade package
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
CN202110874501.2A
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.)
Jinan Inspur Data Technology Co Ltd
Original Assignee
Jinan Inspur Data 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 Jinan Inspur Data Technology Co Ltd filed Critical Jinan Inspur Data Technology Co Ltd
Priority to CN202110874501.2A priority Critical patent/CN113703805A/en
Publication of CN113703805A publication Critical patent/CN113703805A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides an upgrading method, a system, a terminal and a storage medium of an arm64 architecture virtualization system, comprising the following steps: dividing a virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, and uploading a latest system deployment medium; selecting a target function module from the plurality of function modules, and collecting version information of the target function module; comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistent manner, and calling the corresponding file to be updated from the update file package according to the distinguished file information; and generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package. The invention can rapidly upgrade without affecting the application of other modules, and the upgrade package can be applied to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.

Description

Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system
Technical Field
The invention relates to the technical field of system upgrading, in particular to an upgrading method, a system, a terminal and a storage medium for an arm64 architecture virtualization system.
Background
The ARM architecture, formerly known as the Advanced reduced instruction set Machine (Advanced RISC Machine), was earlier known as the Acorn RISC Machine, is a Reduced Instruction Set (RISC) processor architecture. There are also derivatives of the ARM-based design, and important products include Marvell's XScale architecture and texas instruments OMAP family. The ARM processor is widely applied to the design of an embedded system, has low power consumption and energy conservation, and is very suitable for the field of mobile communication. Consumer electronics such as portable devices (PDAs, mobile phones, multimedia players, handheld electronic games, and computers), computer peripherals (hard disks, desktop routers), even missile-borne computers, and military installations. As early as 2007, ARM corporation has begun the development of 64-bit architectures; the first 64-bit processor architecture, "ARMv 8," was published by ARM official in 2011. The ARMv8-A architecture for realizing ARM64 for the first time has incomparable advantages of 32-bit ARM (ARMv7 and earlier) in functions and performances, and the ARMv8 is completely compatible with the ARMv7 with 32 bits. The highest performance of Cortex-A53 based on ARMv8 can reach 1.7 times of A7, and Cortex-A53 can reach nearly 2 times of A15. Even if the original same 32-bit program is run, the ARM64 processor is far beyond the previous 32-bit processor. While the performance is improved, the power consumption is not increased, but is reduced to a certain extent.
With the advance of the arm64 architecture server process, it has become more and more common to deploy applications on arm64 architecture servers, more and more applications are deployed in virtual machines of the virtualization platform based on the arm64 architecture, more and more applications are applied, business logic is more and more complex, and the requirement of iterative upgrade of the arm64 architecture server virtualization platform is more and more strong.
The existing system upgrading method needs to stop the service operation of the system when installing the updated file, interrupt the application service of the arm64 architecture server, and occupy the service time. And the updated files are not selected, and when the new version system files exist, the system files are integrally refreshed, so that the updating time is too long.
Disclosure of Invention
In view of the foregoing defects in the prior art, the present invention provides an upgrading method, system, terminal and storage medium for an arm64 architecture virtualization system, so as to solve the foregoing technical problems.
In a first aspect, the present invention provides a method for upgrading an arm64 architecture virtualization system, including:
dividing a virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, and uploading a latest system deployment medium;
selecting a target function module from the plurality of function modules, and collecting version information of the target function module;
comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistent manner, and calling the corresponding file to be updated from the update file package according to the distinguished file information;
and generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package.
Further, dividing a virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, and uploading a latest system deployment medium, including:
dividing an ICS virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules;
screening out a functional module which is not required to be restarted for upgrading from the plurality of functional modules as a priority upgrading functional module;
the latest version of the system deployment medium is uploaded to the arm64 architecture server over a network link.
Further, the plurality of functional modules comprise a system management module, a storage module, a network module and a virtualization management module.
Further, selecting a target function module from the plurality of function modules, and collecting version information of the target function module includes:
selecting a plurality of target function modules with the same priority level from the plurality of function modules;
respectively collecting version information of a plurality of target function modules, wherein the version information is installation file version data of the target function modules, and generating an xml file according to the version information.
Further, selecting a plurality of target function modules with the same priority level from the plurality of function modules includes:
and taking the functional modules with the same priority as target functional modules updated in the same batch, and sequentially selecting the functional modules as the target functional modules according to the priority.
Further, comparing the version information with the file information of the update file package corresponding to the target function module in the latest system deployment medium for consistency, and calling the corresponding file to be updated from the update file package according to the distinguished file information, includes:
searching a corresponding update file package from the latest system deployment medium according to the name of the target function module;
extracting file information of a corresponding update file package, wherein the file information comprises a file name directory of the corresponding update file package;
comparing the consistency of the version information and the file information to obtain distinguishing file information;
and copying the differential file corresponding to the differential file information as the file to be updated from the corresponding update file package to the update file storage path.
Further, generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package, including:
generating an upgrade package by using the file to be updated and the associated configuration file of the file to be updated;
uploading the upgrade package to an upgrade package management module, and storing the information and the storage position of a target function module to which the upgrade package belongs to an upgrade package list of the upgrade package management module;
and after receiving an upgrade execution instruction of the target function module, calling a corresponding upgrade package from the upgrade package management module according to the upgrade package list, and sending the corresponding upgrade package to the target function module.
In a second aspect, the present invention provides an upgrade system for an arm64 architecture virtualization system, including:
the system dividing unit is used for dividing a virtualization system which is deployed in advance on the arm64 architecture server into a plurality of functional modules and uploading the latest system deployment medium;
the version acquisition unit is used for selecting a target function module from the plurality of function modules and acquiring the version information of the target function module;
the file calling unit is used for comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistent manner, and calling the corresponding file to be updated from the update file package according to the distinguished file information;
and the upgrade execution unit is used for generating an upgrade package by using the file to be updated and upgrading the target function module by using the upgrade package.
Further, the system division unit includes:
the function dividing module is used for dividing an ICS virtualization system which is deployed in advance on an arm64 architecture server into a plurality of function modules, and the function modules comprise a system management module, a storage module, a network module and a virtualization management module;
the priority classification module is used for screening out a functional module which is not required to be restarted by the system for upgrading from the plurality of functional modules and is used as a priority upgrading functional module;
and the medium uploading module is used for uploading the system deployment medium of the latest version to the arm64 architecture server through a network link.
Further, the version collecting unit includes:
the target selection module is used for selecting a plurality of target function modules with the same priority level from the plurality of function modules;
and the version acquisition module is used for respectively acquiring version information of a plurality of target function modules, wherein the version information is installation file version data of the target function modules, and the xml file is generated according to the version information.
Further, the upgrade execution unit includes:
the file packaging module is used for generating an upgrade package by using the file to be updated and the associated configuration file of the file to be updated;
the upgrade management module is used for uploading the upgrade package to the upgrade package management module and storing the information and the storage position of the target function module to which the upgrade package belongs to an upgrade package list of the upgrade package management module;
and the file sending module is used for calling a corresponding upgrade package from the upgrade package management module according to the upgrade package list after receiving the upgrade execution instruction of the target function module, and sending the corresponding upgrade package to the target function module.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the upgrading method of the arm64 architecture virtualization system, the virtualization system is modularized, so that each module of the virtualization system is independently upgraded, meanwhile, the version information of the target function module is compared with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistency mode, the corresponding file to be updated is called from the update file package according to the distinguished file information, the identification of the update file in the latest system deployment medium is achieved, and the file which does not need to be updated is not installed repeatedly. And generating an upgrade package by using the file to be updated, upgrading the target function module by using the upgrade package, quickly generating the simplest upgrade package for each target function module, and installing all the function modules to complete the upgrade package to realize system upgrade. The invention can rapidly make the upgrade package in modules in the arm64 structure virtualization system, can rapidly upgrade the system modules without influencing the application of other modules, and can apply the upgrade package to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.
According to the upgrading system of the arm64 architecture virtualization system, the virtualization system is modularized through the system dividing unit, so that each module of the virtualization system is independently upgraded, meanwhile, the version information of the target function module and the file information of the corresponding update file package of the target function module in the latest system deployment medium are compared in a consistency mode through the version acquisition unit and the file calling unit, the corresponding file to be updated is called from the update file package according to the distinguished file information, so that the identification of the update file in the latest system deployment medium is realized, and the file which does not need to be updated is not installed repeatedly. The upgrade execution unit generates an upgrade package by using the file to be updated, the target function modules are upgraded by using the upgrade package, the simplest upgrade package is quickly generated for each target function module, and the system upgrade can be realized by installing all the function modules and finishing the upgrade package. The invention can rapidly make the upgrade package in modules in the arm64 structure virtualization system, can rapidly upgrade the system modules without influencing the application of other modules, and can apply the upgrade package to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.
The terminal provided by the invention comprises a processor, the processor runs an upgrading method of an arm64 architecture virtualization system, the terminal realizes independent upgrading of each module of the virtualization system by modularizing the virtualization system, simultaneously, by carrying out consistency comparison on version information of a target function module and file information of an update file package corresponding to the target function module in a latest system deployment medium, and calling a corresponding file to be updated from the update file package according to distinguished file information, the terminal realizes screening of the update file in the latest system deployment medium, and the file which does not need to be updated is not repeatedly installed. And generating an upgrade package by using the file to be updated, upgrading the target function module by using the upgrade package, quickly generating the simplest upgrade package for each target function module, and installing all the function modules to complete the upgrade package to realize system upgrade. The invention can rapidly make the upgrade package in modules in the arm64 structure virtualization system, can rapidly upgrade the system modules without influencing the application of other modules, and can apply the upgrade package to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.
The storage medium of the present invention stores a program for executing the upgrade of the arm 64-based virtualization system. The invention can rapidly make the upgrade package in modules in the arm64 structure virtualization system, can rapidly upgrade the system modules without influencing the application of other modules, and can apply the upgrade package to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and 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 invention.
The following explains key terms appearing in the present invention.
A virtualization system, a virtual computer system (virtual machine for short), refers to a logical computer system with complete hardware functions, including an operating system and an application program, which run in an isolated environment using virtualization technology. A plurality of different operating systems can be installed in one virtual machine, and the virtual machine and the physical computer system which are independent of each other can have different instruction set architectures, so that each instruction on the virtual machine is executed in a simulation mode on the physical computer. Obviously, poor performance results. Therefore, we generally make the instruction set architecture of a virtual machine the same as a physical computer system. Thus, most instructions are directly run on the processor, and only those instructions which need to be virtualized are run on the virtual machine. The ICOS of the wave simultaneously integrates a huge cloud data center operating system comprising VMware, a PowerVM, a vSAN and other third-party functional components, and is a modular cloud platform constructed on the basis of OpenStack and bottom layer virtualized resources; the release cloud operating system is stable, easy to install and deploy and easy to operate and maintain by matching small and medium-sized customers in the area and industry with a standard cloud management platform, and the industry customized cloud operating system is provided by matching large and medium-sized customers in the key industry with an industry customized cloud management platform.
The ICS virtualization system is a virtualized industrial control system. Industrial control systems are demanding for high data volume, high rate transmission of data such as images, voice signals, etc., and are forcing the integration of ethernet and control networks, which are currently popular in the commercial field. The networking wave of the industrial control system integrates various current popular technologies such as an embedded technology, multi-standard industrial control network interconnection, a wireless technology and the like, thereby expanding the development space of the industrial control field and bringing new development opportunities.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be an upgrade system of an arm64 architecture virtualization system.
As shown in fig. 1, the method includes:
step 110, dividing a virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, and uploading a latest system deployment medium;
step 120, selecting a target function module from the plurality of function modules, and collecting version information of the target function module;
step 130, comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium for consistency, and calling the corresponding file to be updated from the update file package according to the distinguished file information;
and 140, generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package.
In order to facilitate understanding of the present invention, the upgrading method of the arm64 architecture virtualization system provided by the present invention is further described below with reference to the principle of the upgrading method of the arm64 architecture virtualization system of the present invention, in combination with the process of performing modular independent upgrade on the arm64 architecture virtualization system in the embodiment.
The method provided by this embodiment includes deploying a server virtualization system on an arm64 architecture server, uploading a latest system deployment medium, selecting a module to be made into an upgrade package according to a requirement, collecting module information, comparing the module information with the latest medium, collecting a file according to a comparison analysis data file, packaging and making the upgrade package and uploading, and downloading the upgrade package by the module to perform updating, and the method for upgrading an arm64 architecture virtualization system provided by this embodiment includes the specific steps of:
s1, dividing the virtualization system pre-deployed on the arm64 framework server into a plurality of functional modules, and uploading the latest system deployment medium.
Dividing an ICS virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, wherein the functional modules comprise a system management module, a storage module, a network module and a virtualization management module; screening out a functional module which is not required to be restarted for upgrading from the plurality of functional modules as a priority upgrading functional module; the latest version of the system deployment medium is uploaded to the arm64 architecture server over a network link.
The server virtualization system is deployed on the arm64 architecture server, and can be manually installed according to ISO, or the server virtualization system can be deployed and installed on the arm64 architecture server in batch by using automatic deployment software. The virtualization system is divided into a plurality of functional modules, such as a system management module, a storage module, a network module, a basic input output management module, a virtualization management module, and the like, and the functional modules are independent from each other when performing upgrading. And uploading the latest system deployment medium to a medium management module for manufacturing the pull file of the upgrade package.
And screening the functional modules of the virtualization system, wherein the functional modules which do not need system restart are used as the functional modules which are preferentially upgraded, and the functional modules which need system restart are used as the functional modules which are finally upgraded. Therefore, the system can be upgraded by restarting the system after the upgrading of all the functional modules is executed.
And S2, selecting a target function module from the plurality of function modules, and collecting the version information of the target function module.
Selecting a plurality of target function modules with the same priority level from the plurality of function modules; respectively collecting version information of a plurality of target function modules, wherein the version information is installation file version data of the target function modules, and generating an xml file according to the version information.
The module to be made into the upgrade package is selected according to the requirement, the module to be made into the upgrade package is selected according to the current service requirement and the system requirement, part of the modules can not be made before being upgraded by stopping the machine, and only the module needing the current emergency upgrade is selected.
Collecting target function module information, collecting related information of the target function module, a current version of the target function module and current version installation file information, and generating an xml file from the collected related data for comparison and analysis.
And S3, comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium, and calling the corresponding file to be updated from the update file package according to the distinguished file information.
Searching a corresponding update file package from the latest system deployment medium according to the name of the target function module; extracting file information of a corresponding update file package, wherein the file information comprises a file name directory of the corresponding update file package; comparing the consistency of the version information and the file information to obtain distinguishing file information; and copying the differential file corresponding to the differential file information as the file to be updated from the corresponding update file package to the update file storage path.
Comparing and analyzing the version information of the target function module with the file information of an update file package corresponding to the target function module in the latest system deployment medium, wherein if matching information does not exist in the version information of a certain update file in the update file package, the update file is a file to be updated; if matching information exists in the version information of a certain update file in the update file package, the update file is an invalid file, namely, a file which does not need to be installed.
And S4, generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package.
Generating an upgrade package by using the file to be updated and the associated configuration file of the file to be updated; uploading the upgrade package to an upgrade package management module, and storing the information and the storage position of a target function module to which the upgrade package belongs to an upgrade package list of the upgrade package management module; and after receiving an upgrade execution instruction of the target function module, calling a corresponding upgrade package from the upgrade package management module according to the upgrade package list, and sending the corresponding upgrade package to the target function module.
And step S3, collecting and packaging the files to be updated of the target function module into an upgrade package of the target function module and uploading the files, compressing and storing the files to be updated and the configuration files of the upgrade package according to a packaging rule to generate an upgrade package, and uploading the upgrade package to an upgrade package management module. The function module of the virtualization system downloads the upgrade package when upgrading is needed, the function module can check a manufactured upgrade package list in the system, and click and pull the upgrade package into the function module.
According to the upgrading method of the arm64 architecture virtualization system, the virtualization system is modularized, so that each module of the virtualization system is independently upgraded, meanwhile, the version information of the target function module is compared with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistency mode, the corresponding file to be updated is called from the update file package according to the distinguished file information, the identification of the update file in the latest system deployment medium is achieved, and the file which does not need to be updated is not installed repeatedly. And generating an upgrade package by using the file to be updated, upgrading the target function module by using the upgrade package, quickly generating the simplest upgrade package for each target function module, and installing all the function modules to complete the upgrade package to realize system upgrade. The invention can rapidly make the upgrade package in modules in the arm64 structure virtualization system, can rapidly upgrade the system modules without influencing the application of other modules, and can apply the upgrade package to all modules in the virtualization system of the same version, which is beneficial to the expansibility of the system.
As shown in fig. 2, the system 200 includes:
the system dividing unit 210 is configured to divide a virtualization system pre-deployed on the arm64 framework server into a plurality of functional modules, and upload the latest system deployment medium;
a version collecting unit 220, configured to select a target function module from the multiple function modules and collect version information of the target function module;
the file retrieving unit 230 is configured to compare the version information with file information of an update file package corresponding to the target function module in the latest system deployment medium in a consistent manner, and retrieve a corresponding file to be updated from the update file package according to the distinguished file information;
and the upgrade execution unit 240 is configured to generate an upgrade package by using the file to be updated, and upgrade the target function module by using the upgrade package.
Optionally, as an embodiment of the present invention, the system partitioning unit includes:
the function dividing module is used for dividing an ICS virtualization system which is deployed in advance on an arm64 architecture server into a plurality of function modules, and the function modules comprise a system management module, a storage module, a network module and a virtualization management module;
the priority classification module is used for screening out a functional module which is not required to be restarted by the system for upgrading from the plurality of functional modules and is used as a priority upgrading functional module;
and the medium uploading module is used for uploading the system deployment medium of the latest version to the arm64 architecture server through a network link.
Optionally, as an embodiment of the present invention, the version acquiring unit includes:
the target selection module is used for selecting a plurality of target function modules with the same priority level from the plurality of function modules;
and the version acquisition module is used for respectively acquiring version information of a plurality of target function modules, wherein the version information is installation file version data of the target function modules, and the xml file is generated according to the version information.
Optionally, as an embodiment of the present invention, the upgrade execution unit includes:
the file packaging module is used for generating an upgrade package by using the file to be updated and the associated configuration file of the file to be updated;
the upgrade management module is used for uploading the upgrade package to the upgrade package management module and storing the information and the storage position of the target function module to which the upgrade package belongs to an upgrade package list of the upgrade package management module;
and the file sending module is used for calling a corresponding upgrade package from the upgrade package management module according to the upgrade package list after receiving the upgrade execution instruction of the target function module, and sending the corresponding upgrade package to the target function module.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute an upgrade method of an arm64 architecture virtualization system according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention realizes independent upgrade of each module of the virtualization system by modularizing the virtualization system, simultaneously realizes screening of the update files in the latest system deployment medium by comparing the version information of the target function module with the file information of the update file package corresponding to the target function module in the latest system deployment medium in a consistency manner, and calls the corresponding files to be updated from the update file package according to the distinguished file information, and does not repeatedly install the files which do not need to be updated. And generating an upgrade package by using the file to be updated, upgrading the target function module by using the upgrade package, quickly generating the simplest upgrade package for each target function module, and installing all the function modules to complete the upgrade package to realize system upgrade. The invention can rapidly make the upgrade package in the modules in the arm64 architecture virtualization system, can rapidly upgrade the system modules without affecting the application of other modules, can apply the upgrade package to all modules in the virtualization system of the same version, is beneficial to the expansibility of the system, and the technical effect which can be achieved by the embodiment can be referred to the description above, and is not repeated herein.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, 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, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units 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, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in conjunction with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An upgrading method for an arm64 architecture virtualization system, comprising:
dividing a virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules, and uploading a latest system deployment medium;
selecting a target function module from the plurality of function modules, and collecting version information of the target function module;
comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistent manner, and calling the corresponding file to be updated from the update file package according to the distinguished file information;
and generating an upgrade package by using the file to be updated, and upgrading the target function module by using the upgrade package.
2. The method of claim 1, wherein dividing the pre-deployed virtualization system on the arm64 architecture server into a plurality of functional modules and uploading the latest system deployment medium comprises:
dividing an ICS virtualization system pre-deployed on an arm64 architecture server into a plurality of functional modules;
screening out a functional module which is not required to be restarted for upgrading from the plurality of functional modules as a priority upgrading functional module;
the latest version of the system deployment medium is uploaded to the arm64 architecture server over a network link.
3. The method of claim 2, wherein the plurality of functional modules comprises a system management module, a storage module, a network module, and a virtualization management module.
4. The method of claim 2, wherein selecting a target function module from the plurality of function modules and collecting version information of the target function module comprises:
selecting a plurality of target function modules with the same priority level from the plurality of function modules;
respectively collecting version information of a plurality of target function modules, wherein the version information is installation file version data of the target function modules, and generating an xml file according to the version information.
5. The method of claim 4, wherein selecting a plurality of target function modules of the same priority level from the plurality of function modules comprises:
and taking the functional modules with the same priority as target functional modules updated in the same batch, and sequentially selecting the functional modules as the target functional modules according to the priority.
6. The method according to claim 1, wherein the comparing the version information with the file information of the update package corresponding to the target function module in the latest system deployment medium for consistency, and calling the corresponding file to be updated from the update package according to the distinguished file information comprises:
searching a corresponding update file package from the latest system deployment medium according to the name of the target function module;
extracting file information of a corresponding update file package, wherein the file information comprises a file name directory of the corresponding update file package;
comparing the consistency of the version information and the file information to obtain distinguishing file information;
and copying the differential file corresponding to the differential file information as the file to be updated from the corresponding update file package to the update file storage path.
7. The method of claim 1, wherein generating an upgrade package using a file to be updated and upgrading a target function module using the upgrade package comprises:
generating an upgrade package by using the file to be updated and the associated configuration file of the file to be updated;
uploading the upgrade package to an upgrade package management module, and storing the information and the storage position of a target function module to which the upgrade package belongs to an upgrade package list of the upgrade package management module;
and after receiving an upgrade execution instruction of the target function module, calling a corresponding upgrade package from the upgrade package management module according to the upgrade package list, and sending the corresponding upgrade package to the target function module.
8. An upgrade system for an arm64 architecture virtualization system, comprising:
the system dividing unit is used for dividing a virtualization system which is deployed in advance on the arm64 architecture server into a plurality of functional modules and uploading the latest system deployment medium;
the version acquisition unit is used for selecting a target function module from the plurality of function modules and acquiring the version information of the target function module;
the file calling unit is used for comparing the version information with the file information of the corresponding update file package of the target function module in the latest system deployment medium in a consistent manner, and calling the corresponding file to be updated from the update file package according to the distinguished file information;
and the upgrade execution unit is used for generating an upgrade package by using the file to be updated and upgrading the target function module by using the upgrade package.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN202110874501.2A 2021-07-30 2021-07-30 Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system Pending CN113703805A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110874501.2A CN113703805A (en) 2021-07-30 2021-07-30 Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110874501.2A CN113703805A (en) 2021-07-30 2021-07-30 Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system

Publications (1)

Publication Number Publication Date
CN113703805A true CN113703805A (en) 2021-11-26

Family

ID=78651052

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110874501.2A Pending CN113703805A (en) 2021-07-30 2021-07-30 Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system

Country Status (1)

Country Link
CN (1) CN113703805A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117827252A (en) * 2024-03-06 2024-04-05 杭州大远智控技术有限公司 Function demonstration method, server and storage medium for system update

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117827252A (en) * 2024-03-06 2024-04-05 杭州大远智控技术有限公司 Function demonstration method, server and storage medium for system update
CN117827252B (en) * 2024-03-06 2024-05-28 杭州大远智控技术有限公司 Function demonstration method, server and storage medium for system update

Similar Documents

Publication Publication Date Title
CN108898230B (en) Equipment management method and management server
US8972979B2 (en) Configuration of virtual appliances
US10467015B2 (en) Method for out of band device configuration deployment and system therefor
US10268628B2 (en) Method for extracting BIOS attributes for BIOS management and system therefor
CN103580908A (en) Server configuration method and system
CN112486522A (en) Deployment method and device of OpenStack bare machine with intelligent network card
CN103455346A (en) Application program deployment method, deployment main control computer, deployment client side and cluster
CN108737499A (en) server configuration method and device
KR101945941B1 (en) Method and terminal device for running radio applications
CN113821220A (en) Installation method and device of linux operating system
CN106126303A (en) The installation method of (SuSE) Linux OS, Apparatus and system
CN115291946A (en) Hongmong system transplanting method, device, electronic equipment and readable medium
CN113703805A (en) Upgrading method, system, terminal and storage medium of arm64 architecture virtualization system
CN112748961A (en) Method and device for executing starting task
CN114185607A (en) Starting control method, device and equipment for PCI (peripheral component interconnect) equipment in ARM (advanced RISC machines) server
US20190196794A1 (en) Visual programming method, system and terminal device
CN114385251A (en) Operating system booting method, system, terminal and storage medium based on memory
US11288018B2 (en) Method and system for deploying a virtual distributed unit on a network device
US20180046467A1 (en) Microvisor run time environment offload processor
US20240143992A1 (en) Hyperparameter tuning with dynamic principal component analysis
US20120124355A1 (en) Single volume image file extraction
CN115543460A (en) Initialization method and device of server mainboard
CN115016862A (en) Kubernetes cluster-based software starting method, device, server and storage medium
CN115167872A (en) Service module deployment method and device, electronic equipment and computer readable medium
CN111008043A (en) Server starting method of cloud platform and terminal

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