On Tue, 28 Jun 2011 02:40:01 -0000 (UTC), Tim Dunphy <[email protected]> wrote: > hello list! > > I am attempting to run a 'koan --replace-self' on a virtual client so that I > can convert it from 64 bit to 32 bit. > > I have added a system for the target in the cobbler server: > > cobbler system add --name=virtcent02.example.com --mac="xx:xx:xx:xx:xx:xx" > --profile="xen32" --ip="192.168.1.24" > > On the client side I can get koan to list the system that I want: > > > [root@VIRTCENT02:~] #koan --server cobbler --list=systems | grep virtcent02 > virtcent02.example.com > > > And list the profile I want to use: > > [root@VIRTCENT02:~] #koan --server cobbler --list=profiles | grep xen32 > xen32 > > > But when I issue the 'replace self' command this is what I see: > > [root@VIRTCENT02:~] #koan --server cobbler --replace-self > - looking for Cobbler at http://cobbler/cobbler_api > the rhpl or ethtool module is required to use this feature (is your OS>=EL3?) > > And both the client and the server are centos 5.5 > > > May I have a suggestion on how to get past this point?
Install rhpl or python-ethtool to get the auto detection of the system. Or you can tell it what system or profile you want it to use and it will do that instead. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME
pgppcgj1ainFd.pgp
Description: PGP signature
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
