Go to primary content
Oracle® Communications Patch Audit, Inventory, and Reporting (PAIR) User's Guide
Release 6.6
E91177
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Generating a Patch Report for a Specific Patch

This procedure generates a report that displays all servers patched with a specific patch.

As with other PAIR reporting features, executing the commands in this procedure does not connect with the target servers and retrieve patch information. The report output is cached patch state data and is only as current as the last refresh. To retrieve the latest patch information from a given server, or all servers, see Refresh Patch Information.

  1. PAIR Server: Login using admusr credentials.
    SSH into the PAIR server and authenticate using admusr credentials.
    login as: admusr [Enter]
    admusr@10.75.152.79's password: <admusr_password> [Enter]
    Last login: Mon Jun  6 10:35:36 2016 from 10.75.7.157
    [admusr@myPairServer ~]$
  2. PAIR Server: Display cached patch information.
    Execute the following command to display the latest cached patching information for a given patch:

    Note:

    The output is for example only.
    [admusr@myPairServer ~]$ pair getStatus --patch <patch_name> [Enter]
    Report: Server with Patch '<patch_name>'
    
    Generated at: <UTC timestamp>
    Generated on: myPairServer
    Generated as: admusr
    --------------------------------------------
    
       Hostname: pmac-lab1
       Address: 1.2.3.4
    
    --------------------------------------------
    Patch could not be verified for the following servers:
    
       Hostname: pmac-lab2
       Address: 1.2.3.5
       Note: Server does not support patch auditing
    
    --------------------------------------------
    Report complete: Patch found on 2 of 4 servers.
    
    [admusr@myPairServer ~]$

    Check the output of this command for any warnings or errors. A successful query displays the message Report complete.