RAID Disk Replacement on IBM Power Platform: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "=== Removal of a SAS Physical Volume === # <tt>'''# diag'''</tt> # Select: <tt>'''Task Selection'''</tt> # Select: <tt>'''Hot Plug Task'''</tt> # Select: <tt>'''RAID Array Man...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== AIX ==
This process is seperated into two sections, the first section is to prepare AIX to remove the failed pdisk and configure the new replacement disk.  The second section will assist in reconstructing the RAID array.
=== Removal of a SAS Physical Volume ===
=== Removal of a SAS Physical Volume ===
# <tt>'''# diag'''</tt>
# <tt>'''# diag'''</tt>
Line 10: Line 12:
# Select: <tt>'''Slot #'''</tt> of the pdisk you wish to remove.
# Select: <tt>'''Slot #'''</tt> of the pdisk you wish to remove.
# Follow the on-screen instructions to complete removal.
# Follow the on-screen instructions to complete removal.
# Press: <tt>'''F3'''</tt>
# Select: <tt>'''Configure Added/Replaced Devices'''</tt>
# Exit from diag.
# Exit from diag.
=== Rebuild the RAID Array ===
=== Rebuild the RAID Array ===
Line 22: Line 26:
# Press: <tt>'''[Enter]'''</tt> at the next screen to begin the reconstruct process.
# Press: <tt>'''[Enter]'''</tt> at the next screen to begin the reconstruct process.
# This process can take several minutes to several hours.
# This process can take several minutes to several hours.
== Linux on IBM Power Platform ==
== Further Reading ==
# [http://www-01.ibm.com/support/knowledgecenter/ssw_aix/welcome IBM Knowledge Center - AIX]
# [http://www-01.ibm.com/support/knowledgecenter/api/content/8202-E4C/p7ebj/p7ebj.pdf SAS RAID Controllers for AIX]
[[Category:AIX]]
[[Category:Linux]]

Latest revision as of 12:34, 4 September 2014

AIX

This process is seperated into two sections, the first section is to prepare AIX to remove the failed pdisk and configure the new replacement disk. The second section will assist in reconstructing the RAID array.

Removal of a SAS Physical Volume

  1. # diag
  2. Select: Task Selection
  3. Select: Hot Plug Task
  4. Select: RAID Array Manager
  5. Select: IBM SAS Disk Array Manager
  6. Select: Diagnostics and Recovery Options
  7. Select: SCSI and SCSI Raid Hot Plug Manager
  8. Select: Replace/Remove a Device Attached to an SCSI Hot Swap Enclosure Device
  9. Select: Slot # of the pdisk you wish to remove.
  10. Follow the on-screen instructions to complete removal.
  11. Press: F3
  12. Select: Configure Added/Replaced Devices
  13. Exit from diag.

Rebuild the RAID Array

  1. # diag
  2. Select: Task Selection
  3. Select: Hot Plug Task
  4. Select: RAID Array Manager
  5. Select: IBM SAS Disk Array Manager
  6. Select: Reconstruct a SAS Disk Array
  7. The following screen will show the failed pdisk, press the [Enter] key to select the disk.
  8. Press: F7 to commit.
  9. Press: [Enter] at the next screen to begin the reconstruct process.
  10. This process can take several minutes to several hours.

Linux on IBM Power Platform

Further Reading

  1. IBM Knowledge Center - AIX
  2. SAS RAID Controllers for AIX