Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


pulp_centos7

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
pulp_centos7 [2016/08/17 14:17] – [Email notification] adminpulp_centos7 [2017/01/10 09:54] admin
Line 3: Line 3:
 =====Pulp 2.8 on CentOS 7===== =====Pulp 2.8 on CentOS 7=====
 This page describes the installation of Pulp on CentOS 7  for repository management without consumers (no remote management). This page describes the installation of Pulp on CentOS 7  for repository management without consumers (no remote management).
 +
 +  * Read: [[https://media.readthedocs.org/pdf/pulp/latest/pulp.pdf]]
 ~~TOC~~ ~~TOC~~
  
Line 87: Line 89:
   * List listeners: <code>pulp-admin event listener list</code>   * List listeners: <code>pulp-admin event listener list</code>
  
-=====Known problems=====+=====Known problems and solutions=====
   * pulp.server.db.migrations hasn't been updated to the latest available migration. <code>   * pulp.server.db.migrations hasn't been updated to the latest available migration. <code>
 su -s /bin/sh apache -c pulp-manage-db</code> su -s /bin/sh apache -c pulp-manage-db</code>
 +  * Show and delete orhpaned packages:<code>
 +$ pulp-admin orphan list
 ++----------------------------------------------------------------------+
 +                                Summary
 ++----------------------------------------------------------------------+
 +
 +Distribution:            1
 +Docker Blob:             0
 +Docker Image:            0
 +Docker Manifest:         0
 +Docker Tag:              0
 +Drpm:                    13
 +Erratum:                 0
 +Iso:                     0
 +Node:                    0
 +Package Category:        0
 +Package Environment:     0
 +Package Group:           0
 +Package Langpacks:       0
 +Puppet Module:           0
 +Repository:              0
 +Rpm:                     271
 +Srpm:                    0
 +Yum Repo Metadata File:  3
 +Total:                   288
 +
 +
 +$ pulp-admin orphan remove --all
 +This command may be exited via ctrl+c without affecting the request.
 +
 +
 +[/]
 +Running...
 +
 +Task Succeeded
 +
 +</code>
pulp_centos7.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1