search for: jiahu

Displaying 8 results from an estimated 8 matches for "jiahu".

2014 May 23
2
[netcf] Why netcf can not rename a existing physical interface dynamically by itself?
...Interface eth1 successfully brought up 2. Undefine eth1 from host [root@rhel6 ~]# ncftool ifdown eth1 Interface eth1 successfully brought down [root@rhel6 ~]# ncftool undefine eth1 eth1 undefined [root@rhel6 ~]# ncftool list --all eth0 lo 3. Prepare another xml with same MAC and a new name "jiahu" [root@rhel6 ~]# cat jiahu.xml <interface type="ethernet" name="jiahu"> <start mode="none"/> <mac address="00:1B:21:27:4E:CE"/> <protocol family="ipv4"> <dhcp/> </protocol> </interface> 4....
2014 May 23
2
Re: [netcf] Why netcf can not rename a existing physical interface dynamically by itself?
...l interface dynamically by itself? > The name of a physical interface is determined by lower levels of the > operating system, and can't be modified by netcf. the configuration that > is setup by netcf can only reference an *existing* physical device nam[root@rhel6 ~]# ip link set name jiahu eth1 > [root@rhel6 ~]# ifconfig jiahu > jiahu Link encap:Ethernet HWaddr 00:1B:21:27:4E:CE > BROADCAST MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 >...
2014 May 23
0
Re: [netcf] Why netcf can not rename a existing physical interface dynamically by itself?
On 05/23/2014 03:02 PM, jiahu wrote: > > On 05/23/2014 04:56 PM, Laine Stump wrote: >> On 05/23/2014 06:46 AM, Jianwei Hu wrote: >>> Hi All, >>> >>> I have a usage question about netcf. Why netcf can not rename a >>> existing physical interface dynamically by itself? >> The...
2013 Dec 18
1
Re: How to attach USB disk to specified USB controller in domian?
...39;KiB'>1048576</currentMemory> ... <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none'/> <source file='/mnt/jiahu/images/rhel.img'> <seclabel model='selinux' labelskip='yes'/> </source> <target dev='vda' bus='virtio'/> <alias name='virtio-disk0'/> <address type='pci' domain='0x0000' bus=...
2013 Dec 17
2
How to attach USB disk to specified USB controller in domian?
Hi guys, I want to attach a few USB disks to specified USB controller in domain on libvirt layer, but I didn't find any method to deal with it. Anyone can help me on that? I added some USB type disk to my domain, started it, I found all USB disk had been attached to same USB controller automatically, I want to assign some USB disks to another controller manually but I can't find the
2014 Jun 23
1
Re: [netcf]IFF_RUNNING flag on a bridge device
On 28.05.2014 15:27, Laine Stump wrote: > On 05/27/2014 09:07 AM, Jianwei Hu wrote: >> Hi All, >> >> I have one netcf question, please help me to resolve it, thanks. >> >> I can set a IFF_RUNNING flag to a bridge device which are no interface device attached. What status of a flag on a bridge device in current kernel?(w/o interface), is this a new change in kernel
2014 Apr 17
2
What's the meaning of sub-element <ip address='X.X.X.X'> in <interface type='bridge'> of domain xml?
Hi guys, I saw this sub-element in http://libvirt.org/firewall.html, there is some confusion, what's the meaning of sub-element <ip address='X.X.X.X'> in <interface type='bridge'> of domain xml? The detail <interface> in domain xml as below: <interface type='bridge'> <mac address='52:54:00:56:44:32'/> <source
2014 May 27
2
[netcf]IFF_RUNNING flag on a bridge device
Hi All, I have one netcf question, please help me to resolve it, thanks. I can set a IFF_RUNNING flag to a bridge device which are no interface device attached. What status of a flag on a bridge device in current kernel?(w/o interface), is this a new change in kernel or other component? In netcf, but there is a patch to fix that flag issue, I can't understand it. fix wrong status of