<?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: Cannot configure host after successfully authenticated in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121534#M26065</link>
    <description>&lt;P&gt;Yes.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;it will not pass the validation for 1G port speed. You would see "VmnicValidationFailed" error. ONTAP select does not support 1G ports for the internal network configuration.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 17:25:11 GMT</pubDate>
    <dc:creator>mehulm</dc:creator>
    <dc:date>2016-07-20T17:25:11Z</dc:date>
    <item>
      <title>Cannot configure host after successfully authenticated</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121288#M26031</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to deploy Ontap select on an ESXi 6.0 and I cannot configure the host after is has been authenticated:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First step works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;host add --host-id 192.168.1.100 --username administrator@vsphere.local --vcenter 192.168.1.200

(ONTAPdeploy) host show-all
+---------------+---------------+------+
| Host          | Status        | Type |
+---------------+---------------+------+
| 192.168.1.100 | authenticated | ESX  |
+---------------+---------------+------+&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I cannot configure it as I get an error:&lt;/P&gt;&lt;PRE&gt;(ONTAPdeploy) host configure --host-id 192.168.1.100 --location dc01 --storage-pool data --internal-network management --management-network management --data-network storage
Host configuration updated for host: 192.168.1.100
(ONTAPdeploy) host show-all
+---------------+---------------------------+------+
| Host          | Status                    | Type |
+---------------+---------------------------+------+
| 192.168.1.100 | configuration_in_progress | ESX  |
+---------------+---------------------------+------+
(ONTAPdeploy) host show-all
+---------------+----------------------+------+
| Host          | Status               | Type |
+---------------+----------------------+------+
| 192.168.1.100 | configuration_failed | ESX  |
+---------------+----------------------+------+
(ONTAPdeploy) event show-all
+----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+
| category | type                  | level | code | detail                                                     | time                       |
+----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+
| host     | HostConfigureFailed   | Error |  215 | InternalErr: 'MtuValidationFailed'                         | 2016.07.14 06:59:52.445184 |
| host     | HostConfigureAccepted | Info  |  208 | Add configuration request for host 192.168.1.100 accepted. | 2016.07.14 06:59:40.062448 |
| host     | HostAddSuccessful     | Info  |  207 | Host 192.168.1.100 added successfully.                     | 2016.07.14 06:59:03.420038 |
| host     | HostAddAccepted       | Info  |  206 | Add request for host 192.168.1.100 accepted.               | 2016.07.14 06:58:58.845828 |
+----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output from&amp;nbsp;/opt/netapp/log/sdotadmin_server.log&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2016-07-14 07:08:29,621|DEBUG http://localhost:8000/api/v1/hosts/192.168.1.100/configuration validating schema...
2016-07-14 07:08:29,668|DEBUG http://localhost:8000/api/v1/hosts/192.168.1.100/configuration validating parameters...
2016-07-14 07:08:29,670|DEBUG Jsonifing http://localhost:8000/api/v1/hosts/192.168.1.100/configuration
2016-07-14 07:08:29,670|DEBUG Function Arguments: ['host_id', 'new_configuration']
2016-07-14 07:08:29,671|DEBUG Body parameter 'new_configuration' in function arguments
2016-07-14 07:08:30,794|DEBUG Getting data and status code
2016-07-14 07:08:30,794|DEBUG Got data and status code (202)
2016-07-14 07:08:30,892|DEBUG Getting data and status code
2016-07-14 07:08:30,893|DEBUG Got data and status code (202)
2016-07-14 07:08:38,773|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-07-14 07:08:38,774|DEBUG Function Arguments: []
2016-07-14 07:08:38,774|DEBUG Body parameter 'None' not in function arguments
2016-07-14 07:08:38,775|DEBUG Getting data and status code
2016-07-14 07:08:38,775|DEBUG Got data and status code (200)
2016-07-14 07:08:38,823|DEBUG Getting data and status code
2016-07-14 07:08:38,823|DEBUG Got data and status code (200)
2016-07-14 07:08:39,925|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-07-14 07:08:39,925|DEBUG Function Arguments: []
2016-07-14 07:08:39,926|DEBUG Body parameter 'None' not in function arguments
2016-07-14 07:08:39,926|DEBUG Getting data and status code
2016-07-14 07:08:39,927|DEBUG Got data and status code (200)
2016-07-14 07:08:39,950|DEBUG Getting data and status code
2016-07-14 07:08:39,950|DEBUG Got data and status code (200)
2016-07-14 07:08:40,422|CRITICAL Logging level set to 10
2016-07-14 07:08:40,423|ERROR |Host.py|235:get_host_support| Error: [204] HostInfoErr: Error in retrieving detailed host information for 192.168.1.100.
2016-07-14 07:08:40,423|ERROR |Host.py|545:update_configuration| Update host configuration failed
2016-07-14 07:08:40,478|ERROR |host_tasks.py|40:update_host_configuration| HostInfoErr: Error in retrieving detailed host information for 192.168.1.100.
2016-07-14 07:08:40,550|DEBUG Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL.  See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2014 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'per_consumer_qos': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'cluster_name': u'rabbit@OntapSelect', u'platform': u'Erlang/OTP', u'version': u'3.3.5'}, mechanisms: [u'PLAIN', u'AMQPLAIN'], locales: [u'en_US']
2016-07-14 07:08:40,552|DEBUG Open OK!
2016-07-14 07:08:40,552|DEBUG using channel_id: 1
2016-07-14 07:08:40,554|DEBUG Channel open
2016-07-14 07:08:40,901|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-07-14 07:08:40,901|DEBUG Function Arguments: []
2016-07-14 07:08:40,902|DEBUG Body parameter 'None' not in function arguments
2016-07-14 07:08:40,903|DEBUG Getting data and status code
2016-07-14 07:08:40,903|DEBUG Got data and status code (200)
2016-07-14 07:08:40,946|DEBUG Getting data and status code
2016-07-14 07:08:40,946|DEBUG Got data and status code (200)
2016-07-14 07:08:48,438|DEBUG Jsonifing http://localhost:8000/api/v1/events
2016-07-14 07:08:48,439|DEBUG Function Arguments: ['count']
2016-07-14 07:08:48,439|DEBUG Body parameter 'None' not in function arguments
2016-07-14 07:08:48,443|DEBUG Getting data and status code
2016-07-14 07:08:48,443|DEBUG Got data and status code (200)
2016-07-14 07:08:48,492|DEBUG Getting data and status code
2016-07-14 07:08:48,492|DEBUG Got data and status code (200)&lt;/PRE&gt;&lt;P&gt;Any ideas why this host is failing to apply the config?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:56:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121288#M26031</guid>
      <dc:creator>fnunez</dc:creator>
      <dc:date>2025-06-04T19:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot configure host after successfully authenticated</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121489#M26057</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It looks like you are trying to deploy a single node.&amp;nbsp;Currently, host configure requires internal-network parameter regardless of whether deploying single node or 4node (there is a bug filed against this issue). Single node should not require specifying an internal-network because no cluster ports are needed for that configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;As a workaround, create an network portgroup with two vmnics connected to it with 10GE links and 9000 MTU. The vmnics doesn’t have to be connected to a physical switch. This will satisfy the configuration checks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rick&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 22:31:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121489#M26057</guid>
      <dc:creator>RickT</dc:creator>
      <dc:date>2016-07-19T22:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot configure host after successfully authenticated</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121496#M26058</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for you reply. That was the problem indeed! Do you know what kind of error would I get if I try this on a server with only 1G ports. I presume it would not pass the pre-checks if it is looking for 10G ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it is simply not supported but, is it any way to configure a node with only 1G ports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:09:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121496#M26058</guid>
      <dc:creator>fnunez</dc:creator>
      <dc:date>2016-07-20T08:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot configure host after successfully authenticated</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121534#M26065</link>
      <description>&lt;P&gt;Yes.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;it will not pass the validation for 1G port speed. You would see "VmnicValidationFailed" error. ONTAP select does not support 1G ports for the internal network configuration.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:25:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-configure-host-after-successfully-authenticated/m-p/121534#M26065</guid>
      <dc:creator>mehulm</dc:creator>
      <dc:date>2016-07-20T17:25:11Z</dc:date>
    </item>
  </channel>
</rss>

