DepotSoftware - addSolarisPatchClusterToDepotByGroupName_1
DepotSoftware - addSolarisPatchClusterToDepotByGroupName
Description :
This command adds a Solaris patch cluster to the Depot with the URL mounting options. To add an Solaris patch cluster without having to specify the URL mounting options, use addSolarisPatchClusterToDepotByGroupName .
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 patch cluster. |
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 patch cluster. |
skipCopySource |
Boolean |
True means do not copy source to undo directory. False means copy source to undo directory. |
urlTypeName |
String |
The deployable URL type name. |
Example
The command DepotSoftware addRpmToDepotByGroupName provides an example showing how to add software to the Depot.
Comments