User Guide

4 Installing 7signal Sapphire 12
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
Enter name of the Eye management network interface:
- Use e.g. 'eth0' if Sapphire Carat will connect to Eye remotely
- Use 'lo' if Sapphire Carat will connect to Eye locally
Interface name: [eth0]: lo
Confirm installation
Install 7signal Sapphire Eye to directory /opt/7signal/Eye, management network interface lo
[Y/n]? y
4.3.6 Install certificate and license
Step 1: Install certificate from certificate package
# 7config conn encryption install <full path name of the certificate package>
Step 2: Install license file
# 7config license install <full path name of the license file>
4.3.7 Start Soft Eye
Start Eye software by issuing a command:
# service 7signalEye initial-start
4.3.8 Known issues
Network interface renaming
After installation, CentOS/RHEL 6 sometimes decides to rename network interfaces, e.g. from
“wlan0” to “wlan4” or “rename11”. This prevents proper operation of Soft Eye, as it no longer
recognizes the network interfaces.
Symptoms:
Tests are not running.
Following entry can be found from system log:
7signalCore: WLANDriverManager: Failed to set interface mode: Could not resolve
device index of net device
Solution:
Open file /etc/udev/rules.d/70-persistent-net.rules in editor
Locate lines:
# PCI device <device ID> (<driver name>)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<WLAN
MAC address>", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device <device ID> (<driver name>)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<WLAN
MAC address>", ATTR{type}=="803", KERNEL=="wlan*", NAME="wlan1"
Verify that on line containing text "ATTR{type}=="1"", the value of the NAME parameter is
wlan0
Verify that on line containing text "ATTR{type}=="803"", the value of the NAME parameter is
wlan1
Remove all other lines referring to WLAN interfaces