Lists software in an identical format to installp -L.
geninstall -d Media [ -I installpFlags ] [ -R ResponseFile ] [ -E ResponseFile ] [ -N ] [ -Y ] [ -Z ] [ -f File | Install_List ] | all
OR
geninstall -u -f File | Uninstall_List...
OR
Accepts all current installp flags and passes them on to installp. Some flags (for example, -L) are overloaded to mean list all products on the media. Flags that don't make sense for ISJE packaged products are ignored. This allows programs (like NIM) to continue to always send in installp flags to geninstall, but only the flags that make sense are used.
A summary of the geninstall command's install activity is kept at /var/adm/sw/geninstall.summary. This file contains colon-separated lists of filesets installed by installp and components installed by ISJE. This is used mainly to provide summary information for silent installs.
To install all the products on a CD media that is in drive cd0, type:
geninstall -d /dev/cd0 all
If ISJE images are present on the media, a graphical interface is presented. Any installp or UDI images are installed without prompting, unless the installp images are spread out over multiple CDs.
/usr/sbin/geninstall |
The installp command, udisetup command, install_wizard command.