About SUM baselines
Baselines are directories that contain update components SUM can apply to local and remote nodes. Some baselines include:
-
SPP
-
Custom SPP downloads
-
Maintenance Supplement Bundle
-
Custom baselines/ISOs created by SUM
When you add a baseline, SUM searches for the following files:
-
bpxxxx.xml
file: Lists the name, version, history, and components in the baseline. SUM treats any components in the directory that are not listed in thebpxxxx.xml
file as an Additional Package, not as the main baseline. The SPP, Maintenance Supplement Bundle, and custom baselines include thebpxxxx.xml
file. -
..\..\manifest
directory: This directory contains details about some components contained in the baseline. SPPs and custom baselines include prepopulated databases. Included in the manifest directory are:-
meta.xml
: Contains most of the component xml file data. -
primary.xml
: Contains details about RPMs in the baseline. -
system.xml
: Contains mapping information between ROM family and system model. -
revision_history.xml
: Contains history information for the component.
-
-
\db\BaselineDB.pdb
: This is a prepopulated database that SUM uses if there is no other database from other baselines. This file contains all details for the components when the baseline was generated. SPPs and custom baselines include prepopulated databases.
When SUM reads data from the baseline, it uses the following priority:
-
Prepopulated database: The prepopulated database is the fastest way for SUM to inventory a baseline.
-
Manifest files: SUM inventories a baseline more quickly with manifest files than opening each component.
-
Reading each component. Each component has an embedded xml file (cpxxxx.xml) which contains details about the component. To view the details about the component:
-
Windows: Launch the component and then select Extract.
-
Linux scexe: From a command line, type
./CPxxxxx.scexe --unpack=<dir>
. -
Linux RPMs: From a command line, type
rpm -qp --scripts <rpm_name>
. The component xml is embedded in the output. -
VMware zip: Unpack the zip file.
-