3. Check the disk health of the existing storage disks.
Run the check on both nodes and use the default checks option to check the
NetworkComponents
,
OSDiskStorage
,
SharedStorage
, and
SystemComponents
.
# odaadmcli validate -d
4. Run the odaadmcli show diskgroup command on each node to display and
review Oracle Automatic Storage Management (Oracle ASM) disk group
information. Verify that all disks are listed, are online, and are in a good state.
# odaadmcli show diskgroup data
# odaadmcli show diskgroup reco
# odaadmcli show diskgroup redo
5. Confirm Oracle ASM and CRS health on both nodes.
Run the odaadmcli orachk command on each node. If there is a problem
connecting to either node, then check the /etc/bashrc file and remove (or
remark out) any values in the profile for
root
,
oracle
,
grid users
.
Run odaadmcli orachk on Node 0:
# odaadmcli orachk
...
Checking Status of Oracle Software Stack - Clusterware, ASM, RDBMS
. . . . . . . . .
------------------------------------------------------------------------------------------------------
-
Oracle Stack Status
------------------------------------------------------------------------------------------------------
-
Host Name CRS Installed ASM HOME RDBMS Installed CRS UP ASM UP RDBMS UP DB Instance Name
------------------------------------------------------------------------------------------------------
-
odax3rm1 Yes No Yes No No No ........
------------------------------------------------------------------------------------------------------
-
...
Run odaadmcli orachk on Node 1:
# odaadmcli orachk
...
Checking Status of Oracle Software Stack - Clusterware, ASM, RDBMS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
------------------------------------------------------------------------------------------------------
-
Oracle Stack Status
------------------------------------------------------------------------------------------------------
-
Host Name CRS Installed ASM HOME RDBMS Installed CRS UP ASM UP RDBMS UP DB Instance Name
------------------------------------------------------------------------------------------------------
-
odax3rm2 Yes Yes Yes Yes Yes Yes b22S2 b23S2
b24S2
------------------------------------------------------------------------------------------------------
-
Chapter 10
Preparing for Storage Expansion
10-4