<?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: snmpv3 config error using domain account in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46716#M9609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue on two controllers, but we used local accounts (not domain accounts). It started after head replacement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fri May&amp;nbsp; 3 09:34:34 CEST [snmp.agent.msg.access.denied:warning]: Permission denied for SNMPv3 requests from snmpv3user. Reason: User does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After searching for a solutions (not finding), I've deleted and readded my users and it was solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 12:18:23 GMT</pubDate>
    <dc:creator>gdefevere</dc:creator>
    <dc:date>2013-05-03T12:18:23Z</dc:date>
    <item>
      <title>snmpv3 config error using domain account</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46703#M9603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm setting up communications between OnCommand Core 5.01 and NetApp filers running Data ONTAP 7.3.6 and 8.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After following the steps listed in &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-9314" target="_blank"&gt;https://communities.netapp.com/docs/DOC-9314&lt;/A&gt;, I tried to configure a domain account instead of a local account (useradmin domainuser vice useradmin user).&lt;/P&gt;&lt;P&gt;Now I'm getting en error "Permission denied for SNMPv3 requests from XXX\XXXXX. Reason: user does not exist." I dont get this error if i substitute a local account instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is a domain account supported for snmpv3 communication between filers and dfm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:26:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46703#M9603</guid>
      <dc:creator>rubinsed1</dc:creator>
      <dc:date>2025-06-05T06:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: snmpv3 config error using domain account</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46707#M9605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;The syntax for adding domain user is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; font-size: 14px; text-align: -webkit-auto;"&gt;&lt;KBD class="userinput" style="margin-top: 1em; margin-bottom: 1em; font-weight: bold; font-size: 13px;"&gt;useradmin domainuser add &lt;VAR class="varname"&gt;win_user_name&lt;/VAR&gt; -g {&lt;VAR class="varname"&gt;custom_group&lt;/VAR&gt;|Administrators|"Backup Operators"|Guests|"Power Users"|Users}[,...]&lt;/KBD&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="stepInfo" style="margin-top: 0.5em; margin-bottom: 0.5em; color: #000000; font-family: Arial, Verdana, sans-serif; font-size: 14px; text-align: -webkit-auto;"&gt;&lt;VAR class="varname" style="font-family: monospace; font-size: 13px;"&gt;win_user_name&lt;/VAR&gt; is the Windows domain user whose name or Security ID (SID) you want to assign to a customized or predefined group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to this help page on &lt;A href="https://library.netapp.com/ecmdocs/ECMM1278265/html/sysadmin/accessing/task/t_oc_accs_useradmin-user-windows-access.html#t_oc_accs_useradmin-user-windows-access" target="_blank"&gt;useradmin domainuser command.&lt;/A&gt;Using this I could add the user as:&lt;/P&gt;&lt;P&gt;&amp;gt; useradmin domainuser add DOMAIN\snmpv3user -g snmpv3group&lt;/P&gt;&lt;P&gt;SID = S-1-5-21-1939535855-3574135614-826000282-1143&lt;/P&gt;&lt;P&gt;Domain User &amp;lt;DOMAIN\snmpv3user&amp;gt; successfully added to snmpv3group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please make sure that this user is added to the appropriate group i.e snmpv3group that has the required role i.e. "snmpv3role" with "login-snmp" access.&lt;/P&gt;&lt;P&gt;&amp;gt;useradmin role add snmpv3role -a login-snmp&lt;/P&gt;&lt;P&gt;&amp;gt; useradmin group add snmpv3group -r snmpv3role&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Amir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 08:46:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46707#M9605</guid>
      <dc:creator>amirm</dc:creator>
      <dc:date>2012-05-22T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: snmpv3 config error using domain account</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46712#M9608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As soon as I referenced the SID in adding the account to DFM via Setup -&amp;gt; "Network Credentials," the error was resolved.&lt;/P&gt;&lt;P&gt;Thanks Amir!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 13:14:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46712#M9608</guid>
      <dc:creator>rubinsed1</dc:creator>
      <dc:date>2012-05-22T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: snmpv3 config error using domain account</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46716#M9609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue on two controllers, but we used local accounts (not domain accounts). It started after head replacement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fri May&amp;nbsp; 3 09:34:34 CEST [snmp.agent.msg.access.denied:warning]: Permission denied for SNMPv3 requests from snmpv3user. Reason: User does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After searching for a solutions (not finding), I've deleted and readded my users and it was solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 12:18:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/46716#M9609</guid>
      <dc:creator>gdefevere</dc:creator>
      <dc:date>2013-05-03T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: snmpv3 config error using domain account</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/92437#M17047</link>
      <description>&lt;P&gt;I had the same error with a local account, I deleted and recreated it, as per your advice - error has gone away and all is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appears to be an issue when upgradingf from ONTAp 8.1.x to 8.2.x.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 05:32:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/snmpv3-config-error-using-domain-account/m-p/92437#M17047</guid>
      <dc:creator>JNSTEGEMANOEH</dc:creator>
      <dc:date>2014-10-14T05:32:19Z</dc:date>
    </item>
  </channel>
</rss>

