JPH04253227A - Virtual computer system - Google Patents

Virtual computer system

Info

Publication number
JPH04253227A
JPH04253227A JP2784391A JP2784391A JPH04253227A JP H04253227 A JPH04253227 A JP H04253227A JP 2784391 A JP2784391 A JP 2784391A JP 2784391 A JP2784391 A JP 2784391A JP H04253227 A JPH04253227 A JP H04253227A
Authority
JP
Japan
Prior art keywords
control program
service processor
virtual computer
computer system
virtual machine
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.)
Granted
Application number
JP2784391A
Other languages
Japanese (ja)
Other versions
JP2682746B2 (en
Inventor
Takashi Shimojo
孝 下城
Toyohisa Imada
今田 豊寿
Masayuki Sano
正幸 佐野
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.)
Hitachi Ltd
Hitachi Computer Engineering Co Ltd
Original Assignee
Hitachi Ltd
Hitachi Computer Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd, Hitachi Computer Engineering Co Ltd filed Critical Hitachi Ltd
Priority to JP3027843A priority Critical patent/JP2682746B2/en
Publication of JPH04253227A publication Critical patent/JPH04253227A/en
Application granted granted Critical
Publication of JP2682746B2 publication Critical patent/JP2682746B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To easily operate a virtual computer by a service processor without using any special input 1' output device for control program control at the virtual computer system to operate the virtual computer on a processor under the control of a control program. CONSTITUTION:With the operation of a console 103 at a service processor 102, a virtual computer mode is set to a local storage 106 of an instruction processor 105. In the virtual computer mode, the control program instructs an operation request to the service processor 102 according to a specified instruction, and the service processor 102 executes a processing according to the instruction between a main memory 109 and the console 103 or a filing device 104 and announces the completion of the operation to the control program by interruption. Then, complete state information is stored in the main memory 109.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は仮想計算機システムに係
り、特のサービスプロセッサを使用して仮想計算機を操
作する仮想計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a virtual computer system, and more particularly to a virtual computer system that uses a service processor to operate a virtual computer.

【0002】0002

【従来の技術】仮想計算機は、プロセッサ資源を仮想計
算機制御プログラム(以下、単に制御プログラムと称す
)が配分・シミュレートすることにより実現される。 このような仮想計算機を操作する場合、従来は処理装置
の入出力チャネルに接続された入出力装置を使用して制
御プログラムと通信を行うことで仮想計算機を制御して
いた。
2. Description of the Related Art A virtual computer is realized by a virtual computer control program (hereinafter simply referred to as a control program) allocating and simulating processor resources. Conventionally, when operating such a virtual machine, the virtual machine is controlled by communicating with a control program using an input/output device connected to an input/output channel of a processing device.

【0003】なお、この種の技術に関連のある公知文献
としては、例えば特開昭63−142424号公報「仮
想計算機コンソール装置の画面分割方式」が挙げられる
[0003] Known documents related to this type of technology include, for example, Japanese Unexamined Patent Application Publication No. 142424/1983 entitled ``Screen division method for virtual computer console device''.

【0004】0004

【発明が解決しようとする課題】上記従来技術は、制御
プログラム用の入出力装置を準備し、且つ、その入出力
装置を制御プログラムに対して定義してやる必要があり
、簡単に利用者が仮想計算機を操作できないという問題
がある。
[Problems to be Solved by the Invention] In the above conventional technology, it is necessary to prepare an input/output device for the control program and define the input/output device for the control program. The problem is that it cannot be operated.

【0005】本発明の目的は、制御プログラム用に特別
に入出力装置を準備することを排除し、簡単に利用者が
仮想計算機を操作できるようにすることにある。
[0005] An object of the present invention is to eliminate the need to prepare special input/output devices for a control program, and to enable a user to easily operate a virtual computer.

【0006】本発明の他の目的は、システムの立上げ時
など、利用者がプログラムを意識することなく、仮想計
算機を使用可能とすることにある。
Another object of the present invention is to enable a user to use a virtual computer without being aware of the program, such as when starting up a system.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、処理装置上で動作する仮想計算機を制御
する制御プログラムと該処理装置の保守操作を行うサー
ビスプロセッサとの間に通信手段を設けたことを主要な
特徴とするものである。
[Means for Solving the Problems] In order to achieve the above object, the present invention provides communication between a control program that controls a virtual machine running on a processing device and a service processor that performs maintenance operations on the processing device. The main feature is that a means is provided.

【0008】[0008]

【作用】サービスプロセッサにはコンソール装置やディ
スク装置などの不揮発性記憶装置が具備されており、こ
れらの装置を従来の入出力装置の代りに利用する。
[Operation] The service processor is equipped with nonvolatile storage devices such as a console device and a disk device, and these devices are used in place of conventional input/output devices.

【0009】制御プログラムは、仮想計算機モードのと
きのみ、特定命令(以下、仮想計算機用命令と呼ぶ)に
よりサービスプロセッサへ動作要求を指示する。仮想計
算機用命令はサービスプロセッサに対して入出力チャネ
ルと同等の動作の起動を行わせるためのものである。ま
た、この仮想計算機用命令を仮想計算機モードのときの
み有効とするのは、仮想計算機の使用以外の目的でサー
ビスプロセッサをプログラムが使用することを防ぐため
である。
[0009] Only in the virtual machine mode, the control program instructs the service processor to request an operation using a specific command (hereinafter referred to as a virtual machine command). The virtual machine instruction is for causing the service processor to start an operation equivalent to an input/output channel. Furthermore, the reason why this virtual machine instruction is valid only in the virtual machine mode is to prevent a program from using the service processor for purposes other than using the virtual machine.

