Updates installed software to the latest level on media and verifies the current recommended maintenance or technology level.
install_all_updates -d Device [ -p ] [ -i ] [ -c ] [ -r ] [ -n ] [ -s ] [ -x ] [ -v ] [ -N ] [ -S ] [ -Y ] [ -V ] [ -D ]
Item | Description |
---|---|
-c | Instructs installp to commit all newly installed updates. Updates are applied by default (Please see the installp man page for more explanation on applying vs. committing updates). |
-d Device | Specifies where the installation media can be found. This can be a hardware device such as tape or cdrom or it can be a directory that contains installation images. When installation media is a tape device it should be specified as no-rewind-on-close and no-retension-on-open. |
-D | Turns on install_all_updates debug output. This flag is for debugging the install_all_updates utility and should not be used for normal operations. |
-i | Update install utilities only. |
-n | Instructs installp to not automatically install requisites. Automatic installation of requisites is the default behavior. |
-N | Skip updating install utilities first. Note: This
flag is not recommended unless you are debugging a related problem.
|
-p | Performs a preview of an action by running all preinstallation checks for the specified action. No software changes are made. |
-r | Update rpm images (if possible). This flag is not set by default. |
-s | Skip recommended maintenance or technology level verification. The verification is performed by default. |
-S | Instructs installp to suppress multi-volume processing of cdrom media. |
-v | Instructs installp to verify that all installed files in the fileset have the correct checksum value after the installation. This operation may require more time to complete the installation. |
-V | Instructs installp to run in verbose output mode. |
-x | Instructs installp to not automatically expand file systems. Automatic expansion of file systems is the default. |
-Y | Agrees to all software license agreements which are required for software installation. |
Only the root user can execute install_all_updates.
install_all_updates -d /dev/cd0
install_all_updates -d /images -rc
install_all_updates -d /dev/cd0 -i
Item | Description |
---|---|
/usr/sbin/install_all_updates | Contains the install_all_updates command. |