JP2007241845A - Fc-al switch, master port decision method for it, and program - Google Patents

Fc-al switch, master port decision method for it, and program Download PDF

Info

Publication number
JP2007241845A
JP2007241845A JP2006065862A JP2006065862A JP2007241845A JP 2007241845 A JP2007241845 A JP 2007241845A JP 2006065862 A JP2006065862 A JP 2006065862A JP 2006065862 A JP2006065862 A JP 2006065862A JP 2007241845 A JP2007241845 A JP 2007241845A
Authority
JP
Japan
Prior art keywords
loop
master port
port
master
switch
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
JP2006065862A
Other languages
Japanese (ja)
Inventor
Takayuki Miyagaki
貴之 宮垣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2006065862A priority Critical patent/JP2007241845A/en
Publication of JP2007241845A publication Critical patent/JP2007241845A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To shorten a selection time in selection of a master port of a loop from a plurality of devices constituting the loop in an FC-AL system. <P>SOLUTION: This FC-AL switch 201 connects a plurality of devices in a loop as a plurality of ports constituting an FC-AL loop. The FC-AL switch 201 is provided with a loop configuration storage part 301 holding a loop configuration history, which specifies a port of the loop and a device connected to the port, and a port name of a device selected as a master port for deciding an address of each device connected to the loop, and a control part 302 selecting the master port of the loop configured in the previous time as the master port for the loop to be configured this time based on the loop configuration history and the master port in the loop configuration storage part 301 when the loop is initialized. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、FC−ALスイッチ、そのマスターポート決定方法及びプログラムに係り、特にFC−ALのマスターポートを決定する際の決定時間を短縮化する方法に関する。   The present invention relates to an FC-AL switch, a master port determination method thereof, and a program, and more particularly to a method of shortening a determination time when determining an FC-AL master port.

従来のFC−AL(Fibre Channel-Arbitrated)について、図4を用いて説明する。   Conventional FC-AL (Fibre Channel-Arbitrated) will be described with reference to FIG.

図4に示すように、デバイスA101の送信線402を隣のデバイスB102の受信線501に接続し、デバイスB102の送信線502をデバイスC103の受信線601に、デバイスC103の送信線602をデバイスD104の受信線701に、デバイスD104の送信線702をデバイスA101の受信線401にといった具合にすべてのデバイスA101〜D104を繋ぎ、ループ状に接続する形態をAL(Arbitrated Loop)と呼ぶ。   As shown in FIG. 4, the transmission line 402 of the device A101 is connected to the reception line 501 of the adjacent device B102, the transmission line 502 of the device B102 is connected to the reception line 601 of the device C103, and the transmission line 602 of the device C103 is connected to the device D104. A form in which all the devices A101 to D104 are connected to the receiving line 701, the transmission line 702 of the device D104 to the receiving line 401 of the device A101, etc., and connected in a loop is called AL (Arbitrated Loop).

このようにFC−ALスイッチ201に接続する各デバイスA101〜D104は、1つのループ上にすべてのデバイスが存在するため、各々にアドレスが割り振られる。次に、このアドレス決定シーケンスについて説明する。   As described above, since all devices A101 to D104 connected to the FC-AL switch 201 exist on one loop, an address is assigned to each device. Next, this address determination sequence will be described.

図4において、FC−ALスイッチ201に各デバイスA101〜D104を接続する。各デバイスA101〜D104は、ループへ参加するため、LIPプリミティブシーケンスを送出する。LIPとはLoop Initialization Primitiveの略で、ループのイニシャライズを要求するためのプリミティブシーケンスである。   In FIG. 4, the devices A 101 to D 104 are connected to the FC-AL switch 201. Each device A101-D104 sends a LIP primitive sequence to participate in the loop. LIP is an abbreviation of Loop Initialization Primitive, and is a primitive sequence for requesting loop initialization.

次に、各デバイスA101〜D104は、ループイニシャライズを主導するマスターポートを選出するため、LISMフレームを送信する。ここで、LISMフレームとは、Loop Initialization Select Masterフレームで、ループ中のマスターポートを選出するために使用するフレームである。LISMフレームフォーマットを図5に示す。図5に示すように、LISMフレームの最初と最後に4バイトのSOF(Start Of Frame)とEOF(End Of Frame)が配置され、その間に8バイトの自分のポートネームと4バイトのCRCとが挿入される。   Next, each of the devices A101 to D104 transmits a LISM frame in order to select a master port that leads the loop initialization. Here, the LISM frame is a Loop Initialization Select Master frame that is used to select a master port in a loop. The LISM frame format is shown in FIG. As shown in FIG. 5, a 4-byte SOF (Start Of Frame) and an EOF (End Of Frame) are arranged at the beginning and end of the LISM frame, and an 8-byte port name and a 4-byte CRC are placed between them. Inserted.

次に、各デバイスA101〜D104は、受信したLISMフレーム中のポートネームに対応するバイト値と自分のポートネームに対応するバイト値とを代数的に比較し、受信したポートネームに対応するバイト値が自分のポートネームに対応するバイト値より大きければ、受信したLISMフレームを破棄し、自分のLISMフレームを送信し続ける。一方、受信したポートネームに対応するバイト値が自分のポートネームに対応するバイト値に比べ小さければ、各デバイスA101〜D104は、自分のLISMフレームの代わりに受信したLISMフレームを送信する。   Next, each of the devices A101 to D104 algebraically compares the byte value corresponding to the port name in the received LISM frame with the byte value corresponding to its own port name, and the byte value corresponding to the received port name. Is larger than the byte value corresponding to its own port name, the received LISM frame is discarded and the LISM frame is continuously transmitted. On the other hand, if the byte value corresponding to the received port name is smaller than the byte value corresponding to its own port name, each of the devices A101 to D104 transmits the received LISM frame instead of its own LISM frame.

これらの処理を各デバイスA101〜D104が行った結果、自分のポートネームを持つLISMフレームを受信したデバイスがマスターポートとなる。マスターポートとなったデバイスは、他のデバイスにマスターポートが選出されたことを通知するプリミティブシーケンスを送出する。その後、マスターポートは決められたシーケンスに基づき各デバイスのアドレスを決定するが、このマスターポート決定後のアドレス決定シーケンスについては、本発明では触れておらず、また周知の技術であるため、ここでは割愛する。   As a result of the devices A101 to D104 performing these processes, the device that has received the LISM frame having its own port name becomes the master port. The device that has become the master port transmits a primitive sequence notifying other devices that the master port has been selected. Thereafter, the master port determines the address of each device based on the determined sequence. However, the address determination sequence after determining the master port is not described in the present invention, and is a well-known technique. Omit.

