Managing patches included in a patch group
The Patches tab provides the list of all patch packages which are included in the patch group, those currently being downloaded and those that are already available. In the line above the table, you can follow the progress of the currently effected downloads, the value in parenthesis indicates the amount remaining to be downloaded.
The following topics provide more information about managing patches of a patch group:
- To add patches to a patch group
- To remove patches from a patch group
- To delete patches
- To display the CVE identifiers of a patch
- To display ISO file names
- To display affected devices
- To manually download selected patches from a patch group
- To display products affected by patches in the patch group
- To export patches to the XML file
- To import patches from the XML file
To add patches to a patch group
You can add other patch packages to the patch group. When you add one or more packages, the operational rule about the installation of the patch packages will automatically be created under a specific Premium Patches folder under the main Operational Rules, which will include all the necessary steps to install the added packages. Also the installation schedule (immediate installation once only) will be directly created for the added patch package bypassing the default schedule defined in the user preferences. If currently no devices are affected by this patch package, the operational rule will not be created. This will only happen once a device becomes affected by the patch package. To add a patch package to a patch group, proceed as follows:
- Select the Patches tab of the patch group to which you want to add a new patch package.
- Click Edit > Add Patch.
The Patch Selection dialog box opens on the screen. It displays the list of available patch packages sorted by bulletins and service packs in its display window. - Select the desired package and click OK to add it to the patch group and close the window.
If one or more of the selected patches were replaced by newer versions, a Superseded Patches window appears, for each superseded patch. - In this window you can define the individual patches to be replaced by their newer version, by clicking Yes / No in each appearing window.
You have now added a further patch package that will be installed on the target devices once the patch group is executed.
To remove patches from a patch group
You can remove one or more patches from a patch group. To do that, proceed as follows:
- Select the patches to be removed from the Patches tab of the patch group.
- Click Edit > Remove patch.
A confirmation window is displayed listing the patches you have selected for removal. - Select the desired patches and click Yes / No.
To delete patches
You can delete one or more patches from a patch group. The deleted patches are removed from the patch group and are also deleted from the hard drive.
To do that, proceed as follows:
- Select the patches to be deleted from the Patches tab of the patch group.
- Click Edit > delete.
A confirmation window is displayed listing the patches you have selected for removal. - Select the desired patches and click Yes / No.
To display the CVE identifiers of a patch
To view the CVE identifiers associated with a patch, proceed as follows:
- Select the patch from the Patches tab of the patch group.
- Click Edit > Display CVE identifiers.
To display ISO file names
To display the ISO name for Windows 10 Anniversary service packs, proceed as follows:
- Click Edit> Display ISO file names.
- The ISO file names by language window is displayed. It displays a list of all the service packs with language.
- Click Close to close the window.
To display affected devices
To view the affected devices by the selected patch, proceed as follows:
- Select the patch from the Patches tab of the patch group.
- Click Edit > Display Affected Devices.
To manually download selected patches from a patch group
If a patch download has failed for a patch group, the download can be retried by proceeding as follows:
- Select the failed download in the table, which is to be retried.
- Click Edit > Download Selected Patch(es) or.
- The patch download will be started directly.
You have now manually downloaded a patch package of which the automatic download failed.
To display products affected by patches in the patch group
To display the products which are affected by the patch added to the patch group, proceed as follows:
- Select the package, for which the list of devices are to be displayed, in the table of the Patches tab.
- Click Edit > Display Product List.
The Product List window will appear on the screen displaying the names of all products impacted by this patch. - Click Close to close the window.
You displayed the list of all products that are affected by a patch that is part of the patch group.
To export patches to the XML file
To export patches from a patch group, proceed as follows:
- Select the patches to be exported on the Patches tab of a patch group.
Right-click and select Export Patches to XML File.
The Export the Current Node dialog displays.
- Enter the file name and click Save.
You have exported the patches to XML files which are used for importing in other patch groups. You can export a patch only if the patch group is ready.
To import patches from the XML file
BMC Client Management enables you to import a list of patches in the XML format instead of manually searching for an individual patch. You can import a single XML file which has the details about the patches to be imported. The following is an example of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<import>
<patch name="notepad.exe">
<language id="040c"/>
</patch>
</import>
You can export multiple patches from a patch group into the XML file and import this XML file into a different patch group to import all the patches at once.
To import patches in a patch group, proceed as follows:
- On the Patches tab, right-click and select Import Patches from XML File.
- The Import a Node dialog displays.
- Select the XML file to be imported and click Open.
A popup displays informing you if the import is successful or if there is no patch available to import.
The patch is added to the patch group. To take the patch group modifications into account, the group must be activated again. To do that, go to the Members tab. Right-click the patch group and select Activate Patch Group. The patch group is modified.
You can import the following either individually or in a group:
Patches | You can import patches by using:
|
CVE IDs | When you use the CVE ID to import a patch, all the patches related to that CVE ID are added to the patch group. For example: <cve id="CVE-2018-1234"> |
Service packs | To import service packs, use the product name and service pack name. For example: <sp product="Adobe Reader" name="SP2"> |
Bulletins | To import bulletins, use the bulletin name. For example: <bulletin name="MS13-012"> |