This host currently has no management network redundancy как исправить

Background I'm on a new VMWare install consisting of: 1 vCenter Server (containing inventory service, SSO, vCenter server, and web client server) 2 ESX Servers configured in a HA group Problem ...

Background

I’m on a new VMWare install consisting of:

  • 1 vCenter Server (containing inventory service, SSO, vCenter server, and web client server)
  • 2 ESX Servers configured in a HA group

Problem

When a I view the summary for any one of my servers, I receive a notice: «This host currently has no management network redundancy».

This is expected in our scenario and we’re okay with it.

Attempted Solutions

As I understand from this article and this discussion, the proper way to remove the error message is to ignore it via setting the «das.ignoreRedundantNetWarning» propery to «true».

I took the following steps:

  • Logged into vCenter
  • Right-clicked on my HA cluster and chose «Edit Settings…»
  • Clicked «vSphere HA» section
  • Clicked «Advanced Options…»
  • Added the «das.ignoreRedundantNetWarning» option with a value of «true».

Question

How do I get this error to go away, and are there any reasons why adding this option may not have worked?

References

  • Network redundancy message when configuring VMware High Availability in vCenter Server [VMWare KnowledgeBase]
  • How remove a notice » has no management network redundant» [VMWare Community]

asked Nov 28, 2012 at 16:32

SeanKilleen's user avatar

SeanKilleenSeanKilleen

1,0838 gold badges25 silver badges38 bronze badges

Found it! One additional step is necessary — the servers must be reconfigured for HA to remove the error message.

To do this, for each serer:

  • In vSphere Client, click on the server
  • Click the Summary tab
  • In the «Commands» section, click «Reconfigure for vSphere HA».

After this, the error disappears.

Newbie Note: I wasn’t aware of this because initially, after updating any setting within the HA cluster, VMWare showed task, «Reconfigure Cluster», as complete. I mistook this message at first glance to mean that I didn’t need to manually reconfigure the host.

answered Nov 28, 2012 at 16:45

SeanKilleen's user avatar

SeanKilleenSeanKilleen

1,0838 gold badges25 silver badges38 bronze badges

1

This host currently has no management network redundancy?!

Многие замечали, что при добавлении к кластеру HA нового хоста или при включении на имеющемся кластере HA  может появится предупреждение  “This host currently has no management network redundancy”

Безымянный

Это связано с невыполнением рекомендации Vmwareотносительно подключения консоли управления в HA кластере к 2м физическим интерфейсам. Это не критично, но если предупреждение мешает, отключить его просто.

Заходим в настройки кластера.

2014-06-30 16-54-55 Скриншот экрана

Переходим в настройки HA -> дополнительные настройки

2014-06-30 16-55-46 Скриншот экрана

Добавляем опцию

das.ignoreRedundantNetWarning со значением true

2014-06-30 16-56-16 Advanced Options (vSphere HA)

Производим «Reconfigure for vSphere HA» на хосте / хостах с предупреждением.

Кроме того, приведу пример возможных дополнительных опции, которые могут пригодиться:

  • das.failuredetectiontime — количество миллисекунд. Таймаут перед срабатыванием «isolation response». Значение по умолчанию 15000 миллисекунд.
  • das.isolationaddress[x] — IP адрес. Этот(эти) IP адреса используются ESX для проверки на событие изоляции. [x] = 1‐10. По умолчанию используется шлюз Service Console. Эти IP’шники должны отвечать на пинги 247.
  • das.poweroffonisolation — Значение False или True. Это — настройка действия по умолчанию в случае изоляции.
  • das.vmMemoryMinMB — Чем выше значение, тем больше памяти будет резервироваться на случай сбоя.
  • das.vmCpuMinMHz — Чем выше значение, тем больше ресурсов CPU будет резервироваться на случай сбоя.
  • das.defaultfailoverhost — значение — имя хоста. Этот хост будет использоваться как предпочитаемый в случае сбоя.
  • das.failuredetectioninterval — количество миллисекунд. Для изменения интервала проверочных пингов между хостами (heartbeat). По умолчанию — каждую секунду (1000 миллимекунд).
  • das.allowVmotionNetworks — Allows a NIC that is used for VMotion networks to be
    considered for VMware HA usage. This permits a host to have only one NIC configured for management and VMotion combined.
    Если через сетевушку идет трафик Vmotion, то HA не использует ее для своих пингов. Этот параметр разрешает ему это делать.  Подробности и варианты, когда опция пригодится см. в VMware HA Implementation Notes ниже. 
  • das.allowNetwork[x] — имя интерфейса Service Console, а точнее — ее portgroup. Например — ʺService Console 2ʺ. [x] = 1‐? .
    Если у нас несколько интерфейсов SC, указываем в каком порядке использовать их под heartbeat’ы HA.
  • das.isolationShutdownTimeout — таймаут перед выключением ВМ в случае изоляции, если выбрана опция “Shutdown VM”. По умолчанию — 300 секунд. Другими словами, если ВМ корректно не завершили работу в случае изоляции, то через 300 секнуд они будут выключены насильно.
  • das.ignoreRedundantNetWarning — если true, то вас не будет доставать сообщение «Host <xxx> currently has no management network redundancy.»
  • das.bypassNetCompatCheck — если true, то при активации HA не будут проверятся некоторые условия. Актуально при сообщении об ошибке: » Cannot complete the configuration of the HA agent on the host. See the task details for additional information. Misconfiguration in the host network setup.”

Background

I’m on a new VMWare install consisting of:

  • 1 vCenter Server (containing inventory service, SSO, vCenter server, and web client server)
  • 2 ESX Servers configured in a HA group

Problem

When a I view the summary for any one of my servers, I receive a notice: «This host currently has no management network redundancy».

This is expected in our scenario and we’re okay with it.

Attempted Solutions

As I understand from this article and this discussion, the proper way to remove the error message is to ignore it via setting the «das.ignoreRedundantNetWarning» propery to «true».

I took the following steps:

  • Logged into vCenter
  • Right-clicked on my HA cluster and chose «Edit Settings…»
  • Clicked «vSphere HA» section
  • Clicked «Advanced Options…»
  • Added the «das.ignoreRedundantNetWarning» option with a value of «true».

Question

How do I get this error to go away, and are there any reasons why adding this option may not have worked?

References

  • Network redundancy message when configuring VMware High Availability in vCenter Server [VMWare KnowledgeBase]
  • How remove a notice » has no management network redundant» [VMWare Community]

asked Nov 28, 2012 at 16:32

SeanKilleen's user avatar

SeanKilleenSeanKilleen

1,0838 gold badges25 silver badges38 bronze badges

Found it! One additional step is necessary — the servers must be reconfigured for HA to remove the error message.

To do this, for each serer:

  • In vSphere Client, click on the server
  • Click the Summary tab
  • In the «Commands» section, click «Reconfigure for vSphere HA».

After this, the error disappears.

Newbie Note: I wasn’t aware of this because initially, after updating any setting within the HA cluster, VMWare showed task, «Reconfigure Cluster», as complete. I mistook this message at first glance to mean that I didn’t need to manually reconfigure the host.

answered Nov 28, 2012 at 16:45

SeanKilleen's user avatar

SeanKilleenSeanKilleen

1,0838 gold badges25 silver badges38 bronze badges

1

Понравилась статья? Поделить с друзьями:
  • There was an error enabling com4 qpst
  • This error is usually caused by the graphics driver crashing try installing the latest drivers
  • This error can be caused by unplugging a removable storage device
  • There seems to be an error with the skid server
  • This driver can t release to failure windows 10 как исправить