John Sanabria wrote:
Hi,
i have a functional "cobbler server". Its ip number is 136.145.116.114.
With that cobbler server i can create virtual boxes inside 136...114
machine. Now, i have another machine 136.145.116.88 and i had install
cobbler and koan on it, the /var/lib/cobbler/settings file, i had modify
as follows:
next_server: '136.145.116.114'
server: '136.145.116.114'
Now, when i log as root in 136...114 and run
cobbler enchant --virt=yes --address=136.145.116.88
--profile="xentemplate-profile"
enchant failed (koan is missing)
any clues about it? is necessary to remote system configure any
cobbler/koan tools?
This one's pretty easy. Add the full path to the RPM of 'koan' to
koan_path in /var/lib/cobbler/settings. You can get the latest noarch
RPM from et.redhat.com. (Don't put it in your cobbler web directory,
just anywhere on the filesystem is fine. /var/lib/cobbler/koan*.rpm
would be a good choice).
Then run "cobbler sync" to make sure cobbler copies the koan RPM to the
right place.
Looks like I need to improve that error message some to make that clearer.
--Michael