User Guide

4 Installing 7signal Sapphire 8
7signal Solutions Inc., 526 S. Main Street, Akron, Ohio 44311, USA, 855-763-9526, info@7signal.com,
www.7signal.com
7signal Sapphire Deployment Guide Release 5.0
o 50% of space for OS installation, mount point “/ (LV1)
o 50% of space for database logs, mount point “/opt/7signal/database-logs” (LV2)
Physical volume on RAID5 has two logical volumes
o 70% of space for databases, mount point /opt/7signal/databases (LV3)
o 30% of space for database backups, mount point /opt/7signal/backups (LV4)
Sapphire installation
o Sapphire components are installed to /opt/7signal (on LV1)
o Sapphire databases are installed to /opt/7signal/databases (on LV3) and database
logs are directed to /opt/7signal/database-logs (on LV2) (7signal DBMS installer asks
for location of databases and database log files).
o Sapphire database backups will be placed on /opt/7signal/backups (on LV4)
4.2 Setting up Eyes
From Release 5.0 onwards, the only mandatory setup phase is Eye IP address configuration. Carat will
install Eye software automatically while adding a new Eye to the system.
4.2.1 Eye IP address configuration
Step 1: Connect to Eye unit
By default Eye units have IP address 192.168.0.1 with net mask 255.255.255.0.
Connect to address 192.168.0.1 as root by using a SSH client.
# ssh root@<Eye IP address>
The root default password is ‘7signal’. It is strongly advised to change this password as it is factory default
for every single Eye unit.
Step 2: Configure IP settings
Setting IP address of the management interface:
# 7config ip set addr <IP address>
Setting network mask of the management interface:
# 7config ip set mask <dot-format-mask>
Setting port of the management interface (optional):
# 7config ip set port <port>
Verify the settings with the ‘show’ command:
# 7config ip show