【0010】動作要求を指示されたサービスプロセッサ
は、仮想計算機用命令に従って処理装置の主記憶と該サ
ービスプロセッサのコンソール装置あるいは不揮発性記
憶装置との間で情報の読み書きを行い(換言すれば、制
御プログラムが主記憶に準備した情報をサービスプロセ
ッサが該主記憶をアクセスすることにより制御する)、
その動作の完了は完了割込みによって制御プログラムに
通知する。また、この動作の完了時、サービスプロセッ
サは主記憶に完了状態情報を格納する。制御プログラム
は、完了割込みによって仮想計算機用命令の動作完了を
知り、その状態は主記憶上の完了状態情報を読み出すこ
とによって知ることができる。
[0010] The service processor that has been instructed to perform an operation request reads and writes information between the main memory of the processing unit and the console device or non-volatile storage device of the service processor (in other words, controls the The service processor controls information prepared in the main memory by the program by accessing the main memory),
Completion of the operation is notified to the control program by a completion interrupt. Additionally, upon completion of this operation, the service processor stores completion status information in main memory. The control program learns of the completion of the operation of the virtual machine instruction through a completion interrupt, and its status can be known by reading the completion state information on the main memory.

【0011】また、サービスプロセッサは、利用者によ
るコンソール装置からの制御プログラムに対する指令を
、非同期割込みで制御プログラムに伝え、同時にその要
求内容を主記憶に格納する。制御プログラムは主記憶を
アクセスすることで要求内容を知り、仮想計算機用命令
を発行し、該命令をサービスプロセッサが実行すること
で、制御プログラムからのメッセージを該サービスプロ
セッサのコンソール装置の画面に表示することができる
[0011] Furthermore, the service processor transmits a user's command to the control program from the console device to the control program using an asynchronous interrupt, and at the same time stores the contents of the request in the main memory. The control program learns the request content by accessing the main memory, issues an instruction for the virtual machine, and the service processor executes the instruction, thereby displaying a message from the control program on the screen of the console device of the service processor. can do.

【0012】さらに、処理装置に対してリセット動作が
実行された時、サービスプロセッサは不揮発性記憶装置
に予め格納された制御プログラムを主記憶上にロードし
た後、その一部を処理装置のプログラム状態語(PSW
)に設定して該制御プログラムを起動する。これにより
、システムの立上げ時等、オペレータの介入なしに制御
プログラムをロードし起動して、仮想計算機を使用可能
とすることができる。
Furthermore, when a reset operation is executed on the processing device, the service processor loads the control program previously stored in the non-volatile storage device onto the main memory, and then transfers a part of the control program to the program state of the processing device. word (PSW
) and start the control program. Thereby, when starting up the system, the control program can be loaded and started without operator intervention, and the virtual machine can be used.

【0013】[0013]

【実施例】図1は本発明を適用した仮想計算機システム
の一実施例の概略ブロック図である。図中、101は情
報処理装置(CPU)、102はサービスプロセッサ(
SVP)、103はSVP102のコンソール・ディス
プレイ装置(CD)、104は同じくSVP102の不
揮発性記憶装置(HD)を示している。105〜110
はCPU101内の構成要素であり、105は命令処理
プロセッサ(IP)、106はIP106内のローカル
ストレージ(LS)、107はサービスプロセッサ通信
ユニット(SVU)、108は主記憶制御装置(SC)
、109は主記憶(MS)、110は入出力処理装置(
IOP)を示している。
Embodiment FIG. 1 is a schematic block diagram of an embodiment of a virtual computer system to which the present invention is applied. In the figure, 101 is an information processing unit (CPU), and 102 is a service processor (
103 is a console display device (CD) of the SVP 102, and 104 is a non-volatile storage device (HD) of the SVP 102. 105-110
are components in the CPU 101, 105 is an instruction processor (IP), 106 is a local storage (LS) in the IP 106, 107 is a service processor communication unit (SVU), and 108 is a main storage controller (SC)
, 109 is a main memory (MS), 110 is an input/output processing unit (
IOP).

【0014】本実施例では、CPU101内にIP10
5が1台、SVP102もCD103が1台存在する場
合を示したが、勿論、これに限定されるものではない。 また、IOP110には入出力装置(I/O)が接続さ
れるが、ここでは省略してある。
[0014] In this embodiment, the IP10 is installed in the CPU 101.
5 and one SVP 102 and one CD 103 are present, but of course the present invention is not limited to this. Further, an input/output device (I/O) is connected to the IOP 110, but is omitted here.

【0015】LS106はプログラムからはアクセス不
可能なハードウェア及びマイクロプログラムが使用する
内部メモリである。SVU107はSVP102とIP
105の間を結ぶ装置で、SVP102は該SVU10
7を介して、IP105にサービス信号外部割込みとし
て完了割込み及び非同期割込みを発生させることが可能
であり、また、LS106へデータの書込み、LS10
6からのデータの読出しが可能となっている。さらに、
SVP102はSVU107およびSC108を介して
MS109へのアクセスが可能となっている。
LS 106 is an internal memory used by hardware and microprograms that cannot be accessed from programs. SVU107 and SVP102 and IP
105, and the SVP 102 connects the SVU 10.
7, it is possible to generate a completion interrupt and an asynchronous interrupt as a service signal external interrupt to the IP105, and also write data to the LS106,
Data can be read from 6. moreover,
The SVP 102 can access the MS 109 via the SVU 107 and SC 108.

【0016】SVP102はCD103およびHD10
4を直接制御しており、CD103への画面データの書
込み及びCD103からの画面データの読込み、さらに
HD104へのデータの書込みおよびHD104からの
データの読込みが可能である。HD104は例えばディ
スク装置であり、その内部を区分けして複数の不揮発性
ファイルを実現している。
[0016] SVP102 is CD103 and HD10
4, and is capable of writing screen data to and reading screen data from the CD 103, as well as writing and reading data to and from the HD 104. The HD 104 is, for example, a disk device, and its interior is partitioned to realize a plurality of nonvolatile files.

【0017】図2は本発明により新たに追加した仮想計
算機用命令(以下、HVACTLと呼ぶ)とそのオペラ
ンド(以下、HCWと呼ぶ)の形式例を示したものであ
る。201はHVACTLの命令形式であり、命令コー
ドは(8350)16、ベースレジスタフィールドB2
と変位D2で、そのオペランドであるHCW202の先
頭絶体アドレスを示す。ここで、オペランドアドレスが
絶体アドレスなのは、SVP102がMS109上のH
CW202をアクセスするためで、SVP102は絶体
アドレスでしかMS109をアクセスできないことによ
る。202はHCWの形式であり、203はサブオペレ
ーションコード(SOP)、204はデバイス識別子(
HDID)、205はコマンド(CMD)、206は転
送データ量(CNT)、207は転送データのMS10
9上の絶体アドレスを示す。
FIG. 2 shows an example of the format of a virtual machine instruction (hereinafter referred to as HVACTL) and its operand (hereinafter referred to as HCW) newly added according to the present invention. 201 is the HVACTL instruction format, the instruction code is (8350) 16, and the base register field B2
and displacement D2 indicate the leading absolute address of the HCW 202 which is the operand. Here, the operand address is an absolute address because the SVP 102
This is to access the CW 202, and is because the SVP 102 can only access the MS 109 using an absolute address. 202 is the HCW format, 203 is the sub-operation code (SOP), and 204 is the device identifier (
HDID), 205 is the command (CMD), 206 is the transfer data amount (CNT), 207 is the transfer data MS10
Shows the absolute address on 9.

【0018】HVACTL201はSVP102に対し
動作を要求するための命令で、動作の詳細はHCW20
2によって示される。HCW202中、SOP203は
要求する動作の対象を示すもので、ここでは、(000
1)16がCD103に対する要求、(0002)16
がHD104に対する動作の要求であることを意味する
ものとする。HDID204は、0から始まる通し番号
で、CD103またはHD104が複数存在する場合の
識別子として使用される。本実施例ではHD104を区
分けして、物理的には1台であるが、論理的には複数台
に見せかけている。CMD205は動作の種類を示すも
ので、ここでは、(02)16がSVP102からMS
109へのデータ転送、(01)16がMS109から
SVP102へのデータ転送を意味するものとする。C
NT206は転送すべきデータの量をバイト単位で指定
する。 DADR207は、CMD205が(02)16のとき
はデータを読込むべきMS109の先頭アドレスを示し
、CMD205が(01)16のときはSVP102へ
転送すべきデータが格納されているMS109の先頭ア
ドレスを示す。
[0018] HVACTL 201 is a command for requesting an operation from SVP 102, and the details of the operation are explained in HCW 20.
Indicated by 2. In the HCW 202, the SOP 203 indicates the target of the requested operation.
1) 16 is a request for CD 103, (0002) 16
It is assumed that this is an operation request to the HD 104. The HDID 204 is a serial number starting from 0, and is used as an identifier when a plurality of CDs 103 or HDs 104 exist. In this embodiment, the HD 104 is divided into sections, so that although there is physically one HDD 104, it is logically made to appear as multiple HDs. CMD205 indicates the type of operation; here, (02)16 is the command from SVP102 to MS
109, and (01) 16 means data transfer from the MS 109 to the SVP 102. C
The NT 206 specifies the amount of data to be transferred in bytes. DADR 207 indicates the starting address of MS 109 from which data should be read when CMD 205 is (02) 16, and indicates the starting address of MS 109 where data to be transferred to SVP 102 is stored when CMD 205 is (01) 16. .

