JP2010039729A - I/o management system, server system and i/o switch management method thereof - Google Patents

I/o management system, server system and i/o switch management method thereof Download PDF

Info

Publication number
JP2010039729A
JP2010039729A JP2008201377A JP2008201377A JP2010039729A JP 2010039729 A JP2010039729 A JP 2010039729A JP 2008201377 A JP2008201377 A JP 2008201377A JP 2008201377 A JP2008201377 A JP 2008201377A JP 2010039729 A JP2010039729 A JP 2010039729A
Authority
JP
Japan
Prior art keywords
configuration information
host
switch
information
path
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
JP2008201377A
Other languages
Japanese (ja)
Inventor
Futoshi Haga
太 羽賀
Keitaro Uehara
敬太郎 上原
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
Original Assignee
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 Ltd filed Critical Hitachi Ltd
Priority to JP2008201377A priority Critical patent/JP2010039729A/en
Publication of JP2010039729A publication Critical patent/JP2010039729A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To flexibly allocate an I/O device to a Host, in a server system compatible with MR-IOV (Multi-Root I/O Virtualization). <P>SOLUTION: Information on a configuration of the server system is collected to generate I/O topology information 11, 12. When receiving an allocation request 4 from a user of the server system compatible with MR-IOV, or an external system, I/O path configuration information 13 in which I/O-SWs 23a-d, 32a-d to be used for communication to Blades 22a-22d are defined is generated, and I/O-SW setting information 16 on communication channels of each of the I/O-SWs 23a-d, 32a-d is generated from the I/O path configuration information 13 and set. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、サーバシステム内のPCI-Express Switchを制御する技術に関する。   The present invention relates to a technology for controlling a PCI-Express Switch in a server system.

コンピュータ内部の周辺機器高速接続技術であるPCI-Expressが普及し、近年ではPCI-Expressで接続するI/Oデバイス(PCIデバイス)をサーバ仮想化技術に対応させるためのI/O仮想化技術であるI/O Virtualization(IOV)が登場している。IOVにはPCIデバイスを複数の仮想デバイスに分割し、単一のHost(物理パーティション)上で動作する仮想マシンに割り当てるSingle-Root IOV(SR-IOV)と、単一のPCIデバイスを複数のHostに割り当てるMulti-Root IOV(MR-IOV)の2種類がある。特にMR-IOVはHostとPCIデバイスの割当関係を、従来の1対多から多対多へ変えるため、Host運用に大幅な柔軟性を与える反面、その管理は複雑となる。   PCI-Express, which is a high-speed connection technology for peripheral devices inside computers, has become widespread. In recent years, I / O virtualization technology has been adopted to support server virtualization technology for I / O devices (PCI devices) connected by PCI-Express. An I / O Virtualization (IOV) has appeared. IOV divides PCI devices into multiple virtual devices and assigns single-root IOV (SR-IOV) to virtual machines running on a single host (physical partition), and single PCI devices to multiple hosts There are two types of Multi-Root IOV (MR-IOV) to be assigned. In particular, MR-IOV changes the allocation relationship between the Host and PCI devices from the conventional one-to-many to many-to-many, so it provides great flexibility for host operation, but its management is complicated.

MR-IOV管理が複雑となる例として、Hot-Plugへの対応がある。MR-IOVでは従来のPCI-ExpressやSR-IOVとは異なり、特定のPCIデバイスを使用するHostを柔軟に変更可能なため、Hot-PlugによるPCI構成の変更を事前に想定することが難しく、Hot-Plugによる一部PCIデバイスへのBus番号割当が容易に変更されてしまう可能性がある。PCIデバイスへのBus番号割当が変わってしまうと、PCI-Expressで実行されるデータ転送方式のうち、Bus番号を用いるIDルーティングではデータ転送経路が変わってしまい、データ喪失やOS停止、OS再起動不可などのトラブルの原因となってしまう恐れがある。   One example of complicated MR-IOV management is Hot-Plug support. Unlike conventional PCI-Express and SR-IOV, MR-IOV can flexibly change the host that uses a specific PCI device, so it is difficult to anticipate changes in PCI configuration with Hot-Plug in advance. Bus number assignment to some PCI devices by Hot-Plug may be easily changed. If the bus number assignment to a PCI device changes, the data transfer path will change in ID routing using the bus number among the data transfer methods executed by PCI-Express, causing data loss, OS stop, OS restart It may cause troubles such as impossibility.

PCIデバイスへのBus番号割当変更への対処方法として、従来技術に特許文献1に示す方法がある。これは、PCI-Express通信システムにおいて、あるノードからリクエストが発行された後、リクエスト元にレスポンスが返されるまでにPCI-Expressスイッチ内でパスID/デバイスIDの付け替えが発生しても、レスポンスパケットをリクエスト元に送付できるようにするPCI-Expressの制御方法である。   As a method for coping with a change in Bus number assignment to a PCI device, there is a method disclosed in Patent Document 1 in the prior art. This is a response packet even if a path ID / device ID change occurs in the PCI-Express switch after a request is issued from a node in the PCI-Express communication system until a response is returned to the request source. This is a PCI-Express control method that can be sent to the request source.

この従来技術によれば、PCI-Expressの通信中に、レスポンスの宛て先が既知のノードに変更された場合には対応できるが、上記MR-IOVにおけるHot-Plugのように、未知のノードが追加されるような場合には十分に対応できない。また、MR-IOVでのHot-Plug後のHost再起動の際には、ブートデバイスのBus番号割当が変わってしまう可能性があり、従来技術ではそのような場合には対応できない。   According to this conventional technology, it is possible to cope with the case where the response destination is changed to a known node during PCI-Express communication. However, as with the Hot-Plug in MR-IOV, an unknown node is If it is added, it will not be enough. In addition, when rebooting the host after Hot-Plug with MR-IOV, the bus number assignment of the boot device may change, and the conventional technology cannot cope with such a case.

特開2007−316755号公報JP 2007-316755 A

従来技術はI/O仮想化および複数Hostには対応していないため、MR-IOVに対応したPCI-Express Switch(MRS)を用いたサーバシステム(以降、MR-IOV対応サーバシステム)に適切なI/Oデバイス割当設定ができず、MR-IOVが提供するI/Oデバイス割当の柔軟性を十分に活用できない。   Since the conventional technology does not support I / O virtualization and multiple hosts, it is suitable for server systems using PCI-Express Switch (MRS) that supports MR-IOV (hereinafter referred to as MR-IOV-compatible server systems). I / O device allocation cannot be set, and the flexibility of I / O device allocation provided by MR-IOV cannot be fully utilized.

本発明は上記事情を鑑みてなされたものであり、本発明の目的は、MR-IOV対応サーバシステムにおいて、Hostへの柔軟なI/Oデバイスの割当を可能とするものである。   The present invention has been made in view of the above circumstances, and an object of the present invention is to enable flexible allocation of an I / O device to a Host in an MR-IOV compatible server system.

