Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 20. kickstart.profile

Abstract

Provides methods to access and modify many aspects of a kickstart profile.

20.1. addIpRange

Name
addIpRange
Description
Add an ip range to a kickstart profile.
Parameters
  • string sessionKey
  • string label - The label of the kickstart
  • string min - The ip address making up the minimum of the range (i.e. 192.168.0.1)
  • string max - The ip address making up the maximum of the range (i.e. 192.168.0.254)
Return Value
  • int - 1 on success, exception thrown otherwise.