博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DS4300 更换控制器电池 (二)
阅读量:6356 次
发布时间:2019-06-23

本文共 1858 字,大约阅读时间需要 6 分钟。

实施

请客户停止DS4300上涉及的业务和数据库等软件

为什么要停止业务,下面举一些例子:

1、             如果数据库在非归档模式,如果意外发生,可能损坏current log,会造成一定量的交易丢失;正常停止数据库会将主机内存中交易数据写入磁盘;

2、             如果主机因为业务要求(如ASM裸盘)或其他情况,没有部署多路径软件,更换动作将造成IO访问路径丢失,对业务系统读写数据造成影响;主动干预优于被动影响;

3、             取下和安装控制器过程中盘阵硬盘双LOOP将变为单LOOP,如果此时有硬盘出现故障的情况,单LOOP环可能中断,影响业务;

4、             微码或软硬件BUG原因;

5、             规定时间内没有完成更换动作;

6、             维护过程中出现其他情况。

请客户备份业务和盘阵数据

停止业务和备份数据的前后顺序取决于业务类型、数据库模式,比如非归档一定要选择脱机备份,所以请客户选用安全的顺序完成数据备份,因主要的维护动作在盘阵上,所以最好备份数据到其他介质上

备份盘阵配置信息

   config

保存config,但是不要使用恢复,因为它会初始化logical driver,破坏以后数据

 

将现在访问路径在B控上的LUN切换到A控;

如果禁用B控,则B控上LUN自动切换到A控;此动作则不需要;

切换方法:

Highlight the logical drive, right-click and select Change  Ownership/Preferred Path.

Then select the controller to which you want the logical drive to move. Depending on the

current workload, the operation can take a while to finish.

查看写缓存和控制器之间cache镜像是否被禁用,如果没有,则手动禁用,

 

禁用后,等待3分钟,等待数据写入;

 

禁用B

 

确认B控琥珀灯亮

If the preferred controller need to be replaced, you should disable the controller first. This will intentionally cause a failover of LUNs to the other controller and allow the removal and replacement of the preferred controller. This is considered a routine ownership change and is reported with an informational entry in the event log.

 

lable cableB控上线缆,移除线缆

标签纸

物理拔出控制器,更换电池,插入控制器,连线

需要30分钟内完成,否则可能导致过热;

启用B控,观察状态

使用下面两种方法检查

Use the Storage Manager Client GUI to verify that the controller is online

(up) and running by selecting the menu option to display the properties of

the controller that has just been replaced. If the controller is not up, you will

get a controller-connection error window instead of the controller properties

window. Wait a minute and retry until you get the properties window.

检查充电情况和盘阵状态;

enable cachelun切换回首选路径,查看battery时间,必要的话,清零;

 

 

启动业务,存储状态再次检查确认,业务测试

保存日志和配置信息

签字验收、动作结束。

实施后工作

归还借用物品,清理现场;

参考

其他资料

 

本文转自 liu99fifa 51CTO博客,原文链接:http://blog.51cto.com/andrewliu/678006,如需转载请自行联系原作者

你可能感兴趣的文章
[Android Pro] android 禁用和开启四大组件的方法(setComponentEnabledSetting )
查看>>
铺地毯 2011年NOIP全国联赛提高组
查看>>
Serlvet 处理http请求并保持长连接
查看>>
C语言博客作业--结构体
查看>>
node.js使用mysql模块的坑
查看>>
electron实现类似QQ来新消息时的闪烁与任务栏窗口提醒
查看>>
[IOS]创建UITabBarController
查看>>
决策树
查看>>
Struts 学习笔记1
查看>>
Spark技术内幕: Shuffle详解(一)
查看>>
CF 568A(Primes or Palindromes?-暴力推断)
查看>>
3DES
查看>>
CSS3中的动画效果-------Day72
查看>>
把一个数组和另一个数组放进同一个数组
查看>>
wireshark http抓包命令行详解
查看>>
centos mysql密码忘记了如何修改
查看>>
PHP对象在内存中的分配(转载)
查看>>
Matlab 图像处理入门
查看>>
No.2 PyQt学习
查看>>
Android代码中设置字体大小,字体颜色,显示两种颜色.倒计时效果
查看>>