JPS62137642A - Plural os storing system - Google Patents

Plural os storing system

Info

Publication number
JPS62137642A
JPS62137642A JP27835885A JP27835885A JPS62137642A JP S62137642 A JPS62137642 A JP S62137642A JP 27835885 A JP27835885 A JP 27835885A JP 27835885 A JP27835885 A JP 27835885A JP S62137642 A JPS62137642 A JP S62137642A
Authority
JP
Japan
Prior art keywords
area
ipl
pointer
active
prepared
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
JP27835885A
Other languages
Japanese (ja)
Inventor
Jiyunichi Shiyouho
荘保 純一
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP27835885A priority Critical patent/JPS62137642A/en
Publication of JPS62137642A publication Critical patent/JPS62137642A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To make switching of OS easy by storing the same OS while dividing it into plural patterns, providing a changeable area that controls one of them as an active state OS, and enabling to load OS basing on the area. CONSTITUTION:When constituting OS of a loader IPL of a monitor, the main body of a monitor MON and a functional constituent INF, OS1, OS2 etc. are prepared as OS of different revision etc. At this time, IPL1, MON1, INF1 are prepared as corresponding to OS1 and IPL2, MON2, INF2 are prepared as corresponding to OS2 in a disk unit as subjects. A fixed area 1 in the disk is allotted as an active area and a pointer is made to IPL, MON, INF. When controlling by OS1, the starting point of IPL1 is stored in the pointer of IPL etc., and the pointer to the subject of OS is stored in the area 1 by an OS switching program 4.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、複数OS格納方式、特に、いくつかのパター
ンに特性づけられたOSの切りかえを有する複数OS格
納方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a multiple OS storage system, and particularly to a multiple OS storage system that has OS switching characterized by several patterns.

〔従来の技術〕[Conventional technology]

従来、OSの特性を変更する場合は、システム生成のや
シ直しとなっていた。これは、OSを格納するファイル
がシステムで唯一であることによる。
Conventionally, when changing the characteristics of an OS, the system has to be generated or rebuilt. This is because the file that stores the OS is the only one in the system.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このため、上述した従来のOSの特性を変更する方法は
システム生成の変更を行うので、時間と手間を要すると
いう欠点があった。例えば、一時的にOSの機能を変更
し、再び元に戻すような場合にもOSの機能変更のため
にシステム生成を行い、元に戻すために再びシステム生
成を実施する必要があった。
For this reason, the above-described conventional method of changing OS characteristics involves changing system generation, which has the disadvantage of requiring time and effort. For example, even if the OS function is temporarily changed and then restored to its original state, it is necessary to perform system generation to change the OS function, and then perform system generation again to restore the original state.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の複数OS格納方式は、いくつかのパターンの特
性に分けられたOSを格納した固定ディスクと、この複
数のOSのうち一つを活性状態のOSとして管理する固
定ディスク内の領域と、この領域を変更することにより
活性状態のOSを変更するプログラムとこの領域をもと
にOSをロードするローダを有して構成さnる。
The multiple OS storage method of the present invention includes: a fixed disk storing OSs divided into several patterns of characteristics; an area within the fixed disk for managing one of the plurality of OSes as the active OS; It is configured to include a program that changes the active OS by changing this area, and a loader that loads the OS based on this area.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すブロック図で、OSを
格納しているディスクの構成図である。例えば、OSが
モニタのロータ責IPL) 、モニタ本体(MON)お
よびOSの機能構成情報(INF)で構成されている場
合、リビジョンの異なるOSとか機能構成の異なるOS
としてOSI、082  などを用意する方法として、
OS1に対応するものとしてIPLI、MONI、IN
FIを、082に対応するものとしてIPL2.MON
2.lNF2を実体としてディスク装置に用意する。活
動OSの管理領域としてディスク内の固定領域を割り当
て、ここにIPL。
FIG. 1 is a block diagram showing one embodiment of the present invention, and is a configuration diagram of a disk storing an OS. For example, if the OS consists of the monitor's rotor IPL), the monitor itself (MON), and the OS's functional configuration information (INF), the OS may be of a different revision or have a different functional configuration.
As a method of preparing OSI, 082, etc.,
IPLI, MONI, IN are compatible with OS1.
IPL2.FI corresponds to 082. MON
2. Prepare lNF2 as an entity in the disk device. Allocate a fixed area on the disk as a management area for the active OS and perform IPL here.

MON、INFのポインタをもつ。It has pointers for MON and INF.

今、OS1で制御するためには、IPLのポインタにI
PLIの開始位置を、MONのポインタにはMONIの
開始位置を、INFのポインタにはINFIの開始位置
を格納する。この活動OSの管理領域にOSの実体への
ポインタを格納するのは、OS切り替えプログラムで行
う。
Now, in order to control with OS1, the IPL pointer must be
The start position of PLI is stored in the MON pointer, the start position of MONI is stored in the INF pointer, and the start position of INFI is stored in the INF pointer. Storing a pointer to the actual OS in the active OS management area is performed by the OS switching program.

第2図は、第1図に示す実施例におけるOS起動の動作
を説明するための流れ図である。
FIG. 2 is a flow chart for explaining the operation of starting the OS in the embodiment shown in FIG.

