JPH07182225A - On-line increasing/decreasing system for os resource - Google Patents

On-line increasing/decreasing system for os resource

Info

Publication number
JPH07182225A
JPH07182225A JP25793693A JP25793693A JPH07182225A JP H07182225 A JPH07182225 A JP H07182225A JP 25793693 A JP25793693 A JP 25793693A JP 25793693 A JP25793693 A JP 25793693A JP H07182225 A JPH07182225 A JP H07182225A
Authority
JP
Japan
Prior art keywords
resource
physical
area
logical
resources
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.)
Withdrawn
Application number
JP25793693A
Other languages
Japanese (ja)
Inventor
Kazuo Shibuya
和夫 渋谷
Kazunari Ishikawa
一成 石川
Takanari Hoshiai
隆成 星合
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.)
Fujitsu Ltd
Nippon Telegraph and Telephone Corp
Original Assignee
Fujitsu Ltd
Nippon Telegraph and Telephone 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 Fujitsu Ltd, Nippon Telegraph and Telephone Corp filed Critical Fujitsu Ltd
Priority to JP25793693A priority Critical patent/JPH07182225A/en
Publication of JPH07182225A publication Critical patent/JPH07182225A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To efficiently execute the increment/decrement of a physical resource and a logical resource through an on-line without exerting influence upon files in an OS or an application. CONSTITUTION:In the case of increasing the physical resource 1, a physical resource increasing means 3 is started and a physical memory 7 to be increased is allocated to a pool '0'. In the case of decreasing the resource 1, a physical resource decreasing means 4 is started. The means 4 starts a monitoring task, and if an area in using exists in an area 8 to be descreased, the area is copied to an unused area and then a physical memory in the area 8 is deleted. In the case of increasing a logical resource 2, a stand-by resource area 10 for increment is previously secured, a resource 11 to be increased is allocated to the area 10 and the resource 11 is integrated into an idle chain for managing the resource. In the case of decreasing the resource 2, a resource 12 to be decreased is disconnected from the idle chain and the area of the resource 12 is integrated into the stand-by resource area 10.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、資源の増減設を行なう
場合のOSリソースのオンライン増減設方式に係り、更
に詳しくは、ファイルの更新やOSの初期設定を行なう
ことなくオンラインで資源の増減設を行なうOSリソー
スのオンライン増減設方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an online resource increasing / decreasing method for increasing / decreasing resources, and more particularly, to increasing / decreasing resources online without updating files or initializing the OS. The present invention relates to an online resource increase / decrease system for setting OS resources.

【0002】[0002]

【従来の技術】OSリソースの増減設には、実装メモリ
等の増減設を行なう物理資源の増減設と、OSが行なう
各種サービスの状態を管理するための論理資源(リソー
ス)の増減設がある。
2. Description of the Related Art Increasing or decreasing OS resources includes increasing or decreasing the physical resources for increasing or decreasing the mounted memory or the like, and increasing or decreasing the logical resources (resources) for managing the states of various services performed by the OS. .

【0003】以下に、従来の物理資源の増減設方法およ
び論理資源の増減設方法を説明する。図11は、物理資
源を増設する場合の従来方法の説明図である。
The conventional physical resource increasing / decreasing method and logical resource increasing / decreasing method will be described below. FIG. 11 is an explanatory diagram of a conventional method for adding a physical resource.

【0004】同図(a)に示すように、コンピュータの
論理空間にOSファイルや複数のアプリケーション・フ
ァイル、誰もが使用可能なフリー・メモリ(プール0)
が割りつけられており、物理空間内に実際に各ファイル
が格納されているとともに、フリー・メモリ(プール
0)が割りつけられている。フリー・メモリ(プール
0)はアプリケーション・ファイル(n)の後に位置し
ているものとする。そして、論理空間内の位置付けであ
る論理アドレスと実際に格納されている物理空間上の位
置付けである物理アドレスの対応関係がアドレス変換テ
ーブルによって指定されている。
As shown in FIG. 1A, an OS file, a plurality of application files, and a free memory (pool 0) that can be used by anyone in the logical space of the computer.
Are allocated, each file is actually stored in the physical space, and free memory (pool 0) is allocated. The free memory (pool 0) is assumed to be located after the application file (n). Then, the correspondence relationship between the logical address that is the position in the logical space and the physical address that is the position in the physical space that is actually stored is specified by the address conversion table.

【0005】例えば、メモリが不足した場合やファイル
を追加したい場合には物理資源であるメモリを増設する
ことになる。ここで、アプリケーション・ファイル(n
−1)とアプリケーション・ファイル(n)の間の、今
までメモリが実装されていなかった空間にメモリを実装
することを考える(増設対象部分)。
For example, when the memory is insufficient or when it is desired to add a file, the memory which is a physical resource will be added. Where application file (n
Consider mounting a memory in a space between -1) and the application file (n) where the memory has not been mounted until now (extension target part).

【0006】従来、フリー・メモリ(プール0)は連続
的な領域を取ることになっているので、物理空間上の該
増設対象部分にメモリを実装したとしても、すぐにこの
領域を利用することはできない。そのため、このままで
は増設メモリが無駄になり、増設の意味がなくなる。そ
こで、ファイルの再構成が必要になる。すなわち、同図
(b)に示すように、増設部分にアプリケーション・フ
ァイル(n)を載せなおして、フリー・メモリ(プール
0)の領域を増設メモリ分だけ増やす作業を行なう必要
がある。
Conventionally, since the free memory (pool 0) is supposed to take a continuous area, even if the memory is mounted in the expansion target portion in the physical space, this area should be used immediately. I can't. Therefore, if this is left as it is, the additional memory will be wasted, and the meaning of the additional expansion will be lost. Therefore, it is necessary to reconstruct the file. That is, as shown in FIG. 9B, it is necessary to reload the application file (n) in the additional portion and increase the area of the free memory (pool 0) by the additional memory.

【0007】図12は、物理資源を減設する場合の従来
方法の説明図である。ファイルが同図(a)に示すよう
な構成で割りつけられているときに、フリー・メモリ
(プール0)の一部を減設する場合を考える。
FIG. 12 is an explanatory diagram of a conventional method for reducing physical resources. Consider a case where a part of the free memory (pool 0) is deleted when a file is allocated with the configuration shown in FIG.