上記課題を解決するために、本発明は、サーバシステムの構成の情報を収集してI/Oトポロジ情報を生成し、MR-IOV対応サーバシステムのユーザあるいは外部システムなどからDevice割当要求を受けた場合に、Deviceへの通信が経由するI/O-SWを定めたI/Oパス構成情報を生成し、I/Oパス構成情報から各I/O-SWの通信経路に関するI/O-SW設定情報を生成して設定する。また、I/Oパス構成情報から各Hostの通信経路に関するHost設定情報を生成して設定する。   In order to solve the above problems, the present invention collects server system configuration information to generate I / O topology information, and receives a device allocation request from a user of an MR-IOV compliant server system or an external system. The I / O path configuration information that defines the I / O-SW through which communication to the device passes, and the I / O-SW related to the communication path of each I / O-SW from the I / O path configuration information Generate and set configuration information. In addition, Host setting information related to the communication path of each Host is generated and set from the I / O path configuration information.

本発明によれば、MR-IOV対応サーバシステムにおいて、Hostへの柔軟なI/Oデバイスの割当が可能となる。   According to the present invention, a flexible I / O device can be allocated to a host in an MR-IOV compatible server system.

以下に、本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described.

図1は本発明の実施形態の例の1つである。MR-IOV対応サーバシステムである管理対象システムと、そのサーバシステム内のMRS(図中I/O-SW)を管理するI/O管理システムからなる。   FIG. 1 is one example of an embodiment of the present invention. It consists of a managed system that is an MR-IOV compliant server system and an I / O management system that manages the MRS (I / O-SW in the figure) in that server system.

管理対象システムはサーバ装置21と外付I/O装置31からなる。サーバ装置21にはCPUとメモリを搭載したブレード装置22a〜d(Blade 0〜3)と、MRS23a〜d(I/O-SW 0〜3)が搭載され、相互接続されている。外付I/O装置31にはMRS32a〜d(I/O-SW 4〜7)と、ネットワークとの通信のためのNIC (Network Interface Card)や周辺機器との通信のためのHBA (Host Bus Adapter)等のPCIデバイス33a〜h(Device 0〜7)が搭載され、それぞれ接続されている。また、サーバ装置21と外付I/O装置31についても、それぞれが搭載するMRS間は相互接続されており、任意のブレード装置と任意のPCIデバイスはI/O管理システム1からの設定に応じて相互通信が可能となっている。管理対象システム21,31はI/O管理システム1からの設定を受けることで、単数あるいは複数のブレード装置22a〜dで構成されるHost上で動作するアプリケーションが、他のアプリケーション等と通信処理を実行できるようになる。   The managed system includes a server device 21 and an external I / O device 31. The server device 21 includes blade devices 22a to d (Blade 0 to 3) on which a CPU and a memory are mounted, and MRSs 23a to d (I / O-SWs 0 to 3), which are interconnected. The external I / O device 31 includes MRS 32a to d (I / O-SW 4 to 7), NIC (Network Interface Card) for communication with the network, and HBA (Host Bus for communication with peripheral devices). PCI devices 33a to h (Device 0 to 7) such as Adapter) are mounted and connected to each other. The server device 21 and the external I / O device 31 are also interconnected between the MRSs mounted on them, and any blade device and any PCI device can be configured according to the settings from the I / O management system 1. Can communicate with each other. The managed systems 21 and 31 receive settings from the I / O management system 1 so that an application operating on the host configured by one or a plurality of blade devices 22a to 22d performs communication processing with other applications. It becomes possible to execute.

I/O管理システム1(以降、本システム)は、Host構成2、経路検索戦略3、Device割当要求4の入力を受け、管理対象システムのHost設定およびMRS設定を実行する。I/O管理システム1はI/Oトポロジ情報生成部5、I/Oパス構成情報生成部6、Bus#構成情報生成部7、Host設定情報生成部8、I/O-SW設定情報生成部9からなる。本システム1は、ハードウェアとしては、プロセッサ(CPU等)と記憶装置(HDD、メモリ等)から構成され、記憶装置上には、外部記憶メディア(図示せず)やネットワーク(図示せず)経由で本システム1の構成要素であるI/Oトポロジ情報生成部5、I/Oパス構成情報生成部6、Bus#構成情報生成部7、Host設定情報生成部8、I/O-SW設定情報生成部9が格納されており、本システム1の実行時に、各構成要素がプロセッサ上に展開される。また同様に、本システム1が扱うデータリポジトリであるHost構成情報10、内蔵I/O-SW構成情報11、外付I/O-SW構成情報12、I/Oパス構成情報13、Bus#構成情報14、Host設定情報15、I/O-SW設定情報16も記憶装置上に格納され、各本システムの構成要素がプロセッサ上からアクセスする。   The I / O management system 1 (hereinafter, this system) receives the host configuration 2, the route search strategy 3, and the device allocation request 4, and executes the host setting and MRS setting of the managed system. The I / O management system 1 includes an I / O topology information generation unit 5, an I / O path configuration information generation unit 6, a Bus # configuration information generation unit 7, a Host setting information generation unit 8, and an I / O-SW setting information generation unit It consists of nine. The system 1 is composed of a processor (CPU, etc.) and a storage device (HDD, memory, etc.) as hardware, and the storage device is connected to an external storage medium (not shown) or a network (not shown). I / O topology information generation unit 5, I / O path configuration information generation unit 6, Bus # configuration information generation unit 7, Host setting information generation unit 8, I / O-SW setting information that are the components of this system 1 The generation unit 9 is stored, and each component is developed on the processor when the system 1 is executed. Similarly, Host configuration information 10, internal I / O-SW configuration information 11, external I / O-SW configuration information 12, I / O path configuration information 13, Bus # configuration, which are data repositories handled by this system 1. Information 14, Host setting information 15, and I / O-SW setting information 16 are also stored on the storage device, and the components of each system are accessed from the processor.

I/Oトポロジ情報生成部5は、管理対象システム21,31から検出したMRSおよびPCIデバイス(I/Oコンポーネントと総称)間の相互接続情報と、管理対象システムのサーバ装置内における、ブレード装置とMRS(内蔵I/O-SW)間の相互接続情報を基に、内部I/O-SW構成情報11および外付I/O-SW構成情報12を生成する。   The I / O topology information generation unit 5 includes the interconnection information between the MRS and PCI devices (collectively referred to as I / O components) detected from the managed systems 21, 31 and the blade devices in the server system of the managed system. Internal I / O-SW configuration information 11 and external I / O-SW configuration information 12 are generated based on interconnection information between MRSs (built-in I / O-SW).

I/Oパス構成情報生成部6は、Host構成情報9、内蔵I/O-SW構成情報11および外付I/O-SW構成情報12を基に、経路検索戦略3及びDevice割当要求4を受けてI/Oパス構成情報13を生成する。この処理は経路検索戦略3及びDevice割当要求4を受ける都度に実行する。また、既存のI/Oパス構成情報13がある場合、内蔵I/O-SW構成情報11あるいは外付I/O-SW構成情報12に変更があった際にも実行し、既存のI/Oパス構成情報13を更新する。   The I / O path configuration information generation unit 6 generates a route search strategy 3 and a device allocation request 4 based on the Host configuration information 9, the built-in I / O-SW configuration information 11, and the external I / O-SW configuration information 12. In response, I / O path configuration information 13 is generated. This process is executed every time the route search strategy 3 and the device allocation request 4 are received. Also, if there is existing I / O path configuration information 13, it will be executed when there is a change in the internal I / O-SW configuration information 11 or the external I / O-SW configuration information 12, and the existing I / O path configuration information 13 The O path configuration information 13 is updated.

