<?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: set advanced mode using python paramiko in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154336#M34587</link>
    <description>&lt;P&gt;I have used cluster IP address,&amp;nbsp; and ONTAP 9.1 version, all commands works fine ,except this set privilege command.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 03:27:52 GMT</pubDate>
    <dc:creator>chinmayie</dc:creator>
    <dc:date>2020-02-14T03:27:52Z</dc:date>
    <item>
      <title>set advanced mode using python paramiko</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154318#M34576</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Iam trying to use paramiko and have run this command&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh.exec_command('​set -privilege advanced -confirmations off')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But Iam getting the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;0x07&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Error:&amp;nbsp;: "​set" is not a recognized command.&lt;/FONT&gt;&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;Thanks in advance for any help on this&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:19:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154318#M34576</guid>
      <dc:creator>chinmayie</dc:creator>
      <dc:date>2025-06-04T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: set advanced mode using python paramiko</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154335#M34586</link>
      <description>&lt;P&gt;At a guess, you're either not logging into a clustered ONTAP system (ie, ONTAP version is 8.2 or less), or you're logging into a service processor IP address (you should use the cluster or node management IP addresses instead), or you're logging into an account which has had the "set" command restricted through RBAC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it's one of those. Not sure what it would be if it isn't one of them.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 01:38:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154335#M34586</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2020-02-14T01:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: set advanced mode using python paramiko</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154336#M34587</link>
      <description>&lt;P&gt;I have used cluster IP address,&amp;nbsp; and ONTAP 9.1 version, all commands works fine ,except this set privilege command.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 03:27:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154336#M34587</guid>
      <dc:creator>chinmayie</dc:creator>
      <dc:date>2020-02-14T03:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: set advanced mode using python paramiko</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154350#M34592</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ssh.exec_command('​set -privilege advanced -confirmations off; &amp;lt;your command here&amp;gt;')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Works for me, the only thing is you'll have to add in the set command and flags for each command you submit.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:01:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154350#M34592</guid>
      <dc:creator>alexj</dc:creator>
      <dc:date>2020-02-14T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: set advanced mode using python paramiko</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154351#M34593</link>
      <description>&lt;P&gt;yes it works thanks&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 07:49:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/set-advanced-mode-using-python-paramiko/m-p/154351#M34593</guid>
      <dc:creator>chinmayie</dc:creator>
      <dc:date>2020-02-15T07:49:42Z</dc:date>
    </item>
  </channel>
</rss>

