<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176692#M179600</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using Redfish to provision our servers with eg Bios settings and to create RAID arrays.&amp;nbsp;&lt;BR /&gt;With eg the P816 this works like a charm.&lt;BR /&gt;Our latest batch of DL360 Gen 10 Plus systems however come with a MR416i due to shortages of the P816 controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured out that you should use the Storage endpoint with the MR series controllers instead of the SmartStorage endpoint which we use for the P SR series. I can get all the information I need (eg disks)&lt;/P&gt;&lt;P&gt;Following &lt;A href="https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/?shell#creating-volumes" target="_blank" rel="noopener"&gt;the documentation&lt;/A&gt; it should be possible to create RAID volumes/arrays since iLO 2.55.&amp;nbsp;&lt;BR /&gt;In this manual it is mentioned&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Verify POST requests are allowed to create volumes: HEAD /redfish/v1/Systems/1/Storage/{item}/Volumes&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Which I did and I see I am not allowed to use POST, only GET and HEAD. I login using the administrator account so rights can't be the issue.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;iLOrest &amp;gt; login
Discovering data...Done
iLOrest &amp;gt; rawhead /redfish/v1/Systems/1/Storage/DE009000/Volumes
The operation completed successfully.
{
  "Allow": "GET, HEAD",
  "Cache-Control": "no-store",
  "Content-Length": "0",
  "Date": "Fri, 28 Oct 2022 18:49:16 GMT",
  "ETag": "\"54b42149\"",
  "Link": "https://redfish.dmtf.org/schemas/VolumeCollection.json",
  "OData-Version": "4.0",
  "X-Content-Type-Options": "nosniff",
  "X-Frame-Options": "sameorigin",
  "X-XSS-Protection": "1; mode=block"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing the actual call to create the volume simply fails with "Method not allowed"&lt;/P&gt;&lt;P&gt;Using a POST call to "/redfish/v1/Systems/1/Storage/DE009000/Volumes" with payload:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "RAIDType": "RAID5",
  "DisplayName": "OSdata",
  "Links": {
    "Drives": [
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/0"
      },
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/1"
      },
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/2"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The system is running the latest firmwares&lt;BR /&gt;&amp;nbsp;- iLO 2.72&lt;BR /&gt;- MR416i&amp;nbsp;52.16.3-4455C&lt;BR /&gt;- Bios 1.64&lt;BR /&gt;&lt;BR /&gt;There are three unused disks available and the controller is set to RAID personality.&lt;BR /&gt;&lt;BR /&gt;What am I missing or doing wrong here? Help would be much appriciated.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 03:54:23 GMT</pubDate>
    <dc:creator>rpronk</dc:creator>
    <dc:date>2022-10-31T03:54:23Z</dc:date>
    <item>
      <title>Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176692#M179600</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using Redfish to provision our servers with eg Bios settings and to create RAID arrays.&amp;nbsp;&lt;BR /&gt;With eg the P816 this works like a charm.&lt;BR /&gt;Our latest batch of DL360 Gen 10 Plus systems however come with a MR416i due to shortages of the P816 controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured out that you should use the Storage endpoint with the MR series controllers instead of the SmartStorage endpoint which we use for the P SR series. I can get all the information I need (eg disks)&lt;/P&gt;&lt;P&gt;Following &lt;A href="https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/?shell#creating-volumes" target="_blank" rel="noopener"&gt;the documentation&lt;/A&gt; it should be possible to create RAID volumes/arrays since iLO 2.55.&amp;nbsp;&lt;BR /&gt;In this manual it is mentioned&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Verify POST requests are allowed to create volumes: HEAD /redfish/v1/Systems/1/Storage/{item}/Volumes&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Which I did and I see I am not allowed to use POST, only GET and HEAD. I login using the administrator account so rights can't be the issue.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;iLOrest &amp;gt; login
Discovering data...Done
iLOrest &amp;gt; rawhead /redfish/v1/Systems/1/Storage/DE009000/Volumes
The operation completed successfully.
{
  "Allow": "GET, HEAD",
  "Cache-Control": "no-store",
  "Content-Length": "0",
  "Date": "Fri, 28 Oct 2022 18:49:16 GMT",
  "ETag": "\"54b42149\"",
  "Link": "https://redfish.dmtf.org/schemas/VolumeCollection.json",
  "OData-Version": "4.0",
  "X-Content-Type-Options": "nosniff",
  "X-Frame-Options": "sameorigin",
  "X-XSS-Protection": "1; mode=block"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing the actual call to create the volume simply fails with "Method not allowed"&lt;/P&gt;&lt;P&gt;Using a POST call to "/redfish/v1/Systems/1/Storage/DE009000/Volumes" with payload:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "RAIDType": "RAID5",
  "DisplayName": "OSdata",
  "Links": {
    "Drives": [
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/0"
      },
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/1"
      },
      {
        "@odata.id": "/redfish/v1/Systems/1/Storage/DE009000/Drives/2"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The system is running the latest firmwares&lt;BR /&gt;&amp;nbsp;- iLO 2.72&lt;BR /&gt;- MR416i&amp;nbsp;52.16.3-4455C&lt;BR /&gt;- Bios 1.64&lt;BR /&gt;&lt;BR /&gt;There are three unused disks available and the controller is set to RAID personality.&lt;BR /&gt;&lt;BR /&gt;What am I missing or doing wrong here? Help would be much appriciated.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 03:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176692#M179600</guid>
      <dc:creator>rpronk</dc:creator>
      <dc:date>2022-10-31T03:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176702#M179604</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Unfortunately, the Redfish capabilities on the MR-series of controllers is currently limited -- see this document for some details, ie:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://www.hpe.com/psnow/doc/a50006146enw" target="_blank"&gt;https://www.hpe.com/psnow/doc/a50006146enw&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;(p.7)&lt;/FONT&gt; "Both storage controller families have implemented the DMTF Redfish storage data model for inventory (GET). However, only the SR controllers currently support Redfish write operations (POST, DEL, and PATCH). &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;As a result, customers using the HPE MR Storage Controllers need to run a StorCLI script from a pre-boot OS for automated deployment until a future date when the HPE MR Storage Controller firmware is updated to support Redfish configuration&lt;/STRONG&gt;&lt;/FONT&gt;."&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 06:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176702#M179604</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-10-29T06:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176706#M179605</link>
      <description>&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;Quiet a shame that these new controllers don't support those basic&amp;nbsp;management operations and our HPe pre-sale tech consultant didn't inform us about that.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 08:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7176706#M179605</guid>
      <dc:creator>rpronk</dc:creator>
      <dc:date>2022-10-29T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7180767#M180278</link>
      <description>&lt;P&gt;Yeah, a while ago we got a note that the p408 controllers are not available and that HPE will replace them with MR416i. This now completly breaks our deployment.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 07:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7180767#M180278</guid>
      <dc:creator>pirx</dc:creator>
      <dc:date>2023-01-13T07:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Howto create a virtual disk on. a MR416i using Redfish on DL360 Gen10Plus</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7238026#M191587</link>
      <description>&lt;P&gt;Has this been resolved yet? Our Gen11 systems are shipping with the MR416 card.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 20:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/howto-create-a-virtual-disk-on-a-mr416i-using-redfish-on-dl360/m-p/7238026#M191587</guid>
      <dc:creator>jasinfviuanrsgv</dc:creator>
      <dc:date>2025-03-13T20:04:38Z</dc:date>
    </item>
  </channel>
</rss>