Bus#構成情報生成部7は、内蔵I/O-SW構成情報11および外付I/O-SW構成情報12を基に、Bus#構成情報14を生成する。この処理は内蔵I/O-SW構成情報11あるいは外付I/O-SW構成情報12に変更があった際に実行する。   The Bus # configuration information generation unit 7 generates Bus # configuration information 14 based on the built-in I / O-SW configuration information 11 and the external I / O-SW configuration information 12. This process is executed when the internal I / O-SW configuration information 11 or the external I / O-SW configuration information 12 is changed.

Host設定情報生成部8は、I/Oパス構成情報13を基にHost設定情報を生成する。この処理はI/Oパス構成情報生成部6がI/Oパス構成情報13を生成する都度に実行する。   The host setting information generation unit 8 generates host setting information based on the I / O path configuration information 13. This process is executed each time the I / O path configuration information generation unit 6 generates the I / O path configuration information 13.

I/O-SW設定情報生成部16は、I/Oパス構成情報13を基にI/O-SW設定情報16を生成する。この処理はI/Oパス構成情報生成部6がI/Oパス構成情報13を生成する都度に実行する。   The I / O-SW setting information generation unit 16 generates I / O-SW setting information 16 based on the I / O path configuration information 13. This process is executed each time the I / O path configuration information generation unit 6 generates the I / O path configuration information 13.

次に、図2を用いて本システムの処理の一例を説明する。   Next, an example of processing of this system will be described with reference to FIG.

本システムは、本システムのユーザあるいは外部システムからの経路検索戦略3およびDevice割当要求4を受けて、I/Oパス構成情報生成部6の処理を開始する。経路検索戦略3とは、HostとPCIデバイス間を結ぶ通信路(以降、I/Oパス)が経由するMRSを選択する場合の選択基準であり、例えば「性能優先」や「省電力優先」などがある。Device割当要求4とは、Hostに対するPCIデバイス33a〜hの割り当て要求であり、1つのHostに対する単数あるいは複数のPCIデバイス33a〜hの割り当てを、単一のHostあるいは複数のHostについて列挙したものである。   This system starts processing of the I / O path configuration information generation unit 6 in response to a route search strategy 3 and a device allocation request 4 from a user of this system or an external system. Route search strategy 3 is a selection criterion when selecting an MRS through which a communication path (hereinafter referred to as I / O path) connecting the Host and PCI devices passes. For example, “Performance priority” or “Power saving priority” There is. Device allocation request 4 is an allocation request for PCI devices 33a to h to Host, and lists the allocation of one or more PCI devices 33a to 33h for one Host for a single Host or multiple Hosts. is there.

I/Oパス構成情報生成部6はまず、外付I/O-SW構成情報12を基に、Device割当要求4で指定されたPCIデバイス33a〜hを搭載している外付I/O装置31内のMRS32a〜d(以降、外付I/O-SW)を特定する(ステップ101)。外付I/O-SW構成情報12の一例を図5に示す。図5に示すように、外付I/O-SW構成情報12には管理対象システム21,31から検出した構成情報を基に生成された、各外付I/O-SW32a〜dと外付I/O装置31に搭載するPCIデバイス33a〜hとを対応付けた接続関係が格納されている。外付I/O-SW IDは外付I/O-SW32a〜dのシステムユニークな識別情報であり、搭載PCIデバイスIDは、同じ外付I/O装置31に搭載され、その外付I/O-SW32a〜dから相互接続可能なPCIデバイス33a〜hのシステムユニークな識別情報である。この情報を用いれば、PCIデバイス33a〜hを特定することで、そのPCIデバイス33a〜hを終端とするI/Oパスを構成する外付I/O-SW32a〜dは一意に決まる。   First, the I / O path configuration information generation unit 6 is based on the external I / O-SW configuration information 12, and is an external I / O device equipped with the PCI devices 33a to h specified by the Device allocation request 4. MRSs 32a to 32d (hereinafter referred to as external I / O-SW) in 31 are specified (step 101). An example of the external I / O-SW configuration information 12 is shown in FIG. As shown in FIG. 5, the external I / O-SW configuration information 12 includes the external I / O-SWs 32a to 32d generated based on the configuration information detected from the managed systems 21 and 31, and the external I / O-SW configuration information 12. A connection relationship in which PCI devices 33a to 33h mounted on the I / O device 31 are associated with each other is stored. The external I / O-SW ID is system unique identification information of the external I / O-SWs 32a to d, and the mounted PCI device ID is mounted on the same external I / O device 31, and its external I / O This is system unique identification information of PCI devices 33a to 33h that can be interconnected from O-SWs 32a to 32d. Using this information, by specifying the PCI devices 33a to 33h, the external I / O-SWs 32a to 32d constituting the I / O path terminating at the PCI devices 33a to 33h are uniquely determined.

続けてI/Oパス構成情報生成部6は、内蔵I/O-SW構成情報11を基に、経由するサーバ装置21内のMRS23a〜d(以降、内蔵I/O-SW)を決定する(ステップ102)。内蔵I/O-SW構成情報11の一例を図4に示す。図4に示すように、内蔵I/O-SW構成情報11には管理対象システム21,31から検出した構成情報を基に生成された、各々の内蔵I/O-SW23a〜dを介して相互接続可能なブレード装置22a〜dと外付I/O-SW32a〜dを対応付けた構成情報が格納されている。Blade IDは、内蔵I/O-SW IDで特定される内蔵I/O-SW23a〜dから相互接続可能なブレード装置22a〜dのシステムユニークな識別情報である。内蔵I/O-SW IDは内蔵I/O-SW23a〜dのシステムユニークな識別情報である。外付I/O-SW IDは、内蔵I/O-SW IDで特定される内蔵I/O-SW23a〜dから相互接続可能な外付I/O-SW32a〜dのシステムユニークな識別情報である。図4では、内蔵I/O-SW23aのみ示してあるが、他の内蔵I/O-SW23b〜dについても同様の構成情報が格納されている。ブレード装置22a〜dと内蔵I/O-SW23a〜dの間、および内蔵I/O-SW23a〜dと外付I/O-SW32a〜dの間が複数の通信路で接続されている場合は、I/Oパスを構成する内蔵I/O-SW23a〜dは一意に決まらない。そこで、入力された経路決定戦略3に基づき、I/Oパスを構成する内蔵I/O-SW23a〜dを決定する。例えば経路決定戦略が「性能優先」であった場合には、割り当て要求を受けたHostとPCIデバイスに間を相互接続している内蔵I/O-SW23a〜dのうち、既存のI/Oパスでの使用が最も少ない内蔵I/O-SW23a〜dを選択する。また、経路決定戦略が「省電力優先」であった場合は、既存のI/Oパスで使用されている内蔵I/O-SW(以降、使用中内蔵I/O-SW)の性能が許す限りにおいて、できるだけ使用中内蔵I/O-SWを選択する。使用中内蔵I/O-SWの数をできるだけ少なくすることによって、それ以外の内蔵I/O-SWの電力切断を可能とし、サーバシステムの省電力運用を可能とする。その他、経路決定戦略4がなくとも、一般に広く知られている負荷分散アルゴリズムなどによっても、I/Oパスを構成する内蔵I/O-SW23a〜dを選択することが可能である。   Subsequently, the I / O path configuration information generation unit 6 determines the MRSs 23a to 23d (hereinafter referred to as the built-in I / O-SW) in the server device 21 via the built-in I / O-SW configuration information 11 ( Step 102). An example of the built-in I / O-SW configuration information 11 is shown in FIG. As shown in FIG. 4, the built-in I / O-SW configuration information 11 is mutually connected via the built-in I / O-SWs 23a to 23d generated based on the configuration information detected from the managed systems 21 and 31. Configuration information in which connectable blade devices 22a to 22d and external I / O-SWs 32a to 32d are associated is stored. The Blade ID is system unique identification information of the blade devices 22a to 22d that can be interconnected from the built-in I / O-SWs 23a to 23d identified by the built-in I / O-SW ID. The built-in I / O-SW ID is system unique identification information of the built-in I / O-SWs 23a to 23d. The external I / O-SW ID is the system unique identification information of the external I / O-SWs 32a-d that can be interconnected from the internal I / O-SWs 23a-d specified by the built-in I / O-SW ID. is there. In FIG. 4, only the built-in I / O-SW 23a is shown, but similar configuration information is stored for the other built-in I / O-SWs 23b to d. When the blade devices 22a-d and the built-in I / O-SWs 23a-d, and the built-in I / O-SWs 23a-d and the external I / O-SWs 32a-d are connected by multiple communication paths The built-in I / O-SWs 23a to 23d constituting the I / O path are not uniquely determined. Therefore, the built-in I / O-SWs 23a to 23d constituting the I / O path are determined based on the input route determination strategy 3. For example, if the routing strategy is “performance priority”, the existing I / O path among the built-in I / O-SWs 23a-d interconnecting the host and the PCI device that received the allocation request Select the built-in I / O-SW23a-d that uses the least amount of data. If the routing strategy is “power saving priority”, the performance of the built-in I / O-SW used in the existing I / O path (hereinafter referred to as “built-in I / O-SW in use”) is allowed. As far as possible, select the built-in I / O-SW in use as much as possible. By reducing the number of built-in I / O-SWs in use as much as possible, it is possible to power off other built-in I / O-SWs and enable power-saving operation of the server system. In addition, even without the route determination strategy 4, the built-in I / O-SWs 23a to 23d constituting the I / O path can be selected by a generally well-known load distribution algorithm.

