Tivoli Netcool Support's Guide to A Command Line Installation of Web GUI 8.1 by Jim Hutchinson Document release: 2.0

Size: px
Start display at page:

Download "Tivoli Netcool Support's Guide to A Command Line Installation of Web GUI 8.1 by Jim Hutchinson Document release: 2.0"

Transcription

1 Tivoli Netcool Support's Guide to A Command Line Installation of Web GUI 8.1 by Jim Hutchinson Document release: 2.0

2 Table of Contents 1Introduction Overview Packages...3 2Example Installation Create an installation user Install the Installation Manager Unpack the installation packages Run the Prerequisite checker Record the installation response file Check the response file Install WAS, JazzSM and DASH Install Web GUI Configure Web GUI Web GUI Fix Pack installation...8 3Example response file...9 IBM Copyright

3 1 Introduction 1.1 Overview The requirement for a GUI installation is on the WAS application for which the only option, for a command line installation is using the response file method. Products do provide template response files that can be edited, but it is easier to create a custom response file using the IBMIM tool on a donor system. Then use this response file to install WAS, JazzSM and DASH. Web GUI can also be installed at this time, but given the WEB GUI fix pack needs to be installed via the command interface, and the length of time a complete installation takes, it makes sense to install the products in phases, in case there are any unforeseen installation issues. Example Method Create a response file on a donor system Unpack the installation packages to a temporary directory tree Install the Installation Manager Install WAS, JazzSM and DASH using a response file Install Web GUI using imcl Install latest fix pack using imcl Example Environment Red Hat Linux Netcool/OMNIbus Web GUI 8.1 IBMÂ Installation Manager Jazz for Service Management extension for IBM WebSphere IBM WebSphere Application Server IBM WebSphere SDK Java Technology Edition (Optional) IBM Dashboard Application Services Hub IBM Tivoli Netcool/OMNIbus Web GUI Netcool/OMNIbus 8.1 IBM Copyright

4 1.2 Packages Required packages IBM Tivoli Netcool OMNIbus WebGUI Linux 64bit Multilingual (CN8HGML) [ 654MB / 18 Dec 2015 ] IBM WebSphere Application Server V for Jazz for Service Management Linux Multilingual (CNC1ZML) [ 1,461MB / 15 Jun 2016 ] Jazz for Service Management for Linux Multilingual (Launchpad, PRS, Jazz Repository, TDI) (CNC1PML) [ 1,264MB / 15 Jun 2016 ] Latest Installation manager suitable for Netcool/OMNIbus from fix central Latest Web GUI fix pack from the support's download pages Example packages IBMIM & imcl agent.installer.linux.gtk.x86_64_ _1611.zip Jazz for Service Management JAZZ_FOR_SM_ _FOR_LNX.zip Webshpere Application Server for JazzSM WAS_V _FOR_JSM_FOR_LINUX_ML.zip Netcool/OMNIbus Web GUI OMNIbus-v WebGUI.linux64.zip Netcool/OMNIbus Web GUI 8.1 fix pack 8 OMNIbus-v8.1.0-WebGUI-FP8-IM-linux64-UpdatePack.zip IBM Copyright

5 2 Example Installation The following is an example installation performed in the example environment using the packages listed previously. 2.1 Create an installation user Add an entry for the installation user in the /etc/passwd file webgui81::811:333:webguiuser:/opt/webgui81:/bin/csh Create the users directory as root mkdir /opt/webgui81 chown webgui81 /opt/webgui81 chgrp ncoadmin /opt/webgui Install the Installation Manager Unpack and install the Installation Manager package using the userinstc script. cd /opt/downloads mkdir tmp mkdir tmp/im cd tmp/im unzip../../agent.installer.linux.gtk.x86_64_ _1611.zip./userinstc -acceptlicense 2.3 Unpack the installation packages Create temporary directorys to hold the unzipped packages and unpack the packages ready for installation via the repository system. The paths to these directories is best kept consistent between the donor and target systems, but may be different, provided the path is updated in the response file prior to installation on the donor system. cd /opt/downloads/tmp mkdir WAS_8559 JAZZSM_1130 WEBGUI_814 cd WAS_8559 unzip../../was_v _for_jsm_for_linux_ml.zip cd../jazzsm_1130 unzip../../jazz_for_sm_ _for_lnx.zip cd../webgui_814 unzip../../omnibus-v webgui.linux64.zip IBM Copyright

6 2.4 Run the Prerequisite checker Support's Guide to a CLI Installation of Web GUI 8.1 Run the prerequisite checker on the systems before attempting to perform any installation, and check the details for any installation issues. Update the script to use the bourne shell cd /opt/downloads/tmp/jazzsm_1130 vi PrereqScanner/prereq_checker.sh #! /bin/sh Run the checker for JazzSM & DASH setenv JazzSM_FreshInstall True PrereqScanner/prereq_checker.sh DSH Run the check for Web GUI PrereqScanner/prereq_checker.sh NOW 2.5 Record the installation response file Record a response file using the same directory structure on a donor system with a display where IBMIM will run. Create the same user and unpacked packages structure on a donor system so that the response file can be used on the target system unedited. The donor system only needs to pass the prerequisite checker and contain the unpacked packages, as the recording of the installation response file does not install any packages. In the example given, the response file is recorded to /tmp along with installation details, /tmp/my_webgui_skip_install. To re-run the installation remove or rename both files. ~/IBM/InstallationManager/eclipse/IBMIM -record /tmp/my_webgui_install.xml -skipinstall /tmp/my_webgui_skip_install Set repositories File->Preferences->repositories Prevent searching Use the 'Add repository' option to add the three installation repositories 1. WAS_ JAZZSM_ WEBGUI_814 For the example WAS, JazzSM & DASH Install select 1. IBM WAS 2. IBM WAS SDK Java 3. JazzSM IBM WebSphere IBM DASH Set the installation paths and ports as required Set the smadmin users password and validate it Continue installation and click Finish to close the GUI IBM Copyright

