CN101964821A - Method and system for loading operating environment of remote terminal - Google Patents

Method and system for loading operating environment of remote terminal Download PDF

Info

Publication number
CN101964821A
CN101964821A CN 201010504200 CN201010504200A CN101964821A CN 101964821 A CN101964821 A CN 101964821A CN 201010504200 CN201010504200 CN 201010504200 CN 201010504200 A CN201010504200 A CN 201010504200A CN 101964821 A CN101964821 A CN 101964821A
Authority
CN
China
Prior art keywords
remote terminal
mirror image
memory
server
loading
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
CN 201010504200
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.)
SOFTWARE ENGINEERING CENTER CHINESE ACADEMY OF SCIENCES
Original Assignee
SOFTWARE ENGINEERING CENTER CHINESE ACADEMY OF SCIENCES
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 SOFTWARE ENGINEERING CENTER CHINESE ACADEMY OF SCIENCES filed Critical SOFTWARE ENGINEERING CENTER CHINESE ACADEMY OF SCIENCES
Priority to CN 201010504200 priority Critical patent/CN101964821A/en
Publication of CN101964821A publication Critical patent/CN101964821A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method and a system for loading the operating environment of a remote terminal. The method comprises the following steps of: after electrified self-checking of the remote terminal, performing network initialization, connecting the remote terminal to a server and sending a loading request which comprises equipment recognition information to the server; receiving memory mirroring corresponding to the remote terminal transmitted by the server according to the loading request; and restoring memory information of the remote terminal according to the memory mirroring so as to allow the remote terminal to finish loading the operating environment. Through the embodiment of the invention, manual intervention is not needed in an operating environment loading process, reliability is high and user experience is good; and equipment loading service has high efficiency and high speed.

Description

