
Provisioning HowTo
20
To get a list of profiles run the following command in a terminal on host where the satellite is installed:
sudo cobbler profile list
To get a list of kicktstart trees (and kernels, initrds, and other options) run:
sudo cobbler distro list
To get a list of system records (which are created when a kickstart is scheduled) run:
sudo cobbler system list
To show more detailed output about a specific object, use the "report" command:
sudo cobbler profile report --name=profile-name
sudo cobbler system report --name=system-name
Various parameters can be tweaked just as with the Satellite GUI, for instance, asking that each
virtualized install of a given profile get 1 GB of RAM:
sudo cobbler profile edit --name=profile-name --virt-ram=1024
9.3. Cobbler Command Line: Next Steps
Setting a system (see pxe_just_once above) to be reinstalled at next reboot
sudo cobbler system edit --name=system-name --netboot-enabled=1
Assigning a system to a new profile for reinstallation.
sudo cobbler system edit --name=system-name --profile=new-profile-name --
netboot-enabled=1
Listing all systems assigned to a particular profile
sudo cobbler system find --profile=profile-name
Assigning all systems currently set to the "abc" profile to the "def" profile and reinstalling them the next
time they power cycle.
Comentarios a estos manuales