IPMP problem


 
Thread Tools Search this Thread
Operating Systems Solaris IPMP problem
# 1  
Old 07-13-2010
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?

Code:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.13.15.228 netmask ff000000 broadcast 10.255.255.255
        ether 0:3:ba:b2:f:7c
ce0:1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.65.72 netmask ffff0000 broadcast 10.13.255.255
ce0:3: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.15.229 netmask fffff000 broadcast 10.13.15.255
ce0:4: flags=9040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.15.229 netmask ffff0000 broadcast 10.13.255.255
ce0:5: flags=9040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.15.229 netmask ffff0000 broadcast 10.13.255.255
ce0:6: flags=9040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.15.229 netmask ffff0000 broadcast 10.13.255.255
ce0:7: flags=9040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
        inet 10.13.15.229 netmask fffff000 broadcast 10.13.15.255
ce5: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
        inet 10.13.15.227 netmask ff000000 broadcast 10.255.255.255
        ether 0:3:ba:b0:5f:cb
ce5:1: flags=9040803<UP,BROADCAST,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 3
        inet 10.13.65.82 netmask ffff0000 broadcast 10.13.255.255

Cheers
# 2  
Old 07-13-2010
the same way like you remove all interfaces...

Code:
ifconfig interface-name unplumb

and look at /etc for the hostname.interface-name files or for "addif" entries in the hostname files for the physical interface.
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 07-16-2010
try below command to unplumb and plumb all interfaces again.
Code:
#ifconfig ce0 unplumb;
#ifconfig ce5 unplumb;
##ifconfig ce0 plumb;
#ifconfig ce5 plumb;
#ifconfig ce0 `cat /etc/hostname.ce0`
#ifconfig ce5 `cat /etc/hostname.ce5`
#route add default <your gatway">


Last edited by Scott; 07-16-2010 at 05:24 PM.. Reason: Please use code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

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

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. Is this a NIC problem!!?

-- IPMP Groups -- Node Name Group Status Adapter Status --------- ----- ------ ------- ------ IPMP Group: hostname1.xx-xxxx.xxxi sc_ipmp1 Online ce5 Online IPMP Group: hostname1.xx-xxxx.xxxi ipmpgrp01... (2 Replies)
Discussion started by: FeNiCrC_Neil
2 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

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