【0008】フリー・メモリ(プール0)の部分はその
時点で誰が使用しているかは全く分からない。そのた
め、減設対象部分を単純にはずすと、減設対象部分内の
メモリを使用していたユーザの仕事が停止し、該メモリ
内のデータ等も消失してしまうことになり、減設対象部
分を単純にはずすことはできない。そこで、OSが管理
している管理データの変更を行なうとともに、OSの初
期設定をしなおす必要がある。
It is completely unknown who is using the free memory (pool 0) at that time. Therefore, if the removal target part is simply removed, the work of the user who has used the memory in the removal target part will stop, and the data etc. in the memory will also be lost. Cannot be simply removed. Therefore, it is necessary to change the management data managed by the OS and reset the OS.

【0009】図13は、従来の物理資源の増減設処理の
フローチャートである。物理資源の増減設を開始すると
(S131)、まず、既存のOS(旧OS)上にあるハ
ードウエア(物理資源)の実装状況に関するデータを増
減設に合わせて変更し、新しいOSファイルを作成する
(S132)。次に、ハードウエアの増減設を実際に行
なう(S133)。すなわち、増設メモリを実装した
り、あるいは、既に実装してあるメモリを取り去る。そ
して、新OSファイルの初期設定(立ち上げ)を行ない
(S134)、うまく立ち上がれば(OK)、新OSフ
ァイルと旧OSファイルの乗せ換えを行って、物理資源
の増減設処理を終了する(S136)。うまく立ち上が
らない場合(NG)は、旧OSファイルへ復帰し(S1
35)、一応物理資源の増減設処理を終了する(S13
6)。このような場合、立ち上げがうまくいかない原因
を除去したうえで、もう一度物理資源の増減設処理を行
なう。
FIG. 13 is a flowchart of a conventional physical resource increasing / decreasing process. When the increase / decrease of physical resources is started (S131), first, the data regarding the mounting status of the hardware (physical resource) on the existing OS (old OS) is changed according to the increase / decrease, and a new OS file is created. (S132). Next, the hardware is increased or decreased (S133). That is, the additional memory is mounted or the already mounted memory is removed. Then, the new OS file is initialized (started up) (S134), and if the new OS file is successfully started (OK), the new OS file and the old OS file are exchanged, and the physical resource addition / reduction processing is ended (S136). ). If the startup is not successful (NG), restore the old OS file (S1
35), the physical resource increase / decrease processing is ended (S13).
6). In such a case, after removing the cause of the startup failure, the physical resource increase / decrease process is performed again.

【0010】次に、論理資源の増減設の従来方法につい
て説明する。図14,図15は、論理資源を増設する場
合の従来方法の説明図である。タスクやメモリ等のOS
がサービスを提供するものはリソースという論理資源を
使用してOSが管理している。リソースはOSが提供す
るサービスごとに設けられ、個々のサービスの状態など
の情報が書き込まれている。
Next, a conventional method of increasing / decreasing logical resources will be described. 14 and 15 are explanatory diagrams of a conventional method for adding a logical resource. OS such as tasks and memory
What the OS provides is managed by the OS using logical resources called resources. A resource is provided for each service provided by the OS, and information such as the status of each service is written therein.

【0011】図14の(a)に示すように、論理空間お
よび物理空間にリソース域が設けられ、合計n+4個の
リソースが割りつけられている。すなわち、このシステ
ムでは最高n+4個のサービスが提供可能である。そし
て、OSは、立ち上げ時にn+4個のリソースをチェー
ン状につないだアイドルチェーンを形成し、サービスを
使用する場合に、このアイドルチェーンからリソースを
一つはずし、それを該サービスに割り当てて状態等を書
き込み、該サービスを管理する。
As shown in FIG. 14A, a resource area is provided in the logical space and the physical space, and a total of n + 4 resources are allocated. That is, this system can provide up to n + 4 services. Then, the OS forms an idle chain by connecting n + 4 resources in a chain at startup, and when using a service, removes one resource from this idle chain, allocates it to the service, To manage the service.

【0012】図14の(a)のように、論理空間と物理
空間には、リソース域の他にOSファイルやアプリケー
ション・ファイルが割りつけられているものとする。こ
の状態で、論理資源を増設する(リソースの数を増や
す)場合を考える。例えば、5個リソースを増設するも
のとする。
As shown in FIG. 14A, it is assumed that OS files and application files are allocated to the logical space and the physical space in addition to the resource area. Consider a case where a logical resource is added (the number of resources is increased) in this state. For example, assume that five resources are added.

【0013】単にリソース域を拡張するとOSファイル
の領域に侵入してOSファイルを破壊することになる。
そのため、ファイル全部の構成をしなおし、同図(b)
に示すように、リソースn+4の後にリソース5個分の
領域を空け、そこに5個のリソースを挿入する。そのた
めには、全ファイルを構成しなおすとともに、OSが管
理する論理資源のデータを変更する必要がある。
If the resource area is simply expanded, the OS file area is invaded and the OS file is destroyed.
Therefore, the structure of all the files has been reconfigured, and the same figure (b)
As shown in FIG. 5, an area for 5 resources is vacated after the resource n + 4, and 5 resources are inserted therein. For that purpose, it is necessary to reconfigure all files and change the data of the logical resource managed by the OS.

【0014】図14の(a)では、リソース域を論理空
間および物理空間の一番最初においたので、リソースを
増設するときには全ファイルを構成しなおす必要があっ
た。リソース域が他の位置に割りつけられていた場合に
リソースを増設するときには、それ以降のファイルを構
成しなおすことになる。
In FIG. 14A, since the resource area is located at the very beginning of the logical space and the physical space, it is necessary to reconfigure all files when adding resources. When the resource area is allocated to another position and the resource is added, the subsequent files are reconfigured.

【0015】図16,図17は、論理資源の減設の従来
方法の説明図である。n+9個あったリソースを5個減
設する場合を例にしている。単純にn+5〜n+9番目
のリソースを減らすと、その部分のメモリが空いて無駄
になるとともに、使用中のリソースを削除する可能性が
ある。そこで、削除対象部分のリソースで使用している
ものを他のリソースに移し替えるとともに、OSファイ
ル以下の全ファイルを構成しなおして図16の(b)に
示すように、n+5〜n+9番目のリソースの領域をつ
める処理を行なう。
16 and 17 are explanatory views of a conventional method of reducing logical resources. An example is shown in which five resources, which were n + 9 resources, are deleted. If the n + 5th to n + 9th resources are simply reduced, the memory in that portion becomes empty and wasted, and the resources in use may be deleted. Therefore, the resource used in the part to be deleted is transferred to another resource, and all the files below the OS file are reconfigured so that as shown in (b) of FIG. Perform processing to fill the area.

