Performs software installation tasks in detached workload partitions.
/usr/sbin/inuwpar [ -d directory | -D ] [ -G ] { -A | -f wparnamesfile | -w wparname,... } cmdname [ option ... ]
The inuwpar command performs a software installation or maintenance task on all detached workload partitions (WPARs) or named detached WPARs. A detached workload partition is a system workload partition with a writable /usr file system or a writable /opt file system that is not shared with the global environment.
If you do not specify the -d or -D flag and the options of the cmdname command contains a -d directory option, the inuwpar command attempts to mount that directory into the workload partition environment as the installation device for the command.
See the Parameters section for all installation commands that can be used with the inuwpar command:
Item | Description |
---|---|
-A | Applies the installation command to all detached system workload partitions. |
-d directory | Specifies the directory in the WPAR where the installation directory is accessible. By default, the directory is mounted from the installation command into a temporary directory within the WPAR file system. If the options of the installation command contain a -d directory option, the directory is used as the installation directory for the command. |
-D | Specifies that the directory that is used in the installation command is accessible within the WPAR file systems. |
-f wparnamesfile | Specifies a file containing a list of detached workload partitions to which the installation command is applied. |
-G | Runs the installation command within the global environment and the detached system workload partitions. |
-w wparname,... | Specifies one or more detached workload partitions to which the installation command is applied. |
Item | Description |
---|---|
cmdname | Specifies the installation command to run. You
can specify the following installation commands:
|
option | Specifies the option to be used with the installation command. |
Item | Description |
---|---|
0 | The command was able to run on all applicable workload partitions. The exit value does not mean that the return code of the command that has been run on all workload partitions was necessarily 0. |
>0 | An error occurred. |
inuwpar -G -A installp -qaXd /mydev bos.games
inuwpar -G -f /tmp/wparlist installp -qaXd /mydev bos.games
inuwpar -w wpar1,wpar5 instfix -k IX38794 -d /mydev
inuwpar -A install_all_updates -d /mydev