IPMP Configuration


 
Thread Tools Search this Thread
Operating Systems Solaris IPMP Configuration
# 1  
Old 12-04-2009
IPMP Configuration

Dear All,

I have configured IPMP in one of my SUN machine which is having solros 9 version. I have updated all files like /etc/hosts,/etc/hostname.ce0 and /etc/hostname.ce1 and rebooted the server. But IP's are not mounted which i have given in /etc/hosts file.

Please find the below ifconfig output and help me to resolve this issue.

Code:
root@HYDREM01 # ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
ce0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 0.0.0.0 netmask 0
        ether 0:14:4f:85:df:69
ce0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.209.130.9 netmask ffffff00 broadcast 10.209.130.255
ce1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 0.0.0.0 netmask 0
        ether 0:14:4f:85:df:68

Thanks and Regards,

Lakkireddy BR

Last edited by DukeNuke2; 12-05-2009 at 05:45 AM.. Reason: please use code tags!
# 2  
Old 12-05-2009
You have configured link based ipmp? provide the contents of those files.
# 3  
Old 12-05-2009
there are no "group" names in the output. so i asume something is wrong in the config files.
# 4  
Old 12-05-2009
Please find the conf files.

Code:
/etc/hostname.ce0
HYDREM01-ce0 group HYDREM01-ipmp -failover deprecated netmask + broadcast + up
addif HYDREM01 netmask + broadcast + up

Code:
/etc/hostname.ce1
HYDREM01-ce1 group HYDREM01-ipmp -failover deprecated netmask + broadcast + up


Last edited by DukeNuke2; 12-05-2009 at 01:28 PM.. Reason: please use code tags!
# 5  
Old 12-05-2009
# 6  
Old 12-07-2009
You need to set IPMP up first.

# ifconfig ce0 plumb

# ifconfig ce1 plumb

# eeprom | grep local-mac-address ---> should be set to true. If not then run this coomand.

# # eeprom local-mac-address?=true

Edit your /etc/hosts file with the proper entries.

Create an IPMP group.

# ifconfig ce0 group netgroup

# ifconfig ce1 group netgroup


# vi /etc/hostname.ce0
dummy0 netmask + broadcast + group netgroup deprecated -failover up addif hostname netmask + broadcast + failover up -----> Active interface.

# vi /etc/hostname.ce1
dummy1 netmask + broadcast + group netgroup deprecated -failover standby up


# ifconfig ce0 netmask + broadcast + group netgroup deprecated -failover up addif hostname netmask + broadcast + failover up

# ifconfig ce1 netmask + broadcast + group netgroup deprecated -failover standby up


I usually reboot at this point as sometimes this doesn't work. Have your /etc/hostname.ce* files configured and ready to pick up the new IPMP config.



Test the failover

# if_mpadm -d ce0


# ifconfig -a --> Should show failed over to ce1


# if_mpadm -r ce0 ---> Reattach ce0. Should should failed back to ce0







# 7  
Old 12-10-2009
Dear Sparcman,

Thanks for your support.Its wroking fine.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

IPMP Configuration Question/Problem

Hi, I have two physical interface connected to solaris box. 1. e1000g1 2. e1000g2 I have added these interfaced under a same IPMP group "IPMP1" After that I have configured a test address for e1000g1 like below ifconfig e1000g1 addif <ip-address> netmask + broadcast + -failover... (1 Reply)
Discussion started by: praveensharma21
1 Replies

2. 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

3. Solaris

IPMP active-standby configuration

Hi All, Need your help to explaining why when i configure 2 interface IPMP active-standby appear, INACTIVE and DEPRECATED parameter, detail screen shoot as below : root@machine01 # ifconfig -a e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7 inet... (6 Replies)
Discussion started by: Wong_Cilacap
6 Replies

4. Solaris

IPMP Configuration

Hi all, Currently i got a server which had two interface. I had study the <SystemAdministration Guide: IP> but still donno what is the correct step to configure it. Can u all help me on it? thanks # ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index... (6 Replies)
Discussion started by: SmartAntz
6 Replies

5. Solaris

IPMP configuration and detach problem

Hi, I've a problem when try to detach nic e1000g1. IPMP configuration: # ifconfig -a ...cut... e1000g1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7 inet 0.0.0.0 netmask 0 ether 0:c:29:67:16:ef e1000g2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4>... (3 Replies)
Discussion started by: gxmsgx
3 Replies

6. Solaris

IPMP/HA: most common configuration

Hi, based on your experience what is the most common IPMP configuration on a two nodes cluster for HA failover / scalable services? ...active-active, active-standby with probe-based failure detection etc. Thanks (3 Replies)
Discussion started by: gxmsgx
3 Replies

7. Solaris

setting up IPMP

Guide me in setting up IPMP on solaris 10 box . my system has 2 physical interface bge0 - not used bge1 - 10.10.10.10 bge1:1 - 10.10.10.11 please guide , how can i implement IPMP on this server , how many additional test ip is required ? , as 2 ip's are configured on bge1 interface ,... (3 Replies)
Discussion started by: skamal4u
3 Replies

8. Solaris

IPMP questions

Probe-based IPMP active - active Probe-based IPMP active - passive Link-based only active -standby ???? What are differences between Probe-based IPMP active - passive anddd Link-based only active -standby ???!!! For example in active active probe-based IPMP there are lets... (6 Replies)
Discussion started by: samar
6 Replies

9. Solaris

IPMP config

Hi All, I have unplumbed one interface. after that ifconfig -a shows that lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 ... (7 Replies)
Discussion started by: jegaraman
7 Replies

10. Solaris

Ipmp

Hi All, Kindly help me in configuring IPMP or guid me to some link, tried goggling however no luck. Thanks in anticipation (1 Reply)
Discussion started by: kumarmani
1 Replies
Login or Register to Ask a Question