【0019】図3はLS106の形式および用途を示し
たものである。ここで、LS106は各々4バイトの2
56個のエントリより成り、それぞれ0から始まる連続
した唯一の番号が各エントリに与えられ、その番号によ
り4バイト単位にアドレス付けされているものとする。 本実施例では、このLS106の0〜3のエントリを本
発明のために使用する。
FIG. 3 shows the type and use of LS 106. Here, each LS106 has two 4-byte
It is assumed that the system is made up of 56 entries, each entry is given a unique consecutive number starting from 0, and each entry is addressed in units of 4 bytes. In this embodiment, entries 0 to 3 of this LS 106 are used for the present invention.

【0020】301はLS106の第0エントリで、そ
のビット0(以下、Hビット301と呼ぶ)が1のとき
仮想計算機モードであることを意味している。Hビット
301はSVP102によりセットされる。即ち、SV
P102は、オペレータによりCD103を通して仮想
計算機モードが指定された時、SVU107を介してL
S106をアクセスし、Hビット301を1にセットす
る。
301 is the 0th entry of the LS 106, and when bit 0 (hereinafter referred to as H bit 301) is 1, it means the virtual machine mode. H bit 301 is set by SVP 102. That is, S.V.
When the virtual machine mode is specified by the operator through the CD 103, the P102 is sent to the L through the SVU 107.
Access S106 and set H bit 301 to 1.

【0021】302はHVACTL201で指定された
HCW202の先頭絶体アドレスを格納するエントリで
、HVACTL201の命令処理の中でマイクロプログ
ラムによりセットされ、SVP102がHVACTL2
01の要求を受付けた時、SVP102によりその内容
が読出される。即ち、SVP102はHCWアドレス3
02により、HCW202のMS109上のアドレスを
知ることができる。
[0021] 302 is an entry that stores the leading absolute address of HCW 202 specified by HVACTL 201. It is set by the microprogram during instruction processing of HVACTL 201, and the SVP 102
When request 01 is accepted, the contents are read by SVP 102. That is, the SVP 102 has HCW address 3.
02 allows the address of the HCW 202 on the MS 109 to be known.

【0022】303は仮想計算機用命令完了状態語(H
SW)を格納するエントリで、HVACTL201によ
る要求動作を終了後、SVP102によりセットされる
。SVP102がHSW303を直接MS109へ格納
せずに一旦LS106に格納するのは、IP105が複
数台の場合を考慮したものであり、SVP102がHV
ACTL201を発行したIP105とは別のIPにサ
ービス信号外部割込みを発生させた場合でも、IP10
5がHSW303を読出し、MS109のプリフィック
ス領域へ実アドレスにより書込むことにより、全てのI
Pで共通の実アドレス番地にHSW303を格納できる
ようにするためである。
303 is a virtual machine instruction completion status word (H
SW) is set by the SVP 102 after the request operation by the HVACTL 201 is completed. The reason why the SVP 102 temporarily stores the HSW 303 in the LS 106 instead of directly storing it in the MS 109 is to take into account the case where there are multiple IPs 105, and the SVP 102
Even if a service signal external interrupt is generated in a different IP than the IP105 that issued ACTL201, the IP10
5 reads HSW303 and writes to the prefix area of MS109 using the real address, all I
This is to enable the HSW 303 to be stored at a common real address in P.

