DCUI management ausgegraut: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „*esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"“)
 
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
*esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"
 
*esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"
 +
 +
 +
=Invalid vswitch port group name PG-MGMT. Unable to get node: not found=
 +
 +
*Überprüfe ob es die Portgruppe PG-MGMT gibt
 +
**'''esxcli network vswitch standard portgroup list'''
 +
 +
*Falls die Portgruppe nicht in der liste auftaucht -> Portgruppe erstellen
 +
# PG-MGMT
 +
 +
esxcli network vswitch standard portgroup add --portgroup-name=PG-MGMT --vswitch-name=vSwitch_Mgmt
 +
 +
esxcli network vswitch standard portgroup set --portgroup-name=PG-MGMT --vlan-id=21
 +
 +
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-MGMT --active-uplinks=vmnic1 --standby-uplinks=vmnic2
 +
 +
*Anschließend nochmal den Befehl eingeben:
 +
**'''esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"'''

Aktuelle Version vom 10. Juni 2025, 07:46 Uhr

  • esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"


Invalid vswitch port group name PG-MGMT. Unable to get node: not found

  • Überprüfe ob es die Portgruppe PG-MGMT gibt
    • esxcli network vswitch standard portgroup list
  • Falls die Portgruppe nicht in der liste auftaucht -> Portgruppe erstellen
# PG-MGMT

esxcli network vswitch standard portgroup add --portgroup-name=PG-MGMT --vswitch-name=vSwitch_Mgmt

esxcli network vswitch standard portgroup set --portgroup-name=PG-MGMT --vlan-id=21

esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-MGMT --active-uplinks=vmnic1 --standby-uplinks=vmnic2
  • Anschließend nochmal den Befehl eingeben:
    • esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"