<?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 Re: How to create Logical Array in iLO v4 programmatically (Redfish RESTful API) ? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038426#M8323</link>
    <description>&lt;P&gt;This functionality was added in Gen10 Proliant. It is not available in previous generation servers&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 13:16:29 GMT</pubDate>
    <dc:creator>Jimmy Vance</dc:creator>
    <dc:date>2019-03-15T13:16:29Z</dc:date>
    <item>
      <title>How to create Logical Array in iLO v4 programmatically (Redfish RESTful API) ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038424#M8322</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;On iLO v5 I am making the following Redfish REST request to cleate a logical drive, but the same request is not working on iLO v4. Is there any way I can do the same for iLO v4 from a python script ?&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;STRONG&gt;PUT&lt;/STRONG&gt; /redfish/v1/Systems/1/SmartStorageConfig/Settings&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;{&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;"DataGuard"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Disabled"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;"LogicalDrives"&lt;/SPAN&gt;&lt;SPAN&gt;: [{&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;"DataDrives"&lt;/SPAN&gt;&lt;SPAN&gt;: ["I1:4:2", "I2:4:3"]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;"Raid"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Raid1"&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;}]&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any request I make to&amp;nbsp;&lt;STRONG&gt;SmartStorageConfig&lt;/STRONG&gt; is failing on iLO v4, it works properly on iLO v5. I need a way to configure the disk drives on the server programatically. Please let me know if there a way to do that.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 12:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038424#M8322</guid>
      <dc:creator>VigneshKP</dc:creator>
      <dc:date>2019-03-15T12:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Logical Array in iLO v4 programmatically (Redfish RESTful API) ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038426#M8323</link>
      <description>&lt;P&gt;This functionality was added in Gen10 Proliant. It is not available in previous generation servers&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 13:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038426#M8323</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2019-03-15T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Logical Array in iLO v4 programmatically (Redfish RESTful API) ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038623#M8324</link>
      <description>&lt;P&gt;Thanks for the prompt reply, is there any other way to configure the disk drives programatically ?&lt;/P&gt;&lt;P&gt;I need to do the below,&lt;/P&gt;&lt;P&gt;1. Get the list of array controllers&lt;/P&gt;&lt;P&gt;2. Create a disk in RAID5&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 07:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038623#M8324</guid>
      <dc:creator>VigneshKP</dc:creator>
      <dc:date>2019-03-18T07:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Logical Array in iLO v4 programmatically (Redfish RESTful API) ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038662#M8325</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1951894"&gt;@VigneshKP&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thanks for the prompt reply, is there any other way to configure the disk drives programatically ?&lt;/P&gt;&lt;P&gt;I need to do the below,&lt;/P&gt;&lt;P&gt;1. Get the list of array controllers&lt;/P&gt;&lt;P&gt;2. Create a disk in RAID5&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can boot into the scripting toolkit and use ssacli.&amp;nbsp; The utilites in the toolkit will allow you to configure RBSU, iLO and Smart Array controller settings.&amp;nbsp; The RESTtool is now included in the toolkit&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.hpe.com/us/en/product-catalog/detail/pip.scripting-toolkit-for-windows-and-linux.5219389.html" target="_blank"&gt;https://www.hpe.com/us/en/product-catalog/detail/pip.scripting-toolkit-for-windows-and-linux.5219389.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-to-create-logical-array-in-ilo-v4-programmatically-redfish/m-p/7038662#M8325</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2019-03-18T12:47:45Z</dc:date>
    </item>
  </channel>
</rss>

