montaque

小碗喝酒,小口吃肉

博客园 首页 新随笔 联系 订阅 管理
今天看 SQL Server resource kit 的时候提到了系统的可用性 (Availablity)

发现自己以前有很多认识还是很不正确的。

1. 99.9 很容易保证?

很难保证。 99.9 也就是三九,呵呵。要求一年只能有8.8 小时的offline 时间,算到每个月就更少了。所以99.X 还是个奋斗目标。

2。99.999 只是个理想目标,要求一年只有5分钟的offline 时间,响起来就怕。;)

所以为了保证这些目标,并发的维护,诊断,灾难恢复是比不可少的。

计算公式:

% Uptime/year = (8760 - number of total hours down per year)/8760

% Uptime/month = ((24 * number of days in the month) - number of total hours down in that calendar month)/(24 * number of days in the month)

% Uptime/week = (168 - number of total hours down in that week)/168

posted on 2004-11-27 10:57  montaque  阅读(1528)  评论(1编辑  收藏  举报