Page Actions
Wiki Actions
User Actions
Submit This Story

install a cobbler-client

# on the cobbler slave:
cobbler system add --name=client --hostname=client --mac=de:ad:be:ef:00:08 --ip=10.0.22.8 --profile=centos-i386

# lets check the kickstart-file is handed out correctly
cobbler system getks --name=client

# is the status ok?
cobbler list

tail -f /var/log/messages &

# on the host-linux:
cd /mnt/lv_public/kvm/images
cat >client.sh<<EOT
kvm \
    -hda client.img \
    -boot n \
    -m 512 \
    -k de \
    -name client \
    -net nic,macaddr=de:ad:be:ef:00:8 \
    -net vde,vlan=0,port=0
EOT
kvm-img create client.img 24G

sudo ./client.sh
# now in the sdl-window the network-installation should start
 
cobbler/client.txt · Last modified: 2010/01/15 20:31 (external edit)     Back to top