7.7.12.23 LIST OFFLOADPACKAGE

Purpose

The LIST OFFLOADPACKAGE command displays the attributes for offload packages. The offload packages provide information on the offload server versions that are installed on the cell. This indirectly shows the various database versions that are supported on the cell.

Syntax

LIST OFFLOADPACKAGE [name | filters] [attribute_list] [DETAIL]

Usage Notes

  • The name and filters parameters specify the offload packages for which you want to display the attributes.

    • name The name of the offload package to be displayed.

    • filters an expression which determines which offload packages should be displayed.

    • If neither name nor filters is specified, the command lists the attributes for all offload packages.

  • The attribute_list parameter specifies one or more attributes for which you want to view. The attribute_list begins with the ATTRIBUTES keyword. If specifying more than one attribute, separate the attributes with a comma:

    ATTRIBUTES { attr1 [, attr2]... }
    

    If the attribute_list parameter is omitted, the command displays all attributes.

  • If the DETAIL parameter is used, the command displays an attribute descriptor for each attribute.

Examples

Example 7-195 Displaying All Offload Packages in Detail

The following command lists all the attributes for all offload packages.

LIST OFFLOADPACKAGE DETAIL

Example 7-196 Displaying the Attributes for an Offload Package

The following command lists all the attributes for an offload package named 'cellofl-12.1.1.1.1_LINUX.X64_130211'.

LIST OFFLOADPACKAGE 'cellofl-12.1.1.1.1_LINUX.X64_130211'

Example 7-197 Displaying Specific Attributes

The following command lists the name and ispublic attributes for all offload packages.

LIST OFFLOADPACKAGE ATTRIBUTES name, ispublic

Example 7-198 Displaying Packages with Specific Attribute Values

The following command lists the name of all packages where the ispublic atrribute.

LIST OFFLOADPACKAGE where ispublic = 'true'
CellCLI> describe offloadpackage
      name
      installationTime 
      isPublic
CellCLI> list offloadpackage                  
      cellofl-12.1.2.4.0_LINUX.X64_200526                 
      cellofl-21.1.0.0.0_LINUX.X64_200912                 
      cellofl-11.2.3.3.1_LINUX.X64_200526

Related Topics