My Oracle Support Banner

Modifying Mtu Size in Solaris 11 and getting : cannot set link property 'mtu' on 'net1': link busy (Doc ID 1623256.1)

Last updated on APRIL 18, 2023

Applies to:

Solaris Operating System - Version 11.1 and later
Information in this document applies to any platform.

Goal

Need to increase the MTU size of an interface using dladm, in this case net1, but it fails with "link busy".

Example


# dladm set-linkprop -p mtu=9000 net1
dladm: warning: cannot set link property 'mtu' on 'net1': link busy

If we down the interface first and try again, it still fails with "link busy".

Example


# ifconfig net1 down

# dladm set-linkprop -p mtu=9000 net1
dladm: warning: cannot set link property 'mtu' on 'net1': link busy
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.