= RAD Automatic Installation = **Summary**: A fully automated installation of Rational Application Developer, including the IBM Installation Manager and the WebSphere Application Server \\ **Date**: Around 2009 \\ **Refactor**: 29 December 2024: Checked links and formatting. \\ {{tag>websphere}} We've been busy on this for more than a week but we finally got it running, a fully automated installation of Rational Application Developer, including the IBM Installation Manager and the WebSphere Application Server. We have some general tips and I'll post our configuration files and installation commands in this article. = General Tips = The most important thing before you start is to make sure you have all the desired software you want installed located on your local network including patches, fixes etc. We first tried to create an automatic installation including an update from the internet. It did work, partly, but took more than two hours, and we have quite a big internet pipe here. Then we downloaded fixes for our current versions and included the local repositories in the setup. That didn't work, but we never found out why. Then we decided to download the software releases we actually need so we didn't need any updates. That turned out to be the way to go, after we had the entire repository of needed software downloaded (we're talking over 10 GB of software here) the installations ran without any big problems. \\ So, these are the download urls: \\ * WebSphere: http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v75/was61/61027/zips/ \\ * RAD: http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v75/rad/754/zips/ \\ = Installation Manager = We used this command to create the needed recordfile: INSTALL.exe -record We used this command to install IBM Installation Manager: S:\RAD_7_5\RAD_SETUP\InstallerImage_win32\install.exe --launcher.ini S:\RAD_7_5\RAD_SETUP\InstallerImage_win32\launcher.ini And this was the configuration file launcher.ini: -accessRights admin -vm jre_5.0.3.sr8a_20080811b\jre\bin\java.exe -silent -nosplash --launcher.suppressErrors -showVerboseProgress -input @osgi.install.area\recordfile.installmanager -vmargs -Xquickstart -Xgcpolicy:gencon And this was the configuration file recordfile.installmanager: Note: When you open Installation Manager after the installation and try to update/modify/install something you'll receive a warning that the repository location 'S:\RAD_7_5\RAD_SETUP\InstallerImage_win32' is not connected. The details tell you it's for some specific version which you already have installed. We tried to remove the repository but Installation Manager wouldn't install anymore after that, so remove the repository after the installation and you'll be fine. = RAD and WAS = We used this command to create the needed recordfile: IBMIM.exe -record We used this command to install RAD and WAS: C:\Program Files\IBM\Installation Manager\eclipse\IBMIM.exe --launcher.ini "C:\Program Files\IBM\Installation Manager\eclipse\radlauncher.ini" And this was the configuration file radlauncher.ini: -accessRights admin -vm C:\Program Files\IBM\Installation Manager\eclipse\jre_5.0.3.sr8a_20080811b\jre\bin\j9vm\jvm.dll -silent -nosplash --launcher.suppressErrors -showVerboseProgress -input C:\Program Files\IBM\Installation Manager\eclipse\recordfile.rad75 -vmargs -Xquickstart -Xgcpolicy:gencon And this was the configuration file recordfile.rad75: = Other Steps = == File Copy == As you can see, the rad installation is started from the local machine and the config files also should be located on the local machine. You need to copy the files to the local machine. == Messages == Because the installation takes a long time (almost an hour) we decided to issue a warning before and after the installation so users know they have to wait until a message tells them everything is installed.