【0016】図18は、論理資源の増減設をする場合の
従来の方法のフローチャートである。論理資源の増減設
を開始すると(S161)、まず、既存のOS(旧O
S)上にある論理資源を管理するためのデータを増減設
に合わせて変更し、新しいOSファイルおよびアプリケ
ーション等の新ファイルを作成する(S162)。次
に、新OSファイルの初期設定(立ち上げ)を行ない
(S163)、うまく立ち上がれば(OK)、アイドル
チェーンへのリソースの組み込み(増設)あるいは解除
(減設)を行い、また新OSファイルを乗せ換えて論理
資源の増減設処理を終了する(S165)。うまく立ち
上がらない場合(NG)は、旧OSファイルへ復帰し
(S164)、一応論理資源の増減設処理を終了する
(S165)。このような場合、立ち上げがうまくいか
ない原因を除去したうえで、もう一度論理資源の増減設
処理を行なう。
FIG. 18 is a flow chart of a conventional method for increasing / decreasing the number of logical resources. When the increase / decrease of logical resources is started (S161), first, the existing OS (old O
The data for managing the logical resources on S) is changed according to the increase / decrease, and new files such as a new OS file and application are created (S162). Next, the initial setting (startup) of the new OS file is performed (S163), and if the start-up is successful (OK), the resource is installed (added) or released (removed) in the idle chain, and the new OS file is also created. The transfer is replaced and the process of increasing / decreasing the logical resource is terminated (S165). If the startup is not successful (NG), the old OS file is restored (S164), and the logical resource increase / decrease processing is ended (S165). In such a case, the cause of the startup failure is eliminated, and the logical resource increase / decrease process is performed again.

【0017】稼働中の交換機のように、運用を停止でき
ないシステムで論理資源の増減設を行なう場合には、運
用と新しいファイルの立ち上げを同時に行ない、新しい
ファイルの立ち上げがうまくいけば、アイドルチェーン
へのリソースの組み込み(増設)あるいは解除(減設)
を行ない、新OSファイルを乗せて新ファイルでの運用
を開始する。
When a logical resource is increased / decreased in a system whose operation cannot be stopped, such as an operating exchange, operation and startup of a new file are performed at the same time. Incorporating (adding) or releasing (removing) resources in the chain
And load the new OS file and start operation with the new file.

【0018】[0018]

【発明が解決しようとする課題】しかしながら、従来の
方式では、物理資源や論理資源の増減設にともなってO
Sファイルを変更したり、ファイルを乗せ替える必要が
あるうえ、OSの初期設定(立ち上げ)を一から行わな
いとならず、時間や労力がかかるという問題があった。
また、システムを運用中の場合には、運用しながらOS
ファイルの変更や乗せ替え、初期設定を行わなくてはな
らない。増減設処理中に誤りが生じた場合には運用中の
システムにも問題を及ぼす可能性があり、問題である。
However, according to the conventional method, the number of O and
There is a problem in that it is necessary to change the S file and replace the file, and the OS must be initialized (started up) from scratch, which takes time and labor.
If the system is in operation, the OS
You have to change files, transfer files, and make initial settings. If an error occurs during the increase / decrease process, it may cause a problem to the operating system, which is a problem.

【0019】本発明は、物理資源や論理資源の増減設
を、システム運用中であっても、運用中の処理に影響を
及ぼすことなく、短時間に、手間をかけずに行なうこと
を目的とする。
It is an object of the present invention to increase / decrease physical resources and logical resources even during system operation, without affecting processing during operation, in a short time, and without trouble. To do.

【0020】[0020]

【課題を解決するための手段】第1図は、本発明の機能
ブロック図である。本発明は、物理メモリ等の物理資源
1と、OSが提供するタスク等のさまざまなサービスの
状態を管理する論理資源(リソース)2とを有するコン
ピュータ・システムを前提とする。
FIG. 1 is a functional block diagram of the present invention. The present invention is premised on a computer system having a physical resource 1 such as a physical memory and a logical resource 2 that manages the states of various services such as tasks provided by the OS.

【0021】まず、物理資源増設手段3を有する。物理
資源増設手段3は、増設する物理資源である物理メモリ
7をフリー・メモリ(プール0)に割りつける。次に、
物理資源減設手段4を有する。物理資源減設手段4は、
実行レベルの低い監視タスクによってアドレス変換テー
ブルを検索し、減設対象の物理メモリ領域8が使用中の
場合には、該使用中の領域9を減設対象領域8以外の物
理メモリ領域にコピーしたうえ、該減設対象領域8の物
理メモリの減設を行なう。
First, the physical resource adding means 3 is provided. The physical resource adding means 3 allocates the physical memory 7 which is a physical resource to be added to the free memory (pool 0). next,
It has a physical resource reduction means 4. The physical resource reduction means 4 is
The address conversion table is searched by a monitoring task having a low execution level, and if the physical memory area 8 to be deleted is in use, the area 9 in use is copied to a physical memory area other than the area 8 to be deleted. In addition, the physical memory in the reduction target area 8 is reduced.

【0022】さらに、論理資源増設手段5を有する。論
理資源増設手段5は、予め論理資源(リソース)を増設
するためのリソース領域10を論理空間内に確保してお
き、該リソース領域10中に増設分のリソース11を割
りつけたうえ、該増設分のリソース11をアイドルチェ
ーンに組み込むことにより論理資源を増設する。
Further, it has a logical resource adding means 5. The logical resource adding means 5 reserves a resource area 10 for adding a logical resource (resource) in advance in the logical space, allocates the additional resource 11 to the resource area 10, and then adds the additional resource 11. A logical resource is added by incorporating the minute resource 11 in the idle chain.

【0023】最後に、論理資源減設手段6を有する。論
理資源減設手段6は、アイドルチェーンに組み込まれて
いる減設対象のリソース12をアイドルチェーンから解
放するとともに、解放したリソース12のあった領域を
新たに前記論理資源増設手段5によりリソースを増設す
るためのリソース領域10とする。
Finally, the logical resource reducing means 6 is provided. The logical resource removing means 6 releases the resource 12 to be removed, which is incorporated in the idle chain, from the idle chain, and newly expands the area in which the released resource 12 exists by the logical resource adding means 5. The resource area 10 for this purpose.

