In the following examples, the PSP has been copied to the SYS:\DEPLOY directory.
Action |
Command line |
---|---|
Use normal program execution to launch the Deployment Utility. |
SYS:\DEPLOY\CPQDPLOY |
Use CPQDPLOY to deploy a specific Support Pack. |
SYS:\DEPLOY\CPQDPLOY [BP000111.XML] |
Use the force option. |
SYS:\DEPLOY\CPQDPLOY -f |
Use the "no user interface" option (no GUI). |
SYS:\DEPLOY\CPQDPLOY -nui |
Use the silent option (no command line or GUI output). |
SYS:\DEPLOY\CPQDPLOY -s |
Use the silent option and the force option. |
SYS:\DEPLOY\CPQDPLOY -s -f |
Install a single component with the GUI. |
SYS:\DEPLOY\CP002345 |
Install a single component with force and "no user interface" options. |
SYS:\DEPLOY\CP002351 -f -nui |
Extract component contents to another directory. |
SYS:\DEPLOY\CP002326 -xSYS:\TEMP |
Determine the contents of a component without extracting or installing the component. |
SYS:\DEPLOY\CP002341 -i |
Determine the source directory, destination directory, primary NLM, and other component information to be installed by the component package without installing the component. |
SYS:\DEPLOY\CP002346 -g |
Deploy a single component from the Deployment Utility with the force option. |
SYS:\DEPLOY\CPQDPLOY CP002349.NLM -f |
Deploy a single component with the Deployment Utility without modifying the .NCF files. |
SYS:\DEPLOY\CPQDPLOY CP002334.NLM -nomods |
Deploy multiple components at one time, with no graphical user interface. |
SYS:\DEPLOY\CPQDPLOY CP002341.NLM -nui CP002342.NLM |
Deploy a single component from the command line, using the force option. |
SYS:\DEPLOY\CP00XXXX.NLM -f |
Deploy a single component from the command line, using the nomods option. |
SYS:\DEPLOY\CP00XXXX.NLM -nomods |
A Support Pack and an individual component cannot be passed as parameters to CPQDPLOY at the same time. Separate calls to CPQDPLOY must be made in this instance.
Invalid example:
SYS:\DEPLOY\CPQDPLOY CP002345.NLM BP000111.XML
Valid example:
SYS:\DEPLOY\CPQDPLOY BP000111.XML
SYS:\DEPLOY\CPQDPLOY CP002345.NLM