次にI/Oパス構成情報生成部6は、上記特定したI/Oパスを構成する外付I/O-SW32a〜dおよび内蔵I/O-SW23a〜dを用いて、Host構成情報9を基にI/Oパス構成情報13を生成する(ステップ103)。Host構成情報9の一例を図3に示す。図3に示すように、Host構成情報9には本システムのユーザあるいは外部システムから入力されたHost構成2が格納されている。Host IDはサーバ装置21内のHostのシステムユニークな識別情報であり、Blade IDはその各Hostを構成する単数あるいは複数のブレード装置22a〜dのシステムユニークな識別情報である。本実施例では、ホストに複数のブレード装置を割当てているものがあるが、単一のブレード装置に複数のホストを割当てることも可能である。入力を受けたDevice割当要求に基づいて、始点をいずれか指定を受けたHostの1つ、終点をそのHostへの割当要求を受けたPCIデバイス33a〜hのいずれか1つとし、その間をつなぐ内蔵I/O-SW23a〜dおよび外付I/O-SW32a〜dから構成されるのがI/Oパス構成情報13である。I/Oパス構成情報生成部6が生成するI/Oパス構成情報13の一例を図7に示す。Host IDはI/Oパスの始点となるHostのシステムユニークな識別情報、I/OパスIDはそのHostを始点とするI/Oパスのシステムユニークな識別情報である。割当Device IDはそのI/Oパスの終点となるPCIデバイスのシステムユニークな識別情報であり、経由内蔵I/O-SW IDはそのI/Oパスを構成する内蔵I/O-SW23a〜dのシステムユニークな識別情報、経由外付I/O-SW IDも同様に、そのI/Oパスを構成する外付I/O-SW32a〜dのシステムユニークな識別情報である。このI/Oパス構成情報を用いて本システムは、続けてHost設定情報15とI/O-SW設定情報16を生成する。   Next, the I / O path configuration information generation unit 6 uses the external I / O-SWs 32a to 32d and the built-in I / O-SWs 23a to d that constitute the specified I / O path to generate the Host configuration information 9 Based on this, I / O path configuration information 13 is generated (step 103). An example of the Host configuration information 9 is shown in FIG. As shown in FIG. 3, the Host configuration information 9 stores the Host configuration 2 input from the user of this system or an external system. The Host ID is system unique identification information of the Host in the server device 21, and the Blade ID is system unique identification information of one or a plurality of blade devices 22a to 22d constituting each Host. In this embodiment, there are some in which a plurality of blade devices are assigned to a host, but it is also possible to assign a plurality of hosts to a single blade device. Based on the device assignment request received, the start point is one of the hosts that have received any designation, and the end point is one of the PCI devices 33a to 33h that have received the assignment request to that host, and they are connected. The I / O path configuration information 13 includes the built-in I / O-SWs 23a to 23d and the external I / O-SWs 32a to 32d. An example of the I / O path configuration information 13 generated by the I / O path configuration information generation unit 6 is shown in FIG. The Host ID is system unique identification information of the Host that is the starting point of the I / O path, and the I / O path ID is system unique identification information of the I / O path that starts from the Host. The assigned Device ID is the system unique identification information of the PCI device that is the end point of the I / O path, and the internal I / O-SW ID via is the built-in I / O-SW 23a-d that constitutes the I / O path Similarly, the system unique identification information and the relay external I / O-SW ID are also system unique identification information of the external I / O-SWs 32a to 32d constituting the I / O path. Using this I / O path configuration information, the system subsequently generates Host setting information 15 and I / O-SW setting information 16.

本システムは、Host設定情報生成部によりHost設定情報を、I/O-SW設定情報生成部9によりI/O-SW設定情報16をそれぞれ生成する。   In this system, the Host setting information generation unit generates Host setting information, and the I / O-SW setting information generation unit 9 generates I / O-SW setting information 16.

I/Oパス構成情報13の他にBus#構成情報生成部7が事前にBus#構成情報14を生成し(ステップ104)、Host設定情報生成部8は、I/Oパス構成情報13とBus#構成情報14とを用いて、各Hostに対する設定情報を生成する(ステップ105)。   In addition to the I / O path configuration information 13, the Bus # configuration information generation unit 7 generates Bus # configuration information 14 in advance (step 104), and the Host setting information generation unit 8 determines that the I / O path configuration information 13 and the Bus Using #configuration information 14, setting information for each host is generated (step 105).

