![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 2185817.1 : How To Replace an Older 73g ODA V1 SSD (REDO diskgroup) with a 200G SSD if Using 12.1.2.1.0 or Earlier Versions if the Disk is not Automatically Added
Instruct for how to add 200GB new type of SSD for replace old 73GB SSD on old ODA V1 Release. Created from <SR 3-13293247351> Applies to:Oracle Database Appliance - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. The issues is fixed at ODA 12.1.2.5.0 or later version. GoalThe ODA V1 system originally only supported 73GB SSD but currently we only ship 200GB SSD for the replacement of the old 73GB SSD.
oakcli show diskgroup REDO redo_20 /dev/mapper/SSD_E0_S20_805696280p1 pd_20 ONLINE Good If you are not seeing the disk as added ONLINE and good check your ODA version oakcli show version
For ODA V1 12.1.2.1 or earlier releases new 200GB SSD disks will not be added into the system. SolutionStep 1: Allow the entire SSD to be partitioned (at 100%). oakcli disable validation storage
Step 3: Insert the new 200GB disk Wait at least 5 minutes. Step 4: enable the disk oakcli enable validation storage
At this point, the SSD would have been partitioned to the full size, but it will not be added to the ASM diskgroup. Step 5: Add to the ASM diskgroup manually For oak 2.0 to 12.1.2.1: Get the device name as follows: oakcli show disk pd_<slotnum> | grep UsrDevName
Add the disk with the name identified as above: alter diskgroup /*+ _OAK_AsmCookie */ REDO add disk '/dev/mapper/<UsrDevName>p1' name <UsrDevName>p1 size 73406M; <-- the size may different slightly based on the version. So before you use this command please check the other ASM redo disk size.
Note: If the customer does not following above steps and already added the new 200GB SSD in which will failed to add into system. A new SSD will have to be shipped to replace that one where the above steps where not executed correctly.
You can use the parted command to print partition sizes in sector terms. New disk: e.g. #parted -s /dev/mapper/SSD_E0_S21_<UsrDevName> unit s print Then compare the size with any other existing 73GB disk to confirm they are equal: e.g. #parted -s /dev/mapper/SSD_E0_S23_805696302 unit s print
# oakcli show diskgroup redo Attachments This solution has no attachment |
||||||||||||
|