search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Hyper-V üzerinde CentOS 5.6 Desktop kurulumu ve mouse desteği – Bölüm2
Posted in Linux Server, Virtual Machine Manager | 6 Comments | 11,972 views | 17/07/2011 20:02

We finished CentOS installation on first part. I’ll show you how to install Hyper-V LIC and mouse support.

Step 16: After installation reboot server and using keyboard, stay at GRUB menu. Press “e” to edit.

Step 17: Select kernel and press “e” again to edit kernel arguments.

Step 18: Go to end and type “3” to boot in multi user mode without graphical interface. Press “Enter” to save changes.

Step 19: Select kernel again and press “b” button to boot from that kernel.

Step 20: Login with root username and password. Type “uname -a” to see your kernel.

Step 21: Try to ping an ip address to check your network connection.

Step 22: Type the commands below to download integration components.

1
2
3
cd /home
wget http://www.yusufozturk.info/linux/tools/LinuxICv21.tar
tar -xvf LinuxICv21.tar

Step 23: After untar, go into “LinuxICv21” directory and check files.

1
2
cd LinuxICv21
ls

Step 24: Install adjtimex for time source.

1
rpm -ivh adjtimex-1.20-2.1.x86_64.rpm

Step 25: After adjtimex installation, type “make”.

1
make

Step 26: Type “make install” to install Linux IC v21.

1
make install

Step 27: After installation, you should be sure that VMBUS is started.

Step 28: Install Satori for mouse support.

1
2
cd satori
./setup.pl inputdriver

Step 29: If you don’t have “xorg-x11-server-sdk”, install it with yum install.

1
yum install xorg-x11-server-sdk

Step 30: Try to install Satori again after yum installation.

1
./setup.pl inputdriver

Step 31: Go to eth0 configuration and edit it.

1
nano /etc/sysconfig/network-scripts/ifcfg-eth0

Step 32: Change eth0 to seth0 for synthetic device support. Also note MAC address.

Step 33: Change device config name as seth0.

1
2
cd /etc/sysconfig/network-scripts/
mv ifcfg-eth0 ifcfg-seth0

Step 34: Turn off VM and go to Network Adapter Settings. Remove emulated device.

Step 35: Add a new synthetic network adapter with same MAC address and VlanID. But make MacID static.

Step 36: You can also increase vCPU count.

Step 37: Start your VM. Now mouse support and synthetic network device support is available in CentOS.


Comments (6)

Hans Vredevoort

August 7th, 2011
16:00:22

Hi Yusuf,

Excellent step-by-step. Even though I’m not used to Linux, your guide (part 1 and 2) helped me out very well.

Thanks!

Hans Vredevoort


admin

August 7th, 2011
21:22:15

You are welcome Hans! I’m glad if it helps you :)

Yusuf.


Gunter Danzeisen

August 18th, 2011
23:31:28

Hi Yusuf,

I followed your instructions to install CentOS 5.6. Now, when I do the rpm I get following error:
warning: adjtimex-1.20-2.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libc.so.6()(64bit) is needed by adjtimex-1.20-2.1.x86_64
libc.so.6(GLIBC_2.2.5)….

Do you know what the issue here could be?
Thanks,
Gunter


Installation of Data ONTAP Simulator in a Hyper-V guest (CentOS) and using an SMI-S provider to connect to SCVMM 2012 | Hyper-v.nu

August 19th, 2011
11:23:35

[…] Installing Hyper-V v2.1 IC’s Setting up a CentOS 5.6 Desktop installation on Hyper-V and mouse support – Part 2 […]


Gunter Danzeisen

August 19th, 2011
15:22:00

Hi Yusuf,

found out why that happend. I used the i386 version of CentOS.

Thanks,
Gunter


Philip

October 25th, 2011
05:22:22

Thanks Yusuf, Excellent guide. It is perfect for someone without Linux exposure.



Leave a Reply