マス、システムのブートローダは、活動OSの管理領域
からIPLの格納場所を知りIPLをロードする。IP
Lをロード後、IPLに制御を渡す。IPLは、同様に
活動OSの管理領域からI曲Nの格納場所を知fiMO
Nをロードする。MONはやはシ活動OSの管理領域か
らINFを読み、OSの特性を規定する。この様な構造
により、例にて081が起動される。次にOS切り替え
プログラム4で活動OS管理領域lに082(IPL2
゜MON2.INF2)を格納すれば、次のシステム起
動操作にてOS2が起動される。
The boot loader of the system learns the storage location of the IPL from the management area of the active OS and loads the IPL. IP
After loading L, control is passed to IPL. IPL similarly knows the storage location of I song N from the management area of the active OS.
Load N. MON reads INF from the management area of the active OS and defines the characteristics of the OS. With this structure, 081 is activated in the example. Next, in the OS switching program 4, the active OS management area l is set to 082 (IPL2).
゜MON2. INF2), OS2 will be started in the next system startup operation.

〔発明の効果〕〔Effect of the invention〕

本発明の複数OS格納方式は、ディスク上に複数のOS
を格納し、ディスク上の固定領域で活動OSを知ること
により、OSの切シ替えが容易に行えるという効果があ
る。
The multiple OS storage method of the present invention allows multiple OSs to be stored on a disk.
By storing the active OS in a fixed area on the disk, the OS can be easily switched.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例を示すブロック図、第2図は
第1図に示す実施例の動作を説明するためのt&n図で
ある。 1・・・・・・活@OS管理領域、2・・・・・・特性
OSl要素、3・・・・・・特性OS2要索、4・・・
・・・OS切り替えプログラム。 ′、−′、ノ′
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a t&n diagram for explaining the operation of the embodiment shown in FIG. 1...Active@OS management area, 2...Characteristic OSl element, 3...Characteristic OS2 summary, 4...
...OS switching program. ′, −′, ノ′

Claims (1)

【特許請求の範囲】[Claims] 同一OSをリビジョンの違いや機能構成の違いなどによ
りいくつかのパターンに分け、これらを格納した固定デ
ィスクと、この複数のOSのうち一つを活性状態のOS
として管理する固定ディスク内の領域とこの領域を変更
するプログラムと、活性状態のOSを管理する領域をも
とにOSをロードするローダとで構成されたいくつかの
特性をもったOSの切りかえが容易に行われることを特
徴とする複数OS格納方式。
The same OS is divided into several patterns based on differences in revisions and functional configurations, and a fixed disk that stores these patterns and one of these multiple OSes are used as the active OS.
An OS switching system with several characteristics, consisting of an area in a fixed disk that is managed as an OS, a program that changes this area, and a loader that loads the OS based on the area that manages the active OS. A multiple OS storage method characterized by easy implementation.
JP27835885A 1985-12-10 1985-12-10 Plural os storing system Pending JPS62137642A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27835885A JPS62137642A (en) 1985-12-10 1985-12-10 Plural os storing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27835885A JPS62137642A (en) 1985-12-10 1985-12-10 Plural os storing system

Publications (1)

Publication Number Publication Date
JPS62137642A true JPS62137642A (en) 1987-06-20

Family

ID=17596221

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27835885A Pending JPS62137642A (en) 1985-12-10 1985-12-10 Plural os storing system

Country Status (1)

Country Link
JP (1) JPS62137642A (en)

Similar Documents

Publication Publication Date Title
EP2633400B1 (en) Stateful applications operating in a stateless cloud computing environment
US6714949B1 (en) Dynamic file system configurations
EP3786788A1 (en) Hypervisor hibernation
CN101211272A (en) Dynamic virtual machine generation
WO2012160533A1 (en) Transparent file system migration to a new physical location
CN109992278A (en) A kind of application issued method and device based on container
KR20010050518A (en) Method, system and program products for operationally migrating a cluster through emulation
CN114270315A (en) Hydration of applications
CN109408529A (en) A kind of processing method and system of bottom data
JPS62137642A (en) Plural os storing system
US20060048143A1 (en) Real-time operation by a diskless client computer
CN111399896B (en) Patch acquisition method, device, equipment and storage medium
CN114726919A (en) Method and device for controlling gray level flow, computer equipment and storage medium
CA2007691C (en) Method and apparatus for pre-process mounting of file systems in a hierarchical file system environment
JPH041834A (en) Method and device for collecting error information on input/output device
JP2002099417A (en) Reconstruction method for information processor, its performing apparatus and record medium recorded its performing program
KR970071261A (en) Scheduler for a dynamic reconfigurable uniprocessor system
JPH09146765A (en) Service execution control system for information processor
OLIVEIRA Assessing the use of the BeeFS distributed file system on the OpenStack.
JP2566935B2 (en) Data processing device
JPH11219286A (en) Construction method for machine environment
CN117492914A (en) Virtual machine data disaster recovery backup method, device and medium
JPH0388042A (en) Program starting system in virtual computer environment
JPS6234251A (en) File restoration system
JPH03257525A (en) Control system for executing generation of program