図6にBus#構成情報生成部7が生成するBus#構成情報14の一例を示す。Bus#構成情報14は管理対象システム21,31内におけるブレード装置22a〜d〜PCIデバイス33a〜h間にあるPCIバスに割り当てるBus番号を格納したものであり、内蔵I/O-SW構成情報11及び外部I/O-SW構成情報12に基づいて生成されたものである。Bus#構成情報14では、各PCIバスについて、そのPCIバスの上流に位置するI/Oコンポーネントの識別情報が上流コンポーネントであり、同様にそのPCIバスの下流に位置するI/Oコンポーネントの識別情報が下流コンポーネントである。そしてそのPCIバスに割り当てるバス番号がBus#であり、管理対象システム21,31のMRS搭載状況やPCIデバイス搭載状況如何に関わらず、サーバシステムの仕様上、実現可能な最大構成のサーバシステムを想定して生成する。このBus#構成情報14とI/Oパス構成情報13とを基にHost設定情報生成部8が生成するHost設定情報15の一例を図8に示す。Host IDはそのHost設定情報15を設定するHostの識別情報である。Bus#範囲は、上記Bus#構成情報14と、前記生成したI/Oパス構成情報13を基に、そのHostが使用するI/Oパスについて、そのI/Oパスが経由するPCIバスのBus番号の範囲を列挙したものである。各HostはこのHost設定情報15を受けて、PCIデバイスのEnumeration時の各PCIバスへの割当Bus番号割当を、Host設定情報15のBus#範囲で実行することで、そのEnumeration時には使用していないPCIバスを将来使用することになった時に、そのPCIバスに割り当てるバス番号を確保しておくことができる。そうすることで、Hot-Plug等によるサーバシステムのPCI構成変更があっても、PCIデバイスのBus番号を変えることなくHostを運用することが可能となる。   FIG. 6 shows an example of the Bus # configuration information 14 generated by the Bus # configuration information generation unit 7. The Bus # configuration information 14 stores the Bus number assigned to the PCI bus between the blade devices 22a to d to the PCI devices 33a to h in the managed systems 21 and 31, and the built-in I / O-SW configuration information 11 And generated based on the external I / O-SW configuration information 12. In Bus # configuration information 14, for each PCI bus, the identification information of the I / O component located upstream of the PCI bus is the upstream component, and similarly, the identification information of the I / O component located downstream of the PCI bus Is the downstream component. The bus number assigned to the PCI bus is Bus #, and it is assumed that the server system has the maximum configuration that can be realized according to the server system specifications, regardless of the MRS mounting status and PCI device mounting status of the managed systems 21 and 31. And generate. An example of the Host setting information 15 generated by the Host setting information generation unit 8 based on the Bus # configuration information 14 and the I / O path configuration information 13 is shown in FIG. The Host ID is Host identification information for setting the Host setting information 15. The Bus # range is based on the Bus # configuration information 14 and the generated I / O path configuration information 13, and for the I / O path used by the host, the bus of the PCI bus through which the I / O path passes. A range of numbers is listed. Each Host receives this Host setting information 15 and assigns the assigned bus number to each PCI bus during the PCI device enumeration in the Bus # range of the Host setting information 15 so that it is not used during that enumeration. When a PCI bus is used in the future, a bus number assigned to the PCI bus can be secured. By doing so, it is possible to operate the Host without changing the Bus number of the PCI device even if the PCI configuration of the server system is changed by Hot-Plug or the like.

I/O-SW設定情報生成部9は、I/Oパス構成情報13を用いて、各I/O-SW(MRS)に対する設定情報を生成する(ステップ106)。   The I / O-SW setting information generation unit 9 uses the I / O path configuration information 13 to generate setting information for each I / O-SW (MRS) (step 106).

図9にI/O-SW設定情報生成部9が生成するI/O-SW設定情報16の一例を示す。I/O-SW設定情報16はI/O-SW毎に生成される。図の例は、I/O-SW_2という識別情報で特定されるI/O-SWに対する設定情報の例である。Host IDはそのI/O-SWを経由するI/Oパスを使用するHostの識別情報であり、Device IDはそのI/Oパスの終点となるPCIデバイスの識別情報である。転送先I/OコンポーネントIDは、それらHost IDとDevice IDを両端とするI/Oパスを使用するデータ入力があった時に、そのI/O-SWがそのデータを転送する先のI/Oコンポーネントを特定する識別情報である。転送先のI/Oコンポーネントは、自身が内蔵I/O-SWであれば外付I/O-SWに、一方自身が外付I/O-SWであればPCIデバイスに決まる。また、どのI/O-SWであるかは、I/Oパス構成情報6によればHost IDとDevice IDの組み合わせ毎に一意に決まる。このI/O-SW設定情報16を用いて各MRSがデータ転送設定を実行することで、PCI-Expressのパケットルーティング(IDルーティング)を適切に行うことが可能となる。   FIG. 9 shows an example of the I / O-SW setting information 16 generated by the I / O-SW setting information generating unit 9. The I / O-SW setting information 16 is generated for each I / O-SW. The example in the figure is an example of setting information for the I / O-SW specified by the identification information I / O-SW_2. Host ID is identification information of a Host that uses an I / O path that passes through the I / O-SW, and Device ID is identification information of a PCI device that is an end point of the I / O path. The transfer destination I / O component ID is the I / O to which the I / O-SW transfers the data when there is data input that uses the I / O path with both the Host ID and Device ID as both ends. This is identification information that identifies the component. The transfer destination I / O component is determined as an external I / O-SW if it is a built-in I / O-SW, and a PCI device if it is an external I / O-SW. Also, which I / O-SW is determined uniquely for each combination of Host ID and Device ID according to the I / O path configuration information 6. Each MRS uses this I / O-SW setting information 16 to perform data transfer setting, so that PCI-Express packet routing (ID routing) can be performed appropriately.

以上のように、本システムがHost設定情報15とI/O-SW設定情報16を生成し、それぞれHostとI/O-SWが提供する設定I/Fを介して、Hostが持つ記憶領域上のBus#範囲を格納する部位へHost設定情報15のBus#範囲を設定し、内蔵I/O-SW23a〜d及び外付I/O-SW32a〜dが持つ記憶領域上のHost IDとDevice IDの組み合わせ毎の転送先I/OコンポーネントIDを格納する部位へ、I/O-SW設定情報16のHost ID、Device ID、および転送先I/OコンポーネントIDを設定することで、MR-IOV対応サーバシステムにおいて適切なIDルーティングが可能となり、また、Hot-PlugによるサーバシステムのPCI構成変更があっても、図2に示した処理を再実行してHost設定とI/O-SW設定を再実行することで、既存のPCIデバイスへのBus番号を変えることなくHostを運用継続することが可能となる。   As described above, this system generates Host setting information 15 and I / O-SW setting information 16, and the settings on the storage area of the Host via the setting I / F provided by the Host and I / O-SW, respectively. Set the Bus # range of the Host setting information 15 to the part that stores the Bus # range of the Host ID and Device ID on the storage area of the internal I / O-SW23a to d and external I / O-SW32a to d MR-IOV support by setting the Host ID, Device ID, and transfer destination I / O component ID of the I / O-SW setting information 16 to the part that stores the transfer destination I / O component ID for each combination of Appropriate ID routing is possible in the server system, and even if the PCI configuration of the server system is changed by Hot-Plug, the processing shown in Fig. 2 is re-executed to reconfigure the Host settings and I / O-SW settings. By executing, you can continue to operate the Host without changing the Bus number to the existing PCI device.

以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は上記した実施の形態に記載の範囲には限定されない。また、上記した実施の形態に、多様な変更または改良を加えることが可能であることが当業者にとって明らかである。さらに、そのような変更または改良を加えた形態も本発明の技術的範囲に含まれ得る。   As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in embodiment mentioned above. It will be apparent to those skilled in the art that various modifications or improvements can be made to the above-described embodiment. Furthermore, the form which added such a change or improvement can also be contained in the technical scope of this invention.

