HMC - List the Port VLAN IDs and Additional VLAN IDs ( tagged ) associated with the NICs of a LPAR.
From HMC list the Port VLAN IDs and Additional VLAN IDs ( tagged ) associated with the NICs of a LPAR.
Syntax is:
#lshwres
-m <Managed System>
-r <virtualio>
--rsubtype <eth>
--level <lpar>
--filter "lpar_ids="
-F slot_num:port_vlan_id:addl_vlan_ids
-- header
So the complete command in our case is:
#lshwres -m USPLSVXPHXD002 -r virtualio --rsubtype eth --level lpar --filter lpar_names=dr-xprtam02 -F slot_num:port_vlan_id:addl_vlan_ids --header
hscroot@uxplxaophxd002:~> lshwres -m USPLSVXPHXD002 -r virtualio --rsubtype eth --level lpar --filter lpar_names=dr-xprtam02 -F slot_num:port_vlan_id:addl_vlan_ids --header
slot_num:port_vlan_id:addl_vlan_ids
2:643:
3:511:
4:959:734
5:14:
hscroot@uxplxaophxd002:~>
Comments
Post a Comment