JP2007122303A - Logically partitioned computer system - Google Patents

Logically partitioned computer system Download PDF

Info

Publication number
JP2007122303A
JP2007122303A JP2005312140A JP2005312140A JP2007122303A JP 2007122303 A JP2007122303 A JP 2007122303A JP 2005312140 A JP2005312140 A JP 2005312140A JP 2005312140 A JP2005312140 A JP 2005312140A JP 2007122303 A JP2007122303 A JP 2007122303A
Authority
JP
Japan
Prior art keywords
instruction processor
logical
dispatch
logical partition
interval
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
JP2005312140A
Other languages
Japanese (ja)
Inventor
Katsunori Sekiguchi
勝則 関口
Hokuto Kobayashi
北斗 小林
Manabu Hirukawa
学 比留川
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 Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2005312140A priority Critical patent/JP2007122303A/en
Publication of JP2007122303A publication Critical patent/JP2007122303A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To monitor dispatch intervals in order to collect hypervisor dump information if a logical partition has a rate of using instruction processors equal to or lower than an intended value, that is, if the logical partition misses the dispatch of instruction processors for a fixed interval or longer. <P>SOLUTION: Control parts for monitoring dispatch intervals of instruction processors are provided to monitor the intervals at which instruction processors are dispatched to logical instruction processors. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は論理区画式計算機システムにおける論理区画の論理命令プロセッサへの命令プ
ロセッサディスパッチ間隔監視に関するものである。
The present invention relates to monitoring of an instruction processor dispatch interval to a logical instruction processor of a logical partition in a logically partitioned computer system.

近年、情報システムの管理業務は、利益に直接結び付かないため、これらの業務を専門
業者に外注するアウトソーシングが経営戦略の1つとして注目されている。アウトソーシ
ングの実施形態の一例として、論理区画式計算機システムが用いられる。委託された業務
を論理区画毎に切り分けることで各々を独立して管理している。上記のようなことから論
理区画への命令プロセッサの能力配分に関する要望も多様化してきている。一般的には、
命令プロセッサを複数の論理区画で共用する方法が用いられる。このような場合、1つの
論理区画のみ負荷が多い状態では、決められた範囲以上、命令プロセッサを使用できる。
また、特開平9−81401号公報に記載のように、命令プロセッサ使用率を制限値以下
に抑えるリソースキャッピングという方法もある。このようなスケジューリング方法を組
み合せすることも可能であり、命令プロセッサのスケジューリングは、タイムスライスス
ケジューリング方法により決まり、時分割に論理区画に命令プロセッサがディスパッチさ
れる。タイムスライススケジューリング方法は、特開2003−177928号公報、及
び、共立出版株式会社、仮想計算機、山谷正己、1978年12月1日の183ページで
論じられている。
In recent years, information system management operations are not directly linked to profits, so outsourcing that outsources these operations to specialists has attracted attention as one of the management strategies. As an example of an outsourcing embodiment, a logically partitioned computer system is used. Each of the entrusted work is managed independently by dividing it into logical partitions. Due to the above, demands regarding the allocation of instruction processor capacity to logical partitions are also diversifying. In general,
A method of sharing an instruction processor among a plurality of logical partitions is used. In such a case, in a state where only one logical partition is heavily loaded, the instruction processor can be used beyond a predetermined range.
Further, as described in JP-A-9-81401, there is a method called resource capping that suppresses the instruction processor usage rate to a limit value or less. It is possible to combine such scheduling methods. The scheduling of the instruction processor is determined by the time slice scheduling method, and the instruction processor is dispatched to the logical partition in a time division manner. The time slice scheduling method is discussed in Japanese Patent Application Laid-Open No. 2003-177928 and Kyoritsu Publishing Co., Ltd., virtual computer, Masami Yamatani, page 183 of December 1, 1978.

特開平9−81401号公報Japanese Patent Laid-Open No. 9-81401 特開2003−177928号公報Japanese Patent Laid-Open No. 2003-177928 共立出版株式会社、仮想計算機、山谷正己、1978年12月1日の183ページKyoritsu Publishing Co., Ltd., virtual computer, Masami Yamatani, page 183, December 1, 1978

