会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明申请
    • METHOD AND SYSTEM FOR HANDLING INPUT/OUTPUT (I/O) ERRORS
    • 用于处理输入/输出(I / O)错误的方法和系统
    • US20080184077A1
    • 2008-07-31
    • US11668489
    • 2007-01-30
    • Harish KUTTANHarish S. BabuGunneswara MarripudiRoy M. PaulAnand Ananthabhotla
    • Harish KUTTANHarish S. BabuGunneswara MarripudiRoy M. PaulAnand Ananthabhotla
    • G06F11/00
    • G06F11/0793G06F11/0712G06F11/0745
    • A method and system for handling errors on an Input/Output (I/O) link of a system is provided. The link is being shared by a plurality of devices of the system; each device may be shared by one or more operating systems. The method of error handling during configure of the system includes steps of checking a device for an error during configuration of the system and restricting the device from being configured, if an error is detected. The method includes the steps of examining the device capabilities to recover from errors, and; configuring the device in a first mode if the device has capabilities to recover from errors, else configuring the device in a second mode or not configuring the device. Further the handling of error may also be performed during runtime of the system, for doing so the step of checking is followed by a step of isolating and deleting the device if value of a number indicative of errors encountered for the device is greater than a threshold value. Else the method provides step of initiating a recovery process for the device and reporting result of the recovery process.
    • 提供了一种用于处理系统的输入/输出(I / O)链路上的错误的方法和系统。 该链路由系统的多个设备共享; 每个设备可以被一个或多个操作系统共享。 在系统配置期间的错误处理方法包括在检测到系统错误的过程中,检查设备配置过程中的错误并限制设备的配置。 该方法包括检查设备从错误中恢复的能力的步骤; 如果设备具有从错误中恢复的能力,则以第一模式配置设备,否则以第二模式配置设备或不配置设备。 此外,还可以在系统的运行时间期间执行错误的处理,为了这样做,检查步骤之后是分离和删除设备的步骤,如果指示设备遇到的错误的值的值大于阈值 值。 否则,该方法提供启动设备的恢复过程并报告恢复过程的结果的步骤。
    • 2. 发明授权
    • Method and system for handling input/output (I/O) errors
    • 处理输入/输出(I / O)错误的方法和系统
    • US07620854B2
    • 2009-11-17
    • US11668489
    • 2007-01-30
    • Harish KuttanHarish S. BabuGunneswara MarripudiRoy M PaulAnand Ananthabhotla
    • Harish KuttanHarish S. BabuGunneswara MarripudiRoy M PaulAnand Ananthabhotla
    • G06F11/00
    • G06F11/0793G06F11/0712G06F11/0745
    • A method and system for handling errors on an Input/Output (I/O) link of a system is provided. The link is being shared by a plurality of devices of the system; each device may be shared by one or more operating systems. The method of error handling during configure of the system includes steps of checking a device for an error during configuration of the system and restricting the device from being configured, if an error is detected. The method includes the steps of examining the device capabilities to recover from errors, and; configuring the device in a first mode if the device has capabilities to recover from errors, else configuring the device in a second mode or not configuring the device. Further the handling of error may also be performed during runtime of the system, for doing so the step of checking is followed by a step of isolating and deleting the device if value of a number indicative of errors encountered for the device is greater than a threshold value. Else the method provides step of initiating a recovery process for the device and reporting result of the recovery process.
    • 提供了一种用于处理系统的输入/输出(I / O)链路上的错误的方法和系统。 该链路由系统的多个设备共享; 每个设备可以被一个或多个操作系统共享。 在系统配置期间的错误处理方法包括在检测到系统错误的过程中,检查设备配置过程中的错误并限制设备的配置。 该方法包括检查设备从错误中恢复的能力的步骤; 如果设备具有从错误中恢复的能力,则以第一模式配置设备,否则以第二模式配置设备或不配置设备。 此外,还可以在系统的运行时间期间执行错误的处理,为了这样做,检查步骤之后是分离和删除设备的步骤,如果指示设备遇到的错误的值的值大于阈值 值。 否则,该方法提供启动设备的恢复过程并报告恢复过程的结果的步骤。
    • 7. 发明授权
    • Method and system for zero-copy disk IO using sector unaligned buffers
    • 使用扇区未对齐缓冲区的零拷贝磁盘IO的方法和系统
    • US09047018B1
    • 2015-06-02
    • US13424589
    • 2012-03-20
    • Anand Ananthabhotla
    • Anand Ananthabhotla
    • G06F3/00G06F3/06G06F13/28
    • G06F3/061G06F3/0613G06F3/0634G06F3/0638G06F3/0659G06F3/0673G06F13/28
    • Data is transferred between a requesting application and a storage device by passing the application IO buffer to the disk driver. Techniques are provided to avoid data copying to an intermediate sector aligned buffer and passing the intermediate buffer to the disk driver. The techniques allow the use of layered block device drivers such as a Logical Volume Manager (LVM), Distributed Replicated Block Device (DRBD), or both. A look-ahead can determine the IO constraints imposed by the layered block device drivers. Based on the constraints, an entire portion of the buffer may be added to an IO request, or the buffer may be split into a first portion and a second portion. The first portion may be added to a first IO request. The second portion may be added to a second IO request, different from the first IO request.
    • 通过将应用程序IO缓冲区传递到磁盘驱动器,数据在请求应用程序和存储设备之间传输。 提供了技术来避免数据复制到中间扇区对齐缓冲区并将中间缓冲区传递到磁盘驱动器。 这些技术允许使用分层块设备驱动程序,例如逻辑卷管理器(LVM),分布式复制块设备(DRBD)或两者。 先行可以确定分层块设备驱动程序施加的IO约束。 基于约束,缓冲器的整个部分可以被添加到IO请求,或者缓冲器可以被分割成第一部分和第二部分。 可以将第一部分添加到第一IO请求。 可以将第二部分添加到与第一IO请求不同的第二IO请求。