DepotSoftware - addHpuxProductToDepotByGroupName_1
DepotSoftware - addHpuxProductToDepotByGroupName
Description :
This command adds an HP-UX product to the Depot with the URL mounting options. To add an HP-UX product without having to specify the URL mounting options, use addHpuxProductToDepotByGroupName .
Use the urlTypeName argument to indicate the name of the deployable URL type. urlTypeName can be one of the following:
- FILE_SERVER: Upload source to file server. When you use this option, you cannot use property references in the source location.
- AGENT_COPY_AT_STAGING: Copy to agent at staging.
- AGENT_MOUNT: Agent mounts source for direct use at deployment (no local copy).
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
groupName | String | Full path to the depot group containing the product. |
softwareLocation | String | Location of the software package you are adding. This can be either a fully qualified NSH path or a network URL. |
name | String | Display name of the product. |
skipCopySource | Boolean | True means do not copy source to undo directory. False means copy source to undo directory. |
urlTypeName | String | Name of the deployable URL type. |
altNSHPath | String | The alternative NSH path for the file that contains system info. |
Example
The command DepotSoftware addRpmToDepotByGroupName provides an example showing how to add software to the Depot.