IPMP on Private interconnects


 
Thread Tools Search this Thread
Operating Systems Solaris IPMP on Private interconnects
# 15  
Old 01-05-2011
I used this tutorial (from c0t0d0s0.org) to implememt IPMP (see probe method) for our Oracle(Database) systems. It did not work like we thought so we implemented link aggregation (which also requires some coordination with your network peeps.)

Good luck! Smilie

Last edited by bluescreen; 01-05-2011 at 05:31 PM.. Reason: i type like a monkey on a rock!
# 16  
Old 01-06-2011
Quote:
Originally Posted by DukeNuke2
ok, it's not a solaris cluster it is an oracle RAC. so you try to setup an ipmp group to use as as an interconnect for the RAC nodes...
as Mack1982 already asked, where are your problems? the paper you provided gives examples on how to setup ipmp...
Okay, it looks as if i was going down the wrong path after all. It appears that the issue is tied to Sun cluster rather than to Oracle RAC and IPMPing those two private interfaces. For testing purposes on node A, we pulled nge0 and the system stayed up and running (oracle and Solaris), when we plugged nge0 back in and unplugged nge1 we received the same results. On the second node in the cluster, Node B, we attempted the same test and found that pulling nge1 caused the node to evacuate. It appears that there is a configuration issue with Sun Cluster on Node B and that the private interconnects are working as they should.
# 17  
Old 06-01-2011
ipmp on private interconnects

Hi mack1982,

Can you please explain me about how to achieve a fully redundant private network with 2 dedicated switches (so that neither the port, nor the cables, nor the switches become a single point of failure)?

We connect eth2 from both nodes to switch1 and eth2 from both nodes to switch2. So 2 completely redundant paths. How should we proceed from here? We configure IPMP on these 2 interfaces. But it does not look correct.
So should there be a cross or straight cable between switch1 & switch2?
Should the IP Address assigned to 4 ports (eth2 & eth3 on both nodes) should belong to the same LAN or different LAN? i.e. all 4 from 192.168.2.x or eth2 has to be from 192.168.2.x and eth3 has to be from 192.168.3.x? If 2 diff. LAN then will IPMP work on it? If 1 LAN then we would need a cross cable between switches to make it 1 network else all 4 IPs cant ping/see each other. So as you see, i am confused and it would be great if you can help me understand this.

many thanks.
# 18  
Old 06-01-2011
- Connect eth2 from both nodes to switch 1
- Connect eth3 from both nodes to switch 2

Now you have two paths available

- Enter the IP address of eth2 in the /etc/hosts file
example:
server-priv1 10.10.10.10

- edit the /etc/hostname.eth2 as follows:
server-priv1 netmask + broadcast + group ipmp0 up

- edit the /etc/hostname.eth3 as follows:
group ipmp0 up

Reboot the server
Note: Do not assign IP to the standby interface.
Note: Assuming you are using solaris10

use the following command to test ipmp via CLI

#if_mpadm [-r] [-d] <interface>
- -r -> revert back
- -d -> disable i-e failover
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Can we configure link based IPMP in private connectivity in Oracle RAC

Hi I would like to know whether we can configure link based IPMP in private connectivity in Oracle RAC Regarsd ---------- Post updated at 04:35 PM ---------- Previous update was at 04:27 PM ---------- Here I am taking about in case of private connectivity through cross cable (6 Replies)
Discussion started by: sb200
6 Replies

2. Solaris

IPMP problem

Hi all i had two interface ce0 and ce5 but when i run the ifconfig, it show me alot of extra virtual interface, may i know how to remove it? # ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 ce0:... (2 Replies)
Discussion started by: SmartAntz
2 Replies

3. Solaris

ipmp testing

Please tell me how to configure IPMP in vmware what is the basic working concept of IPMP. please help me (1 Reply)
Discussion started by: sijocg
1 Replies

4. Solaris

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... (6 Replies)
Discussion started by: lbreddy
6 Replies

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

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

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

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

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

10. IP Networking

private network to private network gateway

i have one private network with one ip address, and i have a seperate network on a seperate ip address. now, each network is behind a firewall/router. now what i want to do is be able to access one server on the second network from a computer on the first., but with the private ip address, (this... (2 Replies)
Discussion started by: norsk hedensk
2 Replies
Login or Register to Ask a Question