Technical bulletin — Announcing Azul 8 Java support for TrueSight Operations Management
The TrueSight Operations Management products can now be configured to use Azul 8 Java. You can download the Azul 8 Java files from FTP:
FTP link to download the patch (ftp://ftp.bmc.com/pub/TSOM/PATCHES/11.0FP3/Azul8)
Azul 8 Java is supported on the following components:
- TrueSight Presentation Server - Only 64-bit
- TrueSight Infrastructure Management - Only 64-bit
- Integration Services - 32-bit and 64-bit
The Azul script performs the following tasks:
- Stops the relevant component.
- Takes a backup of the Oracle JRE.
- Replaces the Oracle JRE with the Azul JRE.
- Starts the services (Windows) or processes (Linux) for the relevant component.
Prerequisites
Ensure that:
- The product home environment variable is set.
- The user who installed the product runs the Azul script.
- If you are using the PATROL Agent to monitor a server component on the same computer where you are running the Azul script, stop the PATROL Agent before you run the script.
To run the script in a standalone environment
Do the following:
- Depending on your component and the operating system, obtain the Azul 32-bit or 64-bit directories from the FTP site.
- Unzip (Windows) or gunzip and untar (Linux) the Azul directory.
Use one of the following commands to run the Azul script depending on your component and operating system:
- When the script asks for confirmation to restart the component, type y to continue.
- When asked, enter the directory path where the Azul JRE is located. For example, c:\azul8.
The script replaces the Oracle JRE with the Azul JRE and starts the services or processes for the relevant component. - Verify that your TrueSight Operations Management component is up and running.
To verify the changes, run the (Windows) java.exe -version or (Linux) ./java -version command from the appropriate directory in the following table:
If you face an error while running the script, see To troubleshoot Azul script issues.
To run the Azul script in a high-availability environment
- Copy Azul JRE 64-bit or 32-bit on every computer in the high-availability environment.
- Stop the standby node.
- On the primary node, unzip (Windows) or gunzip and untar (Linux) the Azul directory.
Use one of the following commands to run the Azul script depending on your component and operating system:
- When the script asks for confirmation to restart the component, type y to continue.
- When asked, enter the directory path where the Azul JRE is located. For example, c:\azul8.
The script replaces the Oracle JRE with the Azul JRE and starts the services or processes for the relevant component. - Verify that your TrueSight Operations Management component is up and running.
To verify the changes, run (Windows) java.exe -version or (Linux) ./java -version command from the appropriate directory in the following table:
- Wait till the primary node is active, and perform steps 3 to 8 on the standby node.
If you face an error while running the script, see To troubleshoot Azul script issues.
To troubleshoot Azul script issues
This section provides information about the solutions for some issues that you might face while using the Azul script.
Issue: The Oracle backup folder is not created.
This issue might occur because of any of the following reasons:
- The JRE folder is open.
- The computer does not have enough disk space.
Solution
Do the following and run the script again:
- Close the JRE folder and all command prompt windows.
- (Windows) Go to the Task Manager and ensure that all Java processes are closed.
- Ensure that there is enough disk space on the computer where you are running the script.
To restore the backed up Oracle JRE
If the Azul script runs into an error and cannot create the Azul JRE folder, do the following to restore the Oracle JRE:
- Stop all services or processes if they are running.
- Take a backup of the current JRE folder.
- Rename the jre_oracle_* folder as jre.
For Integration Services, repeat this step for the jre32 folder. - Start the services and processes.