Installing BMC AMI Console Management for zEnterprise
You can install BMC AMI Console Management using the following steps.
Download the BMC AMI Console Management installer package from BMC Software’s Electronic Product Distribution site.
Download and install the latest Oracle Java release. BMC AMI Console Management requires Java 1.6_20 or later before installation. To install Java:
Copy the Java installer package to the BMC AMI Console Management server box using WinSCP or another binary file transfer method. Place the file in a directory such as, /usr/iocinst
Use the RPM install command rpm -i jdk-6unn-linux-vvv.rpmwhere nn is the release number, and vvv indicates 32-bit or 64-bit Java.
Copy the installer package to the BMC AMI Console Management server box using WinSCP or another binary file transfer method. Place the file in a directory, such as /usr/iocinst. The installer package will be a compressed tar format Linux archive with the name format BMC-MVCM-nnn.tgz where n.nn is the BMC AMI Console Management master version number.
Use ssh (or Putty) and login to the BMC AMI Console Management box as root. Change directories to /usr/iocinst. Execute the ls command and you should see the BMC-AMI-Console-Management-nn-nn.tgz file. Unpack the installer package using the commandtar xvf BMC-MVCM-n.nn.tgz
which will create a subdirectory named MVCM-nn (eg. 'MVCM-32').
Change directory into the MVCM-nn subdirectory. This directory will contain the installer scripts install.sh and doinstall.sh.
Run run-me-first.sh. Review the output from the run-me-first.sh script. If there are any errors, resolve the errors before you install BMC AMI Console Management. Contact BMC Support Central if you have any questions.
To start the install and monitor the progress, use the command./install.sh A successful install will end with a prompt to reboot the server.
Reboot the Linux server from the command line using the command reboot.