Deploying ArcSight Platform and ESM on the Same Server
OpenText recommends that you install ArcSight Platform and ESM on different servers because this enables the use of ArcSight Platform high availability and provides the option to deploy additional capabilities in the future. However, if you plan to use only the ESM Command Center, you can install it on a single node on the same server where you installed ESM.
example-install-config-esm_cmd_center-single-node.yaml
sets the master-api-ssl-port to port 7443.To deploy on the same server:
-
Install ESM.
Always install ESM before you install the Platform. -
Add the ESM https port in iptables using the following commands.
- To find your active zones, use the following command:
-
To add the ESM port in iptables, use the following command. By default the port number is 8443, see Technical Requirements for ArcSight Platform 23.3.
firewall-cmd --zone=public --add-port=<port_number>/tcp --permanent
This step enables you to access ESM externally (outside the firewall). -
To reload the firewall so that the changes are applied, use the following command:
firewall-cmd --reload
firewall-cmd --get-active-zones
-
Continue with the Platform preparation and deployment.