Add a system
cobbler system add --name= --profile=
cobbler system add --name=$FULLNAME --profile=$PROFILE --interface=$INTERFACE --mac=$MAC --ip-address=$IPADDRESS --subnet=$SUBNET --dns-name=$FULLNAME --static=1 --gateway=$GATEWAY --hostname=$FULLNAME --name-servers="$NAMESERVERS"
List a system
cobbler system list
cobbler system report --name=
Set static network for a system
cobbler system edit --name= --interface=eth0 --mac=12:34:56:78:9a:bc --ip-address=10.0.0.2 --netmask=255.255.255.0 --static=1 --dns-name=.
cobbler system edit --name= --gateway=10.0.0.1 --hostname=.
may need to run cobbler sync for the new dhcp settings to be applied when adding a system with a static ip.
List systems associated to a profile
cobber system find --profile=
Disable netboot after install
cobber system edit --name= --netboot-enabled=no