Unsolved
1 Rookie
•
2 Posts
0
287
November 15th, 2024 13:44
linux dsu and local yum repository
Hello All, for any Redhat linux server unable to reach internet.
Is it possible to use dsu when offline?
I replicated dell dependent and independednt repositories on local server and I'm running dsu command. But dsu always goes to check internet, not local repos with BIOS and other firmwares:
$ yum repolist
dell-system-update_dependent
dell-system-update_independent
$ dsu -i
DELL System Update 2.1.0.0
Copyright (C) 2014 -- 2024 DELL Proprietary.
Do you want to import public key(s) on the system (Y/N)? : y
Unable to read public file /usr/libexec/dell_dup/0x076B95DB2FFC7F4A.asc
Unable to read public file /usr/libexec/dell_dup/0x274E9C32857A9594.asc
Downloading the Index catalog
Downloading the catalog
Unable to download the catalog. Check the network connection
Progress report is available at: /usr/libexec/dell_dup/DSU_STATUS.json
Exiting DSU!
nicco_denali
1 Rookie
•
2 Posts
0
November 15th, 2024 16:14
I found the answer in DSU users guide:
Source type
Allows users to specify the type of source update.
1. OSNATIVE for YUM or any operating system default repository
# dsu --source-type=OSNATIVE
DELL System Update 2.1.0.0
Copyright (C) 2014 -- 2024 DELL Proprietary.
Do you want to import public key(s) on the system (Y/N)? : y
Unable to read public file /usr/libexec/dell_dup/0x076B95DB2FFC7F4A.asc
Unable to read public file /usr/libexec/dell_dup/0x274E9C32857A9594.asc
Verifying catalog installation ...
Installing catalog from repository ...
Fetching dsucatalog ...
Reading the catalog ...
Fetching invcol_LN64_J4CH3_24_09_00_212_A00 ...
Verifying inventory collector installation
Getting System Inventory ...
Determining Applicable Updates ...
|------------DELL System Update-----------|
[ ] represents 'not selected'
[*] represents 'selected'
[-] represents 'Component already at repository version (can be selected only if -e option is used)'
Choose: q - Quit without update, c to Commit, <number> - To Select/Deselect, a - Select All, n - Select None
[ ]1 BIOS
Current Version : 2.21.2 Upgrade to : 2.22.2, Criticality : Urgent, Type : BIOS
[-]2 SEP Firmware, BayID: 1
Current Version : 4.35 Same as : 4.35, Criticality : Recommended, Type : Firmware
[-]3 Firmware for - Disk 0 in Backplane 1 of PERC H730P Mini Controller 0
Current Version : J008 Same as : J008, Criticality : Optional, Type : Firmware
[-]4 Firmware for - Disk 1 in Backplane 1 of PERC H730P Mini Controller 0
Current Version : J008 Same as : J008, Criticality : Optional, Type : Firmware
[-]5 Firmware for - Disk 2 in Backplane 1 of PERC H730P Mini Controller 0
Current Version : J008 Same as : J008, Criticality : Optional, Type : Firmware
[-]6 PERC H730P Mini Controller 0 Firmware
Current Version : 25.5.9.0001 Same as : 25.5.9.0001, Criticality : Recommended, Type : Firmware
[-]7 OS COLLECTOR, v6.0, A00
Current Version : 6.0 Same as : 6.0, Criticality : Recommended, Type : Application
[-]8 Dell OS Driver Pack, 24.01.04, A00
Current Version : 24.01.04 Same as : 24.01.04, Criticality : Optional, Type : Application
[-]9 Integrated Dell Remote Access Controller
Current Version : 7.00.00.173 Same as : 7.00.00.173, Criticality : Recommended, Type : Firmware
[-]10 Dell 64 Bit uEFI Diagnostics, version 4301, 4301A73, 4301.74
Current Version : 4301A73 Same as : 4301A73, Criticality : Optional, Type : Application
Enter your choice :
DELL-Young E
Moderator
•
5.2K Posts
0
November 19th, 2024 06:40
Hello, thanks for posing the output. This is just an add-on to the post for anyone that may step on this and need help.
https://dell.to/4fAKG7C
Latest DSU user guide
Respectfully,