Tuesday 10 March 2015

Installing Hyper-V Daemons on CentOS 7

[root@its-webmon ~]# yum search hyperv
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.coreix.net
 * epel: mirror.vorboss.net
 * extras: mirror.ox.ac.uk
 * updates: mirror.ox.ac.uk
============================= N/S matched: hyperv ==============================
hyperv-daemons.x86_64 : HyperV daemons suite
hyperv-daemons-license.noarch : License of the HyperV daemons suite
hypervkvpd.x86_64 : HyperV key value pair (KVP) daemon
hypervvssd.x86_64 : HyperV VSS daemon
perl-Sys-Virt.x86_64 : Represent and manage a libvirt hypervisor connection

  Name and summary matches only, use "search all" for everything.
[root@its-webmon ~]# yum install hyperv-daemons
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.coreix.net
 * epel: mirror.vorboss.net
 * extras: mirrors.coreix.net
 * updates: mirror.sov.uk.goscomb.net
Resolving Dependencies
--> Running transaction check
---> Package hyperv-daemons.x86_64 0:0-0.24.20130826git.el7 will be installed
--> Processing Dependency: hypervvssd = 0-0.24.20130826git.el7 for package: hyperv-daemons-0-0.24.20130826git.el7.x86_64
--> Processing Dependency: hypervkvpd = 0-0.24.20130826git.el7 for package: hyperv-daemons-0-0.24.20130826git.el7.x86_64
--> Running transaction check
---> Package hypervkvpd.x86_64 0:0-0.24.20130826git.el7 will be installed
--> Processing Dependency: hyperv-daemons-license = 0-0.24.20130826git.el7 for package: hypervkvpd-0-0.24.20130826git.el7.x86_64
---> Package hypervvssd.x86_64 0:0-0.24.20130826git.el7 will be installed
--> Running transaction check
---> Package hyperv-daemons-license.noarch 0:0-0.24.20130826git.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                   Arch      Version                      Repository
                                                                           Size
================================================================================
Installing:
 hyperv-daemons            x86_64    0-0.24.20130826git.el7       base    3.7 k
Installing for dependencies:
 hyperv-daemons-license    noarch    0-0.24.20130826git.el7       base     11 k
 hypervkvpd                x86_64    0-0.24.20130826git.el7       base     18 k
 hypervvssd                x86_64    0-0.24.20130826git.el7       base    9.9 k

Transaction Summary
================================================================================
Install  1 Package (+3 Dependent packages)

Total download size: 43 k
Installed size: 60 k
Is this ok [y/d/N]: y
Downloading packages:
(1/4): hyperv-daemons-0-0.24.20130826git.el7.x86_64.rpm    | 3.7 kB   00:00     
(2/4): hyperv-daemons-license-0-0.24.20130826git.el7.noarc |  11 kB   00:00     
(3/4): hypervvssd-0-0.24.20130826git.el7.x86_64.rpm        | 9.9 kB   00:00     
(4/4): hypervkvpd-0-0.24.20130826git.el7.x86_64.rpm        |  18 kB   00:00     
--------------------------------------------------------------------------------
Total                                              103 kB/s |  43 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : hyperv-daemons-license-0-0.24.20130826git.el7.noarch         1/4 
  Installing : hypervkvpd-0-0.24.20130826git.el7.x86_64                     2/4 
  Installing : hypervvssd-0-0.24.20130826git.el7.x86_64                     3/4 
  Installing : hyperv-daemons-0-0.24.20130826git.el7.x86_64                 4/4 
  Verifying  : hyperv-daemons-license-0-0.24.20130826git.el7.noarch         1/4 
  Verifying  : hyperv-daemons-0-0.24.20130826git.el7.x86_64                 2/4 
  Verifying  : hypervkvpd-0-0.24.20130826git.el7.x86_64                     3/4 
  Verifying  : hypervvssd-0-0.24.20130826git.el7.x86_64                     4/4 

Installed:
  hyperv-daemons.x86_64 0:0-0.24.20130826git.el7                                

Dependency Installed:
  hyperv-daemons-license.noarch 0:0-0.24.20130826git.el7                        
  hypervkvpd.x86_64 0:0-0.24.20130826git.el7                                    
  hypervvssd.x86_64 0:0-0.24.20130826git.el7                                    

Complete!

[root@its-webmon init.d]# service hypervkvpd start
Redirecting to /bin/systemctl start  hypervkvpd.service
[root@its-webmon init.d]# service hypervvssd start
Redirecting to /bin/systemctl start  hypervvssd.service
[root@its-webmon init.d]# systemctl|grep hyper
hypervkvpd.service                                                                                                        loaded active running   Hyper-V KVP daemon
hypervvssd.service                                                                                                        loaded active running   Hyper-V VSS daemon

No comments:

Post a Comment