Я пытаюсь подготовить сценарий для назначения статического IPv4-адреса хосту. Обычно я беру консоль iDRAC и обновляю IP, подсеть, GW и VLAN ID. Но у меня есть около 2500+ серверов, которыми я собираюсь заняться. Я пробовал использовать команду racadm setniccfg, но она обновляет IP idrac.
В консоли idrac я выберу «Настроить сеть управления» -> затем «Влан» -> и далее я дам значения IPv4. Прилагается изображение страницы консоли iDRAC.
DRAC - и впоследствии ракадм - не настраивает серверную сеть. Его можно использовать только для настройки интерфейса RAC.
Хост может быть динамически настроен с помощью DHCP или вы можете создать сценарий ESXi через SSH и esxcli
:
~ # esxcli network ip interface add -?
Usage: esxcli network ip interface add [cmd options]
Description:
add Add a new VMkernel network interface.
Cmd options:
-P|--dvport-id=<str> DVPort ID of the connection point. This requires --dvs-name to be given in the same command
-s|--dvs-name=<str> DVSwitch name of the connection point. This requires --dvport-id to be given in the same command
-i|--interface-name=<str>
The name of the VMkernel network interface to create. This name must be in the form vmkX, where X is
a number 0-255
-M|--mac-address=<str>
Set the MAC address for the newly created VMkernel network interface.
-m|--mtu=<long> Set the MTU setting for a given VMkernel network interface on creation
-p|--portgroup-name=<str>
The name of the vswitch port group to add this VMkernel network interface to.