ここで、LIPプリミティブシーケンスを送出する契機としては、他デバイスからのイニシャライズ要求を認識した時、ループへ不参加の状態から参加しようとする時、電源を投入された時、ループフェイルを検出した時が挙げられ、デバイスの初期設定等でデバイスをリセットした際にもループイニシャライズが発生する。そのため、初期設定等でリセットが発生し、ループを構成していたデバイスが再度同じループを構成する場合も、ループイニシャライズをその都度最初から始めなければならない。   Here, the LIP primitive sequence is sent out when the initialization request from another device is recognized, when trying to join from a non-participating state in the loop, when the power is turned on, or when a loop failure is detected. For example, loop initialization also occurs when a device is reset by initial setting of the device. For this reason, even if a reset occurs in the initial setting or the like and a device that has formed a loop forms the same loop again, the loop initialization must be started from the beginning each time.

なお、FC−ALに関する先行技術文献として、特許文献1では、ループ初期化および応答用の専用送信フレームバッファを備えたファイバチャネルループインターフェース回路が、また特許文献2では、ハード・アドレス競合のリスク低減を目的として、FC−ALに接続されたデバイスのアドレスを決定する方法が提案されている。   As prior art documents related to FC-AL, Patent Document 1 discloses a Fiber Channel loop interface circuit having a dedicated transmission frame buffer for loop initialization and response, and Patent Document 2 reduces risk of hard address conflict. For this purpose, a method for determining the address of a device connected to the FC-AL has been proposed.

また、特許文献3では、スイッチ接続されたデバイスが、特別な操作や手順を必要とすることなくそれぞれ一意なアドレスを取得させ、高速なスイッチ動作を行わせることを目的としたFC−ALスイッチ及びそのアドレス決定方法も提案されている。   In Patent Document 3, a switch-connected device acquires a unique address without requiring a special operation or procedure, and an FC-AL switch for the purpose of performing a high-speed switch operation. An address determination method has also been proposed.

また、特許文献4では、FC−ALシステムにおいてループ障害が発生した場合の障害回復を迅速に行うことを目的として、ループ初期化処理を監視する回路を設け、ステート遷移の監視及びループ初期化処理のタイマー監視を行い、タイムアウト検出時に障害装置自らがポートをバイパスしループより切り離し、ポートバイパス直前にループ初期化プリミティブを送信するFC調停ループ対応装置のループ障害回復方法が提案されている。   In Patent Document 4, a circuit for monitoring loop initialization processing is provided for the purpose of quickly recovering from a failure when a loop failure occurs in an FC-AL system, and state transition monitoring and loop initialization processing are provided. A loop failure recovery method for an FC arbitrated loop compatible device has been proposed in which the failure device itself bypasses the port and disconnects from the loop when a timeout is detected, and transmits a loop initialization primitive immediately before the port bypass.

また、特許文献5では、スイッチ回路等に故障が生じてもFCスイッチ装置の継続運用を可能にすることを目的として、4つのポート制御部相互の接続をスイッチ回路により切り替え、スイッチング回路またはポート制御部が故障すると、ポート制御部の出力をLIPプリミティブに変更する切り替え制御部を備えたFCスイッチ装置の故障回避回路が提案されている。   Further, in Patent Document 5, for the purpose of enabling continuous operation of the FC switch device even if a failure occurs in the switch circuit or the like, the connection between the four port control units is switched by the switch circuit, and the switching circuit or port control is performed. A failure avoidance circuit for an FC switch device has been proposed that includes a switching control unit that changes the output of the port control unit to an LIP primitive when the unit fails.

また、特許文献6では、FC−AL仕様のスイッチの所定のポートに接続されているプライベートデバイスが、他のポートに接続されているデバイスと通信できるようにすることを目的としたFC−ALスイッチが提案されている。このFC−ALスイッチでは、各デバイスのアドレスが、アドレス割り当て部によりプライベートデバイスのアドレス形式で決定される。ポートに接続されたループ内のパブリックデバイスからプライベートデバイス宛てに送信されたデータは、接続情報保持部の各デバイスとポートを対応付けた接続情報に基づいてポートに転送され、ループに接続されているプライベートデバイスに送信される。プライベートデバイスからパブリックデバイス宛てに送信されたデータは、接続情報に基づいてポートに転送され、ループに接続されているパブリックデバイスに送信される。   Patent Document 6 discloses an FC-AL switch for enabling a private device connected to a predetermined port of an FC-AL specification switch to communicate with a device connected to another port. Has been proposed. In this FC-AL switch, the address of each device is determined by the address allocation unit in the address format of the private device. Data sent from the public device in the loop connected to the port to the private device is transferred to the port based on the connection information that associates each device with the port in the connection information holding unit, and is connected to the loop. Sent to a private device. Data transmitted from the private device to the public device is transferred to the port based on the connection information and transmitted to the public device connected to the loop.

さらに、特許文献7では、FC−ALの通信路に接続されるデバイスの接続制御を行うスイッチ回路と、スイッチ回路動作用の給電停止時にその停止直前にデバイスが通信路に接続されていたかどうかを示す接続状態を記憶する記憶回路とを備え、スイッチ回路が、給電開始時に記憶回路が記憶している接続状態となるように接続制御を行うデバイス接続制御回路が提案されている。
特表2001−523862号公報 特開2000−332804号公報 特開2001−045035号公報 特開2003−158528号公報 特開2005−210166号公報 特開2000−259543号公報 特開2005−202892号公報
Furthermore, in Patent Document 7, a switch circuit that controls connection of a device connected to the FC-AL communication path, and whether or not the device is connected to the communication path immediately before stopping the power supply for switching circuit operation are stopped. There has been proposed a device connection control circuit that includes a storage circuit that stores the connection state shown, and that controls the connection so that the switch circuit is in the connection state stored in the storage circuit when power supply is started.
JP 2001-523862 A JP 2000-332804 A JP 2001-045035 A JP 2003-158528 A Japanese Patent Laid-Open No. 2005-210166 JP 2000-259543 A JP 2005-202892 A

上記のようにFC−ALでは、ループのイニシャライズシーケンスにおいて、ループに接続する各デバイスのアドレスを決定するためにマスターポートを選出している。しかしながら、装置の初期設定等を行うため、デバイスにリセットを行うことが多々あるが、デバイスの初期設定を行うとループの初期化が行われるため、ループに接続されるデバイスが変更されない場合においても、毎回決まったイニシャライズシーケンスが実行されてしまう。このため、マスターポートを選出する時間が長くなり、その対策が望まれている。上述した特許文献1〜7は、必ずしもこのような課題を認識してなされたものではない。   As described above, in the FC-AL, a master port is selected in order to determine the address of each device connected to the loop in the loop initialization sequence. However, there are many cases where the device is reset in order to perform initial setting of the apparatus, etc., but when the initial setting of the device is performed, the loop is initialized, so even if the device connected to the loop is not changed A predetermined initialization sequence is executed each time. For this reason, the time for selecting a master port becomes longer, and a countermeasure for this is desired. The above-mentioned Patent Documents 1 to 7 are not necessarily made by recognizing such a problem.

