<?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: Oneview reports in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7227844#M9543</link>
    <description>&lt;DIV&gt;Hello,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can use any REST API client, including PowerShell to get server objects.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Could you please help to check the Get-HPOVServer Cmdlet and check if that reports the HDD Model.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;(Get-OVServer | ? generation -like 'Gen1*' ) | ForEach {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;foreach ($disk in (Send-OVRequest -uri ($_.uri + '/localStorageV2' )).Data.PhysicalDrives)&lt;/DIV&gt;
&lt;DIV&gt;{&lt;/DIV&gt;
&lt;DIV&gt;$item = "" | select Name,Disk,Firmware,CapacityGB,Location,Health&lt;/DIV&gt;
&lt;DIV&gt;$item.Name = $server.name&lt;/DIV&gt;
&lt;DIV&gt;$item.Disk = $disk.model&lt;/DIV&gt;
&lt;DIV&gt;$item.Firmware = $disk.firmwareversion.current.VersionString&lt;/DIV&gt;
&lt;DIV&gt;$item.Location = $disk.location&lt;/DIV&gt;
&lt;DIV&gt;$item.CapacityGB = $disk.CapacityGB&lt;/DIV&gt;
&lt;DIV&gt;$item.Health = $disk.status.health&lt;/DIV&gt;
&lt;DIV&gt;$item&lt;/DIV&gt;
&lt;DIV&gt;}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Cheers...&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Oct 2024 03:05:12 GMT</pubDate>
    <dc:creator>MV3</dc:creator>
    <dc:date>2024-10-24T03:05:12Z</dc:date>
    <item>
      <title>Oneview reports</title>
      <link>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7227484#M9531</link>
      <description>&lt;P&gt;Hopefully I am just missing something. I am a fan of oneview except for the terrible reporting.&lt;/P&gt;&lt;P&gt;HPE just re-released a advisory about certian hard drives that can fail unless the firmware is up dated.&lt;/P&gt;&lt;P&gt;I cannot find any reports that will show the drive model (example&amp;nbsp;&lt;FONT size="4"&gt;EO000800JWDKQ) and firmware. I am not digging through each server individually. Does anyone know how to pull all the local drives up all together?&amp;nbsp; Reporting is my biggest disapointment in Oneview. I can get the info from amplifier pack, but since it is end of life I try not to use it as much, especially since my Gen11s arent in it.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2024 03:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7227484#M9531</guid>
      <dc:creator>Chris_Coates</dc:creator>
      <dc:date>2024-10-26T03:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oneview reports</title>
      <link>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7227844#M9543</link>
      <description>&lt;DIV&gt;Hello,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can use any REST API client, including PowerShell to get server objects.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Could you please help to check the Get-HPOVServer Cmdlet and check if that reports the HDD Model.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;(Get-OVServer | ? generation -like 'Gen1*' ) | ForEach {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;foreach ($disk in (Send-OVRequest -uri ($_.uri + '/localStorageV2' )).Data.PhysicalDrives)&lt;/DIV&gt;
&lt;DIV&gt;{&lt;/DIV&gt;
&lt;DIV&gt;$item = "" | select Name,Disk,Firmware,CapacityGB,Location,Health&lt;/DIV&gt;
&lt;DIV&gt;$item.Name = $server.name&lt;/DIV&gt;
&lt;DIV&gt;$item.Disk = $disk.model&lt;/DIV&gt;
&lt;DIV&gt;$item.Firmware = $disk.firmwareversion.current.VersionString&lt;/DIV&gt;
&lt;DIV&gt;$item.Location = $disk.location&lt;/DIV&gt;
&lt;DIV&gt;$item.CapacityGB = $disk.CapacityGB&lt;/DIV&gt;
&lt;DIV&gt;$item.Health = $disk.status.health&lt;/DIV&gt;
&lt;DIV&gt;$item&lt;/DIV&gt;
&lt;DIV&gt;}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Cheers...&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Oct 2024 03:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7227844#M9543</guid>
      <dc:creator>MV3</dc:creator>
      <dc:date>2024-10-24T03:05:12Z</dc:date>
    </item>
    <item>
      <title>Query: Oneview reports</title>
      <link>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7228143#M9558</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 11:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7228143#M9558</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2024-10-28T11:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oneview reports</title>
      <link>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7228252#M9563</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1940151"&gt;@MV3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your example, which helped me a lot.&lt;BR /&gt;This API only works for Gen10 servers with Smart Array Controller (SR). If I have a Gen11 server with a MegaRAID Controller (MR) I get no output.&lt;BR /&gt;Is there any possibility, except&lt;BR /&gt;GET /rest/server-hardware/{id}/localStorage&lt;BR /&gt;or&lt;BR /&gt;GET /rest/server-hardware/{id}/localStorageV2&lt;BR /&gt;to query the disk of an MR controller?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 07:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/oneview-reports/m-p/7228252#M9563</guid>
      <dc:creator>MarioE</dc:creator>
      <dc:date>2024-10-29T07:11:30Z</dc:date>
    </item>
  </channel>
</rss>

