Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

DepotSoftware - showDepotSoftwareReturnCodeOverridesByDBKey


DepotSoftware - showDepotSoftwareReturnCodeOverridesByDBKey

Description :

This command shows all return code overrides, if any, for both the install and uninstall commands of a software installable in the depot. This command shows the overrides for each return code category (error, warning, success with reboot, success).

For background information on the concept of return code overrides, see setDepotSoftwareReturnCodeOverridesByDBKey .

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

objectKey

DBKey

Handle to the software installable whose return code overrides you want to display.

Example

The following example shows how to get all the return code overrides for the installable python-4.2-0.69.2asp.i386.rpm.

Script





INSTALLABLE_KEY=`blcli DepotObject getDBKeyByTypeStringGroupAndName RPM_INSTALLABLE "/Software" python-4.2-0.69.2asp.i386.rpm`

blcli DepotSoftware showDepotSoftwareReturnCodeOverridesByDBKey "$INSTALLABLE_KEY"



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.3