41
APOLLO GROUP
echo "** Registering with cobbler"
# Koan does not come with SSSTK, so "install" it.
${TOOLKIT_MNTPNT}/koan/install
# cprofile is set via kernel boot parameter and points at part of a
# Cobbler profile name.
# SERIAL_ID and PRODUCT_LNAME are set via SSSTK.
# PRODUCT_LNAME = ProLiantSL170zG6, ProLiantDL360G6, etc.
# SERIAL_ID = hardware serial number
echo "** Registering to profile ${cprofile}-${PRODUCT_LNAME}"
cobbler-register --server=${TOOLKIT_SERVER_IP} --fqdn=${SERIAL_ID} \
--profile=${cprofile}-${PRODUCT_LNAME} --batch
Register with Buildsystem
© 2012 Apollo Group