<?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 Possible to Import existing logical drives using the Update-HPOVServerProfile cmdlet in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/possible-to-import-existing-logical-drives-using-the-update/m-p/7058732#M4482</link>
    <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/U&gt; I am updating FW in my datacenter using the PowerShell&amp;nbsp;HPOneview.400 module. After applying FW updates, I always have to go into the server profile, click Actions drop-down, click Edit, and under Storage click the edit pen icon, and check the box to "Import existing logical drives".&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/U&gt; Is it possible to "Import existing logical drives" using the "Update-HPOVServerProfile" cmdlet which is apart of the&amp;nbsp;HPOneview.400 Powershell module?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Hardware info:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Firmware baseline MAS-SPP-GEN9 2019 07 18 version 2019.07.18.1&lt;BR /&gt;Installation Method Firmware only&lt;BR /&gt;Server hardware type DL380 Gen9&lt;BR /&gt;OneView Firmware 4.00.11-0360315&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 17:22:50 GMT</pubDate>
    <dc:creator>mrdaniel</dc:creator>
    <dc:date>2019-08-14T17:22:50Z</dc:date>
    <item>
      <title>Possible to Import existing logical drives using the Update-HPOVServerProfile cmdlet</title>
      <link>https://community.hpe.com/t5/hpe-oneview/possible-to-import-existing-logical-drives-using-the-update/m-p/7058732#M4482</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/U&gt; I am updating FW in my datacenter using the PowerShell&amp;nbsp;HPOneview.400 module. After applying FW updates, I always have to go into the server profile, click Actions drop-down, click Edit, and under Storage click the edit pen icon, and check the box to "Import existing logical drives".&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/U&gt; Is it possible to "Import existing logical drives" using the "Update-HPOVServerProfile" cmdlet which is apart of the&amp;nbsp;HPOneview.400 Powershell module?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Hardware info:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Firmware baseline MAS-SPP-GEN9 2019 07 18 version 2019.07.18.1&lt;BR /&gt;Installation Method Firmware only&lt;BR /&gt;Server hardware type DL380 Gen9&lt;BR /&gt;OneView Firmware 4.00.11-0360315&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 17:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/possible-to-import-existing-logical-drives-using-the-update/m-p/7058732#M4482</guid>
      <dc:creator>mrdaniel</dc:creator>
      <dc:date>2019-08-14T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to Import existing logical drives using the Update-HPOVServerProfile cmdlet</title>
      <link>https://community.hpe.com/t5/hpe-oneview/possible-to-import-existing-logical-drives-using-the-update/m-p/7058757#M4484</link>
      <description>&lt;P&gt;Welcome&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1973898"&gt;@mrdaniel&lt;/a&gt;&amp;nbsp; to the HPE OneView Community Forums.&lt;/P&gt;&lt;P&gt;The Update-HPOVServerProfile Cmdlet is used to update, reapply or refresh the server profile configuration state.&amp;nbsp; It does not set any values within the profile.&amp;nbsp; For what you are trying to do, you could use the following script code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# Get the server profile needed
$ServerProfileToUpdate = Get-HPOVServerProfile -Name MyProfileName

# Import configuration for first controller
$ServerProfileToUpdate.localStorage.controllers[0].importConfiguration = $true

# Save the profile back to the appliance
Set-HPOVResource -InputObject $ServerProfileToUpdate&lt;/LI-CODE&gt;&lt;P&gt;But I have to ask, why do you need to do this operation?&amp;nbsp; Is the logical drive configuration being lost during firmware update?&amp;nbsp; If so, have you opened a support case?&lt;/P&gt;&lt;P&gt;Please also know that Synergy 4.0 is End of Support as of 30-JUN-2019.&amp;nbsp; So you should evaluate the upgrade procedures to get to 4.10 or 4.20.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 21:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/possible-to-import-existing-logical-drives-using-the-update/m-p/7058757#M4484</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2019-08-14T21:25:32Z</dc:date>
    </item>
  </channel>
</rss>

