Wednesday, March 15, 2017

How to limit the bandwidth of Non-global zone on Solaris 10


1) To find the network interface and the speed

bash-3.2# dladm show-dev
e1000g0         link: up        speed: 1000  Mbps       duplex: full
e1000g1         link: up        speed: 1000  Mbps       duplex: full


2) The below command will set the bandwidth to 400 Mbps.

bash-3.2# dladm set-linkprop -p maxbw=400 zonename(replace with local zonename)




No comments:

Post a Comment