Perform these steps to install WebSphere Application Server from Qshell using the SETUP command. You can also use the RUNJVA command to invoke the installation wizard.
STRHOSTSVR SERVER(*ALL)
Do not use the IBM WebSphere Application Server Version 6.0 Windows CD-ROM or any other CD-ROM (which was shipped with your WebSphere Application Server Version 6.0 for OS/400 package) for this set of steps.
Your user profile must have *ALLOBJ and *SECADM special authorities.
CPY OBJ('/QOPT/WEBSPHERE/WAS/RESPONSEFILE') TODIR('/MYDIR')
/QOPT/WEBSPHERE/WAS/DOCS/lafiles
If you agree to the terms of the agreement, continue with the installation process.
cd /QOPT/WEBSPHERE/WAS
SETUP -options path/responsefile
Do not issue any other commands, unless prompted, until the installation is completed. Doing so may cause the installation to stop prematurely.
At the CL command line, run these commands:
CHGCURDIR '/QOPT/WEBSPHERE/WAS'
RUNJVA CLASS(run) PARM('-options' 'path/responsefile') CLASSPATH('/QOPT/WEBSPHERE/WAS/SETUP.JAR') PROP((java.version 1.4))