論理区画式計算機システムの利用方法は、高価で性能の高い命令プロセッサの台数を少
なくして、多くの論理区画で少ない命令プロセッサを共用するのが一般的である。論理区
画への命令プロセッサの配分は、論理区画毎に設定した命令プロセッサ使用率により決ま
る。この論理区画に対して設定した命令プロセッサ使用率分、命令プロセッサが割り振ら
れているかは、システムモニタで収集される命令プロセッサ使用率によって判断できる。
しかし、システムモニタで収集した結果が、論理区画の命令プロセッサの使用率が意図し
た値ではない場合(例としては、ある論理区画が命令プロセッサを休みなく使用している
状態にも拘らず、システムモニタによって収集された命令プロセッサ使用率が、論理区画
に対して設定した命令プロセッサ使用率よりも大幅に低い値になったようなケース)、シ
ステムモニタは事後の結果なので不具合があったとの結果しか残らない。
In general, a logically partitioned computer system is used by sharing a small number of instruction processors in many logical partitions by reducing the number of expensive and high-performance instruction processors. The allocation of instruction processors to logical partitions is determined by the instruction processor usage rate set for each logical partition. Whether the instruction processors are allocated by the instruction processor usage rate set for the logical partition can be determined by the instruction processor usage rate collected by the system monitor.
However, if the result collected by the system monitor is not the intended value of the usage rate of the instruction processor in the logical partition (for example, the system is used in spite of the state where a logical partition is using the instruction processor without a break) (The case where the instruction processor usage collected by the monitor is significantly lower than the instruction processor usage set for the logical partition), only the result that there was a problem because the system monitor is a post-mortem result Does not remain.

上記問題に対しては、ハイパバイザのダンプ情報を採取する対応が考えられるが、ダン
プ採取時の命令プロセッサ使用率に問題があるとは限らない。
The above problem may be dealt with by collecting hypervisor dump information, but the instruction processor usage rate at the time of dump collection is not necessarily problematic.

そこで本発明では、ある論理区画において命令プロセッサの使用率が意図した値以下で
あった場合、即ちある論理区画に命令プロセッサが一定間隔以上ディスパッチされなかっ
た時点でのハイパバイザのダンプ情報を採取するディスパッチ間隔を監視する論理区画式
計算機システムを提供することを目的とする。
Therefore, in the present invention, when the usage rate of an instruction processor in a certain logical partition is less than an intended value, that is, dispatch that collects dump information of the hypervisor when the instruction processor is not dispatched to a certain logical partition for a certain interval or more. An object of the present invention is to provide a logically partitioned computer system for monitoring intervals.

上記目的を達成するために、本発明の論理区画への命令プロセッサのディスパッチ間隔
監視は、論理区画に命令プロセッサのディスパッチ間隔を監視する制御部を設けて、論理
命令プロセッサに命令プロセッサがディスパッチされる間隔を監視する手段を設けたもの
である。
In order to achieve the above object, in the dispatch interval monitoring of an instruction processor to a logical partition according to the present invention, a control unit for monitoring the dispatch interval of the instruction processor is provided in the logical partition, and the instruction processor is dispatched to the logical instruction processor. Means for monitoring the interval are provided.

以上のように、本発明の論理区画への命令プロセッサのディスパッチ間隔監視によれば
、次のような効果がある。ある論理区画において命令プロセッサが一定間隔以上ディスパ
ッチされなような意図しない現象が発生した時点でのハイパバイザのダンプ情報を、論理
区画で動作するオペレーティグシステムを停止することなく採取可能にすることである。
このため、論理区画式計算機システムへの影響を最小限に抑え、且つ、ハイパバイザのダ
ンプ情報での調査も行うことができる。
As described above, according to the dispatch interval monitoring of the instruction processor to the logical partition of the present invention, there are the following effects. This is to make it possible to collect the dump information of the hypervisor at the time when an unintended phenomenon such that the instruction processor is dispatched at a certain interval or more in a certain logical partition without stopping the operating system operating in the logical partition.
For this reason, it is possible to minimize the influence on the logically partitioned computer system and to perform investigation using the hypervisor dump information.

以下に本発明である論理区画式計算機システムにおける命令プロセッサのディスパッチ
間隔監視方法の一実施形態を図面に基づいて説明する。
An embodiment of a dispatch interval monitoring method for an instruction processor in a logically partitioned computer system according to the present invention will be described below with reference to the drawings.

