WO2012173172A1 - 通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法 - Google Patents

通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法 Download PDF

Info

Publication number
WO2012173172A1
WO2012173172A1 PCT/JP2012/065190 JP2012065190W WO2012173172A1 WO 2012173172 A1 WO2012173172 A1 WO 2012173172A1 JP 2012065190 W JP2012065190 W JP 2012065190W WO 2012173172 A1 WO2012173172 A1 WO 2012173172A1
Authority
WO
WIPO (PCT)
Prior art keywords
iscsi
management
storage
communication packet
entry
Prior art date
Application number
PCT/JP2012/065190
Other languages
English (en)
French (fr)
Inventor
孝 峯下
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to EP12800726.7A priority Critical patent/EP2722766A4/en
Priority to US14/126,390 priority patent/US9130886B2/en
Priority to CN201280029418.4A priority patent/CN103608791A/zh
Priority to JP2013520574A priority patent/JP5754506B2/ja
Publication of WO2012173172A1 publication Critical patent/WO2012173172A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/745Address table lookup; Address filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/38Flow based routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Definitions

  • the present invention relates to an open flow technology, and more particularly, to a flow control technology based on iSCSI (Internet Small Computer System Interface) data.
  • iSCSI Internet Small Computer System Interface
  • Open flow is a communication technology that performs path control in units of flows.
  • a “flow” is determined by a combination of a MAC address, an IP address, a port number, and the like.
  • the route is not determined uniformly between the transmission source node and the destination node.
  • it is possible to change the path for each flow between the transmission source node and the destination node.
  • the route can be managed not only between adjacent nodes but also by End-to-End (from a terminal node to a terminal node).
  • Non-Patent Document 1 as a prior art document related to the open flow technology.
  • JP-A-2004-164490 (Patent Document 1) is a prior art document related to SAN using iSCSI.
  • Patent Document 1 Japanese Patent Application Laid-Open No. 2004-164490 discloses a technique for allocating storage to a host without changing the setting of a storage router by using a virtual host identifier in an iSCSI storage system.
  • SAN using iSCSI uses TCP / IP (Transmission Control Protocol / Internet Protocol) in the lower layer of SCSI.
  • the OpenFlow switch using the current OpenFlow technology can handle only the TCP layer 4 of the OSI reference model.
  • the iSCSI layer is in layer 4 of the OSI reference model, since it is an upper layer of the TCP layer, it cannot be recognized by an OpenFlow switch using OpenFlow technology. Therefore, in the current OpenFlow switch, flow control cannot be performed by directly referring to the SCSI name (i.e., iSCSI initiator name or iSCSI target name) of the iSCSI layer data included in the packet.
  • SCSI name i.e., iSCSI initiator name or iSCSI target name
  • An object of the present invention is to provide a communication method for performing flow control based on iSCSI data without applying a high load on packet processing in an OpenFlow switch using OpenFlow technology.
  • a communication system includes a server device including an iSCSI initiator, a storage including an iSCSI target, a storage management device that manages storage, an OpenFlow controller that controls an OpenFlow switch, and an OpenFlow switch that transfers packets.
  • the storage management device stores the path information of the iSCSI communication packet for each management ID determined by the iSCSI initiator name and the iSCSI target name.
  • the server device transmits an iSCSI communication packet storing the management ID in the destination port number of the TCP header to the OpenFlow switch. If there is no entry for the iSCSI communication packet in the flow table, the OpenFlow switch transfers the iSCSI communication packet to the OpenFlow controller.
  • the OpenFlow switch transfers the packet according to the entry.
  • the OpenFlow controller receives the iSCSI communication packet, inquires of the storage management apparatus about path information corresponding to the management ID included in the iSCSI communication packet. The OpenFlow controller generates an entry for transferring the iSCSI communication packet and distributes the entry to the OpenFlow switch.
  • a communication method includes a server device including an iSCSI initiator, a storage including an iSCSI target, a storage management device that manages storage, an OpenFlow controller that controls an OpenFlow switch, and an OpenFlow switch that transfers packets. It is a communication method implemented in a communication system provided with.
  • the storage management device stores the path information of the iSCSI communication packet for each management ID determined by the iSCSI initiator name and the iSCSI target name, and the server device stores the management ID in the destination port number of the TCP header.
  • the server device sends the iSCSI communication packet storing the management ID to the OpenFlow switch.
  • the iSCSI communication packet is sent to the OpenFlow controller.
  • a forwarding step and if the OpenFlow switch has an entry for the iSCSI communication packet in the flow table, the step of forwarding the packet according to the entry, and the OpenFlow control
  • the management ID is inquired of the storage management device.
  • the storage management device corresponds to the management ID.
  • a step of inquiring route information to be generated a step of generating an entry for transferring an iSCSI communication packet based on a result of the step of the OpenFlow controller inquiring the route information, and the OpenFlow controller And distributing to.
  • FIG. 1 is a network configuration diagram of a communication system 1 in an embodiment of the present invention.
  • FIG. 2 is a storage management table managed by the storage management apparatus 300 in the communication system 1 according to the embodiment of this invention.
  • FIG. 3 is a diagram for explaining a communication method in the communication system 1 according to the embodiment of this invention.
  • FIG. 4 is a diagram for explaining the location where the management ID 500 is stored in the iSCSI communication packet sent from the iSCSI initiator to the iSCSI target in the communication system 1 according to the embodiment of this invention.
  • FIG. 5 is a diagram for explaining the location where the management ID 500 is stored in the response packet sent from the iSCSI target to the iSCSI initiator in the communication system 1 according to the embodiment of this invention.
  • a communication system 1 according to an embodiment of the present invention will be described below with reference to the accompanying drawings.
  • FIG. 1 is a network configuration diagram of a communication system 1 in an embodiment of the present invention.
  • the communication system 1 includes a server device 100, an open flow controller 200 (hereinafter referred to as “OFC”), open flow switches 201 to 204 (hereinafter referred to as “OFS”), a storage management device 300, and a storage 400. .
  • OFC open flow controller 200
  • OFS open flow switches 201 to 204
  • the server apparatus 100 includes an iSCSI initiator and communicates with the iSCSI targets 401 and 402 of the storage 400 via the communication system 1.
  • the OFC 200 and OFS 201 to 204 are connected via communication paths 205 to 208, respectively.
  • the OFC 200 sets the flow table for the flow control of the communication system 1 in the OFS 201 to 204 using the communication paths 205 to 208.
  • the OFC 200 and the storage management device 300 are connected via a communication path 221.
  • the OFC 200 acquires information for setting a flow entry for transferring an iSCSI communication packet from the storage management apparatus 300 via the communication path 221.
  • OFS 201 to 204 are switches that transfer packets of the communication system 1.
  • the server apparatus 100 and the storage 400 are connected by communication paths 210 to 219 via OFS 201 to 204.
  • the storage management device 300 software for managing the storage 400 is installed.
  • the storage management device 300 and the storage 400 are connected by a communication path 230.
  • the storage management device 300 transmits and receives control messages for managing the storage 400 through the communication path 230.
  • the storage management device 300 and the OFS 201 are connected by a communication path 220.
  • FIG. 2 is a storage management table managed by the storage management apparatus 300 in the communication system 1 according to the embodiment of this invention.
  • the entry of the storage management table has attributes of management ID 500, initiator IP address 501, initiator port number 502, initiator name 503, target port number 504, target name 505, and target connection port 506.
  • Management ID 500 is a numerical value uniquely determined by a combination of the iSCSI initiator name and the iSCSI target name.
  • the initiator IP address 501 is an IP address of a device that is an iSCSI initiator.
  • the initiator port number 502 is a port number used for iSCSI communication by a device serving as an iSCSI initiator.
  • the initiator name 503 is an identifier assigned to a device that is an iSCSI initiator.
  • the target port number 504 is a port number for the iSCSI target to perform iSCSI communication.
  • the target port number 504 is statically set by the storage management 300. Alternatively, the target port number 504 may be acquired from the iSCSI targets 401 and 402 via the communication path 230.
  • the target name 505 is an identifier assigned to a device that is an iSCSI target.
  • the target connection port 506 stores the OFS to which the iSCSI target is connected and the Port to which the iSCSI target is connected by the OFS.
  • the target connection Port 506 is statically set by the storage management 300 or is acquired from the iSCSI targets 401 and 402 via the communication path 230.
  • iSCSI targets 401 and 402 exist in the storage 400.
  • the same IP address is set for the iSCSI targets 401 and 402.
  • Each iSCSI target uses “3260” as a TCP port number for performing iSCSI communication.
  • FIG. 3 is a diagram for explaining a communication method in the communication system 1 according to the embodiment of this invention.
  • An operation when performing iSCSI communication between the iSCSI initiator on the server apparatus 100 and the iSCSI target 401 on the storage 400 will be described as an example. It is assumed that the iSCSI communication between the iSCSI initiator on the server apparatus 100 and the iSCSI target 401 on the storage 400 has not been performed yet, and there is no flow entry related to the iSCSI communication in the OFS 201 to 204. To do.
  • Step (1) The iSCSI initiator of the server apparatus 100 notifies the initiator name 503 and the target name 505 to the storage management 300 via the OFS 201.
  • Step (2) The storage management 300 allocates “10” as the management ID 500 to the initiator name 503 and the target name 505.
  • the storage management 300 stores the initiator name 503 and the target name 504 notified in step (1) in the storage management table.
  • the storage management 300 notifies the iSCSI initiator of the server apparatus 100 of the value “10” of the management ID 500.
  • Step (3) The server apparatus 100 sets the value “10” of the management ID 500 notified from the storage management 300 in step (2) as the destination port number of the iSCSI communication packet.
  • Step (4) The server apparatus 100 sets “10” as the destination port number and transmits the packet of FIG.
  • FIG. 4 is a diagram for explaining the location where the management ID 500 is stored in the iSCSI communication packet sent from the iSCSI initiator to the iSCSI target in the communication system 1 according to the embodiment of this invention.
  • the management ID 500 is stored in the destination port number of the TCP header 601 of the iSCSI communication packet sent from the iSCSI initiator to the iSCSI target.
  • the OFS 201 refers to the iSCSI communication packet transmitted from the server device 100 in step (4). If there is no flow entry for transferring the iSCSI communication packet, the OFS 201 transfers the iSCSI communication packet to the OFC 200 via the flow control communication path 205. In the example of this procedure, the iSCSI communication between the iSCSI initiator on the server apparatus 100 and the iSCSI target 401 on the storage 400 has not been performed yet, and the flow entries related to the iSCSI communication are not stored in the OFS 201 to 204. It was supposed not to exist. Therefore, the OFS 201 transfers the iSCSI communication packet to the OFC 200 via the flow control communication path 205.
  • Step (6) The OFC 200 sends the destination port number (management ID 500), source IP address (initiator IP address), and source port number (initiator port number) in the iSCSI communication packet received in step (5) via the communication path 221. Notify the storage management 300.
  • Step (7) The storage management 300 searches for an entry including the management ID 500 with reference to the destination port number (management ID 500) of the TCP header 601 and the storage management table of FIG.
  • the storage management 300 adds information (source IP address, source port number) in the iSCSI communication packet notified in step (6) to the initiator IP address 501 and initiator port number 502 of the entry searched in the storage management table. Is stored.
  • the storage management 300 notifies the OFC 200 of the destination port number “3260” and the target connection Port 506 (203-4).
  • the OFC 200 stipulates an action for rewriting the destination port number of the iSCSI communication packet transmitted from the server apparatus 100 from “10” to “3260” and a rule for designating the transfer destination of the iSCSI communication in the output port 203-4 of the OFS 203.
  • the entry is written in the flow table of the OFS 201-204.
  • Step (9) The OFS 201 sets the flow entry rule (transfers the iSCSI communication packet transmitted from the server apparatus 100 to the Port 203-4 of the OFS 203) and the action (the destination port number of the iSCSI communication packet transmitted from the server apparatus 100 is “ Then, the iSCSI communication packet is transferred to the OFS 203.
  • the OFS 203 transmits the iSCSI communication packet received from the OFS 201 to the target 401 of the storage 400 via the Port 203-4 of the OFS 203.
  • Step (11) The target 401 on the storage 400 that has received the iSCSI communication packet transmitted from the server apparatus 100 processes the SCSI command extracted from the iSCSI communication packet.
  • the target 401 sends an iSCSI communication packet (a response packet of the iSCSI communication packet transmitted from the server device 100) to the iSCSI initiator of the server device 100.
  • Step (12) The OFS 203 refers to the response packet transmitted by the target 401 in step (11). If there is no flow entry for processing the response packet, the OFS 203 transfers the response packet to the OFC 200. In the example of this procedure, since the OFS 203 has not yet transmitted a response packet, there is no flow entry for processing the response packet. Therefore, the OFS 203 transfers the response packet to the OFC 200.
  • Step (13) The OFC 200 notifies the storage management 300 via the communication path 221 of the destination IP address (initiator IP address) and the destination port number (initiator port number) in the response packet transmitted by the target 401 in step (11).
  • the storage management 300 refers to the destination IP address (initiator IP address), the destination port number (initiator port number), and the storage management table in FIG.
  • the storage management 300 notifies the OFC 200 of the management ID 500 (“10”) of the retrieved entry.
  • the OFC 200 includes an entry that defines an action for rewriting the destination port number of the response packet transmitted from the storage 400 from “3260” to “10” and a rule for specifying the transfer destination of the response packet in the output port 201-1 of the OFS 201. , Write to the flow tables of OFS 201-204.
  • Step (16) The OFS 203 sets the flow entry rule (transfers the response packet transmitted from the storage 400 to the Port 201-1 of the OFS 201) and the action (the transmission source port number of the response packet transmitted from the storage 400 from “3260”.
  • the response packet is transferred to the OFS 201 in accordance with “10”.
  • FIG. 5 is a diagram for explaining the location where the management ID 500 is stored in the response packet sent from the iSCSI target to the iSCSI initiator in the communication system 1 according to the embodiment of this invention.
  • the management ID 500 is stored in the source port number of the TCP header 601 of the response packet sent from the iSCSI target to the iSCSI initiator.
  • the OFS 201 transmits the response packet received from the OFS 203 to the iSCSI initiator of the server apparatus 100 via the Port 201-1 of the OFS 201.
  • Step (18) Thereafter, the iSCSI communication packet transmitted from the iSCSI initiator of the server apparatus 100 is transferred according to the flow entries of the OFS 201-204. Since there are already entries in the flow tables of the OFSs 201 to 204, packet transfer to the OFC 200 is not performed.
  • Step (19) The response packet sent from the target 401 of the storage 400 is transferred according to the flow entries of OFS 201-204. Since there are already entries in the flow tables of the OFSs 201 to 204, packet transfer to the OFC 200 is not performed.
  • the management ID 500 is stored in the destination port number of the TCP header without taking a method such as storing the iSCSI name in the option area of the TCP header. This eliminates the need for a vendor extension operation in the packet processing of the OFSs 201 to 204, and enables high-speed switching.
  • the iSCSI communication packet is identified by the management ID 500 stored in the destination port number of the TCP header without identifying the iSCSI communication packet by storing the iSCSI name in the option area of the TCP header. Flow control with reduced data size becomes possible.
  • the management ID 500 is determined by the iSCSI initiator name 503 and the iSCSI target name 505. Since the IP address set for each iSCSI target is not used to determine the management ID 500, the storage apparatus 400 having a scalable configuration can be realized. In this embodiment, even when a target is added to the storage 400 as necessary, the flow can be controlled with the same management ID 500 if there is no change in the iSCSI name.
  • the same IP address is set for all iSCSI targets, but the present invention can be implemented even when individual IP addresses are set for each iSCSI target.
  • the iSCSI initiator sets the virtual IP address set for the entire storage 400 to the destination IP address and transmits the packet.
  • the OFS 201 to 204 rewrites the destination port number, it simultaneously rewrites the destination IP address to the IP address of the corresponding target.
  • the OFS 201 to 204 rewrites the transmission source IP address to the virtual IP address set for the entire storage 400 when rewriting the transmission source port number.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

 本発明の通信システムは、iSCSIイニシエータを備えるサーバ装置と、iSCSIターゲットを備えるストレージと、ストレージ管理装置と、オープンフローコントローラと、オープンフロースイッチとを備える。ストレージ管理装置は、iSCSIイニシエータネームとiSCSIターゲットネームにより定められる管理ID毎に、iSCSI通信パケットの経路情報を記憶する。サーバ装置は、管理IDを宛先ポート番号に格納したiSCSI通信パケットを送信する。オープンフロースイッチは、エントリに従ってパケットを転送する。オープンフローコントローラは、iSCSI通信パケットを転送するためのエントリを生成し、オープンフロースイッチに配布する。上記の構成の通信システムによって、オープンフロースイッチのパケット処理に高い負荷をかけずに、iSCSIのデータに基づくフロー制御を行う通信方法を提供する。

Description

通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法
 本発明は、オープンフロー技術に関し、特にiSCSI(Internet Small Computer System Interface)のデータに基づくフロー制御技術に関する。
 オープンフローとは、フロー単位で経路制御を行う通信技術である。オープンフローでは、MACアドレス、IPアドレス、ポート番号等の組み合わせにより「フロー」を決定する。オープンフロー技術では、送信元ノードと宛先ノードで、画一的に経路を決定しない。オープンフロー技術では、送信元ノードと宛先ノードの間で、フロー毎に経路を変更することが可能となる。また、当該経路は、隣接するノード間だけではなく、End-to-End(終端ノードから終端ノード)で管理することが可能である。オープンフロー技術に関する先行技術文献としては、非特許文献1がある。
 一方、コンピュータシステムの発展に伴い、高速で大容量な補助記憶装置の需要が高まっている。特に、大規模なコンピュータシステムを扱う場合などは、記憶装置を集合させたストレージ(ディスクアレイ)をSAN(記憶領域ネットワーク)に接続する形態が、多数利用されている。SCSI(Small Computer System Interface)コマンドを、ネットワークを介して使用するプロトコルとして、iSCSIが知られている。iSCSIを利用したSANは、装置コストが比較的安価なこと、既設のインフラを有効活用できることから、今後ますます発展する市場として注目されている。
 iSCSIを利用したSANに関する先行技術文献としては、特開2004-164490号公報(特許文献1)がある。特開2004-164490号公報では、iSCSIストレージシステムにおいて、仮想ホスト識別子を利用することにより、ストレージルータの設定を変更することなく、ホストに対するストレージの割り当てを行う技術が開示されている。
 iSCSIを利用したSANは、SCSIの下位層で、TCP/IP(Transmission Control Protocol/Internet Protocol)を利用している。現在のオープンフロー技術を利用したオープンフロースイッチでは、OSI参照モデルにおけるレイヤ4のTCP層までしか扱うことができない。iSCSI層は、OSI参照モデルのレイヤ4にあるが、TCP層の上位レイヤであるため、オープンフロー技術を利用したオープンフロースイッチで認識できない。そのため、現在のオープンフロースイッチでは、パケットに含まれるiSCSI層データのSCSIネーム(iSCSIイニシエータネームや、iSCSIターゲットネーム)を直接参照してフロー制御することができない。より柔軟なフロー制御を実現するため、iSCSI層の情報を扱えるオープンフロースイッチが必要とされている。
特開2004-164490号公報
"The OpenFlow Switch Consortium"<http://www.openflowswitch.org/>
 本発明の目的は、オープンフロー技術を利用したオープンフロースイッチにおいて、パケット処理に高い負荷をかけずに、iSCSIのデータに基づくフロー制御を行う通信方法を提供することにある。
 本発明の通信システムは、iSCSIイニシエータを備えるサーバ装置と、iSCSIターゲットを備えるストレージと、ストレージを管理するストレージ管理装置と、オープンフロースイッチを制御するオープンフローコントローラと、パケットを転送するオープンフロースイッチとを備える。ストレージ管理装置は、iSCSIイニシエータネームとiSCSIターゲットネームにより定められる管理ID毎に、iSCSI通信パケットの経路情報を記憶する。サーバ装置は、管理IDをTCPヘッダの宛先ポート番号に格納したiSCSI通信パケットをオープンフロースイッチに送信する。オープンフロースイッチは、フローテーブルにiSCSI通信パケットに対するエントリがない場合には、iSCSI通信パケットをオープンフローコントローラに転送する。オープンフロースイッチは、フローテーブルにiSCSI通信パケットに対するエントリがある場合には、当該エントリに従ってパケットを転送する。オープンフローコントローラは、iSCSI通信パケットを受信した場合には、ストレージ管理装置に、当該iSCSI通信パケットに含まれる管理IDに対応する経路情報を問い合わせる。オープンフローコントローラは、iSCSI通信パケットを転送するためのエントリを生成し、当該エントリをオープンフロースイッチに配布する。
 本発明の通信方法は、iSCSIイニシエータを備えるサーバ装置と、iSCSIターゲットを備えるストレージと、ストレージを管理するストレージ管理装置と、オープンフロースイッチを制御するオープンフローコントローラと、パケットを転送するオープンフロースイッチとを備える通信システムにおいて実施される通信方法である。ストレージ管理装置が、iSCSIイニシエータネームとiSCSIターゲットネームにより定められる管理ID毎に、iSCSI通信パケットの経路情報を記憶するステップと、サーバ装置が、管理IDをTCPヘッダの宛先ポート番号に格納するステップと、サーバ装置が、管理IDを格納したiSCSI通信パケットをオープンフロースイッチに送信するステップと、オープンフロースイッチが、フローテーブルにiSCSI通信パケットに対するエントリがない場合には、iSCSI通信パケットをオープンフローコントローラに転送するステップと、オープンフロースイッチが、フローテーブルにiSCSI通信パケットに対するエントリがある場合には、エントリに従ってパケットを転送するステップと、オープンフローコントローラが、iSCSI通信パケットを受信した場合には、管理IDを、ストレージ管理装置に問い合わせるステップと、オープンフローコントローラが、iSCSI通信パケットを受信した場合には、ストレージ管理装置に、管理IDに対応する経路情報を問い合わせるステップと、オープンフローコントローラが、経路情報を問い合わせるステップの結果に基づいて、iSCSI通信パケットを転送するためのエントリを生成するステップと、オープンフローコントローラが、当該エントリをオープンフロースイッチに配布するステップとを含む。
 本発明によれば、オープンフロー技術を利用したオープンフロースイッチにおいて、パケット処理に高い負荷をかけずに、iSCSIのデータに基づくフロー制御を行う通信方法を提供することができる。
 上記及び他の目的、長所、特徴は、次の図面と共に説明される本発明の実施例により明らかになるだろう。
図1は、本発明の実施例における通信システム1のネットワーク構成図である。 図2は、本発明の実施例の通信システム1において、ストレージ管理装置300で管理されるストレージ管理テーブルである。 図3は、本発明の実施例の通信システム1における通信方法を説明するための図である。 図4は、本発明の実施例の通信システム1において、iSCSIイニシエータから、iSCSIターゲットに送出されるiSCSI通信パケットで、管理ID500が格納される位置を説明するための図である。 図5は、本発明の実施例の通信システム1において、iSCSIターゲットから、iSCSIイニシエータに送出される応答パケットで、管理ID500が格納される位置を説明するための図である。
 添付図面を参照して、本発明の実施例による通信システム1を以下に説明する。
[構成の説明]
 はじめに、本実施例における通信システム1の構成の説明を行う。図1は、本発明の実施例における通信システム1のネットワーク構成図である。
 本実施例の通信システム1は、サーバ装置100、オープンフローコントローラ200(以下、「OFC」という)、オープンフロースイッチ201~204(以下、「OFS」という)、ストレージ管理装置300及びストレージ400を備える。
 サーバ装置100は、iSCSIイニシエータを備え、通信システム1を介して、ストレージ400のiSCSIターゲット401、402と通信を行う。
 OFC200とOFS201~204は、それぞれ通信路205~208で接続されている。OFC200は、通信路205~208を使用して、通信システム1のフロー制御のためのフローテーブルの設定を、OFS201~204に行う。また、OFC200とストレージ管理装置300は、通信路221で接続されている。OFC200は、iSCSI通信パケットを転送するためのフローエントリを設定するための情報を、通信路221を介して、ストレージ管理装置300から取得する。
 OFS201~204は、通信システム1のパケットを転送するスイッチである。サーバ装置100とストレージ400は、OFS201~204を介した通信路210~219によって接続されている。
 ストレージ管理装置300には、ストレージ400を管理するためのソフトウェアがインストールされている。ストレージ管理装置300とストレージ400は、通信路230で接続されている。ストレージ管理装置300は、通信路230により、ストレージ400を管理するための制御メッセージの送受信を行う。また、ストレージ管理装置300とOFS201は、通信路220で接続されている。
 図2は、本発明の実施例の通信システム1において、ストレージ管理装置300で管理されるストレージ管理テーブルである。ストレージ管理テーブルのエントリは、管理ID500、イニシエータIPアドレス501、イニシエータポート番号502、イニシエータネーム503、ターゲットポート番号504、ターゲットネーム505及びターゲット接続Port506の属性を持つ。
 管理ID500は、iSCSIイニシエータネームとiSCSIターゲットネームの組み合わせにより、一意に決定される数値である。イニシエータIPアドレス501は、iSCSIイニシエータとなる装置のIPアドレスである。イニシエータポート番号502は、iSCSIイニシエータとなる装置が、iSCSI通信に使用するポート番号である。イニシエータネーム503は、iSCSIイニシエータとなる装置に割り振られる識別子である。ターゲットポート番号504は、iSCSIターゲットがiSCSI通信を行うためのポート番号である。ターゲットポート番号504は、ストレージ管理300で静的に設定する。又は、ターゲットポート番号504は、iSCSIターゲット401、402から通信路230を介して取得してもよい。ターゲットネーム505は、iSCSIターゲットとなる装置に割り振られる識別子である。ターゲット接続Port506は、iSCSIターゲットが接続されているOFSと、当該OFSでiSCSIターゲットが接続されているPortが格納される。ターゲット接続Port506は、ストレージ管理300で静的に設定するか、又は、iSCSIターゲット401、402から通信路230を介して取得する。
 ストレージ400には、iSCSIターゲット401、402が存在する。iSCSIターゲット401、402には、同一のIPアドレスが設定されている。それぞれのiSCSIターゲットは、iSCSI通信を行うためのTCPポート番号として”3260”を利用する。
[動作方法の説明]
 次に、本実施例における通信システム1において、通信方法の説明を行う。図3は、本発明の実施例の通信システム1における通信方法を説明するための図である。サーバ装置100上のiSCSIイニシエータと、ストレージ400上のiSCSIターゲット401間でiSCSI通信を行う際の動作を例にして説明する。サーバ装置100上のiSCSIイニシエータと、ストレージ400上のiSCSIターゲット401間のiSCSI通信は、まだ1度も行われておらず、OFS201~204には、iSCSI通信に関するフローエントリは存在していないものとする。
(ステップ(1))
 サーバ装置100のiSCSIイニシエータは、イニシエータネーム503及びターゲットネーム505をストレージ管理300に、OFS201を介して通知する。
(ステップ(2))
 ストレージ管理300は、イニシエータネーム503及びターゲットネーム505に対して、管理ID500として“10”を割り振る。ストレージ管理300は、ステップ(1)で通知されたイニシエータネーム503及びターゲットネーム504をストレージ管理テーブルに格納する。ストレージ管理300は、管理ID500の値“10”をサーバ装置100のiSCSIイニシエータへ通知する。
(ステップ(3))
 サーバ装置100は、ステップ(2)でストレージ管理300から通知された管理ID500の値”10”を、iSCSI通信パケットの宛先ポート番号に設定する。
(ステップ(4))
 サーバ装置100は、宛先ポート番号に”10”を設定して図4のパケットを送出する。図4は、本発明の実施例の通信システム1において、iSCSIイニシエータから、iSCSIターゲットに送出されるiSCSI通信パケットで、管理ID500が格納される位置を説明するための図である。図4の例では、管理ID500は、iSCSIイニシエータから、iSCSIターゲットに送出されるiSCSI通信パケットのTCPヘッダ601の宛先ポート番号に格納される。
(ステップ(5))
 OFS201は、ステップ(4)で、サーバ装置100から送信されたiSCSI通信パケットを参照する。OFS201は、当該iSCSI通信パケットを転送するためのフローエントリが存在しなければ、フロー制御用の通信路205を介してOFC200へiSCSI通信パケットを転送する。本手順の例では、サーバ装置100上のiSCSIイニシエータと、ストレージ400上のiSCSIターゲット401間のiSCSI通信は、まだ1度も行われておらず、OFS201~204には、iSCSI通信に関するフローエントリは存在していないものとしていた。そのため、OFS201は、フロー制御用の通信路205を介してOFC200へ当該iSCSI通信パケットを転送する。
(ステップ(6))
 OFC200は、ステップ(5)で受信したiSCSI通信パケット内の宛先ポート番号(管理ID500)、送信元IPアドレス(イニシエータIPアドレス)及び送信元ポート番号(イニシエータポート番号)を、通信路221を介してストレージ管理300に通知する。
(ステップ(7))
 ストレージ管理300は、TCPヘッダ601の宛先ポート番号(管理ID500)と、図2のストレージ管理テーブルを参照し、管理ID500を含むエントリを検索する。ストレージ管理300は、ストレージ管理テーブルで検索されたエントリのイニシエータIPアドレス501とイニシエータポート番号502に、ステップ(6)で通知されたiSCSI通信パケット内の情報(送信元IPアドレス、送信元ポート番号)を格納する。ストレージ管理300は、OFC200に宛先ポート番号“3260”とターゲット接続Port506(203-4)を通知する。
(ステップ(8))
 OFC200は、サーバ装置100から送信されたiSCSI通信パケットの宛先ポート番号を“10”から“3260”に書き換えるアクションと、当該iSCSI通信の転送先をOFS203の出力Port203-4に指定するルールを規定したエントリを、OFS201~204のフローテーブルに書き込む。
(ステップ(9))
 OFS201は、フローエントリのルール(サーバ装置100から送信されたiSCSI通信パケットを、OFS203のPort203-4に転送する。)とアクション(サーバ装置100から送信されたiSCSI通信パケットの宛先ポート番号を、“10”から“3260”に書き換える。)に従い、iSCSI通信パケットをOFS203に転送する。
(ステップ(10))
 OFS203は、OFS201から受信したiSCSI通信パケットを、OFS203のPort203-4を介して、ストレージ400のターゲット401に送信する。
(ステップ(11))
 サーバ装置100から送信されたiSCSI通信パケットを受信したストレージ400上のターゲット401は、iSCSI通信パケットから取り出したSCSIコマンドの処理を行う。ターゲット401は、サーバ装置100のiSCSIイニシエータに向けて、iSCSI通信パケット(サーバ装置100から送信されたiSCSI通信パケットの応答パケット)を送出する。
(ステップ(12))
 OFS203は、ステップ(11)でターゲット401により送信された応答パケットを参照する。OFS203は、当該応答パケットを処理するためのフローエントリが存在しなければ、OFC200へ応答パケットを転送する。本手順の例では、OFS203は、まだ1度も応答パケットを送信していないため、当該応答パケットを処理するためのフローエントリは存在していない。そのため、OFS203は、OFC200へ当該応答パケット転送する。
(ステップ(13))
 OFC200は、ステップ(11)でターゲット401により送信された応答パケット内の宛先IPアドレス(イニシエータIPアドレス)及び宛先ポート番号(イニシエータポート番号)を、通信路221を介してストレージ管理300に通知する。
(ステップ(14))
 ストレージ管理300は、宛先IPアドレス(イニシエータIPアドレス)及び宛先ポート番号(イニシエータポート番号)、図2のストレージ管理テーブルを参照し、該当するエントリを検索する。ストレージ管理300は、検索されたエントリの管理ID500(“10”)を、OFC200に通知する。
(ステップ(15))
 OFC200は、ストレージ400から送信された応答パケットの宛先ポート番号を“3260”から“10”に書き換えるアクションと、当該応答パケットの転送先をOFS201の出力Port201-1に指定するルールを規定したエントリを、OFS201~204のフローテーブルに書き込む。
(ステップ(16))
 OFS203は、フローエントリのルール(ストレージ400から送信された応答パケットを、OFS201のPort201-1に転送する。)とアクション(ストレージ400から送信された応答パケットの送信元ポート番号を、“3260”から“10”に書き換える。)に従い、当該応答パケットをOFS201に転送する。図5は、本発明の実施例の通信システム1において、iSCSIターゲットから、iSCSIイニシエータに送出される応答パケットで、管理ID500が格納される位置を説明するための図である。管理ID500は、iSCSIターゲットから、iSCSIイニシエータに送出される応答パケットのTCPヘッダ601の送信元ポート番号に格納される。
(ステップ(17))
 OFS201は、OFS203から受信した応答パケットを、OFS201のPort201-1を介して、サーバ装置100のiSCSIイニシエータに送信する。
(ステップ(18))
 その後の、サーバ装置100のiSCSIイニシエータから送出されるiSCSI通信パケットは、OFS201~204のフローエントリに従って転送される。OFS201~204のフローテーブルには、既にエントリがあるため、OFC200へのパケット転送は行われない。
(ステップ(19))
 ストレージ400のターゲット401から送出される応答パケットは、OFS201~204のフローエントリに従って転送される。OFS201~204のフローテーブルには、既にエントリがあるため、OFC200へのパケット転送は行われない。
 本実施例では、フロー制御のために、iSCSIネームをTCPヘッダのオプション領域に格納する等の方法をとらずに、TCPヘッダの宛先ポート番号に、管理ID500を格納する。そのため、OFS201~204のパケット処理において、ベンダー拡張動作が不要となり、高速なスイッチングが可能となる。
 また、本実施例では、iSCSIネームをTCPヘッダのオプション領域に格納する等によりiSCSI通信パケットを識別せず、TCPヘッダの宛先ポート番号に格納された管理ID500によりiSCSI通信パケットを識別するため、パケットのデータサイズを抑えたフロー制御が可能になる。
 また、本実施例では、管理ID500をiSCSIイニシエータネーム503及びiSCSIターゲットネーム505によって決定している。管理ID500の決定に、iSCSIターゲット個別に設定されたIPアドレスを使用していないため、スケーラブルな構成のストレージ装置400を実現できる。本実施例では、必要に応じてストレージ400にターゲットを追加した場合においても、iSCSIネームに変更がなければ、同一の管理ID500でフローを制御することができる。
 本実施例では、iSCSIターゲットに、全て同一のIPアドレスを設定したが、iSCSIターゲット毎に、個別のIPアドレスが設定されている場合でも、本発明を実施することができる。この場合には、iSCSIイニシエータは、ストレージ400全体に対して設定された仮想的なIPアドレスを、送信先IPアドレスに設定してパケットを送信する。OFS201~204は、宛先ポート番号を書き換える際、同時に宛先IPアドレスを該当するターゲット毎のIPアドレスに書き換える。また、同様に、ターゲットからの応答パケットについても、OFS201~204は、送信元ポート番号を書き換える際に、送信元IPアドレスを、ストレージ400全体に対して設定された仮想的なIPアドレスに書き換える。
 以上、本発明の実施の形態が添付の図面を参照することにより説明された。但し、本発明は、上述の実施の形態に限定されず、要旨を逸脱しない範囲で当業者により適宜変更され得る。
 なお、本出願は、2011年6月16日に出願された日本出願番号2011-134425に基づく優先権を主張するものであり、日本出願番号2011-134425における開示内容は引用により本出願に組み込まれる。

Claims (9)

  1.  iSCSIイニシエータを備えるサーバ装置と、
     iSCSIターゲットを備えるストレージと、
     ストレージを管理するストレージ管理装置と、
     オープンフロースイッチを制御するオープンフローコントローラと、
     パケットを転送するオープンフロースイッチと
    を備える通信システムにおいて、
     前記ストレージ管理装置は、iSCSIイニシエータネームとiSCSIターゲットネームにより定められる管理ID毎に、iSCSI通信パケットの経路情報を記憶し、
     前記サーバ装置は、前記管理IDをTCPヘッダの宛先ポート番号に格納した前記iSCSI通信パケットを前記オープンフロースイッチに送信し、
     前記オープンフロースイッチは、フローテーブルに前記iSCSI通信パケットを処理するためのエントリがない場合には、前記iSCSI通信パケットを前記オープンフローコントローラに転送し、前記フローテーブルに前記iSCSI通信パケットを処理するための前記エントリがある場合には、前記エントリに従ってパケットを転送し、
     前記オープンフローコントローラは、前記iSCSI通信パケットを受信した場合には、前記ストレージ管理装置に、前記管理IDに対応する前記経路情報を問い合わせ、前記iSCSI通信パケットを転送するための前記エントリを生成し、前記エントリを前記オープンフロースイッチに配布する
     通信システム。
  2.  前記サーバ装置は、前記管理IDを保持していない場合には、前記iSCSI通信パケットを送信する前に、前記iSCSIイニシエータネーム及び前記iSCSIターゲットネームを、前記ストレージ管理装置に送信し、
     前記ストレージ管理装置は、前記iSCSIイニシエータネーム及び前記iSCSIターゲットネームに基づいて、前記管理IDを割り当て、前記管理IDを前記サーバ装置に送信する
     請求項1に記載の通信システム。
  3.  前記サーバ装置が送信する前記iSCSI通信パケットを転送するための前記エントリは、前記TCPヘッダの前記宛先ポート番号に格納された前記管理IDを、前記iSCSIターゲットが使用するポート番号に書き換えるアクションを含み、
     前記ストレージが送信する前記iSCSI通信パケットを転送するための前記エントリは、前記TCPヘッダの送信元ポート番号を、前記管理IDに書き換えるアクション
     を含む請求項1又は2に記載の通信システム。
  4.  請求項1乃至3のいずれか1項に記載のオープンフローコントローラ。
  5.  請求項1乃至3のいずれか1項に記載のオープンフロースイッチ。
  6.  請求項1乃至3のいずれか1項に記載のストレージ管理装置。
  7.  iSCSIイニシエータを備えるサーバ装置と、
     iSCSIターゲットを備えるストレージと、
     ストレージを管理するストレージ管理装置と、
     オープンフロースイッチを制御するオープンフローコントローラと、
     パケットを転送するオープンフロースイッチと
    を備える通信システムにおいて、
     前記ストレージ管理装置が、iSCSIイニシエータネームとiSCSIターゲットネームにより定められる管理ID毎に、iSCSI通信パケットの経路情報を記憶するステップと、
     前記サーバ装置が、前記管理IDをTCPヘッダの宛先ポート番号に格納するステップと、
     前記サーバ装置が、前記管理IDを格納した前記iSCSI通信パケットを前記オープンフロースイッチに送信するステップと、
     前記オープンフロースイッチが、フローテーブルに前記iSCSI通信パケットを処理するためのエントリがない場合には、前記iSCSI通信パケットを前記オープンフローコントローラに転送するステップと、
     前記オープンフロースイッチが、前記フローテーブルに前記iSCSI通信パケットを処理するための前記エントリがある場合には、前記エントリに従ってパケットを転送するステップと、
     前記オープンフローコントローラが、前記iSCSI通信パケットを受信した場合には、前記管理IDに対応する前記経路情報を前記ストレージ管理装置に問い合わせるステップと、
     前記オープンフローコントローラが、前記ストレージ管理装置に問い合わせるステップの結果に基づいて、前記iSCSI通信パケットを転送するための前記エントリを生成するステップと、
     前記オープンフローコントローラが、前記エントリを前記オープンフロースイッチに配布するステップと
     を含む通信方法。
  8.  前記サーバ装置が、前記管理IDを保持していない場合には、前記iSCSI通信パケットを送信する前に、前記iSCSIイニシエータネーム及び前記iSCSIターゲットネームを、前記ストレージ管理装置に送信するステップと、
     前記ストレージ管理装置が、前記iSCSIイニシエータネーム及び前記iSCSIターゲットネームに基づいて、前記管理IDを割り当てるステップと、
     前記ストレージ管理装置が、前記管理IDを前記サーバ装置に送信するステップと
     を更に含む請求項7に記載の通信方法。
  9.  前記エントリに従ってパケットを転送するステップは、
     前記サーバ装置が送信する前記iSCSI通信パケットに対しては、前記TCPヘッダの前記宛先ポート番号に格納された前記管理IDを、前記iSCSIターゲットが使用するポート番号に書き換えるステップと、
     前記ストレージが送信する前記iSCSI通信パケットに対しては、前記TCPヘッダの送信元ポート番号を、前記管理IDに書き換えるステップと
     を更に含む請求項7又は8に記載の通信方法。
PCT/JP2012/065190 2011-06-16 2012-06-14 通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法 WO2012173172A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP12800726.7A EP2722766A4 (en) 2011-06-16 2012-06-14 COMMUNICATION SYSTEM, CONTROL, SWITCH, MEMORY MANAGEMENT DEVICE AND COMMUNICATION METHOD
US14/126,390 US9130886B2 (en) 2011-06-16 2012-06-14 Communication system, controller, switch, storage managing apparatus and communication method
CN201280029418.4A CN103608791A (zh) 2011-06-16 2012-06-14 通信系统、控制器、交换机、存储器管理设备和通信方法
JP2013520574A JP5754506B2 (ja) 2011-06-16 2012-06-14 通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011-134425 2011-06-16
JP2011134425 2011-06-16

Publications (1)

Publication Number Publication Date
WO2012173172A1 true WO2012173172A1 (ja) 2012-12-20

Family

ID=47357154

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/065190 WO2012173172A1 (ja) 2011-06-16 2012-06-14 通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法

Country Status (5)

Country Link
US (1) US9130886B2 (ja)
EP (1) EP2722766A4 (ja)
JP (1) JP5754506B2 (ja)
CN (1) CN103608791A (ja)
WO (1) WO2012173172A1 (ja)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105009529A (zh) * 2013-06-14 2015-10-28 华为技术有限公司 一种处理报文的方法和转发器
EP2858329A4 (en) * 2013-08-31 2015-12-02 Huawei Tech Co Ltd METHOD AND DEVICE FOR PROCESSING REQUEST FOR OPERATION IN A STORAGE SYSTEM
KR20160036182A (ko) * 2014-09-24 2016-04-04 (주)유비쿼스 레거시 네트워크 프로토콜 기능과 sdn 기능이 하이브리드하게 동작하는 오픈플로우 동작 방법
EP3063644A4 (en) * 2013-11-01 2017-08-09 Hewlett-Packard Enterprise Development LP Protocol agnostic storage access in a software defined network topology
JP2018026184A (ja) * 2017-11-17 2018-02-15 華為技術有限公司Huawei Technologies Co.,Ltd. ストレージシステムにおいて操作要求を処理するための方法及び装置
US10594565B2 (en) 2014-12-19 2020-03-17 Hewlett Packard Enterprise Development Lp Multicast advertisement message for a network switch in a storage area network

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3217616B1 (en) 2014-11-28 2018-11-21 Huawei Technologies Co., Ltd. Memory access method and multi-processor system
CN104484133A (zh) * 2014-12-18 2015-04-01 浪潮(北京)电子信息产业有限公司 一种存储管理方法及系统

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010079626A (ja) * 2008-09-26 2010-04-08 Hitachi Ltd 計算機システムの負荷分散方法及びシステム
JP2011082834A (ja) * 2009-10-07 2011-04-21 Nec Corp コンピュータシステム、及びコンピュータシステムの監視方法

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5941972A (en) * 1997-12-31 1999-08-24 Crossroads Systems, Inc. Storage router and method for providing virtual local storage
US6119171A (en) * 1998-01-29 2000-09-12 Ip Dynamics, Inc. Domain name routing
US20030115447A1 (en) * 2001-12-18 2003-06-19 Duc Pham Network media access architecture and methods for secure storage
US7237045B2 (en) * 2002-06-28 2007-06-26 Brocade Communications Systems, Inc. Apparatus and method for storage processing through scalable port processors
US8180928B2 (en) * 2002-08-30 2012-05-15 Broadcom Corporation Method and system for supporting read operations with CRC for iSCSI and iSCSI chimney
JP2004164490A (ja) * 2002-11-15 2004-06-10 Nippon Telegr & Teleph Corp <Ntt> ストレージ割り当て装置、ストレージ割り当て方法、ストレージ割り当てプログラム及び該プログラムを記録した媒体
US6925533B2 (en) * 2003-05-07 2005-08-02 International Business Machines Corporation Virtual disk image system with local cache disk for iSCSI communications
JP4123088B2 (ja) * 2003-08-06 2008-07-23 株式会社日立製作所 ストレージネットワーク管理装置及び方法
US7586942B2 (en) * 2003-12-09 2009-09-08 Dell Products L.P. Identifying host computers at a physical layer
JP2005284437A (ja) * 2004-03-29 2005-10-13 Hitachi Ltd ストレージ装置
US20050283545A1 (en) * 2004-06-17 2005-12-22 Zur Uri E Method and system for supporting write operations with CRC for iSCSI and iSCSI chimney
US20050281261A1 (en) * 2004-06-17 2005-12-22 Zur Uri E Method and system for supporting write operations for iSCSI and iSCSI chimney
JP4550557B2 (ja) * 2004-11-24 2010-09-22 株式会社日立製作所 フィルタ定義管理方法、フィルタ定義管理装置、および、ストレージエリアネットワーク
JP2009087179A (ja) * 2007-10-02 2009-04-23 Nippon Telegr & Teleph Corp <Ntt> iSNSデータ相互変換通信装置,iSNSデータ相互変換通信方法
US8135918B1 (en) * 2007-12-31 2012-03-13 Emc Corporation Data de-duplication for iSCSI
JP5408243B2 (ja) 2009-03-09 2014-02-05 日本電気株式会社 OpenFlow通信システムおよびOpenFlow通信方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010079626A (ja) * 2008-09-26 2010-04-08 Hitachi Ltd 計算機システムの負荷分散方法及びシステム
JP2011082834A (ja) * 2009-10-07 2011-04-21 Nec Corp コンピュータシステム、及びコンピュータシステムの監視方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2722766A4 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9998364B2 (en) 2013-06-14 2018-06-12 Huawei Technologies Co., Ltd. Method for processing packet and forwarder
CN105009529A (zh) * 2013-06-14 2015-10-28 华为技术有限公司 一种处理报文的方法和转发器
US10009269B2 (en) 2013-08-31 2018-06-26 Huawei Technologies Co., Ltd. Method and apparatus for processing operation request in storage system
JP2016537735A (ja) * 2013-08-31 2016-12-01 華為技術有限公司Huawei Technologies Co.,Ltd. ストレージシステムにおいて操作要求を処理するための方法及び装置
AU2013398869B2 (en) * 2013-08-31 2017-10-12 Huawei Technologies Co., Ltd. Method and apparatus for processing operation request in storage system
EP2858329A4 (en) * 2013-08-31 2015-12-02 Huawei Tech Co Ltd METHOD AND DEVICE FOR PROCESSING REQUEST FOR OPERATION IN A STORAGE SYSTEM
US10218618B2 (en) 2013-08-31 2019-02-26 Huawei Technologies Co., Ltd. Method and apparatus for processing operation request in storage system
EP3063644A4 (en) * 2013-11-01 2017-08-09 Hewlett-Packard Enterprise Development LP Protocol agnostic storage access in a software defined network topology
US10841375B2 (en) 2013-11-01 2020-11-17 Hewlett Packard Enterprise Development Lp Protocol agnostic storage access in a software defined network topology
KR101629089B1 (ko) 2014-09-24 2016-06-22 (주)유비쿼스 레거시 네트워크 프로토콜 기능과 sdn 기능이 하이브리드하게 동작하는 오픈플로우 동작 방법
KR20160036182A (ko) * 2014-09-24 2016-04-04 (주)유비쿼스 레거시 네트워크 프로토콜 기능과 sdn 기능이 하이브리드하게 동작하는 오픈플로우 동작 방법
US10594565B2 (en) 2014-12-19 2020-03-17 Hewlett Packard Enterprise Development Lp Multicast advertisement message for a network switch in a storage area network
JP2018026184A (ja) * 2017-11-17 2018-02-15 華為技術有限公司Huawei Technologies Co.,Ltd. ストレージシステムにおいて操作要求を処理するための方法及び装置

Also Published As

Publication number Publication date
EP2722766A1 (en) 2014-04-23
EP2722766A4 (en) 2015-05-20
US9130886B2 (en) 2015-09-08
CN103608791A (zh) 2014-02-26
JPWO2012173172A1 (ja) 2015-02-23
JP5754506B2 (ja) 2015-07-29
US20140112344A1 (en) 2014-04-24

Similar Documents

Publication Publication Date Title
JP5754506B2 (ja) 通信システム、コントローラ、スイッチ、ストレージ管理装置、及び通信方法
JP5850471B2 (ja) 通信システム、制御装置、ノード制御方法およびプログラム
JP5590262B2 (ja) 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム
JP5757324B2 (ja) コンピュータシステム、及び通信方法
JP5304947B2 (ja) 通信システム、制御装置、ノードの制御方法およびプログラム
WO2011087085A1 (ja) 計算機、ネットワーク接続切替え方法およびプログラム
JP5850068B2 (ja) 制御装置、通信システム、通信方法およびプログラム
JP6544401B2 (ja) パケット転送装置、制御装置、通信システム、通信方法及びプログラム
JP2004159112A (ja) 通信制御システム、通信制御方法、これらに用いて好適なルーティング制御装置及びルータ装置
JP5640853B2 (ja) 通信システム、ルータ、スイッチングハブ、およびプログラム
WO2014126094A1 (ja) 通信システム、通信方法、制御装置、制御装置の制御方法及びプログラム
JP6379702B2 (ja) データ転送システム、データ転送サーバ、データ転送方法、および、プログラム
JP6628792B2 (ja) コンピュータネットワークにおけるエンドポイント識別方法
KR20160002154A (ko) Ccn 이름 구성 방법과 ccn 이름 기반 라우팅 방법 및 장치
KR101145389B1 (ko) 분산화를 통한 확장성 있는 중앙 집중식 네트워크 구조 및 제어 방법과 이를 위한 네트워크 스위칭 장치
JP2017175522A (ja) ネットワークシステム、制御装置、方法およびプログラム
JP4423304B2 (ja) 通信制御システム、通信制御方法、これらに用いて好適なルーティング制御装置及びルータ装置
JP6251654B2 (ja) 通信システム、識別子管理装置、及び識別子割り当て方法
JP5768600B2 (ja) 通信システム、制御装置、パケット転送方法およびプログラム
JP2018137643A (ja) 管理装置および管理方法
JP2015015640A (ja) 通信システム、プロトコル処理計算機、及び通信方法
JP2015226235A (ja) ネットワーク輻輳回避システム及び方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12800726

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013520574

Country of ref document: JP

Kind code of ref document: A

REEP Request for entry into the european phase

Ref document number: 2012800726

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 14126390

Country of ref document: US

Ref document number: 2012800726

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE