Bo's Oracle Station

【博客文章2024】RAC 19c磁盘硬件严重故障处置系列三:mgmtdb的恢复

2024-4-3 16:40| 发布者: admin| 查看: 77| 评论: 0|原作者: Bo Tang

摘要: 这是“RAC 19c磁盘硬件严重故障处置系列”的第三篇。博客详细介绍了mgmtdb的恢复。包含:mgmtdb的问题以及mgmtdb在RAC集群中的作用、mgmtdb的cdb的创建、mgmtdb的pdb的创建和最为详细的mgmtca配置GIMR的过程。本博客详细查询mgmtdb的多租户数据库和CHM、CHA用户和表。本博客是目前最全面介绍mgmtdb恢复的中文原创博客之一。将通过之后的一篇博客来进行RAC数据库的恢复。
【博客文章2024】RAC 19c磁盘硬件严重故障处置系列三:mgmtdb的恢复




Author: Bo Tang


    RAC 19c集群底层结构已经修复,详见这篇博客:https://www.botangdb.com/mytec/mytec_rac/202404/00900118.html通过本文和之后的两篇博客继续进行集群的恢复。下面红色标出的资源都需要恢复:

[grid@station11 ~]$ crsctl status res -t

--------------------------------------------------------------------------------

Name           Target  State        Server                   State details       

--------------------------------------------------------------------------------

Local Resources

--------------------------------------------------------------------------------

ora.LISTENER.lsnr

               ONLINE  ONLINE       station11                STABLE

               ONLINE  ONLINE       station12                STABLE

ora.chad

               ONLINE  ONLINE       station11                STABLE

               ONLINE  ONLINE       station12                STABLE

ora.net1.network

               ONLINE  ONLINE       station11                STABLE

               ONLINE  ONLINE       station12                STABLE

ora.ons

               ONLINE  ONLINE       station11                STABLE

               ONLINE  ONLINE       station12                STABLE

--------------------------------------------------------------------------------

Cluster Resources

--------------------------------------------------------------------------------

ora.ASMNET1LSNR_ASM.lsnr(ora.asmgroup)

      1        ONLINE  ONLINE       station11                STABLE

      2        ONLINE  ONLINE       station12                STABLE

      3        ONLINE  OFFLINE                               STABLE

ora.DATA.dg(ora.asmgroup)

      1        ONLINE  ONLINE       station11                STABLE

      2        ONLINE  ONLINE       station12                STABLE

      3        OFFLINE OFFLINE                               STABLE

ora.FRA.dg(ora.asmgroup)

      1        ONLINE  ONLINE       station11                STABLE

      2        ONLINE  ONLINE       station12                STABLE

      3        OFFLINE OFFLINE                               STABLE

ora.LISTENER_SCAN1.lsnr

      1        ONLINE  ONLINE       station12                STABLE

ora.LISTENER_SCAN2.lsnr

      1        ONLINE  ONLINE       station11                STABLE

ora.LISTENER_SCAN3.lsnr

      1        ONLINE  ONLINE       station11                STABLE

ora.MGMTLSNR

      1        ONLINE  ONLINE       station12                169.254.1.204 172.31

                                                             .118.12 172.31.118.2

                                                             12,STABLE

ora.asm(ora.asmgroup)

      1        ONLINE  ONLINE       station11                Started,STABLE

      2        ONLINE  ONLINE       station12                Started,STABLE

      3        OFFLINE OFFLINE                               STABLE

ora.asmnet1.asmnetwork(ora.asmgroup)

      1        ONLINE  ONLINE       station11                STABLE

      2        ONLINE  ONLINE       station12                STABLE

      3        OFFLINE OFFLINE                               STABLE

ora.cvu

      1        ONLINE  ONLINE       station11                STABLE

ora.mgmtdb

      1        ONLINE  OFFLINE                               Instance Shutdown,ST

                                                             ABLE

ora.qosmserver

      1        ONLINE  ONLINE       station11                STABLE

ora.racorcl.db

      1        ONLINE  OFFLINE                               Instance Shutdown,ST

                                                             ABLE

      2        ONLINE  OFFLINE                               Instance Shutdown,ST

                                                             ABLE

ora.scan1.vip

      1        ONLINE  ONLINE       station12                STABLE

ora.scan2.vip

      1        ONLINE  ONLINE       station11                STABLE

ora.scan3.vip

      1        ONLINE  ONLINE       station11                STABLE

ora.station11.vip

      1        ONLINE  ONLINE       station11                STABLE

ora.station12.vip

      1        ONLINE  ONLINE       station12                STABLE

--------------------------------------------------------------------------------


1. mgmtdb的问题以及mgmtdb在RAC集群中的作用:

    由于mgmtdb的参数文件、控制文件和数据文件都在+data磁盘组上,所以这些文件也全部丢失,使得mgmtdb无法启动

[root@station11 etc]# srvctl status mgmtdb
Database is enabled
Database is not running.
[root@station11 etc]# srvctl start mgmtdb
PRCR-1079 : Failed to start resource ora.mgmtdb
CRS-5017: The resource action "ora.DATA.dg start" encountered the following error:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 4376
Additional information: 1262282731
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station11/crs/trace/crsd_oraagent_grid.trc".

CRS-5017: The resource action "ora.FRA.dg start" encountered the following error:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 4376
Additional information: 1262282731
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station11/crs/trace/crsd_oraagent_grid.trc".

CRS-2674: Start of 'ora.DATA.dg' on 'station11' failed
CRS-2674: Start of 'ora.FRA.dg' on 'station11' failed
CRS-5017: The resource action "ora.mgmtdb start" encountered the following error:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/19.3.0/grid/dbs/init-MGMTDB.ora'
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station11/crs/trace/crsd_oraagent_grid.trc".

CRS-2674: Start of 'ora.mgmtdb' on 'station11' failed
CRS-5017: The resource action "ora.DATA.dg start" encountered the following error:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 4376
Additional information: 1262282731
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station11/crs/trace/crsd_oraagent_grid.trc".

CRS-5017: The resource action "ora.FRA.dg start" encountered the following error:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 4376
Additional information: 1262282731
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station11/crs/trace/crsd_oraagent_grid.trc".

CRS-2674: Start of 'ora.DATA.dg' on 'station11' failed
CRS-2674: Start of 'ora.FRA.dg' on 'station11' failed
CRS-5017: The resource action "ora.mgmtdb start" encountered the following error:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/19.3.0/grid/dbs/init-MGMTDB.ora'
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/station12/crs/trace/crsd_oraagent_grid.trc".

CRS-2674: Start of 'ora.mgmtdb' on 'station12' failed
CRS-2632: There are no more servers to try to place resource 'ora.mgmtdb' on that would satisfy its placement policy


    mgmtdb是带一个pdb的cdb数据库用来存储Cluster HealthMonitor (CHM/OS,ora.crf) 、Oracle Database QoS Management、Rapid Home Provisioning和其他的数据。它是一个单实例数据库,在Cluster启动的时候会启动mgmtdb,它的实例会在其中一个节点上运行(使用oclumon manage -get master查看在哪个实例上运行)。mgmtdb受clusterware管理。如果运行mgmtdb的节点宕机了,clusterware会自动把mgmgtdb转移到其他的节点上。

2. mgmtdb的cdb的创建:

    在所有节点上停止ora.crf:

[grid@station11 ~]$ . oraenv

ORACLE_SID = [+ASM1] ?  

The Oracle base remains unchanged with value /u01/app/grid

[grid@station11 ~]$ crsctl stop res ora.crf -init

CRS-2673: Attempting to stop 'ora.crf' on 'station11'

CRS-2677: Stop of 'ora.crf' on 'station11' succeeded

[root@station11 ~]# . oraenv

ORACLE_SID = [+ASM1] ? 

The Oracle base remains unchanged with value /u01/app/grid

[root@station11 ~]# crsctl modify res ora.crf -attr ENABLED=0 -init


[grid@station12 ~]$ . oraenv

ORACLE_SID = [+ASM2] ? 

The Oracle base remains unchanged with value /u01/app/grid

[grid@station12 ~]$ crsctl stop res ora.crf -init

CRS-2673: Attempting to stop 'ora.crf' on 'station12'

CRS-2677: Stop of 'ora.crf' on 'station12' succeeded

[root@station12 ~]# . oraenv

ORACLE_SID = [+ASM2] ? 

The Oracle base remains unchanged with value /u01/app/grid

[root@station12 ~]# crsctl modify res ora.crf -attr ENABLED=0 -init


    尝试删除mgmtdb实例:

[grid@station11 ~]$ dbca -silent -deleteDatabase -sourceDB -MGMTDB -force

[FATAL] [DBT-10003] Delete operation for Oracle Grid Infrastructure Management Repository (GIMR) cannot be performed on the current node (station11).

   CAUSE: Oracle GIMR is running on a remote node (station12).

   ACTION: Invoke DBCA on the remote node (station12) to delete Oracle GIMR.


    根据提示在另一个节点运行:

[grid@station12 ~]$ dbca -silent -deleteDatabase -sourceDB -MGMTDB -force

[WARNING] [DBT-11503] The instance (-MGMTDB) is not running on the local node. This may result in partial delete of Oracle database.

   CAUSE: A locally running instance is required for complete deletion of Oracle database instance and database files.

   ACTION: Specify a locally running database, or execute DBCA on a node where the database instance is running.

[WARNING] [DBT-19202] The Database Configuration Assistant will delete the Oracle instances and datafiles for your database. All information in the database will be destroyed.

Prepare for db operation

32% complete

Connecting to database

35% complete

39% complete

42% complete

[WARNING] The data files for database with SID "-MGMTDB" could not be determined because the database could not be started. DBCA will proceed with the service deletion.

65% complete

Updating network configuration files

68% complete

Deleting instance and datafiles

84% complete

100% complete

Database deletion completed.

Look at the log file "/u01/app/grid/cfgtoollogs/dbca/-MGMTDB/-MGMTDB.log" for further details.


    反注册ora.mgmtdb资源:

[grid@station11 ~]$ srvctl remove mgmtdb
Remove the database _mgmtdb? (y/[n]) y


    创建mgmtdb的根容器数据库:

[grid@station11 ~]$ dbca -silent -createDatabase -sid -MGMTDB -createAsContainerDatabase true -templateName MGMTSeed_Database.dbc -gdbName _mgmtdb -storageType ASM -diskGroupName +DATA  -datafileJarLocation /u01/app/19.3.0/grid/assistants/dbca/templates   -characterset AL32UTF8 -autoGeneratePasswords -skipUserTemplateCheck
Prepare for db operation
10% complete
Registering database with Oracle Grid Infrastructure
14% complete
Copying database files
43% complete
Creating and starting Oracle instance
45% complete
49% complete
54% complete
58% complete
62% complete
Completing Database Creation
66% complete
69% complete
71% complete
Executing Post Configuration Actions
100% complete
Database creation complete. For details check the logfiles at:
 /u01/app/grid/cfgtoollogs/dbca/_mgmtdb.
Database Information:
Global Database Name:_mgmtdb
System Identifier(SID):-MGMTDB
Look at the log file "/u01/app/grid/cfgtoollogs/dbca/_mgmtdb/_mgmtdb0.log" for further details.

    验证根容器的容器名,种子数据库的状态和数据文件:

[grid@station11 ~]$ . oraenv
ORACLE_SID = [+ASM1] ? -MGMTDB
The Oracle base remains unchanged with value /u01/app/grid
[grid@station11 ~]$ sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 8 07:00:00 2024
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.

SQL> conn / as sysdba
Connected.
SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT
SQL> col name format a30 trunc
SQL> select  con_id, name, open_mode from v$pdbs;

    CON_ID NAME                           OPEN_MODE
---------- ------------------------------ ----------
         2 PDB$SEED                       READ ONLY

SQL> select name from v$datafile;

NAME
------------------------------
+DATA/_MGMTDB/DATAFILE/system.
+DATA/_MGMTDB/DATAFILE/sysaux.
+DATA/_MGMTDB/DATAFILE/undotbs
+DATA/_MGMTDB/86B638145FF37A6F
+DATA/_MGMTDB/86B638145FF37A6F
+DATA/_MGMTDB/86B638145FF37A6F

6 rows selected.


3. mgmtdb的pdb的创建:
    
    插件数据库的名字应该是cluster的名字,使用以下命令查看cluster的名字:

[grid@station11 ~]$  cemutlo -n
cluster11


    使用以下命令创建pdb。运行时会要求输入本地用户PDBADMIN的密码,设置并记住密码:

[grid@station11 ~]$ dbca -silent -createPluggableDatabase -sourceDB -MGMTDB -pdbName cluster11  -PDBBackUpfile  /u01/app/19.3.0/grid/assistants/dbca/templates/MGMTSeed_Database.dfb -PDBMetadataFile  /u01/app/19.3.0/grid/assistants/dbca/templates/MGMTSeed_Database.dbc   -createAsClone true -internalSkipGIHomeCheck
Enter PDBADMIN User Password:

Prepare for db operation
13% complete
Creating Pluggable Database
15% complete
19% complete
23% complete
31% complete
53% complete
Completing Pluggable Database Creation
60% complete
Executing Post Configuration Actions
100% complete
Pluggable database "cluster11" plugged successfully.
Look at the log file "/u01/app/grid/cfgtoollogs/dbca/_mgmtdb/cluster11/_mgmtdb.log" for further details.


    验证所有容器的容器名,插件数据库的状态和数据文件:

[grid@station11 ~]$ . oraenv
ORACLE_SID = [-MGMTDB] ?
The Oracle base remains unchanged with value /u01/app/grid
[grid@station11 ~]$ sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 8 07:51:28 2024
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.

SQL> conn / as sysdba
Connected.
SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT
SQL> col name format a30 trunc
SQL> select  con_id, name , open_mode from v$pdbs;

    CON_ID NAME                           OPEN_MODE
---------- ------------------------------ ----------
         2 PDB$SEED                       READ ONLY
         3 CLUSTER11                      READ WRITE

SQL> col name format a200 trunc
SQL> set linesize 1000
SQL>  select con_id, name  from v$datafile;

    CON_ID NAME
---------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         1 +DATA/_MGMTDB/DATAFILE/system.263.1165732941
         1 +DATA/_MGMTDB/DATAFILE/sysaux.264.1165732957
         1 +DATA/_MGMTDB/DATAFILE/undotbs1.265.1165732963
         2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/system.271.1165733207
         2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/sysaux.272.1165733207
         2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/undotbs1.273.1165733207
         3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/system.278.1165734649
         3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysaux.277.1165734649
         3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/undotbs1.276.1165734649
         3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/users.280.1165734659


10 rows selected.

    mgmtdb中的表:

[grid@station11 ~]$ . oraenv
ORACLE_SID = [-MGMTDB] ?
The Oracle base remains unchanged with value /u01/app/grid
[grid@station11 ~]$ sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 8 08:08:00 2024
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.

SQL> conn / as sysdba
Connected.
SQL> alter session set container=cluster11;

Session altered.

SQL> show con_name

CON_NAME
------------------------------
CLUSTER11

SQL> select  table_name from dba_tables;

TABLE_NAME
--------------------------------------------------------------------------------
IND$
CLU$
ICOL$
COL$
TAB$
LOB$
COLTYPE$
SUBCOLTYPE$
NTAB$
REFCON$
OPQTYPE$

