PowerVC

 View Only
  • 1.  PowerVC on RHEL Package Question

    Posted Tue April 26, 2022 11:16 AM
    Running PowerVC 2.0.2.1 on RHEL 8.  I found some unusual package information when querying yum/dnf for updates.  Can anyone explain to me what is going on here, and how I can correct this?

    [###@powervc ~]$ sudo yum check-update
    Updating Subscription Management repositories.
    Last metadata expiration check: 3:14:50 ago on Tue 26 Apr 2022 07:55:34 AM EDT.
    Obsoleting Packages
    erlang.x86_64 22.3.2-1.ibm.el8 @pvc-openstack-x86_64
    erlang.x86_64 22.3.2-1.ibm.el8 @pvc-openstack-x86_64
    erlang.x86_64 22.3.2-1.ibm.el8 pvc-openstack-x86_64
    erlang.x86_64 22.3.2-1.ibm.el8 @pvc-openstack-x86_64
    python3-pyasn1-modules.noarch 0.2.8-2.ibm local-deps-noarch-cache
    python3-pyasn1-modules.noarch 0.3.7-6.el8 @rhel-8-for-x86_64-appstream-rpms
    python3-pyasn1-modules.noarch 0.2.8-2.ibm powervc-opsmgr-noarch
    python3-pyasn1-modules.noarch 0.3.7-6.el8 @rhel-8-for-x86_64-appstream-rpms
    python3-pyasn1-modules.noarch 0.2.8-2.ibm pvc-openstack-noarch
    python3-pyasn1-modules.noarch 0.3.7-6.el8 @rhel-8-for-x86_64-appstream-rpm



    ------------------------------
    Anthony Cascianelli
    ------------------------------


  • 2.  RE: PowerVC on RHEL Package Question

    Posted Mon May 02, 2022 09:38 AM
    Can you please help clarify the below queries:
    What was the initial version of RHEL?
    What is the current version of RHEL?
    Was this a direct installation of PowerVC 2.0.2.1?
    Was there an upgrade performed from a previous release of PowerVC?. If yes, can you please share the upgrade path
    What are the contents of /etc/yum.repos.d/ directory?

    ------------------------------
    Bharath Thodla
    ------------------------------



  • 3.  RE: PowerVC on RHEL Package Question

    Posted Fri May 06, 2022 01:21 PM
    Initial and current version of RHEL is 8.5.
    Direct installation of 2.0.2.1

    [root@powervc1 powervc-opsmgr-2.0.2.1]# ls -la /etc/yum.repos.d/
    total 76
    drwxr-xr-x. 2 root root 181 May 6 12:39 .
    drwxr-xr-x. 155 root root 12288 May 6 12:42 ..
    -rw-r--r--. 1 root root 164 May 6 12:39 local-deps-noarch-cache.repo
    -rw-r--r--. 1 root root 161 May 6 12:39 local-deps-x86-cache.repo
    -rw-r--r--. 1 root root 460 May 6 11:48 powervc.repo
    -rw-r--r--. 1 root root 434 May 6 11:48 pvc-opsmgr.repo
    -rw-r--r--. 1 root root 464 May 6 11:48 pvc-osp.repo
    -rw-r--r--. 1 root root 34552 May 6 11:37 redhat.repo

    I actually just completely tore down my PowerVC VM and rebuilt it from scratch, and I'm getting the same results from YUM when checking for updates.

    ------------------------------
    Anthony Cascianelli
    ------------------------------



  • 4.  RE: PowerVC on RHEL Package Question

    Posted Fri May 06, 2022 01:36 PM
    Interesting I'm running 8.5 and 2.0.1.1 and I get the erlang.ppc64le package...

    Obsoleting Packages

    erlang.ppc64le                                                          22.3.2-1.ibm.el8                                                       @pvc-openstack-ppc64le

        erlang.ppc64le                                                      22.3.2-1.ibm.el8                                                       @pvc-openstack-ppc64le

    # ls /etc/yum.repos.d/

    ibm-power-repo.repo  redhat.repo

    # rpm -qa | grep python3-pyasn1-modules

    python3-pyasn1-modules-0.3.7-6.el8.noarch



    ------------------------------
    Matt Geisler
    ------------------------------



  • 5.  RE: PowerVC on RHEL Package Question

    Posted Fri May 06, 2022 01:42 PM
    Can you share the contents of /etc/yum.repos.d/ibm-power-repo.repo?  I'm curious why you only have 1 added repo file and I have 3+.

    ------------------------------
    Anthony Cascianelli
    ------------------------------



  • 6.  RE: PowerVC on RHEL Package Question

    Posted Fri May 06, 2022 01:49 PM

    # cat ibm-power-repo.repo

    [IBM_Power_Tools]

    name=IBM_Power_Tools

    baseurl=https://public.dhe.ibm.com/software/server/POWER/Linux/yum/OSS/RHEL/8/ppc64le

    ...

    [Advance_Toolchain]

    name=Advance Toolchain

    baseurl=https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/redhat/RHEL8

    ...



    # cat redhat.repo | grep name

    name = Red Hat Enterprise Linux 8 for Power, little endian - Supplementary (RPMs)

    name = Red Hat Ansible Engine 2.9 for RHEL 8 ppc64le (RPMs)

    name = Red Hat Enterprise Linux 8 for Power, little endian - BaseOS (RPMs)

    name = Red Hat Enterprise Linux 8 for Power, little endian - AppStream (RPMs)



    ------------------------------
    Matt Geisler
    ------------------------------