{"id":11240,"date":"2019-04-01T06:57:38","date_gmt":"2019-04-01T06:57:38","guid":{"rendered":"https:\/\/dbtut.com\/?p=11240"},"modified":"2019-04-01T06:57:38","modified_gmt":"2019-04-01T06:57:38","slug":"replacing-a-damaged-hard-disk-on-exadata","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/","title":{"rendered":"Replacing a Damaged Hard Disk on Exadata"},"content":{"rendered":"<p>You can perform the hard disk replacement on Exadata cellnodes by performing the following checks and steps.<\/p>\n<p>Hard Disks on the cell node are automatically dropped at the time of damage, and the disks of the asm disk groups will also be deleted. After the disk drop operation and after the disk changes, rebalance process will automatically start in ASM disk groups.<\/p>\n<h2>Find the Damaged Disk<\/h2>\n<pre class=\"lang:default decode:true \">CellCLI&gt; LIST PHYSICALDISK WHERE diskType=HardDisk AND status LIKE \".*failure.*\" DETAIL\r\nname: 20:11\r\ndeviceId: 8\r\ndiskType: HardDisk\r\nenclosureDeviceId: 20\r\nerrMediaCount: 980\r\nerrOtherCount: 0\r\nforeignState: false\r\nluns: 0_11\r\nmakeModel: \"SEAGATE ST360057SSUN600G\"\r\nphysicalFirmware: 0A25\r\nphysicalInsertTime: 2011-11-29T13:40:05+02:00\r\nphysicalInterface: sas\r\nphysicalSerial: E1EY5Z\r\nphysicalSize: 558.9109999993816G\r\nslotNumber: 11\r\nstatus: predictive failure<\/pre>\n<p>You can also detect the damaged disk from the alert history output.<\/p>\n<pre class=\"lang:default decode:true \">CellCLI&gt; list alerthistory\r\n1_1 2017-09-09T15:41:00+03:00 critical \"Hard disk status changed to predictive failure. Status : PREDICTIVE FAILURE Manufacturer : SEAGATE Model Number : ST360057SSUN600G Size : 600GB Serial Number : E1EY5Z Firmware : 0A25 Slot Number : 11 Cell Disk : CD_11_orclcel08 Grid Disk : RECO_ORCL_CD_11_orclcel08, DBFS_DG_CD_11_orclcel08, DATA_ORCL_CD_11_orclcel08\"<\/pre>\n<h2>Check the Rebalance Operation in ASM Disk Groups<\/h2>\n<p>Do not change the disk if there is a running rebalance operation. Wait for the process to finish.<\/p>\n<pre class=\"lang:default decode:true \">[root@orcldb01 ~]# su - oracle\r\n[oracle@orcldb01 ~]$ . oraenv\r\nORACLE_SID = [oracle] ? +ASM1\r\nThe Oracle base has been set to \/u01\/app\/oracle\r\n[oracle@orcldb01 ~]$ sqlplus \/ as sysasm\r\n\r\nSQL*Plus: Release 11.2.0.3.0 Production on Mon Sep 11 15:46:58 2017\r\n\r\nCopyright (c) 1982, 2011, Oracle. All rights reserved.\r\n\r\nConnected to:\r\nOracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production\r\nWith the Real Application Clusters and Automatic Storage Management options\r\n\r\nSQL&gt; select * from gv$asm_operation;\r\n\r\nno rows selected\r\n\r\nSQL&gt; exit\r\nDisconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production\r\nWith the Real Application Clusters and Automatic Storage Management options<\/pre>\n<h2>Check the Status of the Disk to be Replaced<\/h2>\n<pre class=\"lang:default decode:true \">CellCLI&gt; list celldisk where lun=0_11\r\nCD_11_orclcel08 proactive failure\r\n\r\nCellCLI&gt; list griddisk where celldisk=CD_11_orclcel08 attributes name,size,status,asmmodestatus\r\nDATA_ORCL_CD_11_orclcel08 423G proactive failure DROPPED\r\nDBFS_DG_CD_11_orclcel08 29.125G proactive failure DROPPED\r\nRECO_ORCL_CD_11_orclcel08 105.6875G proactive failure DROPPED<\/pre>\n<h2>Make sure that the Asm Disks on the Damaged Disk are Removed from the Disk Groups<\/h2>\n<p>With the following query, you can be sure that there are no asm disks associated with the damaged disk. Because the values \u200b\u200bin the name column in the v$asm_disk view are in the upper case, use upper case when querying.<\/p>\n<pre class=\"lang:default decode:true \">SQL&gt; select * from v$asm_disk where name like '%CD_11_ORCLCEL08%'<\/pre>\n<p>Although it is not necessary, it is useful to remove the disk completely from the system with the following command. In some versions, this command may cause a syntax error. If values from the above query returns, the following command must be executed.<\/p>\n<pre class=\"lang:default decode:true \">CellCLI&gt; alter physicaldisk 20:11 drop for replacement\r\n\r\nPhysical disk 20:3 was dropped for replacement.\r\n\r\nCellCLI&gt;\r\n\r\nCellCLI&gt; list physicaldisk 20:11 detail\r\nname: 20:11\r\ndeviceId: 8\r\ndiskType: HardDisk\r\nenclosureDeviceId: 20\r\nerrMediaCount: 980\r\nerrOtherCount: 0\r\nforeignState: false\r\nluns: 0_11\r\nmakeModel: \"SEAGATE ST360057SSUN600G\"\r\nphysicalFirmware: 0A25\r\nphysicalInsertTime: 2011-11-29T13:40:05+02:00\r\nphysicalInterface: sas\r\nphysicalSerial: E1EY5Z\r\nphysicalSize: 558.9109999993816G\r\nslotNumber: 11\r\nstatus: warning - predictive failure - dropped for replacement<\/pre>\n<h2>Change the Damaged Disk<\/h2>\n<p>You can change the disk at this stage. When ejecting the disc, click the button and pull the disk a little and wait for the lights to turn off completely. Then remove the disc completely from the slot.<\/p>\n<p>After the change, you should check the following to see if everything is normal.<\/p>\n<p>After the disk change, the rebalance process will start automatically in asm disk groups. You can increase the power value for shorter Rebalance operation. You can review the article titled &#8220;<a href=\"https:\/\/dbtut.com\/index.php\/2018\/11\/27\/how-to-increase-asm-rebalance-processing-speed\/\" target=\"_blank\" rel=\"bookmark noopener noreferrer\">How To Increase ASM Rebalance Processing Speed<\/a>&#8221; for this process.<\/p>\n<h2>Make sure Everything Goes Well After the Change<\/h2>\n<pre class=\"lang:default decode:true \">CellCLI&gt; list physicaldisk 20:11 detail\r\nname: 20:11\r\ndeviceId: 8\r\ndiskType: HardDisk\r\nenclosureDeviceId: 20\r\nerrMediaCount: 0\r\nerrOtherCount: 0\r\nluns: 0_11\r\nmakeModel: \"SEAGATE ST360057SSUN600G\"\r\nphysicalFirmware: E5AFNP\r\nphysicalInsertTime: 2017-09-11T13:35:43+02:00\r\nphysicalInterface: sas\r\nphysicalSerial: L89VNM\r\nphysicalSize: 558.9109999993816G\r\nslotNumber: 11\r\nstatus: normal\r\n\r\nCellCLI&gt; list celldisk where lun=0_3 detail\r\nname: CD_11_orclcel08\r\ncomment:\r\ncreationTime: 2017-09-11T13:35:43+02:00\r\ndeviceName: \/dev\/sdl\r\ndevicePartition: \/dev\/sdl\r\ndiskType: HardDisk\r\nerrorCount: 0\r\nfreeSpace: 0\r\nid: 51a96b02-82d6-4d1e-bc82-a8d6e8305c28\r\ninterleaving: none\r\nlun: 0_11\r\nraidLevel: 0\r\nsize: 557.859375G\r\nstatus: normal\r\n\r\nCellCLI&gt; list griddisk where celldisk=CD_11_orclcel08 attributes name,size,status,asmmodestatus\r\nDATA_ORCL_CD_11_orclcel08 423G active ONLINE\r\nDBFS_DG_CD_11_orclcel08 29.125G active ONLINE\r\nRECO_ORCL_CD_11_orclcel08 105.6875G active ONLINE<\/pre>\n<p>After disk exchange, check that all disks are online with the megacli as below.<\/p>\n<pre class=\"lang:default decode:true\">[root@orclcel08 ~]# \/opt\/MegaRAID\/MegaCli\/MegaCli64 -pdlist -a0 |egrep 'Slot Number|Firmware state'\r\nSlot Number: 0\r\nFirmware state: Online, Spun Up\r\nSlot Number: 1\r\nFirmware state: Online, Spun Up\r\nSlot Number: 2\r\nFirmware state: Online, Spun Up\r\nSlot Number: 3\r\nFirmware state: Online, Spun Up\r\nSlot Number: 4\r\nFirmware state: Online, Spun Up\r\nSlot Number: 5\r\nFirmware state: Online, Spun Up\r\nSlot Number: 6\r\nFirmware state: Online, Spun Up\r\nSlot Number: 7\r\nFirmware state: Online, Spun Up\r\nSlot Number: 8\r\nFirmware state: Online, Spun Up\r\nSlot Number: 9\r\nFirmware state: Online, Spun Up\r\nSlot Number: 10\r\nFirmware state: Online, Spun Up\r\nSlot Number: 11\r\nFirmware state: Online, Spun Up<\/pre>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_11240\" class=\"pvc_stats all  \" data-element-id=\"11240\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>You can perform the hard disk replacement on Exadata cellnodes by performing the following checks and steps. Hard Disks on the cell node are automatically dropped at the time of damage, and the disks of the asm disk groups will also be deleted. After the disk drop operation and after the disk changes, rebalance process &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_11240\" class=\"pvc_stats all  \" data-element-id=\"11240\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":11241,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4],"tags":[2980,2977,2979,2978],"class_list":["post-11240","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-oracle","tag-change-disk-on-exadata","tag-how-to-replace-a-hard-drive-in-an-exadata","tag-replace-disk-on-exadata","tag-replacing-a-failed-exadata-storage-hard-disk"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":2750,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Replacing a Damaged Hard Disk on Exadata - Database Tutorials<\/title>\n<meta name=\"description\" content=\"Replacing a Damaged Hard Disk on Exadata\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Replacing a Damaged Hard Disk on Exadata - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"Replacing a Damaged Hard Disk on Exadata\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-01T06:57:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png\" \/>\n\t<meta property=\"og:image:width\" content=\"622\" \/>\n\t<meta property=\"og:image:height\" content=\"325\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"dbtut\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dbtut\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\"},\"author\":{\"name\":\"dbtut\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\"},\"headline\":\"Replacing a Damaged Hard Disk on Exadata\",\"datePublished\":\"2019-04-01T06:57:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png\",\"keywords\":[\"Change disk on Exadata\",\"How to Replace a Hard Drive in an Exadata\",\"Replace disk on Exadata\",\"Replacing a failed Exadata Storage Hard Disk\"],\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\",\"name\":\"Replacing a Damaged Hard Disk on Exadata - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png\",\"datePublished\":\"2019-04-01T06:57:38+00:00\",\"description\":\"Replacing a Damaged Hard Disk on Exadata\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png\",\"width\":622,\"height\":325},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Replacing a Damaged Hard Disk on Exadata\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\",\"name\":\"dbtut\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"caption\":\"dbtut\"},\"description\":\"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.\",\"sameAs\":[\"http:\/\/NurullahCAKIR\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/dbtut\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Replacing a Damaged Hard Disk on Exadata - Database Tutorials","description":"Replacing a Damaged Hard Disk on Exadata","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/","og_locale":"en_US","og_type":"article","og_title":"Replacing a Damaged Hard Disk on Exadata - Database Tutorials","og_description":"Replacing a Damaged Hard Disk on Exadata","og_url":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/","og_site_name":"Database Tutorials","article_published_time":"2019-04-01T06:57:38+00:00","og_image":[{"width":622,"height":325,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png","type":"image\/png"}],"author":"dbtut","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dbtut","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/"},"author":{"name":"dbtut","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408"},"headline":"Replacing a Damaged Hard Disk on Exadata","datePublished":"2019-04-01T06:57:38+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png","keywords":["Change disk on Exadata","How to Replace a Hard Drive in an Exadata","Replace disk on Exadata","Replacing a failed Exadata Storage Hard Disk"],"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/","url":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/","name":"Replacing a Damaged Hard Disk on Exadata - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png","datePublished":"2019-04-01T06:57:38+00:00","description":"Replacing a Damaged Hard Disk on Exadata","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/04\/Ads\u0131z.png","width":622,"height":325},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2019\/04\/01\/replacing-a-damaged-hard-disk-on-exadata\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Replacing a Damaged Hard Disk on Exadata"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408","name":"dbtut","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","caption":"dbtut"},"description":"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.","sameAs":["http:\/\/NurullahCAKIR"],"url":"https:\/\/dbtut.com\/index.php\/author\/dbtut\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/11240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=11240"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/11240\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/11241"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=11240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=11240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=11240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}