DepotSoftware - addSolarisPatchToDepotByGroupName_1
DepotSoftware - addSolarisPatchToDepotByGroupName
Description :
This command adds a Solaris patch to the Depot with the URL mounting options. To add an Solaris patch without having to specify the URL mounting options, use addSolarisPatchToDepotByGroupName .
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. |
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. |
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. |
altNSHPath |
String |
The alternative NSH path to the system info file. |
Example
The command DepotSoftware addRpmToDepotByGroupName provides an example showing how to add software to the Depot.
Comments