Hi, I'm unclear as to the recommended usage of vnets in configuring LDOMs- specifically:
Assuming I have two ldoms (guest0, guest1) which should sit on the same network, and one vswitch (primary-vsw0) connected to that network. Should I create two vnets on primary-vsw0 and connect one to each ldom, ie: ldm add-vsw net-dev=e1000g0 primary-vsw0 ldm add-vnet vnet0 primary-vsw0 guest0 ldm add-vnet vnet1 primary-vsw0 guest1 Or should I create one vnet and add it to both ldoms, ie: ldm add-vsw net-dev=e1000g0 primary-vsw0 ldm add-vnet vnet0 primary-vsw0 guest0 ldm add-vnet vnet0 primary-vsw0 guest1 The second option is much less intuitive to me since I think of the vnets as virtual network cards, but I've seen this in several places and both options seem to work. Which is better and why? Thanks, Yonah -- This message posted from opensolaris.org _______________________________________________ ldoms-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/ldoms-discuss
