WO2001038982A1 - Peer to peer interconnect diagnostics - Google Patents

Peer to peer interconnect diagnostics Download PDF

Info

Publication number
WO2001038982A1
WO2001038982A1 PCT/US2000/032058 US0032058W WO0138982A1 WO 2001038982 A1 WO2001038982 A1 WO 2001038982A1 US 0032058 W US0032058 W US 0032058W WO 0138982 A1 WO0138982 A1 WO 0138982A1
Authority
WO
WIPO (PCT)
Prior art keywords
loop
peer
error
link
chained
Prior art date
Application number
PCT/US2000/032058
Other languages
English (en)
French (fr)
Inventor
Michael Howard Miller
James Allen Coomes
Original Assignee
Seagate Technology Llc
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 Seagate Technology Llc filed Critical Seagate Technology Llc
Priority to JP2001540468A priority Critical patent/JP4672224B2/ja
Priority to DE10085218T priority patent/DE10085218T1/de
Priority to KR1020027006532A priority patent/KR100824109B1/ko
Priority to GB0212193A priority patent/GB2372606B/en
Publication of WO2001038982A1 publication Critical patent/WO2001038982A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • G06F11/0754Error or fault detection not based on redundancy by exceeding limits
    • G06F11/076Error or fault detection not based on redundancy by exceeding limits by exceeding a count or rate limit, e.g. word- or bit count limit