図1は、本発明の一実施例を示すシステム構成図である。論理区画式計算機システム1
00は、1台以上の論理区画101をシステムに構成定義することができる。論理区画に
は、1台以上の論理命令プロセッサ102を構成定義することができる。論理命令プロセ
ッサは、論理区画式計算機システムを管理するハイパバイザ103のディスパッチ制御部
104により、図2の命令プロセッサ使用率201を元に、他の論理区画と命令プロセッ
サ105を共用する方法でディスパッチされる。命令プロセッサ使用率201は、コンソ
ール装置106からの要求に対して、コンソール入出力制御部107を介して、論理区画
情報部108に設定される。命令プロセッサ使用率201には、50%が設定されている
ので単純に考えると命令プロセッサの能力の50%を使用できることになる。ディスパッ
チ制御部104による命令プロセッサ105のディスパッチ契機にディスパッチ間隔監視
部109は、図2のディスパッチ間隔監視時間202に設定されている60ms以内にデ
ィスパッチされたかを判定する。監視時間を越えている場合、ハイパバイザ103のダン
プ出力制御部110に対してダンプ出力要求を行い、ハイパバイザのダンプ情報をダンプ
ファイル111に出力する。ディスパッチ間隔監視時間202は、命令プロセッサ使用率
201と同様にコンソール装置106からの要求に対して、コンソール入出力制御部10
7を介して、論理区画情報部108に設定される。
FIG. 1 is a system configuration diagram showing an embodiment of the present invention. Logical partitioned computer system 1
00 can define one or more logical partitions 101 in the system. One or more logical instruction processors 102 can be configured in the logical partition. The logical instruction processor is dispatched by the dispatch control unit 104 of the hypervisor 103 that manages the logically partitioned computer system in a manner that shares the instruction processor 105 with other logical partitions based on the instruction processor usage rate 201 of FIG. . The instruction processor usage rate 201 is set in the logical partition information unit 108 via the console input / output control unit 107 in response to a request from the console device 106. Since 50% is set in the instruction processor usage rate 201, 50% of the capability of the instruction processor can be used simply. When the dispatch processor 104 dispatches the instruction processor 105, the dispatch interval monitoring unit 109 determines whether the dispatch is performed within 60 ms set in the dispatch interval monitoring time 202 of FIG. If the monitoring time is exceeded, a dump output request is sent to the dump output control unit 110 of the hypervisor 103, and the hypervisor dump information is output to the dump file 111. The dispatch interval monitoring time 202 is similar to the instruction processor usage rate 201 in response to a request from the console device 106.
7 is set in the logical partition information unit 108.

図3は、論理区画毎に生成される論理命令プロセッサ102が管理する命令プロセッサ
ディスパッチ情報の一例を示す図である。図に示すように、ディスパッチ間隔監視時間3
01、前回ディスパッチ時間302、カレントディスパッチ時間303、最大ディスパッ
チ間隔304の各情報から構成され、論理区画に生成される論理命令プロッセサ毎に情報
が管理される。ここで管理されるディスパッチ間隔監視時間301とは、図2ディスパッ
チ間隔監視時間202に設定されている値が反映される。この他の前回ディスパッチ時間
302、カレントディスパッチ時間303、最大ディスパッチ間隔304は、実際にディ
スパッチ間隔監視を起動している時に設定される情報である。
FIG. 3 is a diagram illustrating an example of instruction processor dispatch information managed by the logical instruction processor 102 generated for each logical partition. As shown in the figure, the dispatch interval monitoring time 3
01, last dispatch time 302, current dispatch time 303, and maximum dispatch interval 304, and information is managed for each logical instruction processor generated in the logical partition. The dispatch interval monitoring time 301 managed here reflects the value set in the dispatch interval monitoring time 202 in FIG. Other previous dispatch time 302, current dispatch time 303, and maximum dispatch interval 304 are information set when dispatch interval monitoring is actually activated.