【0023】HSW303における304は、HCW2
02のSOP203で指定されたものと同じである。た
だし、HVACTL201の要求動作とは関係ない非同
期のSVP102からのサービス信号外部割込み時は(
FFFF)16が格納される。305はHCW202の
HDID204で指定されたものと同じである。306
は動作の完了状態バスト(HSTA)を示すもので、こ
こでは、(0400)16は正常終了、(8000)1
6はCD103からのアテンション割込み、それ以外は
異常終了を意味するものとしている。307はHCW2
02のCNT206で指定された転送バイトより実際に
転送したデータのバイト数が少ない場合に残りのバイト
数(RCNT)を示す。
[0023] 304 in HSW303 is HCW2
This is the same as specified in SOP203 of 02. However, at the time of a service signal external interrupt from the asynchronous SVP 102 that is unrelated to the requested operation of the HVACTL 201, (
FFFF)16 is stored. 305 is the same as that specified by HDID 204 of HCW 202. 306
indicates the operation completion status bust (HSTA), where (0400) 16 indicates normal completion, (8000) 1
6 means an attention interruption from the CD 103, and anything else means an abnormal end. 307 is HCW2
Indicates the remaining number of bytes (RCNT) when the number of bytes of data actually transferred is smaller than the number of transfer bytes specified by CNT 206 of 02.

【0024】図4は仮想計算機用命令(HVACTL)
とSVP102の完了割込みと非同期割込みの処理フロ
ーをまとめて示したものである。
FIG. 4 shows virtual machine instructions (HVACTL)
This figure collectively shows the processing flow of the completion interrupt and asynchronous interrupt of the SVP 102.

【0025】401aは仮想計算機用命令すなわちHV
ACTL201が発行された場合のIP105でのマイ
クロプログラムの開始点である。405aはSVP10
2のHVACTL201による処理要求の開始点であり
、405bはCD103からの非同期のアテンションに
よる処理の開始点である。412aはSVP102から
のサービス信号外部割込みによるIP105でのマイク
ロプログラムの開始点である。本実施例では、HVAC
TLの動作要求に対するSVP102の完了割込みとC
D103からの非同期割込み双方をサービス信号外部割
込みにより兼ねており、その区別はHSW303のSO
P304によって行っている。
401a is a virtual machine instruction, that is, HV
This is the starting point of the microprogram in IP 105 when ACTL 201 is issued. 405a is SVP10
405b is the starting point of the processing request by the HVACTL 201 of No. 2, and 405b is the starting point of the processing by the asynchronous attention from the CD 103. 412a is the starting point of the microprogram in the IP105 due to a service signal external interrupt from the SVP102. In this example, the HVAC
Completion interrupt of SVP102 in response to TL operation request and C
Both asynchronous interrupts from D103 are served by service signal external interrupts, and the distinction is made by the SO of HSW303.
This is done by P304.

【0026】IP105は、HVACTL201が発行
されると、LS106のHビット301を判定し(ステ
ップ401)、該Hビット301が0のときすなわち仮
想計算機モードでないとき、HVACTL201を命令
例外とする。これは、仮想計算機モード以外でのHVA
CTL201の使用をガードするのが目的である。Hビ
ット301が1すなわち仮想計算機モードの場合、IP
105は当該HVACTL201のフィールドB2、D
2によりHCWアドレス302を生成してLS106へ
セットした後(ステップ402)、SVU107を介し
SVP102へ処理要求信号を送出する(ステップ40
4)。これで、IP105でのHVACTL201の処
理が終了となる。
When the HVACTL 201 is issued, the IP 105 determines the H bit 301 of the LS 106 (step 401), and when the H bit 301 is 0, that is, when the mode is not virtual machine mode, the IP 105 treats the HVACTL 201 as an instruction exception. This is for HVA in other than virtual machine mode.
The purpose is to guard the use of CTL201. If the H bit 301 is 1, that is, in virtual machine mode, the IP
105 are fields B2 and D of the HVACTL 201.
2, the HCW address 302 is generated and set in the LS 106 (step 402), and then a processing request signal is sent to the SVP 102 via the SVU 107 (step 40).
4). This completes the processing of the HVACTL 201 in the IP 105.

【0027】SVP102は、IP105より処理要求
を受取ると、SVU107を介してLS106よりHC
Wアドレス302を読み取り、該HCWアドレス302
が0かどうか判定する(ステップ405)。そして、H
CWアドレス302が0の場合、従来より存在する他の
SVP処理を実行する。即ち、HVACTL201によ
るもの以外、LS106のHCWアドレス302は0で
あることが保証されている。HCWアドレス302が0
でない場合、SVP102は、SVU107、SC10
8を介し、該HCWアドレス302で示されるMS10
9内のHCW202をフェッチし(ステップ406)、
該HCW202で示される処理をMS109とCD10
3またはHD104に対して実行する(ステップ407
)。そして、LS106のHCWアドレス302は0ク
リアする(ステップ408)。このステップ408は、
次に発生したSVP処理要求がHVACTL201によ
るもの以外の時、ステップ405の判定が誤動作しない
ようにするためのものである。SVP102はHCW2
02で示される処理を実行すると、実行結果状態をLS
106のHSW303にセットし(ステップ409)、
IP105に対するサービス信号外部割込みとしてHV
ACTL201の完了割込みを発生する(ステップ41
1)。これで、HVACTL201によるSVP102
の動作が完了する。
When the SVP 102 receives a processing request from the IP 105, the SVP 102 sends the request to the HC from the LS 106 via the SVU 107.
Read the W address 302 and read the HCW address 302.
It is determined whether or not is 0 (step 405). And H
If the CW address 302 is 0, other conventional SVP processing is executed. In other words, the HCW address 302 of the LS 106 is guaranteed to be 0 except for the HVACTL 201. HCW address 302 is 0
If not, SVP102, SVU107, SC10
8, the MS 10 indicated by the HCW address 302
9 (step 406);
The processing indicated by the HCW 202 is carried out by the MS 109 and the CD 10.
3 or HD 104 (step 407
). Then, the HCW address 302 of the LS 106 is cleared to 0 (step 408). This step 408 is
This is to prevent the determination in step 405 from malfunctioning when the next SVP processing request is not made by the HVACTL 201. SVP102 is HCW2
When the process indicated by 02 is executed, the execution result status is set to LS.
106 HSW 303 (step 409),
HV as a service signal external interrupt to IP105
Generate a completion interrupt for ACTL 201 (step 41
1). Now, SVP102 by HVACTL201
operation is completed.

