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? thanks! tim _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