図4、5は、ディスパッチ間隔監視部109のフローチャートである。ディスパッチ間
隔監視部109は、コンソール装置106からディスパッチ間隔監視起動要求により、図
4の初期設定処理を行う。初期設定処理では、論理プロセッサ情報部の初期設定を行う。
カレントディスパッチ時間303、最大ディスパッチ間隔304に初期値0を設定する(
ステップ401)。ディスパッチ間隔監視時間301として論理区画情報部108に設定
されているディスパッチ間隔監視時間202を設定する(ステップ402)。前回ディス
パッチ時間302には、現在時刻を取得して設定する(ステップ403)。初期設定処理
完了後、図5のディスパッチ間隔監視処理により、ディスパッチ間隔監視を行う。ディス
パッチ間隔監視処理では、比較対象となる現在時刻を取得してカレントディスパッチ時間
303に設定する(ステップ501)。カレントディスパッチ時間303を前回ディスパ
ッチ時間302で減算することにより、カレントディスパッチ間隔を求める(ステップ5
02)。カレントディスパッチ間隔とディスパッチ間隔監視時間301の大小関係を比較
する(ステップ503)。カレントディスパッチ間隔の方が大きい場合、全論理区画に対
するディスパッチ間隔監視処理を停止して、ハイパバイザ103のダンプ出力制御部11
0に対してダンプ情報の出力要求を行う(ステップ507)。カレントディスパッチ間隔
の方が小さい場合、カレントディスパッチ間隔と最大ディスパッチ間隔304の大小関係
を比較する(ステップ504)。カレントディスパッチ間隔の方が大きい場合、最大ディ
スパッチ間隔304をカレントディスパッチ間隔に更新する(ステップ505)。カレン
トディスパッチ間隔の方が小さい場合、または、最大ディスパッチ間隔の更新後、前回デ
ィスパッチ時間302をカレントディスパッチ時間303に更新する(ステップ506)
。図5に示す、ディスパッチ間隔監視処理を繰り返すことにより、意図した以上のディス
パッチ間隔になった時点での情報採取が可能になる。
4 and 5 are flowcharts of the dispatch interval monitoring unit 109. The dispatch interval monitoring unit 109 performs the initial setting process of FIG. 4 in response to a dispatch interval monitoring activation request from the console device 106. In the initial setting process, the logical processor information section is initialized.
Initial values 0 are set in the current dispatch time 303 and the maximum dispatch interval 304 (
Step 401). The dispatch interval monitoring time 202 set in the logical partition information unit 108 is set as the dispatch interval monitoring time 301 (step 402). In the previous dispatch time 302, the current time is acquired and set (step 403). After completion of the initial setting process, the dispatch interval is monitored by the dispatch interval monitoring process of FIG. In the dispatch interval monitoring process, the current time to be compared is acquired and set as the current dispatch time 303 (step 501). The current dispatch interval is obtained by subtracting the current dispatch time 303 from the previous dispatch time 302 (step 5).
02). The magnitude relationship between the current dispatch interval and the dispatch interval monitoring time 301 is compared (step 503). When the current dispatch interval is larger, the dispatch interval monitoring process for all logical partitions is stopped, and the dump output control unit 11 of the hypervisor 103 is stopped.
A dump information output request is sent to 0 (step 507). When the current dispatch interval is smaller, the magnitude relationship between the current dispatch interval and the maximum dispatch interval 304 is compared (step 504). If the current dispatch interval is larger, the maximum dispatch interval 304 is updated to the current dispatch interval (step 505). If the current dispatch interval is smaller, or after the maximum dispatch interval is updated, the previous dispatch time 302 is updated to the current dispatch time 303 (step 506).
. By repeating the dispatch interval monitoring process shown in FIG. 5, it is possible to collect information when the dispatch interval is longer than intended.

本発明の一実施形態によるシステム構成図の概要を示す図である。It is a figure which shows the outline | summary of the system block diagram by one Embodiment of this invention. 論理区画の論理命令プロセッサに関する定義情報を管理する為のテーブル図である。It is a table figure for managing the definition information regarding the logical instruction processor of a logical partition. 論理区画の論理命令プロセッサに対するディスパッチ間隔を管理する為のテーブル図である。It is a table figure for managing the dispatch interval with respect to the logical instruction processor of a logical partition. 論理区画の論理命令プロセッサに対するディスパッチ間隔監視開始処理を示すフローチャート図である。It is a flowchart figure which shows the dispatch interval monitoring start process with respect to the logical instruction processor of a logical partition. 論理区画の論理命令プロセッサに対するディスパッチ間隔監視処理を示すフローチャート図である。It is a flowchart figure which shows the dispatch interval monitoring process with respect to the logical instruction processor of a logical partition.

符号の説明Explanation of symbols

100…論理区画式計算機システム、101…論理区画、102…論理命令プロセッサ
、103…ハイパバイザ、104…ディスパッチ制御部、105…命令プロセッサ、10
6…コンソール装置、107…コンソール入出力制御部、108…論理区画情報部、10
9…ディスパッチ間隔監視部、110…ダンプ出力制御部、111…ダンプファイル。

DESCRIPTION OF SYMBOLS 100 ... Logical partition type computer system, 101 ... Logical partition, 102 ... Logical instruction processor, 103 ... Hypervisor, 104 ... Dispatch control part, 105 ... Instruction processor, 10
6 ... Console device 107 ... Console input / output control unit 108 ... Logical partition information unit 10
9 ... dispatch interval monitoring unit, 110 ... dump output control unit, 111 ... dump file.

Claims (2)