Definitions

  • the present invention relates to the field of loop diagnostics. More particularly, this invention relates to a peer-to-peer interface diagnostics.
  • a disc drive One key component of any computer system is a device to store data.
  • Computer systems have many different places where data can be stored.
  • One common place for storing massive amounts of data in a computer system is on a disc drive.
  • the most basic parts of a disc drive are a disc that is rotated, an actuator that moves a transducer to various locations over the disc, and electrical circuitry that is used to write and read data to and from the disc.
  • the disc drive also includes circuitry for encoding data so that it can be successfully retrieved and written to the disc surface.
  • a microprocessor controls most of the operations of the disc drive as well as passing the data back to the requesting computer and taking data from a requesting computer for storing to the disc.
  • Information representative of data is stored on the surface of the storage disc.
  • Disc drive systems read and write information stored on tracks on storage discs.
  • FC- AL Fibre Channel Arbitrated Loop
  • FC-4 layer The mapping of these upper level protocols to FC is referred to as the FC-4 layer.
  • a FC-AL information from an originating device can pass through multiple other devices, and the links between the devices, before arriving at the recipient device. While the passage of information on multiple links adds complexity to isolating marginal and failing links over point to point connections, three conventional techniques of isolating marginal links exist.
  • One technique of isolating marginal FC links uses link status to isolate the problem link.
  • a second approach uses error-reporting features of the FC-4 mapping.
  • a third approach is a combination of the first two.
  • a primary requirement for the three techniques is knowledge of the topology (i.e. connection order). Knowledge of the topology may be obtained during FC-AL defined loop initialization from the loop position map or by implicit means.
  • An example of an implicit means is an enclosure of disks drives using hard addresses.
  • a first approach of using link status in the isolation of marginal links requires a management application (MA) in at least one of the devices on the loop.
  • MA management application
  • An MA may either periodically poll the loop during normal loop operation or request devices detecting link errors to report the incident. In polling mode, the link status accumulated in all the devices is used to locate marginal links. In the report error, identification mode, status accumulated from all devices reporting errors is used to locate marginal links.
  • the isolation of the source of a single error is possible with this approach but not guaranteed.
  • the use of link status makes the approach FC-4 independent. This is an advantage in multiple protocol loops. However, the drawback of using link status is the polling or report error mode overhead reduces the efficiency of the loop.
  • the second approach uses error-reporting features of the FC-4 mapping. Using FC-4 reported errors to isolate the source of errors on loops requires maintaining a log of the errors. The source is located by analyzing the log to determine which devices are reporting errors and which are not. Using FC-4 reported errors to isolate the source of errors on loops removes the requirement for an MA to maintain link error history and poll the loop. Not polling the loop reduces overhead on the loop. Additionally, errors are only report when they occur.
  • FC-4 reported errors to isolate the source of errors on loops performs best in implementations in which a single master device receives all the reported errors.
  • An example of such an implementation is a single initiator SCSI storage subsystem.
  • an MA is needed to keep error counts of all devices.
  • the MA reads the accumulated link status from all devices to determine the possible source of the error.
  • FIG. 1 a diagram of a loop 105 comprised of SCSI Fibre
  • the loop includes a SCSI initiator device, 110, that serves as the loop master, communicating with SCSI target devices 120, 130, and 140.
  • the link or interconnect 150 between devices 120 and device 130 is marginal and/ or failing. Error detection and reporting provided by a FC-4 may be used for the isolation of marginal links when available.
  • loop master 110 will experience command time-outs and data errors.
  • the command time-outs are the result of errors during command, transfer ready, or response frames. These frames are discarded when they are received in error. Because the time-out could result from discarded frames to the targets, commands, or from the targets, transfer readies and responses, the location of the bad link can not be determined.
  • device 120 On write data operations, device 120 does not experience errors on data from loop master 110. Device 120 and device 130 will, however, detect the errors introduced by the marginal link. Errors on write data are reported in the FCP Response.
  • loop master 110 On read data operations, loop master 110 does not detect errors on read data from device 130 and device 140. What is needed are loop error diagnostics that do not require knowledge of the topology of the loop, that reduces loop overhead traffic, and increases the effectiveness of the diagnostics. Summary of the Invention
  • the management application (MA) function is distributed to all devices on the loop.
  • Link status is used for error source isolation. More specifically, each device maintains the identity and the link error status of the device connected to its input, upstream device. When a device detects a link error on its input, the device initiates a request to the upstream device for link error counts.
  • the source of the errors is a different link on the loop. If the link status from the upstream devices does not indicate it is detecting errors, the source of the errors is likely the interconnect between the upstream device and the device itself. The device may then initiate diagnostic transfers between the upstream device and itself to verify the interconnect is marginal.
  • the present invention of loop error diagnostics does not require knowledge of the complete topology of the loop.
  • the present invention also reduces loop overhead traffic because error isolation is distributed to each of the devices in the loop.
  • the effectiveness of loop diagnostics is increased because devices closest to the source of the problem perform the diagnostics.
  • the present invention minimizes degradation of performance of each device on the loop because the diagnostic function in each device is enabled to execute when the device is idle, thereby, preventing the diagnostics from affecting the performance of the device during higher priority tasks.
  • FIG. 1 is a block diagram of a conventional loop comprised of SCSI FC channel protocol devices.
  • FIG. 2 is an exploded view of a disc drive with a multiple disc stack and a ramp assembly for loading and unloading transducers to and from the surfaces of the discs.
  • FIG. 3 is a process diagram of a method of loop error diagnostics.
  • FIG. 4 is a process diagram of a method of loop error diagnostics.
  • FIG. 5 is a process diagram of a method of identifying an error condition recorded locally on a in a distributed daisy-chained peer-to-peer loop.
  • FIG. 6 a process diagram of a method of determining, diagnosing, and resolving errors.
  • FIG. 7 a block diagram of a peer apparatus in a loop that determines errors in the upstream device and/ or the upstream link.
  • FIG. 8 a block diagram of a loop error isolation management application in a peer apparatus.
  • FIG. 9 is a schematic view of a computer system.
  • FIG. 2 is an exploded view of one type of a disc drive 200 having a rotary actuator.
  • the disc drive 200 includes a housing or base 212, and a cover 214.
  • the base 212 and cover 214 form a disc enclosure.
  • Rotatably attached to the base 212 on an actuator shaft 218 is an actuator assembly 220.
  • the actuator assembly 220 includes a comb-like structure 222 having a plurality of arms 223.
  • each load spring 224 Attached to the separate arms 223 on the comb 222, are load beams or load springs 224. Load beams or load springs are also referred to as suspensions. Attached at the end of each load spring 224 is a slider 226 which carries a magnetic transducer 250. The slider 226 with the transducer 250 form what is many times called the head. It should be noted that many sliders have one transducer 250 and that is what is shown in the figures. It should also be noted that this invention is equally applicable to sliders having more than one transducer, such as what is referred to as an MR or magneto resistive head in which one transducer 250 is generally used for reading and another is generally used for writing. On the end of the actuator arm assembly 220 opposite the load springs 224 and the sliders 226 is a voice coil 228.
  • Attached within the base 212 is a first magnet 230 and a second magnet 231.
  • the second magnet 231 is associated with the cover 214.
  • the first and second magnets 230, 231, and the voice coil 228 are the key components of a voice coil motor which applies a force to the actuator assembly 220 to rotate it about the actuator shaft 218.
  • a spindle motor mounted to the base 212 is a spindle motor.
  • the spindle motor includes a rotating portion called the spindle hub 233. In this particular disc drive, the spindle motor is within the hub.
  • a number of discs 234 are attached to the spindle hub 233. In other disc drives a single disc or a different number of discs may be attached to the hub.
  • Method 300 includes determining the identity of an upstream device in a loop 310. Thereafter, method 300 includes saving the identity 320. In one embodiment, the determining step 310 and the saving step 320 are performed during initialization of a device. In another embodiment, the identity of an upstream device in the loop is retrieved from a loop map. Subsequently, method 300 includes requesting link error counts from the upstream device in the loop 330.
  • Method 300 also includes storing the link error counts locally 340. Subsequently, method 300 includes monitoring the loop for errors 350. Thereafter, method 300 includes determining of an error exists on the input of the device 360. If not, the method continues at action 350. If an error does exist, then a current link error count from the upstream device in the loop is requested 370. The method subsequently determines if the configuration of the loop has changed. If the configuration of the loop has changed, then the method continues with action 310, otherwise the method continues with determining if the current link error count is changed in comparison to the saved error count 385. If the current link error count is changed in comparison to the saved error count, which indicates an error elsewhere in the loop, the method continues at action, store link error counts locally 340.
  • the present invention of loop error diagnostics does not require knowledge of the complete topology of the loop and reduces loop overhead traffic because error isolation is distributed to each of the devices in the loop. Furthermore the effectiveness of loop diagnostics is increased because devices closest to the source of the problem perform the diagnostics. In addition, the present invention minimizes degradation of performance of each device on the loop because the diagnostic function in each device is enabled to execute when the device is idle, thereby, preventing the diagnostics from affecting the performance of the device during higher priority tasks. Referring next to FIG.
  • Method 400 includes identifying a link error condition recorded locally on a device in a distributed daisy-chained peer- to-peer loop 410. The identifying is described in further detail in conjunction with FIG. 5 below.
  • the distributed daisy- chained peer-to-peer loop is a Fibre Channel arbitrated loop (FC-AL).
  • the device is a disc drive, as in disc drive 200 in FIG. 2.
  • Fibre Channel (FC) devices detect and count errors that the devices receive. The counts are saved in the Link Error Status Block (LESB). Errors that may be encountered in devices include link failure (e.g. a loss of word synchronization for more than a specified time), loss of synchronization (e.g. loss of word synchronization for less that a specified time and invalid transmission of more than a specified number of words), an invalid transmission word in which a running disparity error or invalid characters are detected, and/ or an invalid cyclic redundancy check.
  • link failure e.g. a loss of word synchronization for more than a specified time
  • loss of synchronization e.g. loss of word synchronization for less that a specified time and invalid transmission of more than a specified number of words
  • an invalid transmission word in which a running disparity error or invalid characters are detected e.g., an invalid cyclic redundancy check.
  • any field in the LESB is increasing, the device is detecting errors.
  • One technique uses a read link status (RLS) extended link service (ELS), which returns the LESB for the addressed device.
  • RLS ELS read link status
  • a device supports an implementation of RLS that allows the LESB for the device receiving the RLS.
  • Another embodiment of obtaining the link status from device devices on a loop is through use of a Small Computer System Interface (SCSI) log sense command, in which a disc drive returns the LESB in a log page.
  • SCSI Small Computer System Interface
  • Yet another embodiment of obtaining the link status from device devices on a loop is through use of enclosure services interface (ESI), in which a disc drive that supports the SFF Committee industry group specification (SFF) 8067 defined enclosure initiated ESI.
  • ESI enclosure services interface
  • SFF SFF Committee industry group specification
  • One function provides the LESB, loop initialization counts, and current status for both devices to the enclosure processor.
  • the enclosure processor may use this information for loop management or provide it to another management entity.
  • Still another embodiment of obtaining the link status from device devices on a loop is through use of report device status (RPS) ELS, in which the LESB as with the RLS requested device, loop initialization counts, and the current status of that device.
  • RPS report device status
  • the common element of each of these methods of obtaining the link status from device devices on a loop is the LESB.
  • Method 400 also includes diagnosing the error 420.
  • Method 400 of loop error diagnostics does not require knowledge of the complete topology of the loop and reduces loop overhead traffic because error isolation is distributed to each of the devices in the loop. Furthermore the effectiveness of loop diagnostics is increased because devices closest to the source of the problem perform the diagnostics. In addition, method 400 minimizes degradation of performance of each device on the loop because the diagnostic function in each device is enabled to execute when the device is idle, thereby, preventing the diagnostics from affecting the performance of the device during higher priority tasks.
  • FIG. 5 a process diagram of a method 500 of identifying an error condition recorded locally on a device that is other than in a distributed daisy-chained peer-to-peer loop, as in step 410 in FIG. 4, is shown.
  • Method 500 includes receiving a current error status count from a local source for an immediately upstream device in the distributed daisy - chained peer-to-peer loop 510.
  • Method 500 also includes receiving a prior error status count from a local source for an immediately upstream device in the distributed daisy-chained peer-to-peer loop 520.
  • the receiving 520 is performed during initialization of the device.
  • the receiving 520 is performed before, during and/ or after the receiving 510.
  • method 500 includes comparing the current error status count to the prior error status count 530. Subsequently, method 500 includes determining that the comparison indicates an error 540.
  • FIG. 6 a process diagram of a method 600 of determining, diagnosing, and resolving errors, is shown.
  • the determining step 540 in FIG. 5 determines that the current error status count is different than the prior error status count 610.
  • the diagnosing step 410 in FIG. 4 includes testing the link between the device and the immediately upstream device 620 in the distributed daisy-chained peer-to-peer loop.
  • testing includes transmitting data around the loop from the device to the device through the distributed daisy-chained peer-to-peer loop and determining whether or not the data was not received by the device as it was transmitted.
  • FIG. 7 a block diagram of a peer apparatus 700 in a loop.
  • the apparatus 700 includes a communication input/ output component 710 operably coupled to the loop 720.
  • the apparatus determines errors in the upstream device and/ or the upstream link.
  • the loop 720 is a FC-AL.
  • the remainder of the loop 720 includes at least one other device (not shown) that is upstream in the loop 720 from the peer apparatus 700.
  • the other devices in the loop are peer apparatus 700.
  • the communication device 710 is operably coupled to a loop error isolation management application 730. In varying embodiments, the loop error isolation management application 730 performs the steps of methods 300, 400, 500 and/ or 600.
  • the peer apparatus 700 does not require knowledge of the complete topology of the loop.
  • the peer apparatus 700 reduces loop overhead traffic because error isolation is distributed to each of the devices in the loop.
  • the effectiveness of loop diagnostics is increased because peer apparatus 700 closest to the source of the problem perform the diagnostics.
  • the present invention minimizes degradation of performance of each device on the loop because the diagnostic function in each peer apparatus 700 is enabled to execute when the peer apparatus 700 is idle, thereby, preventing the diagnostics from affecting the performance of the peer apparatus 700 during higher priority tasks.
  • the peer apparatus 700 includes a disc drive, such as disc drive 200 in FIG. 2.
  • FIG. 8 a block diagram of a loop error isolation management application (MA) 800 in a peer apparatus, such as peer apparatus 700.
  • the MA 800 includes a determiner 810 of the identity (not shown) of an upstream device in the loop.
  • the determiner 810 receives the identity through the communication input/ output 710 in FIG. 700.
  • the identity is stored locally on the peer apparatus 700 by a local store 820.
  • the store 820 is operably coupled to the determiner.
  • the determiner 810 includes a retriever of the identity of an upstream device from a loop map.
  • MA 800 also includes a requester 830 of link error counts from the upstream device in the loop.
  • the requester 830 is operably coupled to the local store of the link error counts 840.
  • the local store of link error counts 840 stores the link error counts for later historical comparison with current link error count.
  • MA 800 also includes a requester 850 of a current link error counts from the upstream device in the loop.
  • Requester 850 is coupled to communication input/ output 710 in FIG. 700.
  • the requester 850 receives a current count of link errors.
  • MA 800 also includes a determiner 860 of configuration loop changes.
  • the determiner 860 is operably coupled to the communication input/ output 710 in FIG. 700.
  • the comparator 870 compares the current link error count, received from requester 850, the saved error count received from store 840, and the changes to the loop configuration received from determiner 860, and accordingly invokes either, a resolver of link errors 880 or a generator and transmitter of a device error diagnostics request 890.
  • the requester 880 includes a link tester.
  • an initializer is operably coupled to the determiner 810 of the identity of an upstream device in the loop, and operably coupled to the local store of the identity 840.
  • a monitor of loop errors operably coupled to the local store of link error counts, is included.
  • a detector of an error on a communication input of the peer apparatus is coupled to the monitor.
  • the system 700 and 800 components can be embodied as computer hardware circuitry or as a computer-readable program, or a combination of both.
  • the programs can be structured in an object- orientation using an object-oriented language such as Java, Smalltalk or C++, and the programs can be structured in a procedural-orientation using a procedural language such as COBOL or C.
  • the software components communicate in any of a number of means that are well-known to those skilled in the art, such as application program interfaces (A.P.I.) or interprocess communication techniques such as remote procedure call (R.P.C), common object request broker architecture (CORBA), Component Object Model (COM), Distributed Component Object Model (DCOM),
  • A.P.I. application program interfaces
  • R.P.C common object request broker architecture
  • COM Component Object Model
  • DCOM Distributed Component Object Model
  • DSOM Distributed System Object Model
  • RMI Remote Method Invocation
  • FIG. 9 is a schematic view of a computer system.
  • the invention is well-suited for use in a computer system 2000, in which computer system 2000 includes a communication device operably coupled to an upstream device in a loop, and a means for identifying an error condition recorded locally on a device in a distributed daisy-chained peer- to-peer loop.
  • the computer system 2000 may also be called an electronic system or an information handling system and includes a central processing unit, a memory and a system bus.
  • the information handling system includes a central processing unit 2004, a random access memory 2032, and a system bus 2030 for communicatively coupling the central processing unit 2004 and the random access memory 2032.
  • the information handling system includes a central processing unit 2004, a random access memory 2032, and a system bus 2030 for communicatively coupling the central processing unit 2004 and the random access memory 2032.
  • the information handling system 2002 includes a disc drive device which includes the ramp described above.
  • the information handling system 2002 may also include an input/ output bus 2010 and several devices peripheral devices, such as 2012, 2014, 2016, 2018, 2020, and 2022 may be attached to the input output bus 2010.
  • Peripheral devices may include hard disc drives, magneto optical drives, floppy disc drives, monitors, keyboards and other such peripherals. Any type of disc drive may use the method for loading or unloading the slider onto the disc surface as described above.
  • the present invention of loop error diagnostics does not require knowledge of the topology of the loop and reduces loop overhead traffic because error isolation is distributed to each of the devices in the loop. Furthermore the effectiveness of loop diagnostics is increased because devices closest to the source of the problem perform the diagnostics. In addition, the present invention minimizes degradation of performance of each device on the loop because the diagnostic function in each device is enabled to execute when the device is idle, thereby, preventing the diagnostics from affecting the performance of the device during higher priority tasks.
  • a method for managing interconnect errors including the step of identifying an error condition recorded locally 410 on a device in a distributed daisy-chained peer-to-peer loop 100 and the step of diagnosing the error 420.
  • the method is performed by a device, such as 110, 120, 130, and/ or 140.
  • the distributed daisy-chained peer-to-peer loop includes a FC-AL 150.
  • the device is a disc drive 200.
  • the identifying step 310 includes receiving a current error status count 370 from a local source for an immediately upstream device, 120 or 130, in the distributed daisy-chained peer-to-peer loop 100, receiving a prior error status count 330 from a local source for an immediately upstream device, 120 or 130, in the distributed daisy-chained peer-to-peer loop 150, comparing, as in 375, the current error status count to the prior error status count, and determining that the comparison indicates an error 385.
  • the receiving step 370 is performed after the receiving step 520.
  • the receiving step 330 is performed during an initialization of the device, 110, 120, 130 and/ or 140.
  • the determining step 540 includes determining that the current error status count is different than the prior error status count 610. When the error status counts are different, the upstream device has also detected an error and the link between the upstream device and the device is not the source of the error.
  • the diagnosing step 420 includes testing 630 a link between the device and the immediately upstream device in the distributed daisy-chained peer-to-peer loop.
  • the testing step 630 may also include transmitting data from the immediate upstream device to the device through the distributed daisy-chained peer-to-peer loop and determining that the data was not received by the device as it was transmitted.
  • the diagnosing step 420 includes generating an error report 620 indicating that the error is suspected to be in a link between the device and the immediately upstream device in the distributed daisy-chained peer-to-peer loop.
  • the present invention includes an information handling system 900 that includes a communication device 710 operably coupled to an upstream device in a loop 720 and a means for identifying an error condition recorded locally on a device in a distributed daisy-chained peer-to-peer loop 730.
  • the present invention also includes a peer apparatus 700 in a loop
  • the apparatus including a communication input 710 and a loop error isolation management application 730 operably in communication with the communication input.
  • the loop error isolation management application 730 includes a determiner of the identity of an upstream device in the loop 810, a local store of the identity 820 in communication with the determiner, a requester of link error counts 830 from the upstream device in the loop, in communication with the store, a local store of the link error counts 840, in communication with the requester 830, a requester of a current link error count from the upstream device in the loop 850, a determiner of configuration loop changes 860, a comparator 870 of the current link error count to the saved error count in communication with the determiner 860, the store of link error counts 840, and the store of current link error counts 850, a resolver of link errors 880 in communication with the comparator, and a transmitter 890 of a device error diagnostics request in communication with the comparator 870 and the store of the identity 820.
  • the peer apparatus 700 includes a disc drive 200 having a base and a disc rotatably attached to the base.
  • the resolver 880 includes a link tester.
  • the determiner of the identity 810 of an upstream device in the loop includes a retriever of the identity of an upstream device from a loop map.
  • the apparatus includes an initializer in communication with the determiner 810 of the identity of an upstream device in the loop and in communication with the local store of the identity.
  • An information handling system such as a disc drive, includes a controller that communicates with other devices in a loop, and performs distributed or peer-to-peer loop error diagnostics.
  • a loop is a fiber channel arbitrated loop.
  • Distributed or peer-to-peer loop error diagnostics identifies and diagnoses errors in the immediately upstream device and the immediately upstream link by monitoring the error count to determine of the error count is increasing or not.
  • An increasing error count or a changed loop configuration indicates that the source of the error is not the upstream device, while an unchanging error count and an unchanged loop configuration indicates that the source of the error is the upstream link.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Small-Scale Networks (AREA)
