当前位置: 首页 > 工具软件 > mgmt > 使用案例 >

oracle数据库mgmt,19c rac数据库如何添加mgmt

暴绪
2023-12-01

19c rac数据库安装时候不再强制安装mgmt,ps:在rac安装界面组件叫做gimr,勾选了以后自动安装mgmt,那么如何快速添加mgmt呢?

官方给出了简便的方法,利用

mdbutil.pl脚本快速添加mgmt,参见文档

Note: 2065175.1

添加过程如下,确保已经添加好mgmt所需的asm磁盘组,19c中磁盘组至少要27G。

[grid@rac1 soft]$ ./mdbutil.pl --addmdb --target=+MGMT

mdbutil.pl version : 1.99

2020-07-08 09:54:32: I Starting To Configure MGMTDB at +MGMT...

2020-07-08 09:54:39: I Container database creation in progress... for GI 19.0.0.0.0

2020-07-08 10:07:34: I Plugable database creation in progress...

2020-07-08 10:10:53: I Executing "/tmp/mdbutil.pl --addchm" on rac1 as root to configure CHM.

root@rac1's password:

root@rac1's password:

2020-07-08 10:11:41: I Executing "/tmp/mdbutil.pl --addchm" on rac2 as root to configure CHM.

root@rac2's password:

root@rac2's password:

2020-07-08 10:11:56: W Not able to execute "/tmp/mdbutil.pl --addchm" on rac2 as root to configure CHM.

2020-07-08 10:11:56: I MGMTDB & CHM configuration done!

2020-07-08 09:54:39: I Container database creation in progress... for GI 19.0.0.0.0

附件:

 类似资料: