This topic applies only on the IBM i operating system.

Installing the Feature Pack for Web 2.0 and Mobile on IBM i operating systems using the Installation Manager command line

You can use Installation Manager to install the Feature Pack for Web 2.0 and Mobile using the Installation Manager command line.

Before you begin

Important: Before installing the Feature Pack for Web 2.0 and Mobile, you must read the license agreement that you can find with the Feature Pack for Web 2.0 and Mobile files. Signify your acceptance of the license agreement by specifying -acceptLicense in the command as described below.
  1. Install IBM® WebSphere® Application Server Version 8.0.
  2. Use Installation Manager to connect to a repository containing up-to-date product files and update the product.
  3. Use Installation Manager to connect to a repository containing up-to-date Installation Manager files and update Installation Manager.
  4. Obtain the necessary feature-pack files from the web.
    There are three basic options for installing the feature pack.
    • Access the live repositories, and use web-based installation.
      You can use Installation Manager on your local system to install the feature pack from the web-based repository located at the following location:
      http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WEB2MOBILE.v11
      Tip: These live repositories are accessed by using your IBM authentication. For information about registering for an IBM password, read Registration Help and FAQ.
    • Download files from the Feature Pack for Web 2.0 and Mobile website, and use local installation.

      You can download the compressed file containing the feature-pack repositories from the Feature Pack for Web 2.0 and Mobile website. You can then use Installation Manager to install the feature pack from the unpacked local feature-pack repositories.

    • Licensed customers can download files from the Passport Advantage website and use local installation.

      You can then use Installation Manager to install the feature pack from the unpacked local feature-pack repositories.

    Notes:
    • Whenever possible, you should use the remote web-based repositories so that you are accessing the most up-to-date feature-pack installation files.
    • If you use local repositories, you can leave in the remote repositories as well because they will provide post-shipment service updates when you are connected to the web.

Procedure

  1. Optional: If the repository requires a username and password, create a keyring file to access this repository.

    For more information on creating a keyring file for Installation Manager, read the IBM Installation Manager Information Center.

  2. Choose three separate locations for the Feature Pack for Web 2.0 and Mobile binaries, runtime data (agent data), and shared data locations.
  3. Sign on to the IBM i system with a user profile that has *ALLOBJ and *SECADM special authorities.
  4. On a CL command line, run the STRQSH command to start the Qshell command shell.
  5. Make sure that the umask is set to 022.
    To verify the umask setting, issue the following command:
    umask
    To set the umask setting to 022, issue the following command:
    umask 022
  6. Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager.
  7. Use the imcl command to install the Feature Pack for Web 2.0 and Mobile.
    ./imcl install package_id_version,feature_id
      -repositories source_repository 
      -installationDirectory installation_directory 
      -sharedResourcesDirectory shared_directory
      -accessRights access_mode
      -preferences preference_key=value
      -properties property_key=value
      -keyring keyring_file -password password
      -acceptLicense
    
    Notes:
    • The relevant terms and conditions, notices, and other information are provided in the license-agreement files in the lafiles or product_name/lafiles subdirectory of the installation image or repository for this product.
    • The program might write important post-installation instructions to standard output.

    For more information on using the imcl command to install the Feature Pack for Web 2.0 and Mobile, see the IBM Installation Manager Information Center.

Example

Here is an example of using the imcl command to install the Feature Pack for Web 2.0 and Mobile:
./imcl install com.ibm.websphere.WEB2MOBILE.v11
  -repositories https://downloads.mycorp.com:8080/WEB2MOBILE_repository
  -installationDirectory /QIBM/ProdData/WebSphere/AppServer/V8/WEB2MOBILE
  -properties was.install.os400.profile.location=/QIBM/UserData/Websphere/Appserver/v8/WEB2MOBILE
  -sharedResourcesDirectory /QIBM/UserData/InstallationManager/IMShared
  -keyring $HOME/WASFiles/temp/im.keyring
  -acceptLicense



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 20, 2011 1:31:29 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v800webmob&product=was-nd-mp&topic=tweb_ins_installation_is_cl
File name: tweb_ins_installation_is_cl.html