【0028】一方、SVP102は、CD103からア
テンション要求があると、この非同期の割込みを識別可
能なように、HSW303のSOP304に(FFFF
)16をセットし(ステップ410)、IP105に対
するサービス信号外部割込みを発生する(ステップ41
1)。このとき同時にHSW303のHSTA306に
は(8000)16をセットする。これは、本実施例に
おいては非同期割込みはCD103からのアテンション
要求のみであるが、将来他のものも必要になった場合、
HSTA306に(8000)16以外の値をセットし
て区別しようとするものである。
On the other hand, when the SVP 102 receives an attention request from the CD 103, the SVP 102 writes (FFFF
) 16 (step 410) and generates a service signal external interrupt to the IP 105 (step 41).
1). At this time, (8000) 16 is set in HSTA 306 of HSW 303. This is because, in this embodiment, the only asynchronous interrupt is an attention request from the CD 103, but if other interrupts become necessary in the future,
The purpose is to set the HSTA 306 to a value other than (8000)16 to distinguish between them.

【0029】IP105は、SVP102よりSVU1
07を介してサービス信号外部割込みを受取ると、LS
106のHビット301の状態を判定し(ステップ41
2)、Hビット301が0のときは通常のサービス信号
外部割込み処理を実行する(ステップ416)。LS1
06のHビット301が1の場合、HSW303の内容
を調べ(ステップ413)、それが0の場合、やはり通
常のサービス信号外部割込み処理へ分岐する。これは、
HVACTL201による完了割込みおよびアテンショ
ン要求の非同期割込み以外のサービス信号外部割込みの
処理も誤動作なく処理しようとするものである。
[0029] IP105 is
Upon receiving a service signal external interrupt via 07, LS
106 H bit 301 is determined (step 41
2) When the H bit 301 is 0, normal service signal external interrupt processing is executed (step 416). LS1
If the H bit 301 of 06 is 1, the contents of the HSW 303 are checked (step 413), and if it is 0, the process branches to normal service signal external interrupt processing. this is,
It is intended to process service signal external interrupts other than completion interrupts and attention request asynchronous interrupts by the HVACTL 201 without malfunction.

【0030】LS106のHビット301が1で、HS
W303の内容が0でない場合、IP105はLS10
6より該HSW303を読出し、MS109上の固定番
地(プリフィクス領域)へ格納する(ステップ414)
。そして、LS106のHSW303を0クリアする(
ステップ415)。これは、後続のサービス信号外部割
込みの発生時、ステップ413の判定が誤動作しないよ
うにするためのものである。
[0030] If the H bit 301 of LS106 is 1, HS
If the content of W303 is not 0, IP105 is LS10
6, the HSW 303 is read out and stored in a fixed address (prefix area) on the MS 109 (step 414).
. Then, clear HSW303 of LS106 to 0 (
step 415). This is to prevent the determination in step 413 from malfunctioning when a subsequent service signal external interrupt occurs.

【0031】次に、図5により本実施例における制御プ
ログラム(以下、ハイパバイザと呼ぶ)の処理方式を説
明する。
Next, the processing method of the control program (hereinafter referred to as hypervisor) in this embodiment will be explained with reference to FIG.

【0032】図5において、501はハイパバイザのモ
ニタで、ハードウェアの管理および他の部分の制御を行
っている。502はフレームであり、オペレータによる
ハイパバイザへのCD103からの指示およびハイパバ
イザのCD103へのメッセージ表示を管理するもので
ある。503はゲストオペレーティングシステムが動作
する仮想計算機である。これらモニタ501、フレーム
502及び仮想計算機503はMS109上に置かれる
In FIG. 5, a hypervisor monitor 501 manages hardware and controls other parts. A frame 502 manages instructions from the CD 103 to the hypervisor by the operator and message display from the hypervisor to the CD 103. 503 is a virtual machine on which a guest operating system runs. These monitor 501, frame 502, and virtual machine 503 are placed on the MS 109.

【0033】501aはモニタ501からのHVACT
L201によるSVP102の起動を示し、501bは
モニタ501のLPSW命令によるフレーム502のデ
ィスパッチを示し、501cはモニタ501のSIE命
令による仮想計算機503のディスパッチを示す。50
2aはフレーム502のSVC命令によるモニタ501
へのサービス要求のための割込みを示し、503aはモ
ニタ501によるシミュレーションのためのSIE命令
のインタセプションを示す。503bはタイムスライス
処理のためのタイマ割込みを示し、504aはサービス
信号外部割込みを示す。ここで、501aおよび504
aが本発明により従来の入出力装置処理に代わって追加
されたものである。
501a is HVACT from monitor 501
501b shows the dispatch of the frame 502 by the LPSW command of the monitor 501, and 501c shows the dispatch of the virtual machine 503 by the SIE command of the monitor 501. 50
2a is a monitor 501 based on the SVC command of the frame 502;
503a indicates an interception of an SIE instruction for simulation by the monitor 501. 503b indicates a timer interrupt for time slice processing, and 504a indicates a service signal external interrupt. Here, 501a and 504
a is added in place of the conventional input/output device processing according to the present invention.

【0034】いま、CD103でオペレータがハイパバ
イザに対する指令を入力すると、SVP102から50
4a(非同期割込み)によりモニタ501へ報告される
。モニタ501は、それに対しHVACTL201を発
行して、501aによりCD103からの入力情報の読
込みをSVP102に要求し、その動作完了を504a
(完了割込み)により知ると、501bによりフレーム
502をディスパッチし、入力された指令に従った処理
をフレーム502に行わせる。フレーム502はその結
果によりCD103へのメッセージ出力が必要となると
、502aによりそれをモニタ501へ知らせる。モニ
タ501はHVACTL201を発行して501aによ
りCD103へのメッセージ出力をSVP102に要求
し、その動作完了を504aにより報告されると、50
1bによりフレーム502を再びディスパッチし、メッ
セージ出力完了をフレーム502に報告する。
Now, when the operator inputs a command to the hypervisor using the CD 103, 50
4a (asynchronous interrupt) is reported to the monitor 501. In response, the monitor 501 issues HVACTL 201, requests the SVP 102 to read input information from the CD 103 through 501a, and requests completion of the operation through 504a.
When it is known by (completion interrupt), 501b dispatches the frame 502 and causes the frame 502 to perform processing according to the input command. If the frame 502 requires a message to be output to the CD 103 based on the result, the frame 502 notifies the monitor 501 of this through 502a. The monitor 501 issues the HVACTL 201 and requests the SVP 102 to output a message to the CD 103 using the 501a, and when the completion of the operation is reported via the 504a, the monitor 501 issues a 50
1b, the frame 502 is dispatched again and message output completion is reported to the frame 502.

