![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2191218.1 : FS System: A System Alert for "Volumes Require Migration" Appears After Upgrading to Software Version 6.2.0 or Higher
In this Document
Created from <SR 3-13445672841> Applies to:Oracle FS1-2 Flash Storage System - Version 6.2 to All Versions [Release 6.2 to All Releases]Information in this document applies to any platform. SymptomsThere is a System Alert for "Volumes Require Migration". ChangesThe FS1 System Software version was upgraded from 6.1.x to 6.2.x CauseThis is intended behavior. Beginning with Version 6.2.0, the Oracle FS System software prevents the creation of volumes with single parity (RAID 5) on the Capacity Disk Storage Class. All new volumes are created with double parity (RAID 6) on the Capacity Disk Storage Class for added data protection in the event of a second drive failure in the same Drive Group. Existing volumes that were created with single parity (RAID 5) are not immediately affected but if these single parity volumes undergo maintenance, such as being unmapped and then remapped, the system will automatically migrate them to double parity. SolutionThe RAID 5 volumes on the Capacity Disk Storage Class should be migrated to RAID 6 at your convenience, one at a time, keeping in mind that each volume migration will cause somewhat of a performance impact. Multiple migrations should not be done at the same time unless the Volumes are small and the system load is light enough that the performance impact of the migrations will not be an issue. To determine from the GUI which LUNs require the modification from RAID 5 to RAID 6:
To migrate the LUN to RAID 6, right-click on the LUN name and select Modify. On the Quality of Service tab, change the RAID Level to Double Parity. If you cannot click on the drop-down arrow to change it (because it's "grayed out"), then un-check the "Use Storage Profile" check box first. Click OK and the migration will start. Note that any Quality of Service LUN migration will create somewhat of a performance impact. When the first LUN migration completes, the "Volumes Require Migration" System Alert will go away. The rest of the LUNs should still be migrated to prevent a migration automatically starting at an inopportune time in response to a user-initiated modification of one of those LUNs (such as unmapping and remapping the LUN).
The System Alert will return if the pilot is failed over to the standby pilot or if the system is restarted and there are still LUNs that have not been migrated. If there are a very large number of LUNs, clicking through all of them may not be practical. In that case you can open a Service Request, upload a current manual log bundle, and a TSC engineer can generate a list of the LUNs that need migration.
Despite what it says in the software Release Notes, a System Alert will not be generated for each LUN that requires migration. Only one System Alert is generated, and it does not name the LUNs. See Bug 23612798 for more information. There is not an easy way for the customer to determine from the GUI or fscli which LUNs require modification. TSC Engineers can identify the volumes in question by running the following commands on a log bundle that has already been scanlogged:
-bash-4.1$ FSInfo.pl -l >lunlist.out
-bash-4.1$ awk -F '|' '{print $1 $12 $19 $25}' lunlist.out | grep STORAGE_CLASS_NEARLINE_HDD | grep RAID_5 The numbers in the awk command above refer to the column headings from the FSInfo.pl -l output, and these are the columns that will be returned by the awk command: 1 = LUN Name 12 = Storage Class 19 = Slat Enabled 25 = Raid Configuration
Example: -bash-4.1$ awk -F '|' '{print $1 $12 $19 $25}' lunlist.out | grep STORAGE_CLASS_NEARLINE_HDD | grep RAID_5
Alternatively, you can open the *.chsh.xml file and search for GetSystemAlertResponse:
<GetSystemAlertResponse>
References<BUG:23612798> - VOLUMES NEED MIGRATION ALERT AFTER UPDATE TO 6.2.4<NOTE:2103614.1> - FS System: QoS Migration from RAID 5 to RAID 6 Starting Automatically After Unmapping or Modifying LUNs Attachments This solution has no attachment |
||||||||||||||||||||
|