Netapp swapping failed disk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Finding which node has the failed disk= | |||
Run the below command to find the failed disk, which node and owner it belongs to: | |||
<pre>disk show -container-type broken</pre> | |||
=Gathering and submitting logs= | =Gathering and submitting logs= | ||
Depending on who your support is with you may need to gather and submit logs with all the info required for them to be able to issue the disk, to do this run the commands below: | Depending on who your support is with you may need to gather and submit logs with all the info required for them to be able to issue the disk, to do this run the commands below: | ||
Line 11: | Line 15: | ||
You may be asked for these by NetApp or whoever your support is with before they will process a disk replacement. | You may be asked for these by NetApp or whoever your support is with before they will process a disk replacement. | ||
=Replacing the disk= | |||
Revision as of 11:33, 24 June 2019
Finding which node has the failed disk
Run the below command to find the failed disk, which node and owner it belongs to:
disk show -container-type broken
Gathering and submitting logs
Depending on who your support is with you may need to gather and submit logs with all the info required for them to be able to issue the disk, to do this run the commands below:
run -node netapp01 -command sysconfig -A”
Copy and paste the results in to a txt file and call it something like sysconfig-a-results.txt
sysconfig -M
Copy and past the results in to a txt file and call it something like sysconfig-m-results.txt
You may be asked for these by NetApp or whoever your support is with before they will process a disk replacement.