Performing the installation
This section describes how to install MVMA on a 64-bit Windows operating system environment. To confirm that MVMA supports your Windows environment, see Operating environments.
Installing on a Windows platform
The IBM MQ Java environment must be loaded before running the Installer. Verify the IBM MQ Java environment is loaded with the following command: dspmqver -p2
Modify the output of the dspmqver command to a supported version of IBM MQ. Make sure that Name field says IBM MQ classes for Java and that the version is 9.2.0.0 or later (we recommend version 9.2.0 or later).
If the IBM MQ Java environment is not loaded, the following message is displayed:
Steps to install the application on Windows
- Navigate to the directory where the installation files are located.
- Change the directories to .\Disk1\InstData\Windows\VM.
- Run install.exe from the directory. A message is displayed indicating that the wizard is being prepared.
- On the Wizard introduction page, select Next to continue.
- Select one of the following installation sets based on your middleware administration infrastructure (IBM MQ, TIBCO EMS, or both), and then click Next:
Full Administration Install Set-IBM MQInstall Set-TIBCO EMS Install Set.
- Select one of the following installation sets based on your middleware administration infrastructure (IBM MQ, TIBCO EMS, or both), and then click Next:
- The installation that you choose reflects your middleware administration infrastructure (IBM MQ, TIBCO EMS or both). The subsequent installation steps reflect your choice.
- Read and accept the License Agreement that is displayed on the next Wizard page, and click Next.
- Set the installation destination. The default path is C:\BMC\MVMA. To accept the default path, click Next. To set an alternative path, click Choose. This opens the Windows file directory. Navigate to the desired installation directory, and click Next.
- Installing as part of an upgrade from version 9.1, click Choose to select the location of the existing installation and then click Next. Note the MVMA services must be stopped prior to upgrading. In addition, you cannot upgrade an existing installation of MVMA 9.0 or earlier.
If you selected the Full Administration Install Set or TIBCO EMS Install Set in step 4, now set the path name of the TIBCO EMS libraries, where the files should already be present. See the following example for setting the path.
{{code language="none"}}
C:\tibco\ems\
{{/code}}<version>{{code language="none" source="string:{{code language=~"none~"~}~}
\lib
{{/code~}~}"/}}{{/code}}, where <version> is the EMS version; for example C:\tibco\ems\8.6\lib
9. Click Install. Installation progress is displayed on screen.
10. When the Install Complete page is displayed, click Done to exit the wizard.
Installing on a Linux platform
This section describes how to install MVMA on Linux, via a Console or GUI.
Installing in console mode on Linux
MVMAcan be installed in a supported Linux operating system. Refer to Operating-environments to confirm that your Linux environment matches those supported by MVMA
Steps to install the application on Linux using console mode
- In a console, navigate to the directory where the installation files are located.
- Run the command ./Disk1/InstData/Linux/VM/install.bin –i consoleA console opens to inform you that the installer is being launched.
- On the license screen, read the license terms and press Enter.
- Read the remaining information and enter Y to accept the licensing terms.
- Select an Install folder for the application files.
- Press Enter to accept the default path; /opt/BMC/MVMA
- Type in an alternative application file location that fits your installation. If you are upgrading from version 8.x, choose the location of the existing installation. Note that MVMA services must be stopped prior to upgrading.
If TIBCO EMS support is included in your installation, enter a destination folder where EMS files are stored (example: /opt/tibco/ems/<version>/lib, where <version> is the EMS version; for example /opt/tibco/ems/8.6/lib). Press Enter.
- Review the pre-installation summary and press Enter.
The installation is completed but you must perform the procedures in Starting-services-after-installation and Accessing-MainView-Middleware-Administrator-after-installation before you can access MVMA.
To install the application on Linux using the silent option
Installing MVMA in silent mode requires an installer response file, which you must have recorded during a prior installation of MVMA in console mode (see the previous procedure) or created manually.
Here is an example of an installer response file:
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
#Choose Install Set
#------------------
CHOSEN_FEATURE_LIST=WMQFeat
CHOSEN_INSTALL_FEATURE_LIST=WMQFeat
CHOSEN_INSTALL_SET=WMQSet
#Choose Install Folder
#---------------------
USER_INSTALL_DIR=/opt/BMC/MVMA
#Install
#-------
-fileOverwrite_/home/tsma/test/MVMA9200/Uninstall/resource/iawin64_x64.dll=Yes
-fileOverwrite_/home/tsma/test/MVMA9200/Uninstall/Uninstall.lax=Yes
-fileOverwrite_/home/tsma/test/MVMA9200/Documentation/ReleaseNotes.pdf=Yes
-fileOverwrite_/home/tsma/test/MVMA9200/admin-jre-linux-x86-64-dist.tar.gz=Yes
- In a console, navigate to the directory where the installation files are located.
- Run the command ./Disk1/InstData/Linux/VM/install.bin –i silent -f <full_path_to_installer_response_file>
where <full_path_to_installer_response_file> is the fully qualified path to the installer response file (for example, /tmp/installer.properties) - Wait until the installation is completed.
- Verify from the installation log files created in the MVMA installation directory that the installation has completed successfully.
Installing with a GUI on Linux
To install the application to Linux in a GUI environment, follow the instructions below. Refer to Operating Environments to confirm that your Linux environment matches those supported by MVMA.
Steps to install the application on Linux using the installation wizard
- Log in as the MainView Middleware Administrator user.
- Navigate to the directory where the installation files are located.
- Change the directories to ./Disk1/InstData/Linux/VM.
- Run install.bin from the directory.
A dialog box is displayed indicating that the wizard is being prepared. - On the Wizard introduction page, select Next.
- Select the required Install set from Full Administration Install Set, IBM MQ Install Set or TIBCO EMS Install Set.
The installation that you choose reflects your middleware administration infrastructure (IBM MQ, TIBCO EMS or both). Depending on the set selected, the specific installation steps required reflect that choice. - Accept the License Agreement that is displayed in the next Wizard screen. Select Next to continue.
- Set the installation destination (path). The default path is: /opt/BMC/MVMA
- To accept the default path, select Next.
- If you are upgrading from version 8.x, click Choose to select the location of the existing installation and then click Next. Note that the MVMA services must be stopped prior to upgrading.
- To set an alternative path, select Choose. This opens the file system browser. Navigate to the required installation directory, and select Next.
If you select a Full Administration Installation or the TIBCO EMS Installation Set in Step 5, set the TIBCO EMS libraries path. The files should already be present. See the following example for setting the path.
/opt/tibco/ems/<version>/lib, where <version> is the EMS version; for example /opt/tibco/ems/8.6/lib- Click Install. Installation progress is displayed on the graphical wizard.
- When the Install Complete page is displayed, click Done to exit the wizard.
You can now start the MVMA service. See Starting-services-after-installation.