NingX,

 

What error it throws when you try to import the distro?

 

To sync the info from cobbler to beaker the script at /var/lib/cobbler/triggers/sync/post/osversion.trigger should be executed.

 

Further the beaker you are using it is an old version try to upgrade it may resolve any bug you might be hitting.

 

--Sunil

 

From: beaker-devel-bounces@lists.fedorahosted.org [mailto:beaker-devel-bounces@lists.fedorahosted.org] On Behalf Of Sun, NingX
Sent: Wednesday, July 13, 2011 11:32 AM
To: beaker-devel@lists.fedorahosted.org
Subject: [Beaker-devel] About import SLES 11 to beaker

 

 

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 ?

 

  1. 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?