7 2.6 Check the response file Check the response file was created as required and update any paths, if the donor systems repositories have different paths. <variables> <variable name='sharedlocation' value='/opt/webgui81/ibm/imshared'/> </variables> <server> <repository location='/opt/downloads/webgui/tmp/was_8559/wasrepository/disk1'/> <repository location='/opt/downloads/webgui/tmp/jazzsm_1130/jazzsmrepository/disk1'/> <repository location='/opt/downloads/webgui/tmp/webgui_814/omnibuswebguirepository'/> </server> <profile id='ibm WebSphere Application Server V8.5' installlocation='/opt/webgui81/ibm/websphere/appserver'> <data key='cic.selector.arch' value='x86'/> </profile> 2.7 Install WAS, JazzSM and DASH Use the imcl command on the target system to install the packages as defined in the response file. Copy the response file to the target system and run the imcl command as the installation user. There should be no issues, provided the prerequisite checker confirmed the packages can be installed and that the packages match the ones from the donor system. ~/IBM/InstallationManager/eclipse/tools/imcl -input /tmp/my_webgui_install.xml -silent -acceptlicense -log /tmp/my_webgui_install_1.log... Completed successfully Check the installation was successful ~/IBM/InstallationManager/eclipse/tools/imcl listinstalledpackages -features -long awk -F\: '{ print $3,$4}' IBMÂ Installation Manager Jazz for Service Management extension for IBM WebSphere IBM WebSphere Application Server IBM WebSphere SDK Java Technology Edition (Optional) IBM Dashboard Application Services Hub Login to WAS using a supported browser as smadmin to check the installation: Remember to logout IBM Copyright

8 2.8 Install Web GUI Use the imcl tool to install Web GUI ~/IBM/InstallationManager/eclipse/tools/imcl -c Check the installation preferences and remove the WAS & JazzSM repositories Set the Web GUI installation location to the webgui81 users tree M change location /opt/webgui81/ibm/netcool/gui Set the WAS servers smadmin password to netcool, if netcool was the chosen smadmin password Complete the installation settings as required Completed Successfully Check Web GUI was installed successfully ~/IBM/InstallationManager/eclipse/tools/imcl listinstalledpackages -features -long awk -F\: '{ print $3,$4}' IBMÂ Installation Manager Jazz for Service Management extension for IBM WebSphere IBM WebSphere Application Server IBM WebSphere SDK Java Technology Edition (Optional) IBM Dashboard Application Services Hub IBM Tivoli Netcool/OMNIbus Web GUI Configure Web GUI Before applying the Web GUI fix pack create a Web GUI administration user and set the datasources as required. Login via browser as smadmin Start the Websphere Application Server console Create a user called webguiadmin Exit the WAS console Give the webguiadmin user all of the user roles Check the Object Server details from $NCHOME/etc/omni.dat Login as the user webguiadmin Check Web GUI version and system information details Set Datasources as required via Datasources tab Logout of Web GUI before continuing IBM Copyright

9 2.10 Web GUI Fix Pack installation Unpack the fix pack package into a temporary directory and use the imcl tool to define the fix pack repository. Remember to remove any old repositories and that the fix pack installation is an UPDATE to an existing inistallation when making the installation selection. Unpack the fix pack zip file cd /opt/downloads/tmp mkdir FP8 cd FP8 unzip../../omnibus-v8.1.0-webgui-fp8-im-linux64-updatepack.zip Run the command line installer ~/IBM/InstallationManager/eclipse/tools/imcl -c Remove the Web GUI repository Add the fix pack 8 repository 1. [X] /opt/downloads/webgui/tmp/fp8/omnibuswebguirepository/composite Apply and return to main menu Update the existing Web GUI installation =====> IBM Installation Manager 2. Update - Find and install updates and fixes to installed software packages Update packages: 1-. [X] IBM Tivoli Netcool/OMNIbus Web GUI [X] Version Set smadmin password for WAS 5. Edit the password Check the target directory details before applying the update Completed successfully Check the installation using imcl IBMÂ Installation Manager Jazz for Service Management extension for IBM WebSphere IBM WebSphere Application Server IBM WebSphere SDK Java Technology Edition (Optional) IBM Dashboard Application Services Hub IBM Tivoli Netcool/OMNIbus Web GUI Login via a supported browser as webguiadmin and check the version details IBM Copyright

10 3 Example response file <?xml version='1.0' encoding='utf-8'?> <agent-input> <variables> <variable name='sharedlocation' value='/opt/webgui81/ibm/imshared'/> </variables> <server> <repository location='/opt/downloads/webgui/tmp/was_8559/wasrepository/disk1'/> <repository location='/opt/downloads/webgui/tmp/jazzsm_1130/jazzsmrepository/disk1'/> <repository location='/opt/downloads/webgui/tmp/webgui_814/omnibuswebguirepository'/> </server> <profile id='ibm WebSphere Application Server V8.5' installlocation='/opt/webgui81/ibm/websphere/appserver'> <data key='cic.selector.arch' value='x86'/> </profile> <install> <!-- IBM WebSphere Application Server > <offering profile='ibm WebSphere Application Server V8.5' id='com.ibm.websphere.base.v85' version=' _0435' features='core.feature,ejbdeploy,thinclient,embeddablecontainer,com.ibm.sdk.6_64bit'/> <!-- IBM WebSphere SDK Java Technology Edition (Optional) > <offering profile='ibm WebSphere Application Server V8.5' id='com.ibm.websphere.ibmjava.v70' version=' _1826' features='com.ibm.sdk.7'/> <!-- Jazz for Service Management extension for IBM WebSphere > <offering profile='ibm WebSphere Application Server V8.5' id='com.ibm.tivoli.tacct.psc.install.was85.extension' version=' ' features='main.feature'/> </install> <profile id='core services in Jazz for Service Management' installlocation='/opt/webgui81/ibm/jazzsm'> <data key='cic.selector.arch' value='x86_64'/> <data key='user.bootstrap_address' value='19312'/> <data key='user.csiv2_ssl_mutualauth_listener_address' value='19322'/> <data key='user.soap_connector_address' value='19313'/> <data key='user.csiv2_ssl_serverauth_listener_address' value='19323'/> <data key='user.dcs_unicast_address' value='19318'/> <data key='user.ipc_connector_address' value='19314'/> <data key='user.orb_listener_address' value='19320'/> <data key='user.wc_defaulthost_secure' value='19311'/> <data key='user.rest_notification_port' value='19324'/> <data key='user.wc_defaulthost' value='19310'/> <data key='user.wc_adminhost_secure' value='19316'/> <data key='user.sas_ssl_serverauth_listener_address' value='19321'/> <data key='user.wc_adminhost' value='19315'/> <data key='user.tip_context_root' value='/ibm/console'/> <data key='user.was_home' value='/opt/webgui81/ibm/websphere/appserver'/> <data key='user.create_new_was_profile' value='true'/> <data key='user.was_profile_path' value='/opt/webgui81/ibm/jazzsm/profile'/> <data key='user.was_profile_name' value='jazzsmprofile'/> <data key='user.was_host_name' value='jmw2k8r2.sbank.uk.ibm.com'/> <data key='user.was_server_name' value='server1'/> <data key='user.was_node' value='jazzsmnode01'/> <data key='user.was_user_name' value='smadmin'/> <data key='user.was_password' value='mkzgom+ucqpj8e5dvuk8dw=='/> <data key='user.was_cell' value='jazzsmnode01cell'/> </profile> <install> <!-- IBM Dashboard Application Services Hub > <offering profile='core services in Jazz for Service Management' id='com.ibm.tivoli.tacct.psc.tip.install' version=' ' features='com.ibm.tivoli.tacct.psc.install.server.feature.tip.install,com.ibm.tivoli.tacct.psc.install.server.fe ature.tip.config'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipsecache' value='${sharedlocation}'/> <preference name='offering.service.repositories.areused' value='false'/> </agent-input> IBM Copyright

How to silently install Installation Manager and Rational Asset Manager from a command line

How to silently install Installation Manager and Rational Asset Manager from a command line How to silently install Installation Manager 1.5.3 and Rational Asset Manager 7.5.1.1 from a command line By Patchanee Petprayoon Unleash the Labs, Solution Architect for Energy and Utilities sector Created

More information

Quick path to installing Tivoli Common Reporting v

Quick path to installing Tivoli Common Reporting v Quick path to installing Tivoli Common Reporting v3.1.0.1 Bhanu Prathap TCR 3.1.0.1 Component TCR 3.1.0.1 is the reporting component in Jazz for Service Management 1.1.0.1 (JazzSM). TCR does NOT have it

More information

IBM Netcool Operations Insight 1.2 Installation and Upgrade Guide Best Practices

IBM Netcool Operations Insight 1.2 Installation and Upgrade Guide Best Practices IBM Netcool Operations Insight 1.2 Installation and Upgrade Guide Best Practices Licensed Materials Property of IBM Note: Before using this information and the product it supports, read the information

More information

Best Practices for Installing WebSphere Application Server V7 Feature Packs

Best Practices for Installing WebSphere Application Server V7 Feature Packs IBM Software Group Best Practices for Installing WebSphere Application Server V7 Feature Packs Joseph Mertzlufft (mertzluf@us.ibm.com) Vishavpal Shergill (vishavs@us.ibm.com) WebSphere Application Server

More information

Netcool/Web GUI OMNIbus Web GUI 8.1 Selective (Export/Import)