本発明は、このような従来の事情を考慮してなされたもので、複数のデバイスがループ状に接続されたFC−ALシステムにおいて、ループを構成する複数のデバイスからそのループのマスターポートを選出する際の選出時間を短縮することを目的とする。   The present invention has been made in consideration of such a conventional situation, and in a FC-AL system in which a plurality of devices are connected in a loop, the master port of the loop is selected from a plurality of devices constituting the loop. The purpose is to shorten the selection time.

上記目的を達成するため、本発明に係るFC−ALスイッチは、FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチにおいて、前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを保持する保持手段と、前記ループの初期化時に前記保持手段のループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するマスターポート選択手段とを有することを特徴とする。   In order to achieve the above object, an FC-AL switch according to the present invention is an FC-AL switch in which a plurality of devices are connected as a plurality of ports constituting an FC-AL loop. Holding means for holding a loop configuration history indicating a history of whether or not connected, and a port name of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices; Master port selection means for selecting the master port of the loop configured last time as the master port of the loop that is configured this time based on the loop configuration history and the master port of the holding means at the time of initialization of the loop. And

本発明において、前記マスターポート選択手段は、前記ループの初期化時に前記保持手段のループ構成履歴に基づいて今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じか否かを判断する第1の判断手段と、前記第1の判断手段により前記今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じであると判断された場合、前記保持手段のポートネームに対応するマスターポートから送られてくるLISMフレームを前記各デバイスに通知する通知手段と、前記通知手段に応答して前記各デバイスから送られてくるLISMフレームが前記マスターポートからのLISMフレームと同じかどうかを判断する第2の判断手段と、前記第2の判断手段により前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じであると判断された場合、前記マスターポートが正常に選択されたと認識するマスターポート認識手段とを有してもよい。   In the present invention, the master port selecting means determines whether or not the loop configured this time and the connection state of the port are the same as those configured last time based on the loop configuration history of the holding means when the loop is initialized. When the first determination means determines that the connection state of the loop configured this time and the port thereof is the same as that previously configured by the first determination means, the holding means Notification means for notifying each device of a LISM frame sent from the master port corresponding to the port name, and a LISM frame sent from each device in response to the notification means is a LISM frame from the master port A second determination means for determining whether or not the same as the LISM file from each device by the second determination means. If the over-time is determined to be the same as the LISM frame from the master port, the master port may have a master port recognition means for recognizing a selected properly.

この場合、前記マスターポート選択手段は、前記マスターポート認識手段により前記マスターポートが正常に選択されたと認識された後に前記今回構成されるループのループ構成履歴及びマスターポートのポートネームを前記保持手段に保存する手段をさらに有してもよい。   In this case, the master port selecting means stores the loop configuration history of the currently configured loop and the port name of the master port in the holding means after the master port recognizing means recognizes that the master port has been selected normally. You may further have a means to preserve | save.

また、前記マスターポート選択手段は、前記第2の判断手段により前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じではないと判断された場合、前記保持手段に保持されている情報を消去し、LIPを送信して通常の初期化シーケンスを行う手段をさらに有してもよい。   The master port selection means, when the second judgment means judges that the LISM frame from each device is not the same as the LISM frame from the master port, the information held in the holding means And a means for transmitting a LIP and performing a normal initialization sequence.

さらに、前記マスターポート選択手段は、前記第1の判断手段により前記今回構成するループ及びそのポートの接続状態が前回構成されていたものと同じではないと判断された場合、通常の初期化シーケンスを行う手段をさらに有してもよい。   Further, the master port selection means performs a normal initialization sequence when it is determined by the first determination means that the loop configured this time and the connection state of the port are not the same as those previously configured. You may have further means to perform.

本発明に係るFC−ALシステムは、上記いずれかに記載のFC−ALスイッチと、前記FC−ALスイッチに接続される複数のデバイスとを有することを特徴とする。   The FC-AL system according to the present invention includes any one of the FC-AL switches described above and a plurality of devices connected to the FC-AL switch.

本発明に係るFC−ALスイッチのマスターポート決定方法は、FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチのマスターポート決定方法において、前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを記憶部に保持するステップと、前記ループの初期化時に、前記記憶部に保持されたループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するステップとを有することを特徴とする。   The FC-AL switch master port determination method according to the present invention is the FC-AL switch master port determination method in which a plurality of devices are connected as a plurality of ports constituting an FC-AL loop. The storage unit stores a loop configuration history indicating a history of which device is connected, and a port name of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices. And a step of selecting the master port of the loop configured last time as the master port of the loop configured this time based on the loop configuration history and the master port stored in the storage unit at the time of initialization of the loop It is characterized by having.

本発明に係るFC−ALスイッチのマスターポート決定プログラムは、FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチのマスターポート決定プログラムにおいて、コンピュータに、前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを記憶部に保持するステップと、ループの初期化時に、前記記憶部に保持されたループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するステップとを実行させることを特徴とする。   An FC-AL switch master port determination program according to the present invention is an FC-AL switch master port determination program for connecting a plurality of devices as a plurality of ports constituting an FC-AL loop. A loop configuration history indicating a history of which port is connected to which device, and a port name of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices. Select the master port of the previously configured loop as the master port of the loop that is currently configured based on the loop configuration history and master port stored in the storage unit at the time of loop initialization and loop initialization. And a step of performing

本発明によれば、複数のデバイスがループ状に接続されたFC−ALシステムにおいて、ループを構成する複数のデバイスからそのループのマスターポートを選出する際の選出時間を短縮することができる。   According to the present invention, in an FC-AL system in which a plurality of devices are connected in a loop, the selection time for selecting a master port of the loop from a plurality of devices constituting the loop can be shortened.

次に、本発明に係るFC−ALスイッチ、そのマスターポート決定方法及びプログラムを実施するための最良の形態について図面を参照して詳細に説明する。   Next, the best mode for carrying out the FC-AL switch, its master port determining method and program according to the present invention will be described in detail with reference to the drawings.

