|
CetOS xen, " xend: command not found"
I am trying to set up a xen virtual environment on CentOS. I have loaded the default current CentOS 5 via HTTP from a net-install cd, with the Virtualization option selected, and I get this:
[root@localhost (username)]# xend status
bash: xend: command not found
[root@localhost (username)]# rpm -qa xen*
xen-libs-3.0.3-80.el5
xen-3.0.3-80.el5
[root@localhost (username)]# cd
[root@localhost ~]# pwd
/root
[root@localhost ~]# xend status
bash: xend: command not found
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-128.el5xen #1 SMP Wed Jan 21 11:55:02 EST 2009 i686 athlon i386 GNU/Linux
[root@localhost ~]#
So it looks like I have the correct packages installed, I am running the right kernel, but command not found. I don't see this complaint addressed anywhere in the documentation or on the boards so I imagine that I am missing something obvious. Anyone?
Oh and fwiw I also selected the Server option and both the kde and the Gnome desktop.
TIA!
|