What's New With IPMP In Solaris 11

The following features differentiate the current IPMP implementation from the previous implementation:
     ■ An IPMP group is represented as an IPMP IP interface.

     ■ The system becomes responsible for the distribution of data addresses among underlying active interfaces.

     ■ The ipmpstat tool is introduced as the principal tool to obtain information about IPMP groups.

     ■ The IPMP interface can be assigned a customized name to identify the IPMP group more easily within your network setup.

Following brief content will show you how to configure an active-standby IPMP group and IPMP group Maintenance.

Configure an active-standby IPMP group

Physical device information:

Administering IPMP In Oracle Solaris 11_第1张图片

Create IP interface:

Administering IPMP In Oracle Solaris 11_第2张图片

Create an IPMP interface by ipadm command:

My ipmp1 group consists of three interfaces:net2、net3 and net4,ipmp0 consists of two interfaces:net0 and net1.

Administering IPMP In Oracle Solaris 11_第3张图片

Add underlying IP interfaces to ipmp1:

Administering IPMP In Oracle Solaris 11_第4张图片

Add underlying IP interfaces to ipmp0:

Administering IPMP In Oracle Solaris 11_第5张图片

Add data addresses to the IPMP1 interface:

p_w_picpath

Add data addresses to the IPMP0 interface:

p_w_picpath

Add test addresses on the underlying interfaces:

p_w_picpath

p_w_picpath

Configure one of the underlying interfaces as a standby interface:

Here,i configured net3 as a standby interface in ipmp1 group and net1 as a standby interface in ipmp0 group.finally,use ipmpstat command with g option to view IPMP group information.

Administering IPMP In Oracle Solaris 11_第6张图片

Administering IPMP In Oracle Solaris 11_第7张图片

Check your configuration by ipadm command with show-ifprop option:

Administering IPMP In Oracle Solaris 11_第8张图片

View your configuration by ifconfig command:

Administering IPMP In Oracle Solaris 11_第9张图片

Monitoring IPMPInformation

The following procedures use the ipmpstat command, enabling you to monitor different aspects of IPMP groups on the system.This command is very easy to use.

Display the IPMP group information.

Administering IPMP In Oracle Solaris 11_第10张图片

Display the IPMP address information.

Administering IPMP In Oracle Solaris 11_第11张图片

Display the IPMP interface information.

Administering IPMP In Oracle Solaris 11_第12张图片

Display the IPMPprobe targets.

Administering IPMP In Oracle Solaris 11_第13张图片

Display the information about ongoing probes.

Administering IPMP In Oracle Solaris 11_第14张图片

Maintaining IPMPGroups

Removing an Interface From a Group.

Administering IPMP In Oracle Solaris 11_第15张图片

Delete IPMP Group.

Administering IPMP In Oracle Solaris 11_第16张图片

After that,use ipmpstat command again.

p_w_picpath

For more information about IPMP in oracle solaris 11 from here.