![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Technical Instruction Sure Solution 2094495.1 : Sun Storage 2500, 2500-M2, and 6000 Arrays: How to Enable & Disable Disk Scrubbing (Media Scan)
In this Document
Created from <SR 3-11923985551> Applies to:Sun Storage 6780 Array - Version Not Applicable to Not Applicable [Release N/A]Sun Storage 6580 Array - Version All Versions to All Versions [Release All Releases] Sun Storage 6180 Array - Version All Versions to All Versions [Release All Releases] Sun Storage 2540-M2 Array - Version Not Applicable to Not Applicable [Release N/A] Sun Storage 2530-M2 Array - Version Not Applicable to Not Applicable [Release N/A] Information in this document applies to any platform. GoalDisk scrubbing (aka Media Scan) is a background process performed by the array controllers to provide error detection on the drive media. Disk scrubbing detects errors and reports them to the event log. The advantage of disk scrubbing is that the process can find media errors before they disrupt normal drive reads and writes. Disk scrubbing scans all volume data to verify that it can be accessed. If you enable a redundancy check, it also scans the volume redundancy data.
SolutionUsing Common Array Manager BUI (Browser User Interface)Verify the status:
Enabling Disk Scrubbing on an Array Globally:
Using sscs (Common Array Manager CLI)The sscs CAM command-line interface is found in the following locations: Solaris: /opt/SUNWstkcam/bin/
# sscs list array <array-name> # sscs list array ST6540 ........ Disk Scrubbing Enabled: Disabled <------------ ........ # sscs modify -k <scan period> array <array-name>
# sscs modify -k 30 array ST6540 #sscs list array ST6540
# sscs modify -k disable array <array-name>
# sscs modify -k disable array ST6540
# sscs list -a <array-name> volume <vol-name>
# sscs list -a ST6540 volume vol1 Volume: vol1 Type: Standard... Disk Scrubbing: Disabled Disk Scrubbing with Redundancy: Disabled ... # sscs modify -a <array-name> -k enable volume <vol-name>
# sscs modify -a ST6540 -k enable volume vol1
# sscs modify -a <array-name> -k enable volume <vol-name> # sscs modify -a <array-name> -r enable volume <vol-name>
# sscs modify -a ST6540 -k enable volume vol1 # sscs modify -a ST6540 -r enable volume vol1 #lsscs list -a ST6540 volume vol1 .....
# sscs modify -a <array-name> -k disable volume <vol-name> # sscs modify -a <array-name> -r disable volume <vol-name>
# sscs modify -a ST6540 -k disable volume vol1 # sscs modify -a ST6540 -r disable volume vol1
Attachments This solution has no attachment |
||||||||||||||||||
|