Dell - Internal Use - Confidential  

Kilian,

As per your mail:
        > It's called as "/sbin/dsu -n" in the %post section of my kickstart 
        > file, and yet runs as it had been called as "dsu -p"
        
As I understand, the commands in the %post section will be executed while 
creating the iso (in chroot, nochroot environment), but not while booting a 
platform using the iso. Is it intentional to use dsu -n in post section?

Also, could you share the kickstart file you used for us to try.

Thanks,
Soorej

-----Original Message-----
From: linux-poweredge-bounces-Lists On Behalf Of K, Sashi
Sent: Monday, May 22, 2017 10:33 PM
To: linux-poweredge-Lists <[email protected]>
Subject: Re: [Linux-PowerEdge] DSU replaces '-n' option with '-p'

Hi,

We are looking in to this issue and will get back at the earliest.

Regards,
Sashi
[email protected] 


-----Original Message-----
From: linux-poweredge-bounces-Lists On Behalf Of linux-poweredge-request-Lists
Sent: Sunday, May 21, 2017 10:30 PM
To: linux-poweredge-Lists <[email protected]>
Subject: Linux-PowerEdge Digest, Vol 156, Issue 14

Send Linux-PowerEdge mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.us.dell.com/mailman/listinfo/linux-poweredge
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Linux-PowerEdge digest..."


Today's Topics:

   1.  DSU replaces '-n' option with '-p' (Kilian Cavalotti)
   2. Re:  DSU replaces '-n' option with '-p' (Patrick Boutilier)
   3. Re:  DSU replaces '-n' option with '-p' (Kilian Cavalotti)


----------------------------------------------------------------------

Message: 1
Date: Sat, 20 May 2017 17:45:48 -0700
From: Kilian Cavalotti <[email protected]>
Subject: [Linux-PowerEdge] DSU replaces '-n' option with '-p'
To: [email protected]
Message-ID:
        <CAJz=VjGQb9nRk1f99ihv3UobWSy+pBku=sgg-jqn9zncvm_...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

HI,

I'm trying to run an unattended upgrade of firmware as part of my servers 
deployment process and I have all the difficulties in the work to make that 
work.

One of puzzling issues is that in the deployment environment (regular 
Kickstarted Anaconda, deploying CentOS servers), "dsu -n" somehow manages to 
think it's called in "preview" mode. The extremely frustrating outcome is that 
it lists the updates to apply, but just skips them.

Here's the log:

[63253]: + /sbin/dsu -n
[63253]: Dell System Update 1.4.2
[63253]: Copyright (C) 2014 Dell Proprietary.
[63253]: Verifying catalog installation ...
[63253]: Installing catalog from repository ...
[63253]: Fetching dsucatalog ...
[63253]: Reading the catalog ...
[63253]: Determining Applicable Updates ...
[63253]: --------- Update Preview ---------
[63253]: # : Component : Version : Filename
[63253]: ----------------------------------
[63253]: 1 : OS COLLECTOR 2.1, A00 : OSC_1.1 :
Diagnostics_Application_5D53Y_LN64_OSC_1.1_A00
[63253]: 2 :  iDRAC : 2.41.40.40 :
iDRAC-with-Lifecycle-Controller_Firmware_4950Y_LN_2.41.40.40_A00
[63253]: 3 : Intel(R) Ethernet 10G X520 LOM : 17.5.10 :
Network_Firmware_V6TPJ_LN64_17.5.10_A00
[63253]: NOTE: The preview option displays the components which can be updated 
based on Catalog. This option does not update.
[63253]: Run --inventory for checking the component status post DSU commit.
[63253]: Exiting DSU!

It's called as "/sbin/dsu -n" in the %post section of my kickstart file, and 
yet runs as it had been called as "dsu -p"

Does anybody has any clue why this is happening? Could Dell please provide a 
fix?

Thanks,
--
Kilian



------------------------------

Message: 2
Date: Sat, 20 May 2017 21:57:25 -0300
From: Patrick Boutilier <[email protected]>
Subject: Re: [Linux-PowerEdge] DSU replaces '-n' option with '-p'
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

