In this publication will be present the steps to install Xencenter on Linux. Software used: Ubuntu 16.04.1 LTS (To see this use the comand lsb_release -a ) PlayOnLinux 4.2.10 XenCenter version 6.5 (build 6.5.2.2477) 32-bit As may be seen the way to do it is by using playonlinux, for which the way to install it is: sudo apt-get install playonlinux Once installed playonlinux, select Install, Install a non-listed program, after this select Install a program in a new Virtual Drive. When you be asked What would you like to do before installation , select the three checkboxes. When you be asked to configure a version of wine to use, you can choose 1.7.37 or 1.9.17 (Tested). In the popped up windows for wine configuration check that the Windows version box is set on Windows XP. Select a 32-bit installation. In the component installation select the following components (They appear in that order): POL_install_dotnet40 POL_Install_ie8 POL_Install_tahoma2 During the n...
This post provides two scripts based on the shell of linux to export basic network information of your XenServer's virtual machines (VMs) , this will include the VM 's name, the device number, the MAC address and the network name of all the virtual interfaces (VIFs) of every VM of your pool, it has to be known that this software only works fine when the name of you VM s and the name of your networks have no spaces in between neither leading spaces, so rename this paramenters before using the scripts. Why should you like to save this information? In the following scenario: There are 2 sites in your company, one of them are the principal one, there you have provisioned VM 's with DHCP reserved to their MAC addresses, the alternate site is a recovery site, where you have to make work your VMs if the main site fails, as a requirement you have to have: Repplication LUNs from one site to the other, the VM 's disks have to be in a shared Storage Repository (SR) , the ...
I have been trying to mount a folder share in a storage device called: LaCie 5Big Network 2. You need to install basic NFS software first with: sudo apt-get install nfs-common In the LaCie device create a share, por example "FolderShared1". Click on the button "protocols" to see if NFS is enabled. Set it up to public in case you want to access it without user and password. Create a folder that will be used as mounting point: mkdir /home/your_username/LacieMount Let's say the ip address of your LaCie device is 192.168.1.1 To mount it use: sudo mount 192.168.1.1:/shares/FolderShared1 /home/your_username/LacieMount That is all. Was this useful for you? Contact me: https://www.linkedin.com/in/bsaldivar/ https://www.facebook.com/bsaldivaremc2/
Comentarios
Publicar un comentario