図1に示す本実施の形態に係るFC−ALシステムは、FC−ALスイッチ201の各ポートに、各デバイス(例えば、ストレージエリアネットワークを構成するサーバ装置等のコンピュータ機器、ディスク装置やテープ装置等のストレージ装置等)A101、B102、C103、D104が接続されている。各デバイスA101〜D104は、デバイスA101→デバイスB102→デバイスC103→デバイスD104→デバイスA101というFC−ALのループ構成をとる。すなわち、各デバイスA101〜D104は、デバイスA101の送信線402を隣のデバイスB102の受信線501に接続し、デバイスB102の送信線502をデバイスC103の受信線601に、デバイスC103の送信線602をデバイスD104の受信線701に、デバイスD104の送信線702をデバイスA101の受信線401にといった具合にすべてのデバイスA101〜D104を繋ぎ、ループ状に接続される。   The FC-AL system according to the present embodiment shown in FIG. 1 has a device connected to each port of the FC-AL switch 201 (for example, a computer device such as a server device constituting a storage area network, a disk device, a tape device, etc.). A101, B102, C103, and D104 are connected. Each of the devices A101 to D104 has an FC-AL loop configuration of device A101 → device B102 → device C103 → device D104 → device A101. That is, each of the devices A101 to D104 connects the transmission line 402 of the device A101 to the reception line 501 of the adjacent device B102, the transmission line 502 of the device B102 to the reception line 601 of the device C103, and the transmission line 602 of the device C103. All devices A101 to D104 are connected to the receiving line 701 of the device D104, the transmission line 702 of the device D104 to the receiving line 401 of the device A101, and the like, and connected in a loop.

本実施の形態では、FC−ALスイッチ201に、ループ構成記憶部(本発明の保持手段を成す)301と、このループ構成記憶部301と連携して動作する制御部(本発明のマスターポート選択手段を成す)302とが設けられる。ループ構成記憶部301には、ループが構成されていたかどうかを示す構成履歴と、ループイニシャライズを主導し各デバイスのアドレスを決定するマスターポートがどのデバイスであったかが記憶される。具体的には、図2に示すように、前回構成されたループがFC−ALスイッチ201のどのポートに接続されたデバイスにより構成されていたかを示すループ構成履歴a1と、その際のマスターポートa2の情報、すなわちマスターポートとなったデバイスのポートネーム(8バイト)とが記憶されている。ループ構成記憶部301は、FC−ALスイッチ201内のRAM(Random Access Memory)等の記録媒体で構成される。制御部302は、FC−ALスイッチ201の各種動作の制御中枢を担うもので、例えばプログラム制御で動作するCPU(Central Processing Unit)等のプロセッサ(マイクロコントローラ)で構成される。   In the present embodiment, the FC-AL switch 201 includes a loop configuration storage unit (which constitutes the holding means of the present invention) 301 and a control unit that operates in conjunction with the loop configuration storage unit 301 (master port selection of the present invention). 302). The loop configuration storage unit 301 stores a configuration history indicating whether or not a loop has been configured, and which device is the master port that leads the loop initialization and determines the address of each device. Specifically, as shown in FIG. 2, a loop configuration history a1 indicating to which port of the FC-AL switch 201 the loop configured last time is configured, and a master port a2 at that time Information, that is, the port name (8 bytes) of the device that has become the master port. The loop configuration storage unit 301 is configured by a recording medium such as a RAM (Random Access Memory) in the FC-AL switch 201. The control unit 302 plays a central role in controlling various operations of the FC-AL switch 201, and includes, for example, a processor (microcontroller) such as a CPU (Central Processing Unit) that operates under program control.

次に、図3のフローチャートを用いて、図1のFC−ALスイッチ201の動作について説明する。図3のフローチャートで示される制御プログラムコードは、本実施の形態では、FC−ALスイッチ201内のプログラムコードを記録するROMやハードディスク等の記録媒体(非図示)内に格納され、動作時に制御部302を構成するプロセッサ(CPU)により読み出されてその命令が解読及び実行される。   Next, the operation of the FC-AL switch 201 of FIG. 1 will be described using the flowchart of FIG. In the present embodiment, the control program code shown in the flowchart of FIG. 3 is stored in a recording medium (not shown) such as a ROM or a hard disk that records the program code in the FC-AL switch 201, and the control unit is operated during operation. The instruction is read and read by a processor (CPU) constituting 302.

まず、FC−ALスイッチ201は、あるデバイスからLIPプリミティブシーケンスを受信すると(ステップSt1)、制御部302により、構成記憶部301のループ構成履歴a1を確認して、前回ループが構成されていたか否かを判断する(ステップSt2)。   First, when the FC-AL switch 201 receives a LIP primitive sequence from a certain device (step St1), the control unit 302 confirms the loop configuration history a1 in the configuration storage unit 301, and whether or not the previous loop has been configured. Is determined (step St2).

その結果、前回ループが構成されていない場合(ステップSt2:NO)は、FC−ALスイッチ201は、制御部302により、通常のイニシャライズシーケンスを行う(ステップSt3)。ここで、通常のイニシャライズシーケンスとは、受信したLISMフレームのポートネームに対応するバイト値と自分のポートネームに対応するバイト値の大小を比較することで、各ポート(各デバイス)の中からマスターポートを選出するシーケンスを指す。   As a result, if the previous loop is not configured (step St2: NO), the FC-AL switch 201 performs a normal initialization sequence by the control unit 302 (step St3). Here, the normal initialization sequence is a master from each port (each device) by comparing the byte value corresponding to the port name of the received LISM frame with the byte value corresponding to its own port name. Refers to the sequence of selecting ports.

すなわち、通常のイニシャライズシーケンスにおいて、各デバイスA101〜D104は、ループへ参加するため、LIPプリミティブシーケンスを送出する。次に、各デバイスA101〜D104は、ループイニシャライズを主導するマスターポートを選出するため、LISMフレームを送信する。次に、各デバイスA101〜D104は、受信したLISMフレーム中のポートネームに対応するバイト値と自分のポートネームに対応するバイト値とを代数的に比較し、受信したポートネームに対応するバイト値が自分のポートネームに対応するバイト値より大きければ、受信したLISMフレームを破棄し、自分のLISMフレームを送信し続ける。一方、受信したポートネームに対応するバイト値が自分のポートネームに対応するバイト値に比べ小さければ、各デバイスA101〜D104は、自分のLISMフレームの代わりに受信したLISMフレームを送信する。これらの処理を各デバイスA101〜D104が行った結果、自分のポートネームを持つLISMフレームを受信したデバイスがマスターポートとなる。マスターポートとなったデバイスは、他のデバイスにマスターポートが選出されたことを通知するプリミティブシーケンスを送出する。通常のイニシャライズシーケンスが終了すると、後述のステップSt8の処理に移行する。   That is, in the normal initialization sequence, each of the devices A101 to D104 transmits a LIP primitive sequence in order to participate in the loop. Next, each of the devices A101 to D104 transmits a LISM frame in order to select a master port that leads the loop initialization. Next, each of the devices A101 to D104 algebraically compares the byte value corresponding to the port name in the received LISM frame with the byte value corresponding to its own port name, and the byte value corresponding to the received port name. Is larger than the byte value corresponding to its own port name, the received LISM frame is discarded and the LISM frame is continuously transmitted. On the other hand, if the byte value corresponding to the received port name is smaller than the byte value corresponding to its own port name, each of the devices A101 to D104 transmits the received LISM frame instead of its own LISM frame. As a result of the devices A101 to D104 performing these processes, the device that has received the LISM frame having its own port name becomes the master port. The device that has become the master port transmits a primitive sequence notifying other devices that the master port has been selected. When the normal initialization sequence ends, the process proceeds to step St8 described later.