PCT/US2000/032058 1999-11-22 2000-11-22 Peer to peer interconnect diagnostics WO2001038982A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2001540468A JP4672224B2 (ja) 1999-11-22 2000-11-22 ピアーツーピアー相互接続診断
DE10085218T DE10085218T1 (de) 1999-11-22 2000-11-22 Peer-To-Peer-Zwischenschaltungsdiagnostik
KR1020027006532A KR100824109B1 (ko) 1999-11-22 2000-11-22 피어 투 피어 인터커넥트 진단법
GB0212193A GB2372606B (en) 1999-11-22 2000-11-22 Peer to peer interconnect diagnostics

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16680599P 1999-11-22 1999-11-22
US60/166,805 1999-11-22

Publications (1)

Publication Number Publication Date
WO2001038982A1 true WO2001038982A1 (en) 2001-05-31

Family

ID=22604768

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/032058 WO2001038982A1 (en) 1999-11-22 2000-11-22 Peer to peer interconnect diagnostics

Country Status (6)

Country Link
JP (1) JP4672224B2 (zh)
KR (1) KR100824109B1 (zh)
CN (1) CN1391673A (zh)
DE (1) DE10085218T1 (zh)
GB (1) GB2372606B (zh)
WO (1) WO2001038982A1 (zh)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2028571A2 (en) 2007-08-23 2009-02-25 Fanuc Ltd Method of detecting disconnection and power discontinuity of I/O unit connected to numerical controller
US8606946B2 (en) 2003-11-12 2013-12-10 Qualcomm Incorporated Method, system and computer program for driving a data signal in data interface communication data link
US8625625B2 (en) 2004-03-10 2014-01-07 Qualcomm Incorporated High data rate interface apparatus and method
US8630305B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
US8645566B2 (en) 2004-03-24 2014-02-04 Qualcomm Incorporated High data rate interface apparatus and method
US8650304B2 (en) 2004-06-04 2014-02-11 Qualcomm Incorporated Determining a pre skew and post skew calibration data rate in a mobile display digital interface (MDDI) communication system
US8670457B2 (en) 2003-12-08 2014-03-11 Qualcomm Incorporated High data rate interface with improved link synchronization
US8681817B2 (en) 2003-06-02 2014-03-25 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8687658B2 (en) 2003-11-25 2014-04-01 Qualcomm Incorporated High data rate interface with improved link synchronization
US8692839B2 (en) 2005-11-23 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8694663B2 (en) 2001-09-06 2014-04-08 Qualcomm Incorporated System for transferring digital data at a high rate between a host and a client over a communication path for presentation to a user
US8694652B2 (en) 2003-10-15 2014-04-08 Qualcomm Incorporated Method, system and computer program for adding a field to a client capability packet sent from a client to a host
US8692838B2 (en) 2004-11-24 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8699330B2 (en) 2004-11-24 2014-04-15 Qualcomm Incorporated Systems and methods for digital data transmission rate control
US8705521B2 (en) 2004-03-17 2014-04-22 Qualcomm Incorporated High data rate interface apparatus and method
US8873584B2 (en) 2004-11-24 2014-10-28 Qualcomm Incorporated Digital data interface device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8028109B2 (en) 2006-03-09 2011-09-27 Marvell World Trade Ltd. Hard disk drive integrated circuit with integrated gigabit ethernet interface module
CN102183548B (zh) * 2011-03-16 2013-02-27 复旦大学 一种基于菊花链回路设计的定位失效凸点的方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3564145A (en) * 1969-04-30 1971-02-16 Ibm Serial loop data transmission system fault locator
US4769761A (en) * 1986-10-09 1988-09-06 International Business Machines Corporation Apparatus and method for isolating and predicting errors in a local area network
US5097467A (en) * 1988-07-18 1992-03-17 Fujitsu Limited Switching trigger detection circuit in line switching apparatus
US5812754A (en) * 1996-09-18 1998-09-22 Silicon Graphics, Inc. Raid system with fibre channel arbitrated loop

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09219720A (ja) * 1996-02-14 1997-08-19 Toshiba Corp 通信ネットワークにおける障害検出方法及び装置
JP2002368768A (ja) * 2001-06-05 2002-12-20 Hitachi Ltd ファイバチャネル調停ループ対応の電子装置及びファイバチャネル調停ループの障害検出方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3564145A (en) * 1969-04-30 1971-02-16 Ibm Serial loop data transmission system fault locator
US4769761A (en) * 1986-10-09 1988-09-06 International Business Machines Corporation Apparatus and method for isolating and predicting errors in a local area network
US5097467A (en) * 1988-07-18 1992-03-17 Fujitsu Limited Switching trigger detection circuit in line switching apparatus
US5812754A (en) * 1996-09-18 1998-09-22 Silicon Graphics, Inc. Raid system with fibre channel arbitrated loop

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8694663B2 (en) 2001-09-06 2014-04-08 Qualcomm Incorporated System for transferring digital data at a high rate between a host and a client over a communication path for presentation to a user
US8700744B2 (en) 2003-06-02 2014-04-15 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8681817B2 (en) 2003-06-02 2014-03-25 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8694652B2 (en) 2003-10-15 2014-04-08 Qualcomm Incorporated Method, system and computer program for adding a field to a client capability packet sent from a client to a host
US8606946B2 (en) 2003-11-12 2013-12-10 Qualcomm Incorporated Method, system and computer program for driving a data signal in data interface communication data link
US8687658B2 (en) 2003-11-25 2014-04-01 Qualcomm Incorporated High data rate interface with improved link synchronization
US8670457B2 (en) 2003-12-08 2014-03-11 Qualcomm Incorporated High data rate interface with improved link synchronization
US8730913B2 (en) 2004-03-10 2014-05-20 Qualcomm Incorporated High data rate interface apparatus and method
US8625625B2 (en) 2004-03-10 2014-01-07 Qualcomm Incorporated High data rate interface apparatus and method
US8669988B2 (en) 2004-03-10 2014-03-11 Qualcomm Incorporated High data rate interface apparatus and method
US8705521B2 (en) 2004-03-17 2014-04-22 Qualcomm Incorporated High data rate interface apparatus and method
US8645566B2 (en) 2004-03-24 2014-02-04 Qualcomm Incorporated High data rate interface apparatus and method
US8630318B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
US8650304B2 (en) 2004-06-04 2014-02-11 Qualcomm Incorporated Determining a pre skew and post skew calibration data rate in a mobile display digital interface (MDDI) communication system
US8630305B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
US8692838B2 (en) 2004-11-24 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8699330B2 (en) 2004-11-24 2014-04-15 Qualcomm Incorporated Systems and methods for digital data transmission rate control
US8873584B2 (en) 2004-11-24 2014-10-28 Qualcomm Incorporated Digital data interface device
US8692839B2 (en) 2005-11-23 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
EP2028571A2 (en) 2007-08-23 2009-02-25 Fanuc Ltd Method of detecting disconnection and power discontinuity of I/O unit connected to numerical controller
EP2028571A3 (en) * 2007-08-23 2011-06-22 Fanuc Corporation Method of detecting disconnection and power discontinuity of I/O unit connected to numerical controller

