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
pulp_centos7 [2016/08/17 14:17] – [Known problems] adminpulp_centos7 [2021/10/09 15:14] (current) – external edit 127.0.0.1
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).
-~~TOC~~+ 
 +  * Read: [[https://media.readthedocs.org/pdf/pulp/latest/pulp.pdf]]
  
 =====Install prerequisites===== =====Install prerequisites=====
Line 90: Line 91:
   * 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