<?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 Trying to change IPspace of a port in the 9.1 simulator using Powershell 4.4. in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Trying-to-change-IPspace-of-a-port-in-the-9-1-simulator-using-Powershell-4-4/m-p/134692#M2478</link>
    <description>&lt;P&gt;I am trying to change the IPspace of a cluster port to Default on ports e0a and e0b on the 9.1 simulator but it does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set-NcNetPort -Name e0a -Node localhost -Ipspace Default&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set-NcNetPort : You must provide one or more values to apply your changes.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Set-NcNetPort -Name e0a -Node localhost -Ipspace Default&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (192.168.146.21:NcController) [Set-NcNetPort], EINVALIDINPUTERROR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.SetNcNetPort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster shell command works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;network port modify -node localhost -port e0a -ipspace Default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 14:34:10 GMT</pubDate>
    <dc:creator>ronaldmajor</dc:creator>
    <dc:date>2025-06-04T14:34:10Z</dc:date>
    <item>
      <title>Trying to change IPspace of a port in the 9.1 simulator using Powershell 4.4.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Trying-to-change-IPspace-of-a-port-in-the-9-1-simulator-using-Powershell-4-4/m-p/134692#M2478</link>
      <description>&lt;P&gt;I am trying to change the IPspace of a cluster port to Default on ports e0a and e0b on the 9.1 simulator but it does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set-NcNetPort -Name e0a -Node localhost -Ipspace Default&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set-NcNetPort : You must provide one or more values to apply your changes.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Set-NcNetPort -Name e0a -Node localhost -Ipspace Default&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (192.168.146.21:NcController) [Set-NcNetPort], EINVALIDINPUTERROR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.SetNcNetPort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster shell command works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;network port modify -node localhost -port e0a -ipspace Default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:34:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Trying-to-change-IPspace-of-a-port-in-the-9-1-simulator-using-Powershell-4-4/m-p/134692#M2478</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2025-06-04T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to change IPspace of a port in the 9.1 simulator using Powershell 4.4.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Trying-to-change-IPspace-of-a-port-in-the-9-1-simulator-using-Powershell-4-4/m-p/134725#M2481</link>
      <description>&lt;P&gt;I would suggest using the actual node name instead of "localhost".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, maybe try pipelining?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcNetPort -Node &amp;lt;node name&amp;gt; -Name e0a | Set-NcNetPort -Ipspace Default&lt;/PRE&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:04:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Trying-to-change-IPspace-of-a-port-in-the-9-1-simulator-using-Powershell-4-4/m-p/134725#M2481</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-09-25T14:04:53Z</dc:date>
    </item>
  </channel>
</rss>