Also Published As

Publication number Publication date
GB2372606A (en) 2002-08-28
GB2372606B (en) 2004-06-02
GB0212193D0 (en) 2002-07-03
KR20020050300A (ko) 2002-06-26
JP4672224B2 (ja) 2011-04-20
CN1391673A (zh) 2003-01-15
DE10085218T1 (de) 2002-10-31
JP2003515967A (ja) 2003-05-07
KR100824109B1 (ko) 2008-04-21

Similar Documents

Publication Publication Date Title
US6490253B1 (en) Peer to peer interconnect diagnostics
JP4672224B2 (ja) ピアーツーピアー相互接続診断
US7111084B2 (en) Data storage network with host transparent failover controlled by host bus adapter
US7188201B2 (en) Storage system
US7302615B2 (en) Method and system for analyzing loop interface failure
US7571356B2 (en) Storage control device, and error information management method for storage control device
US8843789B2 (en) Storage array network path impact analysis server for path selection in a host-based I/O multi-path system
JP3752150B2 (ja) ストレージ・エリア・ネットワーク(san)内でのエラー処理方法及びデータ処理システム
US8635376B2 (en) Computer system input/output management
US6754853B1 (en) Testing components of a computerized storage network system having a storage unit with multiple controllers
US6823401B2 (en) Monitor for obtaining device state by intelligent sampling
US20060129759A1 (en) Method and system for error strategy in a storage system
US20040139240A1 (en) Storage system with LUN virtualization
US20110264619A1 (en) Storage system
US20100275219A1 (en) Scsi persistent reserve management
US7117320B2 (en) Maintaining data access during failure of a controller
US8006133B2 (en) Non-disruptive I/O adapter diagnostic testing
US20040078707A1 (en) Adapter and method for handling errors in a data storage device converted to be accessible to multiple hosts
WO2023226380A1 (zh) 一种磁盘处理方法、系统及电子设备
JP2006313410A (ja) ストレージネットワークの管理情報管理方法、ストレージ管理システム及びストレージ管理ソフトウェア
EP1296244A2 (en) Network storage system and control method
US20070073828A1 (en) Apparatus, system, and method for link layer message transfer over a durable and shared medium
US7707890B2 (en) Acoustic sensor for proactive fault monitoring in computer systems
JPH10105502A (ja) 周辺機器制御装置
US20080010547A1 (en) Storage system and method for automatic restoration upon loop anomaly

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CN DE GB JP KR SG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 2001 540468

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 008160325

Country of ref document: CN

Ref document number: 1020027006532

Country of ref document: KR

ENP Entry into the national phase

Ref document number: 200212193

Country of ref document: GB

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 0212193.7

Country of ref document: GB

WWP Wipo information: published in national office

Ref document number: 1020027006532

Country of ref document: KR

RET De translation (de og part 6b)

Ref document number: 10085218

Country of ref document: DE

Date of ref document: 20021031

WWE Wipo information: entry into national phase

Ref document number: 10085218

Country of ref document: DE