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运维的同学们,相信都遇到过这个问题. 在 ...
随机推荐
- Spring中使用@Value读取porperties文件中的属性值方法总结及注意事项
本文为博主原创,转载请注明出处. 此前曾总结过使用工具类读取properties文件中的属性值,有兴趣的可以看一下. 如何快速获取properties中的配置属性值:https://www.cnblo ...
- memcpy的函数
网新恒天2014校园招聘笔试编程题 已知memcpy的函数为: void* memcpy(void *dest , const void* src , size_t count)其中dest是目的指针 ...
- MySQL中case then用法
1.查询图书价格,若价格为null,则显示unknown,若价格为10到20, 则显示10 to 20 SELECT price, CASE WHEN price='null' THEN 'UnKno ...
- fastjson将json字符串转化成map的五种方法
package com.zkn.newlearn.json; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObj ...
- GSEA - Gene set enrichment analysis 基因集富集 | ORA - Over-Representation Analysis 分析原理与应用
RNA-seq是利器,大部分做实验的老板手下都有大量转录组数据,所以RNA-seq的分析需求应该是很大的(大部分的生信从业人员应该都差不多要沾边吧). 普通的转录组套路并不多,差异表达基因.富集分析. ...
- 【SQL Server备份恢复】维护计划实现备份:每周数据库完整备份、每天差异备份、每小时日志备份
在数据库管理中,数据库备份是非常重要的. 通过维护计划向导,可以很方便的完成数据库备份. 下面的例子说明了如何实现数据库的备份,具体的备份策略是:每周日一次完整备份.每天差异备份(除周日外).每小时日 ...
- Mysql批量添加数据
方法一:建一个存储过程 方法二:会话变量 set @varname = value; insert into tbl_name(col1,col2,col3,col_varname) values(v ...
- 【Oracle】【8】大批量update某个字段
正文: 需实现:将A表的某个字段的值复制到B表中 我们一般会这样写:UPDATE B SET B.NAME = (SELECT A.NAME FROM A WHERE A.NO = B.NO) 出现的 ...
- 【lintcode13】字符串查找
问题: 对于一个给定的 source 字符串和一个 target 字符串,你应该在 source 字符串中找出 target 字符串出现的第一个位置(从0开始).如果不存在,则返回 -1. 样例:如果 ...
- 关于 java 里面的路径
getClass().getResource("/").getPath() 获取当前类编译的文件的 目录 如果该文件已经是jar包中的文件 只能读取到该jar 包的 路径 g ...