New to Solaris IPMP (conversion from Linux)


 
Thread Tools Search this Thread
Operating Systems Solaris New to Solaris IPMP (conversion from Linux)
# 15  
Old 10-03-2015
I think you have active/active, check with
Code:
netstat -i

It can lead to hickups - sudden delay or packet loss.
For active/standby have
hostname.igb1
Code:
group IPMP standby

No second IP-address.
This User Gave Thanks to MadeInGermany For This Post:
# 16  
Old 10-14-2015
In case you want to go for a symmetric active/active aggregate with LACP (this is not called IPMP by Sun and Oracle):
1. enable LACP on the LAN switch port
2. create an executable script on the local disk
Code:
!/bin/sh

echo "Creating LACP setup"
/usr/sbin/ifconfig bge0 down
/usr/sbin/ifconfig bge0 unplumb
/usr/sbin/ifconfig bge1 unplumb
/usr/sbin/dladm create-aggr -P L3 -l passive -d bge0 -d bge1 1
/usr/sbin/ifconfig aggr1 plumb

mv /etc/hostname.bge0 /etc/hostname.aggr1

The script is for bge0 and bge1; rename them to your NIC drivers.
Run the script from a console (e.g. an ILO board - not over ssh!)
See also https://docs.oracle.com/cd/E25539_01.../cgfcadjd.html
Note they advertise -l active but usually it should be -l passive because the LAN switch is the active part.
Because the aggregated links are hidden, netstat -i 1 shows the sum only, while the per-link packets are shown with dladm show-aggr -s -i 1.
This User Gave Thanks to MadeInGermany For This Post:
# 17  
Old 10-17-2015
Hi MadeInGermany,

Greatly appreciate the examples.
I am trying to setup ACTIVE,ACTIVE IPMP and do a packet sniff to see what are the actual IPs and mac address being send out of both interfaces... but sadly.. solaris doesn't seems to have wireshark Smilie

Regards,
Noobb
# 18  
Old 10-17-2015
Solaris has something better than wireshark... It is called snoop.
This User Gave Thanks to DukeNuke2 For This Post:
# 19  
Old 10-20-2015
Quote:
Originally Posted by DukeNuke2
Solaris has something better than wireshark... It is called snoop.

Hi DukeNuke2,

Is there anyway i can capture both interfaces at the same time with snoop ?
SmilieSmilieSmilie Been trying but doesn't seems like it.


Look forward to your advice.

Regards,
Noob
# 20  
Old 10-20-2015
Never tried that... You can open multiple snoop sessions and capture the output in multiple terminal sessions...
This User Gave Thanks to DukeNuke2 For This Post:
# 21  
Old 10-28-2015
Hi,

I don't know if you still need more info but I thought I would Chime in as I recently switched from IPMP over to Link-aggr and LACP.

What we found is due the application we were using, Load spreading was not working as expected.

IPMP is supposed to load balance only outbound traffic based on my research. What I found when reviewing dlstats, were only one port was actually being used.
- Due to this our application was impacted. Users reported slow connectivity during peek times. We took a look at the server and there were plenty resources available since this is a new implementation and only one application on the server at the time. The application is network heavy. (IPMP configuration is what was recommended to us. There is a possibility that when it was setup, it was not done correctly).

As Solaris was pretty new to me and I came into the project half way, I suggested switching over to using link aggregation instead. Once switched over, performance has improved from the user experience which was the goal.

Not sure if this helps.
(I'm not a solaris admin but was only helping out to troubleshoot the issues)
These 2 Users Gave Thanks to techy1 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

IPMP group failed on Solaris 9

Hi, I have Solaris-9 server, V240. I got alert that one of the interface on IPMP configuration, is failed. Found that two IPs (192.168.120.32 and 192.168.120.35) are not pingable from this server. These two IPs were plumbed on another server and that is decommissioned now. That is the reason,... (5 Replies)
Discussion started by: solaris_1977
5 Replies

2. Solaris

Solaris 10 IPMP - failback=no

Hi all, Just a few questions -> Is an "OFFLINE" interface going back to "ONLINE" consider as a failback by IPMP ? I have "FAILBACK=no" in my /etc/default/mpathd; however when i do the following (igb0 and igb7 are in the same ipmp link based group) q1) why does "if_mpadm -r igb7" cause... (0 Replies)
Discussion started by: javanoob
0 Replies

3. Solaris

IPMP over aggregate in Solaris 11

hi all, i start with solaris 11 and i am disapointed by the change on ip managing. i want to set a ipmp over tow aggregate but i dont find any doc and i am lost with the new commande switch1 net0 aggregate1 | net1 aggregate1 |-----| |... (1 Reply)
Discussion started by: sylvain
1 Replies

4. Solaris

Solaris 10 branded zone with IPMP

All. I am trying to create a 10 branded zone on a Sol 11.1 T5. The Global is using IPMP...so aggregating is out of the question. Has anyone successfully created a branded zone with IPMP? If they have can you please show me the steps you took to get this to run. Thanks (4 Replies)
Discussion started by: aeroforce
4 Replies

5. Solaris

Link Based IPMP on Shared IP Solaris Zone

Hi, This may have already been raised previously so sorry for the duplication. What I want to achieve is have a physical server using link based IPMP setup in the global zone (not problem doing that) and then create a zone set as Shared-IP so when the servers NIC has an issue the IP will... (0 Replies)
Discussion started by: giles.cardew
0 Replies

6. Solaris

Solaris IPMP

Can any one please explain me the concept behind IPMP in solaris clustering.Basic explanation would be really appreciated... Thanks in Advance vks (2 Replies)
Discussion started by: vks47
2 Replies

7. Shell Programming and Scripting

Linux to ansi pc conversion

Hi All, I checked the old posts here. But could not find a solution for my question. I have a file created by one application in HP-UX. My client wants it to be converted into ANSI PC version. I have heard about unixtodos and have worked with it also. But I am totally unaware of of this ANSI... (0 Replies)
Discussion started by: Tuxidow
0 Replies

8. Solaris

how to configure IPMP in solaris 9

Hi friends , can anyone provide me the complete steps to configure IPMP in solaris 9 or 10 provided i have two NIC card ? regards jagan (4 Replies)
Discussion started by: jaganblore
4 Replies

9. Solaris

Does Veritas Cluster work with IPMP on Solaris 10?

Does Veritas Cluster work with IPMP on Solaris 10? If anyone has set it up do you have a doc or tips? I have heard several different statements ranging from , not working at all to Yes it works! Great How? * Test and Base IPs???? * configure the MultiNICB agent ? I can give details... (1 Reply)
Discussion started by: dfezz1
1 Replies

10. Solaris

Solaris IP Multipathing (IPMP) Help

Hello All, I work for a Health care company at a local trauma hospital. I maintain a Picture Archiving and Communication System (PAC's). Basically, any medical images (X-Ray, CT, MRI, Mammo, etc) are stored digitally on the servers for viewing and dictation from diagnostic stations. I took over... (10 Replies)
Discussion started by: mainegeek
10 Replies
Login or Register to Ask a Question