【0024】前記物理資源増設手段3、前記物理資源減
設手段4は、物理資源の増減設中は、該増減設以前の物
理資源の状態を保持し、障害発生時には、該増減設以前
の物理資源の状態に復帰する。
The physical resource expansion means 3 and the physical resource reduction means 4 retain the state of the physical resources before the increase / decrease during the increase / decrease of the physical resources, and when the failure occurs, the physical resource before the increase / decrease Return to resource status.

【0025】[0025]

【作用】次に、図1の機能ブロック図の作用を説明す
る。物理資源1の空き領域に物理メモリ7を増設する場
合には、物理資源増設手段3を起動する。物理資源増設
手段3は、物理メモリ7を実装し、その領域をフリー・
メモリ(プール0)として論理空間上および物理空間上
に割りつける。これにより、OSやアプリケーション等
の他のファイルに影響を及ぼさずに、物理メモリ7を増
設することができる。物理資源増設中は、増設以前の論
理空間および物理空間上の割りつけ情報を保持してお
き、障害が発生した場合には、増設以前の状態に復帰さ
せるようにする。
Next, the operation of the functional block diagram of FIG. 1 will be described. When the physical memory 7 is added to the free area of the physical resource 1, the physical resource adding means 3 is activated. The physical resource adding means 3 mounts the physical memory 7 and frees the area.
The memory (pool 0) is allocated in the logical space and the physical space. As a result, the physical memory 7 can be added without affecting other files such as the OS and applications. During physical resource expansion, allocation information in the logical space and physical space before expansion is retained, and when a failure occurs, the state before expansion is restored.

【0026】また、物理資源1から一部の物理メモリを
減設する場合には、物理資源減設手段4を起動する。物
理資源減設手段4は、実行レベルの低い監視タスクを起
動し、減設対象領域8に使用中の領域9があるか否かを
アドレス変換テーブルを検索することにより判断し、存
在する場合には、該使用中の領域9を減設対象領域8以
外の領域にコピーする。そのうえで、物理資源減設手段
4は、減設対象領域8の物理メモリをとりはずす。
When a part of the physical memory is removed from the physical resource 1, the physical resource removing means 4 is activated. The physical resource reduction means 4 activates a monitoring task having a low execution level, determines whether or not there is an area 9 in use in the reduction target area 8 by searching the address conversion table, and if it exists, Copies the in-use area 9 to an area other than the reduction target area 8. Then, the physical resource removing means 4 removes the physical memory of the removal target area 8.

【0027】一方、OSが提供するメモリやタスク等の
サービスの状態を管理する論理資源(リソース)2を増
設する場合には、論理資源増設手段5を起動する。論理
資源(リソース)2を増設する場合を考慮して、予めリ
ソースを増設する領域(リソース領域)10を物理空間
および論理空間上に確保しておく。そして、このリソー
ス領域に増設分のリソース11を割りつけるとともに、
OSが管理するリソースのアイドルチェーンに増設分の
リソース11を組み込む。これにより、OSは増設分の
リソース11を管理することが可能になる。
On the other hand, when adding a logical resource (resource) 2 for managing the status of services such as memory and tasks provided by the OS, the logical resource adding means 5 is activated. Considering the case where the logical resource (resource) 2 is added, an area (resource area) 10 for adding the resource is secured in advance in the physical space and the logical space. Then, while allocating additional resources 11 to this resource area,
The additional resource 11 is incorporated in the idle chain of resources managed by the OS. This allows the OS to manage the additional resources 11.

【0028】論理資源を減設する場合には論理資源減設
手段6を起動する。論理資源減設手段6は、減設対象の
リソース12をアイドルチェーンからはずすとともに、
リソース12の論理空間および物理空間上での割りつけ
を解放する。そして、解放した領域を今後リソースを増
設するためのリソース領域10として割りつける。
When reducing the logical resources, the logical resource reducing means 6 is activated. The logical resource removing means 6 removes the resource 12 to be removed from the idle chain,
The allocation of the resource 12 in the logical space and the physical space is released. Then, the released area is allocated as a resource area 10 for adding resources in the future.

【0029】[0029]

【実施例】図2は、一実施例のシステム構成図である。
本発明は、例えば、交換機等に使用するコンピュータ・
システム200 を前提とする。そして、コンピュータ・シ
ステム200 には、キーボードやディスプレイ等のI/0
装置280 や、磁気ディスク等の外部記憶装置290 が接続
されている。
FIG. 2 is a system configuration diagram of an embodiment.
The present invention is, for example, a computer
System 200 is assumed. The computer system 200 includes an I / O device such as a keyboard and a display.
The device 280 and an external storage device 290 such as a magnetic disk are connected.

【0030】コンピュータ・システム200 は、CPU21
0 と、I/Oインタフェース230 、主記憶220 等で構成
され、I/O装置280 や外部記憶装置290 はI/Oイン
タフェース230 を介してコンピュータ・システム200 に
接続されている。
The computer system 200 includes a CPU 21
0, an I / O interface 230, a main memory 220, etc. The I / O device 280 and the external storage device 290 are connected to the computer system 200 via the I / O interface 230.

【0031】主記憶220 は例えば何枚かの複数個のRA
Mを載せたメモリボード240 で構成される。コンピュー
タ・システム200 内には該メモリボード240 を実装する
フォルダがあり、該メモリボード240 が実装されている
か否かを示すテーブルとしてハードウエア実装表250 が
ある。このハードウエア実装表250 はOS221 が管理す
る。そのほか、論理空間と物理空間のアドレスを変換す
るためのテーブルであるアドレス変換テーブル260 を有
する。
The main memory 220 is, for example, some RAs.
It is composed of the memory board 240 on which M is mounted. A folder for mounting the memory board 240 is provided in the computer system 200, and a hardware mounting table 250 is a table indicating whether or not the memory board 240 is mounted. The OS 221 manages this hardware mounting table 250. In addition, it has an address conversion table 260 which is a table for converting addresses in the logical space and the physical space.

【0032】主記憶220 内には、該コンピュータ・シス
テムの管理を行なうためのOS221やOS221 が提供す
る各種のタスク223 、各種のアプリケーション・ファイ
ル1〜n(225-1 〜225-n )、誰もが使用できるメモリ
領域であるフリー・メモリ(プール0)226 等が存在す
る。
In the main memory 220, an OS 221 for managing the computer system, various tasks 223 provided by the OS 221, various application files 1 to n (225-1 to 225-n), There is a free memory (pool 0) 226, which is a memory area that can be used by all.

