On Mar 6, 2014, at 2:49 PM, tono <[email protected]> wrote: > Hello, > > I'm looking for advice about redundant NIC setup, specifically avoiding > single point of failure at the switch. I did see the wiki page on link > aggregations. We use non-stacking switches, which means that all members > would need to connect to the same switch. > > Solaris' DLMP fits the bill but it was introduced only in 11.1. > > It seems that IPMP could work but not in the global zone (or at least > not in a way that would benefit the local zones). Every non-global zone > would need its own IPMP setup, which is a bit messy & also wasteful in > terms of probe traffic.
By default there is no probe traffic for IPMP. Link health is based on the state of the link, not an ICMP ping. This means that if your switch or network fails, but the link does not fail, then it will not be detected by IPMP. Not by coincidence, this is how link aggregation works, too. If you actually want to test that your network is working (as opposed to the switches) then you'll need to configure probes. -- richard > > Am I missing anything or are these our options? Is there anything else > in the pipe? > > Also, how to best separate interfaces from a security point of view? I > think it would be safest to reserve the management network for LOMs. > Would there be any additional benefit to separating the global zone from > the local ones? I mean, if a zone is already compromised, would a > separate NIC or VLAN add any real security? On a dual NIC server, it > wouldn't be a small sacrifice. > > Thanks! > > > ------------------------------------------- > smartos-discuss > Archives: https://www.listbox.com/member/archive/184463/=now > RSS Feed: https://www.listbox.com/member/archive/rss/184463/21953302-fd56db47 > Modify Your Subscription: https://www.listbox.com/member/?& > Powered by Listbox: http://www.listbox.com -- [email protected] +1-760-896-4422 ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
