Creating a Static Reflector and Group
Static Reflector Groups are Failover Groups. Each Static Reflector must exist inside a Static Reflector Group. Only one Static Reflector in a Group may be active. All other Static Reflectors in the Group remain Standby mode waiting to take over if the active Static Reflector cannot be reached.
To create a Static Reflector Group
1. Navigate to Settings > Static Reflectors.
The Static Reflectors page opens displaying a list of all current Static Reflector Groups.
2. Click the Add + icon in the bottom right corner, and then click Create Static Reflector Group.
ICE generates the command to run in ICE Agent to create the Static Reflector Group.
./agent external \
--server https:// [Your ICE Server FQDN or IP: Port] \
reflector
The highlighted section already contains your server information.
3. Select the Clipboard icon to copy the command.
4. Open ICE Agent on the host.
5. Paste and execute the command.
6. Complete any required prompts.
The new Static Reflector Group appears in the Settings > Static Reflectors page and is ready for the addition of Static Reflectors.
To create a Static Reflector
1. Navigate to Settings > Static Reflectors.
The Static Reflectors page opens displaying a list of all current Static Reflector Groups.
2. In the Group to host Static Reflector, click Add server.
ICE generates the command to run in ICE Agent to create the Static Reflector.
./agent external \
--server https://[Your ICE Server FQDN or IP: Port] \
--group 73O \
Reflector
The highlighted section already contains your server information.
3. Select the Clipboard icon to copy the command.
4. Open ICE Agent on the host.
5. Paste and execute the command.
6. ICE Agent may prompt you for the following information:
A. Choose a network interface: interface
B. Log in using: Login method.
C. Enter ICE admin username (SSO logins not supported): name@domain.ext
D. Enter ICE Server password: ****
E. Server name: Name the Server
F. Server description: Describe the Server
7. The new Static Reflector appears in the Static Reflector Group.