On 05/20/2017 09:45 PM, Kilian Cavalotti wrote:
> HI,
> 
> I'm trying to run an unattended upgrade of firmware as part of my 
> servers deployment process and I have all the difficulties in the work 
> to make that work.
> 
> One of puzzling issues is that in the deployment environment (regular 
> Kickstarted Anaconda, deploying CentOS servers), "dsu -n" somehow 
> manages to think it's called in "preview" mode. The extremely 
> frustrating outcome is that it lists the updates to apply, but just 
> skips them.
> 
> Here's the log:
> 
> [63253]: + /sbin/dsu -n
> [63253]: Dell System Update 1.4.2
> [63253]: Copyright (C) 2014 Dell Proprietary.
> [63253]: Verifying catalog installation ...
> [63253]: Installing catalog from repository ...
> [63253]: Fetching dsucatalog ...
> [63253]: Reading the catalog ...
> [63253]: Determining Applicable Updates ...
> [63253]: --------- Update Preview ---------
> [63253]: # : Component : Version : Filename
> [63253]: ----------------------------------
> [63253]: 1 : OS COLLECTOR 2.1, A00 : OSC_1.1 :
> Diagnostics_Application_5D53Y_LN64_OSC_1.1_A00
> [63253]: 2 :  iDRAC : 2.41.40.40 :
> iDRAC-with-Lifecycle-Controller_Firmware_4950Y_LN_2.41.40.40_A00
> [63253]: 3 : Intel(R) Ethernet 10G X520 LOM : 17.5.10 :
> Network_Firmware_V6TPJ_LN64_17.5.10_A00
> [63253]: NOTE: The preview option displays the components which can be 
> updated based on Catalog. This option does not update.
> [63253]: Run --inventory for checking the component status post DSU commit.
> [63253]: Exiting DSU!
> 
> It's called as "/sbin/dsu -n" in the %post section of my kickstart 
> file, and yet runs as it had been called as "dsu -p"
> 
> Does anybody has any clue why this is happening? Could Dell please 
> provide a fix?

Maybe you need a "-u" as well to tell dsu to do the update? I don't have any 
boxes that need any firmware updates so I can't test.


> 
> Thanks,
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: boutilpj.vcf
Type: text/x-vcard
Size: 286 bytes
Desc: not available
Url : 
http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20170520/7971959e/attachment-0001.vcf
 

------------------------------

Message: 3
Date: Sat, 20 May 2017 22:46:22 -0700
From: Kilian Cavalotti <[email protected]>
Subject: Re: [Linux-PowerEdge] DSU replaces '-n' option with '-p'
To: Patrick Boutilier <[email protected]>
Cc: [email protected]
Message-ID:
        <CAJz=vjhfgzrt8yo6gtwcyp6zsk-qipx0+23y6vcmwfippvx...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thanks for the suggestion. "dsu -n" actually applies the updates when run
in a regular environment, outside of the Kickstart file.

Cheers,
-- 
Kilian

On May 20, 2017 5:57 PM, "Patrick Boutilier" <[email protected]> wrote:

> On 05/20/2017 09:45 PM, Kilian Cavalotti wrote:
>
>> HI,
>>
>> I'm trying to run an unattended upgrade of firmware as part of my
>> servers deployment process and I have all the difficulties in the work
>> to make that work.
>>
>> One of puzzling issues is that in the deployment environment (regular
>> Kickstarted Anaconda, deploying CentOS servers), "dsu -n" somehow
>> manages to think it's called in "preview" mode. The extremely
>> frustrating outcome is that it lists the updates to apply, but just
>> skips them.
>>
>> Here's the log:
>>
>> [63253]: + /sbin/dsu -n
>> [63253]: Dell System Update 1.4.2
>> [63253]: Copyright (C) 2014 Dell Proprietary.
>> [63253]: Verifying catalog installation ...
>> [63253]: Installing catalog from repository ...
>> [63253]: Fetching dsucatalog ...
>> [63253]: Reading the catalog ...
>> [63253]: Determining Applicable Updates ...
>> [63253]: --------- Update Preview ---------
>> [63253]: # : Component : Version : Filename
>> [63253]: ----------------------------------
>> [63253]: 1 : OS COLLECTOR 2.1, A00 : OSC_1.1 :
>> Diagnostics_Application_5D53Y_LN64_OSC_1.1_A00
>> [63253]: 2 :  iDRAC : 2.41.40.40 :
>> iDRAC-with-Lifecycle-Controller_Firmware_4950Y_LN_2.41.40.40_A00
>> [63253]: 3 : Intel(R) Ethernet 10G X520 LOM : 17.5.10 :
>> Network_Firmware_V6TPJ_LN64_17.5.10_A00
>> [63253]: NOTE: The preview option displays the components which can be
>> updated based on Catalog. This option does not update.
>> [63253]: Run --inventory for checking the component status post DSU
>> commit.
>> [63253]: Exiting DSU!
>>
>> It's called as "/sbin/dsu -n" in the %post section of my kickstart
>> file, and yet runs as it had been called as "dsu -p"
>>
>> Does anybody has any clue why this is happening? Could Dell please
>> provide a fix?
>>
>
> Maybe you need a "-u" as well to tell dsu to do the update? I don't have
> any boxes that need any firmware updates so I can't test.
>
>
>
>> Thanks,
>>
>>
>
> _______________________________________________
> Linux-PowerEdge mailing list
> [email protected]
> https://lists.us.dell.com/mailman/listinfo/linux-poweredge
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20170520/889fc14e/attachment-0001.html
 

------------------------------

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

End of Linux-PowerEdge Digest, Vol 156, Issue 14
************************************************

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

Reply via email to