LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Teaming issue (https://www.linuxquestions.org/questions/linux-networking-3/teaming-issue-4175541201/)

Rezney 04-30-2015 03:54 AM

Teaming issue
 
Hello all,
I would like to ask you for help with my teaming issue on RHEL7/CentOS7

I am trying to add teaming with following commands:

nmcli con add type team con-name Team0 ifname Team0 config '{"name": {"runner": "activebackup"}'
nmcli con mod Team0 ipv4.addresses 192.168.122.200/24 ipv4.method static

nmcli con add type team-slave con-name Team0-slave1 ifname eth1 master Team0
nmcli con add type team-slave con-name Team0-slave2 ifname eth2 master Team0

but I cant see team as device.

NAME UUID TYPE DEVICE
Team0 dae765ac-2dc8-4b04-b930-ea799a542be3 team --
eth0 e5823736-2b3f-4264-9601-317ff167d5cf 802-3-ethernet eth0
Team0-slave2 5684c246-9e5e-4af8-8b05-df13aeb332da 802-3-ethernet ens10
Team0-slave1 a1cffaee-20f8-428e-b57a-fe45a2a0d522 802-3-ethernet ens9

And it is returning following error when trying nmcli con up:

Error: Connection activation failed: Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/12' failed in libnm-glib.



Do you have any idea what to do with this?

Thanks...

Rezney 05-01-2015 08:05 AM

Just stupid typo. Omitted one of trailing "}".
I sort of like nmcli but sometimes it can be a little confusing.

SOLVED


All times are GMT -5. The time now is 11:49 AM.