Loading method and system for remote terminal operating environment
Technical Field
The invention relates to the field of cloud computing, in particular to a method and a system for loading a remote terminal operation environment in a cloud computing mode.
Background
With the rapid development and application of computer technology and network technology, the hardware and software of computers are being updated more and more frequently, and in order to maximize the functions of the existing devices, so as to reduce the cost, and facilitate the management and maintenance, the diskless network technology is being developed.
Diskless workstations are a special application of computer networks. Generally speaking, a diskless workstation sends a starting request to a server in different forms by a Boot ROM (Boot ROM) of a network card, the server sends starting data to the workstation after receiving the starting request according to a starting mechanism, and after the workstation finishes downloading the starting data, the system control right is transferred to certain specific areas in a memory from the Boot ROM and guides an operating system.
At present, the most common domestic diskless workstation has the following two construction modes:
one is Remote initiation service (RPL) technology. The RPL technique is used to implement boot Windows95 under Windows NT. Since Windows NT has a remote boot service, software on the server's hard disk can be used to boot a workstation on a network instead of the workstation's hard disk. The network card of the workstation must be provided with an RPLROM chip, and each RPL ROM chip is made for a specific network adapter card and cannot be interchanged with the specific network adapter card. The network adapter card with the RPL sends out broadcast (broadcasts) of the boot record request, the server automatically establishes a connection to respond to it and loads the relevant boot file into the memory of the workstation.
The other is a remote Preboot Execution Environment (PXE) technology. Is a protocol designed by Intel that enables a computer to boot over a network. The protocol is divided into a Client and a Server, PXE Client is in a ROM of a network card, when a computer is booted, a BIOS calls the PXE Client into a memory to execute, and displays a command menu, and after the user selects the command menu, the PXE Client downloads an operating system which is placed in a remote place to a local place to run through a network, and the RPL upgrading product is obtained.
The RPL technology and PXE technology differ in that: RPL is static routing and PXE is dynamic routing. RPL sends request to server according to ID number on network card and other record frame, and server already has this ID data, if matching successfully, remote start is carried out; the PXE uses DHCP service to assign an IP address to the MAC address according to the MAC address of the workstation received by the server, and the same workstation may have a different IP from the last startup each time of restarting, i.e. dynamically allocating the address. The PXE technology is utilized to realize the installation of an operating system and application software, realize remote start, and carry out remote emergency boot, if a client fails in the system start, the system image file can be downloaded at a server side to help diagnose and recover the fault of the client. Therefore, the application of the PXE technology is wider than that of the RPL technology at present.
However, the diskless workstation technology is mainly applicable to a local area network, is not applicable to interaction between a remote terminal and a server through the internet, and is particularly not applicable to loading a remote terminal operating environment in a triple-play mode or a cloud computing mode.
Currently, in the internet technology, a concept of a client obtaining an operating system by interacting with a server, called transparent computing, appears. Chinese patent application publication No. CN1670698A discloses the following technical contents: the transparent computing system is a computing mode which is composed of terminal equipment, a server and a network for connecting the terminal equipment and the server, a user does not need to sense the specific location of a computer operating system, middleware, an application program and a communication network, and only needs to select and use corresponding services (such as computing, telephone, television, internet surfing, entertainment and the like) from various used terminal equipment (including various fixed terminal equipment, mobile terminal equipment and various household terminal equipment) through the network according to own requirements.
The ideal transparent computing comprises three parts, one is a transparent client integrating light-weight equipment such as current PC, PDA, smart phone, digital household appliance and the like; one is a transparent network integrating the current various network devices and interconnection devices; the last one is a transparent server that integrates a large number of common personal computers, servers, mainframes, etc. that have strong or very strong computing power. In general, transparent computing is built on a wider range of physical devices, and the operating environment is more flexible. The transparent client can be a bare computer without any software installed, or can be a light terminal provided with a part of a core software platform.
Transparent servers are computing devices with external memory, such as PCs, PC-level servers, premium servers, minicomputers, and the like. The transparent server stores various software and information resources required by the user, and also completes the management and coordination of the transparent computing system, such as the management of the processes of scheduling, allocation and transmission of various operating system core codes, scheduling, allocation and transmission of various software services to the transparent client, and the like. The transparent network is a network system which adds a specific communication protocol on the basis of a local area network or a wide area network which is commonly used at present, and the network system can be based on transmission systems such as Ethernet, CATV, 802.11, IEEE 1394 and the like, and even communication networks based on 3G and 4G.
However, in the process of implementing the invention, the inventor finds that the prior art has the following defects: transparent computing requires a client user to manually select an operating system and send a request for downloading a selected operating system image to a server; the server sends a corresponding operating system or an operating system image according to the selection of the client user, the operating system needs to be started at the client, the memory is reinitialized, the process space is installed and distributed, and the efficiency of equipment loading service is low and the speed is low.
Disclosure of Invention
The invention aims to provide a method and a system for loading a remote terminal operating environment, which do not need manual intervention in the process of loading the operating environment, and have high efficiency and high speed of equipment loading service.
In order to achieve the above object, an embodiment of the present invention provides a method for loading a remote terminal operating environment, which is applied to a remote terminal in a cloud computing mode, and the method includes:
after the remote terminal is powered on and self-checked, performing network initialization to connect to a server, and sending a downloading request containing equipment identification information to the server;
receiving a memory mirror image corresponding to the remote terminal sent by the server according to the downloading request;
and restoring the memory information of the remote terminal according to the memory mirror image so that the remote terminal finishes the loading of the operating environment.
The embodiment of the invention provides a loading method of a remote terminal operation environment, which is applied to a server in a cloud computing mode, and comprises the following steps:
the server receives a downloading request containing equipment identification information sent by a remote terminal;
selecting a memory mirror image corresponding to the remote terminal according to the equipment identification information;
and sending the memory mirror image corresponding to the remote terminal so that the remote terminal finishes the loading of the operating environment.
The embodiment of the invention also provides a loading system of a remote terminal operation environment, which is applied to the remote terminal in the cloud computing mode, and the system comprises:
the network unit is used for performing network initialization connection to the server after the remote terminal is powered on for self-test, and sending a downloading request containing equipment identification information to the server;
the downloading unit is used for receiving the memory mirror image corresponding to the remote terminal sent by the server according to the downloading request;
and the memory restoring unit is used for restoring the memory information of the remote terminal according to the memory mirror image so as to enable the remote terminal to finish the loading of the operating environment.
The embodiment of the invention also provides a loading system of a remote terminal operating environment, which is applied to a server in a cloud computing mode, and the system comprises:
a request receiving unit, configured to receive a download request containing device identification information sent by a remote terminal;
the mirror image selection unit is used for selecting a memory mirror image corresponding to the remote terminal according to the equipment identification information;
and the mirror image sending unit is used for sending the memory mirror image to the remote terminal so as to enable the remote terminal to complete the loading of the operating environment.
The invention has the advantages that the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the reliability is high, and better user experience is realized; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
fig. 1 is a flowchart of a loading method applied to a remote terminal in embodiment 1 of the present invention;
fig. 2 is a flowchart of a loading method applied to a server in embodiment 2 of the present invention;
fig. 3 is a flowchart of a loading method applied to a remote terminal and a server in embodiment 3 of the present invention;
fig. 4 is a schematic diagram of a loading system applied to a remote terminal in embodiment 4 of the present invention;
fig. 5 is a schematic diagram of another configuration of a loading system applied to a remote terminal in embodiment 4 of the present invention;
fig. 6 is a schematic diagram of a configuration of a loading system applied to a server in embodiment 5 of the present invention;
fig. 7 is a schematic diagram of another configuration of the loading system applied to the server in embodiment 5 of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the following embodiments and accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
The embodiment of the invention provides a method and a system for loading a remote terminal running environment. The present invention will be described in detail below with reference to the accompanying drawings.
Example 1
The embodiment of the invention provides a loading method of a remote terminal operation environment, which is applied to a remote terminal in a cloud computing mode.
As shown in fig. 1, the method includes:
step 101, after a remote terminal is powered on and self-checked, performing network initialization to connect to a server, and sending a downloading request containing equipment identification information to the server;
102, a remote terminal receives a memory mirror image corresponding to the remote terminal, which is sent by a server according to a downloading request;
and 103, restoring the memory information by the remote terminal according to the acquired memory mirror image, so that the remote terminal finishes the loading of the operating environment.
In this embodiment, the remote terminal may be a network tv, a mobile phone, a Personal Computer (PC), a Personal Digital Assistant (PDA), a Digital appliance, etc., but is not limited thereto, and the specific device may be determined according to actual situations.
In this embodiment, the communication between the remote terminal and the server may be established on a TCP/IP protocol, and before the memory image is loaded into the memory, the IP network is connected, that is, an IP protocol stack or other network communication module independent of the operating system is required to complete network connection and communication functions.
In step 101, the remote terminal may power on a self-test, initialize a network module, connect to a server, and the network module may be implemented by a BIOS or a network chip.
In step 101, after the remote terminal is powered on for self-test, the remote terminal may also perform self-test to obtain the device identification information of the remote terminal. But not limited to this, the device identification information of the remote terminal may also be pre-stored at the time of factory shipment, and the specific implementation may be determined according to the actual situation.
When step 101 is performed, the device identification information may include the type of remote terminal, and/or the model number of the remote terminal. For example, the device identification information may be two strings: "3" and "1.2", wherein "3" represents that the remote terminal is a network television, and "1.2" represents that the model of the network television is 1.2. The above description is merely illustrative, but not restrictive, and specific embodiments may be determined according to actual circumstances.
When step 102 is performed, the server may select a memory image corresponding to the remote terminal according to the device identification information, where the memory image may be in a form of a record of a file.
The memory mirroring differs from the mirroring of an operating system in that: operating system images are a form of static storage; the memory mirror is a snapshot of the operating system in the memory, and is a dynamic concept. At a particular instant, the memory image reflects the state of the memory at a particular time.
The remote terminal can effectively interact with the server through an independent downloading module to finish downloading of the specified memory mirror image, and the downloading module is independent of the operating system, namely is not part of the operating system, can be a function on firmware and can be realized by a BIOS or a chip.
When step 103 is performed, the remote terminal may restore the memory information according to the obtained memory mirror image, and transfer the control right to the operating system, so that the remote terminal completes the loading of the operating environment. The above functions may be implemented by the BIOS or the chip.
In this embodiment, for a remote terminal, such as a tv or a mobile phone with a specific model, the hardware or functions of the remote terminal will not change, and the basic services and software that are started will not change, in other words, the allocation of memory and processes may not change.
When the remote terminal is started, the memory image of the remote terminal can be called from the server, the information of an operating system (including, but not limited to, memory allocation, processes/threads, devices, and the like) in the device memory is restored, and then the information is handed to the operating system to complete the starting process.
For example, suppose a factory state of a device requires running processes # 1-10. The manufacturer can set the operating system to run process number 1-10 before the remote terminal leaves the factory. Firstly, the system boots the process No. 0, and the process No. 0 starts to boot one by one from the process No. 1 until the process No. 10 is finished; at this moment, the memory snapshot of the memory is in a state that the operating system completes initialization and the process No. 1-10 is installed; then, acquiring the memory snapshot at the moment, and storing a memory mirror image at a server side; after leaving the factory, after a terminal user starts the remote terminal, the memory mirror image is obtained from the server, and the state of the memory before leaving the factory is directly restored.
Therefore, the memory can be restored to a state at a certain moment, and processes of initializing system processes one by one and reallocating the memory and the address space by the process No. 0 are omitted. After the memory is restored, the system returns to a state after the system boot is completed.
In the prior art, after downloading an operating system or an operating system image through a local area network or the internet, a remote terminal needs to start the operating system and initialize a memory and a process; loading services, initializing memory, and starting processes are the most time consuming of the entire operating system startup process. In the invention, the process of memory initialization and process initialization is eliminated, and the efficiency of system execution is improved to a great extent. Especially for the mass production of the same type equipment, such as a television embedded operating system, the execution efficiency of the system can be improved, and the maintenance cost of the system can be reduced.
According to the embodiment, the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the reliability is good, and better user experience is achieved; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Example 2
The embodiment of the invention provides a loading method of a remote terminal operation environment, which is applied to a server in a cloud computing mode.
As shown in fig. 2, the method includes:
step 201, a server receives a downloading request containing equipment identification information sent by a remote terminal;
step 202, the server selects a memory mirror image corresponding to the remote terminal according to the equipment identification information;
in step 203, the server sends the memory image corresponding to the remote terminal, so that the remote terminal completes the loading of the operating environment.
The device identification information may include the type of remote terminal and/or the model number of the remote terminal when step 201 is performed.
When step 202 is performed, the server may select a corresponding memory image according to the type of the remote terminal and/or the model of the remote terminal.
In the prior art, a user needs to first obtain a list of operating systems in a server and manually select an operating system of a remote terminal according to the list of operating systems, so that manual intervention is needed, and if the type and model of hardware equipment are not familiar, a wrong operating system is easily selected, so that the reliability is low and the user experience is poor. In the invention, the remote terminal automatically sends the equipment identification information to the server without manual intervention, thereby having high efficiency and better user experience.
According to the embodiment, the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the efficiency is high, and better user experience is achieved; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Example 3
The embodiment of the invention provides a loading method of a remote terminal operation environment on the basis of the embodiments 1 and 2, which is applied to a remote terminal and a server in a cloud computing mode. The loading method is further described below, and repeated details are not repeated.
Step 301, a memory mirror image of the remote terminal is manufactured.
In this embodiment, a remote terminal of a specific type or a specific type may complete a first boot process before first installation or shipment, complete initialization of a memory, a process, and the like, and manufacture a memory image of the remote terminal.
Step 302, storing the memory mirror image in the server, wherein the memory mirror image is associated with the device identification information of the remote terminal.
Step 303, the remote terminal sets a network address to point to the server.
In this embodiment, a target server address may be preset at the remote terminal to point to a server storing a memory image corresponding to the remote terminal.
And step 304, after the remote terminal is powered on and self-checked, performing network initialization connection to the server, and sending a downloading request containing equipment identification information to the server.
In step 305, the server receives a download request containing device identification information sent by the remote terminal.
Further, the download request may further include trusted authentication information, and the server may authenticate whether the remote terminal is trusted according to the trusted authentication information. For example, prior art techniques such as digital signatures, watermarks, etc. may be used and will not be described in detail herein.
After the verification is passed, step 306 is executed; if the verification fails, the loading process is ended.
Step 306, the server selects a memory image corresponding to the remote terminal according to the device identification information.
Step 307, the server sends the memory image corresponding to the remote terminal.
And step 308, the remote terminal receives the memory image corresponding to the remote terminal, which is sent by the server according to the downloading request.
Further, the remote terminal may also verify the memory image based on the trusted verification information. For example, data signature techniques may be employed to verify that the memory image is correct. After the verification is passed, step 309 is performed; if the verification fails, the loading process is ended.
And 309, restoring the memory information of the remote terminal by the remote terminal according to the memory mirror image, so that the remote terminal finishes the loading of the operating environment.
According to the embodiment, the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the reliability is good, and better user experience is achieved; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Example 4
The embodiment of the invention provides a loading system of a remote terminal operation environment, which is applied to a remote terminal in a cloud computing mode.
Fig. 4 is a schematic diagram of a configuration of a loading system according to an embodiment of the present invention. As shown in fig. 4, the system includes: a network unit 401, a download unit 402, and a memory restoration unit 403; wherein,
the network unit 401 is used for performing network initialization to connect to the server after the remote terminal is powered on for self-test, and sending a downloading request containing equipment identification information to the server;
the downloading unit 402 is configured to receive a memory image corresponding to the remote terminal sent by the server according to the downloading request;
the memory restoring unit 403 is configured to restore the memory information of the remote terminal according to the memory mirror image, so that the remote terminal completes loading of the operating environment.
Fig. 5 is a schematic diagram of another configuration of the loading system according to the embodiment of the present invention, which is applied to a remote terminal in a cloud computing mode. As shown in fig. 5, the system includes: a network unit 501, a download unit 502, and a memory restoration unit 503; as mentioned above, no further description is provided herein.
In one embodiment, the download request may also include trusted authentication information. As shown in fig. 5, the system may further include: a first verification unit 504;
the first verification unit 504 is configured to verify the memory image according to the trusted verification information;
after the verification of the first verification unit 504 is passed, the memory recovery unit 503 recovers the memory information of the remote terminal according to the memory mirror image.
In one embodiment, the device identification information may include a type of the remote terminal, and/or a model number of the remote terminal.
As shown in fig. 5, the system may further include: a mirror image making unit 505, a mirror image storage unit 506, and an address setting unit 507;
the mirror image making unit 505 is configured to make a memory mirror image of the remote terminal;
the mirror image storage unit 506 is configured to store a memory mirror image in the server, where the memory mirror image is associated with the device identification information of the remote terminal;
the address setting unit 507 is used to set a network address pointing to a server.
The loading system can be integrated in a remote terminal as a part of the remote terminal; or can be used as a device to be connected with a remote terminal. But is not limited thereto, and the specific embodiment may be determined according to actual circumstances.
The components of the apparatus of this embodiment are respectively used to implement the steps of the method of the foregoing embodiment, and since the steps have been described in detail in the method embodiment, no further description is given here.
According to the embodiment, the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the reliability is good, and better user experience is achieved; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Example 5
The embodiment of the invention provides a loading system of a remote terminal operation environment, which is applied to a server in a cloud computing mode.
Fig. 6 is a schematic diagram of a configuration of a loading system according to an embodiment of the present invention. As shown in fig. 6, the system includes: a request receiving unit 601, an image selecting unit 602, and an image transmitting unit 603; wherein,
the request receiving unit 601 is configured to receive a download request containing device identification information sent by a remote terminal;
the mirror image selecting unit 602 is configured to select a memory mirror image corresponding to the remote terminal according to the device identification information;
the mirror image sending unit 603 is configured to send a memory mirror image corresponding to the remote terminal, so that the remote terminal completes loading of the operating environment.
Fig. 7 is a schematic diagram of another configuration of the loading system according to the embodiment of the present invention, which is applied to a server in a cloud computing mode. As shown in fig. 7, the system includes: a request receiving unit 701, a mirror selecting unit 702, and a mirror transmitting unit 703; as mentioned above, no further description is provided herein.
In one embodiment, the download request further includes trusted authentication information. As shown in fig. 7, the system may further include: a second authentication unit 704;
the second verification unit 704 is configured to verify whether the remote terminal is trusted according to the trusted verification information;
and, after the second verification unit 704 passes the verification, the mirror selection unit 702 selects a memory mirror corresponding to the remote terminal according to the device identification information.
The loading system can be integrated in the server as a part of the server; or may be used alone as a device connected to a server. But is not limited thereto, and the specific embodiment may be determined according to actual circumstances.
The components of the apparatus of this embodiment are respectively used to implement the steps of the method of the foregoing embodiment, and since the steps have been described in detail in the method embodiment, no further description is given here.
According to the embodiment, the corresponding memory mirror image is selected through the equipment identification information, manual intervention is not needed, the efficiency is high, and better user experience is achieved; and the server transmits the memory mirror image to the remote terminal according to the request without starting an operating system at the remote terminal, so that the equipment loading service efficiency is high and the starting speed is high.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by hardware, or by software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present invention can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.), and includes several instructions for enabling a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A loading method of a remote terminal operation environment is applied to a remote terminal in a cloud computing mode, and is characterized by comprising the following steps:
after the remote terminal is powered on and self-checked, performing network initialization to connect to a server, and sending a downloading request containing equipment identification information to the server;
receiving a memory mirror image corresponding to the remote terminal sent by the server according to the downloading request;
and restoring the memory information of the remote terminal according to the memory mirror image so that the remote terminal finishes the loading of the operating environment.
2. The method according to claim 1, wherein after receiving the memory image corresponding to the remote terminal sent by the server according to the download request, the method further comprises:
verifying the memory mirror image according to the credible verification information;
and after the verification is passed, restoring the memory information of the remote terminal according to the memory mirror image.
3. The method of claim 1, wherein the remote terminal performs power-on self-test before performing network initialization to connect to the server, the method further comprising:
making a memory mirror image of the remote terminal;
storing the memory mirror image into the server, wherein the memory mirror image is associated with the equipment identification information of the remote terminal;
the remote terminal sets a network address to point to the server.
4. A loading method of a remote terminal operation environment is applied to a server in a cloud computing mode, and is characterized by comprising the following steps:
the server receives a downloading request containing equipment identification information sent by a remote terminal;
selecting a memory mirror image corresponding to the remote terminal according to the equipment identification information;
and sending the memory mirror image to the remote terminal so that the remote terminal finishes the loading of the operating environment.
5. The method of claim 4, wherein the download request further comprises trusted authentication information; after the server receives a download request containing device identification information sent by a remote terminal, the method further comprises:
verifying whether the remote terminal is trusted according to the trusted verification information;
and after the verification is passed, selecting the memory mirror image corresponding to the remote terminal according to the equipment identification information.
6. A loading system of a remote terminal operation environment is applied to a remote terminal in a cloud computing mode, and is characterized by comprising:
the network unit is used for performing network initialization connection to a server after the remote terminal is powered on for self-test, and sending a downloading request containing equipment identification information to the server;
the downloading unit is used for receiving the memory mirror image corresponding to the remote terminal sent by the server according to the downloading request;
and the memory restoring unit is used for restoring the memory information of the remote terminal according to the memory mirror image so as to enable the remote terminal to finish the loading of the operating environment.
7. The system of claim 6, further comprising:
the first verification unit is used for verifying the memory mirror image according to the credible verification information;
and after the verification of the first verification unit is passed, the memory recovery unit recovers the memory information of the remote terminal according to the memory mirror image.
8. The system of claim 6, further comprising:
the mirror image making unit is used for making a memory mirror image of the remote terminal;
the mirror image storage unit is used for storing the memory mirror image into the server, and the memory mirror image is associated with the equipment identification information of the remote terminal;
and the address setting unit is used for setting the network address to point to the server.
9. A loading system of a remote terminal operation environment is applied to a server in a cloud computing mode, and is characterized by comprising:
a request receiving unit, configured to receive a download request containing device identification information sent by a remote terminal;
the mirror image selection unit is used for selecting a memory mirror image corresponding to the remote terminal according to the equipment identification information;
and the mirror image sending unit is used for sending the memory mirror image corresponding to the remote terminal so that the remote terminal finishes the loading of the operating environment.
10. The system of claim 9, wherein the download request further comprises trusted authentication information; the system further comprises:
the second verification unit is used for verifying whether the remote terminal is credible according to the credible verification information;
and after the second verification unit passes the verification, the mirror image selection unit selects a memory mirror image corresponding to the remote terminal according to the equipment identification information.
CN 201010504200 2010-10-12 2010-10-12 Method and system for loading operating environment of remote terminal Pending CN101964821A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010504200 CN101964821A (en) 2010-10-12 2010-10-12 Method and system for loading operating environment of remote terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010504200 CN101964821A (en) 2010-10-12 2010-10-12 Method and system for loading operating environment of remote terminal