Netcool/Web GUI OMNIbus Web GUI 8.1 Selective (Export/Import) Netcool/Web GUI OMNIbus Web GUI 8.1 Selective (Export/Import) Version 2016.11.29.01 Stanford Madriaga IBM Netcool Support COPYING DATA BETWEEN Web GUI SERVERS USAGE: To make partial (selective export/import)

More information

IBM. IBM Service Management Unite V Installation and Configuration Guide

IBM. IBM Service Management Unite V Installation and Configuration Guide IBM IBM Service Management Unite V1.1.1 - Installation and Configuration Guide ii IBM Service Management Unite V1.1.1 - Installation and Configuration Guide Contents Chapter 1. Overview and planning...

More information

IBM. IBM Service Management Unite V Installation and Configuration Guide

IBM. IBM Service Management Unite V Installation and Configuration Guide IBM IBM Service Management Unite V1.1.2 - Installation and Configuration Guide ii IBM Service Management Unite V1.1.2 - Installation and Configuration Guide Contents Chapter 1. Overview and planning...

More information

Installing the product

Installing the product Installing the product To install a product such as WebSphere Application Server 8.5.5.5 Liberty Profile we first need to install IBM Installation Manager (IM). WAS 8.5.5 required a minimum of IM version

More information

System Automation Application Manager Version 4.1. Installation and Configuration Guide IBM SC

System Automation Application Manager Version 4.1. Installation and Configuration Guide IBM SC System Automation Application Manager Version 4.1 Installation and Configuration Guide IBM SC34-2702-01 System Automation Application Manager Version 4.1 Installation and Configuration Guide IBM SC34-2702-01

More information

Websphere Force Uninstall Application Server 8 Linux Install

Websphere Force Uninstall Application Server 8 Linux Install Websphere Force Uninstall Application Server 8 Linux Install Use IBM Installation Manager to install the application server product on AIX, HP-UX, Linux, Solaris, (AIX Solaris HP-UX Linux Windows) You

More information

A Step-By-Step Guide to performing a silent installation of WebSphere Portal 9.0

A Step-By-Step Guide to performing a silent installation of WebSphere Portal 9.0 IBM WebSphere Portal A Step-By-Step Guide to performing a silent installation of WebSphere Portal 9.0 David Batres WebSphere Portal Level 2 Support IBM Raleigh Lab January 2017 Copyright International

More information

IBM Runbook Automation. IBM Runbook Automation Guide IBM SC

IBM Runbook Automation. IBM Runbook Automation Guide IBM SC IBM Runbook Automation IBM Runbook Automation Guide IBM SC27-8766-02 ii IBM Runbook Automation: Documentation Contents Figures............... v Tables............... vii Getting started............ 1 What

More information

Tivoli Netcool Support's Guide to the Message Bus Integration by Jim Hutchinson Document release: 3.0

Tivoli Netcool Support's Guide to the Message Bus Integration by Jim Hutchinson Document release: 3.0 Tivoli Netcool Support's Guide to the Message Bus Integration by Jim Hutchinson Document release: 3.0 Table of Contents 1Introduction...3 1.1Overview...3 1.2Requirements...3 2Apache ActiveMQ...4 2.1Downloading

More information

IBM Tivoli Storage Manager for Windows Version Tivoli Monitoring for Tivoli Storage Manager

IBM Tivoli Storage Manager for Windows Version Tivoli Monitoring for Tivoli Storage Manager IBM Tioli Storage Manager for Windows Version 7.1.0 Tioli Monitoring for Tioli Storage Manager IBM Tioli Storage Manager for Windows Version 7.1.0 Tioli Monitoring for Tioli Storage Manager Note: Before

More information

IBM. IBM Service Management Unite V Installation and Configuration Guide

IBM. IBM Service Management Unite V Installation and Configuration Guide IBM IBM Service Management Unite V1.1.4 - Installation and Configuration Guide ii IBM Service Management Unite V1.1.4 - Installation and Configuration Guide Contents Chapter 1. New in this release.....

More information

IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3. User's Guide IBM SC

IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3. User's Guide IBM SC IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3 User's Guide IBM SC14-7487-02 IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3 User's Guide IBM SC14-7487-02

More information

IBM Network Performance Insight Document Revision R2E1. Integrating IBM Tivoli Netcool/OMNIbus IBM

IBM Network Performance Insight Document Revision R2E1. Integrating IBM Tivoli Netcool/OMNIbus IBM IBM Network Performance Insight 1.1.0 Document Revision R2E1 Integrating IBM Tivoli Netcool/OMNIbus IBM Note Before using this information and the product it supports, read the information in Notices on

More information

Websphere Force Uninstall Application Server 8 Linux Installing

Websphere Force Uninstall Application Server 8 Linux Installing Websphere Force Uninstall Application Server 8 Linux Installing Use IBM Installation Manager to install the application server product on AIX, HP-UX, Linux, Solaris, (AIX Solaris HP-UX Linux Windows) You

More information

High Availability Guide for Distributed Systems

High Availability Guide for Distributed Systems IBM Tivoli Monitoring Version 6.3 Fix Pack 2 High Availability Guide for Distributed Systems SC22-5455-01 IBM Tivoli Monitoring Version 6.3 Fix Pack 2 High Availability Guide for Distributed Systems SC22-5455-01

