Users Guide

then
echo "Trying to Upgrade DSU"
/opt/dell/toolkit/systems/drm_files/repository/FOLDER05605556M/1/Systems-
Management_Application_DVHNP_LN64_1.7.0_A00.BIN -f -q
if [[ $? -eq 0 ]]
then
echo DSU update Succesful
version=$(dsu -v | cut -d ' ' -f 5)
version=$(echo $version | cut -d' ' -f 1)
else
echo DSU Update Failed
fi
fi
echo "Starting dsu"
if [[ $version > 1.6.0 ]]
then
dsu --non-interactive --source-location=/opt/dell/toolkit/systems/drm_files/
repository --source-type=REPOSITORY --ic-location=/opt/dell/toolkit/systems/
drm_files/repository/FOLDER05897955M/1/invcol_FJ2R1_LN64_19_12_200_744_A00 --config=/opt/
dell/toolkit/systems/drm_files/dsuconfig.xml --import-public-key --reboot
elif [[ $version > 1.5.3 ]]
then
dsu --non-interactive --source-location=/opt/dell/toolkit/systems/drm_files/
repository --source-type=REPOSITORY --ic-location=/opt/dell/toolkit/systems/
drm_files/repository/FOLDER05897955M/1/invcol_FJ2R1_LN64_19_12_200_744_A00 --config=/opt/
dell/toolkit/systems/drm_files/dsuconfig.xml
elif [[ $version > 1.5.2 ]]
then
dsu --non-interactive --source-location=/opt/dell/toolkit/systems/drm_files/
repository --source-type=REPOSITORY --ic-location=/opt/dell/toolkit/systems/
drm_files/repository/FOLDER05897955M/1/invcol_FJ2R1_LN64_19_12_200_744_A00 --config=/opt/
dell/toolkit/systems/drm_files/dsuconfig.xml
else
dsu --non-interactive --source-location=/opt/dell/toolkit/systems/drm_files/
repository --source-type=REPOSITORY --ic-location=/opt/dell/toolkit/systems/
drm_files/repository/FOLDER05897955M/1/invcol_FJ2R1_LN64_19_12_200_744_A00
exit "$STATUS"
fi
Creating SUU ISO
About this task
This section describes the process to export the repository to a Dell Server Update Utility (SUU) ISO.
Steps
1. On the DRM home page, select the repositories or bundles for which you want to create the deployment tools.
A warning message is displayed if you do not select any repository.
2. Click Export.
The Export Deployment Tools window is displayed.
3. The repositories that you select is displayed in the Selected Repositories section. Select SUU ISO option.
4. Click Browse to select the location to download the ISO.
5. Click Export.
NOTE: Deployment will ignore all Windows 32-bit DUPs and any repository containing only Windows 32-bit DUPs.
Results
NOTE: If you export or save ISO image in the expanded format, SUU is saved in non-ISO format.
24 Using Dell EMC Repository Manager