Installation instructions: Use the AdminSelfHelp.zip file to update your existing support pages and portlets. This will preserve all the existing support portlets and update them with the new fixes and support. You should NOT delete the any of the Portlet applications and then reinstall. 1. Stop the WebSphere Portal server. 2. Detach and save AdminSelfHelp.zip file to a temporary directory. 3. Unzip the contents of the zip file to the WebSphere Portal installation directory (e.g. C:\WebSphere\PortalServer). If prompted to overwrite any existing files, answer yes or OK. The driver file can be unzipped using any unzip utility or using the jar utility, provided with the WebSphere Application Server JVM as follows. cd wps-install-root was-install-root/java/bin/jar -xvf temp-dir/AdminSelfHelp.zip. where, temp-dir is the directory in which you saved the ZIP file, wps-install-root is the WebSphere Portal product installation directory, and was-install-root is the WebSphere Application Server product installation directory. For example, if you saved AdminSelfHelp.zip to C:\tmp and you installed WebSphere Portal to C:\WebSphere\PortalServer and WebSphere Application Server to C:\WebSphere\AppServer, you could use the following commands: cd C:\WebSphere\PortalServer C:\WebSphere\AppServer\java\bin\jar -xvf C:\tmp\AdminSelfHelp.zip 4. Enter the appropriate command to update the Administrator self help pages: NOTE: If you do not have security enabled, exclude the -DPortalAdminPwd=password user identification from the command line. * Windows: WPSconfig.bat update-service-page -DPortalAdminPwd=password * Unix: ./WPSconfig.sh update-service-page -DPortalAdminPwd=password * i5/OS: WPSconfig.sh -profileName profile_root update-service-page -DPortalAdminPwd=password 5. Ensure you have entered the correct value for the PortalAdminPwd and WasPassword parameters in the wpconfig.properties file. Note:When running in a cluster this only needs to be run on one node. After it has run you should perform a synchronization of the nodes and if necessary activate the portlets Enter the appropriate command to activate the portlets: * Windows: WPSconfig.bat activate-portlets * Unix: ./WPSconfig.sh activate-portlets * i5/OS: WPSconfig.sh -profileName profile_root activate-portlets 6.Open wps-install-root/config/wpconfig.properties and remove the value for the PortalAdminPwd property that you entered in step 4.