**** updated 7 Aug 2016 - reformatted and corrected out of date info ***

Background

Depending on your Actifio CDS Platform version, certain disk controllers may not be able to present 2 TB MDisks to Actifio CDS.

Determining 2 TB MDisk support

When looking at the IBM Support Matrix here (Depending on which CDS Platform version you are on):

IBM SVC 7.5 (brought in with CDS 7.5.0.1)

IBM V7.5 Configuration Limits and Restrictions for IBM System Storage SAN Volume Controller - United States

IBM SVC 7.3.0.8

IBM V7.3.x Supported Hardware List, Device Driver, Firmware and Recommended Software Levels for SAN Volume Controller - …

IBM SVC 6.3.0.3

IBM V6.3 Supported Hardware List, Device Driver, Firmware and Recommended Software Levels for SAN Volume Controller - Un…

You will spot a column in storage controller support that talks about support for MDisks larger than 2 TB.

You can use the column to determine whether your storage controller can present a 2 TB MDisk to CDS.

Background on how support is determined

When IBM brought out SVC in 2003, it was totally 32 bit, meaning no volume or disk could be larger than 2 TB in size.

Having 32 bit limitations was not an issue as there were few disk subsystems at the time that supported LUNs greater than 2 TB (the DS6000 for instance cannot create a volume larger than 2TB, so the SVC limit shown above is actually a DS6000 limit).

However as time moved on, the SVC dragged its heels and eventually moved with the times (as did IBMs other products).

I wrote about this issue here:

Breaking through the 2TB barrier | Aussie Storage Blog

Anyway... when doing testing for greater than 2TB MDisks, the SVC team required that every disk controller be willing to report media errors for any LBA that it presents to SVC.  After all, if the storage cannot report media errors, then the SVC will not be aware that its underlying storage has unreadable blocks.  It seems some manufacturers did not update their 32 bit media error reporting when they moved to 64 bit.

For external array manufacturers I believe IBM simply ask the manufacturer to confirm in writing that their storage can report media errors for every LBA.  For their internal products (like DS8000 and XIV) they do the same with the relevant development teams.  (I cannot imagine they could easily test this as generating synthetic media errors would require monkeying around in the firmware of an external array - or hitting it with a hammer)

Background on XIV Support in SVC 6.3

The limit below no longer applies in CDS 7.3.0.8, I leave the info here for historical purposes only.

One curiosity is XIV.   We know XIV can support huge volumes, but the SVC matrix does not support them.  Why?

The XIV development team told the SVC team that the XIV cannot report media errors for LBAs higher than the 2 TB mark.

The technical reason for this was never explained to me but I think XIV felt that since they always stored two copies of each 1 MB partition and used some metadata and LRC checking to ensure they always presented a good copy, what was the point of reporting something they felt was not possible.  The SVC guys were slightly stunned and did not agree.

A cold war ensued with the XIV team refusing to change their code and the SVC team refusing to drop their stance.

End result...  still no support.

The curious thing is this.... in SVC code version 6.2 when I tested greater than 2TB support... where I presented a 3 TB XIV LUN to SVC... the SVC would only 'see' a 2 TB LUN... in other words it ignored the bonus LBAs.   However in 6.3 code this seems to have been broken and I was able to present an XIV LUN of any size and the SVC could see it and use it.   When I reported this to the SVC team, they were surprised but did not appear to do anything about it.

Their stated direction was to use the vendor reported info to determine if the MDisk controller was on the 'trusted list'.  Meaning that the SVC would only report an MDisk size greater than 2 TB if the controller was on that trusted list.   Since XIV is not... it should not work.

Maybe the list they are using has XIV on it by mistake, or the list checking method was broken in the revision of 6.3 I tested.

Either way... the support matrix says no.... and thats what we have to live by.

And have a look at the last table in this link, it shows maximum mdisk sizes depending on the extent size used. We use 2048.

IBM V6.4 Configuration Limits and Restrictions for IBM System Storage SAN Volume Controller - United States

It's also useful for all other maximum configuration limits.