More information

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 Note Before using

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

EVALUATION ONLY. WA2097 WebSphere Application Server 8.5 Administration on Linux. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2097 WebSphere Application Server 8.5 Administration on Linux. Student Labs. Web Age Solutions Inc. WA2097 WebSphere Application Server 8.5 Administration on Linux Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Contents. Index iii

Contents. Index iii Known Issues Contents Known issues............ 1 Blank administrative settings in IBM SmartCloud Analytics - Log Analysis.......... 1 Logs are not available for an incomplete or failed installation...............

More information

IBM SmartCloud Analytics - Log Analysis Version Installation and Administration Guide

IBM SmartCloud Analytics - Log Analysis Version Installation and Administration Guide IBM SmartCloud Analytics - Log Analysis Version 1.1.0.3 Installation and Administration Guide IBM SmartCloud Analytics - Log Analysis Version 1.1.0.3 Installation and Administration Guide Note Before

More information

Tivoli Netcool Performance Manager - Application Studio Installation and User Guide

Tivoli Netcool Performance Manager - Application Studio Installation and User Guide IBM Tivoli Netcool Performance Manager Tivoli Netcool Performance Manager - Application Studio 1.4.0 Document Revision R2E5 Tivoli Netcool Performance Manager - Application Studio Installation and User

More information

Realtests.C QA

Realtests.C QA Realtests.C2010-593.55.QA Number: C2010-593 Passing Score: 800 Time Limit: 120 min File Version: 1.5 C2010-593 IBM Tivoli Netcool/OMNIbus V7.4 Fundamentals I have corrected few questions and now score

More information

AutoForm plus R6.0.3 Release Notes

AutoForm plus R6.0.3 Release Notes 0 Release Notes AutoForm plus R6.0.3 Release Notes AutoForm plus R6.0.3 Release Notes...1 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

C Q&A. DEMO Version

C Q&A. DEMO Version C2180-401 IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration Q&A DEMO Version Copyright (c) 2015 Chinatag LLC. All rights reserved. Important Note Please

More information

IBM. Tivoli Netcool Performance Manager - Application Studio Installation and User Guide

IBM. Tivoli Netcool Performance Manager - Application Studio Installation and User Guide IBM Tivoli Netcool Performance Manager Tivoli Netcool Performance Manager - Application Studio 1.4.3 Document Revision R2E1 Tivoli Netcool Performance Manager - Application Studio Installation and User

More information

IBM Tivoli Storage Manager for Linux Version Tivoli Monitoring for Tivoli Storage Manager

IBM Tivoli Storage Manager for Linux Version Tivoli Monitoring for Tivoli Storage Manager IBM Tioli Storage Manager for Linux Version 7.1.0 Tioli Monitoring for Tioli Storage Manager IBM Tioli Storage Manager for Linux Version 7.1.0 Tioli Monitoring for Tioli Storage Manager Note: Before using

More information

WebSphere Migration Workshop Learn about the installation tools: IBM Installation Manager and Profile Management Tool (PMT)

WebSphere Migration Workshop Learn about the installation tools: IBM Installation Manager and Profile Management Tool (PMT) WebSphere Migration Workshop Learn about the installation tools: IBM Installation Manager and Profile Management Tool (PMT) WW WebSphere Migration Team Agenda Installation Manager install WebSphere Application

More information

IBM z Systems Development and Test Environment Tools User's Guide IBM

IBM z Systems Development and Test Environment Tools User's Guide IBM IBM z Systems Development and Test Environment Tools User's Guide IBM ii IBM z Systems Development and Test Environment Tools User's Guide Contents Chapter 1. Overview......... 1 Introduction..............

More information

Installing and Configuring IBM Case Manager with FileNet P8 Platform on a Single Server

Installing and Configuring IBM Case Manager with FileNet P8 Platform on a Single Server Installing and Configuring IBM Case Manager with FileNet P8 Platform on a Single Serer ii Installing and Configuring IBM Case Manager with FileNet P8 Platform on a Single Serer Contents Installing with

More information

IBM. IBM PureData System for Operational Analytics V1.0 Upgrade Guide Version 1.0. Data Warehousing

IBM. IBM PureData System for Operational Analytics V1.0 Upgrade Guide Version 1.0. Data Warehousing Data Warehousing IBM PureData System for Operational Analytics V1.0 Upgrade Guide Version 1.0 IBM IBM PureData System for Operational Analytics V1.0: Upgrade Guide 1 Upgrade guide version 1.0 2 Data Warehousing

More information

Rational Software Architect

Rational Software Architect Rational Software Architect Version 7.0 Installation Guide GI11-8354-04 Rational Software Architect Version 7.0 Installation Guide GI11-8354-04 Note Before using this information and the product it supports,

More information

Rational Performance Tester, Version 7.0

Rational Performance Tester, Version 7.0 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Note Before using this information and the product it

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C9510-401 Title : IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

Operations Analytics - Predictive Insights Document Revision R2E1. Administration Guide

Operations Analytics - Predictive Insights Document Revision R2E1. Administration Guide Operations Analytics - Predictive Insights 1.3.2 Document Revision R2E1 Administration Guide Note Before using this information and the product it supports, read the information in Notices on page 91.

More information