【0033】本発明の物理資源や論理資源の増減設を行
なうためのタスクとして、増減設タスク223-2 を主記憶
上に載せる。物理資源や論理資源の増減設を行なう場合
には、この増減設タスク223-2 を起動し、処理を行な
う。
As a task for increasing / decreasing the physical resources and logical resources of the present invention, an increase / decrease task 223-2 is placed on the main memory. When physical resources or logical resources are increased or decreased, this increase / decrease task 223-2 is activated and processing is performed.

【0034】増減設タスク223-2 が起動されると、ま
ず、増減設中であることを示すフラグ(増減設中指示フ
ラグ224 )を立てる。このフラグ224 は、障害が発生し
た場合に、増減設中であるか否かを判別するために使用
される。
When the increase / decrease task 223-2 is activated, first, a flag indicating that the increase / decrease is in progress (increase / decrease instructing flag 224) is set. This flag 224 is used to determine whether or not the increase / decrease is underway when a failure occurs.

【0035】図3は、一実施例の物理資源の増設方法の
説明図である。OSファイルやアプリケーション・ファ
イル1〜n、フリー・メモリ(プール0)が論理空間お
よび物理空間上で同図(a)のように割りつけられてお
り、物理空間上でアプリケーション・ファイルnの前に
メモリを増設するものとする。
FIG. 3 is an explanatory diagram of a physical resource adding method according to an embodiment. OS files, application files 1 to n, and free memory (pool 0) are allocated in the logical space and the physical space as shown in FIG. 8A, and in the physical space, before the application file n. Memory shall be added.

【0036】本実施例の物理資源の増設方法では、増設
するメモリをフリー・メモリ(プール0)に組み込むこ
とが特徴である。図4は、一実施例の物理資源増設のフ
ローチャートである。
The physical resource expansion method of this embodiment is characterized in that the memory to be expanded is incorporated into the free memory (pool 0). FIG. 4 is a flowchart of physical resource addition according to an embodiment.

【0037】まず、増減設中であることを示すフラグ
(通常運転中/増減設中指示フラグ)290 を立てる(S
41)。そして、OSの管理データを別のメモリ領域に
退避する(S42)。これはシステムが稼働している場
合には、例えば交換機等の運用を停止することはできな
い。そこで、このフラグ290 を立てたうえデータを保持
しておき、増減設中に障害が発生した場合には退避して
おいたデータを元の管理データの領域に戻せるようにし
ておく。
First, a flag (normal operation / increase / decrease instructing instruction flag) 290 indicating that the increase / decrease is in progress is set (S).
41). Then, the management data of the OS is saved in another memory area (S42). This means that the operation of, for example, a switch cannot be stopped when the system is operating. Therefore, the flag 290 is set and the data is held so that the saved data can be returned to the area of the original management data when a failure occurs during the increase / decrease.

【0038】そのうえで、増設メモリを実装する(S4
3)。次に、ハードウエア実装表の内容を変更する(S
44)。すなわち、ハードウエア実装表のなかの増設メ
モリの位置のデータを実装済みを示す値に変更する。次
に、増設メモリをフリー・メモリ(プール0)に組み込
むようにOSの管理データを変更する(S45)。すな
わち、論理空間上では既存のフリー・メモリ(プール
0)の後に連続して該増設メモリ分のフリー・メモリ
(プール0)を置くようにアドレス変換テーブルの内容
を変更する(図3)。最後に、増減設中指示フラグを元
に戻す(S46)。
Then, an additional memory is mounted (S4
3). Next, the contents of the hardware mounting table are changed (S
44). That is, the data at the position of the additional memory in the hardware mounting table is changed to a value indicating that mounting has been completed. Next, the management data of the OS is changed so that the additional memory is incorporated in the free memory (pool 0) (S45). That is, in the logical space, the contents of the address conversion table are changed so that the free memory (pool 0) for the additional memory is continuously placed after the existing free memory (pool 0) (FIG. 3). Finally, the increase / decrease installation instruction flag is returned to the original (S46).

【0039】以上の処理により、他のファイルを変更す
ることなく物理資源を増設することができる。図5は、
一実施例の物理資源の減設方法の説明図である。
Through the above processing, physical resources can be added without changing other files. Figure 5
It is explanatory drawing of the physical resource reduction method of one Example.

【0040】OSファイルやアプリケーション・ファイ
ル1〜n、フリー・メモリ(プール0)が論理空間およ
び物理空間上で同図(a)のように割りつけられてお
り、フリー・メモリ(プール0)の一部を減設するもの
とする。
OS files, application files 1 to n, and free memory (pool 0) are allocated in the logical space and physical space as shown in FIG. 9A, and the free memory (pool 0) is allocated. Part of it will be removed.

【0041】減設の場合には、減設対象部分が使用中か
否かが問題になる。使用中の場合には、その使用中の部
分の内容をフリー・メモリ(プール0)中の未使用領域
にコピーしたうえで減設対象部分を取り除く必要がある
(同図(b))。
In the case of the reduction, there is a problem whether or not the reduction target portion is in use. If it is in use, it is necessary to copy the contents of the in-use part to an unused area in the free memory (pool 0) and then remove the part to be removed ((b) in the figure).

【0042】図6は、一実施例の物理資源減設のフロー
チャートである。まず、増減設中であることを示すフラ
グ(通常運転中/増減設中指示フラグ)290 を立てる
(S61)。そして、OSの管理データを別のメモリ領
域に退避する(S62)。
FIG. 6 is a flowchart of physical resource reduction according to an embodiment. First, a flag (normal operation / increase / decrease instruction flag) 290 indicating that the increase / decrease is in progress is set (S61). Then, the management data of the OS is saved in another memory area (S62).

