just do it
发布时间:2014-12-16 10:59:29
主机:SUN E3500系统:Solaris9盘阵:A5000卷管理:SVM系统盘镜像中,两块镜像盘故障,需要重新安装操作系统。收集原系统explore包,方便重装时对系统配置。d34: Mirror Submirror 0: d3 State: Needs maintenance Submirror 1: d4 St.........【阅读全文】
发布时间:2014-11-07 18:32:31
将卷停止: # vxvol -g testgrp stop testvol # vxprint -g testgrp -hrt DG NAME NCONFIG NLOG MINORS GROUP-IDST NAME &nbs.........【阅读全文】
发布时间:2014-10-28 09:09:14
查看所有用户分区表及分区策略(1、2级分区表均包括):SELECT p.table_name AS 表名, decode(p.partitioning_key_count, 1, '主分区') AS 分区类型,p.partitioning_type AS 分区类型, p.column_name AS 分区键,decode(nvl(q.subpartitioning_key_count, 0), 0, '无子分区', 1, '子分区') AS 有无子分区,q.subpartition.........【阅读全文】