STORAGE GROUP SYNCHRONIZATION IN DATA REPLICATION ENVIRONMENTS
    91.
    发明申请
    STORAGE GROUP SYNCHRONIZATION IN DATA REPLICATION ENVIRONMENTS 审中-公开
    数据复制环境中的存储组同步

    公开(公告)号:US20130013566A1

    公开(公告)日:2013-01-10

    申请号:US13178553

    申请日:2011-07-08

    IPC分类号: G06F17/00

    CPC分类号: G06F11/2069 G06F11/2071

    摘要: A method for dynamically synchronizing storage groups in a data replication environment is disclosed. In one embodiment, such a method includes detecting the addition of a volume to a storage group of a primary storage system. The method then automatically performs the following in response to detecting the addition of the volume: (1) adds a corresponding volume to a corresponding storage group on a secondary storage system; (2) creates a mirroring relationship between the volume added to the primary storage system and the volume added to the secondary storage system; and (3) adds the mirroring relationship to a mirroring session established between the storage groups on the primary and secondary storage systems. A corresponding system and computer program product are also disclosed.

    摘要翻译: 公开了一种在数据复制环境中动态地同步存储组的方法。 在一个实施例中,这种方法包括检测对主存储系统的存储组的卷的添加。 响应于检测到卷的添加,该方法自动执行以下操作:(1)将相应的卷添加到辅助存储系统上的相应存储组; (2)在添加到主存储系统的卷和添加到辅助存储系统的卷之间创建镜像关系; 和(3)将镜像关系添加到主存储系统和辅助存储系统上的存储组之间建立的镜像会话。 还公开了相应的系统和计算机程序产品。

    SYSTEM, METHOD, AND COMPUTER PROGRAM PRODUCT FOR AVOIDING RECALL OPERATIONS IN A TIERED DATA STORAGE SYSTEM
    92.
    发明申请
    SYSTEM, METHOD, AND COMPUTER PROGRAM PRODUCT FOR AVOIDING RECALL OPERATIONS IN A TIERED DATA STORAGE SYSTEM 失效
    系统,方法和计算机程序产品,用于避免数据存储系统中的回调操作

    公开(公告)号:US20120173833A1

    公开(公告)日:2012-07-05

    申请号:US12985294

    申请日:2011-01-05

    IPC分类号: G06F12/02

    摘要: According to one embodiment, a system includes logic adapted to: receive a request to open an existing data set indicating a write operation, receive new data to write to the existing data set, determine that the existing data set is stored on a lower tier of a tiered data storage system, determine that the existing data set is capable of being updated by appending the new data to an end of the existing data set, create a temporary data set on a higher tier of the tiered data storage system comprising the new data, associate the temporary data set on the higher tier of the tiered data storage system with the existing data set on the lower tier of the tiered data storage system, and create a write indicator associated with the new data set indicating that the new data set belongs at the end of the existing data set.

    摘要翻译: 根据一个实施例,系统包括适于:接收打开指示写入操作的现有数据集的请求,接收新数据以写入现有数据集,确定现有数据集存储在较低层 分层数据存储系统,通过将新数据附加到现有数据集的结尾来确定现有数据集能够被更新,在包括新数据的分层数据存储系统的较高层上创建临时数据集 ,将分层数据存储系统的较高层的临时数据集与分层数据存储系统的较低层上的现有数据集相关联,并创建与新数据集相关联的写指示符,指示新数据集属于 在现有数据集的末尾。

    DATA REORGANIZATION
    93.
    发明申请
    DATA REORGANIZATION 失效
    数据重组

    公开(公告)号:US20120078922A1

    公开(公告)日:2012-03-29

    申请号:US12893463

    申请日:2010-09-29

    IPC分类号: G06F17/30

    CPC分类号: G06F17/30306

    摘要: An approach to efficient data reorganization. The approach may involve searching for control interval (CI) splits and control area (CA) splits in a data component of a VSAM data set. A mapping is created that maps the source location storing the VSAM data set to a target location. The mapping reorders the VSAM data set such that the CI splits and CA splits are removed when the VSAM data set is moved to the target location in accordance with the mapping. Those CAs that do not include CI splits may be moved without using the host devices' processing resources. For example, the storage device may FlashCopy these areas directly from the source location to the target location. Those CAs that do include CI splits may be moved using the host's processing resources. For example, these CAs may be read into the host, re-ordered by the host, and written by the host to the target location.

    摘要翻译: 一种有效的数据重组方法。 该方法可以涉及在VSAM数据集的数据分量中搜索控制间隔(CI)分割和控制区域(CA)分割。 创建映射将存储VSAM数据集的源位置映射到目标位置。 映射重新排列VSAM数据集,使得当VSAM数据集根据映射移动到目标位置时,去除CI分裂和CA分割。 可以移动不包括CI分割的那些CA,而不使用主机设备的处理资源。 例如,存储设备可以将这些区域直接从源位置复制到目标位置。 可以使用主机的处理资源来移动那些包含CI拆分的CA。 例如,这些CA可以被读入主机,由主机重新排序,并由主机写入目标位置。

    Time-Based Trace Facility
    94.
    发明申请
    Time-Based Trace Facility 失效
    基于时间的跟踪设施

    公开(公告)号:US20120017123A1

    公开(公告)日:2012-01-19

    申请号:US12837537

    申请日:2010-07-16

    IPC分类号: G06F11/32

    CPC分类号: G06F11/3636 G06F11/3466

    摘要: Method, system, and computer program product embodiments of a time-based trace facility for facilitating software debugging without interfering with the run-time behavior, performance or resource usage of the traced software are provided. The trace facility resides in a different address space than the target address space and uses different time-slices of CPU resources to execute the instructions in the address spaces. The trace facility uses a cross-memory mode to read the state data from the target address space in accordance with a time schedule. The trace facility writes the state data to a trace area, which may be located in either the target or trace address spaces or external storage. With this approach, the trace facility can read a large amount of state data frequently to construct the type of historical record needed to analysis run-time behavior, performance and resource usage. The trace facility may use a parameter file to configure a particular trace e.g. specify the target address space, one or more processing tasks within the target address space, a specific trace module, filters to extract specific state data, the time interval, the trace area, etc.

    摘要翻译: 提供了用于促进软件调试而不干扰跟踪的软件的运行时行为,性能或资源使用的基于时间的跟踪设备的方法,系统和计算机程序产品实施例。 跟踪设备位于与目标地址空间不同的地址空间中,并使用不同的CPU资源时间片来执行地址空间中的指令。 跟踪设备使用交叉存储器模式根据时间表从目标地址空间读取状态数据。 跟踪工具将状态数据写入跟踪区域,该区域可能位于目标或跟踪地址空间或外部存储器中。 通过这种方法,跟踪工具可以频繁地读取大量的状态数据,以构建分析运行时行为,性能和资源使用所需的历史记录类型。 跟踪设施可以使用参数文件来配置特定的跟踪,例如, 指定目标地址空间,目标地址空间内的一个或多个处理任务,特定跟踪模块,提取特定状态数据的过滤器,时间间隔,跟踪区域等。

    Storing information in otherwise unused space in VTOC and VVDS for recovery of data
    95.
    发明授权
    Storing information in otherwise unused space in VTOC and VVDS for recovery of data 有权
    将信息存储在VTOC和VVDS中的其他未使用的空间中,以恢复数据

    公开(公告)号:US07783609B2

    公开(公告)日:2010-08-24

    申请号:US12019628

    申请日:2008-01-24

    IPC分类号: G06F7/00

    CPC分类号: G06F11/1446 G06F11/1469

    摘要: When a VTOC and a VVDS are established for information used to access data sets of a volume, unused space remains in both structures. The data sets, VTOC and VVDS are stored on a recordable medium. For VSAM data sets, other, vital information about the data set is also stored in the VTOC; for non-VSAM data sets, vital information about the data set is also stored in the VVDS. If the VOTC entry of a non-VSAM data set becomes corrupted, the vital information in the VVDS may be used to access the stored data set. Similarly, If the VVDS entry of a VSAM data set becomes corrupted, the vital information in the VTOC may be used to access the stored data set.

    摘要翻译: 当为用于访问卷的数据集的信息建立VTOC和VVDS时,未使用的空间将保留在两个结构中。 数据集VTOC和VVDS存储在可记录介质上。 对于VSAM数据集,其他关于数据集的重要信息也存储在VTOC中; 对于非VSAM数据集,关于数据集的重要信息也存储在VVDS中。 如果非VSAM数据集的VOTC条目被破坏,则可以使用VVDS中的重要信息来访问存储的数据集。 类似地,如果VSAM数据集的VVDS条目被破坏,则可以使用VTOC中的重要信息来访问存储的数据集。

    APPLICATION EMULATION ON A NON-PRODUCTION COMPUTER SYSTEM
    96.
    发明申请
    APPLICATION EMULATION ON A NON-PRODUCTION COMPUTER SYSTEM 审中-公开
    非生产计算机系统的应用仿真

    公开(公告)号:US20080154574A1

    公开(公告)日:2008-06-26

    申请号:US11614394

    申请日:2006-12-21

    IPC分类号: G06F9/445

    CPC分类号: G06F11/3696

    摘要: A method, system and computer-readable medium for emulating an application in a non-production computer system are presented. In a preferred embodiment, the method includes the steps of: receiving a first input that selects an application from all applications on a production computer system; receiving a second input that selects specific control files and data files that are to be utilized in an emulated version of a selected application on a non-production computer system; migrating a copy of instructions file from the selected application from the production computer system to the non-production computer system; migrating a copy of the specific control files and data files from the production computer system to the non-production computer system; and executing the copy of instructions files, while using the copy of the specific control files and data files, in the non-production computer system.

    摘要翻译: 提出了一种用于在非生产计算机系统中模拟应用的方法,系统和计算机可读介质。 在优选实施例中,该方法包括以下步骤:接收从生产计算机系统上的所有应用中选择应用的第一输入; 接收在非生产计算机系统上选择要在所选应用的仿真版本中使用的特定控制文件和数据文件的第二输入; 将指令文件的副本从所选应用从生产计算机系统迁移到非生产计算机系统; 将特定控制文件和数据文件的副本从生产计算机系统迁移到非生产计算机系统; 并且在非生产计算机系统中使用特定控制文件和数据文件的副本的同时执行指令文件的副本。

    SYSTEM AND METHOD FOR COMPUTER SYSTEM MAINTENANCE
    97.
    发明申请
    SYSTEM AND METHOD FOR COMPUTER SYSTEM MAINTENANCE 审中-公开
    计算机系统维护的系统和方法

    公开(公告)号:US20070277167A1

    公开(公告)日:2007-11-29

    申请号:US11419860

    申请日:2006-05-23

    IPC分类号: G06F9/44

    CPC分类号: G06F8/65

    摘要: A method of providing maintenance for a software program residing on a customer's computer system enables a customer to easily determine if there are any available updates for the software program, whether the available updates, if any, have been downloaded, which updates, if any, have been installed, and which installed updates, if any, have been activated. The method includes searching an active storage area on the customer's computer system while the software program is executing to determine the particular version of the software program. The method further includes searching a database of a software provider that provided the software program to determine if there is any update available for the software program, and if any update is available, downloading the update to the customer's computer system and installing the update.

    摘要翻译: 提供对驻留在客户计算机系统上的软件程序的维护的方法使得客户能够容易地确定是否存在用于软件程序的任何可用的更新,无论是否已经下载了可用的更新(如果有的话),哪些更新(如果有的话) 已安装,哪些已安装更新(如果有)已激活。 该方法包括在软件程序执行时搜索客户计算机系统上的活动存储区域以确定软件程序的特定版本。 该方法还包括搜索提供软件程序的软件提供商的数据库,以确定是否存在可用于软件程序的任何更新,以及如果有更新可用,则将更新下载到客户的计算机系统并安装更新。

    Basketball backboard apparatus
    99.
    发明授权
    Basketball backboard apparatus 失效
    篮球背板装置

    公开(公告)号:US4424968A

    公开(公告)日:1984-01-10

    申请号:US318487

    申请日:1981-11-05

    申请人: Max D. Smith

    发明人: Max D. Smith

    IPC分类号: A63B63/08 A63B71/00

    摘要: A basketball backboard apparatus is disclosed herein which includes a sandwich board comprising rigid front and rear panels and a resilient intermediate layer received therebetween in a sandwich relationship. Rivets are received through apertures in the sandwich board to secure the board members together, and mounting apertures are also provided for mounting the backboard to an external support and for mounting a basketball goal to the backboard. A relatively soft border is secured about the perimeter of the backboard.

    摘要翻译: 本文公开了一种篮球背板装置,其包括夹层板,该夹层板包括刚性前板和后板以及以夹层关系容纳在其间的弹性中间层。 铆钉通过夹层板中的孔被接收,以将板构件固定在一起,并且还提供安装孔以将背板安装到外部支撑件并将篮球目标安装到背板上。 围绕背板的周边固定相对较软的边框。

    Cable separator for compound bows
    100.
    发明授权
    Cable separator for compound bows 失效
    复合弓用电缆分离器

    公开(公告)号:US4596228A

    公开(公告)日:1986-06-24

    申请号:US492122

    申请日:1983-05-06

    申请人: Max D. Smith

    发明人: Max D. Smith

    IPC分类号: F41B5/10 F41B5/00

    CPC分类号: F41B5/10

    摘要: A cable separator for a compound bow is disclosed which includes a body defining an aperture within which a cable guard on the bow is slidably received. A first inside cable surface having a groove facing away from the cable guard is defined on one side of the guard. An L-shaped flange extends on the other side of the cable guard and defines a cable surface for reception thereagainst of the other inside cable of the bow. The cable separator may be mounted to an assembled bow and the inside cables positioned therewith, without the necessity of unstringing the bow.

    摘要翻译: 公开了一种用于复合弓的电缆分离器,其包括限定孔的主体,在该孔内,可滑动地容纳弓形的电缆护套。 在护罩的一侧上限定了具有背离电缆护罩的凹槽的第一内部电缆表面。 L形凸缘在电缆护罩的另一侧延伸,并且限定了用于在弓的另一条内部电缆中接收的电缆表面。 电缆分离器可以安装到组装的弓形件和与其定位的内部电缆,而不需要使弓形线缠绕。