This topic provides the steps necessary to use the installation wizard and perform a silent installation.
CPY OBJ('/QOPT/WEBSPHERE/AppClient/setup/response') TODIR('/MYDIR')
Where:
QOPT is the disk mount point.
WEBSPHERE is the disk volume label.
/AppClient is the product directory on the disk. This will be referred to in later steps.
Note: For DVD media, an additional directory prefix is required before the product directory that reflects the operating system and architecture of the installation. Using the previous example, the following installation path applies when you use CD-ROM media:
CPY OBJ('/QOPT/WEBSPHERE/AppClient/setup.response') TODIR('/MYDIR')However, the following installation path applies when you use DVD media:
CPY OBJ('/QOPT/WEBSPHERE/os400_ppc64/AppClient/setup.response') TODIR('/MYDIR')
Important: Do not exit the Qshell session (PF3) until the installation has completed. Doing so might cause the installation to stop prematurely.
Use the installation verification utility to
verify a successful installation. If the installation is not successful, fix
the error as indicated in the installation error message. For example, if
you do not have enough disk space, add more space, and reinstall the Application
Client.