上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 121 下一页

2015年12月28日

服务器主机上RAID Controller的Read Ahead Policy

摘要: RAID控制器(卡)会根据Read Ahead Policy 来决定是否只读取应用程序所请求的一块数据, 还是从硬盘上读取整个stripe. 这个policy会对读的性能产生影响. No Read Ahead (Normal) RAID控制器会只读取应用程序请求的数据, 多一点都不读. 这种模式比较适合的情况是读取操作主要是随机的读. Always Read Ahea... 阅读全文

posted @ 2015-12-28 17:24 中道学友 阅读(4638) 评论(0) 推荐(0) 编辑

2015年12月23日

Error: MDM failed command. Status: Only a single SDC may be mapped to this volume at a time

摘要: 映射一个volume到多个SDC的时候报错如下: Error: MDM failed command. Status: Only a single SDC may be mapped to this volume at a time 从上图可以看到创建volume, 映射volume都成功了, 再映射一个的时候报了错. 暂时的解决方法如下: scli --unmap_volume_fr... 阅读全文

posted @ 2015-12-23 11:34 中道学友 阅读(755) 评论(0) 推荐(0) 编辑

2015年12月22日

Commands to help you to Start Using ScaleIO Storage

摘要: To start using your storage: Log in to the MDM: scli --login --username admin --password Add SDS devices: (unless they were already added using a CSV file containing devices)You must add at least on... 阅读全文

posted @ 2015-12-22 10:47 中道学友 阅读(362) 评论(0) 推荐(0) 编辑

2015年12月18日

The node (XXX.XXX.XXX.XXX,XXX.XXX.XXX.XXX)has already some ScaleIO components installed

摘要: 安装ScaleIO 1.32遇到如下报错, 怎么办? 很简单, 在控制面板里把ScaleIO的软件删掉即可. 阅读全文

posted @ 2015-12-18 15:23 中道学友 阅读(429) 评论(0) 推荐(0) 编辑

2015年12月16日

如何移除EFI system partition?

摘要: 莫名其妙, 在我的服务器上出现了这样一种分区, 上面写着EFI system, 删也删不掉, 因为删除分区的菜单是灰掉的. 找到了这篇文章, 成功的删掉了这个烦人的分区. 整个过程记录如下: 参考资料 =================== How to Remove an EFI System Partition or GPT Protective Partition F... 阅读全文

posted @ 2015-12-16 11:33 中道学友 阅读(2835) 评论(0) 推荐(0) 编辑

2015年12月15日

如何在Windows版的ScaleIO的节点中添加磁盘

摘要: 嗯, 为什么会有这个问题呢? 因为我要安装ScaleIO 1.32, 在使用Installation manager完成初始安装之后, 需要将一些磁盘添加到ScaleIO的storage pool中. 在这个对话框中, 你该填写什么作为你要添加的磁盘的路径呢? 答案是D, E, F, G之类的... 阅读全文

posted @ 2015-12-15 17:15 中道学友 阅读(761) 评论(0) 推荐(0) 编辑

如何让我domain里的机器都跟domain controller的时间保持一致?

摘要: 貌似是应该先在PDC上设一个时间源服务器, 然后, 再让domain里所有的机器都去与PDC去sync时间即可. 可是笔者的环境里, 怎么都配不同, 我觉得可能是实验室的网络有什么特别的设置吧. 不管了, 在有限的时间内要达到我的目的就不能追求完美了. 追求完美的同学可以尝试一下这两篇文章, 看起来应该是OK的. http://www.sysadminlab.net/windows/conf... 阅读全文

posted @ 2015-12-15 15:12 中道学友 阅读(617) 评论(0) 推荐(0) 编辑

2015年11月25日

[PowerShell Utils] Create a list of virtual machines based on configuration read from a CSV file in Hyper-V

摘要: Hello everyone, this is the third post of the series. . Background =============== In my solution, I have 15 Windows hosts. I need to configure them from the OS installation to configure fail ov... 阅读全文

posted @ 2015-11-25 15:53 中道学友 阅读(424) 评论(0) 推荐(0) 编辑

2015年11月24日

Reboot server stuck at “Press ESC in 1 seconds to skip startup.nsh”

摘要: I have a Cisco C240 server, and everytime after reboot, it will got stuck at screen like below. To resolve this, I logged on to CIMC (cisco integrated management controller), and reconfigured the b... 阅读全文

posted @ 2015-11-24 14:30 中道学友 阅读(11606) 评论(0) 推荐(0) 编辑

[PowerShell Utils] Remotely install Hyper-V and Failover Cluster feature on a list of windows 2012 servers

摘要: Hello everyone, this is the second post of the series. . Background =============== In my environment, I have 15 Windows hosts. I need to configure them from the OS installation to configure fai... 阅读全文

posted @ 2015-11-24 12:57 中道学友 阅读(477) 评论(0) 推荐(0) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 121 下一页

导航

技术追求准确,态度积极向上