本発明の第1実施形態に係るI/O管理システムの構成を例示するシステム構成図である。1 is a system configuration diagram illustrating the configuration of an I / O management system according to a first embodiment of the present invention. I/O管理システムの処理フローを例示する説明図である。It is explanatory drawing which illustrates the processing flow of an I / O management system. Host構成情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of Host structure information. 内蔵I/O-SW構成情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of built-in I / O-SW structure information. 外付I/O-SW構成情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of external I / O-SW structure information. Bus#構成情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of Bus # structure information. I/Oパス構成情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of I / O path structure information. Host設定情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of Host setting information. I/O-SW設定情報のデータ構造を例示する説明図である。It is explanatory drawing which illustrates the data structure of I / O-SW setting information.

符号の説明Explanation of symbols

1…I/O管理システム、2…Host構成、3…経路検索戦略、4…Device割当要求、5…I/Oトポロジ情報生成部、6…I/Oパス構成情報生成部、7…Bus#構成情報生成部、8…Host設定情報生成部、9…I/O-SW設定情報生成部、10…Host構成情報、11…内蔵I/O-SW構成情報、12…外付I/O-SW構成情報、13…I/Oパス構成情報、14…Bus#構成情報、15…Host設定情報、16…I/O-SW設定情報、21…サーバ装置、22…ブレード装置、23・・・MRS (Multi-Root Switch)、31…外付I/O装置、32…MRS (Multi-Root Switch)、33…PCIデバイス。   1 ... I / O management system, 2 ... Host configuration, 3 ... Route search strategy, 4 ... Device allocation request, 5 ... I / O topology information generator, 6 ... I / O path configuration information generator, 7 ... Bus # Configuration information generation unit, 8 ... Host setting information generation unit, 9 ... I / O-SW setting information generation unit, 10 ... Host configuration information, 11 ... Built-in I / O-SW configuration information, 12 ... External I / O- SW configuration information, 13 ... I / O path configuration information, 14 ... Bus # configuration information, 15 ... Host setting information, 16 ... I / O-SW setting information, 21 ... Server device, 22 ... Blade device, 23 ... MRS (Multi-Root Switch), 31 ... External I / O device, 32 ... MRS (Multi-Root Switch), 33 ... PCI device.

Claims (14)