【0035】障害が発生したときのデータ保存等の場合
には、上記と同様にしてHD104へ保存データの書込
みがなされる。
In the case of data preservation when a failure occurs, the preservation data is written to the HD 104 in the same manner as described above.

【0036】なお、501c,503a,503bはS
IE命令を用いた従来の仮想計算機の処理方式と同じで
あるので、説明は省略する。
[0036] Furthermore, 501c, 503a, and 503b are S
Since this is the same as the conventional virtual machine processing method using IE instructions, the explanation will be omitted.

【0037】図6は、HD104のファイルとMS10
9上へのロード時の対応を示したものである。601〜
604はHD104を区分けした不揮発性ファイルを示
している。601はハイパバイザの初期ローダが格納さ
れているファイル(HYLOAD)、602はハイパバ
イザの通常処理部が格納されているファイル(HYCO
A)、603はハイパバイザの制御情報保存用のファイ
ル(HYCTL)、604はハイパバイザの障害解析用
ダンプの採取用ファイル(HYDUMP)であり、本実
施例ではアドレス定数再配置用パラメータを含むオペレ
ーティングシステムでのロードモジュール形式となって
いる。
FIG. 6 shows the files on the HD 104 and the MS 10
9 shows the correspondence when loading onto 9. 601~
604 indicates a nonvolatile file in which the HD 104 is partitioned. 601 is a file (HYLOAD) in which the initial loader of the hypervisor is stored, and 602 is a file (HYCO) in which the normal processing section of the hypervisor is stored.
A), 603 is a file for storing hypervisor control information (HYCTL), and 604 is a file for collecting a dump for hypervisor failure analysis (HYDUMP). It is in load module format.

【0038】605〜608はハイパバイザをロード後
のMS109の構成を示している。605はハイパバイ
ザに最初に制御を渡すためのPSW(起動PSW)で、
HYLOAD601をMS109の絶体アドレス0番地
から8バイトまでロードしたものである。606はゲス
トオペレーティングシステム等の仮想計算機用の領域(
SUA)である。即ち、起動PSW605は該SUA6
06の先頭に置かれる。607はHYCOA602がロ
ードされる領域と、ハイパバイザが使用する作業域より
成る領域(EHSA)である。このEHSA607のS
UA606上のプログラムからのアクセスのガードは、
ハイパバイザがSIE命令の機能を利用してソフトウェ
ア的に行っている。したがって、EHSA607はゲス
トオペレーティングシステムから見て使用不可能な領域
にみえる。608はハードウェアが使用する領域(HS
A)であり、ハイパバイザもHSA608を使用するこ
とはできない。
605 to 608 show the configuration of the MS 109 after loading the hypervisor. 605 is a PSW (startup PSW) for first passing control to the hypervisor;
HYLOAD601 is loaded up to 8 bytes from absolute address 0 of MS109. 606 is an area for a virtual machine such as a guest operating system (
SUA). That is, the starting PSW 605 is the SUA 6
It is placed at the beginning of 06. 607 is an area (EHSA) consisting of an area where HYCOA 602 is loaded and a work area used by the hypervisor. This EHSA607 S
Guarding access from programs on UA606 is as follows:
The hypervisor uses the function of the SIE command to perform this in software. Therefore, the EHSA 607 appears to be an unusable area from the perspective of the guest operating system. 608 is an area used by the hardware (HS
A), the hypervisor cannot use HSA608 either.

【0039】本発明では、オペレータによる操作を必要
とせずに、HD104内のHYLOAD601の該初期
ローダがSVP102により自動的にMS109にロー
ドされ、EHSA607は該初期ローダによりHVAC
TL201を使用して自動的にHYCOA603よりロ
ードされる。したがって、オペレータからみてハイパバ
イザの存在は見えなく、単にプログラムから使用不可能
な領域がEHSA607の分だけ増えた様に見えるだけ
である。
In the present invention, the initial loader of HYLOAD 601 in HD 104 is automatically loaded into MS 109 by SVP 102 without requiring any operation by an operator, and EHSA 607 is automatically loaded into MS 109 by the initial loader.
It is automatically loaded from HYCOA603 using TL201. Therefore, from the operator's perspective, the existence of the hypervisor is invisible, and it simply appears that the area that cannot be used by the program has increased by the amount of EHSA 607.

【0040】図7はCPU101に対してリセット動作
が行われた場合のハイパバイザ起動の処理フローを示し
たものである。701〜703は従来からのリセット動
作であり、704〜712は本発明により追加された処
理である。
FIG. 7 shows a processing flow for starting the hypervisor when a reset operation is performed on the CPU 101. 701 to 703 are conventional reset operations, and 704 to 712 are processes added according to the present invention.

【0041】SVP102は、SVU107、IP10
5、IOP110へのマイクロプログラムのロード、ハ
ードウェアリセット信号の送出等のリセット動作を行い
(ステップ701)、さらにMS109の内容の0クリ
ア(ステップ702)、HSA608の初期設定処理を
行う(ステップ703)。その後、仮想計算機モードを
判定し(ステップ704)、仮想計算機モードのときの
み、ステップ705以降の本発明の追加処理を行うよう
にする。ここで、仮想計算機モードはオペレータにより
指定される。
[0041] The SVP 102 includes the SVU 107 and the IP 10.
5. Perform reset operations such as loading the microprogram to the IOP 110 and sending a hardware reset signal (step 701), clear the contents of the MS 109 to 0 (step 702), and initialize the HSA 608 (step 703). . Thereafter, the virtual machine mode is determined (step 704), and the additional processing of the present invention starting from step 705 is performed only in the virtual machine mode. Here, the virtual machine mode is specified by the operator.