Publications (1)

Publication Number Publication Date
CN101964821A true CN101964821A (en) 2011-02-02

Family

ID=43517551

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010504200 Pending CN101964821A (en) 2010-10-12 2010-10-12 Method and system for loading operating environment of remote terminal

Country Status (1)

Country Link
CN (1) CN101964821A (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102172002A (en) * 2011-04-19 2011-08-31 华为终端有限公司 Method and device for displaying the software loading status of mobile phone
CN102546793A (en) * 2011-12-31 2012-07-04 广州杰赛科技股份有限公司 Self-adaption method and system of mobile terminal based on cloud computing
CN102546807A (en) * 2012-01-17 2012-07-04 上海宏舜电子科技有限公司 Network service system based on cloud computing architecture
CN104660710A (en) * 2015-03-13 2015-05-27 华存数据信息技术有限公司 Method and system for achieving virtual desktop, and corresponding server
CN105184647A (en) * 2015-08-25 2015-12-23 王子瑜 Transaction flow recovery method and system
CN105338077A (en) * 2015-10-23 2016-02-17 浪潮(北京)电子信息产业有限公司 Smart home management method and terminal
CN105515786A (en) * 2015-12-24 2016-04-20 浪潮电子信息产业股份有限公司 Network card, server and pre-boot test method
CN106254638A (en) * 2016-07-28 2016-12-21 湖南汇网通信息技术有限公司 Intelligent terminal based on lucidification disposal starts method, system and intelligent self-service system
CN106681747A (en) * 2015-11-10 2017-05-17 昆达电脑科技(昆山)有限公司 Synchronization and installation method of remote operation system
CN106940769A (en) * 2017-03-01 2017-07-11 广州大学 operating system security remote loading method
CN107528925A (en) * 2017-10-10 2017-12-29 广东易达电子科技有限公司 Terminal device starts method and system
CN107707656A (en) * 2017-10-10 2018-02-16 李梓彤 The remote loading method and system of operating system
CN107817979A (en) * 2017-10-13 2018-03-20 西安钛克韦尔信息科技有限公司 The control method and mobile terminal of a kind of mobile terminal
CN108182089A (en) * 2018-01-02 2018-06-19 联想(北京)有限公司 A kind of computer starting method and electronic equipment
CN109656612A (en) * 2019-01-24 2019-04-19 广东九联科技股份有限公司 Embedded device starting and online noninductive upgrade-system and method based on cloud service
CN113485822A (en) * 2020-06-19 2021-10-08 中兴通讯股份有限公司 Memory management method, system, client, server and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1818870A (en) * 2006-03-16 2006-08-16 浙江大学 Memory mirror starting optimization of built-in operation system
CN101770378A (en) * 2008-12-31 2010-07-07 北京联想软件有限公司 Method for configuring computer by BIOS (Basic Input/Output System), server and computer
CN101834888A (en) * 2010-04-02 2010-09-15 清华大学 Method for remotely starting transparent computing system client through wireless local area network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1818870A (en) * 2006-03-16 2006-08-16 浙江大学 Memory mirror starting optimization of built-in operation system
CN101770378A (en) * 2008-12-31 2010-07-07 北京联想软件有限公司 Method for configuring computer by BIOS (Basic Input/Output System), server and computer
CN101834888A (en) * 2010-04-02 2010-09-15 清华大学 Method for remotely starting transparent computing system client through wireless local area network

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102172002B (en) * 2011-04-19 2014-03-12 华为终端有限公司 Method and device for displaying software loading status of mobile phone
WO2011107042A2 (en) * 2011-04-19 2011-09-09 华为终端有限公司 Method and device for displaying the software loading status of mobile phone
WO2011107042A3 (en) * 2011-04-19 2012-03-22 华为终端有限公司 Method and device for displaying the software loading status of mobile phone
CN102172002A (en) * 2011-04-19 2011-08-31 华为终端有限公司 Method and device for displaying the software loading status of mobile phone
CN102546793B (en) * 2011-12-31 2015-01-28 广州杰赛科技股份有限公司 Self-adaption method and system of mobile terminal based on cloud computing
CN102546793A (en) * 2011-12-31 2012-07-04 广州杰赛科技股份有限公司 Self-adaption method and system of mobile terminal based on cloud computing
CN102546807A (en) * 2012-01-17 2012-07-04 上海宏舜电子科技有限公司 Network service system based on cloud computing architecture
CN102546807B (en) * 2012-01-17 2015-06-17 胡建鹤 Network service system based on cloud computing architecture
CN104660710A (en) * 2015-03-13 2015-05-27 华存数据信息技术有限公司 Method and system for achieving virtual desktop, and corresponding server
CN105184647B (en) * 2015-08-25 2018-12-21 王子瑜 The restoring method and system of transaction flow
CN105184647A (en) * 2015-08-25 2015-12-23 王子瑜 Transaction flow recovery method and system
CN105338077A (en) * 2015-10-23 2016-02-17 浪潮(北京)电子信息产业有限公司 Smart home management method and terminal
CN106681747A (en) * 2015-11-10 2017-05-17 昆达电脑科技(昆山)有限公司 Synchronization and installation method of remote operation system
CN105515786A (en) * 2015-12-24 2016-04-20 浪潮电子信息产业股份有限公司 Network card, server and pre-boot test method
CN106254638A (en) * 2016-07-28 2016-12-21 湖南汇网通信息技术有限公司 Intelligent terminal based on lucidification disposal starts method, system and intelligent self-service system
CN106940769A (en) * 2017-03-01 2017-07-11 广州大学 operating system security remote loading method
CN107528925A (en) * 2017-10-10 2017-12-29 广东易达电子科技有限公司 Terminal device starts method and system
CN107707656A (en) * 2017-10-10 2018-02-16 李梓彤 The remote loading method and system of operating system
CN107817979A (en) * 2017-10-13 2018-03-20 西安钛克韦尔信息科技有限公司 The control method and mobile terminal of a kind of mobile terminal
CN108182089A (en) * 2018-01-02 2018-06-19 联想(北京)有限公司 A kind of computer starting method and electronic equipment
CN108182089B (en) * 2018-01-02 2024-02-27 联想(北京)有限公司 Computer starting method and electronic equipment
CN109656612A (en) * 2019-01-24 2019-04-19 广东九联科技股份有限公司 Embedded device starting and online noninductive upgrade-system and method based on cloud service
CN109656612B (en) * 2019-01-24 2024-02-06 广东九联科技股份有限公司 Cloud service-based embedded equipment starting and online noninductive upgrading system and method
CN113485822A (en) * 2020-06-19 2021-10-08 中兴通讯股份有限公司 Memory management method, system, client, server and storage medium

Similar Documents

Publication Publication Date Title
CN101964821A (en) Method and system for loading operating environment of remote terminal
US11194560B2 (en) Autonomous server installation
US8055892B2 (en) Provision of remote system recovery services
US7072950B2 (en) Method and apparatus for operating system and application selection
US8489871B2 (en) Preboot execution environment test device and method
US8332490B2 (en) Method, apparatus and program product for provisioning a computer system
US20070266120A1 (en) System and method for handling instructions in a pre-boot execution environment
CN107229492A (en) Installation method, device, system, storage medium and the equipment of server system
CN106020875B (en) Firmware update management method and device of embedded terminal
CN106572200A (en) IP address configuration method and IP address configuration device for baseboard management controller BMC
CN103200271B (en) The method of ARM server and automation installation system thereof
US20050160150A1 (en) Apparatus and method for managing and transporting virtual disks over a network to networked stations
US20120179900A1 (en) Method of starting up a computing device in a network, server and network of computing devices for the implementation thereof
CA2915695C (en) Method and apparatus for firmware virtualization
CN103024079B (en) Obtain the method for server resource information, resource pool management system and server
CN102262546A (en) Method for booting operating system in diskless way, electronic device and server
CN102662884B (en) Device driving program configuration method based on network
US20090254641A1 (en) Network card capable of remote boot and method thereof
CN111930396B (en) Upgrading method of communication module in 4G router based on notify mechanism
US20120005321A1 (en) Router and remote boot method using the router
US20100205420A1 (en) System and method for realizing remote test on computer apparatus without storage device
CN105812426A (en) Upgrade system and upgrade method for multi-business access platform
US20230229481A1 (en) Provisioning dpu management operating systems
CN104935468A (en) PXE technology-based interactive system and method for realizing operation of operating system thereof
CN106547602B (en) Method for manufacturing operating system mirror image suitable for iSCSI protocol remote wireless loading

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20110202