You want DSU_17.11.01/

You can see the version of OMSA in a repository by looking at the
srvadmin-all RPM that repository.

For example:
https://linux.dell.com/repo/hardware/DSU_17.11.01/os_dependent/RHEL6_64/meta
RPMS/

has the RPM:
srvadmin-all-8.5.0-2372.10488.el6.x86_64.rpm

(version 8.5.0)



-----Original Message-----
From: Lorenzo Grio [mailto:g...@tbk.it] 
Sent: Wednesday, June 20, 2018 3:01 AM
To: Robert Jacobson <teri...@gmail.com>; linux-poweredge@dell.com
Subject: Re: [Linux-PowerEdge] How downgrade OMSA by yum (CentOS)

Hi Robert,
thanks for your response.
Uninstall current OMSA version is not a problem, but I'm not able to know
with repository use (from http://linux.dell.com/repo/hardware/) if I want
OMSA version 8.5.
How can I find in which repository there is OMSA 8.5?

Regards
Lorenzo


Il 18/06/2018 14:39, Robert Jacobson ha scritto:
> You cannot use only yum to downgrade (or upgrade) OMSA.  You can try, 
> but you will most likely end up with a non-functional OMSA installation.
>
> To change OMSA versions you must first uninstall the current version, 
> then install whatever version you want to install.
>
> Below is the script I use to remove OMSA, then upgrade (or downgrade).  
> To downgrade, change the URL to point to the version you want from 
> https://linux.dell.com/repo/hardware/
>
>
>              # uninstall OMSA
>              /opt/dell/srvadmin/sbin/srvadmin-uninstall.sh -f
>              # remove all packages originating from dell-omsa repository
>              yum -y remove $(/usr/sbin/yumdb search from_repo 
> "dell-omsa*" | grep '[a-z]' | grep -vE "(from_repo|Loaded plugins)" )
>              # remove the repo definition
>              yum -y remove dell-omsa-repository yum-dellsysid
>              # manually remove any files left, just in case...
>              rm -f /etc/yum.repos.d/dell-omsa-repository.repo
>              rm -rf /opt/dell/srvadmin /usr/libexec/dell_dup 
> /usr/share/firmware/dell
>
>              # /tmp mount be mounted with exec permissions for 
> firmware updates to complete
>              # at least, this was the case for update_firmware -- not 
> sure for dsu
>              if [[ $(grep  [[:space:]]\/tmp[[:space:]] /etc/fstab|grep 
> -c
> noexec) -gt 0 ]]; then
>                  RESETNOEXEC=1
>                  mount -o remount,exec /tmp
>              fi
>
>
>              # install new repo for Dell System Update/OMSA
>               # Modify this URL to match your desired version
>              wget -q -O -
> https://linux.dell.com/repo/hardware/DSU_18.05.00/bootstrap.cgi | bash
>
>              # Install DSU, OMSA, idracadm7
>              yum -y install srvadmin-all dell-system-update
> srvadmin-idracadm7
>
>
> -----Original Message-----
> From: Linux-PowerEdge [mailto:linux-poweredge-boun...@dell.com] On 
> Behalf Of Lorenzo Grio
> Sent: Monday, June 18, 2018 4:26 AM
> To: linux-poweredge@dell.com
> Subject: [Linux-PowerEdge] How downgrade OMSA by yum (CentOS)
>
> Hi,
> I have installed  OMSA 9.1 on CentOS 7.5, but due to problem with CMOS 
> Battery on PE2950 I should downgrade OMSA to 8.5.
> How can I downgrade it?
> How can I install an old version of OMSA by yum?
>
> Thanks in advance.
> Lorenzo
>
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge@dell.com
> https://lists.us.dell.com/mailman/listinfo/linux-poweredge
>


_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

Reply via email to