【0042】仮想計算機モードの場合、SVP101は
、まず、SVU107を介して、LS106のHビット
301をセットする(ステップ705)。このHビット
301をセットすることにより、以後マイクロプログラ
ムも仮想計算機モードを判定することができるようにな
る。次に、SVP101はSVU107、SC108を
介して、HD104のHYLOAD601をMS109
の絶体アドレス0からロードする(ステップ706)。 そして、このロードされたHYLOAD601内の起動
PSW605をIP105のPSWに設定し(ステップ
707)、この設定されたPSWによりIP105の命
令実行処理を開始させる(ステップ708)。これによ
りハイパバイザの初期ローダが起動される。
In the case of virtual machine mode, the SVP 101 first sets the H bit 301 of the LS 106 via the SVU 107 (step 705). By setting this H bit 301, the microprogram can also determine the virtual machine mode from now on. Next, the SVP 101 sends HYLOAD 601 of the HD 104 to the MS 109 via the SVU 107 and SC 108.
The data is loaded from absolute address 0 (step 706). Then, the activated PSW 605 in the loaded HYLOAD 601 is set to the PSW of the IP 105 (step 707), and the command execution process of the IP 105 is started using the set PSW (step 708). This starts the initial loader of the hypervisor.

【0043】ハイパバイザの初期ローダは、まず、HV
ACTL201により、SVP102へ動作要求を指示
して、HD104のHYCOA602をMS109内の
EHSA607へロードする(ステップ709)。次に
、HYCOA602内に含まれるアドレス定数再配置パ
ラメタに従い、EHSA607のアドレス定数を再配置
する(ステップ710)。これは、通常のオペレーティ
ングシステム上のプログラムと同様の形式でHYCOA
602をプログラミングできるようにするためである。 次に、ステップ709でロードしたHYCOA602内
のハイパバイザの通常処理部へ制御を渡すと共に(ステ
ップ711)、不要になったSUA606内の該初期ロ
ーダを消去するためSUA606の0クリアを行う(ス
テップ712)。これ以後、ハイパバイザは図5で説明
したような通常処理になる。
[0043] The initial loader of the hypervisor first loads the HV
The ACTL 201 instructs the SVP 102 to request an operation, and loads the HYCOA 602 of the HD 104 into the EHSA 607 in the MS 109 (step 709). Next, the address constants of the EHSA 607 are relocated according to the address constant relocation parameters included in the HYCOA 602 (step 710). This is similar to a program on a normal operating system.
This is to enable programming of the 602. Next, control is passed to the normal processing section of the hypervisor in the HYCOA 602 loaded in step 709 (step 711), and the SUA 606 is cleared to 0 to erase the initial loader in the SUA 606 that is no longer needed (step 712). . After this, the hypervisor performs normal processing as described with reference to FIG.

【0044】[0044]

【発明の効果】以上説明したように、本発明によれば、
制御プログラム(ハイパバイザ)とサービスプロセッサ
の間に論理的通信手段を設けることにより、サービスプ
ロセッサに備えられているコンソール装置や不揮発性記
憶装置を使用して仮想計算機を操作することができるた
め、制御プログラムの制御用等に特別な入出力装置を準
備し、その定義を制御プログラムに対して行う必要のな
い仮想計算機システムが実現できる。
[Effects of the Invention] As explained above, according to the present invention,
By providing a logical communication means between the control program (hypervisor) and the service processor, it is possible to operate the virtual machine using the console device and non-volatile storage device provided in the service processor. A virtual computer system can be realized in which there is no need to prepare special input/output devices for controlling the computer and to define them for the control program.

【0045】また、サービスプロセッサにより制御プロ
グラムが自動的に起動されるので、オペレータがハイパ
バイザを意識する必要がない容易なオペレーションの仮
想計算機システムが実現できる。
Furthermore, since the control program is automatically started by the service processor, it is possible to realize an easy-to-operate virtual computer system in which the operator does not need to be aware of the hypervisor.

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

【図1】本発明を適用した仮想計算機システムの一実施
例の概略ブロック図である。
FIG. 1 is a schematic block diagram of an embodiment of a virtual computer system to which the present invention is applied.

【図2】本発明で用いられる仮想計算機用命令の形式を
示す図である。
FIG. 2 is a diagram showing the format of virtual machine instructions used in the present invention.

【図3】ローカルストレージの形式と用途を示す図であ
る。
FIG. 3 is a diagram showing the format and usage of local storage.

【図4】仮想計算機用命令とサービスプロセッサの処理
フローを示す図である。
FIG. 4 is a diagram showing a virtual machine instruction and a processing flow of a service processor.

【図5】本発明における制御プログラム(ハイパバイザ
)の処理方式を示す図である。
FIG. 5 is a diagram showing a processing method of a control program (hypervisor) in the present invention.

【図6】不揮発性記憶装置のファイルと主記憶の対応を
示す図である。
FIG. 6 is a diagram showing the correspondence between files and main memory of a nonvolatile storage device.

【図7】処理装置のリセット時の処理フローを示す図で
ある。
FIG. 7 is a diagram showing a processing flow when resetting the processing device.

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

1  中央処理装置 102  サービスプロセッサ 103  サービスプロセッサのコンソール装置104
  サービスプロセッサの不揮発性記憶装置105  
