Modifying the mode of a link aggregate in Solaris 11.4
Hi,
Is there a way to modify the mode of an aggregate from trunk to dlmp without having to delete the aggregate first?
# dladm modify-aggr -m dlmp -l net8 -l net10 aggr0
dladm: -m is no longer supported.
Delete and recreate aggr with appropriate mode
# dladm delete-aggr aggr0
dladm: delete operation failed, persistent IP interface present: link busy due to persistent configuration present on the link
If I delete the ip configuration using ipadm delete-ip, and the aggregate delete-ip does this mean i have to recreate all the ip interface of the physical interface and the zones? Is there documentation for this? Thanks in advance.