Actifio CDS 2TB MDisk limits
**** 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 SVC 7.3.0.8
IBM SVC 6.3.0.3
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.
It's also useful for all other maximum configuration limits.
Actifio CDS 2TB MDisk limits的更多相关文章
- Actifio如何保护和管理Oracle-带外篇
引言 本文提供CDS带外环境下相关配置,保护和恢复Oracle的所需步骤. 目的是提供Oracle数据库配置前的详细说明,Actifio环境下发现和配置Oracle数据库,执行还原和恢复,以及配置Or ...
- 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 ...
- [转载]Memory Limits for Windows and Windows Server Releases
Memory Limits for Windows and Windows Server Releases This topic describes the memory limits for sup ...
- C 标准库系列之limits.h
limits.h 类似于float.h,其定义了一些列类型的值的范围.限制值,也就是说该类型的值不可以大于该上界或者小于该类型值的下界: glibc中宏定义了一下的值: # define MB_LEN ...
- 【大数据技巧】日均2TB日志数据在线快速处理之法
[大数据技巧]日均2TB日志数据在线快速处理之法 http://click.aliyun.com/m/8958/
- Linux分区:超过2TB硬盘分区
测试iscsi服务是否正常 [root@FocusBackup ~]# service iscsi restart 停止 iscsi: ...
- 【重装系统】线上Linux服务器(2TB)分区参考方案
如果是线上服务器,假设它是 2TB 的 SATA 硬盘.8GB 内存,建议按如下方式进行分区: / 20480M(20G)(主分区) /boot 128M swap 10240M /data 2016 ...
- 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 ...
- 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运维的同学们,相信都遇到过这个问题. 在 ...
随机推荐
- 全文检索:haystack+elasticsearch
优点: 1.查询速度快 2.支持中文分词准备工作:安装es软件 1.拷贝到ubuntu 2.docker load -i 文件路径 3.配置 修改ip地址 4.docker run -dti --ne ...
- angular2-4 之动效-animation
提示: angular2 时animation代码在核心模块里面(@angular/core里面);到了angular4.0时animation从核心模块中提取出来作为一个单独的模块, 这样可以在 ...
- spark的二次排序
通过scala实现二次排序 package _core.SortAndTopN import org.apache.spark.{SparkConf, SparkContext} /** * Auth ...
- Practical Node.js (2018版) 13章, Node HTTP/2 Servers
新增的章节. If you are not using HTTP/2, then you are losing out on big improvements. HTTP/2相比http/1有很大的区 ...
- Linq(一)
概述 LINQ是.NET框架的扩展,它允许我们以使用SQL查询数据库的方式来查询数据集合. 使用LINQ,你可以从数据库.程序对象集合以及XML文档中查询数据. 需要注意的是,对于比较简单的功能,与其 ...
- mycat 入门使用例子
目的:有 user 和 t_order 两张数据表,表 user 的数据全部存放在 db1_zhang 中,表 t_order 的数据按 id 对 2 取模分别存放在 db1_zhang 和 db2_ ...
- python -- 约束、异常处理、MD5
1.类的约束 1.写一个父类,父类中的某个方法要抛出一个异常 NotImplementedError class Base: # 对子类进行了约束,必须重写该方法 def login(se ...
- jquery的一个小扩展,读取URL里的参数
/* *扩展jquery的功能: *读取url中参数的功能,方法的参数是要获取的URL里键; *使用前要先导入jquery.js文件. * */ (function ($) { $.getUrlPar ...
- 数位dp讲解及模板
转载自:传送门 数位DP其实是很灵活的,所以一定不要奢求一篇文章就会遍所有数位DP的题,这一篇只能是讲清楚一种情况,其他情况遇到再总结,在不断总结中慢慢体会这个思想,以后说不定就能达到一看到题目就能灵 ...
- mariadb安装和一些sql基础
MariaDB安装 yum -y install mariadb mariadb-server 启动 systemctl start mariadb systemctl enabl ...