一方、ステップSt2の判断にて、前回ループを構成していた場合(ステップSt2:YES)は、FC−ALスイッチ201は、構成記憶部301のループ構成履歴a1に基づき、前回構成されていたループの各ポートのデバイス接続状況と今回構成するループの各ポートのデバイス接続状況とを比較して、ポートの増減(ループに接続しているデバイスの増減)がないか否かをチェックする(ステップSt4)。その結果、ポートの増減があれば(ステップSt4:NO)、前述した通常のイニシャライズシーケンスを行う(ステップSt3)。その後、後述のステップSt8の処理に移行する。   On the other hand, if it is determined in step St2 that a previous loop has been configured (step St2: YES), the FC-AL switch 201 is configured based on the loop configuration history a1 in the configuration storage unit 301. The device connection status of each port is compared with the device connection status of each port of the loop configured this time, and it is checked whether there is an increase or decrease in ports (increase or decrease in devices connected to the loop) (step St4). ). As a result, if the number of ports is increased or decreased (step St4: NO), the above-described normal initialization sequence is performed (step St3). Thereafter, the process proceeds to step St8 described later.

一方、上記のステップSt4のチェックにて、ポートの増減がなければ(ステップSt4:YES)、今回構成しようとするループが前回構成されていたループと同じであると認識し、構成記憶部301のマスターポートa2に保持されているポートネームa2に基づき、前回構成されていたループのマスターポートとなったデバイスをそのまま今回構成されるループのマスターポートとして選定し、そのマスターポートからのLISMフレームを待つ。このLISMフレームには、そのマスターポートに対応するデバイスのポートネームが含まれる。従って、このルーチンでは、通常のイニシャライズシーケンス(ステップSt3)が省略される。   On the other hand, if there is no increase / decrease in the port in the check in step St4 (step St4: YES), it is recognized that the loop to be configured this time is the same as the loop configured previously, and the configuration storage unit 301 Based on the port name a2 held in the master port a2, the device that becomes the master port of the loop configured previously is selected as the master port of the loop configured this time, and waits for the LISM frame from the master port. . This LISM frame includes the port name of the device corresponding to the master port. Therefore, in this routine, the normal initialization sequence (step St3) is omitted.

そして、FC−ALスイッチ201は、そのマスターポートからのLISMフレームを受信すると(ステップSt5)、受信したLISMフレームを各ポート(各デバイスA101〜D104)に同報で送信する(ステップSt6)。各デバイスA101〜D104は、FC−ALスイッチ201から同報で送信されたLISMフレームを受信すると、受信したLISMフレーム中のポートネームに対応するバイト値と自分のポートネームに対応するバイト値とを代数的に比較する。この場合、今回構成しようとするループが前回構成されていたループと同じであるため、正常のシーケンスであれば、マスターポートに対応するデバイス以外のデバイスは、受信したポートネームに対応するバイト値は自分のポートネームに対応するバイト値に比べ小さいため、自分のLISMフレームの代わりに受信したLISMフレームをFC−ALスイッチ201に返信する。一方、マスターポートは、自分のLISMフレームをFC−ALスイッチ201に返信する。   When the FC-AL switch 201 receives the LISM frame from the master port (step St5), the FC-AL switch 201 transmits the received LISM frame to each port (each device A101 to D104) by broadcast (step St6). When each of the devices A101 to D104 receives the LISM frame transmitted by broadcast from the FC-AL switch 201, each device A101 to D104 obtains a byte value corresponding to the port name in the received LISM frame and a byte value corresponding to its own port name. Compare algebraically. In this case, since the loop to be configured this time is the same as the loop configured last time, if the sequence is normal, devices other than the device corresponding to the master port have the byte value corresponding to the received port name as Since it is smaller than the byte value corresponding to its own port name, the received LISM frame is returned to the FC-AL switch 201 instead of its own LISM frame. On the other hand, the master port returns its own LISM frame to the FC-AL switch 201.

これにより、各ポート(各デバイスA101〜D104)から、送信したマスターポートのLISMフレームと同じフレームが戻ってきた場合(ステップSt7:YES)、FC−ALスイッチ201は、正常にマスターポートが選択されたと認識する。そして、その後、ループ構成記憶部301に、今回構成されたループにおいてどのポートにどのデバイスが接続されているかを示すループ構成履歴a1と、今回構成されたループのマスターポートa2の情報、すなわちマスターポートに選択されたデバイスのポートネーム(8バイト)とを保存する(ステップSt8)。このステップSt8の処理は、前述した通常のイニシャライズシーケンス(ステップSt3)の実行後も同様に行われる。   Thereby, when the same frame as the LISM frame of the transmitted master port is returned from each port (each device A101 to D104) (step St7: YES), the FC-AL switch 201 normally selects the master port. Recognize that After that, the loop configuration storage unit 301 stores information about loop configuration history a1 indicating which device is connected to which port in the currently configured loop, and master port a2 of the currently configured loop, that is, the master port The port name (8 bytes) of the selected device is stored (step St8). The process in step St8 is similarly performed after the above-described normal initialization sequence (step St3) is executed.

一方、各ポート(各デバイスA101〜D104)から異なったLISMフレームが戻ってきた場合(ステップSt7:NO)、FC−ALスイッチ201は、異常シーケンスとしてループイニシャライズを最初から行うため、ループ記憶部301のループ構成履歴a1及びマスターポートa2の情報を消去する(ステップSt9)。その後で、FC−ALスイッチ201は、各デバイスA101〜D104にLIPを送信し(ステップSt10)、ステップSt1に戻り、ループの再イニシャライズ(通常シーケンス)を行う。   On the other hand, when a different LISM frame is returned from each port (each device A101 to D104) (step St7: NO), the FC-AL switch 201 performs loop initialization from the beginning as an abnormal sequence. The information of the loop configuration history a1 and the master port a2 is deleted (step St9). After that, the FC-AL switch 201 transmits LIP to each of the devices A101 to D104 (step St10), returns to step St1, and performs loop reinitialization (normal sequence).

