If you are using BlueCat Gateway with multiple BAM servers, you can configure Gateway to display a
drop-down menu of BAM servers on the login page.
To use Gateway with multiple BAM
servers:
-
Execute the following docker run command for the initial setup of the
container. In this step, you must set the BAM IP as an
environment variable.
docker run -d -p 80:8000 -p 443:44300 -v <mounted_data_directory>:/
bluecat_gateway/ -v <mounted_log_directory>:/logs/ -e BAM_IP=<your bam ip>
--name bluecat_gateway quay.io/bluecat/gateway:18.10.2
-
Log in to BlueCat Gateway.
-
From the General Configuration Workflow page, enter the
necessary BAM IPs and aliases, then click
Save.
-
Log out of BlueCat Gateway.
-
Stop the docker container by running the following command:
docker stop bluecat_gateway
-
Remove the docker container by running the following command:
docker rm bluecat_gateway
-
Execute the docker run command again. This time omit the environment
variable.
docker run -d -p 80:8000 -p 443:44300 -v <mounted_data_directory>:/
bluecat_gateway/ -v <mounted_log_directory>:/logs/ --name bluecat_gateway quay.io/bluecat/gateway:18.10.2
-
From your browser, connect to BlueCat Gateway. On the login
page, you can select a BAM server from the BAM
Selection drop-down menu.