<?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 change the espsilon node using powershell cmdlets in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148349#M33025</link>
    <description>&lt;P&gt;Int ONTAP via CLI, I do not believe it is a one-step process.&lt;/P&gt;
&lt;P&gt;You unset (make Epsilon FALSE) it from the node first.&lt;/P&gt;
&lt;P&gt;Then Assign (make Epsilon TRUE) it to another node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully that helps!&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 17:01:34 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2019-05-08T17:01:34Z</dc:date>
    <item>
      <title>how to change the espsilon node using powershell cmdlets</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148336#M33024</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to automate the ontap upgrade process and i need to trasnfer the epsilon node to another node. I know we can use Invoke-NcSsh and then use the normal ontap command but i want to achive it using PS cmdlet so that i can use the previous varibales. I tried Set-Ncnode but there is no option to trasnfer the epsilon. Any help is highly appricaited.&lt;/P&gt;
&lt;P&gt;Here is my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #006400; font-size: 9.0pt; font-family: Lucida Console;"&gt;#ClusterName&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$Cluster&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Read-Host&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"Enter the cluster name to connect"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #006400; font-size: 9.0pt; font-family: Lucida Console;"&gt;#credentials to connect the cluster&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$creds&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Get-Credential&lt;/SPAN&gt; &lt;SPAN style="color: #000080; font-size: 9.0pt; font-family: Lucida Console;"&gt;-UserName&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"admin"&lt;/SPAN&gt; &lt;SPAN style="color: #000080; font-size: 9.0pt; font-family: Lucida Console;"&gt;-Message&lt;/SPAN&gt; &lt;SPAN style="color: #8a2be2; font-size: 9.0pt; font-family: Lucida Console;"&gt;Null&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #00008b; font-size: 9.0pt; font-family: Lucida Console;"&gt;foreach&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$item&lt;/SPAN&gt; &lt;SPAN style="color: #00008b; font-size: 9.0pt; font-family: Lucida Console;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$Cluster&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Connect-NcController&lt;/SPAN&gt; &lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$item&lt;/SPAN&gt; &lt;SPAN style="color: #000080; font-size: 9.0pt; font-family: Lucida Console;"&gt;-Credential&lt;/SPAN&gt; &lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$creds&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$epsilonnode&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Get-NcNode&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; {&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;IsEpsilonNode &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;-eq&lt;/SPAN&gt; &lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$true&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Write-Host&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"The Epsilon node is : &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$epsilonnode&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$nonepsilonnode&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Get-NcNode&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; {&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;IsEpsilonNode &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;-eq&lt;/SPAN&gt; &lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$false&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$nonepsilonnode&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Read-Host&lt;/SPAN&gt; &lt;SPAN style="color: #000080; font-size: 9.0pt; font-family: Lucida Console;"&gt;-Prompt&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"Press any key to continue" &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$newepsilonnode&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9; font-size: 9.0pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Read-Host&lt;/SPAN&gt; &lt;SPAN style="color: #000080; font-size: 9.0pt; font-family: Lucida Console;"&gt;-Prompt&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"Enter the node name to trasnfer the Epsilon :"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 9.0pt; font-family: Lucida Console;"&gt;Write-Host&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt;"Trasnferring the Epsilon to &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 9.0pt; font-family: Lucida Console;"&gt;$newepsilonnode&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000; font-size: 9.0pt; font-family: Lucida Console;"&gt; ...."&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: Lucida Console;"&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:34:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148336#M33024</guid>
      <dc:creator>Arjun_chris</dc:creator>
      <dc:date>2025-06-04T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the espsilon node using powershell cmdlets</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148349#M33025</link>
      <description>&lt;P&gt;Int ONTAP via CLI, I do not believe it is a one-step process.&lt;/P&gt;
&lt;P&gt;You unset (make Epsilon FALSE) it from the node first.&lt;/P&gt;
&lt;P&gt;Then Assign (make Epsilon TRUE) it to another node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 17:01:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148349#M33025</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2019-05-08T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the espsilon node using powershell cmdlets</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148373#M33026</link>
      <description>Hi TMAC,

I am aware the steps in ONTAP CLI but I am looking for a powershell Cmdlet to achieve it.

I cannot use invoke-ncssh cmdlet followed by ontap cli commands because ontap cli doesn't accept $variables.

I want a Powershell cmdlet by using which I can change the epsilon assignments.

Thanks.</description>
      <pubDate>Thu, 09 May 2019 08:06:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/how-to-change-the-espsilon-node-using-powershell-cmdlets/m-p/148373#M33026</guid>
      <dc:creator>Arjun_chris</dc:creator>
      <dc:date>2019-05-09T08:06:28Z</dc:date>
    </item>
  </channel>
</rss>

