
Select your Pool XenServer host to initially run XenToolBox .
Start ssh login with root, and copy the downloaded file to a XVA with a visible location , or mount the directory containing it using CIFS or NFS.
Import the XVA with the following command (specifying the correct path ) :
xe vm -import filename = . / XenToolBoxCommercial.xva
To connect the VM to the appropriate network , first remove the default carrying the following commands:
xe vif -list vm -name- label = XenToolBoxCommercial -minimal
xe vif -destroy uuid = { uuid eliminate }
xe network -list ( to the networks list, pointing the UUID of the network you want to connect the instance)
Then point the UUID of the machine XenToolBox :
xe vm- list name- label = XenToolBoxCommercial -minimal
And we will connect to the network with the following command.
xe vif -create vm- uuid = { uuid XenToolBox } network-uuid = { uuid network to connect} device = 0
Finally we will log in to the text console the following command to configure the network.
xe vm console = XenToolBoxCommercial