【0043】次に、OSの管理データを変更し、減設対
象部分を外すように設定する(S63)。そして、減設
対象部分を使用しているものがあるか否かを判断するた
めに、監視タスクを起動する(S64)。監視タスク
は、稼働中の他のタスクを妨げることがないように実行
レベルの比較的低いタスクとする。監視タスクは、ま
ず、アドレス変換テーブルの物理アドレスをサーチし
(S641)、減設対象部分の物理アドレスがあるか否
かを調べる(S642)。ない場合(N)には監視タス
クの処理を完了し、元のプログラムに戻る。減設対象部
分の物理アドレスがあった場合(Y)には、該物理アド
レスの内容をフリー・メモリ(プール0)内の未使用領
域にコピーする(S643)。そして、アドレス変換テ
ーブルの該物理アドレスの部分をコピーした領域の物理
アドレスに書き換える(S644)。これにより、減設
対象部分にあった使用中のプログラムやデータは、フリ
ー・メモリ(プール0)の他の領域にコピーされ、ユー
ザはこれを意識せずにそのまま使い続けることができ
る。
Next, the management data of the OS is changed and the removal target portion is set to be removed (S63). Then, a monitoring task is activated to determine whether or not there is any one using the reduction target portion (S64). The monitoring task is a task with a relatively low execution level so as not to interfere with other running tasks. The monitoring task first searches for a physical address in the address conversion table (S641), and checks whether or not there is a physical address of the part to be removed (S642). If not (N), the processing of the monitoring task is completed, and the process returns to the original program. If there is a physical address of the part to be deleted (Y), the content of the physical address is copied to an unused area in the free memory (pool 0) (S643). Then, the physical address portion of the address conversion table is rewritten to the physical address of the copied area (S644). As a result, the programs and data in use that were in the reduction target portion are copied to another area of the free memory (pool 0), and the user can continue to use them without being aware of this.

【0044】次に、減設対象部分についてハードウエア
実装表を変更し(S65)、その後、実際に減設対象部
分のハードウエアを減設する(S66)。最後に増減設
中指示フラグを元に戻して(S67)、減設処理を完了
する。
Next, the hardware mounting table is changed for the reduction target portion (S65), and then the hardware of the reduction target portion is actually reduced (S66). Finally, the increase / decrease addition instruction flag is returned to the original state (S67), and the reduction processing is completed.

【0045】以上の処理により、他のファイルを変更す
ることなく物理資源を増設することができる。図7は、
一実施例の論理資源の増設方法の説明図である。
Through the above processing, physical resources can be added without changing other files. Figure 7
It is explanatory drawing of the addition method of the logical resource of one Example.

【0046】OSファイル等のファイル、および、論理
資源(OSが提供するサービスの情報を管理するための
テーブルであるリソース)が論理空間および物理空間上
で同図(a)のように割りつけられており、10個分の
リソース(リソースn+5〜n+14)を増設するもの
とする。増設前の時点では、1〜n+4のリソースが同
図(a)のようにアイドルチェーンを形成している。
Files such as OS files and logical resources (resources that are tables for managing information on services provided by the OS) are allocated in the logical space and physical space as shown in FIG. 10 resources (resources n + 5 to n + 14) are added. Before the addition, resources 1 to n + 4 form an idle chain as shown in FIG.

【0047】本実施例の論理資源の増設方法では、従来
のリソース域の後に、予約リソース域として、論理資源
増設用の領域を予め確保しておき、その部分で論理資源
の増設を行なうことが特徴である。
In the logical resource expansion method of this embodiment, a logical resource expansion area is reserved in advance as a reserved resource area after the conventional resource area, and logical resources can be expanded in that area. It is a feature.

【0048】図8は、一実施例の物理資源増設のフロー
チャートである。まず、増設に必要な、例えば、ここで
は10個分のリソースに必要なメモリ領域を論理空間内
および物理空間内に確保し、アドレス変換テーブル上
で、論理空間での位置と物理空間での位置を割りつける
(S81)。
FIG. 8 is a flowchart of physical resource addition according to an embodiment. First, a memory area required for expansion, for example, 10 resources here is secured in the logical space and the physical space, and the position in the logical space and the position in the physical space on the address conversion table are allocated. Is allocated (S81).

【0049】その後、増設したリソース(ここでは10
個のリソース)を論理資源としてアイドルチェーンにつ
なぐ(S82)。つまり、n+4番目のリソースにn+
5番目のリソースがつながるように、また、n+5番目
以降、n+14までのリソースが順につながるように各
リソース内のポインタを設定し、n+14番目のリソー
スからは先頭に戻るようにポインタを設定することによ
り、新たなアイドルチェーンを作成する(図7
(b))。
After that, the added resource (here, 10
The individual resources) are connected to the idle chain as logical resources (S82). That is, n + to the n + 4th resource
By setting the pointer in each resource so that the 5th resource is connected, and the resources from n + 5th to n + 14 are connected in order, and by setting the pointer to return to the beginning from the n + 14th resource , Create a new idle chain (Fig. 7
(B)).

【0050】以上の処理により、論理資源の増設処理は
完了する。最後に、論理資源の減設方法について説明す
る。図9は、一実施例の論理資源の減設方法の説明図で
ある。同図(a)は、減設前の論理空間および物理空
間、リソースのアイドルチェーンの構成である。
With the above processing, the logical resource addition processing is completed. Finally, a method of reducing logical resources will be described. FIG. 9 is an explanatory diagram of a logical resource reduction method according to an embodiment. FIG. 3A shows the configuration of an idle chain of a logical space, a physical space, and resources before the reduction.

【0051】減設前、リソース域にn+14個のリソー
スがあり、そのうちの10個(n+5〜n+14番目)
のリソースを減設対象とするものとする。図10は、一
実施例の論理資源の減設方法のフローチャートである。
Before removal, there are n + 14 resources in the resource area, 10 of which (n + 5 to n + 14th)
The following resources will be removed. FIG. 10 is a flowchart of a logical resource reduction method according to an embodiment.

【0052】まず、既存のアイドルチェーン(図9
(a))から減設対象のリソースをはずす(S10
1)。すなわち、例えば、n+4番目のリソースからn
+5番目のリソースにつながっていたポインタをはず
し、n+4番目のリソースと先頭とがつながるようにポ
インタを設定しなおす。次に、アイドルチェーンからは
ずしたn+5〜n+14番目のリソース分のメモリ領域
を予約リソース域として、アドレス変換テーブル上で割
りつける(S102)。
First, the existing idle chain (see FIG. 9)
Remove the resource to be removed from (a)) (S10)
1). That is, for example, from the (n + 4) th resource to n
Remove the pointer that was connected to the + 5th resource, and reset the pointer so that the n + 4th resource and the beginning are connected. Next, the memory areas corresponding to the n + 5 to n + 14th resources removed from the idle chain are allocated as reserved resource areas on the address conversion table (S102).

