Hello, I am trying to get a Solaris DomU to boot on a Solaris Dom0. What I want is to specify the vnic that the DomU must use for its networking. However, from my understanding, /usr/lib/xen/scripts/vif-vnic is used to obtain the physical device on which the vnic gets created. Could anyone kindly point me to the location where the actual vnic gets created ? Thank you, Sumedha This message posted from opensolaris.org
If anybody is looking for the answer I see that vnic creation is handled by the binary "vna". Unfortunately, it has no help associated with it (yet). Therefore, cmd/vna/vna.c will be the correct reference. Sumedha This message posted from opensolaris.org
On Tue, Jul 22, 2008 at 06:45:05PM -0700, Sumedha Swamy wrote:> If anybody is looking for the answer I see that vnic creation is > handled by the binary "vna". Unfortunately, it has no help > associated with it (yet). Therefore, cmd/vna/vna.c will be the > correct reference.vna is intended to be private, only used until dladm gets the ability to manipulate VNICs (later this year). What''s the problem you''re trying to solve?
How does one delete a vnic that has been created using the following command: /usr/lib/vna nfo0 aa:00:11:22:33:44 This message posted from opensolaris.org