error instalation RHEVM
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.
-
register subscription
[user@host]# subscription-manager register
username:
password: -
attach channel
[user@host]# subscription-manager list --available
[user@host]# subscription-manager attach --pool=[POOL_ID] <- your rhev subscription entitlement -
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 -
now you can install rhevm.
[user@host]# yum install rhevm
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
