CN117270979A - Migration method, migration system, migration device and migration server of operating system - Google Patents

Migration method, migration system, migration device and migration server of operating system Download PDF

Info

Publication number
CN117270979A
CN117270979A CN202311324813.1A CN202311324813A CN117270979A CN 117270979 A CN117270979 A CN 117270979A CN 202311324813 A CN202311324813 A CN 202311324813A CN 117270979 A CN117270979 A CN 117270979A
Authority
CN
China
Prior art keywords
server
operating system
migration
application program
information
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
CN202311324813.1A
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.)
Servyou Software Group Co ltd
Original Assignee
Servyou Software Group Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Servyou Software Group Co ltd filed Critical Servyou Software Group Co ltd
Priority to CN202311324813.1A priority Critical patent/CN117270979A/en
Publication of CN117270979A publication Critical patent/CN117270979A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • G06F9/4856Task life-cycle, e.g. stopping, restarting, resuming execution resumption being on a different machine, e.g. task migration, virtual machine migration
    • 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

Abstract

The invention discloses a migration method, a migration system, a migration device and a migration server of an operating system, which relate to the field of data migration and comprise the following steps: determining system information of a first server and a second server; adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server; transmitting an application program installed by the first server to the second server; if the second server operates normally based on the application program, the operating system in the first server is determined to be successfully migrated to the second server. And automatically comparing the system information of the operating systems operated by the first server and the second server, installing the missing part in the second server, and simultaneously adjusting the operating system operated by the first server to be compatible with the operating system operated by the second server, wherein if the second server can normally operate, the operating system migrated to the second server can normally operate, and the operating system is successfully migrated.

Description

