DCUI management ausgegraut: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „*esxcli network ip interface add --interface-name=vmk0 --portgroup-name="PG-MGMT"“) |
|||
| 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 | ||
Version vom 10. Juni 2025, 07:45 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