Create-aggr failed

Hi,

I am trying to create aggregation by using dladm, But am getting the following error.

dladm create-aggr -P L2 -l net2 sumaggr2
dladm: create operation failed: link busy

I have checked in

dladm show-link

and the state is "down"..

dladm show-link | grep ^net2
net2                phys      1500   down     --

And there is no dhcp agent process running. But still facing the link busy issue.

Any help on this..

OSver=Solaris 11.3 X86

TIA

Try to run ipadm delete-ip interface on the interface you want to use first. Also, wouldn't you need 2 interfaces to create an aggr-group? So something like:

dladm create-aggr -P L2 -l net1 -l net2 sumaggr2