Friday, July 15, 2016

Create InfiniBand Partition for IPMP group on Solaris


# dladm create-part -f -l net7 -P FFFF bondib0_0 (letter ‘l’)
# dladm create-part -f -l net7 -P FFFF bondib0_1

Create interface for each partition
ipadm create-ip bondib0_0
ipadm create-ip bondib0_1

Create IPMP group out of two interfaces
ipadm create-ipmp -i bondib0_0,bondib0_1 bondib0

Create IP, assign network mask, and bring the interface online
ipadm create-addr -T static -a 192.168.10.1/24 bondib0/v4

No comments:

Post a Comment