The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.

4.6.2 Removing a PXE Client Definition from Cobbler

To remove a PXE Client definition from Cobbler:

  1. Enter the cobbler system list command to display the systems that are known to Cobbler.

    # cobbler system list
       svr1
       svr2
  2. Use the cobbler system remove command to specify the name of the system that you want to remove, for example svr2:

    # cobbler system remove --name=svr2
  3. Run cobbler sync to update the Cobbler configuration.

    # cobbler sync
    task started: YYYY-MM-DD_hhmmss_sync
    task started (id=Sync, time=date)
    ...
    generating PXE configuration files
    rendering DHCP files
    generating /etc/dhcp/dhcpd.conf
    ...
    *** TASK COMPLETE ***
  4. Verify that svr2 has been removed:

    # cobbler system list
       svr1