その後、アドレス決定シーケンスに移り、各デバイスA101〜D104のアドレスを決定する(ステップSt11)。このマスターポート決定後のアドレス決定シーケンスについては、本発明では触れておらず、また周知の技術であるため、ここでは割愛する。   Thereafter, the process proceeds to an address determination sequence, and addresses of the devices A101 to D104 are determined (step St11). The address determination sequence after determining the master port is not described in the present invention, and is a well-known technique, and is therefore omitted here.

従って、本実施の形態によれば、ループイニシャライズが発生した際に、FC−ALスイッチ201がループ構成記憶部301のループ構成履歴a1及びマスターポートa2の情報に基づいて、ループに接続されるデバイスの変更がない場合には、マスターポートを各デバイスA101〜D104に通知することで、通常のイニシャライズシーケンスを行わないでマスターポートを決定できる。すなわち、ループイニシャライズ発生時に、ループに接続されるデバイスが変更されない場合でも毎回決まったイニシャライズシーケンスが実行されるという事態を回避でき、これにより、マスターポートの選出時間を大幅に短縮することができる。   Therefore, according to the present embodiment, when loop initialization occurs, the FC-AL switch 201 is connected to the loop based on the loop configuration history a1 and master port a2 information in the loop configuration storage unit 301. If there is no change, the master port can be determined without performing the normal initialization sequence by notifying the devices A101 to D104 of the master port. That is, when loop initialization occurs, even when the device connected to the loop is not changed, it is possible to avoid a situation in which a predetermined initialization sequence is executed each time, and thereby the master port selection time can be greatly shortened.

以上、本発明の実施の形態を詳細に説明したが、本発明は、代表的に例示した上述の実施の形態に限定されるものではなく、当業者であれば、特許請求の範囲の記載内容に基づき、本発明の要旨を逸脱しない範囲内で種々の態様に変形、変更することができる。これらの変形例や変更例も本発明の権利範囲に属するものである。   Although the embodiment of the present invention has been described in detail above, the present invention is not limited to the above-described embodiment as a representative example, and those skilled in the art will understand the contents of the claims. Based on the above, various modifications and changes can be made without departing from the scope of the present invention. These modified examples and modified examples also belong to the scope of the right of the present invention.

例えば、前述した実施の形態に係るFC−ALシステムを構成する無線FC−ALスイッチの各部の少なくとも一部の機能を、プログラムコードを用いて実現する場合、かかるプログラムコード及びこれを記録する記録媒体は、本発明の範疇に含まれる。この場合のプログラムコードは、オペレーティングシステムや他のアプリケーションソフト等と共同して上記機能が実現される場合は、それらのプログラムコードも含まれる。また、記録媒体としては、前述したハードディスクやROMのほか、フレキシブルディスク、光ディスク、光磁気ディスク、CD−ROM、DVD−ROM、DVD−R、DVD−RW、DVD−RAM、磁気テープ、不揮発性のメモリカード等を用いることができる。   For example, when at least a part of the functions of each part of the wireless FC-AL switch constituting the FC-AL system according to the above-described embodiment is realized using a program code, the program code and a recording medium for recording the program code Are included in the scope of the present invention. The program code in this case includes those program codes when the above functions are realized in cooperation with an operating system or other application software. As the recording medium, in addition to the hard disk and ROM described above, flexible disk, optical disk, magneto-optical disk, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-RAM, magnetic tape, non-volatile A memory card or the like can be used.

本発明は、FC−ALスイッチ及びこれを用いたFC−ALシステムの用途に適用できる。   The present invention can be applied to FC-AL switches and uses of FC-AL systems using the same.

本発明の実施の形態に係るFC−ALシステムの全体構成を示す概略図である。It is the schematic which shows the whole structure of the FC-AL system which concerns on embodiment of this invention. 図1に示すループ構成記憶部のデータ構成を示す図である。It is a figure which shows the data structure of the loop structure memory | storage part shown in FIG. 図1に示すFC−ALスイッチの動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the FC-AL switch shown in FIG. 従来例のFC−ALシステムの全体構成を示す概略図である。It is the schematic which shows the whole structure of the FC-AL system of a prior art example. 従来例のFC−ALシステムで用いるLISMフレームのフォーマットを示す図である。It is a figure which shows the format of the LISM frame used with the FC-AL system of a prior art example.

符号の説明Explanation of symbols

101〜104 デバイスA〜D
201 FC−ALスイッチ
301 ループ構成記憶部
302 制御部
401〜701 受信線
402〜702 送信線
101-104 devices A-D
201 FC-AL switch 301 Loop configuration storage unit 302 Control unit 401 to 701 Reception line 402 to 702 Transmission line

Claims (16)

FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチにおいて、
前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを保持する保持手段と、
前記ループの初期化時に前記保持手段のループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するマスターポート選択手段とを有することを特徴とするFC−ALスイッチ。
In an FC-AL switch that connects a plurality of devices as a plurality of ports constituting an FC-AL loop,
A loop configuration history showing a history of which port of the loop is connected to which device, and a port of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices Holding means for holding the name;
Master port selection means for selecting the master port of the loop configured last time as the master port of the loop that is configured this time based on the loop configuration history and the master port of the holding means at the time of initialization of the loop. FC-AL switch.
前記マスターポート選択手段は、
前記ループの初期化時に前記保持手段のループ構成履歴に基づいて今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じか否かを判断する第1の判断手段と、
前記第1の判断手段により前記今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じであると判断された場合、前記保持手段のポートネームに対応するマスターポートから送られてくるLISMフレームを前記各デバイスに通知する通知手段と、
前記通知手段に応答して前記各デバイスから送られてくるLISMフレームが前記マスターポートからのLISMフレームと同じかどうかを判断する第2の判断手段と、
前記第2の判断手段により前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じであると判断された場合、前記マスターポートが正常に選択されたと認識するマスターポート認識手段とを有することを特徴とする請求項1記載のFC−ALスイッチ。
The master port selection means includes
First determination means for determining whether or not the currently configured loop and its port connection state are the same as previously configured based on the loop configuration history of the holding means at the time of initialization of the loop;
When it is determined by the first determination means that the loop configured this time and the connection state of the port are the same as those configured last time, it is sent from the master port corresponding to the port name of the holding means. Notification means for notifying each device of an incoming LISM frame;
Second determination means for determining whether a LISM frame sent from each device in response to the notification means is the same as a LISM frame from the master port;
Master port recognition means for recognizing that the master port is normally selected when the second determination means determines that the LISM frame from each device is the same as the LISM frame from the master port. The FC-AL switch according to claim 1.
前記マスターポート選択手段は、
前記マスターポート認識手段により前記マスターポートが正常に選択されたと認識された後に前記今回構成されるループのループ構成履歴及びマスターポートのポートネームを前記保持手段に保存する手段をさらに有することを特徴とする請求項2記載のFC−ALスイッチ。
The master port selection means includes
And further comprising means for storing a loop configuration history of the loop configured this time and a port name of the master port in the holding means after the master port recognizing means recognizes that the master port has been normally selected. The FC-AL switch according to claim 2.
前記マスターポート選択手段は、
前記第2の判断手段により前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じではないと判断された場合、前記保持手段に保持されている情報を消去し、LIPを送信して通常の初期化シーケンスを行う手段をさらに有することを特徴とする請求項2又は3記載のFC−ALスイッチ。
The master port selection means includes
When the second judging means judges that the LISM frame from each device is not the same as the LISM frame from the master port, the information held in the holding means is deleted, and the LIP is transmitted. 4. The FC-AL switch according to claim 2, further comprising means for performing a normal initialization sequence.
前記マスターポート選択手段は、
前記第1の判断手段により前記今回構成するループ及びそのポートの接続状態が前回構成されていたものと同じではないと判断された場合、通常の初期化シーケンスを行う手段をさらに有することを特徴とする請求項2乃至4のいずれか1項に記載のFC−ALスイッチ。
The master port selection means includes
The first determination means further comprises means for performing a normal initialization sequence when it is determined that the loop configured this time and the connection state of its ports are not the same as those previously configured. The FC-AL switch according to any one of claims 2 to 4.
請求項1乃至5のいずれか1項に記載のFC−ALスイッチと、
前記FC−ALスイッチに接続される複数のデバイスとを有することを特徴とするFC−ALシステム。
The FC-AL switch according to any one of claims 1 to 5,
And a plurality of devices connected to the FC-AL switch.
FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチのマスターポート決定方法において、
前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを記憶部に保持するステップと、
前記ループの初期化時に、前記記憶部に保持されたループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するステップとを有することを特徴とするFC−ALスイッチのマスターポート決定方法。
In a method for determining a master port of an FC-AL switch for connecting a plurality of devices as a plurality of ports constituting an FC-AL loop,
A loop configuration history showing a history of which port of the loop is connected to which device, and a port of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices Holding a name in the storage unit;
Selecting the master port of the previously configured loop as the master port of the loop that is configured this time, based on the loop configuration history and the master port held in the storage unit at the time of initialization of the loop. A method for determining a master port of an FC-AL switch.
前記マスターポートを選択するステップは、
前記ループの初期化時に前記記憶部のループ構成履歴に基づいて今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じか否かを判断するステップと、
前記今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じであると判断された場合、前記記憶部のポートネームに対応するマスターポートから送られてくるLISMフレームを前記各デバイスに通知するステップと、
これに応答して前記各デバイスから送られてくるLISMフレームが前記マスターポートからのLISMフレームと同じかどうかを判断するステップと、
前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じであると判断された場合、前記マスターポートが正常に選択されたと認識するステップとを有することを特徴とする請求項7記載のFC−ALスイッチのマスターポート決定方法。
The step of selecting the master port includes
Determining whether or not the loop configured this time and the connection state of the port based on the loop configuration history of the storage unit at the time of initialization of the loop are the same as those previously configured;
If it is determined that the loop configured this time and the connection state of the port are the same as those configured last time, the LISM frame sent from the master port corresponding to the port name of the storage unit is Notifying the device;
In response to determining whether the LISM frame sent from each device is the same as the LISM frame from the master port;
8. The method according to claim 7, further comprising the step of recognizing that the master port is normally selected when it is determined that the LISM frame from each device is the same as the LISM frame from the master port. FC-AL switch master port determination method.
前記マスターポートを選択するステップは、
前記マスターポートが正常に選択されたと認識された後に前記今回構成されるループのループ構成履歴及びマスターポートのポートネームを前記記憶部に保存するステップをさらに有することを特徴とする請求項8記載のFC−ALスイッチのマスターポート決定方法。
The step of selecting the master port includes
9. The method according to claim 8, further comprising a step of storing a loop configuration history of the currently configured loop and a port name of the master port in the storage unit after the master port is recognized as being normally selected. FC-AL switch master port determination method.
前記マスターポートを選択するステップは、
前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じではないと判断された場合、前記記憶部に保持されている情報を消去し、LIPを送信して通常の初期化シーケンスを行うステップをさらに有することを特徴とする請求項8又は9記載のFC−ALスイッチのマスターポート決定方法。
The step of selecting the master port includes
When it is determined that the LISM frame from each device is not the same as the LISM frame from the master port, the information stored in the storage unit is deleted, and the LIP is transmitted to perform a normal initialization sequence. The method for determining a master port of an FC-AL switch according to claim 8 or 9, further comprising a step.
前記マスターポートを選択するステップは、
前記今回構成するループ及びそのポートの接続状態が前回構成されていたものと同じではないと判断された場合、通常の初期化シーケンスを行うステップをさらに有することを特徴とする請求項8乃至10のいずれか1項に記載のFC−ALスイッチのマスターポート決定方法。
The step of selecting the master port includes
11. The method according to claim 8, further comprising a step of performing a normal initialization sequence when it is determined that the connection state of the loop configured this time and the port thereof is not the same as that previously configured. The master port determination method of the FC-AL switch of any one of Claims 1.
FC−ALのループを構成する複数のポートとして複数のデバイスを接続するFC−ALスイッチのマスターポート決定プログラムにおいて、
コンピュータに、
前記ループのどのポートがどのデバイスに接続されていたかの履歴を示すループ構成履歴と、前記複数のデバイスのうち前記ループに接続する各デバイスのアドレスを決定するためのマスターポートに選択されたデバイスのポートネームとを記憶部に保持するステップと、
前記ループの初期化時に、前記記憶部に保持されたループ構成履歴及びマスターポートに基づいて、前回構成されていたループのマスターポートを今回構成するループのマスターポートとして選択するステップとを実行させることを特徴とするFC−ALスイッチのマスターポート決定プログラム。
In an FC-AL switch master port determination program for connecting a plurality of devices as a plurality of ports constituting an FC-AL loop,
On the computer,
A loop configuration history showing a history of which port of the loop is connected to which device, and a port of a device selected as a master port for determining an address of each device connected to the loop among the plurality of devices Holding a name in the storage unit;
Selecting the master port of the previously configured loop as the master port of the loop that is currently configured based on the loop configuration history and the master port stored in the storage unit when the loop is initialized. A master port determination program for an FC-AL switch characterized by
前記マスターポートを選択するステップは、
前記ループの初期化時に前記記憶部のループ構成履歴に基づいて今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じか否かを判断するステップと、
前記今回構成されるループ及びそのポートの接続状態が前回構成されていたものと同じであると判断された場合、前記記憶部のポートネームに対応するマスターポートから送られてくるLISMフレームを前記各デバイスに通知するステップと、
これに応答して前記各デバイスから送られてくるLISMフレームが前記マスターポートからのLISMフレームと同じかどうかを判断するステップと、
前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じであると判断された場合、前記マスターポートが正常に選択されたと認識するステップとを有することを特徴とする請求項12記載のFC−ALスイッチのマスターポート決定プログラム。
The step of selecting the master port includes
Determining whether or not the loop configured this time and the connection state of the port based on the loop configuration history of the storage unit at the time of initialization of the loop are the same as those previously configured;
If it is determined that the loop configured this time and the connection state of the port are the same as those configured last time, the LISM frame sent from the master port corresponding to the port name of the storage unit is Notifying the device;
In response to determining whether the LISM frame sent from each device is the same as the LISM frame from the master port;
The method of claim 12, further comprising the step of recognizing that the master port is normally selected when it is determined that the LISM frame from each device is the same as the LISM frame from the master port. FC-AL switch master port decision program.
前記マスターポートを選択するステップは、
前記マスターポートが正常に選択されたと認識された後に前記今回構成されるループのループ構成履歴及びマスターポートのポートネームを前記記憶部に保存するステップをさらに有することを特徴とする請求項13記載のFC−ALスイッチのマスターポート決定プログラム。
The step of selecting the master port includes
14. The method according to claim 13, further comprising the step of storing a loop configuration history of the currently configured loop and a port name of the master port in the storage unit after it is recognized that the master port has been selected normally. FC-AL switch master port decision program.
前記マスターポートを選択するステップは、
前記各デバイスからのLISMフレームが前記マスターポートからのLISMフレームと同じではないと判断された場合、前記記憶部に保持されている情報を消去し、LIPを送信して通常の初期化シーケンスを行うステップをさらに有することを特徴とする請求項13又は14記載のFC−ALスイッチのマスターポート決定プログラム。
The step of selecting the master port includes
When it is determined that the LISM frame from each device is not the same as the LISM frame from the master port, the information stored in the storage unit is deleted, and the LIP is transmitted to perform a normal initialization sequence. 15. The program for determining a master port of an FC-AL switch according to claim 13 or 14, further comprising a step.
前記マスターポートを選択するステップは、
前記今回構成するループ及びそのポートの接続状態が前回構成されていたものと同じではないと判断された場合、通常の初期化シーケンスを行うステップをさらに有することを特徴とする請求項13乃至15のいずれか1項に記載のFC−ALスイッチのマスターポート決定プログラム。
The step of selecting the master port includes
16. The method according to claim 13, further comprising a step of performing a normal initialization sequence when it is determined that the connection state of the loop configured this time and the port thereof is not the same as that previously configured. The master port determination program for the FC-AL switch according to any one of the preceding claims.
JP2006065862A 2006-03-10 2006-03-10 Fc-al switch, master port decision method for it, and program Pending JP2007241845A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006065862A JP2007241845A (en) 2006-03-10 2006-03-10 Fc-al switch, master port decision method for it, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006065862A JP2007241845A (en) 2006-03-10 2006-03-10 Fc-al switch, master port decision method for it, and program