プロセッサを有するブレード装置と、
単数または複数の前記ブレード装置で構成されるホストと、
通信を行うための複数のI/Oデバイスと、
前記ホストとI/Oデバイスとのデータ転送を中継する複数のI/Oスイッチとを備えたサーバシステムであって、
前記I/OスイッチをI/Oスイッチ設定情報に基づいて設定するI/O管理システムを備え、
当該I/O管理システムは、
前記サーバシステムの構成の情報を収集して、各々の前記I/Oスイッチと当該I/Oスイッチに接続可能な前記ブレード装置及び前記I/Oデバイスとを対応付けたI/Oトポロジ情報を生成するI/Oトポロジ情報生成部と、
I/Oデバイス割当要求を受け付け、ホストと前記ブレード装置を対応付けたホスト構成情報と前記I/Oトポロジ情報と前記割当要求とに基づいて、前記ホスト、当該ホストとデータ転送を行う前記I/Oデバイス及び当該データ転送が経由するI/Oスイッチとを対応付けたI/Oパス構成情報を生成するI/Oパス構成情報生成部と、
前記I/Oパス構成情報から、前記I/Oスイッチのデータ転送先を規定する前記I/Oスイッチ設定情報を生成するI/Oスイッチ設定情報生成部とを備えたことを特徴とするサーバシステム。
A blade device having a processor;
A host composed of one or more blade devices;
With multiple I / O devices for communication,
A server system comprising a plurality of I / O switches that relay data transfer between the host and the I / O device,
An I / O management system configured to set the I / O switch based on I / O switch setting information;
The I / O management system
Collects information on the configuration of the server system and generates I / O topology information that associates each I / O switch with the blade device and the I / O device that can be connected to the I / O switch. An I / O topology information generator to
The I / O device allocation request is received, and the host, the I / O that performs data transfer with the host based on the host configuration information that associates the host with the blade device, the I / O topology information, and the allocation request An I / O path configuration information generation unit that generates I / O path configuration information that associates an O device and an I / O switch through which the data transfer passes;
A server system comprising: an I / O switch setting information generation unit that generates the I / O switch setting information that defines a data transfer destination of the I / O switch from the I / O path configuration information .
請求項1において、
前記I/O管理システムは、前記ホストをホスト設定情報に基づいて設定し、
前記I/O管理システムは、さらに、
前記I/Oトポロジ構成情報に基づいて、前記データ転送を行う前記ホスト、前記I/Oスイッチ、前記I/Oデバイス間のデータ転送のそれぞれにバス番号を割り振りバス番号構成情報を生成するバス番号構成情報生成部と、
前記I/Oパス構成情報及び前記バス番号構成情報に基づいて、前記ホストと当該ホストがデータ通信を行う前記バス番号とを対応付けたホスト設定情報を生成するホスト設定情報生成部とを備えたことを特徴とするサーバシステム。
In claim 1,
The I / O management system sets the host based on host setting information,
The I / O management system further includes:
Based on the I / O topology configuration information, a bus number that allocates a bus number to each of the host that performs the data transfer, the I / O switch, and the data transfer between the I / O devices and generates bus number configuration information A configuration information generation unit;
Based on the I / O path configuration information and the bus number configuration information, a host setting information generation unit that generates host setting information that associates the host with the bus number with which the host performs data communication is provided. A server system characterized by that.
請求項1において、
内蔵I/Oスイッチと外付I/Oスイッチとを備え、
前記I/Oトポロジ情報は、内蔵I/Oスイッチ構成情報と外部I/Oスイッチ構成情報とを有し、
前記ホスト構成情報と前記内蔵I/Oスイッチ構成情報と前記外部I/Oスイッチ構成情報と前記割当要求とに基づいて、前記I/Oパス構成情報生成部は、前記I/Oパス構成情報を生成することを特徴とするサーバシステム。
In claim 1,
Built-in I / O switch and external I / O switch
The I / O topology information includes built-in I / O switch configuration information and external I / O switch configuration information,
Based on the host configuration information, the built-in I / O switch configuration information, the external I / O switch configuration information, and the allocation request, the I / O path configuration information generation unit generates the I / O path configuration information. A server system characterized by generating.
請求項1において、
前記I/Oパス構成情報部は、I/Oスイッチの選択の基準を規定した経路検索戦略を受け付け、該経路検索戦略、前記ホスト構成情報、前記I/Oトポロジ情報及び前記割当要求とに基づいて、前記I/Oパス構成情報を生成することを特徴とするサーバシステム。
In claim 1,
The I / O path configuration information unit accepts a route search strategy that defines criteria for selecting an I / O switch, and is based on the route search strategy, the host configuration information, the I / O topology information, and the allocation request. And generating the I / O path configuration information.
請求項2において、
前記バス番号は、当該サーバシステムが備えることが可能な仕様上の最大構成に基づくものであることを特徴とするサーバシステム。
In claim 2,
The server system is characterized in that the bus number is based on a maximum configuration in specifications that can be provided in the server system.
ホストと、I/Oデバイスと、前記ホストと前記I/Oデバイスとのデータ転送を中継する複数のI/Oスイッチとを備えたサーバシステムの前記I/Oスイッチを設定するI/O管理システムであって、
前記サーバシステムの構成の情報を収集して、各々の前記I/Oスイッチと当該I/Oスイッチに接続可能な前記サーバシステムのブレード装置及び前記I/Oデバイスとを対応付けたI/Oトポロジ情報を生成するI/Oトポロジ情報生成部と、
I/Oデバイス割当要求を受け付け、ホストと前記ブレード装置を対応付けたホスト構成情報、前記I/Oトポロジ情報及び前記割当要求とに基づいて、前記ホスト、当該ホストとデータ転送を行う前記I/Oデバイス及び当該データ転送が経由するI/Oスイッチとを対応付けたI/Oパス構成情報を生成するI/Oパス構成情報部と、
前記I/Oパス構成情報から、前記I/Oスイッチのデータ転送先を規定するI/Oスイッチ設定情報を生成するI/Oスイッチ設定情報生成部とを備えたことを特徴とするI/O管理システム。
I / O management system for setting the I / O switch of a server system comprising a host, an I / O device, and a plurality of I / O switches that relay data transfer between the host and the I / O device Because
An I / O topology that collects information on the configuration of the server system and associates each I / O switch with a blade device and the I / O device of the server system that can be connected to the I / O switch. An I / O topology information generator for generating information;
The I / O device allocation request is received, and the host, the I / O that performs data transfer with the host based on the host configuration information that associates the host with the blade device, the I / O topology information, and the allocation request An I / O path configuration information unit that generates I / O path configuration information in which an O device and an I / O switch through which the data transfer passes are associated;
An I / O switch setting information generating unit that generates I / O switch setting information that defines a data transfer destination of the I / O switch from the I / O path configuration information. Management system.
請求項6において、
前記I/O管理システムは、前記ホストをホスト設定情報に基づいて設定し、
前記I/O管理システムは、さらに、
前記I/Oトポロジ構成情報に基づいて、前記データ転送を行う前記ホスト、前記I/Oスイッチ、前記I/Oデバイス間のデータ転送のそれぞれにバス番号を割り振りバス番号構成情報を生成するバス番号構成情報生成部と、
前記I/Oパス構成情報及び前記バス番号構成情報に基づいて、前記ホストと当該ホストがデータ通信を行う前記バス番号とを対応付けたホスト設定情報を生成するホスト設定情報生成部とを備えたことを特徴とするI/O管理システム。
In claim 6,
The I / O management system sets the host based on host setting information,
The I / O management system further includes:
Based on the I / O topology configuration information, a bus number that allocates a bus number to each of the host that performs the data transfer, the I / O switch, and the data transfer between the I / O devices and generates bus number configuration information A configuration information generation unit;
Based on the I / O path configuration information and the bus number configuration information, a host setting information generation unit that generates host setting information that associates the host with the bus number with which the host performs data communication is provided. I / O management system characterized by that.
請求項6において、
前記I/Oトポロジ情報は、内蔵I/Oスイッチ構成情報と外部I/Oスイッチ構成情報とを有し、
前記ホスト構成情報と前記内蔵I/Oスイッチ構成情報と前記外部I/Oスイッチ構成情報と前記割当要求とに基づいて、前記I/Oパス構成情報生成部は、前記I/Oパス構成情報を生成することを特徴とするI/O管理システム。
In claim 6,
The I / O topology information includes built-in I / O switch configuration information and external I / O switch configuration information,
Based on the host configuration information, the built-in I / O switch configuration information, the external I / O switch configuration information, and the allocation request, the I / O path configuration information generation unit generates the I / O path configuration information. I / O management system characterized by generating.
請求項6において、
前記I/Oパス構成情報部は、I/Oスイッチの選択の基準を規定した経路検索戦略を受け付け、該経路検索戦略、前記ホスト構成情報、前記I/Oトポロジ情報及び前記割当要求とに基づいて、前記I/Oパス構成情報を生成することを特徴とするI/O管理システム。
In claim 6,
The I / O path configuration information unit accepts a route search strategy that defines criteria for selecting an I / O switch, and is based on the route search strategy, the host configuration information, the I / O topology information, and the allocation request. The I / O management system for generating the I / O path configuration information.
プロセッサを有するブレード装置と、
単数または複数の前記ブレード装置で構成されるホストと、
通信を行うための複数のI/Oデバイスと、
前記ホストとI/Oデバイスとのデータ転送を中継する複数のI/Oスイッチとを備えたサーバシステムのI/Oスイッチ管理方法において、
I/Oトポロジ情報生成部が、前記サーバシステムの構成の情報を収集して、各々の前記I/Oスイッチと当該I/Oスイッチに接続可能な前記ブレード装置及び前記I/Oデバイスとを対応付けたI/Oトポロジ情報を生成するI/Oトポロジ情報生成ステップと、
I/Oパス構成情報生成部が、I/Oデバイス割当要求を受け付け、ホストと前記ブレード装置を対応付けたホスト構成情報と前記I/Oトポロジ情報と前記割当要求とに基づいて、前記ホスト、当該ホストとデータ転送を行う前記I/Oデバイス及び当該データ転送が経由するI/Oスイッチとを対応付けたI/Oパス構成情報を生成するI/Oパス構成情報生成ステップと、
I/Oスイッチ設定情報生成部が、前記I/Oパス構成情報から、前記I/Oスイッチのデータ転送先を規定する前記I/Oスイッチ設定情報を生成して前記I/Oスイッチに設定するI/Oスイッチ設定情報生成ステップとを含むことを特徴とするサーバシステムのI/Oスイッチ管理方法。
A blade device having a processor;
A host composed of one or more blade devices;
With multiple I / O devices for communication,
In an I / O switch management method for a server system comprising a plurality of I / O switches that relay data transfer between the host and the I / O device,
The I / O topology information generation unit collects information on the configuration of the server system, and associates each I / O switch with the blade device and the I / O device that can be connected to the I / O switch. I / O topology information generation step for generating attached I / O topology information,
The I / O path configuration information generation unit receives an I / O device allocation request, and based on the host configuration information in which a host and the blade device are associated, the I / O topology information, and the allocation request, the host, An I / O path configuration information generating step for generating I / O path configuration information in which the host and the I / O device that performs data transfer and the I / O switch through which the data transfer passes are associated;
An I / O switch setting information generation unit generates the I / O switch setting information that defines the data transfer destination of the I / O switch from the I / O path configuration information and sets the I / O switch setting information in the I / O switch An I / O switch setting information generation step including an I / O switch setting information generation step.
請求項10において、
バス番号構成情報生成部が、前記I/Oトポロジ構成情報に基づいて、前記データ転送を行う前記ホスト、前記I/Oスイッチ、前記I/Oデバイス間のデータ転送のそれぞれにバス番号を割り振りバス番号構成情報を生成するバス番号構成情報生成ステップと、
ホスト設定情報生成部が、前記I/Oパス構成情報及び前記バス番号構成情報に基づいて、前記ホストと当該ホストがデータ通信を行う前記バス番号とを対応付けたホスト設定情報を生成して前記ホストに設定するホスト設定情報生成ステップとを含むことを特徴とするサーバシステムのI/Oスイッチ管理方法。
In claim 10,
A bus number configuration information generation unit allocates a bus number to each of the host that performs the data transfer, the I / O switch, and the data transfer between the I / O devices based on the I / O topology configuration information. Bus number configuration information generation step for generating number configuration information;
Based on the I / O path configuration information and the bus number configuration information, a host setting information generation unit generates host setting information in which the host and the bus number with which the host performs data communication are associated with each other, and A host system I / O switch management method comprising: a host setting information generation step for setting a host.
請求項10において、
内蔵I/Oスイッチと外付I/Oスイッチとを備え、
前記I/Oトポロジ情報は、内蔵I/Oスイッチ構成情報と外部I/Oスイッチ構成情報とを有し、
前記I/Oパス構成情報生成ステップでは、前記I/Oパス構成情報生成部は、前記ホスト構成情報と前記内蔵I/Oスイッチ構成情報と前記外部I/Oスイッチ構成情報と前記割当要求とに基づいて、前記I/Oパス構成情報を生成することを特徴とするサーバシステムのI/Oスイッチ管理方法。
In claim 10,
Built-in I / O switch and external I / O switch
The I / O topology information includes built-in I / O switch configuration information and external I / O switch configuration information,
In the I / O path configuration information generation step, the I / O path configuration information generation unit includes the host configuration information, the built-in I / O switch configuration information, the external I / O switch configuration information, and the allocation request. A server system I / O switch management method, comprising: generating the I / O path configuration information based on the I / O path configuration information.
請求項10において、
前記I/Oパス構成情報生成ステップでは、前記I/Oパス構成情報生成部は、I/Oスイッチの選択の基準を規定した経路検索戦略を受け付け、該経路検索戦略、前記ホスト構成情報、前記I/Oトポロジ情報及び前記割当要求とに基づいて、前記I/Oパス構成情報を生成することを特徴とするサーバシステムのI/Oスイッチ管理方法。
In claim 10,
In the I / O path configuration information generation step, the I / O path configuration information generation unit accepts a route search strategy that defines a criterion for selecting an I / O switch, the route search strategy, the host configuration information, the An I / O switch management method for a server system, characterized in that the I / O path configuration information is generated based on I / O topology information and the allocation request.
請求項11において、
前記バス番号は、当該サーバシステムが備えることが可能な仕様上の最大構成に基づくものであることを特徴とするサーバシステムのI/Oスイッチ管理方法。
In claim 11,
The I / O switch management method for a server system, wherein the bus number is based on a maximum configuration according to specifications that the server system can have.
JP2008201377A 2008-08-05 2008-08-05 I/o management system, server system and i/o switch management method thereof Pending JP2010039729A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008201377A JP2010039729A (en) 2008-08-05 2008-08-05 I/o management system, server system and i/o switch management method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008201377A JP2010039729A (en) 2008-08-05 2008-08-05 I/o management system, server system and i/o switch management method thereof

