asm 磁盘组扩容,简单命令不解释-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3503107
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2020-05-10 16:16:57

 需要root权限,在两个节点上执行。

ls -l /dev|grep grid
grep grid  /etc/udev/rules.d/99-oracle-asmdevices.rules  通常是这个文件
vi 
/etc/udev/rules.d/
增加新设备描述信息。

udevadm control --reload-rules
udevadm trigger --type=devices --action=change
ls -l /dev|grep grid
最好大小与现有磁盘一致。

su - grid
sqlplus / as sysasm
alter diskgroup archdg add disk '/dev/xxx' rebalance power 11;

检查rebalance进度
col error_code for a30
set lin 300 pages 100
select group_number,operation,state,power,actual,sofar,est_work,est_minutes,
error_code from v$asm_operation;

阅读(1737) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图