{"id":553,"date":"2011-01-11T14:27:26","date_gmt":"2011-01-11T13:27:26","guid":{"rendered":"https:\/\/thebc.ch\/blog\/?p=553"},"modified":"2013-02-01T12:53:26","modified_gmt":"2013-02-01T11:53:26","slug":"sun-v215-hw-raid","status":"publish","type":"post","link":"https:\/\/thebc.ch\/blog\/?p=553","title":{"rendered":"SUN v215 HW Raid"},"content":{"rendered":"<div class='toc toc'>\n<h2>Contents<\/h2>\n<ul class='toc-odd level-1'>\n\t<li>\n\t\t<a href=\"#How_to_configure_Raid-1_on_SUN_Solaris\">How to configure Raid-1 on SUN Solaris<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Anzeigen_der_vorhandenen_Disks:\">Anzeigen der vorhandenen Disks:<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Erstellen_eines_neuen_Raid1_Volumens:\">Erstellen eines neuen Raid1 Volumens:<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Zustzliche_Infos_Auszug_aus_man_raidctl\">Zus\u00c3\u00a4tzliche Infos (Auszug aus man raidctl)<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Referenzen\">Referenzen<\/a>\n\t<\/li>\n<\/ul>\n<\/ul>\n<\/div>\n<div class='toc-end'>&nbsp;<\/div>\n<span id=\"How_to_configure_Raid-1_on_SUN_Solaris\"><h2>How to configure Raid-1 on SUN Solaris<\/h2><\/span>\n<p><a id=\"Anzeigen_der_vorhandenen_Disks:\" name=\"Anzeigen_der_vorhandenen_Disks:\"><\/a><\/p>\n<span id=\"Anzeigen_der_vorhandenen_Disks:\"><h2>Anzeigen der vorhandenen Disks:<\/h2><\/span>\n<pre># format<\/pre>\n<p><a id=\"Erstellen_eines_neuen_Raid1_Volumens:\" name=\"Erstellen_eines_neuen_Raid1_Volumens:\"><\/a><\/p>\n<span id=\"Erstellen_eines_neuen_Raid1_Volumens:\"><h2>Erstellen eines neuen Raid1 Volumens:<\/h2><\/span>\n<p>1. Booten von CD in den singeluser mode damit Drives nicht mehr gemountet sind:<\/p>\n<pre>ok&gt; boot cdrom -s<\/pre>\n<p>2. Erstellen des Volumens:<\/p>\n<pre>raidctl -c c1t0d0 c1t1d0<\/pre>\n<p>3. Abfragen des Status mit raidctl:<\/p>\n<pre># raidctl\r\n\r\nRAID    Volume  RAID            RAID            Disk\r\nVolume  Type    Status          Disk            Status\r\n------------------------------------------------------\r\nc1t0d0  IM      RESYNCING       c1t0d0          OK\r\n                                c1t1d0          OK<\/pre>\n<p>M\u00c3\u00b6glicherweise muss die Disk mit dem Command &#8220;format&#8221; neu gelabelt werden.<\/p>\n<p><a id=\"Zus.C3.A4tzliche_Infos_.28Auszug_aus_man_raidctl.29\" name=\"Zus.C3.A4tzliche_Infos_.28Auszug_aus_man_raidctl.29\"><\/a><\/p>\n<span id=\"Zustzliche_Infos_Auszug_aus_man_raidctl\"><h2>Zus\u00c3\u00a4tzliche Infos (Auszug aus man raidctl)<\/h2><\/span>\n<pre>PACKAGE\r\n\r\n      SUNWcsu\r\n\r\nNAME\r\n\r\n      raidctl RAID hardware utility\r\n\r\nSYNOPSIS\r\n\r\n      raidctl [-f] -c primary_disk secondary_disk\r\n      raidctl [-f] -c -r 1 primary_disk secondary_disk\r\n      raidctl [-f] -c -r 0 disk1 disk2 [disk3...disk8]\r\n      raidctl [-f] -d volume\r\n      raidctl [-f] -F filename controller\u00e2\u20ac\u00a6\r\n      raidctl [-f] -l [controller\u00e2\u20ac\u00a6] \r\n\r\nOPTIONS\r\n\r\n      The following options are supported:\r\n\r\n      -c disk1 disk2\r\n\r\n          Create a mirror using disk1 and disk2. Replace the contents of disk2 with\r\n          the contents of disk1. Specify disk1 and disk2 in canonical form, for\r\n          example, c0t0d0.\r\n\r\n          When you create a a RAID volume, the RAID volume assumes the identity of\r\n          the first target in the disk pair (disk1). The second target (disk2)\r\n          disappears from the system. Therefore, the RAID volume appears as one disk.\r\n\r\n          To have a successful RAID creation, there must not already be a RAID\r\n          configuration present on the specified controller.\r\n\r\n      -d disk1\r\n\r\n          Delete the RAID volume specified as disk1.\r\n\r\n          Specify disk1 in canonical form, for example, c0t0d0.\r\n      -f\r\n\r\n          Force an update. Do not prompt.\r\n      -l [controller]\r\n\r\n          List the system's RAID configuration. If controller is specified, list RAID\r\n          configurations for controller.\r\n\r\n          Output from the -l lists the following information:\r\n\r\n          RAID Volume\r\n\r\n              Displays logical RAID volume name.\r\n          RAID Status\r\n\r\n              Displays RAID status as either RESYNCING (disks are syncing), DEGRADED\r\n              RAID is operating with reduced functionality), OK (operating optimally),\r\n              or FAILED (non-functional). RAID Disk\r\n\r\n              Displays RAID disk name.\r\n          Disk Status\r\n\r\n              Displays disk status as either OK or FAILED<\/pre>\n<p><a id=\"Referenzen\" name=\"Referenzen\"><\/a><\/p>\n<span id=\"Referenzen\"><h2>Referenzen<\/h2><\/span>\n<p><a title=\"http:\/\/docs.sun.com\/app\/docs\/doc\/816-5166\/6mbb1kqdc?a=view\" href=\"http:\/\/docs.sun.com\/app\/docs\/doc\/816-5166\/6mbb1kqdc?a=view\" rel=\"nofollow\">MAN RAIDCTL(1M)<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to configure Raid-1 on SUN Solaris Anzeigen der vorhandenen Disks: # format Erstellen eines neuen Raid1 Volumens: 1. Booten von CD in den singeluser mode damit Drives nicht mehr gemountet sind: ok&gt; boot cdrom -s 2. Erstellen des Volumens: &hellip; <a href=\"https:\/\/thebc.ch\/blog\/?p=553\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-553","post","type-post","status-publish","format-standard","hentry","category-solaris"],"_links":{"self":[{"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/posts\/553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=553"}],"version-history":[{"count":5,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/posts\/553\/revisions"}],"predecessor-version":[{"id":2667,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=\/wp\/v2\/posts\/553\/revisions\/2667"}],"wp:attachment":[{"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thebc.ch\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}