Duplicate content views when creating composite content view on Red Hat Satellite 6

Solution Verified - Updated -

Environment

  • Red Hat Satellite 6.1

Issue

  • After creating composite content view the list of available content views to add shows duplicate entries.

Resolution

Root Cause

  • Issue with content indexing.

Diagnostic Steps

  1. Make sure the hammer ping is working fine and all services are up.

    # hammer ping
    # katello-service status
    
  2. Make sure that the candlepin and foreman database have same number of host systems.

    # su - postgres
    -bash-4.1$ psql candlepin
    candlepin=# select count(*) from cp_consumer;
    candlepin=# \c foreman
    foreman=# select count(*) from katello_systems;
    foreman=# \q
    -bash-4.1$ exit
    

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments