Websphere Application Server Network Deployment V7 Installation Guide
Websphere Application Server Network Deployment V7 Installation Guide
Websphere Application Server Network Deployment V7 Installation Guide
Lab requirements
The system on which you are installing WebSphere Application Server must be running a supported distributed operating system. For more information on supported operating systems, see the WebSphere Application Server V7 information center. In addition, the system must have the following resources available: Approximately 1GB of hard drive space to store the installation image The appropriate WebSphere Application Server V7 installation image A utility to extract the installation image Another 1.5GB of hard drive space for the installed product and profile creation
2008 November, 18
Page 1 of 30
Introduction
WebSphere Application Server Version 7 builds on improvements made in Version 6.1. A few of the major enhancements introduced in this release are the capabilities to: New profile types Import security certificates during profile creation Set the server name during profile creation
This lab is divided into the following parts, some of which are optional exercises.
Part 1: Perform the installation In this section, you will perform the actual product installation for WebSphere Application Server V6.1. While it is possible to create a profile during the installation procedure, you will bypass that step in this lab and create your first profile after the installation is finished. Part 2: Create a profile During this piece of the lab, you will create an application server, using the new Profile Management Tool (PMT). Part 3: Installation Verification After creating the profile, you will use the installation verification tool to check the integrity of your
installation.
Part 4: Optional Uninstall WebSphere Application Server If you have previously installed a WebSphere Application Server V6.1 driver, you should uninstall it before working with the new release.
2008 November, 18
Page 2 of 30
Exercise instructions
Instructions and subsequent documentation use symbolic references to directories which are listed as follows: Reference Variable <WAS_HOME> Location C:\Program Files\IBM\WebSphere\AppServer Location /opt/IBM/WebSphere/AppServer /usr/IBM/WebSphere/AppServer <TEMP> <hostname> C:\temp Host name or host address for the machine where the profiles are being created /tmp Host name or host address for the machine where the profiles are being created
2008 November, 18
Page 3 of 30
____ 2.
Install WebSphere Application Server V7 using the wizard. __ a. Review the information on the welcome screen and click Next.
__ b. Review and accept the license agreement and click Next. __ c. Verify that your system passes the prerequisite check and click Next. The product install can still continue if the prerequisite check fails, though the installation may not work properly.
2008 November, 18
Page 4 of 30
____ 3.
The next screen allows you to select which features you want to install. If you do not opt to install the application server samples at this time, you will not be able to install the samples when you create the profiles later. WebSphere Application Server V7 introduces the ability to not install the non-English language packs; this can significantly reduce the size of the installation. For the purposes of this lab, ensure that the box next to Install the sample applications is checked and click Next to continue.
2008 November, 18
Page 5 of 30
____ 4.
On the next screen, use the default installation directory, if you will be using other IBM Education Assistant hands-on lab exercises, they may assume this installation location. Click Next. For For Type C:\Program Files\IBM\WebSphere\AppServer Type /opt/IBM/WebSphere/AppServer
____ 5.
Next, you will have the option to choose which profile you want to create during this installation. Take a moment to read through the following descriptions of the different types of profiles: Cell template A cell template contains a deployment manager profile and a federated application server node profile. You can federate additional application server nodes into this deployment manager profile after initial creation of the cell profile. The cell profile template is new in V6.1. Management profile The management profile creates the servers and services necessary to manage your WebSphere environment. For a Base WebSphere topology, an AdminAgent is provided. For a Network Deployment topology, the Deployment Manager is provided for tightly coupled management and the Job Manager is provided for a more loosely coupled management of multiple Base application servers. Application server profile
2008 November, 18
Page 6 of 30
An application server profile has a default server, named server1. The application server can be created with the default application (which includes the snoop servlet and the hitcount servlet) and application samples installed. You can federate an application server or use it as a stand-alone application server. Custom profile A custom profile is an empty node that you can customize to include application servers, clusters, or other Java processes, such as a messaging server. A custom profile must be federated into a cell to make it operational. Secure proxy A secure proxy profile for a DMZ node.
NOTE: In order for a WebSphere Application Server environment to be complete, at least one profile must be created. This profile is called the default profile. The default profile is often created at install time. However, for this lab you will be install product binary and then creating profiles separately using ProfileManagment tool. Both strategies creating a default profile during the installation and creating a default profile after the product installation, are perfectly acceptable, and both will result in a fully functional WebSphere Application Server environment. ProfileManagment tool will provide Advance features to customize the profile where as if you choose to install profile along with binary install, profiles will be created with thee default values.
2008 November, 18
Page 7 of 30
____ 6.
On the WebSphere Application Server environments panel, choose None. The message at the bottom of the panel warns you that at least one profile is required for WebSphere Application Server V7to be functional. This is fine because you will be creating profiles later in the lab. Click Next. A dialog box will ask you to confirm that you do not want to create any profiles. Click Yes to continue with the installation process.
2008 November, 18
Page 8 of 30
____ 7.
Next is a new panel that gives you the option to create a repository for the centralized installation management feature. This will not be needed right now, so leave this unchecked. Click Next.
2008 November, 18
Page 9 of 30
____ 8.
Confirm that the installation summary information is accurate and click Next to begin the installation.
2008 November, 18
Page 10 of 30
____ 9.
When the installation is complete, verify that the status on the completion screen indicates Success. Select the check box next to Create a new WebSphere Application Server profile using the Profile management tool and click Finish.
2008 November, 18
Page 11 of 30
2008 November, 18
Page 12 of 30
__ b. On the Profiles tab, choose the Create button. __ c. Choose the Application server profile and select Next. See the previous section of the lab above for a review of the different profile types.
2008 November, 18
Page 13 of 30
__ d. On the profile creation options screen, select the radio button Advanced profile creation and click Next. Choosing to create the profile with advanced options will allow you to customize more features.
2008 November, 18
Page 14 of 30
__ e. On the next panel select all the check boxes, and click Next.
2008 November, 18
Page 15 of 30
__ f. On the Profile Name and Location panel, take all of the defaults and continue. The Profile Management Tool will always supply default non-conflicting names during profile creation. Since this is the first profile being created under this installation of WebSphere Application Server, it will automatically become the default profile. As you create other profiles in the future, there will be an additional option on this screen asking if you want to make the profile that you are creating the default profile. Click Next to continue.
2008 November, 18
Page 16 of 30
__ g. The next screen allows you to specify names for the deployment manager node, the host name, and new in this version the server name. Unique values will be generated based on the hostname of your system. Take the defaults on hit screen and click Next.
2008 November, 18
Page 17 of 30
__ h. The next panel allows you to enable administrative security and specify a username and password for the administrator. Leave the check box selected, and provide a user name of wsdemo. Type in wsdemo for the password. The sample applications user account also requires a password, type in wsdemo for that as well.
2008 November, 18
Page 18 of 30
__ i. Next is a set of new panels in WebSphere Application Server V7. The first panel allows a user to import an existing default personal certificate and root signing certificate. The default values will create these certificates from scratch, which was the behavior in past releases. Leave the options to create new certificates and click Next.
2008 November, 18
Page 19 of 30
__ j. The following panel can be used to modify the certificate information to create new certificates during profile creation. At the bottom of this panel the default keystore password can also be set to a unique value. For this example click Next.
2008 November, 18
Page 20 of 30
__ k. The next panel lists all of the port values that will be assigned to the deployment manager, the application server, and the node agent. You can change the port values so long as there are no conflicts. The PMT performs automatic port conflict resolution and suggests ports on which it does not find any conflicts. For this lab, accept the suggested port assignments and click Next to continue.
2008 November, 18
Page 21 of 30
__ l. On Windows platforms, the next display will be the Windows Service Definition screen. Uncheck the box next to Run the deployment manager process as a Windows service and click Next.
2008 November, 18
Page 22 of 30
__ m. The next panel gives you the option to create a Web server definition for this profile. Notice that the default is not to create a Web server definition. For this lab, you will not be defining a Web server for this profile. Click Next to continue.
2008 November, 18
Page 23 of 30
__ n. The final screen allows you to review all of the profile creation details. Review the profile creation summary and click Create to create the profile.
__ o. After the profile creation has completed, insure that it was successful. Verify that the box next to Launch the First steps console is checked and click Finish.
2008 November, 18
Page 24 of 30
Note: Installation verification will start the application server if it is not already started. The process will then verify the state of installation and the profile creation of the application server.
2008 November, 18
Page 25 of 30
____ 3.
The output from the verification process should look like the following. Verify that there are no error messages. You may see some warnings, as in the example below. Close the profile creation tool as well.
2008 November, 18
Page 26 of 30
2008 November, 18
Page 27 of 30
2008 November, 18
Page 28 of 30
__ c. Verify the information on the Uninstallation summary screen and click Next to begin the uninstallation.
__ d. The more profiles that you have on your system, the longer the uninstallation will take. The wizard will keep you informed of the uninstallation progress. __ e. After the uninstallation is complete, click Finish to close the wizard. ____ 4. After the uninstall process is complete, you will notice that some of the directories still exist within the <WAS_HOME> directory. Manually delete the <WAS_HOME> directory, and, if you have a Windows operating system, reboot your computer. You have now successfully uninstalled IBM WebSphere Application Server Network Deployment V7.
2008 November, 18
Page 29 of 30
2008 November, 18
Page 30 of 30