Publications (1)

Publication Number Publication Date
JP2010039729A true JP2010039729A (en) 2010-02-18

Family

ID=42012221

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008201377A Pending JP2010039729A (en) 2008-08-05 2008-08-05 I/o management system, server system and i/o switch management method thereof

Country Status (1)

Country Link
JP (1) JP2010039729A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2479679A2 (en) 2011-01-19 2012-07-25 Hitachi Ltd. Computer system and method for inheriting HBA identifier of PCI card
JP2012203636A (en) * 2011-03-25 2012-10-22 Hitachi Ltd Control method for virtual computer and computer
WO2012157038A1 (en) * 2011-05-13 2012-11-22 株式会社日立製作所 Connection path management method, i/o virtualization device, and connection path management program
JP2015018355A (en) * 2013-07-10 2015-01-29 富士ゼロックス株式会社 Computer system
US9170976B2 (en) 2013-01-03 2015-10-27 International Business Machines Corporation Network efficiency and power savings

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2479679A2 (en) 2011-01-19 2012-07-25 Hitachi Ltd. Computer system and method for inheriting HBA identifier of PCI card
US8819319B2 (en) 2011-01-19 2014-08-26 Hitachi, Ltd. Computer system and method for inheriting HBA identifier of PCI card
JP2012203636A (en) * 2011-03-25 2012-10-22 Hitachi Ltd Control method for virtual computer and computer
WO2012157038A1 (en) * 2011-05-13 2012-11-22 株式会社日立製作所 Connection path management method, i/o virtualization device, and connection path management program
US9170976B2 (en) 2013-01-03 2015-10-27 International Business Machines Corporation Network efficiency and power savings
US9652432B2 (en) 2013-01-03 2017-05-16 International Business Machines Corporation Efficient and scalable system and computer program product for handling RX packet on a MR-IOV array of NICS
US9858239B2 (en) 2013-01-03 2018-01-02 International Business Machines Corporation Efficient and scalable method for handling RX packet on a MR-IOV array of NICS
JP2015018355A (en) * 2013-07-10 2015-01-29 富士ゼロックス株式会社 Computer system

Similar Documents

Publication Publication Date Title
US20180027093A1 (en) Methods and apparatus for sdi support for automatic and transparent migration
US10333865B2 (en) Transformation of peripheral component interconnect express compliant virtual devices in a network environment
CN111857946B (en) Location-based virtualized workload placement
US7549076B2 (en) Fail over method through disk take over and computer system having fail over function
EP3198806B1 (en) Network communications using pooled memory in rack-scale architecture
WO2016037503A1 (en) Configuration method and device of pcie topology
US9531668B2 (en) Micro server, method of allocating MAC address, and computer readable recording medium
US20150113529A1 (en) Method, System and Apparatus for Creating Virtual Machine
JP2019175415A (en) Method and system for allocating system resources
CN108139982B (en) Multi-channel input/output virtualization
US8615586B2 (en) Discovery of logical images at storage area network endpoints
JP2007086963A (en) Computer system and i/o bridge
WO2015045030A1 (en) Information system capable of adding drives, and bus number allocation method for said information system
JP2010134757A (en) Method and device for controlling fail over of server and computer system group
JP2008152786A (en) Method for migrating virtual function from first to second physical function of one or more end points in data processing system, program, and system (system and method for migration of single root stateless virtual function)
US9361255B2 (en) Method for controlling I/O switch, method for controlling virtual computer, and computer system
JP2008165776A (en) Method, program and system for initializing shared memories (for sharing endpoints across a plurality of root complexes ) for communication between a plurality of root complexes of data processing system
JP2011065551A (en) Management method of computer system, computer system, and program
JP2009075718A (en) Method of managing virtual i/o path, information processing system, and program
US8631132B2 (en) Ensuring affinity at all affinity domains by folding at each affinity level possible for a partition spanning multiple nodes
US11296905B2 (en) Management component transport protocol (MCTP) support for multiple bus segment groups
JP2010039729A (en) I/o management system, server system and i/o switch management method thereof
CN115298656A (en) System and method for scheduling sharable PCIE endpoint devices
US9280493B2 (en) Method and device for enumerating input/output devices
CN107683593B (en) Communication device and related method