Hi,

You can also create a custom repository using Dell Repository Manager which 
contains a custom catalog as well and then point DSU to use it offline. The 
following command need to be used:

dsu --source-type=PDK --source=/mnt/DRM_REPO/

Hope it helps. Let us know if you face any issue.

Regards,
Sashi

-----Original Message-----
From: linux-poweredge-bounces-Lists On Behalf Of linux-poweredge-request-Lists
Sent: Tuesday, June 5, 2018 10:30 PM
To: linux-poweredge-Lists
Subject: Linux-PowerEdge Digest, Vol 169, Issue 2

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 Catalog creation (Hamelin, Patrice (SSC/SPC))
   2. [K, Sashi]         (Prashant Sun)


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

Message: 1
Date: Tue, 5 Jun 2018 13:52:08 +0000
From: "Hamelin, Patrice (SSC/SPC)" <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [Linux-PowerEdge] DSU Catalog creation
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,


We recently discovered DSU tool which is very good for our purpose of keeping 
our servers up-to-date in an easy and effective way.  We have thousands of Dell 
servers here and not all of them have access to the internet.  It does not mean 
that we are not updating them.


We downloaded the dell hardware repository as well as the Catalog file.  It 
appears that all downloads from within DSU are done to the internet and not 
from our local repo.


Here is our command line:


dsu --catalog-location=/root/Catalog_Ubuntu.gz 
--source=http://internal.server.domain.com/dell/repo/hardware 
--source-type=repository   --ic-location=/opt/dell/srvadmin/sbin/invcol


Since the Catalog downloaded from dell.com points all firmware files to 
dell.com, download of the BIN file is not possible with no internet.


QUESTION: is it possible to build our own Catalog file that points downloads to 
our local repo?  Can't find this answer anywhere.




Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20180605/ac9b62b5/attachment.html>

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

Message: 2
Date: Tue, 5 Jun 2018 10:03:44 -0400
From: Prashant Sun <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: [Linux-PowerEdge] DSU Catalog creation
Message-ID:
        <CAN4QtG+yAqRiB=oj5376jir6nxsuabcdpxs64sob6am9nea...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Patrice - Yes. It is possible.

1. Just replace the baseurl entry on 1st line in the Catalog.xml file to "
internal.domain.com/path".  This may not be used by DSU but atleast you would 
prevent the from reaching internet.

2. Next, write a wrapper script to perform the following.

# wget -qO- http://internal.domain.com/Catalog.xml
# dsu --non-interactive --catalog-location=Catalog.xml --source-location= 
http://internal.domain.com/hardware --source-type=REPOSITORY 
--apply-upgrades-only --log-level=4 
--output-log-file=/tmp/dsu.$HOSTNAME_YYYYMMD.log

The above command will simply update from your internal repo.


On Tue, Jun 5, 2018 at 9:56 AM Hamelin, Patrice (SSC/SPC) < 
[email protected]> wrote:

> Hi,
>
>
> We recently discovered DSU tool which is very good for our purpose of 
> keeping our servers up-to-date in an easy and effective way.  We have 
> thousands of Dell servers here and not all of them have access to the 
> internet.  It does not mean that we are not updating them.
>
>
> We downloaded the dell hardware repository as well as the Catalog file.
> It appears that all downloads from within DSU are done to the internet 
> and not from our local repo.
>
>
> Here is our command line:
>
>
> dsu --catalog-location=/root/Catalog_Ubuntu.gz --source= 
> http://internal.server.domain.com/dell/repo/hardware
> --source-type=repository   --ic-location=/opt/dell/srvadmin/sbin/invcol
>
>
> Since the Catalog downloaded from dell.com points all firmware files 
> to dell.com, download of the BIN file is not possible with no internet.
>
>
> QUESTION: is it possible to build our own Catalog file that points 
> downloads to our local repo?  Can't find this answer anywhere.
>
>
>
>
> 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/20180605/b0d1192e/attachment-0001.html>

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

Subject: Digest Footer

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

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

End of Linux-PowerEdge Digest, Vol 169, Issue 2
***********************************************

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

Reply via email to