Ok. Started.
Ubuntu version : Ubuntu 14.04.4 LTS
Gluu version : gluu-server-2.4.3
```
hostname :
server1 - gluu1
server2 - gluu2
```
/etc/hosts : on both servers one
```
127.0.0.1 localhost
172.32.29.162 gluu1
172.32.20.238 gluu2
```
IP adreses in private network.
Both servers installed with default options, only Shibboleth added. Second server installed with "scripted" - I'm use setup.properties.last from first server, command ```
./setup.py -s
``` (-s - for add Shibboleth)
After installation servers allowed on separate HTTPS address -
**https://gluu1** and **https://gluu2**
Maybe can provide more on this step? Or go to next?