Der LPAR aix01 soll mit IBM PowerVM ein virtueller Ethernet Adapter hinzugefügt werden. Die Daten im Einzelnen:
-
- HMC: hmc01
- Managed system: ms25
- LPAR: aix01
- Profil: standard
- virtuelle Slot-Nummer: 4
- Port-VLAN-ID: 900
- virtueller Ethernet Switch: ETHERNET0(default)
- weitere VLANs: keine
Das Kommando auf der zugehörigen HMC hmc01 ist:
hscroot@hmc01:~> chhwres -m ms25 -r virtualio --rsubtype eth -o a -p aix01 -s 2 -a 'ieee_virtual_eth=0,port_vlan_id=900' hscroot@hmc01:~>
Wird das aktuell verwendete Profil der LPAR nicht automatisch synchronisiert, dann sollte der zusätzliche virtuelle Ethernet Adapter auch dem Profil hinzugefügt werden:
hscroot@hmc01:~> chsyscfg -r prof -m ms25 -i 'lpar_name=aix01,name=standard,"virtual_eth_adapters+=""4/0/900///0"""' hscroot@hmc01:~>
Mit unserem LPAR-Tool sieht das zu verwendende Kommando so aus:
$ lpar addeth aix01 4 900 $
Das aktuelle Profil wird automatisch angepasst.
Ausführliche Informationen zum LPAR-Tool und virtuellen Ethernet Adaptern finden sich hier: Virtual Ethernet