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.

TemplatePart - removeExcludeByName


TemplatePart - removeExcludeByName

Description :

This command removes an exclude from a template part. You must provide the name of a template, the template group, the name and type of the template part, and the path to the server objects that are currently excluded.

The model types for which you can remove an exclude are:

  • DIRECTORY: Directory
  • REGISTRY_KEY: Windows registry key
  • COMPLUS_SUBCAT: Windows COM+ collection
  • COMPLUS_OBJECT: Windows COM+ object
  • METABASE_KEY: Windows metabase key
  • CUSTOM_OBJECT: Custom object

The software collections for which you can remove and exclude are:

AIX:

  • AIX_PACKAGE_LIST: AIX packages
  • AIX_PATCH_LIST: AIX patches

HP-UX

  • HP_BUNDLE_LIST: HP-UX bundles
  • HP_PRODUCT_LIST: HP-UX products
  • HP_PATCH_LIST: HP-UX patches

Linux:

  • RPM_LIST: Linux RPMs

Solaris

  • SOLARIS_PACKAGE_LIST: Solaris packages
  • SOLARIS_PATCH_LIST: Solaris patches

Windows

  • WINDOWS_APPLICATION_LIST: Windows applications
  • HOTFIX_LIST: Windows hotfixes

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

templateGroup

String

Fully qualified name of a template group.

templateName

String

Name of the template containing the part to be modified.

templatePartName

String

Path to the template part to be modified. Note that if you set templatePartType to CUSTOM_OBJECT, then you must set templatePartName to the class name of the custom object as specified in model.xml.

templatePartType

String

Type of template part for which an exclude should be removed (see description above).

excludePath

String

Path to the server object for that are currently excluded.

Example

The following example shows how to remove an exclude from a template. The objects currently excluded are .txt files in a directory.

Script


TEMPLATE_NAME="template1"

TEMPLATE_GROUP="/parent/group1"

ASSET_TYPE="DIRECTORY"

ASSET_PATH="/C"

EXCLUDE_FILES="*.txt"

RESULT=`blcli TemplatePart removeExcludeByName $TEMPLATE_GROUP $TEMPLATE_NAME '$ASSET_PATH' $ASSET_TYPE '$EXCLUDE_FILES' `



 

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

BMC Server Automation Command Line Interface 8.3