Hi,
I had some problem want to consult about import some linux version to Beaker. My server of Cobbler+Beaker is running on system of Fedora 13, use beaker version is beaker-server-0.5.62-2
[root@beaker ~]# rpm -qa|grep beaker
beaker-server-0.5.62-2.el6.noarch
beaker-lab-controller-0.5.62-2.el6.noarch
beaker-0.5.62-2.el6.noarch
1. I can't import a SLES 11 SP1 to Cobbler form WEB_UI or manually(cobbler import... ), so I added it to cobbler like this :
Command:
#cobbler distro add --arch=x86_64 --breed=suse --initrd=/var/www/cobbler/ks_mirror/SLES11-SP1-x86_64/boot/x86_64/loader/initrd --kernel=/var/www/cobbler/ks_mirror/SLES11-SP1-x86_64/boot/x86_64/loader/linux --kopts='/install=http://192.168.1.1/x86_64/sles11' --name=sles11-sp1-x86_64
#cobbler profile add --name =SLES11-SP1-x86_64 --distro=SLES11-SP1-x86_64
#cobbler sync
But this couldn't sync the information of SLES11 to Beaker, I want to know how to import the system info like SLES11 SP1 to Beaker ?
2. If I delete a distro and profile from Cobbler , The command "cobbler sync " couldn't delete this Info from Beaker, how can I let the Beaker information synchronous with Cobbler?