Oracle OpenSSO E

Oracle OpenSSO E Oracle OpenSSO Policy Agent 3.0 Guide for IBM Lotus Domino 8.5.2 Release 3.0 E23265-01 September 2012 This guide describes how to install and configure the version 3.0 policy agent for IBM Lotus Domino

More information

IBM Tivoli Storage Manager for AIX Version Tivoli Monitoring for Tivoli Storage Manager

IBM Tivoli Storage Manager for AIX Version Tivoli Monitoring for Tivoli Storage Manager IBM Tioli Storage Manager for AIX Version 7.1.0 Tioli Monitoring for Tioli Storage Manager IBM Tioli Storage Manager for AIX Version 7.1.0 Tioli Monitoring for Tioli Storage Manager Note: Before using

More information

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.2 Fix Pack 2. User's Guide SC

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.2 Fix Pack 2. User's Guide SC IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.2 Fix Pack 2 User's Guide SC14-7485-02 IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.2 Fix Pack

More information

Artix Version Installation Guide: Java

Artix Version Installation Guide: Java Artix Version 5.6.4 Installation Guide: Java Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS,

More information

VisiBroker 8.5. Installation Guide

VisiBroker 8.5. Installation Guide VisiBroker 8.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2016. All rights reserved. VisiBroker contains

More information

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc.

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. WA2031 WebSphere Application Server 8.0 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Lecture # 2 Introduction to UNIX (Part 2)

Lecture # 2 Introduction to UNIX (Part 2) CS390 UNIX Programming Spring 2009 Page 1 Lecture # 2 Introduction to UNIX (Part 2) UNIX is case sensitive (lowercase, lowercase, lowercase) Logging in (Terminal Method) Two basic techniques: 1. Network

More information

IBM Spectrum Control Version Quick Installation Guide IBM SC

IBM Spectrum Control Version Quick Installation Guide IBM SC IBM Spectrum Control Version 5.2.10 Quick Installation Guide IBM SC27-6585-02 Note: Before using this information and the product it supports, read the information in Notices on page 27. This edition applies

More information

How To Uninstall Websphere Application Server 7 On Aix

How To Uninstall Websphere Application Server 7 On Aix How To Uninstall Websphere Application Server 7 On Aix IBM WebSphere Application Server Version 7.0 and WebSphere DMZ Secure for version 6.0 or 6.1 is unable to uninstall fix due to a ".pak.zip" file extension"

More information

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM Note: Before you use this information and the product it

More information

Inside WebSphere Application Server

Inside WebSphere Application Server Inside WebSphere Application Server The anatomy of WebSphere Application Server is quite detailed so, for now, let's briefly outline some of the more important parts. The following diagram shows the basic

More information

Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus. Installation Guide

Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus. Installation Guide Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 This document provides the procedure to install ITDS WebAdmin Tool into a Full WebSphere Application Server Network

More information

Integration Developer Version 7.0 Version 7.0. Installation Guide

Integration Developer Version 7.0 Version 7.0. Installation Guide Integration Developer Version 7.0 Version 7.0 Installation Guide Note Before using this information and the product it supports, be sure to read the general information under Notices on page 67. This edition

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Host Integration Server Agent vnext. User's Guide - Beta 1 Draft

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Host Integration Server Agent vnext. User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Host Integration Server Agent vnext User's Guide - Beta 1 Draft 6 IBM Tivoli Composite Application Manager for Microsoft

More information

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 This guide will help you download and install IBM Db2 software on Red Hat

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

Users, Groups and Permission in Linux

Users, Groups and Permission in Linux Users, Groups and Permission in Linux A small company is using Linux as the main operating and has hired you as a consultant. You completed a site walk through and also met with various individuals for

More information

User's Guide (revised)

User's Guide (revised) IBM Tivoli Monitoring: VIOS Premium Agent Version 6.2.2 Interim Feature 2 User's Guide (revised) SA23-2238-07 IBM Tivoli Monitoring: VIOS Premium Agent Version 6.2.2 Interim Feature 2 User's Guide (revised)

More information

IBM. Readme File for Fix Pack 2. IBM Dynamic Workload Console. Version 9.3.0

IBM. Readme File for Fix Pack 2. IBM Dynamic Workload Console. Version 9.3.0 IBM Dynamic Workload Console IBM Readme File for Fix Pack 2 Version 9.3.0 IBM Dynamic Workload Console IBM Readme File for Fix Pack 2 Version 9.3.0 Note Before using this information and the product it

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

IBM Operations Analytics - Predictive Insights Version Release Notes IBM

IBM Operations Analytics - Predictive Insights Version Release Notes IBM IBM Operations Analytics - Predictive Insights 1.3.6 Version 1.3.6 Release Notes IBM Note Before using this information and the product it supports, read the information in Notices on page 11. Copyright

More information

Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus Installation Guide

Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus Installation Guide Dell OpenManage Connection Version 3.0 for IBM Tivoli Netcool/OMNIbus Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

POM SP1 Patch 1

POM SP1 Patch 1 POM 3.1.1 SP1 Patch 1 File name Type Affected Version(s) Md5sum Dependency Service Interrupting Available for : POM3111Patch01.zip : Patch : Proactive Outreach Manager 3.1.1 SP1 : 118ffd516bfff31629a0fa65557fbc1b

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Netcool Agile Service Manager Version Installation, Administration and User Guide. 27 April 2018 IBM

