Sysadmin Lab

My lab environment and my findings

bookmark bookmark
Posted by Admin ADD COMMENTS

Do be able to move VMs between XenServers without shutting them down you need to create a pool You could do this via GUI: But I ran into problems since I have one ML115 G1 and one G5 with different CPUs. The GUI gave me the error "This server's hardware is incompatible with the master's": Run cat /proc/cpuinfo to get details and see if the CPUs differ and you can force them even though they differ. Just be careful when [...]

Categories: Virtualization
Posted by Admin 1 COMMENT

In part 1, we installed StarWind iSCSI and added a simple virtual disk for a VM. In my lab I have a server (NAS1) with a 750 GB C: drive and the server is iSCSI-enabled using Starwind. From XenServer I want to install 20 VMs (Windows 2008 R2) on it, each with a 72 GB system disk. The installed OS will not take up more than 12 GB, so each VM will have 60 GB free space for future use. [...]

Categories: Virtualization
Posted by Admin 1 COMMENT

I've added a couple of XenServer 5.6 FP1 to my lab which also includes some Hyper-V and ESXi. To get some shared storage, I installed a 2008 R2 machine and installed NFS to be able store VMs on it. Here's how I did it. On the NFS-server, use Server Manager to Add Roles... or Add Role Services if the File Service role already is installed. You're installing the Services for Network File System. After installation, create a folder, for example [...]

Categories: Virtualization, Windows