Publications (1)

Publication Number Publication Date
JP2007241845A true JP2007241845A (en) 2007-09-20

Family

ID=38587297

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006065862A Pending JP2007241845A (en) 2006-03-10 2006-03-10 Fc-al switch, master port decision method for it, and program

Country Status (1)

Country Link
JP (1) JP2007241845A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006048162A (en) * 2004-07-30 2006-02-16 Fujitsu Ltd Loop condition monitoring device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006048162A (en) * 2004-07-30 2006-02-16 Fujitsu Ltd Loop condition monitoring device

Similar Documents

Publication Publication Date Title
US7518989B2 (en) Method and apparatus for recovery from faults in a loop network
US20080098258A1 (en) Method, system, and program for error handling in a dual adaptor system where one adaptor is a master
US8243754B2 (en) Devices and methods for matching link speeds between controllers and controlled devices
CN108155978B (en) Hot backup method for redundant network card in VxWorks environment
JP2002063126A (en) Multi-path computer system
US20030041207A1 (en) Input/output controller, device identification method, and input/output control method
US20100017646A1 (en) Cluster system and node switching method
EP2320328B1 (en) Operation mode switching of data card and its control method, device and data card
US20230205654A1 (en) Faulty Link Switching Method and System, and Related Device
WO2008075361A2 (en) Apparatus, method and computer readable medium for disambiguating commands with respect to logical protocols
US11544132B2 (en) Communication apparatus, communication method, program, and communication system
US20110022828A1 (en) Non-disruptive methods for updating a controller of a storage system
US8539149B2 (en) Storage system and communications method
US7895364B1 (en) Component identification and transmission system
CN110941580A (en) Method for reading information and serial small computer system interface SAS expander
JP2009217475A (en) Storage system, storage device, control method for storage system, and control program
US7734743B2 (en) Method to enable infiniband network bootstrap
JPH11177598A (en) Hub, device, communication method therefor and storage medium storing computer readable program
JP2007241845A (en) Fc-al switch, master port decision method for it, and program
CN110661599B (en) HA implementation method, device and storage medium between main node and standby node
JP2003345620A (en) Process monitoring method for multi-node cluster system
JP2009110218A (en) Virtualization switch and computer system using the same
CN110086668B (en) Configuration file switching method and system
JP2002229740A (en) Storage system with high availability control interface, host computer used therefor, and computer stored with driver program executed by computer
US8830871B2 (en) Persistent principal switch for fibre channel fabric

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080603

A621 Written request for application examination

Effective date: 20090212

Free format text: JAPANESE INTERMEDIATE CODE: A621

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100915

RD04 Notification of resignation of power of attorney

Effective date: 20100915

Free format text: JAPANESE INTERMEDIATE CODE: A7424

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110525

A131 Notification of reasons for refusal

Effective date: 20110527

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111006