Migration method, migration system, migration device and migration server of operating system
Technical Field
The present invention relates to the field of data migration, and in particular, to a migration method, system, device and server for an operating system.
Background
In the current technical environment, server applications often need to run on multiple operating systems. However, since there are differences between different operating systems, in order to ensure that an application program on an operating system before migration can normally run on an operating system after migration, a developer is required to perform a lot of manual work and code modification in the related art, which requires a lot of time and labor cost. When application cross-system migration is performed, developers need to perform a great deal of modification and adjustment on the application program, code loopholes and potential safety hazards possibly exist, and stability and performance of the application program can be affected. Therefore, there is a need for an operating system migration method that can help developers to quickly and accurately detect and migrate their server applications to a new operating system.
Disclosure of Invention
The invention aims to provide a migration method, a migration system, a migration device and a migration server of an operating system, wherein the migration method, the migration system, the migration device and the migration server automatically compare system information of the operating system operated by a first server and a second server, install a missing part in the second server, and adjust the operating system operated by the first server to be compatible with the operating system operated by the second server at the same time, and if the second server can prove that the operating system migrated to the second server is normal based on the normal operation of an application program, the migration of the operating system is successful.
In order to solve the above technical problems, the present invention provides a migration method of an operating system, including:
determining system information of a first server and a second server, wherein the system information comprises the type of an operating system operated by the server, the version of the operating system and an application program installed by the server;
adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server;
transmitting an application program installed by the first server to the second server;
judging whether the second server normally operates based on the application program;
if yes, the fact that the operating system in the first server is migrated to the second server is successful is determined.
On the other hand, the system information also comprises physical hardware configuration of the server, kernel information of the operating system, firewall, network communication information and file directory authority information;
after determining the system information of the first server and the second server, the method further comprises:
and installing the physical hardware configuration of the first server for the second server, and installing the kernel information, the firewall, the network communication information and the file directory authority information of the operating system operated by the first server for the operating system operated by the second server.
In another aspect, before adjusting the operating system running in the first server according to the system information, the method further includes:
judging whether the operating system operated by the second server is compatible with the operating system operated by the first server;
if yes, the step of sending the application program installed by the first server to the second server is carried out without adjusting the operating system operated by the first server;
if not, the step of adjusting the operating system running in the first server according to the system information is entered.
In another aspect, before the application installed by the first server is sent to the second server, the method further includes:
judging whether the second server lacks an application program installed in the first server;
if yes, a step of sending the application program installed by the first server to the second server is entered;
if not, the step of judging whether the second server normally operates based on the application program is carried out.
In another aspect, the method further comprises:
and controlling a display module to display the system information, the progress of adjusting the operating system operated by the first server, the progress of sending the application program installed by the first server to the second server and the operation result of the second server.
In another aspect, sending the application installed by the first server to the second server includes:
and controlling the first server to directly send the application program to the second server.
In another aspect, sending the application installed by the first server to the second server includes:
receiving the application program sent by the first server;
and sending the application program to the second server.
In order to solve the technical problem, the present invention further provides a migration system of an operating system, including:
the system information determining unit is used for determining system information of the first server and the second server, wherein the system information comprises the type of an operating system operated by the server, the version of the operating system and an application program installed by the server;
the adjusting unit is used for adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server;
a sending unit, configured to send an application installed by the first server to the second server;
the operation judging unit is used for judging whether the second server normally operates based on the application program; if yes, triggering a migration success unit;
and the migration success unit is used for determining that the migration of the operating system in the first server to the second server is successful.
In order to solve the technical problem, the present invention further provides a migration device of an operating system, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the migration method of the operating system when executing the computer program.
In order to solve the technical problem, the invention also provides a server, which comprises the migration device of the operating system.
The invention discloses a migration method, a migration system, a migration device and a migration server of an operating system, which relate to the field of data migration and comprise the following steps: determining system information of a first server and a second server; adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server; transmitting an application program installed by the first server to the second server; judging whether the second server normally operates based on the application program; if yes, the operating system in the first server is determined to be successfully migrated to the second server. And automatically comparing the system information of the operating systems operated by the first server and the second server, installing the missing part in the second server, and simultaneously adjusting the operating system operated by the first server to be compatible with the operating system operated by the second server, wherein if the second server can normally operate, the operating system migrated to the second server can normally operate, and the operating system is successfully migrated.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required in the prior art and the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a migration method of an operating system according to the present invention;
FIG. 2 is a schematic diagram of a migration system of an operating system according to the present invention;
fig. 3 is a schematic structural diagram of a migration apparatus of an operating system according to the present invention.
Detailed Description
The core of the invention is to provide a migration method, a system, a device and a server of an operating system, wherein the migration method, the system, the device and the server automatically compare the system information of the operating system operated by a first server and a second server, install the missing part in the second server, and adjust the operating system operated by the first server to be compatible with the operating system operated by the second server, if the second server can normally operate, the operating system migrated to the second server can normally operate, and the operating system migration is successful.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In the current technical environment, server applications often need to run on multiple operating systems. However, since there are differences between different operating systems, in order to ensure that an application program on an operating system before migration can normally run on an operating system after migration, a developer is required to perform a lot of manual work and code modification in the related art, which requires a lot of time and labor cost. When application cross-system migration is performed, developers need to perform a great deal of modification and adjustment on the application program, code loopholes and potential safety hazards possibly exist, and stability and performance of the application program can be affected. Therefore, there is a need for an operating system migration method that can help developers to quickly and accurately detect and migrate their server applications to a new operating system.
Fig. 1 is a flowchart of a migration method of an operating system according to the present invention, where the migration method of an operating system includes:
s11: determining system information of a first server and a second server, wherein the system information comprises the type of an operating system operated by the server, the version of the operating system and an application program installed by the server;
the migration between the operating systems of the two servers needs to consider whether the operating systems are compatible, and whether the operating systems are compatible or not by the version determinator, and in addition, a plurality of application programs are installed in the servers.
Therefore, system information of the first server and the second server is predetermined for subsequent operating system migration.
S12: adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server;
whether the operation of the new server is compatible with the operating system on the old server, i.e. whether the operating system of the second server is fully compatible with the operating system of the first server, it will be appreciated that there are two different operating systems in the prior art that are compatible, e.g. Anolis OS 7 may be seamlessly compatible with CentOS 7, and Zhuang kylin V10 may be conditionally compatible with CentOS 7.
Specifically, the operating system is adjusted by adjusting the application program.
S13: transmitting an application program installed by the first server to the second server;
if the application program installed in the first server does not exist in the second server, the starting of the second server after the operating system is migrated to the second server is affected, so that the application program installed in the first server needs to be sent to the second server, and the second server can operate normally.
S14: judging whether the second server normally operates based on the application program; if yes, go to step S15;
s15: it is determined that migration of the operating system in the first server to the second server was successful.
If the second server can be started normally, each application device in the first server is proved to be successfully sent to the second server, and the second server successfully installs all application programs and can operate normally. The first server successfully migrates to the second server.
The invention discloses a migration method, a migration system, a migration device and a migration server of an operating system, which relate to the field of data migration and comprise the following steps: determining system information of a first server and a second server; adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server; transmitting an application program installed by the first server to the second server; judging whether the second server normally operates based on the application program; if yes, the operating system in the first server is determined to be successfully migrated to the second server. And automatically comparing the system information of the operating systems operated by the first server and the second server, installing the missing part in the second server, and simultaneously adjusting the operating system operated by the first server to be compatible with the operating system operated by the second server, wherein if the second server can normally operate, the operating system migrated to the second server can normally operate, and the operating system is successfully migrated.
Based on the above embodiments:
in some embodiments, the system information further includes physical hardware configuration of the server, kernel information of the operating system, firewall, network connectivity information, and file directory rights information;
after determining the system information of the first server and the second server, the method further comprises:
and installing the physical hardware configuration of the first server for the second server, and installing the kernel information, the firewall, the network communication information and the file directory authority information of the operating system operated by the first server for the operating system operated by the second server.
The types of operating systems, such as centos, homemade kylin, dragon, etc., are versions of the corresponding operating systems, such as centos operating system 7.2 or 7.3, and further such as windows 10 and windows 11 on office computers, which are versions of the operating systems. The version and kernel information, firewall policy, network connectivity information, file directory authority information and server physical hardware configuration information of the current operating system are mainly collected through the remote shell script, and meanwhile, three-party software and library information such as square font library components, encryption components and the like which are installed in the current server are collected according to the rpm-qa command, and are not available in the original operating system. For example, in office computer windows, the software running at present needs to rely on the dog searching input method, so that the software migration is deployed into a new operating system, the dog searching input method needs to be installed in the new operating system, the non-operating system software and library classes which are similar to the dog searching input method and installed in the original operating system can be automatically scanned through the step, and the information is collected into an information report of an original server.
Only if the kernel information, the firewall, the network communication information and the file directory authority information of the operating system are installed on the second server, the operation of the second server can be normally close to that of the first server.
In some embodiments, before adjusting the operating system running in the first server according to the system information, the method further includes:
judging whether the operating system operated by the second server is compatible with the operating system operated by the first server;
if yes, the operating system running on the first server is not required to be adjusted, and the step of sending the application program installed on the first server to the second server is entered;
if not, the step of adjusting the operating system running in the first server according to the system information is entered.
The adaptation between two operating systems is largely divided into two points: firstly, whether the operation of the new server is compatible with the operating system on the original old server or not, and secondly, whether the configuration of the new server is higher than that of the original old server or not, namely whether the operating system of the migrated server is completely compatible with the operating system of the original server or not. The tool has maintained through expert experience a list of operating systems that are seamlessly compatible with CentOS, e.g., anolis OS 7 is seamlessly compatible with centOS 7, and Anolis V10 is conditionally compatible with centOS 7, and whether the target server hardware configuration is higher than the original server configuration or higher than the running requirements of the migration application (jvm running configuration requirements).
If the operating systems of the two servers are not compatible, the application program in the first server needs to be adjusted, and if the first server is matched with the second server, the adjustment of application software is not needed, so that the migration speed of the operating system is increased.
In some embodiments, before sending the application installed by the first server to the second server, further comprising:
judging whether an application program installed in the first server is missing in the second server;
if yes, the step of sending the application program installed by the first server to the second server is entered;
if not, the step of judging whether the second server normally operates based on the application program is entered.
If the second server comprises all the application programs installed in the first server, the repeated installation of the application programs is not needed, and whether the second server can normally operate is judged directly. If there is a miss in the second server, i.e. the application in some or all of the first server is not included, then it is necessary to determine if the second server is operating properly after the miss is installed.
In the case that the operating system of the second server cannot be fully compatible with the operating system of the first server, testing and modification are required for the application program, namely, the application program of the first server is modified to adapt to the operating system of the second server, and if the migrated application program is incompatible with the new operating system, the software is required to be manually intervened and modified to adapt to the new operating system.
In some embodiments, further comprising:
and the control display module displays the system information, the progress of adjusting the operating system operated by the first server, the progress of sending the application program installed by the first server to the second server and the operation result of the second server.
The display module is arranged, and can display the system information of the first server and the system information of the second server, so that the difference of the system information of the first server and the system information of the second server can be displayed more intuitively. If the operating system of the first server needs to be adjusted, the display module displays the adjustment progress. If the application program of the first server needs to be sent to the second server, the display module displays the sending progress of the application program. And displaying the final operation result of the second server.
The migration process of the operating system is displayed through the display module, so that the migration progress can be determined more intuitively.
In some embodiments, sending the first server-installed application to the second server includes:
the first server is controlled to directly send the application program to the second server.
The application program is migrated from the original server to the target server, SCP commands are executed on the original server in a remote shell script mode, and the application program is directly sent from the original server to the target server.
In some embodiments, sending the first server-installed application to the second server includes:
receiving an application program sent by a first server;
the application is sent to a second server.
When software is migrated, some new servers and old servers cannot communicate, namely the network is not available, so that the software to be migrated cannot be directly sent to the new servers from the old servers, and the migrated software can be migrated to the new servers through transfer, so that the goal of one-key migration is achieved, and the war package of the application program can also be directly uploaded to the target servers.
In summary, the first server may be directly controlled to send the application program to the second server, or may be used as an intermediate bridge to receive the application program sent by the first server and send the application program to the second server.
Fig. 2 is a schematic structural diagram of a migration system of an operating system according to the present invention, where the migration system of the operating system includes:
a system information determining unit 21, configured to determine system information of the first server and the second server, where the system information includes a type of an operating system operated by the server, a version of the operating system, and an application installed by the server;
an adjusting unit 22, configured to adjust an operating system running on the first server according to the system information, so that the operating system running on the first server is adapted to an operating system running on the second server;
a transmitting unit 23 for transmitting the application installed by the first server to the second server;
an operation judging unit 24 for judging whether the second server operates normally based on the application program; if yes, triggering a migration success unit;
and a migration success unit 25, configured to determine that migration of the operating system in the first server to the second server is successful.
Based on the above embodiments:
the system information also comprises physical hardware configuration of the server, kernel information of the operating system, firewall, network communication information and file directory authority information;
the installation unit is used for installing the physical hardware configuration of the first server for the second server and installing the kernel information, the firewall, the network communication information and the file directory authority information of the operating system operated by the first server for the operating system operated by the second server.
The compatibility judging unit is used for judging whether the operating system operated by the second server is compatible with the operating system operated by the first server; if yes, triggering a sending unit is not needed; if not, triggering the adjustment unit 22;
the no-send unit is used for triggering the send unit 23 without adjusting the operating system operated by the first server;
an application program judging unit for judging whether the application program installed in the first server is missing in the second server; if yes, triggering the sending unit 23; if not, triggering the operation judging unit 24;
the display unit is used for controlling the display module to display the system information, the progress of adjusting the operating system operated by the first server, the progress of sending the application program installed by the first server to the second server and the operation result of the second server.
The sending unit 23 is specifically configured to control the first server to directly send the application program to the second server.
The receiving unit is used for receiving the application program sent by the first server;
the sending unit 23 is specifically configured to send the application program to the second server.
Fig. 3 is a schematic structural diagram of a migration apparatus of an operating system according to the present invention, including:
a memory 31 for storing a computer program;
a processor 32 for implementing the steps of the migration method of the operating system described above when executing the computer program.
The migration device of the operating system provided in the present application refers to the above embodiment, and is not described herein again.
The application also provides a server, which comprises the migration device of the operating system.
The description of the server provided in the present application refers to the above embodiments, and is not repeated here.
It should also be noted that in this 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for migrating an operating system, comprising:
determining system information of a first server and a second server, wherein the system information comprises the type of an operating system operated by the server, the version of the operating system and an application program installed by the server;
adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server;
transmitting an application program installed by the first server to the second server;
judging whether the second server normally operates based on the application program;
if yes, the fact that the operating system in the first server is migrated to the second server is successful is determined.
2. The migration method of operating system according to claim 1, wherein the system information further includes physical hardware configuration of the server, kernel information of the operating system, firewall, network connectivity information, and file directory authority information;
after determining the system information of the first server and the second server, the method further comprises:
and installing the physical hardware configuration of the first server for the second server, and installing the kernel information, the firewall, the network communication information and the file directory authority information of the operating system operated by the first server for the operating system operated by the second server.
3. The migration method of an operating system according to claim 1, further comprising, before adjusting the operating system running in the first server according to the system information:
judging whether the operating system operated by the second server is compatible with the operating system operated by the first server;
if yes, the step of sending the application program installed by the first server to the second server is carried out without adjusting the operating system operated by the first server;
if not, the step of adjusting the operating system running in the first server according to the system information is entered.
4. The migration method of an operating system according to claim 1, wherein before transmitting the application installed by the first server to the second server, further comprising:
judging whether the second server lacks an application program installed in the first server;
if yes, a step of sending the application program installed by the first server to the second server is entered;
if not, the step of judging whether the second server normally operates based on the application program is carried out.
5. The migration method of an operating system according to claim 1, further comprising:
and controlling a display module to display the system information, the progress of adjusting the operating system operated by the first server, the progress of sending the application program installed by the first server to the second server and the operation result of the second server.
6. The migration method of an operating system according to any one of claims 1 to 5, wherein transmitting the application installed by the first server to the second server comprises:
and controlling the first server to directly send the application program to the second server.
7. The migration method of an operating system according to any one of claims 1 to 5, wherein transmitting the application installed by the first server to the second server comprises:
receiving the application program sent by the first server;
and sending the application program to the second server.
8. A migration system for an operating system, comprising:
the system information determining unit is used for determining system information of the first server and the second server, wherein the system information comprises the type of an operating system operated by the server, the version of the operating system and an application program installed by the server;
the adjusting unit is used for adjusting the operating system operated by the first server according to the system information so that the operating system operated by the first server is matched with the operating system operated by the second server;
a sending unit, configured to send an application installed by the first server to the second server;
the operation judging unit is used for judging whether the second server normally operates based on the application program; if yes, triggering a migration success unit;
and the migration success unit is used for determining that the migration of the operating system in the first server to the second server is successful.
9. A migration apparatus for an operating system, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the migration method of an operating system according to any one of claims 1 to 7 when said computer program is executed.
10. A server comprising the migration apparatus of the operating system of claim 9.
CN202311324813.1A 2023-10-12 2023-10-12 Migration method, migration system, migration device and migration server of operating system Pending CN117270979A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311324813.1A CN117270979A (en) 2023-10-12 2023-10-12 Migration method, migration system, migration device and migration server of operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311324813.1A CN117270979A (en) 2023-10-12 2023-10-12 Migration method, migration system, migration device and migration server of operating system

