JP2014170308A - Information processor, bmc switching method, and bmc switching program - Google Patents

Information processor, bmc switching method, and bmc switching program Download PDF

Info

Publication number
JP2014170308A
JP2014170308A JP2013040981A JP2013040981A JP2014170308A JP 2014170308 A JP2014170308 A JP 2014170308A JP 2013040981 A JP2013040981 A JP 2013040981A JP 2013040981 A JP2013040981 A JP 2013040981A JP 2014170308 A JP2014170308 A JP 2014170308A
Authority
JP
Japan
Prior art keywords
bmc
bmcs
switching
bios
access method
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
JP2013040981A
Other languages
Japanese (ja)
Other versions
JP6148039B2 (en
Inventor
Hisashi Saito
寿 齋藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP2013040981A priority Critical patent/JP6148039B2/en
Publication of JP2014170308A publication Critical patent/JP2014170308A/en
Application granted granted Critical
Publication of JP6148039B2 publication Critical patent/JP6148039B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Hardware Redundancy (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processor capable of recognizing whether BMCs are multiplexed or not and switching the BMCs without preparing a dedicated hardware.SOLUTION: An information processor includes: a plurality of BMCs; a BIOS that detects an existence of the plurality of BMCs and a method of accessing them and creates configuration information in which a display indicating the BMCs are multiplexed and the access method are contained on a memory; and an operating system that accesses the plurality of BMCs using the access method by referring to the configuration information.

Description

本発明は、情報処理装置、BMC切り替え方法、BMC切り替えプログラムに関する。   The present invention relates to an information processing apparatus, a BMC switching method, and a BMC switching program.

近年のエンタープライズサーバやフォルトトレーラントサーバのような情報処理装置は、様々な故障の耐性が求められている。これらの情報処理装置にBMC(Base Management Controller)を複数搭載することも、故障耐性を向上させる技術のひとつである。   Information processing apparatuses such as enterprise servers and fault-tolerant servers in recent years are required to have various fault tolerances. Mounting a plurality of BMCs (Base Management Controllers) in these information processing apparatuses is one of the techniques for improving fault tolerance.

前述のBMCを搭載した複数の情報処理を多重化した情報処理システムで、システムが稼働中に、ひとつの情報処理装置のBMCの故障が発生した場合、そのBMCを回復させるために情報処理システムのリセットを実行する必要がある。このリセットにより、BMCは電源制御信号を初期状態へ戻す操作を行うため、異常が無く、電源オンの状態にあった情報処理装置も一旦電源が切断される。このため情報処理システムの可用性が損なわれることになる。   In an information processing system in which a plurality of information processings equipped with the BMC are multiplexed and a BMC of a single information processing device fails while the system is in operation, the information processing system is configured to recover the BMC. A reset needs to be performed. By this resetting, the BMC performs an operation to return the power control signal to the initial state, so that the information processing apparatus that has no abnormality and is in the power-on state is also temporarily turned off. For this reason, the availability of the information processing system is impaired.

この問題に対して、特許文献1には、専用の故障検出機構を用いて情報処理装置のBMCの故障を検出し、他の情報処理装置のBMCに電源制御を引き継がせ、故障が検出されたBMCをリセットする技術が記載されている。   To deal with this problem, Patent Document 1 detects a failure of a BMC of an information processing device using a dedicated failure detection mechanism, and takes over power supply control to the BMC of another information processing device, thereby detecting the failure. A technique for resetting the BMC is described.

また、情報処置装置のハードウエアの運用管理をきめ細かく行うには、BMCと情報処理装置のOS(オペレーティングシステム)との情報交換を十分に行うことが必要である。この、BMCとOSとの情報交換の実現には、非特許文献1に記載している仕様(SMBIOS)をBIOSに適用する方法がある。SMBIOSは、BIOS内部のデータ構造、データの配置およびその情報のアクセス方法に関する仕様を規定している。このSMBIOSにより、ユーザやアプリケーションが当該情報機器に固有の情報をBIOSに格納し、またはその情報を利用することが出来る。例えば、OSがBMCにアクセスを行う方法などの情報を格納し、OSがこの情報を読み出してBMCへのアクセスの準備を行う。   In addition, in order to finely manage the operation of the hardware of the information processing apparatus, it is necessary to sufficiently exchange information between the BMC and the OS (operating system) of the information processing apparatus. In order to realize the information exchange between the BMC and the OS, there is a method of applying the specification (SMBIOS) described in Non-Patent Document 1 to the BIOS. SMBIOS defines the specifications regarding the data structure inside the BIOS, the arrangement of data, and the access method of the information. With this SMBIOS, a user or application can store information unique to the information device in the BIOS or use the information. For example, information such as how the OS accesses the BMC is stored, and the OS reads this information and prepares for access to the BMC.

更に、前述のOSがBMCにアクセスする具体的な方法は、非特許文献2に記載しているIPMI仕様を適用したインターフェースを用いることである。IPMI仕様は、情報処理装置の管理ハードウェア(例えばBMCなど)にアクセスするための共通インターフェイスと、メッセージベースのプロトコルを規定している。例えば、情報処理装置のOSは、このIPMI Specificationにて規定されているKCS(Keyboard Controller Style)、SMIC(Server Management Interface Chip)、BT(Block Transfer)、SSIF(SMBus System Interface)の何れかのインタフェースを利用して情報処理装置内のBMCとコミュニケーションすることで、情報処理装置の状態を把握したり制御したりする。   Further, a specific method for the OS to access the BMC is to use an interface to which the IPMI specification described in Non-Patent Document 2 is applied. The IPMI specification defines a common interface for accessing management hardware (for example, BMC) of an information processing apparatus and a message-based protocol. For example, the OS of the information processing apparatus is any one of KCS (Keyboard Controller Style), SMIC (Server Management Interface Chip), BT (Block Transfer), and SSIF (SMBus System Interface) defined in this IPMI Specification. The state of the information processing apparatus is grasped and controlled by communicating with the BMC in the information processing apparatus using the.

特開2011−048534号公報JP 2011-048534 A

「System Management BIOS(SMBIOS)Reference Specification」[online] 平成25年2月1日検索インターネット<http://www.dmtf.org/sites/Default/files/standards/documents/DSP0134v2.5Final.pdf>"System Management BIOS (SMBIOS) Reference Specification" [online] February 1, 2013 Search Internet <http://www.dmtf.org/sites/Default/files/standards/documents/DSP0134v2.5Final.pdf> 「Intelligent Platform Management Interface Specification Second Generation v2.0」[online] 平成25年2月1日検索インターネット<http://www.intel.com/design/servers/ipmi/spec.htm>"Intelligent Platform Management Interface Specification Second Generation v2.0" [online] February 1, 2013 Search Internet <http://www.intel.com/design/servers/ipmi/spec.htm>

特許文献1には、BMCが一つだけ搭載された複数の情報処理装置を多重化し、複数の情報処理装置間を跨いで、BMCの故障を検出して、BMCを切り替える技術が記載されている。しかし、特許文献1には、一つの情報処理装置の中に、二つ以上のBMCを搭載して、これらを切り替える技術は示されていない。このように、現代のほとんどのコンピュータサーバなどの情報処理装置は、一つのBMCを搭載している。(これをBMC単一装置と称す。)
一方で、一つの情報処理装置に二つ以上のBMCを搭載したBMC多重化装置(これをBMC多重化装置と称する)は数少ない。その為、ほとんどのOSは、BMC多重化装置を想定しておらず、単にBMCを複数個搭載しただけでは、OSがこれらのBMCを管理することは出来ない。
Patent Document 1 describes a technology in which a plurality of information processing devices each equipped with only one BMC are multiplexed, a BMC failure is detected across a plurality of information processing devices, and the BMC is switched. . However, Patent Document 1 does not disclose a technique for mounting two or more BMCs in one information processing apparatus and switching between them. Thus, most modern information processing apparatuses such as computer servers are equipped with one BMC. (This is called a BMC single device.)
On the other hand, there are few BMC multiplexers (referred to as BMC multiplexers) in which two or more BMCs are mounted on one information processing apparatus. For this reason, most OSs do not assume a BMC multiplexing device, and the OS cannot manage these BMCs simply by installing a plurality of BMCs.

したがって、一つの情報処理装置内にBMCが複数存在させるには、あたかも一つのBMCが動作している様にOSに認識させる必要がある。そこで、BMCを切り替える専用のハードウエアが必要になる。しかしながら、このような専用のハードウエアは、新しい情報処理装置の開発や、情報処理システムの情報処理装置の構成が変更するなどの場合、新たな設計が必要となる。またこのような専用のハードウエアを情報処理装置に組み込むコストも、多大になるという問題がある。   Therefore, in order for a plurality of BMCs to exist in one information processing apparatus, the OS needs to be recognized as if one BMC is operating. Therefore, dedicated hardware for switching the BMC is required. However, such dedicated hardware requires a new design when a new information processing apparatus is developed or the configuration of the information processing apparatus of the information processing system is changed. In addition, there is a problem that the cost for incorporating such dedicated hardware into the information processing apparatus becomes large.

この問題を解決するために、前述のようなBMCを切り替える専用のハードウエアを用いない仕組みが必要であるという課題がある。   In order to solve this problem, there is a problem that a mechanism that does not use dedicated hardware for switching the BMC as described above is required.

本発明の目的は、上記課題を解決する情報処理装置、BMC切り替え方法、BMC切り替えプログラムを提供することにある。   The objective of this invention is providing the information processing apparatus, the BMC switching method, and the BMC switching program which solve the said subject.

情報処理装置は、複数のBMCと、前記複数のBMCの存在およびそのアクセス方法を検出して、前記BMCが多重化されている旨の表示および前記アクセス方法を含む構成情報をメモリ上に作成するBIOSと、前記構成情報を参照して前記アクセス方法を用いて、前記複数のBMCにアクセスを行うオペレーティングシステムと、を備えている。   The information processing apparatus detects a plurality of BMCs, the presence of the plurality of BMCs, and an access method thereof, and creates configuration information including an indication that the BMC is multiplexed and the access method in a memory. A BIOS; and an operating system that accesses the plurality of BMCs using the access method with reference to the configuration information.

BMC切り替え方法は、BIOSが、複数のBMCの存在およびそのアクセス方法を検出し、前記BMCが多重化されている旨の表示および前記アクセス方法を含む構成情報をメモリ上に作成し、オペレーティングシステムが、前記構成情報を参照して前記アクセス方法を用いて、前記複数のBMCにアクセスを行う。   In the BMC switching method, the BIOS detects the existence of a plurality of BMCs and the access method thereof, creates an indication that the BMC is multiplexed, and creates configuration information including the access method on the memory. The plurality of BMCs are accessed using the access method with reference to the configuration information.

BMC切り替えプログラムは、BIOSが、複数のBMCの存在およびそのアクセス方法を検出し、前記BMCが多重化されている旨の表示および前記アクセス方法を含めて作成した構成情報を参照して前記アクセス方法を用いて、前記複数のBMCにアクセスする処理をコンピュータに実行させる。   In the BMC switching program, the BIOS detects the presence of a plurality of BMCs and an access method thereof, and refers to the configuration information created including the indication that the BMC is multiplexed and the access method. The computer is caused to execute processing for accessing the plurality of BMCs.

本発明は、切り替えを行う専用のハードウェアを準備せずに、BMCの切り替えを実現することが出来るという効果を有する。   The present invention has an effect that BMC switching can be realized without preparing dedicated hardware for switching.

本発明の第2の実施の形態の情報処理装置1のブロック図である。It is a block diagram of the information processing apparatus 1 of the 2nd Embodiment of this invention. 本発明の第1の実施の形態の情報処理装置100のブロック図である。It is a block diagram of information processor 100 of a 1st embodiment of the present invention. 本発明の第1の実施の形態の情報処理装置100のパワーアップ時の処理フロー図である。It is a processing flow figure at the time of power-up of the information processing apparatus 100 of the 1st Embodiment of this invention. 本発明の第1の実施の形態の情報処理装置100のBMC切り替えり替え制御処理フロー図である。It is a BMC switching control process flowchart of the information processing apparatus 100 according to the first embodiment of this invention.

(第1の実施の形態)
図面を参照して、本発明の第1の実施の形態について説明する。図2は本発明の第1の実施の形態の情報処理装置100を示すブロック図である。
(First embodiment)
A first embodiment of the present invention will be described with reference to the drawings. FIG. 2 is a block diagram showing the information processing apparatus 100 according to the first embodiment of this invention.

情報処理装置100は、システムハードウエア101、プライマリBMC102−1、セカンダリBMC102−2、BIOS104、OS105、を含む。   The information processing apparatus 100 includes system hardware 101, a primary BMC 102-1, a secondary BMC 102-2, a BIOS 104, and an OS 105.

システムハードウエア101は、情報処理装置100が情報処理を実行するためのハードウエアである。システムハードウエア101は、メモリ106、CPU(Central Processing Unit)、およびIO(Input Output)デバイス等を含むが、CPUおよびIOデバイス等は一般的な装置である為、詳細の説明は省略する。メモリ106は、SMBIOSストラクチャ107を含む。SMBIOSストラクチャ107は、TYPE38ストラクチャ108とTYPE50ストラクチャ109を含む。   The system hardware 101 is hardware for the information processing apparatus 100 to execute information processing. The system hardware 101 includes a memory 106, a CPU (Central Processing Unit), an IO (Input Output) device, and the like. Since the CPU, the IO device, and the like are general devices, detailed description thereof is omitted. The memory 106 includes an SMBIOS structure 107. The SMBIOS structure 107 includes a TYPE 38 structure 108 and a TYPE 50 structure 109.

プライマリBMC102−1とセカンダリBMC102−2は、システムハードウエア101を管理・制御するコントローラである。そして、何れか一方がマスタBMCとなりシステムハードウエア101の管理・制御を行い、他方のBMCはマスタBMCの故障に備えて待機中である。プライマリBMC102−1とセカンダリBMC102−2が共に健全である場合、通常では、プライマリBMC102−1がマスタとなり、セカンダリBMC102−2が待機中となる。そして、プライマリBMC102−1が故障した際、セカンダリBMC102−2がマスタBMCとなる。また、プライマリBMC102−1とセカンダリBMC102−2は、非特許文献2に記載されているIPMI機能を有しており、OS105と通信することができる。   The primary BMC 102-1 and the secondary BMC 102-2 are controllers that manage and control the system hardware 101. Then, either one becomes the master BMC, manages and controls the system hardware 101, and the other BMC is on standby for the failure of the master BMC. When both the primary BMC 102-1 and the secondary BMC 102-2 are healthy, the primary BMC 102-1 is normally the master and the secondary BMC 102-2 is on standby. When the primary BMC 102-1 fails, the secondary BMC 102-2 becomes the master BMC. Further, the primary BMC 102-1 and the secondary BMC 102-2 have the IPMI function described in Non-Patent Document 2, and can communicate with the OS 105.

BIOS104は、システムハードウエア101上で動作するファームウェアである。BIOS104は、システムハードウエア101の初期化を実行すると共に、システムハードウエア101とOS105とのインターフェースを司る。BIOS104は、非特許文献2に記載されているSMBIOS仕様に規定されている構成情報(SMBIOSストラクチャ107)をメモリ106に生成し、SMBIOSストラクチャ107を介してOS105にシステムハードウエア101の構成情報を知らせる。   The BIOS 104 is firmware that operates on the system hardware 101. The BIOS 104 executes initialization of the system hardware 101 and manages an interface between the system hardware 101 and the OS 105. The BIOS 104 generates configuration information (SMBIOS structure 107) defined in the SMBIOS specification described in Non-Patent Document 2 in the memory 106, and notifies the OS 105 of the configuration information of the system hardware 101 via the SMBIOS structure 107. .

BIOS104は、SMBIOSストラクチャ107の生成において、BMCが1つからなるBMC単一装置である場合、TYPE38ストラクチャ108にプライマリBMC102−1の情報を記述する。一方、BMCが複数有る情報処理装置100である場合、待機中の前記BMCに対して、前述のTYPE38ストラクチャ108と同じ書式のストラクチャを、異なるTYPE番号で作成する。この場合、例えば、新たにTYPE50ストラクチャ109を生成する。そして、TYPE38ストラクチャ108にマスタBMCであるプライマリBMC102−1の情報を記述し、TYPE50ストラクチャ109に待機中のBMCであるセカンダリBMC102−2の情報を記述する。当該TYPE38ストラクチャ108とTYPE50ストラクチャ109には、OS105がプライマリBMC102−1とセカンダリBMC102−2にアクセスする手段が記述されている。   In the generation of the SMBIOS structure 107, the BIOS 104 describes information on the primary BMC 102-1 in the TYPE 38 structure 108 when the BMC is a single BMC device. On the other hand, in the case of the information processing apparatus 100 having a plurality of BMCs, a structure having the same format as the TYPE 38 structure 108 is created with a different TYPE number for the standby BMC. In this case, for example, a TYPE 50 structure 109 is newly generated. Then, information of the primary BMC 102-1 that is the master BMC is described in the TYPE 38 structure 108, and information of the secondary BMC 102-2 that is the standby BMC is described in the TYPE 50 structure 109. The TYPE 38 structure 108 and the TYPE 50 structure 109 describe means for the OS 105 to access the primary BMC 102-1 and the secondary BMC 102-2.

OS105は、システムハードウエア101上で動作するオペレーティングシステムである。OS105は、BIOS104がメモリ106に展開したSMBIOSストラクチャ107を介して当該情報処理装置100のハードウェアの構成を把握する。OS105は、TYPE38ストラクチャ108とTYPE50ストラクチャ109に記述されているアクセス手段を用いてプライマリBMC102−1とセカンダリBMC102−2との通信を行う。   The OS 105 is an operating system that operates on the system hardware 101. The OS 105 grasps the hardware configuration of the information processing apparatus 100 via the SMBIOS structure 107 developed by the BIOS 104 in the memory 106. The OS 105 performs communication between the primary BMC 102-1 and the secondary BMC 102-2 using access means described in the TYPE 38 structure 108 and the TYPE 50 structure 109.

次に情報処理装置100の動作を説明する。図3は、本発明に係る情報処理装置100のシステムパワーアップ時の処理フロー概略の図である。図3の情報処理装置100のパワーアップ時の処理フローと図2を用いて説明する。   Next, the operation of the information processing apparatus 100 will be described. FIG. 3 is a schematic diagram of a processing flow at the time of system power-up of the information processing apparatus 100 according to the present invention. A processing flow at the time of power-up of the information processing apparatus 100 in FIG. 3 and FIG. 2 will be described.

オペレータは、情報処理装置100を起動させるために、情報処理装置100をパワーオンさせる。例えば、オペレータが情報処理装置100のパワーボタンを押下する(S001)。パワーボタンの押下により、情報処理装置100の電源が投入され、システムハードウエア101内のCPU上でBIOS104が動き出す。BIOS104は、先ずシステムハードウエア101を初期化する(S002)。その後にBIOS104は、SMBIOSストラクチャ107を生成し、システムハードウエア101内のメモリ106上に置く(S003)。BIOS104は、予めBIOS内に格納していたSMBIOSストラクチャ107を生成する元の情報を読み、BMCの多重化装置であるか否かを判断する(S004)。   The operator powers on the information processing apparatus 100 to activate the information processing apparatus 100. For example, the operator presses the power button of the information processing apparatus 100 (S001). When the power button is pressed, the information processing apparatus 100 is powered on, and the BIOS 104 starts running on the CPU in the system hardware 101. First, the BIOS 104 initializes the system hardware 101 (S002). Thereafter, the BIOS 104 generates an SMBIOS structure 107 and places it on the memory 106 in the system hardware 101 (S003). The BIOS 104 reads the original information for generating the SMBIOS structure 107 stored in advance in the BIOS, and determines whether or not it is a BMC multiplexer (S004).

SMBIOSストラクチャ107の生成において、BMC単一装置である場合(S004:NO)、BIOS104は、(S007)のステップを実行する。SMBIOSストラクチャ107の生成において、BMC多重化装置である場合(S004:YES)、BIOS104は、TYPE38ストラクチャ108と同一フォーマットで、新たなTYPE50ストラクチャ109を生成し、システムハードウエア101内のメモリ106上に置く(S005)。そして、BIOS104は、TYPE50ストラクチャ109にスタンバイBMCであるセカンダリBMC102−2の情報を記述する(S006)。BIOS104は、TYPE38ストラクチャ108に、単一BMCの情報を記述する(S007)。   In the generation of the SMBIOS structure 107, when the BMC is a single device (S004: NO), the BIOS 104 executes the step (S007). In the generation of the SMBIOS structure 107, if it is a BMC multiplexing device (S004: YES), the BIOS 104 generates a new TYPE 50 structure 109 in the same format as the TYPE 38 structure 108, and stores it on the memory 106 in the system hardware 101. Place (S005). Then, the BIOS 104 describes the information of the secondary BMC 102-2 that is the standby BMC in the TYPE 50 structure 109 (S006). The BIOS 104 describes single BMC information in the TYPE 38 structure 108 (S007).

次に、BIOS104は、OS105のブートローダを起動してオペレーティングシステムをブートさせる(S008)。OS105は、自身が起動したならば、システムハードウエア101内のメモリ106に置かれているSMBIOSストラクチャ107を参照する(S009)。OS105は、SMBIOSストラクチャ107にTYPE50ストラクチャ109があるか否かを判定する(S010)。TYPE50ストラクチャ109が定義されていた場合(S010:YES)、OS105は、当該情報処理装置100はBMC多重化装置であると判断する(S012)。一方、TYPE50ストラクチャ109が定義されていなかった場合(S010:NO)、OS105は、当該情報処理装置100はBMC単一装置であると判断する(S011)。OS105は、SMBIOSストラクチャ107のTYPE38ストラクチャ108に記述されているアクセス方法を利用して、マスタBMCであるプライマリBMC102−1に定期的にアクセスして、BMCの故障の監視を開始する(S013)。   Next, the BIOS 104 activates the boot loader of the OS 105 to boot the operating system (S008). When the OS 105 starts up, the OS 105 refers to the SMBIOS structure 107 placed in the memory 106 in the system hardware 101 (S009). The OS 105 determines whether or not the SMBIOS structure 107 includes the TYPE 50 structure 109 (S010). When the TYPE 50 structure 109 is defined (S010: YES), the OS 105 determines that the information processing apparatus 100 is a BMC multiplexing apparatus (S012). On the other hand, when the TYPE 50 structure 109 is not defined (S010: NO), the OS 105 determines that the information processing apparatus 100 is a BMC single apparatus (S011). The OS 105 periodically accesses the primary BMC 102-1 which is the master BMC by using the access method described in the TYPE 38 structure 108 of the SMBIOS structure 107, and starts monitoring the failure of the BMC (S013).

以上が、本発明に係るシステムパワーアップ時の処理である。   The above is the processing at the time of system power-up according to the present invention.

図4は、本発明に係る情報処理装置100のBMCの切り替え処理フローの概略の図である。図4のBMC切り替え制御処理フローに従って切り替え制御を説明する。   FIG. 4 is a schematic diagram of a BMC switching process flow of the information processing apparatus 100 according to the present invention. Switching control will be described according to the BMC switching control process flow of FIG.

先ず、情報処理装置100が運転状態にあるとき、OS105が、SMBIOSストラクチャ107に記載のアクセス方法を用いてプライマリBMC102−1に定期的にリードリクエストを発行する(S101)。稼働中であるプライマリBMC102−1が故障すると、システムハードウエア101を経由し、OS105からプライマリBMC102−1に送られるリクエストに対するリプライ(応答)がプライマリBMC102−1から返却されなくなる。その場合、システムハードウエア101は異常リプライをOS105に返却する。OS105が、稼動中であるプライマリBMC102−1からの応答が正常であるか否かを判定する(S102)。OS105が、正常な応答であると判定した場合(S102:YES)S101に戻り監視を継続する。   First, when the information processing apparatus 100 is in an operating state, the OS 105 periodically issues a read request to the primary BMC 102-1 using the access method described in the SMBIOS structure 107 (S101). When the primary BMC 102-1 in operation fails, a reply (response) to a request sent from the OS 105 to the primary BMC 102-1 via the system hardware 101 is not returned from the primary BMC 102-1. In that case, the system hardware 101 returns an abnormal reply to the OS 105. The OS 105 determines whether or not the response from the active primary BMC 102-1 is normal (S102). When the OS 105 determines that the response is normal (S102: YES), the process returns to S101 and monitoring is continued.

次に稼働中であるプライマリBMC102−1に故障が発生した場合、プライマリBMC102−1からOS105に対して異常リプライが返却される。OS105が、稼働中であるプライマリBMC102−1からの異常リプライを受信し、正常な応答ではないと判定する(S102:NO)。OS105が、稼働中であるプライマリBMC102−1からの異常リプライを受信し、プライマリBMC102−1Cの故障と判断する(S103)。
OS105が、稼働中であるプライマリBMC102−1へのアクセスを停止する(S104)。OS105が、SMBIOSストラクチャ107に記載のアクセス方法を用いて、待機中であるセカンダリBMC102−2に対して、BMCの切り替え実施を指示する(S105)。
Next, when a failure occurs in the primary BMC 102-1 that is in operation, an abnormal reply is returned from the primary BMC 102-1 to the OS 105. The OS 105 receives the abnormal reply from the operating primary BMC 102-1 and determines that the response is not normal (S102: NO). The OS 105 receives an abnormal reply from the operating primary BMC 102-1 and determines that the primary BMC 102-1C has failed (S103).
The OS 105 stops access to the active primary BMC 102-1 (S104). Using the access method described in the SMBIOS structure 107, the OS 105 instructs the secondary BMC 102-2 that is on standby to perform BMC switching (S105).

待機中であるセカンダリBMC102−2が、OS105からBMC切り替え実施の指示を受けて、自身をマスタBMCに遷移させると共に、システムハードウエア101の監視・制御を開始する(S106)。稼動を開始したセカンダリBMC102−2が、OS105に対してBMC切り替え完了を通知する(S107)。OS105は、稼働中となったセカンダリBMC102−2からBMC切り替え完了通知を受けると、セカンダリBMC102−2へアクセス再開を通知する(S108)。   The standby secondary BMC 102-2 receives an instruction to execute BMC switching from the OS 105, transitions itself to the master BMC, and starts monitoring and controlling the system hardware 101 (S106). The secondary BMC 102-2 that has started operation notifies the OS 105 of the completion of BMC switching (S107). When the OS 105 receives the BMC switching completion notification from the active secondary BMC 102-2, the OS 105 notifies the secondary BMC 102-2 of resumption of access (S108).

以上が、本発明に係るBMC切り替え制御である。   The above is the BMC switching control according to the present invention.

なお、OS105が行う、情報処理装置100がBMC多重化装置であるか否かを判断する処理、プライマリBMC102−1が故障であるか否かの判定および故障と判断する処理、およびプライマリBMC102−1からセカンダリBMC102−2へ切り替えの指示をおこなう処理は、別のプログラム、ファームウエアなどで実行しても良い。   Note that the OS 105 performs a process for determining whether the information processing apparatus 100 is a BMC multiplexing apparatus, a process for determining whether the primary BMC 102-1 is faulty, a process for determining a fault, and a primary BMC 102-1. The processing for instructing the switching from the secondary BMC 102-2 to the secondary BMC 102-2 may be executed by another program, firmware, or the like.

以上の様に、本発明の情報処理装置は、特別なハードウエアを設けずにプライマリBMC102−1からセカンダリBMC102−2へ切り替えることが出来るという効果がある。その理由は、BIOS104がSMBIOSストラクチャ107に、プライマリBMC102−1の情報を記述したTYPE38ストラクチャ108とセカンダリBMC102−2の情報を記述したTYPE50ストラクチャ109を作成し、OS105が、各々のストラクチャを読み出すことにより、OS105が情報処理装置100に複数のBMCが搭載されていることを認識し、プライマリBMC102−1とセカンダリBMC102−2にアクセスするからである。
(第2の実施の形態)
図面を参照して、本発明の第2の実施の形態について説明する。
As described above, the information processing apparatus of the present invention has an effect that the primary BMC 102-1 can be switched to the secondary BMC 102-2 without providing special hardware. The reason is that the BIOS 104 creates the TYPE 38 structure 108 describing the information of the primary BMC 102-1 and the TYPE 50 structure 109 describing the information of the secondary BMC 102-2 in the SMBIOS structure 107, and the OS 105 reads each structure. This is because the OS 105 recognizes that a plurality of BMCs are mounted on the information processing apparatus 100 and accesses the primary BMC 102-1 and the secondary BMC 102-2.
(Second Embodiment)
A second embodiment of the present invention will be described with reference to the drawings.

図1に本発明の情報処理装置1のブロック図を示す。情報処理装置1は、OS105、
BIOS104、プライマリBMC102−1、セカンダリBMC102−2、SMBI
OSストラクチャ107を含む。
FIG. 1 shows a block diagram of an information processing apparatus 1 of the present invention. The information processing apparatus 1 includes an OS 105,
BIOS 104, primary BMC 102-1, secondary BMC 102-2, SMBI
An OS structure 107 is included.

次に動作を説明する。   Next, the operation will be described.

BIOS104が、SMBIOSストラクチャ107を作成する。OS105が、SMBIOSストラクチャ107の情報を用いてプライマリBMC102−1とセカンダリBMC102−2にアクセスを行う。   The BIOS 104 creates the SMBIOS structure 107. The OS 105 accesses the primary BMC 102-1 and the secondary BMC 102-2 using the information of the SMBIOS structure 107.

以上、説明したように、OS105がプライマリBMC102−1とセカンダリBMC102−2が搭載されていることを認識して、アクセスすることが出来る。その理由は、BIOS104が、プライマリBMC102−1とセカンダリBMC102−2BMCにより多重化されている旨の表示および前記アクセス方法を含む情報を記載したSMBIOSストラクチャ107を作成するからである。   As described above, the OS 105 can recognize and access the primary BMC 102-1 and the secondary BMC 102-2. The reason is that the BIOS 104 creates the SMBIOS structure 107 describing information indicating that the BIOS is multiplexed by the primary BMC 102-1 and the secondary BMC 102-2BMC and the access method.

以上、実施形態(及び実施例)を参照して本顔発明を説明したが、本顔発明は上記実施形態(及び実施例)に限定されるものではない。本顔発明の構成や詳細には、本顔発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   Although the present invention has been described above with reference to the embodiments (and examples), the present invention is not limited to the above embodiments (and examples). Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

1 情報処理装置
100 情報処理装置
101 システムハードウエア
102−1 プライマリBMC
102−2 セカンダリBMC
104 BIOS
105 OS
106 メモリ
107 SMBIOSストラクチャ
108 TYPE38ストラクチャ
109 TYPE50ストラクチャ
DESCRIPTION OF SYMBOLS 1 Information processing apparatus 100 Information processing apparatus 101 System hardware 102-1 Primary BMC
102-2 Secondary BMC
104 BIOS
105 OS
106 Memory 107 SMBIOS structure 108 TYPE38 structure 109 TYPE50 structure

Claims (8)

複数のBMCと、
前記複数のBMCの存在およびそのアクセス方法を検出して、前記BMCが多重化されている旨の表示および前記アクセス方法を含む構成情報をメモリ上に作成するBIOSと、
前記構成情報を参照して前記アクセス方法を用いて、前記複数のBMCにアクセスを行うオペレーティングシステムと、を備えた情報処理装置。
A plurality of BMCs;
A BIOS that detects the presence of the plurality of BMCs and the access method thereof, and creates a configuration information including an indication that the BMC is multiplexed and the access method on a memory;
An information processing apparatus comprising: an operating system that accesses the plurality of BMCs using the access method with reference to the configuration information.
前記BIOSは、前記複数のBMCのうち一台を稼働中、他を待機中に設定し、前記オペレーティングシステムから指示をうけて、稼働中の前記BMCを待機中に、待機中の一台の前記BMCを稼動中に状態遷移させる切り替えを実行し、
前記オペレーティングシステムは、前記アクセス方法を用いて、稼働中の前記BMCの故障を検出して、前記切り替えの実行を指示する、請求項1の情報処理装置。
The BIOS sets one of the plurality of BMCs in operation and others in standby, receives an instruction from the operating system, waits for the BMC in operation, Executes switching to change the state of BMC during operation
The information processing apparatus according to claim 1, wherein the operating system detects a failure of the BMC in operation using the access method and instructs execution of the switching.
前記BIOSは、稼働中の前記BMCに対して、SMBIOS仕様に準拠したTYPE38のストラクチャを作成し、待機中の前記BMCに対して、前記TYPE38と同じ書式のストラクチャを異なるTYPE番号で作成して、前記構成情報に包含させる、請求項2の情報処理装置。   The BIOS creates a structure of TYPE 38 conforming to the SMBIOS specification for the BMC in operation, creates a structure of the same format as the TYPE 38 for the waiting BMC with a different TYPE number, The information processing apparatus according to claim 2, which is included in the configuration information. BIOSが、複数のBMCの存在およびそのアクセス方法を検出し、前記BMCが多重化されている旨の表示および前記アクセス方法を含む構成情報をメモリ上に作成し、
オペレーティングシステムが、前記構成情報を参照して前記アクセス方法を用いて、前記複数のBMCにアクセスを行う、BMC切り替え方法。
The BIOS detects the presence of a plurality of BMCs and the access method thereof, creates an indication that the BMC is multiplexed, and creates configuration information including the access method on the memory,
A BMC switching method in which an operating system accesses the plurality of BMCs by using the access method with reference to the configuration information.
前記BIOSが、前記複数のBMCのうち一台を稼働中、他を待機中に設定し、前記オペレーティングシステムから指示をうけて、稼働中の前記BMCを待機中に、待機中の一台の前記BMCを稼動中に状態遷移させる切り替えを実行し、
前記オペレーティングシステムが、前記アクセス方法を用いて、稼働中の前記BMCの故障を検出して、前記切り替えの実行を指示する、請求項4のBMC切り替え方法。
The BIOS sets one of the plurality of BMCs in operation, sets the other to standby, receives an instruction from the operating system, waits for the BMC in operation, Executes switching to change the state of BMC during operation
The BMC switching method according to claim 4, wherein the operating system detects a failure of the operating BMC using the access method and instructs execution of the switching.
前記BIOSが、稼働中の前記BMCに対して、SMBIOS仕様に準拠したTYPE38のストラクチャを作成し、待機中の前記BMCに対して、前記TYPE38と同じ書式のストラクチャを異なるTYPE番号で作成して、前記構成情報に包含させる、請求項5のBMC切り替え方法。   The BIOS creates a structure of TYPE 38 conforming to the SMBIOS specification for the BMC in operation, creates a structure of the same format as the TYPE 38 for the waiting BMC with a different TYPE number, The BMC switching method according to claim 5, which is included in the configuration information. BIOSが、複数のBMCの存在およびそのアクセス方法を検出し、前記BMCが多重化されている旨の表示および前記アクセス方法を含めて作成した構成情報を、参照して、
前記アクセス方法を用いて、前記複数のBMCにアクセスする処理をコンピュータに実行させるBMC切り替えプログラム。
The BIOS detects the existence of a plurality of BMCs and the access method thereof, and refers to the configuration information created including the indication that the BMC is multiplexed and the access method,
A BMC switching program for causing a computer to execute a process of accessing the plurality of BMCs using the access method.
前記BIOSが、前記複数のBMCのうち一台を稼働中、他を待機中に設定し、前記オペレーティングシステムから指示をうけて、稼働中の前記BMCを待機中に、待機中の一台の前記BMCを稼動中に状態遷移させる切り替えを実行し、
前記アクセス方法を用いて、稼働中の前記BMCの故障を検出して、前記切り替えをする処理をコンピュータに実行させる請求項7のBMC切り替えプログラム。
The BIOS sets one of the plurality of BMCs in operation, sets the other to standby, receives an instruction from the operating system, waits for the BMC in operation, Executes switching to change the state of BMC during operation
8. The BMC switching program according to claim 7, wherein a failure of the BMC in operation is detected using the access method, and the computer executes the switching process.
JP2013040981A 2013-03-01 2013-03-01 Information processing apparatus, BMC switching method, BMC switching program Active JP6148039B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013040981A JP6148039B2 (en) 2013-03-01 2013-03-01 Information processing apparatus, BMC switching method, BMC switching program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013040981A JP6148039B2 (en) 2013-03-01 2013-03-01 Information processing apparatus, BMC switching method, BMC switching program

Publications (2)

Publication Number Publication Date
JP2014170308A true JP2014170308A (en) 2014-09-18
JP6148039B2 JP6148039B2 (en) 2017-06-14

Family

ID=51692678

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013040981A Active JP6148039B2 (en) 2013-03-01 2013-03-01 Information processing apparatus, BMC switching method, BMC switching program

Country Status (1)

Country Link
JP (1) JP6148039B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155716A (en) * 2015-03-30 2016-11-23 联想(北京)有限公司 The configuration store method of BIOS and configuration save set
CN109766221A (en) * 2019-01-09 2019-05-17 郑州云海信息技术有限公司 A kind of BMC mirror image switch method and apparatus
KR20220061366A (en) * 2020-11-06 2022-05-13 한국전자기술연구원 Data replication process method between management modules in a rugged environment

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000148525A (en) * 1998-11-18 2000-05-30 Hitachi Ltd Method for reducing load of active system in service processor duplex system
JP2006178557A (en) * 2004-12-21 2006-07-06 Nec Corp Computer system and error handling method
US20060224708A1 (en) * 2002-03-08 2006-10-05 Intel Corporation System management controller (SMC) negotiation protocol for determining the operational mode of SMCs
JP2008225567A (en) * 2007-03-08 2008-09-25 Nec Computertechno Ltd Information processing system
US20090125901A1 (en) * 2007-11-13 2009-05-14 Swanson Robert C Providing virtualization of a server management controller
JP2011048534A (en) * 2009-08-26 2011-03-10 Nec Corp Fault tolerant computer and power control method
US20110197193A1 (en) * 2010-02-10 2011-08-11 Yasuo Miyabe Device and method for controlling communication between bios and bmc
US20110202685A1 (en) * 2010-02-16 2011-08-18 Narayanan Subramaniam System and Method for Communication Between an Information Handling System and Management Controller Through a Shared LOM
JP2011215751A (en) * 2010-03-31 2011-10-27 Nec Corp Computer system and communication emulation method using its surplus core
JP2011253408A (en) * 2010-06-03 2011-12-15 Nec Corp Server system and bios restoration method thereof
US20120158890A1 (en) * 2010-12-17 2012-06-21 Dell Products L.P. Native bi-directional communication for hardware management
JP2013125493A (en) * 2011-12-16 2013-06-24 Nec Corp Computer system, standby power reduction method, and program
JP2013196272A (en) * 2012-03-19 2013-09-30 Nec Corp Fault tolerant server, operation method for the same, and bmc

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000148525A (en) * 1998-11-18 2000-05-30 Hitachi Ltd Method for reducing load of active system in service processor duplex system
US20060224708A1 (en) * 2002-03-08 2006-10-05 Intel Corporation System management controller (SMC) negotiation protocol for determining the operational mode of SMCs
JP2006178557A (en) * 2004-12-21 2006-07-06 Nec Corp Computer system and error handling method
JP2008225567A (en) * 2007-03-08 2008-09-25 Nec Computertechno Ltd Information processing system
US20090125901A1 (en) * 2007-11-13 2009-05-14 Swanson Robert C Providing virtualization of a server management controller
JP2011048534A (en) * 2009-08-26 2011-03-10 Nec Corp Fault tolerant computer and power control method
US20110197193A1 (en) * 2010-02-10 2011-08-11 Yasuo Miyabe Device and method for controlling communication between bios and bmc
JP2011164971A (en) * 2010-02-10 2011-08-25 Nec Corp Method for strengthening communication path between bios and bmc, device thereof and program thereof
US20110202685A1 (en) * 2010-02-16 2011-08-18 Narayanan Subramaniam System and Method for Communication Between an Information Handling System and Management Controller Through a Shared LOM
JP2011215751A (en) * 2010-03-31 2011-10-27 Nec Corp Computer system and communication emulation method using its surplus core
JP2011253408A (en) * 2010-06-03 2011-12-15 Nec Corp Server system and bios restoration method thereof
US20120158890A1 (en) * 2010-12-17 2012-06-21 Dell Products L.P. Native bi-directional communication for hardware management
JP2013125493A (en) * 2011-12-16 2013-06-24 Nec Corp Computer system, standby power reduction method, and program
JP2013196272A (en) * 2012-03-19 2013-09-30 Nec Corp Fault tolerant server, operation method for the same, and bmc

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155716A (en) * 2015-03-30 2016-11-23 联想(北京)有限公司 The configuration store method of BIOS and configuration save set
CN109766221A (en) * 2019-01-09 2019-05-17 郑州云海信息技术有限公司 A kind of BMC mirror image switch method and apparatus
KR20220061366A (en) * 2020-11-06 2022-05-13 한국전자기술연구원 Data replication process method between management modules in a rugged environment
KR102411260B1 (en) 2020-11-06 2022-06-21 한국전자기술연구원 Data replication process method between management modules in a rugged environment

Also Published As

Publication number Publication date
JP6148039B2 (en) 2017-06-14

Similar Documents

Publication Publication Date Title
US8856776B2 (en) Updating firmware without disrupting service
US20220052943A1 (en) Methods and apparatus to configure and manage network resources for use in network-based computing
US10038742B2 (en) Methods and apparatus to retire hosts in virtual server rack deployments for virtual computing environments
US8578217B2 (en) System and method for virtual machine management
JP5637873B2 (en) HBA identifier takeover method for computer system and PCI card
US20080043769A1 (en) Clustering system and system management architecture thereof
US9912535B2 (en) System and method of performing high availability configuration and validation of virtual desktop infrastructure (VDI)
US20200034178A1 (en) Virtualization agnostic orchestration in a virtual computing system
US9842037B2 (en) Method and apparatus for verifying configuration
US20170031620A1 (en) Node interconnection apparatus, resource control node, and server system
US9424148B2 (en) Automatic failover in modular chassis systems
EP4013015A1 (en) Detection and remediation of virtual environment performance issues
TW201339969A (en) Management method and system for start servers in data center
EP2360614B1 (en) Information processing device and hardware setting method for said information processing device
CA2912746A1 (en) Management of computer systems by using a hierarchy of autonomic management elements
JP6148039B2 (en) Information processing apparatus, BMC switching method, BMC switching program
JP5531487B2 (en) Server system and server system management method
US9912534B2 (en) Computer system, method for starting a server computer, server computer, management station, and use
US20230205611A1 (en) Event message management in hyper-converged infrastructure environment
US10528397B2 (en) Method, device, and non-transitory computer readable storage medium for creating virtual machine
JP5266347B2 (en) Takeover method, computer system and management server
JP6269673B2 (en) Information processing apparatus, I / O system, and I / O control method
JP5549688B2 (en) Information processing system and method for controlling information processing system
WO2013171832A1 (en) Information processing device, information processing method and program
JP5299371B2 (en) Method for incorporating new device into information processing device, and information processing device

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20140901

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160217

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161227

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170223

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170425

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170518

R150 Certificate of patent or registration of utility model

Ref document number: 6148039

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150