Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IPMP link based with zones not working after reboot

807559Apr 21 2008 — edited May 20 2008
Hello,

I have configured link-based IPMP (Solaris 10 8/07). The server has 4 NICs, one (e1000g0) is for global zone, two (e1000g2, e1000g3)
are used for IPMP:
bash-3.00# cat /etc/hostname.e1000g2
netmask group ipmp0 up
bash-3.00# cat /etc/hostname.e1000g3
group ipmp0 up
There are two zones 'z1' and 'z2' configured on the server - the NIC for both of them is e1000g2:
z1
...
add net
set address=192.168.220.133/24
set physical=e1000g2
end
z2
...
add net
set address=192.168.220.134/24
set physical=e1000g2
end
Both zones are working correctly while unplumbing e1000g2 - failover is working ok and ping from outside shows that both zones are accessible. But when I reboot the server with network cable still unplumbed - both zones are in state 'running' but they are not available from outside.
Can anybody tell me what is going on ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2008
Added on Apr 21 2008
8 comments
363 views