Repository Commands

From UNIX Systems Administration
Revision as of 10:10, 30 October 2021 by Michael Kohler (talk | contribs) (Created page with "== CentOS 7 == === Enable Repository === # List all Repositories ## <tt>'''# yum repolist all'''</tt> # Initialize disk for use by the LVM #: <tt>'''# pvcreate /dev/<physical_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CentOS 7

Enable Repository

  1. List all Repositories
    1. # yum repolist all
  2. Initialize disk for use by the LVM
    # pvcreate /dev/<physical_volume#>
  3. If creating a new volume group
    # vgcreate <volume_group> /dev/<physical_volume#>
  4. If adding to an existing volume group
    # vgextend <volume_group> /dev/<physical_volume#>