<?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: Changing iLO Hostname using PowerShellScript in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7093665#M8756</link>
    <description>&lt;P&gt;Tried on &lt;STRONG&gt;BL460c Gen8&lt;/STRONG&gt;, it worked out fine. There could be a problem with the server.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 08:00:16 GMT</pubDate>
    <dc:creator>JonasPonas</dc:creator>
    <dc:date>2020-07-01T08:00:16Z</dc:date>
    <item>
      <title>Changing iLO Hostname using PowerShellScript</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7093558#M8755</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Server:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;Synergy 480 Gen9 iLO 4&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Powershell module:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0" target="_blank" rel="noopener nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am trying to change&amp;nbsp; - iLO Subsystem Name (Hostname). When i execute script:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    Get-HPEiLOIPv4NetworkSetting -Connection $iLOConnection
    $DNSName = Set-HPEiLOIPv4NetworkSetting -Connection $iLOConnection -InterfaceType Dedicated -DNSName "NewHostName"
     if ($test.Status -contains "Error") 
        {
            Write-Host "Error Category: $($DNSName.StatusInfo.Category)" -ForegroundColor Red
            Write-Host "Error Message: $($DNSName.StatusInfo.Message)" -ForegroundColor Red
            Write-Host "IPV4...Failed" -ForegroundColor Red
            break;
        }&lt;/LI-CODE&gt;&lt;P&gt;I get error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Error Category: FeatureSupportability&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Error Message: Feature not supported - SHARED_NETWORK_PORT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;IPV4...Failed&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;If i execute command Get-HPEiLOIPv4NetworkSetting -Connection $iLOConnection I get all the information i need about the iLO network settings. Snippet of information:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;PermanentMACAddress : 94:18:82:04:0e:73&lt;BR /&gt;MACAddress : 94:18:82:04:0e:73&lt;BR /&gt;DNSName : ILOHOSTNAME&lt;BR /&gt;DomainName :&lt;BR /&gt;SpeedAutoselect : Enabled&lt;BR /&gt;PingGatewayOnStartup : Enabled&lt;BR /&gt;iLONICAutoDelay : 90&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;My question would be how to change iLO Subsystem Name (Hostname)?&amp;nbsp; Every other command that i used with HPEiLOCmdlets work, this &lt;FONT color="#FF0000"&gt;Set-HPEiLOIPv4NetworkSettings&lt;/FONT&gt; doesn't work and I always get &lt;FONT color="#FF0000"&gt;SHARED_NETWORK_PORT.&lt;FONT color="#000000"&gt;&amp;nbsp; I can change the iLO Hostname manually through the iLO GUI. My iLO is Dedicated Network Port.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7093558#M8755</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-30T10:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing iLO Hostname using PowerShellScript</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7093665#M8756</link>
      <description>&lt;P&gt;Tried on &lt;STRONG&gt;BL460c Gen8&lt;/STRONG&gt;, it worked out fine. There could be a problem with the server.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 08:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7093665#M8756</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-07-01T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing iLO Hostname using PowerShellScript</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7094197#M8759</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you face the issue with all synergy compute or specifc to this synergy compute&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FR01&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 07:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/changing-ilo-hostname-using-powershellscript/m-p/7094197#M8759</guid>
      <dc:creator>FR01</dc:creator>
      <dc:date>2020-07-07T07:05:13Z</dc:date>
    </item>
  </channel>
</rss>