Netcool Agile Service Manager Version Installation, Administration and User Guide. 27 April 2018 IBM Netcool Agile Service Manager Version 1.1.2 Installation, Administration and User Guide 27 April 2018 IBM Netcool Agile Service Manager Version 1.1.2 Installation, Administration and User Guide 27 April

More information

Best Practices for WebSphere Application Server Product Updates

Best Practices for WebSphere Application Server Product Updates IBM Software Group Best Practices for WebSphere Application Server Product Updates Joe Mertzlufft WebSphere Support Technical Exchange Agenda Overview of the update process Choosing and obtaining the correct

More information

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.1. User's Guide SC

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.1. User's Guide SC IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.1 User's Guide SC14-7485-00 IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI Version 7.1 User's Guide SC14-7485-00

More information

Micro Focus VisiBroker Installation Guide

Micro Focus VisiBroker Installation Guide Micro Focus VisiBroker 8.5.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018 All rights reserved. MICRO

More information

AutoForm plus R7.0.2 Release Notes

AutoForm plus R7.0.2 Release Notes 0 Release Notes AutoForm plus R7.0.2 Release Notes 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3 Download of Installation Files...3 Installation...3

More information

IBM Identity Manager Command Line Interface Adapter White paper

IBM Identity Manager Command Line Interface Adapter White paper IBM Identity Manager Command Line Interface Adapter White paper 9/4/2012 IBM First Edition (January 23, 2011) This edition applies to version 5.1 of Tivoli Identity Manager and to all subsequent releases

More information

RTC 502 and its Git adapter, Git and its prerequisite

RTC 502 and its Git adapter, Git and its prerequisite RTC 502 and its Git adapter, Git and its prerequisite software installation and setup guide In this doc, OS is RedHat Enterprise Server 6.4. Note: Why? Because open source software installation sometimes

More information

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI 7.2 Fix Pack 4. User's Guide IBM SC

IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI 7.2 Fix Pack 4. User's Guide IBM SC IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI 7.2 Fix Pack 4 User's Guide IBM SC14-7485-04 IBM Tivoli Monitoring for Virtual Environments Agent for VMware VI 7.2 Fix Pack 4 User's

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

IBM Network Performance Insight Document Revision R2E1. Configuring Network Performance Insight IBM

IBM Network Performance Insight Document Revision R2E1. Configuring Network Performance Insight IBM IBM Network Performance Insight 1.1.1 Document Revision R2E1 Configuring Network Performance Insight IBM Note Before you use this information and the product it supports, read the information in Notices

More information

IBM. Harshit Kumar Agrawal & Chethan Chandrashekar 3/5/2014

IBM. Harshit Kumar Agrawal & Chethan Chandrashekar 3/5/2014 IBM Installing and Configuring IBM Case Manager 5.2 with FileNet P8 5.2.0 on single server An in-depth guide for users to setup an IBM Case Management environment using CMPIT 5.2.0 on a single server.

More information

Passit4sure.C QA

Passit4sure.C QA Passit4sure.C2010-593.70.QA Number: C2010-593 Passing Score: 800 Time Limit: 120 min File Version: 5.1 http://www.gratisexam.com/ There is a huge amount of practice test questions - with clarifications

More information

IBM Rational Quality Manager 4.0. eggplant Adapter Installation Guide

IBM Rational Quality Manager 4.0. eggplant Adapter Installation Guide IBM Rational Quality Manager 4.0 eggplant Adapter Installation Guide Two components are required to run the eggplant Adaptor for IBM Rational Quality Manager The eggplant Plug-In must be installed on the

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 71. This edition

More information

IBM. Service Management Unite Automation Installation and Configuration Guide. System Automation for z/os. Version 4 Release 1 SC

IBM. Service Management Unite Automation Installation and Configuration Guide. System Automation for z/os. Version 4 Release 1 SC System Automation for z/os IBM Service Management Unite Automation Installation and Configuration Guide Version 4 Release 1 SC27-8747-00 System Automation for z/os IBM Service Management Unite Automation

More information

IBM Tivoli Netcool Service Quality Manager V4.1.1

IBM Tivoli Netcool Service Quality Manager V4.1.1 000-430 IBM Tivoli Netcool Service Quality Manager V4.1.1 Version: 3.0 QUESTION NO: 1 During the IBM Tivoli Netcool Service Quality Manager planning stages, which two standard options are available to

More information

IBM Tivoli Monitoring: CEC Base Agent Version Interim Feature 2. User's Guide SC

IBM Tivoli Monitoring: CEC Base Agent Version Interim Feature 2. User's Guide SC IBM Tivoli Monitoring: CEC Base Agent Version 6.2.2 Interim Feature 2 User's Guide SC23-5239-08 IBM Tivoli Monitoring: CEC Base Agent Version 6.2.2 Interim Feature 2 User's Guide SC23-5239-08 Note Before

More information

WebSphere Application Server V7: Centralized Installation Manager

WebSphere Application Server V7: Centralized Installation Manager Chapter 4 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Centralized Installation Manager (New in V7) The Centralized Installation