......
BSLN_TIMEGROUPS
MGMT_DB_FILE_GTT
MGMT_DB_SIZE_GTT
XDB$XIDX_IMP_T
AQ$_WM$EVENT_QUEUE_TABLE_T
AQ$_WM$EVENT_QUEUE_TABLE_H
AQ$_WM$EVENT_QUEUE_TABLE_I
WM$MW_TABLE$
UTL_RECOMP_SKIP_LIST
WRI$_REPT_REPORTS
WRI$_REPT_FORMATS

TABLE_NAME
--------------------------------------------------------------------------------
UTL_RECOMP_COMPILED

1783 rows selected.

SQL> 

4. mgmtca配置GIMR:

    在所有节点上启动ora.crf:

[root@station11 ~]# crsctl modify res ora.crf -attr ENABLED=1 -init
[root@station11 ~]# crsctl start res ora.crf -init
CRS-2672: Attempting to start 'ora.crf' on 'station11'
CRS-2676: Start of 'ora.crf' on 'station11' succeeded

[root@station12 ~]# crsctl modify res ora.crf -attr ENABLED=1 -init
[root@station12 ~]# crsctl start res ora.crf -init
CRS-2672: Attempting to start 'ora.crf' on 'station12'
CRS-2676: Start of 'ora.crf' on 'station12' succeeded

    由于GIMR没有配置,以下命令输出中的PDB name和PDB service都为空:
    使用mgmtca来配置GIMR

    GIMR如果配置成功,以下命令输出中的PDB name和PDB service不为空(12.2.0.1之前,PDB name和PDB service的值都是cluster的名字):
    GIMR如果配置成功后,pdb的名字会被rename成GIMR_DSCREP_#形式,并多出6个数据文件:

[grid@station11 ~]$ . oraenv
ORACLE_SID = [-MGMTDB] ?
The Oracle base remains unchanged with value /u01/app/grid
[grid@station11 ~]$ sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 8 14:36:49 2024
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle. All rights reserved.

SQL> conn / as sysdba
Connected.
SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT
SQL> col name format a30 trunc
SQL> select con_id, name , open_mode from v$pdbs;

CON_ID NAME OPEN_MODE
---------- ------------------------------ ----------
2 PDB$SEED READ ONLY
3 GIMR_DSCREP_10 READ WRITE

SQL> col name format a200 trunc
SQL> set linesize 1000
SQL> select con_id, name from v$datafile;

CON_ID NAME
---------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 +DATA/_MGMTDB/DATAFILE/system.263.1165732941
1 +DATA/_MGMTDB/DATAFILE/sysaux.264.1165732957
1 +DATA/_MGMTDB/DATAFILE/undotbs1.265.1165732963
2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/system.271.1165733207
2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/sysaux.272.1165733207
2 +DATA/_MGMTDB/86B638145FF37A6FE053F706E80A81F1/DATAFILE/undotbs1.273.1165733207
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/system.278.1165734649
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysaux.277.1165734649
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/undotbs1.276.1165734649
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/users.280.1165734659
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysgridhomedata.259.1165755347

CON_ID NAME
---------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/syscalogdata.282.1165755349
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysmgmtdata.283.1165755349
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysmgmtdatadb.284.1165755353
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysmgmtdatachafix.285.1165755367
3 +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysmgmtdataq.286.1165755377


16 rows selected.

    GIMR的路径:

[grid@station11 ~]$ oclumon manage -get reppath

CHM Repository Path = +DATA/_MGMTDB/158ACCB6A0784A9DE0630BFA19AC0578/DATAFILE/sysmgmtdata.283.1165755349

    查询GIMR的两个用户:

[grid@station11 ~]$ . oraenv
ORACLE_SID = [-MGMTDB] ?
The Oracle base remains unchanged with value /u01/app/grid
[grid@station11 ~]$ sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 8 14:30:59 2024
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle. All rights reserved.

SQL> conn / as sysdba
Connected.
SQL> select name from v$pdbs;

NAME
--------------------------------------------------------------------------------
PDB$SEED
GIMR_DSCREP_10

SQL> alter session set container=GIMR_DSCREP_10;

Session altered.

SQL> col username format a30 trunc
SQL> col account_status format a50 trunc
SQL> select username, account_status from dba_users where username like 'CH%';

