Sponsored Content
Operating Systems Solaris IPMP configuration and detach problem Post 302343049 by gxmsgx on Tuesday 11th of August 2009 11:42:00 AM
Old 08-11-2009
SOLVED

1) delete line "setprop local-mac-address? 'true'" from /boot/solaris/bootenv.rc
2) delete line "ether 0:c:29:67:16:ef" from /etc/hostname.e1000g2
3) reboot

Code:
# ifconfig -a
...cut...
e1000g1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 3
        inet 192.168.72.33 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:ef 
e1000g1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255
e1000g2: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 4
        inet 192.168.72.34 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:f9 
e1000g2:1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255

Detach test (e1000g2,e1000g1)
Code:
# if_mpadm -d e1000g2
/var/adm/messages
clab2 in.mpathd[470]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g2 to NIC e1000g1

# ifconfig -a
...cut...
e1000g1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 3
        inet 192.168.72.33 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:ef 
e1000g1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255
e1000g1:2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255
e1000g2: flags=89040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,OFFLINE> mtu 1500 index 4
        inet 192.168.72.34 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:f9 

# if_mpadm -r e1000g2
/var/adm/messages
clab2 in.mpathd[470]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g2

# if_mpadm -d e1000g1
/var/adm/messages
clab2 in.mpathd[470]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g1 to NIC e1000g2

# ifconfig -a
...cut...
e1000g1: flags=89040842<BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,OFFLINE> mtu 1500 index 3
        inet 192.168.72.33 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:ef 
e1000g2: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 4
        inet 192.168.72.34 netmask ffffff00 broadcast 192.168.72.255
        groupname ipmp0
        ether 0:c:29:67:16:f9 
e1000g2:1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255
e1000g2:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 192.168.72.40 netmask ffffff00 broadcast 192.168.72.255

# if_mpadm -r e1000g1
/var/adm/messages
clab2 in.mpathd[470]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g1

thanks to all
 

9 More Discussions You Might Find Interesting

1. HP-UX

fstream - detach in aCC

How to use detach function for aCC. Error 187: "/cc/smc3/root/development/auto_activation/AARS/src/ResultServer.cpp", line 623 # Referenced object 'detach' is not a member of class basic_ofstream<char,std::char_traits<char> > . READ_TOKEN(tmp) (0 Replies)
Discussion started by: onlyforforum
0 Replies

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

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

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

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

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

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

8. Solaris

veritas volume in DETACH STATE

Hello, recently some disks lost contact with solaris 10 system but the disks came back online on their own. I used "vxreattach disk" to attach them to dg and started raid 5 volume. Voulme's kstate is Enabled however state is DETACH. It bothers me a lot. In this state also I can mount the... (1 Reply)
Discussion started by: upengan78
1 Replies

9. 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
if_mpadm(1M)						  System Administration Commands					      if_mpadm(1M)

NAME
if_mpadm - administer interfaces in an IP multipathing group SYNOPSIS
if_mpadm -d | -r ifname DESCRIPTION
The if_mpadm utility administers IP interfaces that are part of an IP Multipathing (IPMP) group. Currently, administration is limited to offlining IP interfaces and undoing previous offline operations. When an IP interface is taken offline, all IP data traffic that was flowing over the IP interface is moved to another IP interface in the IPMP group. In addition, all UP IP addresses hosted on the IP interface are brought down, causing in.mpathd(1M) to stop probe-based failure detection on the IP interface. As a result, an offline IP interface will not be used for any inbound or outbound IP traffic. Only IP inter- faces that are in an IPMP group may be brought offline. If the IP interface is the last functioning interface in the IPMP group, the off- line operation will fail. When an offline operation is undone, any IP addresses hosted on that IP interface are brought UP and will be considered by in.mpathd for probe-based failure detection. In addition, provided the IP interface is otherwise active (see in.mpathd(1M)), it will again be used to send and receive IP data traffic for the IPMP group. Note that not all offline operations can be undone. For instance, in.mpathd may have offlined an IP interface because its hardware address was not unique within its IPMP group. The ipmpstat utility can be used to determine why an IP interface is offline, identify which IP interfaces in a group are being used for inbound and outbound IP traffic, and more; see ipmpstat(1M). OPTIONS
The if_mpadm utility supports the following options: -d ifname Offline the IP interface specified by ifname. If ifname is not in an IPMP group, or the offline would cause the IPMP group to lose network connectivity, the operation will fail. -r ifname Undo a previous offline of the IP interface specified by ifname. If ifname is not offline, the operation will fail. EXAMPLES
Example 1 Offlining an IP Interface The following command offlines the IP interface under0, causing any IP packets that were being sent and received through it to be handled by another IP interface in its group. example% if_mpadm -d under0 Example 2 Undoing a Previous Offline Operation Use the following command to undo the operation in the previous example: example% if_mpdadm -r under0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ SEE ALSO
ifconfig(1M), in.mpathd(1M), ipmpstat(1M), attributes(5) DIAGNOSTICS
cannot offline: no other functioning interfaces are in its IPMP group. Description: This message means that offlining the IP interface would leave the IPMP group without network connectivity. cannot offline: not a physical interface or not in an IPMP group Description: This means that the IP interface is not an underlying interface in an IPMP group, and therefore is not eligible to be offlined. SunOS 5.11 5 Jan 2009 if_mpadm(1M)
All times are GMT -4. The time now is 09:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy