Re: [Linux-PowerEdge] DSU out of date?

2016-02-29 Thread Stijn De Weirdt
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 > /u

[Linux-PowerEdge] UEFI PXE boot R730

2017-03-02 Thread Stijn De Weirdt
hi all, i'm attemting UEFI PXE boot on a R730 with 4 port qlogic BCM57800 (2 x10gb, 2x1gb), recent fwupdates. the host does pxe boot in legacy bios without problem, but switching to UEFI mode, nothing happens. the uefi pxe device (mapped to same port as old legacy bios pxe device) says "no media"

[Linux-PowerEdge] uefi boot order changing

2018-03-02 Thread Stijn De Weirdt
hi all, we see an issue with the boot order in uefi (now in idrac9 on m640, but we also had this on our m630): it's changing for no real obvious reason, and doing the wrong thing in the end. the problem is that we want to do pxe boot first, then disk boot. however, under certain circumstances, t

Re: [Linux-PowerEdge] uefi boot order changing

2018-03-16 Thread Stijn De Weirdt
Vivek > > ---------- > > Message: 2 > Date: Fri, 2 Mar 2018 13:52:24 +0100 > From: Stijn De Weirdt > To: linux-poweredge@dell.com > Subject: [Linux-PowerEdge] uefi boot order changing > Message-ID: <4bd27fd3-7327-7c13-e61d-30868630c...@ugent.be>

Re: [Linux-PowerEdge] running dsu inside of a live image

2020-01-08 Thread Stijn De Weirdt
[EXTERNAL EMAIL] hi drew, i recenlty spend a bunch of time to something similar, and made it work based on a centos7. you can add the dsu yum repo files to the rootfs and make it work, including startup script to actually do the updates (and so much more). the size is not an issue (not sure w

Re: [Linux-PowerEdge] running dsu inside of a live image

2020-01-09 Thread Stijn De Weirdt
I suspect some of my colleagues would also be > interested, but I know they're not on the PE mailing list. > > cheers, > Klaus > > On Wed, Jan 8, 2020 at 12:24 AM Stijn De Weirdt > wrote: > >> >> [EXTERNAL EMAIL] >> >> hi drew, >> >>

Re: [Linux-PowerEdge] running dsu inside of a live image

2020-01-21 Thread Stijn De Weirdt
[EXTERNAL EMAIL] hi all, i extracted some relevant files and script from our internal repo, and it is at https://github.com/stdweird/discovery-demo There a (minimal) README, and i would have to doublecheck if the script works (although it was not modified). we have our own wrappers around ds