More information

vsphere SDK for Perl Installation Guide vsphere 4.0 EN

vsphere SDK for Perl Installation Guide vsphere 4.0 EN vsphere 4.0 EN-000141-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product updates.

More information

IBM. PDF file of IBM Knowledge Center topics. IBM Operations Analytics for z Systems. Version 2 Release 2

IBM. PDF file of IBM Knowledge Center topics. IBM Operations Analytics for z Systems. Version 2 Release 2 IBM Operations Analytics for z Systems IBM PDF file of IBM Knowledge Center topics Version 2 Release 2 IBM Operations Analytics for z Systems IBM PDF file of IBM Knowledge Center topics Version 2 Release

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Introduction to Linux. Fundamentals of Computer Science

Introduction to Linux. Fundamentals of Computer Science Introduction to Linux Fundamentals of Computer Science Outline Operating Systems Linux History Linux Architecture Logging in to Linux Command Format Linux Filesystem Directory and File Commands Wildcard

More information

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation BEAWebLogic Enterprise Security WebLogic Server v8.1 Installation Product Version: 4.2 Service Pack 2 Document Revised: October 27, 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved.

More information

Commands are in black

Commands are in black Starting From the Shell Prompt (Terminal) Commands are in black / +--------+---------+-------+---------+---------+------ +------ +------ +------ +------ +------ +-- Bin boot dev etc home media sbin bin

More information

IBM Exam C IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration Version: 7.

IBM Exam C IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration Version: 7. s@lm@n IBM Exam C9510-401 IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration Version: 7.0 [ Total Questions: 65 ] Question No : 1 A system administrator

More information

Upgrade to IBM Connections 6.0 CR2 from IBM Connections 6.0 CR1 and IFR1 With Connections Content Manager (CCM)

Upgrade to IBM Connections 6.0 CR2 from IBM Connections 6.0 CR1 and IFR1 With Connections Content Manager (CCM) Upgrade to IBM Connections 6.0 CR2 from IBM Connections 6.0 CR1 and IFR1 With Connections Content Manager (CCM) 6/25/2018 Page 1 6/25/2018 Page 2 Summary 1 Introduction... 4 2 Part Numbers & Fixes... 5

More information

Lotus Connections 2.5 Install

Lotus Connections 2.5 Install Copyright IBM Corporation All rights reserved Lotus Connections 2.5 Install Contact you local IBM Representative for more information IBM Corporation Page 1 of 108 The architecture used in this guide is

More information

IBM Tivoli Agentless Monitoring for Windows Operating Systems Version (Revised) User's Guide SC

IBM Tivoli Agentless Monitoring for Windows Operating Systems Version (Revised) User's Guide SC IBM Tivoli Agentless Monitoring for Windows Operating Systems Version 6.2.1 (Revised) User's Guide SC23-9765-01 IBM Tivoli Agentless Monitoring for Windows Operating Systems Version 6.2.1 (Revised) User's

More information

IBM System Networking Element Manager Upgrade Instructions. May

IBM System Networking Element Manager Upgrade Instructions. May IBM System Networking Element Manager 6.1.1 Upgrade Instructions May 2012 1 Overview This document provides instructions to upgrade the System Networking Element Manager Solution from version 6.1.0 to

More information

Topaz for Java Performance Installation Guide. Release 16.03

Topaz for Java Performance Installation Guide. Release 16.03 Topaz for Java Performance Installation Guide Release 16.03 ii Topaz for Java Performance Installation Guide Please direct questions about Topaz for Java Performance or comments on this document to: Topaz

More information

IBM Tivoli Monitoring: AIX Premium Agent Version User's Guide SA

IBM Tivoli Monitoring: AIX Premium Agent Version User's Guide SA Tioli IBM Tioli Monitoring: AIX Premium Agent Version 6.2.2.1 User's Guide SA23-2237-06 Tioli IBM Tioli Monitoring: AIX Premium Agent Version 6.2.2.1 User's Guide SA23-2237-06 Note Before using this information

More information

NETW 110 Lab 5 Creating and Assigning Users and Groups Page 1

NETW 110 Lab 5 Creating and Assigning Users and Groups Page 1 NETW 110 Lab 5 Creating and Assigning Users and Groups Page 1 Objective At the conclusion of this lab, the student will be able to add and delete users, create and assign users to groups, and assign users

More information

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Name: Lab Time: Grade: /10 Error Checking In this lab you will be writing a shell script to automate the installation

More information

MFM 4.2. Install Guide

MFM 4.2. Install Guide MFM 4.2 Install Guide Table of contents 1.System diagram... 4 2. MaxGauge For MySQL Install Information... 6 Install file information... 6 Port information... 6 Main Directory... 6 Software Start/End...

More information

IBM IBM Tivoli Composite Appl Mgr for WebSphere v6.0 Implement. Download Full Version :

IBM IBM Tivoli Composite Appl Mgr for WebSphere v6.0 Implement. Download Full Version : IBM 000-883 IBM Tivoli Composite Appl Mgr for WebSphere v6.0 Implement Download Full Version : https://killexams.com/pass4sure/exam-detail/000-883 D. the Message Dispatcher Answer: A QUESTION: 107 You

More information