V4.2.0.9.3 Deployment

About Applying This Patch

How do I Know if I Need This Patch?

You must apply this patch if your current version is V4.2.0.9.0 through V4.2.0.9.2, and you are using one or more of the following modules or features:

  • Risk Based Inspection - RBI 580 and RBI 581
  • Root Cause Analysis
  • Search

For details, refer to the release notes for this patch.

Applying V4.2.0.9.3

To apply this patch, complete the following steps:

  1. Apply this patch to all instances of the Meridium APM Application Server (both dedicated and supporting).
  2. Apply this patch to mobile devices using an iOS, Android, or Windows operating system by following the standard documentation for installing the GE Digital APM mobile application.

The files that you need to apply this patch are included in the V4.2.0.9.3 distribution package.

Apply This Patch To Meridium Enterprise APM Server Instances

Procedure

  1. Restart the machine containing the Meridium Enterprise APM Server instance that you want to upgrade.
  2. On the same machine, stop all Meridium Enterprise APM services and the Redis service. To do so:
    1. Access Task Manager, and then, on the Windows Task Manager window, select the Services tab.
      The Services section appears.
    2. Select the heading of the Description column.
      The services are organized alphabetically according to their descriptions.
    3. For each service whose description begins with Meridium and whose status is Running, right-click the service, and then select Stop Service.
      All Meridium Enterprise APM services are stopped.
    4. Right-click the service whose description is Redis, and then select Stop Service.
      The Redis service is stopped.
  3. On the same machine, access the Meridium Enterprise APM distribution package, and then navigate to the folder Setup\Meridium APM Server and Add-ons.
  4. Open the file Setup.exe.
    A message appears, asking if you want to allow the installer to make changes to your machine.
  5. Select Yes.
    The Meridium APM Server and Add-ons installer appears, displaying the Preparing Setup screen. When the setup is prepared, a message appears, asking if you want to upgrade your Meridium Enterprise APM Server.
  6. Select Yes.
    The Setup Status screen appears, displaying a progress bar. When the installation is complete, the Maintenance Complete screen appears.

  7. If prompted to restart your computer, accept the selection Yes, I want to restart my computer now, and then select Finish.

    Otherwise, select Finish to open the APM System Administration tool. As needed, manage each of the configuration files present, and then select Exit.

Install the Meridium Enterprise APM Mobile Application on an iOS Device

Meridium Enterprise provides an iOS app, but there are specific steps that must be taken for an organization to install the Meridium Enterprise APM mobile application on iOS devices.

Before You Begin

Before the application can be installed, an Apple developer's license must be purchased.

Procedure

  1. Contact Meridium Inc. to receive the application distribution package.
  2. After you receive the Meridium Enterprise APM distribution package containing the .ipa application archive file that stores the iOS application, you must sign the application using the production certificate, private key, app identifier, and distribution provisioning profile created through the https://developer.apple.com/programs/enterprise/.
  3. Optional: If your organization does not use mobile device management, complete the following steps to distribute the application within your organization:
    1. In Notepad or a similar text editor, copy and paste the following text:
      <?xml version="1.0" encoding="UTF - 8"?>
      <!DOCTYPE plist PUBLIC " -//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
      	<key>items</key>
      	<array>
      		<dict>
      			<key>assets</key>
      			<array>
      				<dict>
      					<key>kind</key>
      					<string>software-package</string>
      					<key>url</key>
      					<string>https://<your_server_url>/Meridium.ipa</string>
      				</dict>
      			</array>
      			<key>metadata</key>
      			<dict>
      				<key>bundle-identifier</key>
      				<string><your_application_identifier></string>
      				<key>kind</key>
      				<string>software</string>
      				<key>title</key>
      				<string>Meridium</string>
      			</dict>
      		</dict>
      	</array>
      </dict>
      </plist>
    2. Replace <your_server_url> with the URL of your server.
    3. Replace <your_application_identifier> with an identifier for your application.
    4. Save the file as Meridium.plist, and then close the file.
      The .plist file is created. When you configure a distribution page for your application, link to this file.
    5. In the web page from which you want to distribute the application within your organization, add an anchor tag with an href pointing to the installation file, as shown in the following example:
      <a href="itms-services://?action=download-manifest&url=https://my.company.com/Meridium.plist">Install Meridium Enterprise APM</a>

    You can use the link you configured to distribute the application within your organization.

Install the Meridium Enterprise APM Mobile Application on an Android Device

Meridium Enterprise provides an Android app, but there are specific steps that must be taken for an organization to install the Meridium Enterprise APM mobile application on Android devices.

Procedure

  1. Contact Meridium Inc. to receive the application distribution package.
  2. In the distribution package, download the .apk file.
  3. Optional: If your organization does not use mobile device management, in the web page from which you want to distribute the application within your organization, add an anchor tag with an href pointing to the installation file, as shown in the following example:
    <a href="my.company.com/Meridium.apk">Install Meridium Enterprise APM</a>

    You can use the link you configured to distribute the application within your organization.

Install the Meridium Enterprise APM Mobile Application on a Windows Device

Procedure

  1. Navigate to C:\Program Files\Meridium\ApplicationServer\distribution\ to obtain the .zip file containing the Meridium Enterprise APM mobile application installation files.
  2. On the device on which you want to install the Meridium Enterprise APM mobile application, extract the content of the .zip file to a local folder.
  3. In the folder into which you extracted the .zip file content, right-click Install.bat, and then select Run as an Administrator.
    Note: If you are using a touch-screen device, press and hold Install.bat, and then select Run as an Administrator.
    The Meridium Enterprise APM mobile application is installed on the Windows device for all current and future Windows user accounts.
  4. Optional: To cancel future installations of or uninstall the Meridium Enterprise APM mobile application, in the folder into which you extracted the .zip file content, right-click Uninstall.bat, and then select Run as an Administrator.
    Note: If you are using a touch-screen device, press and hold Uninstall.bat, and then select Run as an Administrator.
    The Meridium Enterprise APM mobile application is uninstalled for the Windows user account that is currently logged in, and installations for future Windows user accounts are canceled.