{"id":2413,"date":"2015-11-03T11:03:12","date_gmt":"2015-11-03T11:03:12","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=2413"},"modified":"2025-05-21T16:36:30","modified_gmt":"2025-05-21T13:36:30","slug":"adaptec-raid-controller-how-to-create","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/","title":{"rendered":"Adaptec RAID controller: how to create it?"},"content":{"rendered":"<h2><span id=\"Adaptec_.D0.B0.D0.BF.D0.BF.D0.B0.D1.80.D0.B0.D1.82.D0.BD.D1.8B.D0.B9_RAID-.D0.BA.D0.BE.D0.BD.D1.82.D1.80.D0.BE.D0.BB.D0.BB.D0.B5.D1.80\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">Adaptec RAID controller <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">The <b> arcconf<\/b> tool is used for managing the controller on the command-line interface. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\"><b>asm<\/b> (Adaptec Storage Manager) is a graphical tool. <\/span><\/p>\n<h2><span id=\".D0.9A.D0.B0.D0.BA_.D0.BC.D0.BE.D0.B6.D0.BD.D0.BE_.D0.BF.D1.80.D0.BE.D0.B2.D0.B5.D1.80.D0.B8.D1.82.D1.8C_.D1.81.D0.BE.D1.81.D1.82.D0.BE.D1.8F.D0.BD.D0.B8.D0.B5_.D0.B0.D0.BF.D0.BF.D0.B0.D1.80.D0.B0.D1.82.D0.BD.D0.BE.D0.B3.D0.BE_RAID.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">How to check the status of the hardware-based RAID <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">To check the status of the Adaptec RAID Controller, the Adaptec command-line tool <b>arcconf<\/b> must be installed.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">The actual status of the RAID may be obtained by using the following command: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf GETCONFIG 1 LD<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Example for RAID 1:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">Controllers found: 1\n----------------------------------------------------------------------\nLogical device information\n----------------------------------------------------------------------\nLogical device number 0\n   Logical device name                      :\n   RAID level                               : 1\n   Status of logical device                 : Optimal\n   Size                                     : 714742 MB\n   Read-cache mode                          : Enabled\n   MaxIQ preferred cache setting            : Enabled\n   MaxIQ cache setting                      : Disabled\n   Write-cache mode                         : Enabled (write-back)\n   Write-cache setting                      : Enabled (write-back)\n   Partitioned                              : Yes\n   Protected by Hot-Spare                   : No\n   Bootable                                 : Yes\n   Failed stripes                           : No\n   Power settings                           : Disabled\n   --------------------------------------------------------\n   Logical device segment information\n   --------------------------------------------------------\n   Segment 0                                : Present (0,0) S13UJ1DPB05048\n   Segment 1                                : Present (0,1) S13UJ1DQ201027<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">The status of the drives may be obtained by using the following command: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf GETCONFIG 1 PD<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">As this command also generates a quantity of useless information, it is advisable to filter the output, eg. using: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf getconfig 1 pd|egrep \"Device #|State\\&gt;|Reported Location|Reported Channel|S.M.A.R.T. warnings\"<\/span><\/pre>\n<h2><span id=\".D0.9A.D0.B0.D0.BA_.D1.81.D0.BE.D0.B7.D0.B4.D0.B0.D1.82.D1.8C_.D0.B0.D0.BF.D0.BF.D0.B0.D1.80.D0.B0.D1.82.D0.BD.D1.8B.D0.B9_RAID.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">How to set up a hardware-based RAID?<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Regardless of whether changes to the mode of an existing RAID are required or if a new RAID (after installing a controller) is to be set up, the first thing to do is to delete the drives from their logical drives:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf DELETE &lt;Controller#&gt; LOGICALDRIVE &lt;ld#&gt;<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">For example:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf DELETE 1 LOGICALDRIVE 0<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">or (for all discs):<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf DELETE 1 LOGICALDRIVE ALL<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Now it is possible to set up a new RAID:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE &lt;Controller#&gt; LOGICALDRIVE [Options] &lt;Size&gt; &lt;RAID#&gt; &lt;Channel# ID#&gt; [Channel# ID#]<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">RAID 0 setup (maximum size, drives on Channel 0, Port 0 and 1, no confirmation):<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE 1 LOGICALDRIVE MAX 0 0 0 0 1 noprompt<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">RAID 1 setup (maximum size, drives on Channel 0, Port 0 and 1, no confirmation):<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE 1 LOGICALDRIVE MAX 1 0 0 0 1 noprompt<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">RAID 5 setup (maximum size, drives on Channel 0, Port 0 and 1, no confirmation): <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE 1 LOGICALDRIVE MAX 5 0 0 0 1 0 2 noprompt<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">RAID 10 setup (maximum size, drives on Channel 0, Port 0 and 1, no confirmation): <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE 1 LOGICALDRIVE MAX 10 0 0 0 1 0 2 0 3 noprompt<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">JBOD (single drive on Channel 0, Port 2): <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf CREATE 1 JBOD 0 2 noprompt<\/span><\/pre>\n<h2><span id=\".D0.9A.D0.B0.D0.BA_.D0.BF.D1.80.D0.B8_.D0.BF.D0.BE.D0.BC.D0.BE.D1.89.D0.B8_arcconf_.D0.B7.D0.B0.D0.BF.D1.83.D1.81.D1.82.D0.B8.D1.82.D1.8C_REBUILD_.D0.B4.D0.BB.D1.8F_RAID.2C_.D0.BD.D0.B0.D1.85.D0.BE.D0.B4.D1.8F.D1.89.D0.B5.D0.B3.D0.BE.D1.81.D1.8F_.D0.B2_.D1.81.D0.BE.D1.81.D1.82.D0.BE.D1.8F.D0.BD.D0.B8.D0.B8_DEGRADED.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">How to start a REBUILD using arcconf with a DEGRADED RAID <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">First, check to see if all drives are recognized: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf GETCONFIG 1 PD<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">If they are not, start a manual rescan: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf RESCAN 1<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">The status of the RAID should then be shown as DEGRADED: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">root@rescue ~ # arcconf getconfig 1 ld\nControllers found: 1\n----------------------------------------------------------------------\nLogical device information\n----------------------------------------------------------------------\nLogical device number 0\n   Logical device name                      : Device 0\n   RAID level                               : 1\n   Status of logical device                 : Degraded\n   Size                                     : 1428470 MB\n   Read-cache mode                          : Enabled\n   Write-cache mode                         : Enabled (write-back)\n   Write-cache setting                      : Enabled (write-back)\n   Partitioned                              : No\n   Protected by Hot-Spare                   : No\n   Bootable                                 : Yes\n   Failed stripes                           : No\n   Power settings                           : Disabled\n   --------------------------------------------------------\n   Logical device segment information\n   --------------------------------------------------------\n   Segment 0                                : Inconsistent (0,0)  9VS38R1D\n   Segment 1                                : Present (0,1)       9VS38RKE<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Now it may be necessary to delete the metadata: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf TASK START 1 DEVICE 0 0 CLEAR<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Since &#8220;automatic failover&#8221; mode is enabled, the rebuild should have already started. If it has not, the drive is manually added to the RAID as a hot spare. The rebuild starts automatically: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf SETSTATE 1 DEVICE 0 0 HSP LOGICALDRIVE 0<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">After a RAID rebuild on a Hot-Spare drive, the drive remains as a hot spare. After replacing the defective drive, data automatically migrates back. It is also possible to remove a hot spare designation via arcconf and to mark the new replacement drive as a new Hot-Spare.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">For ex., how to setup Device 0;0 on Controller 1: change &#8216;Hot-Spare&#8217; to &#8216;Ready&#8217;:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf setstate 1 device 0 0 rdy<\/span><\/pre>\n<h2><span id=\".D0.9A.D0.B0.D0.BA_.D0.BC.D0.BE.D0.B6.D0.BD.D0.BE_.D1.81.D1.87.D0.B8.D1.82.D0.B0.D1.82.D1.8C_.D0.B7.D0.BD.D0.B0.D1.87.D0.B5.D0.BD.D0.B8.D1.8F_SMART_.D0.BD.D0.B0_.D0.B6.D0.B5.D1.81.D1.82.D0.BA.D0.B8.D1.85_.D0.B4.D0.B8.D1.81.D0.BA.D0.B0.D1.85_.D0.B2_RAID\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">How to read the SMART values of the drive in RAID <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Using the sg module it is possible to access the physical drives behind the controller. An exanple for the first drive: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">smartctl -d sat -a \/dev\/sg1<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Depending on the operating system, you may have to upgrade the smartmontools or the kernel. <\/span><\/p>\n<h2><span id=\".D0.9A.D0.B0.D0.BA_.D0.B2.D0.BE.D1.81.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.B8.D1.82.D1.8C_.D0.BC.D0.B0.D1.81.D1.81.D0.B8.D0.B2\" class=\"mw-headline\" style=\"font-family: Ubuntu, sans-serif;\">How to restore a faulty array <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">If an array is detected as failed or offline, there is a chance to force its activation or to create a new one without losing data. There is however, no guarantee that a recovery is possible. Data loss can not be excluded.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Detailed information: <a href=\"http:\/\/ask.adaptec.com\/app\/answers\/detail\/a_id\/17012\/~\/can-a-failed-array-be-recovered\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Ask Adaptec<\/a><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">It is possible in some circumstances to bring an array back online using the following command: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf SETSTATE &lt;Controller#&gt; LOGICALDRIVE &lt;LD#&gt; OPTIMAL [ADVANCED &lt;option&gt;] [noprompt]<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">An example for the first array on the first controller would be: <\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif;\">arcconf SETSTATE 1 LOGICALDRIVE 0 OPTIMAL ADVANCED nocheck noprompt<\/span><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Adaptec RAID controller The arcconf tool is used for managing the controller on the command-line interface. asm (Adaptec Storage Manager) is a graphical tool. How to check the status of the hardware-based RAID To check the status of the Adaptec RAID Controller, the Adaptec command-line tool arcconf must be installed. The actual status of the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158,165],"tags":[],"class_list":["post-2413","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","category-servers-in-germany"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adaptec RAID controller: how to create it? - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adaptec RAID controller: how to create it? - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-11-03T11:03:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-21T13:36:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"141\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"Adaptec RAID controller: how to create it?\",\"datePublished\":\"2015-11-03T11:03:12+00:00\",\"dateModified\":\"2025-05-21T13:36:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\"},\"wordCount\":486,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"articleSection\":[\"02. Dedicated servers\",\"Servers in Germany\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\",\"url\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\",\"name\":\"Adaptec RAID controller: how to create it? - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"datePublished\":\"2015-11-03T11:03:12+00:00\",\"dateModified\":\"2025-05-21T13:36:30+00:00\",\"description\":\"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Adaptec RAID controller: how to create it?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adaptec RAID controller: how to create it? - Unihost.FAQ","description":"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.","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:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/","og_locale":"en_US","og_type":"article","og_title":"Adaptec RAID controller: how to create it? - Unihost.FAQ","og_description":"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.","og_url":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2015-11-03T11:03:12+00:00","article_modified_time":"2025-05-21T13:36:30+00:00","og_image":[{"width":250,"height":141,"url":"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png","type":"image\/png"}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"Adaptec RAID controller: how to create it?","datePublished":"2015-11-03T11:03:12+00:00","dateModified":"2025-05-21T13:36:30+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/"},"wordCount":486,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"articleSection":["02. Dedicated servers","Servers in Germany"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/","url":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/","name":"Adaptec RAID controller: how to create it? - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"datePublished":"2015-11-03T11:03:12+00:00","dateModified":"2025-05-21T13:36:30+00:00","description":"Step by step instructions how to create Adaptec RAID controller. Useful links for downloading software for administering your Adaptec RAID controller.","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/adaptec-raid-controller-how-to-create\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"Adaptec RAID controller: how to create it?"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=2413"}],"version-history":[{"count":6,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2413\/revisions"}],"predecessor-version":[{"id":17042,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2413\/revisions\/17042"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=2413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=2413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=2413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}