Actifio CDS 2TB MDisk limits的更多相关文章

  1. Actifio如何保护和管理Oracle-带外篇

    引言 本文提供CDS带外环境下相关配置,保护和恢复Oracle的所需步骤. 目的是提供Oracle数据库配置前的详细说明,Actifio环境下发现和配置Oracle数据库,执行还原和恢复,以及配置Or ...

  2. Memory Limits for Windows and Windows Server Releases

    来源:https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx Limits on memory ...

  3. [转载]Memory Limits for Windows and Windows Server Releases

    Memory Limits for Windows and Windows Server Releases This topic describes the memory limits for sup ...

  4. C 标准库系列之limits.h

    limits.h 类似于float.h,其定义了一些列类型的值的范围.限制值,也就是说该类型的值不可以大于该上界或者小于该类型值的下界: glibc中宏定义了一下的值: # define MB_LEN ...

  5. 【大数据技巧】日均2TB日志数据在线快速处理之法

    [大数据技巧]日均2TB日志数据在线快速处理之法 http://click.aliyun.com/m/8958/

  6. Linux分区:超过2TB硬盘分区

    测试iscsi服务是否正常 [root@FocusBackup ~]# service iscsi restart 停止 iscsi:                                  ...

  7. 【重装系统】线上Linux服务器(2TB)分区参考方案

    如果是线上服务器,假设它是 2TB 的 SATA 硬盘.8GB 内存,建议按如下方式进行分区: / 20480M(20G)(主分区) /boot 128M swap 10240M /data 2016 ...

  8. Centos 7 mysql Buffered warning: Changed limits: max_connections: 214 解决方法

    Everytime I restart MySQL I have this warning: [Warning] Buffered warning: Changed limits: max_conne ...

  9. linux /proc/sys/fs/file-nr /proc/sys/fs/file-max /etc/security/limits.conf 三者的关联

    ulimit -n 对应 /etc/security/limits.conf 文件设置 问题: Can’t open so many files 对于linux运维的同学们,相信都遇到过这个问题. 在 ...

随机推荐

  1. CSS基础学习(一) 之 line-height 与 height 属性区别

    官方定义: height:定义了了元素的高度.默认情况下,该属性订了 content area(内容区域) 的高度.如果box-sizing属性设置为 border-box,那么height就表示bo ...

  2. Asp.net core (学习笔记 路由和语言 route & language)

    https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-2.1 https://doc ...

  3. obs studio 使用

    专业,开源,无广告,免费,录屏/推流神器--obs studio 稍微简单的也有captura, 原理:调用本地API获取音频流,图像流(全屏幕,单个windows窗口的图像输出)->开源音视频 ...

  4. xml和tomcat介绍

    一 xml介绍: xml:可扩展性的文件 功能: 1.作为框架的配置文件 2.方便在网络中传输数据 <a> <b></b> <c></c> ...

  5. 『Python』装饰器

    一.参考 作者:zhijun liu 链接:https://www.zhihu.com/question/26930016/answer/99243411 来源:知乎 建议大家去原答案浏览 二.装饰器 ...

  6. QChart绘制折线区域

    效果图: 代码: // 创建折线上点的序列 QLineSeries *splineSeries = new QLineSeries(); //QSplineSeries *splineSeries = ...

  7. Python *Mix_w4

    1.什么是列表(list) 列表是一个可变的数据类型 列表由[ ]来表示,每一项元素使用逗号隔开.列表什么都能装,能装对象的对象. 列表可以装大量的数据,列表能装所有数据类型 2.列表的索引和切片 列 ...

  8. Python *Mix_w

    Python的历史起源: 1989年圣诞节期间,由吉多.范罗苏姆创始. Python的优点"优美""明确""简单" python是一门解释型 ...

  9. sql查询练习

    #建学生信息表student create table student ( sno varchar(20) not null primary key, sname varchar(20) not nu ...

  10. SqlServer根据表中ID加序号

    正序列号select ROW_NUMBER() over(order by Id) as xh,Id,Name,TelNumber,Zhijin from Users1 反序列号select 序号=( ...