【0053】以上の処理により、他のファイルに影響を
与えることなく論理資源の減設が完了する。
Through the above processing, the reduction of logical resources is completed without affecting other files.

【0054】[0054]

【発明の効果】本発明によれば、OSが管理する物理資
源および論理資源の増減設を、OSやアプリケーション
等のファイルの変更や、OSの初期設定(立ち上げ)を
せずに済むようになり、物理資源および論理資源の増減
設処理の処理効率が向上することが可能になる。
According to the present invention, it is possible to increase or decrease the physical resources and logical resources managed by the OS without changing files such as the OS and applications and initializing (starting up) the OS. Therefore, it is possible to improve the processing efficiency of the physical resource and logical resource increase / decrease processing.

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

【図1】本発明の機能ブロック図である。FIG. 1 is a functional block diagram of the present invention.

【図2】一実施例のシステム構成図である。FIG. 2 is a system configuration diagram of an embodiment.

【図3】一実施例の物理資源の増設方法の説明図であ
る。
FIG. 3 is an explanatory diagram of a physical resource addition method according to an embodiment.

【図4】一実施例の物理資源増設方法のフローチャート
である。
FIG. 4 is a flowchart of a physical resource adding method according to an embodiment.

【図5】一実施例の物理資源の減設方法の説明図であ
る。
FIG. 5 is an explanatory diagram of a physical resource reduction method according to an embodiment.

【図6】一実施例の物理資源減設方法のフローチャート
である。
FIG. 6 is a flowchart of a physical resource reduction method according to an embodiment.

【図7】一実施例の論理資源の増設方法の説明図であ
る。
FIG. 7 is an explanatory diagram of a logical resource addition method according to an embodiment.

【図8】一実施例の論理資源増設方法のフローチャート
である。
FIG. 8 is a flowchart of a logical resource addition method according to an embodiment.

【図9】一実施例の論理資源の減設方法の説明図であ
る。
FIG. 9 is an explanatory diagram of a logical resource elimination method according to an embodiment.

【図10】一実施例の論理資源減設方法のフローチャー
トである。
FIG. 10 is a flowchart of a logical resource reduction method according to an embodiment.

【図11】従来の物理資源の増設方法の説明図である。FIG. 11 is an explanatory diagram of a conventional physical resource addition method.

【図12】従来の物理資源の減設方法の説明図である。FIG. 12 is an explanatory diagram of a conventional physical resource reduction method.

【図13】従来の物理資源増減設方法のフローチャート
である。
FIG. 13 is a flowchart of a conventional physical resource increasing / decreasing method.

【図14】従来の論理資源の増設方法の説明図(その
1)である。
FIG. 14 is an explanatory diagram (part 1) of a conventional method of adding a logical resource.

【図15】従来の論理資源の増設方法の説明図(その
2)である。
FIG. 15 is an explanatory diagram (Part 2) of the conventional method of adding a logical resource.

【図16】従来の論理資源の減設方法の説明図(その
1)である。
FIG. 16 is an explanatory diagram (1) of a conventional logical resource reduction method.

【図17】従来の論理資源の減設方法の説明図(その
2)である。
FIG. 17 is an explanatory diagram (part 2) of a conventional logical resource reduction method.

【図18】従来の論理資源増減設方法のフローチャート
である。
FIG. 18 is a flowchart of a conventional method for increasing / decreasing logical resources.

【符号の説明】[Explanation of symbols]

1 物理資源 2 論理資源 3 物理資源増設手段 4 物理資源減設手段 5 論理資源増設手段 6 論理資源減設手段 7 物理メモリ 8 減設対象領域 9 使用中の領域 10 リソース領域 11 リソース 12 リソース 1 Physical Resources 2 Logical Resources 3 Physical Resource Expansion Means 4 Physical Resource Reduction Means 5 Logical Resource Expansion Means 6 Logical Resource Reduction Means 7 Physical Memory 8 Areas to be Reduced 9 Areas in Use 10 Resource Areas 11 Resources 12 Resources

───────────────────────────────────────────────────── フロントページの続き (72)発明者 星合 隆成 東京都千代田区内幸町1丁目1番6号 日 本電信電話株式会社内 ─────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Takanari Hoshiai 1-1-6 Uchisaiwaicho, Chiyoda-ku, Tokyo Nihon Telegraph and Telephone Corporation

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 物理メモリ等の物理資源1と、OSが提
供するタスク等のさまざまなサービスの状態を管理する
論理資源(リソース)2とを有するコンピュータ・シス
テムにおいて、 オンライン処理により、増設する物理資源である物理メ
モリ7をフリー・メモリ(プール0)に割りつける物理
資源増設手段3と、 実行レベルの低い監視タスクを起動することにより、論
理空間と物理空間の割りつけを行っているアドレス変換
テーブルを検索し、減設したい物理メモリ領域8に使用
中の領域9がある場合には、該使用中の領域9を減設し
たい物理メモリ領域8以外の物理メモリ領域にコピーし
たうえ、該減設対象領域8の物理メモリの減設をオンラ
イン処理で行なう物理資源減設手段4と、 予め論理資源(リソース)を増設するための領域である
リソース領域10を論理空間内に確保しておき、オンラ
イン処理により、該リソース領域10中に増設分のリソ
ース11を割りつけたうえ、該増設分のリソース11を
リソースを管理するためのアイドルチェーンに組み込む
ことにより論理資源を増設する論理資源増設手段5と、 オンライン処理により、該アイドルチェーンに組み込ま
れている減設したいリソース12をアイドルチェーンか
ら解放するとともに、解放したリソース12のあった領
域を新たに前記論理資源増設手段5によりリソースを増
設するためのリソース領域10とする論理資源減設手段
6とを、 有することを特徴とするOSリソースのオンライン増減
設方式。前記物理資源増設手段3、前記物理資源減設手
段4は、物理資源の増減設中は、該増減設以前の物理資
源の状態を保持し、障害発生時には、該増減設以前の物
理資源の状態に復帰する。
1. In a computer system having a physical resource 1 such as a physical memory and a logical resource (resource) 2 for managing the states of various services such as tasks provided by an OS, a physical system to be added by online processing. A physical resource expansion unit 3 for allocating a physical memory 7 as a resource to a free memory (pool 0) and an address conversion for allocating a logical space and a physical space by activating a monitoring task having a low execution level When the table is searched and the physical memory area 8 to be deleted has an area 9 in use, the area 9 in use is copied to a physical memory area other than the physical memory area 8 to be deleted, and then the physical memory area 8 is deleted. A physical resource reduction unit 4 for reducing the physical memory of the setting target area 8 by online processing, and an area for adding logical resources in advance. An idle chain for allocating a resource area 10 in a logical space, allocating an additional resource 11 in the resource area 10 by online processing, and managing the additional resource 11 resources And the logical resource adding means 5 for adding a logical resource by incorporating the resource into the idle chain and the resource 12 to be reduced, which is incorporated in the idle chain, is released from the idle chain by online processing, and the area in which the released resource 12 exists An online resource increase / decrease system for OS resources, further comprising: a logical resource reduction unit 6 serving as a resource area 10 for newly adding a resource by the logical resource addition unit 5. The physical resource adding unit 3 and the physical resource removing unit 4 retain the state of the physical resource before the increase / decrease during the increase / decrease of the physical resource, and when the failure occurs, the state of the physical resource before the increase / decrease. Return to.
【請求項2】 請求項1に記載の物理資源増設手段3
は、増設処理中には、増設以前の物理資源の情報を保持
しておき、障害発生時には、増設以前の物理資源の状態
に復帰することを特徴とするOSリソースのオンライン
増減設方式。
2. The physical resource adding means 3 according to claim 1.
Is an online resource increase / decrease method for OS resources, characterized in that information on physical resources before the expansion is retained during the expansion process, and when a failure occurs, the state of the physical resources before the expansion is restored.
【請求項3】 請求項1に記載の物理資源減設手段4
は、減設処理中には、減設以前の物理資源の情報を保持
しておき、障害発生時には、減設以前の物理資源の状態
に復帰することを特徴とするOSリソースのオンライン
増減設方式。
3. The physical resource reducing means 4 according to claim 1.
Holds the information of the physical resources before the removal during the removal process, and restores the state of the physical resources before the removal when a failure occurs, which is an online resource increase / decrease method for OS resources. .
JP25793693A 1993-10-15 1993-10-15 On-line increasing/decreasing system for os resource Withdrawn JPH07182225A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25793693A JPH07182225A (en) 1993-10-15 1993-10-15 On-line increasing/decreasing system for os resource

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25793693A JPH07182225A (en) 1993-10-15 1993-10-15 On-line increasing/decreasing system for os resource

