Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Load Balancing for the Gateway Server
When you install multiple OMi gateway servers, OMi can utilize external load balancing mechanisms to help ensure the even distribution of processing and communication activities across the network. This is particularly important in cases of high load, to avoid overwhelming any single server.
Note HPE recommends installing OMi behind a load balancer or reverse proxy. This enables additional security options and can simplify disaster recovery and upgrade procedures.

-
Create two virtual host names. The virtual host name must be a fully qualified domain name (FQDN), in the format
<servername>.<domainname>
. This requirement is necessary to support Lightweight Single Sign On (LW-SSO) authentication.The first host name is for accessing the OMi website on the gateway server. This URL can be distributed to OMi users. The second host name is for the data collectors to access the gateway server. This URL must be used when configuring data collectors to communicate with OMi.
Alternatively, create one virtual hostname and assign two ports to route the user and data traffic to OMi.
-
Enter the relevant load balancer host names in the infrastructure settings for the virtual servers. To do so, select:
Administration > Setup and Maintenance > Infrastructure Settings
Alternatively, click Infrastructure Settings.
Choose Foundations, select Platform Administration - Host Configuration table:
- Default Virtual Gateway Server for Application Users URL. Virtual host name for the OMi website. The gateway server you are working on must be able to resolve this virtual IP address. This means that nslookup for the virtual host name for the application users should return name and IP address when executed on this gateway server.
- Default Virtual Gateway Server for Data Collectors URL. Virtual host name for data collectors. All data collectors must be able to resolve this virtual IP address. This means that nslookup for the virtual host name for the data collectors should return name and IP address when executed on data collector server.
-
In the Reverse Proxy Configuration table, set the following parameters:
-
Enable Reverse Proxy. Set this parameter to true.
-
HTTP Reverse Proxy IPs. Add the internal IP addresses of the load balancers to this setting.
-
If the IP address of the load balancer sending the HTTP/S request is included, the URL returned to the client is either the Default Virtual Server URL or the Local Virtual Server URL (when defined).
-
If no IP addresses are defined for this parameter (not recommended), OMi works in Generic Mode. This means that you will only be able to log into OMi using the Virtual URL and not directly to the gateway.
Note If your load balancer and OMi gateway servers are not in the same domain, you must add the IP of the reverse proxy to the HTTP Reverse Proxy IPs parameter. For more details, see LW-SSO configuration for multi-domain and nested domain installations.
-
To determine the internal IP of your load balancer:
-
Log in to OMi through the load balancer.
-
On the gateway server, open the following log file:
<OMi_HOME>/log/jboss/UserActions.servlets.log
-
The IP that appears in the latest log-in line in this log is the internal load balancer IP. The entry should have your user name.
-
-
After changing the reverse proxy settings, restart the OMi service on the gateway and data processing servers.
Note If your load balancer allows you to choose between Full-NAT (SNAT) and Half-NAT topologies, choose Full-NAT. If the load balancer and the gateway server are on the same subnet, SNAT must be enabled so that they can communicate.
-
Configure the load balancer for data collector access.
All data collectors must be able to access the virtual IP of the load balancer. Use the standard settings for the load balancer, but set the following:
-
Set persistence to IP based stickiness or Destination Address Affinity (depending on the load balancer). If neither of these options are available and the choice is between Cookie based stickiness and stickiness by session enabled, then HPE recommends trying stickiness by session enabled.
-
The load balancing method should be sticky.
-
Use the following KeepAlive URL:
-
Send String: GET /ext/mod_mdrv_wrap.dll?type=test
-
Receive String: Web Data Entry is up
Note If your OMi environment includes a firewall between the load balancer and the gateway server, and you are using the KeepAlive URL, make sure to open the port used to access the UI (usually port 80 or port 443).
-
-
Configure the load balancer for BBC channel on port 383.
-
Port 383 needs to be open in both directions, meaning from the data collector through the load balancer to the gateway server, and from the gateway and data processing servers (not necessarily through the load balancer) to the data collectors. In this case, the data collector is any connection sending data on port 383, for example the Operations Agent, another instance of OMi, or the OpsCx.
-
The load balancing method should be “sticky session by IP address” for port 383.
-
Traffic on port 383 should be passed through on network layer 4 (not layer 7, no TLS offloading on the load balancer).
With layer 7 balancing, the load balancer must do certificate validation. For details, see Hardening.
- The load balancer's data connector address used for load balancing must be reachable and resolvable from all the OMi servers (gateway and data processing server ) as well.
-
-
-
Configure the load balancer for user access.
-
Use the standard settings for the load balancer, but set persistence to stickiness by session enabled or Destination Address Affinity (depending on the load balancer). If neither of these options are available and the choice is between Cookie based stickiness and IP based stickiness, then HPE recommends trying IP based stickiness. If this is not done properly, you may experience intermittent user interface failures.
-
Use the following KeepAlive URL:
-
Send String: GET /topaz/topaz_api/loadBalancerVerify_centers.jsp
-
Receive String: Success
-
-

-
OMi supports hardware and virtual appliance-based load balancers. A hardware load balancer solution is preferred for performance reasons. All load balancers must be able to configure sticky session for users and being able to configure URL based health monitors.
-
If you use two load balancers for failover, you must ensure that you configure the hostnames of both load balancers on the DNS server machine. You can then specify the machine name, hostname’s FQDN, or URL of either load balancer when this information is required for the data collectors, or in the browser to open the OMi site.
-
If two gateway servers are installed into different drive paths, for example, one was installed onto the C:\ drive and the other onto the E:\ drive, OMi may not be able to be accessed.
Workaround: Create a duplicate path on the C:\ drive by copying
E:\<OMi_HOME>\conf\settings
toC:\<OMi_HOME>\conf\settings
. -
If you use two load balancers for failover, and the load balancers each work with more than one server type, you should define a unique virtual hostname on each load balancer for each server type, map the virtual hostnames to the actual hostnames of the corresponding servers, and ensure that you configure all the virtual hostnames on the DNS server machine. You can then specify either of the relevant virtual hostnames for each data collector, or in the browser to open the OMi site.
-
When a load balancer or reverse proxy is configured, ensure that it can be reached from all OMi servers (gateway and data processing servers) with the virtual addresses specified for the connections.
-
If you want to configure load balancing with SSL Offloading (TLS terminating on load balancer/reverse proxy), make sure that the header
X-Forwarded-Proto:https
is also specified in your load balancer or reverse proxy. Additionally, a redirect rule might be needed to channel http requests to https.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: