You can use these procedures to install Performance Manager on a Linux operating system.
If you do not have the rpm-build software on your system and choose to continue the installation, you can use the following command to determine the level of Performance Manager on your system:
grep -E "^ibmmdmpm\|" ~root/vpd.properties
mkdir /cdrom
mount -o ro /dev/cdrom /cdrom
cd /cdrom/LINUX
The installation program (installer) provides a default installation location (/opt/IBM/mdm/pm) for the component. You can override this location by using the installer browse function. When you click Next, the installer analyzes the available space for the location you provide. If there is not enough space, you will not be able to proceed to the next panel in the installation process.
twgstop
<WAS_dest-path>/bin/stopServer.sh server1 -username <username> -password <password>where:
<WAS_dest-path> is the destination path,where IBM WebSphere Application Server Version 5 was installed.
<username> is the name of the WebSphere Application Server authentication user.
<password> is the password of the WebSphere Application Server authentication user.
![]() | Note: If WebSphere Application Server was installed as part of
the Multiple Device Manager installation:
|
<HTTPServer_dest-path>/bin/adminctl stop
where:
<HTTPServer_dest-path>- is the destination path where IBM HTTP Server 1.3.28 was installed.
<HTTPServer_dest-path>/bin/apachectl stop
where:
<HTTPServer_dest-path> is the destination path where IBM HTTP Server 1.3.28 was installed.
![]() | Note: Do not interrupt the program by abnormal methods (such as the CTRL-C key sequence, closing the application windows, or shutting down the power source) during the installation process. An interruption caused by something other than clicking the Cancel button in the application window can have unpredictable effects on the system. |
Perform the following steps to install Performance Manager:
./launchpad_linuxThis command starts the Performance Manager LaunchPad, which is a small graphic program that launches the installation setup program.
The Performance Manager installation program should start within 15 - 30 seconds.
![]() | Note: The LaunchPad window remains open behind the installation wizard so that you can access product information during the installation process. Click Exit if you want to close the LaunchPad. |
Initializing InstallShield Wizard... Preparing Java (tm) Virtual Machine ............................. . ......................................................
Select I accept the terms of the license agreement , and then click Next to accept the license agreement.
Otherwise, keep the selection I do not accept the terms of the license agreement (the default), and click Cancel to exit the installation.
![]() | Note: If you want to reinstall the product, this window is skipped. |
This option installs both Performance Manager server and client extensions, including all the following product features, on a system where you have installed both IBM Director Server 4.12 or greater and Multiple Device Manager Server:
![]() | Notes:
|
This option installs the client product features on a system where you have installed IBM Director Console 4.12 or greater and, partially, Multiple Device Manager Console. The client product features selection is described in the next window.
![]() | Note: If you select the Performance Manager Client option on a system where you have installed both IBM Director Server and Multiple Device Manager Server, an error message is displayed in the Checking Prerequisite Products window; and the installation program stops. |
Select an option, and then click Next to continue with the installation. If you want to exit the installation program, click Cancel.
![]() | Note: This window is skipped in the following cases:
|
You can select one or more of the following features:
This feature must be selected if you want to install the Performance Manager console extensions (or Performance Manager Console) on a system where both IBM Director Console 4.12 or greater and the Multiple Device Manager Console are installed.
This feature must be selected if you want to install the Performance Manager command-line client (or Performance Manager CLI Client).
If you have previously installed one Performance Manager client feature (for example, Director Console Extensions), you will be given the opportunity to add additional features to the current installation or to reinstall the selected features. These already installed features are marked as (installed) (in our example, Director Console Extension (installed)).
![]() | Note: If you want to reinstall the Performance Manager client on a system where the Performance Manager client was previously installed with all clients, this window is skipped. |
After you select the desired features (one or more), click Next to continue with the program installation; or click Cancel to exit the installation program.
If the required products are installed, the installation program continues, skipping the next step.
Otherwise, the results are displayed in the Checking Prerequisite Products window (next step).
Click Cancel to exit the Performance Manager installation program.
Click Next to continue with the installation, click Back to review what you previously selected or click Cancel to exit the installation program.
If you selected Performance Manager Server, the Select Database window opens. You must select the type of database want you to be dedicated to the Performance Manager server from the following options:
Click Next to continue with the installation, click Back to review what you previously selected, or click Cancel to exit the installation program.
![]() | Note: The database name must be unique to Performance Manager. You cannot share the Performance Manager database with any other applications. |
Click Next to continue with the installation, click Back to review what you previously selected, or click Cancel to exit the installation program.
If you chose to use an existing database in the advanced install path, you will see the Select Existing Database window. Select a database from the list of the existing databases.
If you want to create other tables in the selected database, select the "Drop the tables, if existing, and create new tables" check box.
After completing all of the fields, click Next to continue with the installation. You can click Back to review what you previous selected or click Cancel to exit the installation program.
Click Install to continue with the installation, click Back to review what you previously selected, or click Cancel to exit the installation program.
A progress bar indicates the status of creating the database. You can click Cancel to exit the installation wizard.
![]() | Note: If you click Cancel, a window opens asking you to confirm the cancellation of the installation wizard, for example: Cancel the current operation? Yes No. If you confirm the cancellation by clicking Yes, the information you entered or selected in previous windows is not saved. You must start the installation again from the first step. |
An error message is displayed indicating the cause of the errors that occurred during the creation of the database. See the log file for details. The most frequent source of failure is naming a preexistent database. If this is the case, click Back to select another database name to create or to select an existing database. Alternatively, click Cancel to exit the installation wizard.
A progress bar indicates the status of creating the database objects. You can click Cancel to exit the installation wizard.
![]() | Note: If you click Cancel, a window opens asking you to confirm the cancellation of the installation wizard, for example: Cancel the current operation? Yes No. If you confirm the cancellation by clicking Yes, the information you entered or selected in previous windows is not saved. You must start the installation again from the first step. |
This phase of the installation usually takes less than 5 minutes, depending on the configuration of your machine. You can click Cancel to exit the installation wizard.
![]() | Note: If you click Cancel, a window opens asking you to confirm the cancellation of the installation wizard, for example: Cancel the current operation? Yes No. If you confirm the cancellation by clicking Yes, the information you entered or selected in previous windows is not saved. You must start the installation again from the first step. |
xxx/logs/dmlog.txt
where:
xxx is the destination directory where the Performance Manager server or client was installed.
The pmlog.txt file contains a trace of the installation actions.
Click Finish to exit the installation wizard.
twgstart
<WAS_dest-path>/bin/startServer.sh server1
where:
<WAS_dest-path> is the destination path where the IBM WebSphere Application Server was installed. If it was installed by MDM, the default destination path is as follows:
/opt/IBM/mdm/Websphere/AppServer
<httpServer_dest-path>/bin/apachectl start
where:
<httpServer_dest-path> is the destination path where the IBM HTTP Server was installed. If it was installed by MDM, the default destination path is as follows:
/opt/IBM/mdm/IBMHTTPServer
<httpServer_dest-path>/bin/adminctl start
where:
<httpServer_dest-path> is the destination path where the IBM HTTP Server was installed. If it was installed by MDM, the default destination path is as follows:
/opt/IBM/mdm/IBMHTTPServer
twgcon
If you can successfully log on to the IBM Director, expand the Multiple Device Manager task, and see the Manage Performance task, Performance Manager is properly installed.
You can continue with the post installation tasks for Performance Manager using the procedures in the section titled: Configuring.
You can also see the post installation tasks by clicking Post installation tasks on the LaunchPad window.
If you want to do SAN Volume Controller Performance Data Collection, you will need to create an SSH key pair. Perform the following steps to create an SSH key pair:
ssh-keygen -t rsa
Accept the default key location by pressing enter without entering a different location.
When prompted for a passphrase, press enter without typing anything for an empty passphrase.
Press enter again to confirm the empty passphrase.
The key pair will be generated and stored in files called id_rsa and id_rsa.pub.
![]() | Attention: If you do not do store the SSH public key on the SAN Volume Controller cluster, the Performance Manager cannot connect to the cluster. |