you can create a bash script called yum with content

> #!/bin/bash
> if [[ "$1" == "install" && "$2" == "-y" && "$3" == "dsucatalog" ]]; then
>     rpm -e dsucatalog
>     /usr/bin/yum install -y `repoquery --show-duplicates --qf
'%{NAME}*%{RELEASE}' dsucatalog  |sort -r |head -1`
> else
>     /usr/bin/yum "$@"
> fi

, do chmod +x yum

and then do

PATH=.:$PATH dsu


and watch dsu update stuff. the el7 rpms for dsucatalog are improperly
verisoned/created

> # rpm -q --info dsucatalog
> Name        : dsucatalog
> Version     : F8W4N
> Release     : 16.02.00

version and release seem swapped, so dsu using yum will not update to latest


stijn


On 02/29/2016 11:44 AM, Max Vernimmen wrote:
> Hi,
> 
> For our dell m620 blade with logic QME8262-K DSU says there is no update:
> [-]6 QLogic QME8262 Adapter
>  Current Version : 02.10.29 same as : 02.10.29
> 
> [-]7 QLogic QME8262 Adapter
>  Current Version : 02.10.29 same as : 02.10.29
> 
> 
> However, through support.dell.com I found DUP 9.0.0 with firmware 2.10.37 
> which fixed a problem for us. That DUP is from the 11th of september, so 
> almost 6 months old. Why isn’t this available through DSU yet? What other 
> firmware updates may we be missing out on because we’re relying on DSU?
> 
> Best regards,
> 
> 
> Max
> _______________________________________________
> 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