112 WebSphere Application Server V8.5 Administration and Configuration Guide for the Full Profile
As an alternative to these step-by-step instructions, you also can uninstall Installation
Manager using the GIN2UNIN sample job.
4.5 Installing WebSphere Application Server
You can install WebSphere Application Server V8 using the command line or the supplied
jobs. In this section, we describe how to install WebSphere Application Server using the
command line.
4.5.1 Installing using the command line
Complete the following steps to install WebSphere Application Server using the command
line:
1. Create an empty file system to hold the WebSphere Application Server installation.
You can create the file system manually, or you can use the zCreateFileSystem.sh script.
The file system needs at least 35,000 tracks (3390) or 1,800 MB. Example 4-12 shows a
sample execution using the following parameters:
-name Data set name
-type Type of file system
-megabytes Primary and secondary allocation
-volume Volume where the data set will reside
-mountpoint Directory where the file system will be mounted
-owner Directory owner
-group Group owner
Example 4-12 Creating an empty file system
/InstallationManager/bin/eclipse/tools $ zCreateFileSystem.sh -name OMVS.
BBO8558.SBBOHFS -type ZFS -megabytes 1800 200 -volume TARHF1 -mountpoint
/usr/lpp/zWebSphere/V8R5 -owner STC -group TSO
CWLCS9023I Defining file system OMVS.BBO8558.SBBOHFS .
IOEZ00248I VSAM linear dataset OMVS.BBO8558.SBBOHFS successfully created.
CWLCS9024I File system OMVS.BBO8558.SBBOHFS successfully defined.
CWLCS9022I Formatting ZFS file system OMVS.BBO8558.SBBOHFS.
IOEZ00077I HFS-compatibility aggregate OMVS.BBO8558.SBBOHFS has been
successfully created
CWLCS9012I Creating mount point directory /usr/lpp/zWebSphere/V8R5.
CWLCS9013I Mount point directory /usr/lpp/zWebSphere/V8R5 successfully created.
CWLCS9006I Mounting data set OMVS.BBO8558.SBBOHFS at mount point
/usr/lpp/zWebSphere/V8R5.
CWLCS9007I OMVS.BBO8558.SBBOHFS successfully mounted at mount point
/usr/lpp/zWebSphere/V8R5.
CWLCS9017I Setting owner and group for directory /usr/lpp/zWebSphere/V8R5.
CWLCS9018I Owner and group successfully set for directory
/usr/lpp/zWebSphere/V8R5.
CWLCS9019I Setting permissions for directory /usr/lpp/zWebSphere/V8R5.
CWLCS9020I Permissions succesfully set for directory /usr/lpp/zWebSphere/V8R5.
As an alternative, you can use the BBO1CFS job to create the file system instead of using
the command line.