search for: pif_uuid

Displaying 4 results from an estimated 4 matches for "pif_uuid".

2012 Aug 02
0
Bug#682216: Bug #682216 document about VLAN configuration on dom0
...vconfig directly, but XCP will need it: # apt-get install xcp-xapi vconfig During the installation, debconf will prompt about whether to use "bridge" or "openvswitch", choose "openvswitch" which is the default. Next, we'll hand over the control of NICs to XCP: # PIF_UUID=`xe pif-list device=eth0 --minimal` # xe pif-reconfigure-ip uuid=$PIF_UUID mode=static \ IP=192.168.1.120 netmask=255.255.255.128 gateway=192.168.1.1 Then a short outage of network (several seconds, as it reconfigures the network) is expected, and it should be back very soon. If not, you'...
2012 Jul 19
1
Bug#682122: xcp-xapi: README.Debian has a few misleading commands
...quot;4/ Configuring Xen and XCP": sed -i "s/TOOLSTACK=/TOOLSTACK=xapi/" /etc/default/xen should be sed -i "s/TOOLSTACK=.*/TOOLSTACK=xapi/" /etc/default/xen Otherwise you might end up with TOOLSTACK=xapixm In "4.2/ Configure network to use a bridge xenbr0": PIF_UUID=`xe pif-list device=eth0` should be PIF_UUID=`xe pif-list device=eth0 --minimal` (this is wrong twice in the same section) Otherwise: # echo $PIF_UUID uuid ( RO) : 9ff5d3b4-e4fd-ef03-fc25-29ad1adfaa42 device ( RO): eth0 currently-attached ( RO): true VLAN ( RO): -1 network-uuid ( RO): 8c7020a...
2012 Jul 19
1
Bug#682120: xen-api: missing --minimal in example command
Package: src:xen-api Version: 1.3.2-9 Severity: wishlist Hi, In /usr/share/doc/xcp-xapi/README.Debian.gz, line 149: 149 PIF_UUID=`xe pif-list device=eth0` 150 xe pif-reconfigure-ip uuid=$PIF_UUID mode=static \ 151 IP=1.2.3.4 netmask=255.255.255.0 gateway=1.2.3.1 The command for acquiring the pif-uuid is missing a --minimal parameter, which makes it output the UUID only. -- Regards, Aron Xu
2012 Dec 05
4
Bug#695221: xcp-xapi: xe pif-reconfigure-ip doesn't work with non 255.255.255.0 subnet netmask
Package: xcp-xapi Version: 1.3.2-13 Severity: critical I get this bug when installing XCP and configuring the network portion of it. When I issue the following command: xe pif-reconfigure-ip uuid=$PIF_UUID mode=static IP=10.0.0.10 netmask=255.255.255.240 gateway=10.0.0.1 DNS=10.5.1.2,10.5.1.3 My network interface looks like this (Broken): eth2 Link encap:Ethernet HWaddr 00:50:ec:24:c7:43 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1942287 errors:0 dropped...