Install RHEV Agent on RHEL 6← Back

- If you haven't already, you'll need to register the VM with RHN
rhn_register
- Update your system to the latest packages
yum update -y
- Add the RHN RHEV-Agent channel. You'll be prompted for your RHN username and password
# 32bit: rhn-channel --add --channel=rhel-i386-rhev-agent-6-server # 64bit: rhn-channel --add --channel=rhel-x86_64-rhev-agent-6-server
- Install the agent
yum install rhev-agent
- Start the agent
service rhev-agentd start
After a few seconds you should see your RHEV-M console updated with the VM's IP etc.
Comments
There are no comments