How to remove a kickstart distribution on Spacewalk 2.3 / Satellite 5.7

  • On Spacewalk or Satellite follow these steps delete kickstart distribution entries from Satellite database:
  # spacewalk-sql -i
To get the id of the distribution
 
rhnschema=# select id,label from rhnKickstartableTree;
 
To remove the distribution
 
rhnschema=# delete from rhnKickstartableTree where ID=<kickstart_id>; 
 
Quit from the sql 
rhnschema=# \q

Comments

Popular posts from this blog

How to clean all the foreman task and locked task

How to restrict users to send only mail to the local domain in Zimbra

Hardening Script