error instalation RHEVM

Latest response

Hi!
I have problems installing the package on linux rhevm 7. This is the error:

[root@localhost ~]# yum install rhevm
Loaded plugins: langpacks, product-id, subscription-manager
No package rhevm available.
Error: Nothing to do
someone can help me!!!
thank!

Responses

you must need to RedHat Enterprise Virtualization Subscription
and
you can add repository below.

  1. register subscription
    [user@host]# subscription-manager register
    username:
    password:

  2. attach channel
    [user@host]# subscription-manager list --available
    [user@host]# subscription-manager attach --pool=[POOL_ID] <- your rhev subscription entitlement

  3. add repository
    [user@host]# subscription-manager repos <-- list repository
    [user@host]# subscription-manager repos --enable=[REPO ID]
    ex) [user@host]# subscription-manager repos --enable=rhel-6-server-rhevm-3.5-rpms

  4. now you can install rhevm.
    [user@host]# yum install rhevm

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.