命令処理プロセッサ 106  ローカルストレージ 107  サービスプロセッサ通信ユニット108  
主記憶制御装置 109  主記憶 110  入出力処理装置 201  仮想計算機用命令 501  モニタ 502  フレーム 503  仮想計算機
1 Central processing unit 102 Service processor 103 Service processor console device 104
Service processor non-volatile storage 105
Instruction processing processor 106 Local storage 107 Service processor communication unit 108
Main storage control device 109 Main storage 110 Input/output processing device 201 Virtual computer instructions 501 Monitor 502 Frame 503 Virtual computer

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】  制御プログラムの制御下で、仮想計算
機が処理装置上で動作する仮想計算機システムにおいて
、前記処理装置の保守操作を行うためのサービスプロセ
ッサを備え、前記制御プログラムと前記サービスプロセ
ッサとの間に通信手段を設けたことを特徴とする仮想計
算機システム。
1. A virtual computer system in which a virtual machine operates on a processing device under the control of a control program, comprising a service processor for performing maintenance operations on the processing device, wherein the control program and the service processor A virtual computer system characterized by having a means of communication between them.
【請求項2】  制御プログラムは仮想計算機モードの
条件下で特定命令により前記サービスプロセッサへ動作
要求を指示し、該指示を受けて前記サービスプロセッサ
は前記特定命令に基づく処理を実行し、動作完了を割込
みによって前記制御プログラムへ通知することを特徴と
する請求項1記載の仮想計算機システム。
2. A control program instructs the service processor to request an operation using a specific instruction under virtual machine mode conditions, and upon receiving the instruction, the service processor executes processing based on the specific instruction and completes the operation. 2. The virtual computer system according to claim 1, wherein the control program is notified by an interrupt.
【請求項3】  前記サービスプロセッサはコンソール
装置と不揮発性記憶装置を備え、前記制御プログラムか
らの特定命令により前記処理装置の主記憶と前記コンソ
ール装置あるいは不揮発性記憶装置との間の情報の読み
書きを行うことを特徴とする請求項2記載の仮想計算機
システム。
3. The service processor includes a console device and a nonvolatile storage device, and reads and writes information between the main memory of the processing device and the console device or the nonvolatile storage device according to specific instructions from the control program. 3. The virtual computer system according to claim 2, wherein:
【請求項4】  前記サービスプロセッサは前記コンソ
ール装置から前記制御プログラムに対して指令を与える
と共に、該制御プログラムからのメッセージを前記コン
ソール装置の画面に表示することを特徴とする請求項3
記載の仮想計算機システム。
4. The service processor provides instructions to the control program from the console device, and displays messages from the control program on the screen of the console device.
The virtual computer system described.
【請求項5】  前記処理装置に対してリセット動作が
実行された時、前記サービスプロセッサは前記不揮発性
記憶装置に予め格納された制御プログラムを主記憶上に
ロードした後、その一部を処理装置のプログラム状態語
(PSW)に設定して該制御プログラムを起動すること
を特徴とする請求項3記載の仮想計算機システム。
5. When a reset operation is performed on the processing device, the service processor loads a control program previously stored in the nonvolatile storage device onto main memory, and then transfers a part of the control program to the processing device. 4. The virtual computer system according to claim 3, wherein the control program is started by setting the control program to a program state word (PSW).
JP3027843A 1991-01-29 1991-01-29 Virtual computer system Expired - Lifetime JP2682746B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3027843A JP2682746B2 (en) 1991-01-29 1991-01-29 Virtual computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3027843A JP2682746B2 (en) 1991-01-29 1991-01-29 Virtual computer system

Publications (2)

Publication Number Publication Date
JPH04253227A true JPH04253227A (en) 1992-09-09
JP2682746B2 JP2682746B2 (en) 1997-11-26

Family

ID=12232201

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3027843A Expired - Lifetime JP2682746B2 (en) 1991-01-29 1991-01-29 Virtual computer system

Country Status (1)

Country Link
JP (1) JP2682746B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61288231A (en) * 1985-06-17 1986-12-18 Hitachi Ltd Input/output instruction executing device for virtual computer system
JPS63268035A (en) * 1987-04-27 1988-11-04 Fujitsu Ltd Remote terminal control system via local terminal simulator
JPH01103745A (en) * 1987-10-16 1989-04-20 Nec Corp Operation environment setting system for virtual computer
JPH01204167A (en) * 1988-02-09 1989-08-16 Fujitsu Ltd Simulation system for input/output action of local terminal simulator

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61288231A (en) * 1985-06-17 1986-12-18 Hitachi Ltd Input/output instruction executing device for virtual computer system
JPS63268035A (en) * 1987-04-27 1988-11-04 Fujitsu Ltd Remote terminal control system via local terminal simulator
JPH01103745A (en) * 1987-10-16 1989-04-20 Nec Corp Operation environment setting system for virtual computer
JPH01204167A (en) * 1988-02-09 1989-08-16 Fujitsu Ltd Simulation system for input/output action of local terminal simulator

Also Published As

Publication number Publication date
JP2682746B2 (en) 1997-11-26

Similar Documents

Publication Publication Date Title
US5621912A (en) Method and apparatus for enabling monitoring of guests and native operating systems
KR100341180B1 (en) Virtual addressing buffer circuit and address translation method, system BIOS shadowing method, real memory optimization method, real memory usage method, emulation method in CPU control system and CPU request redirect method
US8151275B2 (en) Accessing copy information of MMIO register by guest OS in both active and inactive state of a designated logical processor corresponding to the guest OS
US5526523A (en) Interface between operating system and operating system extension
US4590557A (en) Method and apparatus for controlling software configurations in data processing systems
US5062042A (en) System for managing data which is accessible by file address or disk address via a disk track map
JP4308152B2 (en) Method, system, and product for reserving memory
JPH0296246A (en) Device and method of controlling starting of logic system in data processing system with logic processor facility
US5003468A (en) Guest machine execution control system for virutal machine system
JP2002073358A (en) Method for access and control of logical partitioning memory
US6141635A (en) Method of diagnosing faults in an emulated computer system via a heterogeneous diagnostic program
JPH04253227A (en) Virtual computer system
JPH09330141A (en) Fault recovery processing system for dynamic reconstitution processing
US6314482B1 (en) Method and system for indexing adapters within a data processing system
JPS61184643A (en) Starting control system for virtual computer
CN101091168B (en) Methods and apparatuses for implementing multiple phase software
JPS59112325A (en) Electronic computer system
JPH06324861A (en) System and method for controlling cpu
JPS59718A (en) Automation system for operation in virtual computer
JPH0219937A (en) Electronic computer system
JP2864496B2 (en) Multi-processing computer
JPH10312307A (en) Emulator for computer system
JPH0567973B2 (en)
JPS6292044A (en) Log-out system
JPH04109334A (en) Program changing device

Legal Events

Date Code Title Description
S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

S631 Written request for registration of reclamation of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313631

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

S631 Written request for registration of reclamation of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313631

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070808

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080808

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080808

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090808

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100808

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100808

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110808

Year of fee payment: 14

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110808

Year of fee payment: 14