Oracle X6-2-HA Deployment And User's Manual page 135

Database appliance
Hide thumbs Also See for X6-2-HA:
Table of Contents

Advertisement

Execute the odaadmcli expand storage command on the slave node.
4.
#odaadmcli expand storage
Precheck passed.
Successfully formatted 1.6TB SSD disks...
Check the progress of expansion of storage by executing 'odaadmcli show
disk'
Waiting for expansion to finish ...
It takes 10 to 12 minutes to add all of the disks to the configuration.
Run the odaadmcli show disk command to ensure that all disks are listed, are
5.
online, and are in a good state.
# odaadmcli show disk
Verify that the disks in slots 10 to 20 are added to Oracle Automatic Storage
6.
Management (Oracle ASM).
Run the asm_script to verify that the disks in slots 10 to 20 are added to
a.
Oracle Automatic Storage Management (Oracle ASM). If the 10 disks are
successfully added (CACHED and MEMBER), then go to Step 7.
su grid user /opt/oracle/oak/bin/stordiag/asm_script.sh 1 6
If the disks are not added to Oracle ASM, then add them manually. As a grid
b.
user, execute the sqlplus '/as sysasm' command on the master node to
add the disks to Oracle ASM.
#sqlplus '/as sysasm'
....
SQL> alter diskgroup /*+ _OAK_AsmCookie */ data add disk
'/dev/mapper/SSD_E0_S11_1399764284p1' name SSD_E0_S11_1399764284p1,
'/dev/mapper/SSD_E0_S12_1399765076p1' name SSD_E0_S12_1399765076p1,
'/dev/mapper/SSD_E0_S13_1399765116p1' name SSD_E0_S13_1399765116p1,
'/dev/mapper/SSD_E0_S14_1399765484p1' name SSD_E0_S14_1399765484p1,
'/dev/mapper/SSD_E0_S15_1399765404p1' name SSD_E0_S15_1399765404p1,
'/dev/mapper/SSD_E0_S16_1399766160p1' name SSD_E0_S16_1399766160p1,
'/dev/mapper/SSD_E0_S17_1399765264p1' name SSD_E0_S17_1399765264p1,
'/dev/mapper/SSD_E0_S18_1399763588p1' name SSD_E0_S18_1399763588p1,
'/dev/mapper/SSD_E0_S19_1399765504p1' name
SSD_E0_S19_1399765504p1;
SQL> alter diskgroup /*+ _OAK_AsmCookie */ reco add disk
'/dev/mapper/SSD_E0_S11_1399764284p2' name SSD_E0_S11_1399764284p2,
'/dev/mapper/SSD_E0_S12_1399765076p2' name SSD_E0_S12_1399765076p2,
'/dev/mapper/SSD_E0_S13_1399765116p2' name SSD_E0_S13_1399765116p2,
'/dev/mapper/SSD_E0_S14_1399765484p2' name SSD_E0_S14_1399765484p2,
'/dev/mapper/SSD_E0_S15_1399765404p2' name SSD_E0_S15_1399765404p2,
'/dev/mapper/SSD_E0_S16_1399766160p2' name SSD_E0_S16_1399766160p2,
'/dev/mapper/SSD_E0_S17_1399765264p2' name SSD_E0_S17_1399765264p2,
'/dev/mapper/SSD_E0_S18_1399763588p2' name SSD_E0_S18_1399763588p2,
'/dev/mapper/SSD_E0_S19_1399765504p2' name SSD_E0_S19_1399765504p2;
Chapter 10
Adding the 10-Pack of SSDs
10-6

Advertisement

Table of Contents
loading

Table of Contents