Creating an Edge Gateway

You can create one or more Edge Gateways by running the Edge Gateway installer and using the pairing information that you generated from the General settings > Connections > Edge gateway page in IBM Security IBM Security QRadar® Suite Software.

You must have the pairing information as described in Pairing the IBM Security QRadar Suite Software account with Edge Gateway, either in a file or in your clipboard.

This procedure requires the use of sudo and you must log in as the appadmin user.

To create an Edge Gateway, open the system console and run the following command:
sudo manageAppHost install <arguments>
If you have the pairing information in your clipboard, you are prompted for it by default. If you have the pairing information in a file, add the -p option:
-p <path_to>/<file_name>
The installation automatically searches for a certificate to trust. If a certificate is not available and you have a certificate in PEM format, add the -c option:
-c <path_to_certificate>
If you require proxy authentication, make sure that the system hosting Edge Gateway is configured to use a proxy as described in Configure proxy authentication. If it is configured, you can add the --proxy options.
--http-proxy-url <URL>:<port> --http-proxy-user <username>
If the Edge Gateway needs to access services whose host names are not in the network Domain Name Server, you can add the host name to the server hosting the Edge Gateway as follows. The <IP_address> is the address of the server that you want to access, and <hostname> is the name of the server. If a server has multiple names, you can add each name using --hostname as shown in the following command:
manageAppHost dns --set --ip <IP_address> --hostname <hostname> --hostname <hostname>
Note: You can use the --show option to see the defined host names and the --clear option to remove a host name previously set with the manageAppHost command.

You can create multiple Edge Gateways. One system hosting multiple Edge Gateways can pair Edge Gateway to multiple IBM Security QRadar Suite Software accounts. However, a single Edge Gateway can be paired to a single IBM Security QRadar Suite Software account only.