can not install RHEVM package and jboss packages
I have install 60 day trail version of red-hat subscription i need to check whether this product is fulfill my requirement. therefore i need to install RHEVEM for testing. when i install followings i am getting below errors. please assist me.
[root@rhev-m ~]# yum -y install rhevm
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
This system is receiving updates from RHN Classic or RHN Satellite.
rhel-6-server-cf-tools-1-rpms | 2.8 kB 00:00
rhel-6-server-rhev-agent-rpms | 3.1 kB 00:00
rhel-6-server-rhev-mgmt-agent-rpms | 3.1 kB 00:00
rhel-6-server-rhevh-rpms | 3.1 kB 00:00
rhel-6-server-rpms | 3.7 kB 00:00
Setting up Install Process
No package rhevm available.
Error: Nothing to do
Responses
This happens because you haven't subscribed to jboss channels. Please make sure that you have also subscribed to Jboss and Supplementary channel.
Red Hat JBoss EAP (v 6) for 6Server x86_64 - jbappplatform-6-x86_64-server-6-rpm
RHEL Server Supplementary (v. 6 64-bit x86_64) - rhel-x86_64-server-supplementary-6
Here is list of commands to configure respective repositories. I am recording my installation will soon be published on www.vettom.co.uk
# yum-config-manager --enable rhel-6-server-rpms
# yum-config-manager --enable rhel-6-server-supplementary-rpms
# yum-config-manager --enable rhel-6-server-rhevm-3.4-rpms
# yum-config-manager --enable jb-eap-6-for-rhel-6-server-rpms
Run #yum repolist command and ensure all of these channels are present.