OpManager Plus System Requirements
OpManager Plus System Requirements
Port Requirements
The following table summarizes the ports and protocols that OpManager Plus uses for
communication.
Central Server
Port Protocol Port Usage Direction Remarks
Type
Databases:
Dynamic ports change during each server startup based on the ports available in the system.
Note: OpManager uses ICMP for its initial discovery of devices. If your device does not support ICMP,
discovering it via 'Discovery Profile' is not possible. You will only be able to discover the device through
'Add Device' or 'CSV file' options.
• HTTP - 9090
• HTTPS - 8443
Database Requirements
The following table lists the basic requirements for your OpManager Plus database server.
PostgreSQL
Comes bundled with the product (PostgreSQL version 14.7).
For Remote PostgreSQL, OpManager Plus supports PostgreSQL versions 14.7 to 14.x.
Microsoft SQL
1. Supported versions:
SQL 2019 (from build 125379) | SQL 2017 | SQL 2016 | SQL 2014
2. Important Notices:
1. For production use 64 bit versions of SQL
2. Recovery mode should be set to SIMPLE.
3. SQL and OpManager Plus should be in the same LAN. Currently WAN based SQL
installations are not supported.
4. Developer edition of SQL Server is not supported.
3. Collation:
4. Authentication:
5. BCP:
The "bcp.exe" and "bcp.rll" must be available in the OpManager bin directory.
The BCP utility provided with Microsoft SQL Server is a command line utility that allows
you to import and export large amounts of data in and out of SQL server databases
quickly. The bcp.exe and bcp.rll will be available in the MSSQL installation directory. If
MSSQL is in a remote machine, copy bcp.exe and bcp.rll files and paste them in the
<\OpManager\bin> directory.
The SQL server version compliant with the SQL Native Client must be installed in the same
Server.
6. User-role requirement:
User Mapping - Map this login to "master" with database role ownership as "db_owner"
and "public".