search for: netuuid

Displaying 2 results from an estimated 2 matches for "netuuid".

Did you mean: netuid
2011 Jun 08
7
XCP storage
Hello, I have setup XCP using the install .iso and have been trying to do an install over http, this has failed miserably each time. So now I want to just carve out an lvm from the disk and put my .iso files in there and install off of them. How is this done? I can create an lvm easy enough but I am not sure how to mount it and expose it to XCP. Is there some type of magic I am missing? Is there
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
...efix 00:16:3e is assigned to Xen in oid.txt MAC="00:16:3e:12:34:56" # Edit this value, each VIF must be different ## MAC="random" # if you prefer randomly assigned addresses # Get an ID for the virtual switch. # It is assumed that this is on the first bridge. export NETUUID=$(xe network-list bridge=${SWITCH} --minimal) export VIFUUID=$(xe vif-create \ vm-uuid=${VM_UUID} \ network-uuid=${NETUUID} \ mac=${MAC} \ device=0) # Create the Virtual Block Device that links the # VDI to the VM export VBDUUID=$(xe vbd-create \...