1台の物理計算機システムに構成される物理計算機資源を論理的に分割することにより
複数の論理区画を生成し、1台以上のオペレーティングシステムを同時に実行可能とする
論理区画式計算機システムでは、命令プロセッサを複数の論理区画で共用する機能を有し
、論理区画には、1台以上の論理命令プロッセサがあり、論理命令プロセッサに対して命
令プロセッサがディスパッチされ、該命令プロセッサのディスパッチ間隔を監視する制御
部を設けて、論理命令プロセッサに命令プロセッサがディスパッチされる間隔を監視する
ことを特徴とする論理区画式計算機システム。
In a logically partitioned computer system in which a plurality of logical partitions are generated by logically dividing physical computer resources configured in one physical computer system and one or more operating systems can be executed simultaneously, an instruction processor The logical partition has one or more logical instruction processors, and the instruction processor is dispatched to the logical instruction processor, and control is performed to monitor the dispatch interval of the instruction processor. A logically partitioned computer system characterized in that an interval is provided to monitor the interval at which the instruction processor is dispatched to the logical instruction processor.
請求項1のシステムにおいて、論理区画の論理命令プロセッサへの命令プロセッサディ
スパッチ間隔を監視して、一定時間内に命令プロセッサがディスパッチされなかった場合
、異常を報告することを特徴とした論理区画式計算機システム。

The logical partition type computer according to claim 1, wherein an instruction processor dispatch interval to a logical instruction processor of a logical partition is monitored, and an abnormality is reported when the instruction processor is not dispatched within a predetermined time. system.

JP2005312140A 2005-10-27 2005-10-27 Logically partitioned computer system Pending JP2007122303A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005312140A JP2007122303A (en) 2005-10-27 2005-10-27 Logically partitioned computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005312140A JP2007122303A (en) 2005-10-27 2005-10-27 Logically partitioned computer system

Publications (1)

Publication Number Publication Date
JP2007122303A true JP2007122303A (en) 2007-05-17

Family

ID=38146100

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005312140A Pending JP2007122303A (en) 2005-10-27 2005-10-27 Logically partitioned computer system

Country Status (1)

Country Link
JP (1) JP2007122303A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016509726A (en) * 2013-01-22 2016-03-31 アマゾン・テクノロジーズ、インコーポレイテッド Protecting the results of privileged computing operations
US9729517B2 (en) 2013-01-22 2017-08-08 Amazon Technologies, Inc. Secure virtual machine migration
US10063380B2 (en) 2013-01-22 2018-08-28 Amazon Technologies, Inc. Secure interface for invoking privileged operations

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016509726A (en) * 2013-01-22 2016-03-31 アマゾン・テクノロジーズ、インコーポレイテッド Protecting the results of privileged computing operations
US9503268B2 (en) 2013-01-22 2016-11-22 Amazon Technologies, Inc. Securing results of privileged computing operations
US9729517B2 (en) 2013-01-22 2017-08-08 Amazon Technologies, Inc. Secure virtual machine migration
US10063380B2 (en) 2013-01-22 2018-08-28 Amazon Technologies, Inc. Secure interface for invoking privileged operations
US11228449B2 (en) 2013-01-22 2022-01-18 Amazon Technologies, Inc. Secure interface for invoking privileged operations

Similar Documents

Publication Publication Date Title
JP6219512B2 (en) Virtual hadoop manager
JP5608222B2 (en) Application efficiency engine
US8347307B2 (en) Method and system for cost avoidance in virtualized computing environments
CN101120317A (en) Method, apparatus and system for dynamically reassigning memory from one virtual machine to another
CN106557369A (en) A kind of management method and system of multithreading
JP4705051B2 (en) Computer system
JP2003256221A5 (en)
JPWO2008114395A1 (en) Virtual machine dump collection program, dump collection system, and dump collection method
US20120254822A1 (en) Processing optimization load adjustment
CN106528065B (en) A kind of thread acquisition methods and equipment
US9128754B2 (en) Resource starvation management in a computer system
JP2016115065A (en) Information processor, information processing system, task processing method, and program
JP2015022504A (en) Information processing device, method, and program
JP2007122303A (en) Logically partitioned computer system
US10754547B2 (en) Apparatus for managing disaggregated memory and method thereof
JP6239400B2 (en) Control device
JP4761229B2 (en) Operation management apparatus, operation management method and program
JP5597293B2 (en) Computer system and program
EP3200083B1 (en) Resource scheduling method and related apparatus
JP2010086363A (en) Information processing apparatus and apparatus configuration rearrangement control method
JP2001282560A (en) Virtual computer control method, its performing device and recording medium recording its processing program
CN112835692A (en) Log message driven task method, system, storage medium and equipment
JP5737087B2 (en) Virtual machine control device, virtual machine control program, and virtual machine control method
JP2015158854A (en) Configuration change device, configuration change method, management server device, and computer program
US20160350147A1 (en) Control method and control device