Publications (1)

Publication Number Publication Date
CN117270979A true CN117270979A (en) 2023-12-22

Family

ID=89221372

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311324813.1A Pending CN117270979A (en) 2023-10-12 2023-10-12 Migration method, migration system, migration device and migration server of operating system

Country Status (1)

Country Link
CN (1) CN117270979A (en)

Similar Documents

Publication Publication Date Title
KR101802920B1 (en) Method and apparatus for creating a virtual machine system disk snapshot
US10127057B2 (en) Method and apparatus for dynamically implementing application function
US7600226B2 (en) Device driver updating method and program, information processing apparatus and server apparatus using the same, and storage for storing device driver updating program
US6282709B1 (en) Software update manager
US6816964B1 (en) System, method and medium storing a program controlling a computer, to install a program remotely and automatically into a client by pre-downloaded agent using managing record recording an install execution state of the client and execution control information
US11714663B2 (en) Application environment that implements native code functionality in progressive web applications
EP2341428B1 (en) Server connected to image forming apparatus and client, client, and method of remotely installing driver of image forming apparatus
US7475396B2 (en) Method and apparatus for defining, building and deploying pluggable and independently configurable install components
EP1280059A2 (en) Automated software driver installation
US20110138374A1 (en) Downtime reduction for enterprise manager patching
CN106469068B (en) Application program deployment method and system
JP2003084984A (en) Information processor, information processing method, control program, and recording medium storing control program
US8782636B2 (en) Information processing apparatus, control method thereof, and program
US20040040023A1 (en) Remote identification loader
CN113721931A (en) Automatic service deployment method, system and computer readable storage medium
US11113044B2 (en) Information processing apparatus and non-transitory computer readable medium storing program
US20030120827A1 (en) Method and apparatus for automatically detecting machine states during an operating system installation through a network
CN110737444A (en) Remote self-adaptive dynamic deployment method and system for operating system based on firmware
CN117270979A (en) Migration method, migration system, migration device and migration server of operating system
US8103863B2 (en) Workflow management to automatically load a blank hardware system with an operating system, products, and service
CN115185553A (en) Method for updating device firmware of user and related device
JP4788128B2 (en) Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method
CN109428936B (en) APP upgrading method, device, system, electronic equipment and storage medium
CN111522560A (en) Software installation method and device, storage medium and electronic equipment
JP2015121887A (en) Information processing device and control method thereof, and program

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