Publications (1)

Publication Number Publication Date
JPH07182225A true JPH07182225A (en) 1995-07-21

Family

ID=17313263

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25793693A Withdrawn JPH07182225A (en) 1993-10-15 1993-10-15 On-line increasing/decreasing system for os resource

Country Status (1)

Country Link
JP (1) JPH07182225A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185608A (en) * 1997-09-05 1999-03-30 Hitachi Ltd Method for utilizing memory for computer system
US6687804B1 (en) 2000-02-24 2004-02-03 Fujitsu Limited Method for controlling memory device in data management system
US7062627B2 (en) 1998-01-09 2006-06-13 Hitachi, Ltd. Memory managing method used in adding memory and information processing apparatus
US7734741B2 (en) 2004-12-13 2010-06-08 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
US7738484B2 (en) 2004-12-13 2010-06-15 Intel Corporation Method, system, and apparatus for system level initialization
JP2011003072A (en) * 2009-06-19 2011-01-06 Toshiba Corp Multi-core processor system

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185608A (en) * 1997-09-05 1999-03-30 Hitachi Ltd Method for utilizing memory for computer system
US7062627B2 (en) 1998-01-09 2006-06-13 Hitachi, Ltd. Memory managing method used in adding memory and information processing apparatus
US7080227B2 (en) 1998-01-09 2006-07-18 Hitachi, Ltd. Information processing apparatus
US6687804B1 (en) 2000-02-24 2004-02-03 Fujitsu Limited Method for controlling memory device in data management system
US7734741B2 (en) 2004-12-13 2010-06-08 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
US7738484B2 (en) 2004-12-13 2010-06-15 Intel Corporation Method, system, and apparatus for system level initialization
US8171121B2 (en) 2004-12-13 2012-05-01 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
US8327113B2 (en) 2004-12-13 2012-12-04 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
US8606934B2 (en) 2004-12-13 2013-12-10 Intel Corporation Method, system, and apparatus for system level initialization by conveying capabilities and identifiers of components
US9223738B2 (en) 2004-12-13 2015-12-29 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
US9798556B2 (en) 2004-12-13 2017-10-24 Intel Corporation Method, system, and apparatus for dynamic reconfiguration of resources
JP2011003072A (en) * 2009-06-19 2011-01-06 Toshiba Corp Multi-core processor system

Similar Documents

Publication Publication Date Title
KR100446339B1 (en) Real time data migration system and method employing sparse files
US5875484A (en) Method and system for determining and overriding information unavailability time at a coupling facility
US5491808A (en) Method for tracking memory allocation in network file server
JP3792258B2 (en) Disk storage system backup apparatus and method
EP1010072B1 (en) A file transfer utility which employs an intermediate data storage system
EP0735475B1 (en) Method and apparatus for managing objects in a distributed object operating environment
US6032227A (en) System and method for cache management in mobile user file systems
US5197148A (en) Method for maintaining data availability after component failure included denying access to others while completing by one of the microprocessor systems an atomic transaction changing a portion of the multiple copies of data
US6247103B1 (en) Host storage management control of outboard data movement using push-pull operations
KR100404555B1 (en) Data processor storage systems with dynamic resynchronization of mirrored logical data volumes subsequent to a storage system failure
EP0476841A2 (en) Storage management across file systems
CA2310099A1 (en) Computer system transparent data migration
CN111488241A (en) Method and system for realizing agent-free backup and recovery operation on container arrangement platform
JP2007133471A (en) Storage device, and method for restoring snapshot
US6848021B2 (en) Efficient data backup using a single side file
US6393537B1 (en) Host storage management control of outboard data movement
JPH03278126A (en) Computer system starting system
JPH0589061A (en) Version up method
JPH05210555A (en) Method and device for zero time data-backup-copy
US11693818B2 (en) Data migration in a distributive file system
US5355488A (en) Method for adaptively building a library of program threads
US6931422B1 (en) Enhanced backup and recovery methodology
JPH07182225A (en) On-line increasing/decreasing system for os resource
EP0096199A2 (en) Method and apparatus for logging journal data in a computing apparatus
JP2002258971A (en) Method for restarting computer system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20001226