USERNAME
------------------------------
ACCOUNT_STATUS
--------------------------------------------------
CHA
OPEN

CHM
OPEN


SQL> set linesize 1000
SQL> select username, account_status from dba_users where username like 'CH%';

USERNAME ACCOUNT_STATUS
------------------------------ --------------------------------------------------
CHA OPEN
CHM OPEN


    查看mgmtdb在哪个节点上运行:

[grid@station11 ~]$ srvctl status mgmtdb
Database is enabled
Instance -MGMTDB is running on node station11

[grid@station11 ~]$ oclumon  manage  -get master

Master = station11

    查看集群状态,mgmtdb修复成功:

[grid@station11 ~]$ crsctl status res -t
--------------------------------------------------------------------------------
Name           Target  State        Server                   State details       
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.LISTENER.lsnr
               ONLINE  ONLINE       station11                STABLE
               ONLINE  ONLINE       station12                STABLE
ora.chad
               ONLINE  ONLINE       station11                STABLE
               ONLINE  ONLINE       station12                STABLE
ora.net1.network
               ONLINE  ONLINE       station11                STABLE
               ONLINE  ONLINE       station12                STABLE
ora.ons
               ONLINE  ONLINE       station11                STABLE
               ONLINE  ONLINE       station12                STABLE
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.ASMNET1LSNR_ASM.lsnr(ora.asmgroup)
      1        ONLINE  ONLINE       station11                STABLE
      2        ONLINE  ONLINE       station12                STABLE
      3        ONLINE  OFFLINE                               STABLE
ora.DATA.dg(ora.asmgroup)
      1        ONLINE  ONLINE       station11                STABLE
      2        ONLINE  ONLINE       station12                STABLE
      3        OFFLINE OFFLINE                               STABLE
ora.FRA.dg(ora.asmgroup)
      1        ONLINE  ONLINE       station11                STABLE
      2        ONLINE  ONLINE       station12                STABLE
      3        OFFLINE OFFLINE                               STABLE
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       station12                STABLE
ora.LISTENER_SCAN2.lsnr
      1        ONLINE  ONLINE       station11                STABLE
ora.LISTENER_SCAN3.lsnr
      1        ONLINE  ONLINE       station11                STABLE
ora.MGMTLSNR
      1        ONLINE  ONLINE       station11                169.254.14.179 172.3
                                                             1.118.11 172.31.118.
                                                             211,STABLE
ora.asm(ora.asmgroup)
      1        ONLINE  ONLINE       station11                Started,STABLE
      2        ONLINE  ONLINE       station12                Started,STABLE
      3        OFFLINE OFFLINE                               STABLE
ora.asmnet1.asmnetwork(ora.asmgroup)
      1        ONLINE  ONLINE       station11                STABLE
      2        ONLINE  ONLINE       station12                STABLE
      3        OFFLINE OFFLINE                               STABLE
ora.cvu
      1        ONLINE  ONLINE       station11                STABLE
ora.mgmtdb
      1        ONLINE  ONLINE       station11                Open,STABLE

ora.qosmserver
      1        ONLINE  ONLINE       station11                STABLE
ora.racorcl.db
      1        ONLINE  OFFLINE                               Instance Shutdown,ST
                                                             ABLE
      2        ONLINE  OFFLINE                               Instance Shutdown,ST
                                                             ABLE

ora.scan1.vip
      1        ONLINE  ONLINE       station12                STABLE
ora.scan2.vip
      1        ONLINE  ONLINE       station11                STABLE
ora.scan3.vip
      1        ONLINE  ONLINE       station11                STABLE
ora.station11.vip
      1        ONLINE  ONLINE       station11                STABLE
ora.station12.vip
      1        ONLINE  ONLINE       station12                STABLE
--------------------------------------------------------------------------------








路过

雷人

握手

鲜花

鸡蛋

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-4-7 23:21 , Processed in 0.034858 second(s), 21 queries .

返回顶部