PatchCatalog - recursivelySetPropertyForCatalog
PatchCatalog - recursivelySetPropertyForCatalog
Description :
This command recursively sets a property on all depot objects starting at the specified folder path. The following is a list of valid depot objects:
- RPM_INSTALLABLE: Linux RPM
- SOLARIS_PATCH_INSTALLABLE: Solaris patch
- HOTFIX_WINDOWS_INSTALLABLE: Windows HotFix
- WINDOWS_BULLETIN_INSTALLABLE: Windows Bulletin
- ERRATA_INSTALLABLE: Redhat Errata
- SOLARIS_PATCH_TCLUSTER_INSTALLABLE: Solaris Patch Cluster
- AIX_FILESET_INSTALLABLE: AIX Fileset
- AIX_CONTAINER_INSTALLABLE: AIX Container
Return type : void
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
groupPath |
String |
The path to the folder. |
propertyName |
String |
The name of the property to set. |
value |
String |
The value to set. |
catalogTypeString |
String |
String representation of depot object type. For more detailed information, see the description above. |
Example
The following example recursively sets the DESCRIPTION property to myLinuxRPM, starting at the folder /Catalog/RedHat.
Script
blcli PatchCatalog recursivelySetPropertyForCatalog /Catalog/RedHat DESCRIPTION MyLinuxRPM RPM_INSTALLABLE
Was this page helpful? Yes No
Submitting...
Thank you
Comments