Displaying 1 result from an estimated 1 matches for "netwuuid".
Did you mean:
netuuid
2011 May 17
6
Problems creating a Fedora 14 domU using XCP 1.0 and xe
...m
doing wrong.
Here is what I did (per the user''s guide and reference manual):
## Step 1. Create the VM:
# uuid=$(xe vm-install template=''Other install media''
new-name-label=''test'')
## Note: I also tried CentOS variants
## Step 2. Get the network ID
# netwuuid=$(xe network-list bridge=xenbr0 --minimal)
## Step 3. Create the VIF
# xe vif-create vm-uuid=$uuid \
network-uuid=$netwuuid \
other-config:install-repository=http://192.168.1.10/mnt/Fedora-14-x86_64
## Step 4. Verify that the http address is correct using wget to get the
GPL
# wget ://192.16...