![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 2063028.1 : How to Replace an online ODA (Oracle Database Appliance) Shared Storage Disk
In this Document
Applies to:Oracle Database Appliance - Version All Versions and laterOracle Database Appliance X3-2 - Version All Versions and later Oracle Database Appliance X4-2 - Version All Versions and later Oracle Database Appliance X5-2 - Version All Versions and later Oracle Database Appliance X6-2 HA Hardware - Version All Versions and later Information in this document applies to any platform. GoalHow to Remove and Replace an ONLINE Shared Storage Disk Drive on an Oracle Database Appliance range of servers.
In some instances, we need to replace a disk that is still online and has not been marked FAILED or PredictiveFail status. SolutionDISPATCH INSTRUCTIONS: Disk drives are CRUs (Customer Replaceable Units) and disk drives should be sent to the site for replacement by the customer. Refer to Doc ID 1497610.1 Determining when Disks should be replaced on Oracle Database Appliance Since the disk is still online, you will need to take special precaution before replacing the disk drive. Please follow steps 1-7 below: 1. Verify all disks are online (v$asm_disk) and verify DATA and RECO disk group configuration issuing queries on ASM instance col GN format 99
col DN format 99 col NAME format a23 SELECT group_number GN,disk_number DN,name,state,mode_status,mount_status FROM v$asm_disk ORDER BY group_number, disk_number; i.e.: col GN format 99 col DN format 99 col NAME format a23 SELECT group_number GN,disk_number DN,name,state,mode_status,mount_status FROM v$asm_disk ORDER BY group_number, disk_number; 1 0 HDD_E0_S00_967034331P1 NORMAL ONLINE CACHED 1 1 HDD_E0_S01_965477095P1 NORMAL ONLINE CACHED 1 2 HDD_E1_S02_966582999P1 NORMAL ONLINE CACHED 1 3 HDD_E1_S03_966592943P1 NORMAL ONLINE CACHED 1 4 HDD_E0_S04_969051883P1 NORMAL ONLINE CACHED 1 5 HDD_E0_S05_966535155P1 NORMAL ONLINE CACHED 1 6 HDD_E1_S06_967038139P1 NORMAL ONLINE CACHED 1 7 HDD_E1_S07_966537131P1 NORMAL ONLINE CACHED 1 8 HDD_E0_S08_967043831P1 NORMAL ONLINE CACHED 1 9 HDD_E0_S09_966584211P1 NORMAL ONLINE CACHED 1 10 HDD_E1_S10_967036703P1 NORMAL ONLINE CACHED 1 11 HDD_E1_S11_966589399P1 NORMAL ONLINE CACHED 1 12 HDD_E0_S12_967036523P1 NORMAL ONLINE CACHED 1 13 HDD_E0_S13_966800467P1 NORMAL ONLINE CACHED 1 14 HDD_E1_S14_967038379P1 NORMAL ONLINE CACHED 1 15 HDD_E1_S15_967035195P1 NORMAL ONLINE CACHED 1 16 HDD_E0_S16_966617223P1 NORMAL ONLINE CACHED 1 17 HDD_E0_S17_966520995P1 NORMAL ONLINE CACHED 1 18 HDD_E1_S18_966584379P1 NORMAL ONLINE CACHED 1 19 HDD_E1_S19_966573799P1 NORMAL ONLINE CACHED 2 0 HDD_E0_S00_967034331P2 NORMAL ONLINE CACHED 2 1 HDD_E0_S01_965477095P2 NORMAL ONLINE CACHED 2 2 HDD_E1_S02_966582999P2 NORMAL ONLINE CACHED 2 3 HDD_E1_S03_966592943P2 NORMAL ONLINE CACHED 2 4 HDD_E0_S04_969051883P2 NORMAL ONLINE CACHED 2 5 HDD_E0_S05_966535155P2 NORMAL ONLINE CACHED 2 6 HDD_E1_S06_967038139P2 NORMAL ONLINE CACHED 2 7 HDD_E1_S07_966537131P2 NORMAL ONLINE CACHED 2 8 HDD_E0_S08_967043831P2 NORMAL ONLINE CACHED 2 9 HDD_E0_S09_966584211P2 NORMAL ONLINE CACHED 2 10 HDD_E1_S10_967036703P2 NORMAL ONLINE CACHED 2 11 HDD_E1_S11_966589399P2 NORMAL ONLINE CACHED 2 12 HDD_E0_S12_967036523P2 NORMAL ONLINE CACHED 2 13 HDD_E0_S13_966800467P2 NORMAL ONLINE CACHED 2 14 HDD_E1_S14_967038379P2 NORMAL ONLINE CACHED 2 15 HDD_E1_S15_967035195P2 NORMAL ONLINE CACHED 2 16 HDD_E0_S16_966617223P2 NORMAL ONLINE CACHED 2 17 HDD_E0_S17_966520995P2 NORMAL ONLINE CACHED 2 18 HDD_E1_S18_966584379P2 NORMAL ONLINE CACHED 2 19 HDD_E1_S19_966573799P2 NORMAL ONLINE CACHED 3 20 SSD_E0_S20_805607370P1 NORMAL ONLINE CACHED 3 21 SSD_E0_S21_805607443P1 NORMAL ONLINE CACHED 3 22 SSD_E1_S22_805607458P1 NORMAL ONLINE CACHED 3 23 SSD_E1_S23_805607433P1 NORMAL ONLINE CACHED 44 rows selected. From v$asm_disk you see all your disks NORMAL, ONLINE, CACHED col DG format a4 col "Size(MB)" format 9,999,999 col "Free(MB)" format 9,999,999 col "Usable(MB)" format 9,999,999 SELECT name AS "DG", sector_size AS "Sector Size", state, type AS "Redundancy", total_mb AS "Size(MB)", free_mb AS "Free(MB)", usable_file_mb AS "Usable(MB)" FROM V$ASM_DISKGROUP; i.e.: col DG format a4 col "Size(MB)" format 9,999,999 col "Free(MB)" format 9,999,999 col "Usable(MB)" format 9,999,999 SELECT name AS "DG", sector_size AS "Sector Size", state, type AS "Redundancy", total_mb AS "Size(MB)", free_mb AS "Free(MB)", usable_file_mb AS "Usable(MB)" FROM V$ASM_DISKGROUP; DG Sector Size STATE Redund Size(MB) Free(MB) Usable(MB) ---- ----------- ----------- ------ ---------- ---------- ---------- DATA 512 MOUNTED HIGH 4,669,440 4,657,372 1,388,617 RECO 512 MOUNTED HIGH 6,204,640 5,967,132 1,771,337 REDO 512 MOUNTED HIGH 280,016 242,460 34,150 --> You see fromV$ASM_DISKGROUP as your diskgroups are mounted 2. In order to identify the disk that needs to be replaced, issue the following command to turn on the LED on the disk oakcli locate disk pd_xx
(where xx is the number 01,23 of the failing disk) 2b. Verify the USABLE_FILE_MB is sufficient to tolerate a disk failure. In the example below, you are seeing negative value for USABLE_FILE_MB. This will need to be resolved before replacing the desired disk. See DOC ID 1558006.1 for details.
SQL> SELECT NAME, TYPE, TOTAL_MB, FREE_MB, USABLE_FILE_MB FROM V$ASM_DISKGROUP; NAME TYPE TOTAL_MB FREE_MB USABLE_FILE_MB DATA NORMAL 10776388 1968952 -922868 Note: If USABLE_FILE_MB is negative, this means there is not sufficient space in the diskgroup to tolerate a disk failure. This will need to be resolved before replacing the desired disk. See DOC ID 1558006.1 for details.
3. Now you can pull-out the disk that you have identified to be replaced. From oakcli the disk is now removed: # oakcli show disk
NAME PATH TYPE STATE STATE_DETAILS pd_00 /dev/sdam HDD ONLINE Good pd_01 /dev/sdaw HDD ONLINE Good pd_02 /dev/sdaa HDD ONLINE Good pd_03 /dev/sdak HDD ONLINE Good pd_04 /dev/sdan HDD ONLINE Good pd_05 /dev/sdax HDD ONLINE Good pd_06 /dev/sdab HDD ONLINE Good pd_07 /dev/sdal HDD ONLINE Good pd_08 /dev/sdao HDD ONLINE Good pd_09 /dev/sdau HDD FAILED DiskRemoved pd_10 /dev/sdac HDD ONLINE Good pd_11 /dev/sdai HDD ONLINE Good pd_12 /dev/sdap HDD ONLINE Good pd_13 /dev/sdav HDD ONLINE Good pd_14 /dev/sdad HDD ONLINE Good pd_15 /dev/sdaj HDD ONLINE Good pd_16 /dev/sdaq HDD ONLINE Good pd_17 /dev/sdas HDD ONLINE Good pd_18 /dev/sdae HDD ONLINE Good pd_19 /dev/sdag HDD ONLINE Good pd_20 /dev/sdar SSD ONLINE Good pd_21 /dev/sdat SSD ONLINE Good pd_22 /dev/sdaf SSD ONLINE Good pd_23 /dev/sdah SSD ONLINE Good Note* sometimes the removed disk will simply not show in the list above, this is ok, and you can continue to step 4.
$ adrci
ADRCI: Release 11.2.0.2.0 - Production on Tue Feb 21 14:20:10 2012 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. ADR base = "/u01/app/grid" adrci> show home ADR Homes: diag/asm/+asm/+ASM1 adrci> set home diag/asm/+asm/+ASM1 adrci> show alert -tail -f Tue Feb 21 12:52:50 2012 Errors in file /u01/app/grid/diag/asm/+asm/+ASM1/trace/+ASM1_ora_11832.trc: ORA-27061: waiting for async I/Os failed Linux-x86_64 Error: 5: Input/output error Additional information: -1 Additional information: 4096 WARNING: Read Failed. group:2 disk:9 AU:0 offset:0 size:4096 Errors in file /u01/app/grid/diag/asm/+asm/+ASM1/trace/+ASM1_ora_11832.trc: ORA-27061: waiting for async I/Os failed Linux-x86_64 Error: 5: Input/output error Additional information: -1 Additional information: 4096 WARNING: Read Failed. group:1 disk:9 AU:0 offset:0 size:4096 SQL> alter diskgroup /*+ _OAK_AsmCookie */ DATA offline disk 'HDD_E0_S09_966584211p1' NOTE: DRTimer CD Create: for disk group 1 disks: 9 NOTE: process _user11832_+asm1 (11832) initiating offline of disk 9.3916349682 (HDD_E0_S09_966584211P1) with mask 0x7e in group 1 NOTE: initiating PST update: grp = 1, dsk = 9/0xe96ec0f2, mode = 0x6a, op = 4 (...) Tue Feb 21 13:05:19 2012 WARNING: Disk (HDD_E0_S09_966584211P1) will be dropped in: (12213) secs on ASM inst: (1) WARNING: Disk (HDD_E0_S09_966584211P2) will be dropped in: (12213) secs on ASM inst: (1)
# dmesg
mpt2sas1: removing handle(0x0021), sas_addr(0x5000c500399ce791) mpt2sas0: removing handle(0x0012), sas_addr(0x5000c500399ce791) scsi 7:0:21:0: rejecting I/O to dead device device-mapper: multipath: Failing path 66:224. scsi 7:0:21:0: rejecting I/O to dead device scsi 6:0:8:0: rejecting I/O to dead device device-mapper: multipath: Failing path 8:160. scsi 6:0:8:0: rejecting I/O to dead device
col DG format a4
col "Size(MB)" format 9,999,999 col "Free(MB)" format 9,999,999 col "Usable(MB)" format 9,999,999 SELECT name AS "DG", sector_size AS "Sector Size", state, type AS "Redundancy", total_mb AS "Size(MB)", free_mb AS "Free(MB)", usable_file_mb AS "Usable(MB)" FROM V$ASM_DISKGROUP; DG Sector Size STATE Redund Size(MB) Free(MB) Usable(MB) ---- ----------- ----------- ------ ---------- ---------- ---------- DATA 512 MOUNTED HIGH 4,669,440 4,657,372 1,388,617 RECO 512 MOUNTED HIGH 6,204,640 5,967,132 1,771,337 REDO 512 MOUNTED HIGH 280,016 242,460 34,150 ----- col GN format 99 col DN format 99 col NAME format a23 SELECT group_number GN,disk_number DN,name,state,mode_status,mount_status FROM v$asm_disk WHERE mode_status='OFFLINE' ORDER BY group_number, disk_number; 1 9 HDD_E0_S09_966584211P1 NORMAL OFFLINE MISSING 2 9 HDD_E0_S09_966584211P2 NORMAL OFFLINE MISSING
$ ps -ef|grep smon
grid 6030 1 0 Jan30 ? 00:00:00 asm_smon_+ASM1 oracle 13946 1 0 Jan31 ? 00:01:19 ora_smon_simpledb_1 oracle 16169 1 0 Jan30 ? 00:01:48 ora_smon_orcl1 grid 25237 15019 0 13:13 pts/3 00:00:00 grep smon root 30298 1 0 Jan30 ? 01:29:18 /u01/app/11.2.0/grid/bin/osysmond.bin
# oakcli show disk
NAME PATH TYPE STATE STATE_DETAILS pd_00 /dev/sdam HDD ONLINE Good pd_01 /dev/sdaw HDD ONLINE Good pd_02 /dev/sdaa HDD ONLINE Good pd_03 /dev/sdak HDD ONLINE Good pd_04 /dev/sdan HDD ONLINE Good pd_05 /dev/sdax HDD ONLINE Good pd_06 /dev/sdab HDD ONLINE Good pd_07 /dev/sdal HDD ONLINE Good pd_08 /dev/sdao HDD ONLINE Good pd_09 /dev/sdau HDD ONLINE Good pd_10 /dev/sdac HDD ONLINE Good pd_11 /dev/sdai HDD ONLINE Good pd_12 /dev/sdap HDD ONLINE Good pd_13 /dev/sdav HDD ONLINE Good pd_14 /dev/sdad HDD ONLINE Good pd_15 /dev/sdaj HDD ONLINE Good pd_16 /dev/sdaq HDD ONLINE Good pd_17 /dev/sdas HDD ONLINE Good pd_18 /dev/sdae HDD ONLINE Good pd_19 /dev/sdag HDD ONLINE Good pd_20 /dev/sdar SSD ONLINE Good pd_21 /dev/sdat SSD ONLINE Good pd_22 /dev/sdaf SSD ONLINE Good pd_23 /dev/sdah SSD ONLINE Good
If at this stage the reinserted disk is marked as not Good from the above oak command, you could restart the oakd issuing:
# oakcli restart oak
Note: Be aware of Bug 22582818 - ODA TREATS HDD WWID AS A SIGNED NUMBER. This bug is fixed in 12.1.2.7.0 In the disk names below, if there is a "-" sign in the disk name that was just replaced, the disk cannot be used in ASM, and will need to be replaced again. Refer to Doc ID 2120302.1 for more details. col DG format a4
col "Size(MB)" format 9,999,999 col "Free(MB)" format 9,999,999 col "Usable(MB)" format 9,999,999 SELECT name AS "DG", sector_size AS "Sector Size", state, type AS "Redundancy", total_mb AS "Size(MB)", free_mb AS "Free(MB)", usable_file_mb AS "Usable(MB)" FROM V$ASM_DISKGROUP; DG Sector Size STATE Redund Size(MB) Free(MB) Usable(MB) ---- ----------- ----------- ------ ---------- ---------- ---------- DATA 512 MOUNTED HIGH 4,915,200 4,902,532 1,470,337 RECO 512 MOUNTED HIGH 6,531,200 6,281,728 1,876,202 REDO 512 MOUNTED HIGH 280,016 242,460 34,150 col GN format 99 col DN format 99 col NAME format a23 SELECT group_number GN,disk_number DN,name,state,mode_status,mount_status FROM v$asm_disk ORDER BY group_number, disk_number; 1 0 HDD_E0_S00_967034331P1 NORMAL ONLINE CACHED 1 1 HDD_E0_S01_965477095P1 NORMAL ONLINE CACHED 1 2 HDD_E1_S02_966582999P1 NORMAL ONLINE CACHED 1 3 HDD_E1_S03_966592943P1 NORMAL ONLINE CACHED 1 4 HDD_E0_S04_969051883P1 NORMAL ONLINE CACHED 1 5 HDD_E0_S05_966535155P1 NORMAL ONLINE CACHED 1 6 HDD_E1_S06_967038139P1 NORMAL ONLINE CACHED 1 7 HDD_E1_S07_966537131P1 NORMAL ONLINE CACHED 1 8 HDD_E0_S08_967043831P1 NORMAL ONLINE CACHED 1 9 HDD_E0_S09_966584211P1 NORMAL ONLINE CACHED 1 10 HDD_E1_S10_967036703P1 NORMAL ONLINE CACHED 1 11 HDD_E1_S11_966589399P1 NORMAL ONLINE CACHED 1 12 HDD_E0_S12_967036523P1 NORMAL ONLINE CACHED 1 13 HDD_E0_S13_966800467P1 NORMAL ONLINE CACHED 1 14 HDD_E1_S14_967038379P1 NORMAL ONLINE CACHED 1 15 HDD_E1_S15_967035195P1 NORMAL ONLINE CACHED 1 16 HDD_E0_S16_966617223P1 NORMAL ONLINE CACHED 1 17 HDD_E0_S17_966520995P1 NORMAL ONLINE CACHED 1 18 HDD_E1_S18_966584379P1 NORMAL ONLINE CACHED 1 19 HDD_E1_S19_966573799P1 NORMAL ONLINE CACHED 2 0 HDD_E0_S00_967034331P2 NORMAL ONLINE CACHED 2 1 HDD_E0_S01_965477095P2 NORMAL ONLINE CACHED 2 2 HDD_E1_S02_966582999P2 NORMAL ONLINE CACHED 2 3 HDD_E1_S03_966592943P2 NORMAL ONLINE CACHED 2 4 HDD_E0_S04_969051883P2 NORMAL ONLINE CACHED 2 5 HDD_E0_S05_966535155P2 NORMAL ONLINE CACHED 2 6 HDD_E1_S06_967038139P2 NORMAL ONLINE CACHED 2 7 HDD_E1_S07_966537131P2 NORMAL ONLINE CACHED 2 8 HDD_E0_S08_967043831P2 NORMAL ONLINE CACHED 2 9 HDD_E0_S09_966584211P2 NORMAL ONLINE CACHED 2 10 HDD_E1_S10_967036703P2 NORMAL ONLINE CACHED 2 11 HDD_E1_S11_966589399P2 NORMAL ONLINE CACHED 2 12 HDD_E0_S12_967036523P2 NORMAL ONLINE CACHED 2 13 HDD_E0_S13_966800467P2 NORMAL ONLINE CACHED 2 14 HDD_E1_S14_967038379P2 NORMAL ONLINE CACHED 2 15 HDD_E1_S15_967035195P2 NORMAL ONLINE CACHED 2 16 HDD_E0_S16_966617223P2 NORMAL ONLINE CACHED 2 17 HDD_E0_S17_966520995P2 NORMAL ONLINE CACHED 2 18 HDD_E1_S18_966584379P2 NORMAL ONLINE CACHED 2 19 HDD_E1_S19_966573799P2 NORMAL ONLINE CACHED 3 20 SSD_E0_S20_805607370P1 NORMAL ONLINE CACHED 3 21 SSD_E0_S21_805607443P1 NORMAL ONLINE CACHED 3 22 SSD_E1_S22_805607458P1 NORMAL ONLINE CACHED 3 23 SSD_E1_S23_805607433P1 NORMAL ONLINE CACHED 44 rows selected.
Tue Feb 21 13:38:56 2012
ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. ASM Volume(VDBG) - Unable to send message 'disk status' to the volume driver. NOTE: PST update grp = 1 completed successfully NOTE: reset timers for disk: 9 NOTE: completed online of disk group 1 disks HDD_E0_S09_966584211P1 (9) Tue Feb 21 13:38:58 2012 NOTE: Found /dev/mapper/HDD_E0_S09_966584211p2 for disk HDD_E0_S09_966584211P2 WARNING: ignoring disk in deep discovery SUCCESS: validated disks for 2/0x83be304f (RECO) GMON querying group 2 at 47 for pid 46, osid 11274 NOTE: membership refresh pending for group 2/0x83be304f (RECO) GMON querying group 2 at 48 for pid 18, osid 6032 NOTE: cache opening disk 9 of grp 2: HDD_E0_S09_966584211P2 path:/dev/mapper/HDD_E0_S09_966584211p2 SUCCESS: refreshed membership for 2/0x83be304f (RECO) NOTE: initiating PST update: grp = 2, dsk = 9/0x0, mode = 0x5d, op = 1 SUCCESS: alter diskgroup /*+ _OAK_AsmCookie */ RECO online disk 'HDD_E0_S09_966584211p2' GMON updating disk modes for group 2 at 49 for pid 46, osid 11274 NOTE: PST update grp = 2 completed successfully NOTE: initiating PST update: grp = 2, dsk = 9/0x0, mode = 0x7d, op = 1 GMON updating disk modes for group 2 at 50 for pid 46, osid 11274 NOTE: PST update grp = 2 completed successfully NOTE: Voting File refresh pending for group 2/0x83be304f (RECO) NOTE: Attempting voting file refresh on diskgroup RECO Tue Feb 21 13:40:56 2012 NOTE: initiating PST update: grp = 2, dsk = 9/0x0, mode = 0x7f, op = 1 Tue Feb 21 13:40:56 2012 GMON updating disk modes for group 2 at 51 for pid 46, osid 11274 NOTE: PST update grp = 2 completed successfully NOTE: reset timers for disk: 9 NOTE: completed online of disk group 2 disks HDD_E0_S09_966584211P2 (9)
mpt2sas0: detecting: handle(0x0012), sas_address(0x5000c500399ce791), phy(8)
mpt2sas0: REPORT_LUNS: handle(0x0012), retries(0) mpt2sas0: TEST_UNIT_READY: handle(0x0012), lun(0) Vendor: SEAGATE Model: ST360057SSUN600G Rev: 0A25 Type: Direct-Access ANSI SCSI revision: 05 scsi 6:0:26:0: SSP: handle(0x0012), sas_addr(0x5000c500399ce791), phy(8), device_name(0x00c5005091e79c39) scsi 6:0:26:0: SSP: enclosure_logical_id(0x5080020000b16e00), slot(9) scsi 6:0:26:0: serial_number(001112E0L4P2 6SL0L4P2) scsi 6:0:26:0: qdepth(254), tagged(1), simple(1), ordered(0), scsi_level(6), cmd_que(1) mpt2sas1: detecting: handle(0x0021), sas_address(0x5000c500399ce791), phy(8) mpt2sas1: REPORT_LUNS: handle(0x0021), retries(0) mpt2sas1: TEST_UNIT_READY: handle(0x0021), lun(0) SCSI device sdaz: 1172123568 512-byte hdwr sectors (600127 MB) Vendor: SEAGATE Model: ST360057SSUN600G Rev: 0A25 Type: Direct-Access ANSI SCSI revision: 05 scsi 7:0:26:0: SSP: handle(0x0021), sas_addr(0x5000c500399ce791), phy(8), device_name(0x00c5005091e79c39) scsi 7:0:26:0: SSP: enclosure_logical_id(0x5080020000b16e00), slot(9) scsi 7:0:26:0: serial_number(001112E0L4P2 6SL0L4P2) scsi 7:0:26:0: qdepth(254), tagged(1), simple(1), ordered(0), scsi_level(6), cmd_que(1) SCSI device sdba: 1172123568 512-byte hdwr sectors (600127 MB) sdba: Write Protect is off sdba: Mode Sense: df 00 10 08 SCSI device sdba: drive cache: write through w/ FUA SCSI device sdba: 1172123568 512-byte hdwr sectors (600127 MB) sdba: Write Protect is off sdba: Mode Sense: df 00 10 08 SCSI device sdba: drive cache: write through w/ FUA sdba: sdba1 sdba2 sd 7:0:26:0: Attached scsi disk sdba sdaz: Write Protect is off sd 7:0:26:0: Attached scsi generic sg10 type 0 sdaz: Mode Sense: df 00 10 08 SCSI device sdaz: drive cache: write through w/ FUA SCSI device sdaz: 1172123568 512-byte hdwr sectors (600127 MB) sdaz: Write Protect is off sdaz: Mode Sense: df 00 10 08 SCSI device sdaz: drive cache: write through w/ FUA sdaz: sdaz1 sdaz2 sd 6:0:26:0: Attached scsi disk sdaz sd 6:0:26:0: Attached scsi generic sg49 type 0 If the newly replaced disk has older firmware from what the ODA Software is expecting, you will need to update the firmware on this disk. If the disk has newer firmware from the existing disks, this is fine, and the firmware does not need to be downgraded to match existing disks. To upgrade the disk firmware, use the oakcli update -patch command, for example: # oakcli update -patch 12.1.2.6.0 --infra <<<<<<<<<<<<<< be sure to use the version of your ODA software
For version 12.1.2.7.0 and above, the command syntax has changed to --storage: # oakcli update -patch 12.1.2.7.0 --storage
******IMPORTANT****** Updating fiwmare will cause a reboot. If you cannot take a reboot at this time, please schedule one in the near future to perform the infra update. Attachments This solution has no attachment |
||||||||||||||||
|