Site Tools


Sidebar

software:cobbler:client

install a cobbler-client

# on the cobbler slave:
cobbler system add --name=client --hostname=client \
  --mac=00: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=00:de:ad:be:ef:00:8 \
    -net vde,vlan=0
EOT
kvm-img create client.img 42G

sudo ./client.sh
# now in the sdl-window the network-installation should start
software/cobbler/client.txt ยท Last modified: 2022/11/13 12:06 by 127.0.0.1