iNET-Installation, Startup & Maintenance Guide
iNET-Installation, Startup & Maintenance Guide
iNET-Installation, Startup & Maintenance Guide
Manual Structure
This User‟s Manual is written to follow a user‟s logical activities when using a network
management system and is comprised of the following parts and information:
Table of Contents
Part I Before Installation .............................................................................................................. 4
Chapter 1 - Loop-iNET Deployment Architecture ...................................................................... 4
Chapter 2 - Loop-iNET System Architecture ............................................................................. 4
2.1 Management Architecture ........................................................................................... 5
2.2 Software Architecture .................................................................................................. 6
2.3 Loop-iNET System Components ................................................................................. 7
Chapter 3 - Step-by-Step Guide ............................................................................................... 8
Part II Installation & Uninstall ....................................................................................................... 9
Chapter 4 - System Requirements ........................................................................................... 9
Chapter 5 - Server Configuration.............................................................................................. 9
5.2 Server Configurations for Windows ................................................................................. 9
5.2.1 JDK Installation and Configuration............................................................................ 9
5.2.2 MYSQL Database Installation and Configuration .................................................... 16
5.2.2.1 Enable Remote Access to MYSQL Database Server ........................................ 27
5.2.3 ActiveMQ Server Installation and Start-up .............................................................. 30
5.2.4 Web Server Installation and Start-up ...................................................................... 32
5.2.4.1 Tomcat Sever Start-up ..................................................................................... 32
5.2.4.2 Jboss Sever Start-up ....................................................................................... 33
5.3 Server Configurations for Linux ..................................................................................... 34
5.3.1 JDK Installation and Configuration.......................................................................... 34
5.3.2 MYSQL Database Installation and Configuration .................................................... 35
5.3.2.1 Enable Remote Access to MYSQL Database Server ........................................ 38
5.3.3 ActiveMQ Server Installation and Start-up .............................................................. 41
5.3.4 Web Server Installation and Start-up ...................................................................... 43
5.3.4.1 Tomcat Sever Start-up ..................................................................................... 43
5.3.4.2 Jboss Sever Start-up ....................................................................................... 44
Chapter 6 - Loop-iNET Server Installation .............................................................................. 45
6.4 Loop-iNET Server Installation Instructions for Windows ................................................ 45
6.4.1 New Installation...................................................................................................... 45
6.4.2 Upgrade Installation ............................................................................................... 54
6.4.3 Modification............................................................................................................ 57
6.4.4 Uninstall ................................................................................................................. 67
6.5 Loop-iNET Server Installation Instructions for Linux ...................................................... 70
6.5.1 New Installation...................................................................................................... 70
6.5.2 Upgrade Installation ............................................................................................... 81
6.5.3 Modification............................................................................................................ 84
6.5.4 Uninstall ................................................................................................................. 94
Part III –Startup & Provisioning .................................................................................................. 98
Chapter 7 - Launching the Loop-iNET Application .................................................................. 98
7.1 Launching Loop-iNET ................................................................................................... 98
7.2 Registering Loop-iNET License..................................................................................... 98
7.3 Creating Loop-iNET Accounts..................................................................................... 102
7.4 Authenticating Loop-iNET Components ...................................................................... 102
Chapter 8 - DR Site Manager ............................................................................................... 107
8.1 Single Site .............................................................................................................. 108
8.1.1 Site Status ........................................................................................................ 108
8.1.2 Site Provisioning ............................................................................................... 108
8.1.2 Operational Switch............................................................................................ 109
8.2 Disaster Recovery(Optional) ................................................................................... 109
8.2.1 Site Status ........................................................................................................ 109
8.2.2 Site Provisioning ............................................................................................... 109
Part I Before Installation
Chapter 1 - Loop-iNET Deployment Architecture
MIB
Topology Alarm ……
configuration
…
Ethernet
Sub-Network
Sub-Network Sub-Network
Sub-Network
The following diagrams are provided for a very high level explanation of the Loop-iNET
architecture.
Management Architecture
Software Architecture
Loop-iNET System Components
Loop-iNET‟s management architecture in the Figure below consists of the following three layers:
OSS layer(Optional)
Loop-iNET Layer
NE Layer
Software Architecture
iNET LAYER iNET included in iNET Layer
SDH AN1
NE LAYER AN1
SDH
AN2 AN2
Loop‟s iNET can support an optional Operational Support System (OSS) Layer that would allow
users to use their own OSS which may offer different operation support modules outside of
network management.
The Loop-iNET Layer can be used as the top layer of the management architecture. It also can
powerfully stand alone to fully provide FCAPS (fault-management, configuration, accounting,
performance, and security) functions.
The network element (NE) Layer consists of Loop‟s network devices. Please see Loop‟s user
manuals for more information specific to these devices.
The Loop-iNET Layer accesses the NE Layer via a southbound interface (SBIF) Simple Network
Management Protocol (SNMP).
The software architecture for Loop-iNET consists of a distributed processing platform (DPP). The
DPP consists of three layers as shown in the following software architecture layers and
components (Figure (2-3):
The Logic Processing Layer(Loop-iNET Core) includes the core system components of Loop-
iNET system, which is mainly responsible for data gathering and processing.
The Adaptation Layer(SBI) is the southbound interface, which access the managed devices.
Active MQ(Data Transmission) transmits the data between the three layers as shown in the
Figure.
Loop-iNET system consists of the following system components (recall from the Software
Architecture):
NE Panel Daemon (NPD) – It processes the NE panel data, which will be presented on the
interface. If it doesn‟t work normally, the user can‟t obtain the NE panel data timely.
Northbound Interface(NBI) – It is provided to the users to view the data gathered from
Loop-iNET system on the SNMPc interface, which also allows the users to make some
personal configurations.
Diagnostic Damon (DD) – It diagnoses the telecommunications network which consists of
TDM/IP. If it doesn‟t work normally, the user can‟t diagnose the telecommunications network.
NE Business Damon (NBD) – It processes the logical operation between Multi-NEs. If it
doesn‟t work normally, the module of related logical operation can‟t work normally.
*
Note: The components with symbol provide High Availability solution. High Availability(HA)
refers to the availability of resources in a computer system, in the wake of component failures in
the system. In Loop-iNET system, it can be achieved by using the stand-by software components
to ensure availability.
Before you start to install Loop-iNET, verify that your client and server hardware satisfy the
recommended specification that is listed for servers and clients.
For Server
PARAMETER REQUIREMENTS
Operating System Windows Server 2008/Linux(CentOS)
Java Platform JDK v1.7
Database MYSQL v5.5
Web Server Tomcat v7.x/Jboss v4.x
Message Server ActiveMQ v5.x
For Client
PARAMETER REQUIREMENTS
Operating System Windows
Browser Firefox(v28~32); IE 11
Java Platform JDK v1.7
Loop-iNET supports the operating system of Windows and Linux, hence we will introduce the
configuration and installation steps on Windows and Linux operating systems for your reference.
Click Next to install JDK with the default settings, as shown below.
After that you need to make some settings for the JDK platform.
Press New button to add a new system variable with the name of JAVA_HOME, and value of
C:\Program Files\Java\jdk1.6.0_29.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
Double-click Path under System Variables to add %JAVA_HOME%\bin; to the very beginning.
Close all windows and reboot the system to complete the configurations. (You can test the
configuration by using the „java –version‟ command.)
At last, you need to go to the Control Panel and select Java. You will see the following screen.
Please make sure the option of Check for Updates Automatically is disabled.
Note: MYSQL requires .NET Framework 4.0 and Windows Service Pack 3 or later.
Double-click on the MYSQL installer, you will access the following screen.
When you see the followings screen, please select Install MYSQL Products.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
Check the option I accept the license terms, and then click Next to continue.
Select whether you need the updates based on the specific needs, and click Execute.
When you see the following screen, please click Next to continue.
Set the root password and click Next to continue. Please note that you have to remember or write
the root password down, because it will be needed during the Loop-iNET installation.
Note: You have to add the directory of \MySQL Server 5.1\bin into the Windows PATH variable,
but don‟t add it to the very beginning. After that, please reboot the system to make the settings
take effect. Below is a sample screen for your reference.
The following steps are only required for IPv6, which are unnecessary for IPv4.
Open that file and add the configuration of bind-address=:: under [mysqld], as shown below.
If you want to use Disaster Recovery feature under Site Manager later, please also add the
following configuration under [mysqld] and [mysqldump](See the last line of configuration below),
as listed below. At the meantime, you need to pay attention to the following two points:
1. The user should specify the server ID as required, which is xxxx to be specified in this
example.
2. The recommended settings are provided for reference only, which could be modified
depending on your preference.
[mysqld]
# required unique id between 1 and 2^32 - 1
server-id = xxxx
#for replication
log-bin=mysql-bin
binlog_format=mixed
skip-slave-start
log-slave-updates=1
binlog-do-db=inet
binlog-ignore-db=mysql
replicate-do-db=inet
replicate-ignore-db=mysql
replicate-ignore-table=inet.access_mode_type
replicate-ignore-table=inet.brand
replicate-ignore-table=inet.caas_access_configuration
replicate-ignore-table=inet.card_access_configuration
replicate-ignore-table=inet.component
replicate-ignore-table=inet.component_default_configuration
replicate-ignore-table=inet.component_ip_mac
replicate-ignore-table=inet.component_type
replicate-ignore-table=inet.data
replicate-ignore-table=inet.data_original
replicate-ignore-table=inet.diagnostic_config
replicate-ignore-table=inet.diagnostic_mapping
replicate-ignore-table=inet.dictionary
replicate-ignore-table=inet.ecfm_sync_configuration
replicate-ignore-table=inet.equipment_firmware_configuration
replicate-ignore-table=inet.event_definition
replicate-ignore-table=inet.firmware_version
replicate-ignore-table=inet.help_tip
replicate-ignore-table=inet.i18n
replicate-ignore-table=inet.install_info
replicate-ignore-table=inet.language_config
replicate-ignore-table=inet.mib
replicate-ignore-table=inet.mib_trans
replicate-ignore-table=inet.mibgroup_configuration_relation
replicate-ignore-table=inet.mib_group
replicate-ignore-table=inet.mib_hide
replicate-ignore-table=inet.mib_npxml_relation
replicate-ignore-table=inet.np_xml_version
replicate-ignore-table=inet.online_users
replicate-ignore-table=inet.privilege
replicate-ignore-table=inet.service_type
replicate-ignore-table=inet.sn_access_configuration
replicate-ignore-table=inet.system_info_definition
replicate-ignore-table=inet.sys_event_filter
replicate-ignore-table=inet.sys_event_filter_act
replicate-ignore-table=inet.sys_event_filter_detail
replicate-ignore-table=inet.themes
replicate-ignore-table=inet.transfer_mapping
replicate-ignore-table=inet.transfer_rules
replicate-ignore-table=inet.wallpapers
replicate-ignore-table=inet.xc_sync_configuration
replicate-ignore-table=inet.dr_site
replicate-ignore-table=inet.dr_sync_master_record
replicate-ignore-table=inet.component_function
replicate-ignore-table=inet.fl
replicate-ignore-table=inet.flt
Part II Installation & Uninstall
Chapter 5 - Server Configuration
replicate-ignore-table=inet.function
replicate-ignore-table=inet.function_config
replicate-ignore-table=inet.online_users
replicate-ignore-table=inet.product_info
replicate-ignore-table=inet.purchaser
#recommended settings
character-set-server=utf8
default-storage-engine=INNODB
sql-
mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTI
ON"
skip-external-locking
key_buffer_size = 16M
max_allowed_packet = 16M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
max_connections=500
#for innodb
innodb_buffer_pool_size = 512M
innodb_additional_mem_pool_size = 2M
innodb_log_file_size = 256M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
#innodb_lock_wait_timeout = 50
[mysqldump]
max_allowed_packet = 16M
After the system is rebooted, you need to enable the remote access by performing the following
steps.
Open a command line, and log in with root privilege, as shown below.
a. Log in the MYSQL without a root password.
To enable the remote access for the root users, please execute the command of UPDATE user
SET host = '%' WHERE user = 'root' and host = '127.0.0.1';
To grant all privileges onto the root users, please execute the command of GRANT ALL
PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
Execute the command of FLUSH PRIVILEGES; to make the setting take effect, and exit the
terminal.
Note: Please make sure you have installed JDK before installing ActiveMQ server.
The ActiveMQ server can be launched by performing the following steps(ActiveMQ server v5.x as
an example):
You will see the following screen. To stop ActiveMQ server, you just need to press Ctrl+C.
Note: The initial username and password for ActiveMQ is system and manager respectively.
Please remember it or write it down, because it will be needed during the Loop-iNET installation.
However, you could modify it in credentials.properties under the folder of \apache-ActiveMQ-
5.5.1\conf.
The following steps are only required for IPv6, which are unnecessary for IPv4.
Open apache-activemq-5.5.1\conf\activemq.xml, and add the configuration of
<transportConnector name="openwire" uri="tcp://[::]:61616"/> under transportConnectors as
shown below.
Note: Before you start Loop-iNET web server, you must specify the memory for the web
server(MaxMemory≥2048M), otherwise, some functions may not work normally. For the
operation instructions, please refer to Appendix B Web Server Memory Modification.
Enter the directory of \apache-tomcat\bin, and double-click startup.bat to start up the Tomcat
server.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
You will see the following screen. To stop Tomcat server, you just need to press Ctrl+C.
The startup of Jboss is quite different from Tomcat, which requires the following steps(Jboss v4.x
as an example):
Open a command window and enter the directory of \jboss-4.2.3.GA\bin, as shown below.
Execute the command run.bat –b $IP Address$ to start up Jboss server. (Note: The IP address
of the machine is required, otherwise, it won’t be accessed by others)
Execute the following command chmod u+x jdk-6u29-linux-i586-rpm.bin and then execute the
following command ./ jdk-6u29-linux-i586-rpm.bin to install JDK.
When you see the word Done, it indicates the installation is completed. Then close the command
shell.
Download the MYSQL server and client package from MYSQL website.
Double-click the installation package of MYSQL server, you will see the following screen. Click
Apply to continue.
Click Install Anyway if you encounter the following screen. If not, please skip to the next step.
When you see the following screen, click OK to complete the installation.
After that, double-click the installation package of MYSQL client, and repeat above steps to
install it.
Make sure the my.cnf file is located under /etc/. If not, please copy my-medium.cnf file from
/usr/share/mysql/ to /etc/, and rename it as my.cnf.
datadir=/var/lib/mysql
Moreover, you need to perform the following to make sure MYSQL will work normally.
Click System/Management/Service to make sure mysql has been started up, as shown in the
sample screen below.
Click System/Management/Security Level and Firewall, and add port 3306 into the Trusted
Ports, as shown in the sample screen below.
Besides, you need to enable the remote access by performing the following steps.
Open a command line, and log in with root privilege, as shown below.
a. Log in the MYSQL without a root password.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
To enable the remote access for the root users, please execute the command of UPDATE user
SET host = '%' WHERE user = 'root' and host = '127.0.0.1';
To grant all privileges onto the root users, please execute the command of GRANT ALL
PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
Execute the command of UPDATE user SET Password = PASSWORD('admin') WHERE user
= 'root';. This step is to set the password for the root user, in this example, we set it as admin,
but you can change it as you want. However, please remember it or write it down, because it will
be needed during the Loop-iNET installation.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
Execute the command of FLUSH PRIVILEGES; to make the setting take effect, and exit the
terminal.
Note: Please make sure you have installed JDK before installing ActiveMQ server.
The ActiveMQ server can be launched by performing the following steps(ActiveMQ v5.x as an
example):
Click System/Management/Security Level and Firewall, and add port 61616(the default value)
into the Trusted Ports, as shown in the sample screen below.
Part II Installation & Uninstall
Chapter 5 - Server Configuration
Note: The initial username and password for ActiveMQ is system and manager respectively.
Please remember it or write it down, because it will be needed during the Loop-iNET installation.
However, you could modify it in credentials.properties under the folder of /conf.
The Tomcat can be launched by performing the following steps(Tomcat v6.x as an example):
Download the Tomcat package and decompile it to a specific folder(/var for example)
Enter /var/tomcat6/bin/, and execute the command of ./catalina.sh run to start up the Tomcat
server.
The Jboss can be launched by performing the following steps(Jboss v4.x as an example):
Download the Jboss package and decompile it to a specific folder(/var for example)
Enter /var/jboss4/bin/, and execute the command of run.sh –b $IP Address$ to start up the
Jboss server.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Note: Prior to Loop-iNET server installation, please make sure you have started up the ActiveMQ
server and MYSQL server. This is not an installation step but must be performed prior to
installation.
Click the drive containing the Loop-iNET Installation CD, and click Loop-iNET Setup. Wait
patiently when the following window pops up.
Input the serial number provided by the vendor in the following screen, and click Next to continue.
It will be needed to generate license file later, so please keep it well.
Click Next to continue, or click Previous to get back to the last screen.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Select the components you want to install and click Next. For the function of each component,
please refer to Chapter 2.3.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Click Next to install the program in the default directory, or click Choose to modify the destination
folder.
Choose where to create the program icons, and click Next to continue.
Follow the example given on the screen to select the server path, and then click Next.
a. If you are using Tomcat server, please select the directory of \webapps under the Tomcat
installation folder.
b. If you are using Jboss server, please select the directory of \server\default\deploy under the
Jboss installation folder.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Input the related information of the MYSQL Server as shown below, and click Next to continue. If
you use IPv6, please input the IP address of IPv6 format, such as ::192.168.0.90, ::::c0a8:05A,
etc.
Enter the required information of ActiveMQ server and click Next. If you use IPv6, please input
the IP address of IPv6 format, such as ::192.168.0.90, ::::c0a8:05A, etc.
Note: Please make sure you have started up the ActiveMQ server. The initial username and
password for ActiveMQ is system and manager respectively. However, you could modify it in
credentials.properties under the folder of \apache-ActiveMQ-5.5.1\config.
Confirm the settings and click Install to launch the installation. Or you can click Previous to
modify the settings.
You will see the popup message as shown below, please click OK and Done. And then reboot
your system to complete the installation manually.
Your installation is now complete. Chapter 7 will explain how to open Loop-iNET on your client
workstation and create the Loop-iNET working environment.
Note: Upgrade requires official license with valid SMA(Software Maintenance Agreement)
purchased. For more detail about the service description, please refer to Loop-iNET Brochure.
Prior to the upgrade installation, please clear the cache of your browser, and make sure the
ActiveMQ and MYSQL are started up. Otherwise, the installation might fail.
If you wish to upgrade to the newer version of Loop-iNET, please double-click the *.exe. You will
see the following screen. Click Yes to proceed, or click No to quit.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Confirm the information and click Install button to launch the upgrade installation.
You will see the popup message as shown below, please click OK and Done. And then reboot
your system to complete the installation manually.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
6.4.3 Modification
If you need to add, remove or repair the program, please click on the Start/All Programs/Loop-
iNET/Change Loop-iNET Installation.
Add Features
When you see the following screen, click Add Features to add more component(s), and then
click Next.
Select the components you want to add from the list, and click Next to continue.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Confirm the settings and click Install to launch the installation. Or you can click Previous to
modify the settings.
Remove Features
When you see the following screen, click Remove Features to remove some component(s) from
your computer, and then click Next.
When you see the following screen, please click Done to exit.
Repair Product
When you see the following screen, click Repair Product to fix some issues for your Loop-iNET
system, and then click Next.
You will see the popup message as shown below, please click OK and Done. And then reboot
your system to complete the installation manually.
When you see the following screen, click Done to exit the repair procedure.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
6.4.4 Uninstall
If you want to uninstall Loop-iNET program, please click on the Start/All Programs/Loop-
iNET/Change Loop-iNET Installation.
When you see the following screen, click Uninstall Product to remove the entire Loop-iNET
system, and then click Next.
Click OK to continue the uninstall when you see the popup hint.
Note: Prior to Loop-iNET server installation, please make sure you have started up the ActiveMQ
server and MYSQL server(The remote access privilege should be set). This is not an installation
step but must be performed prior to installation.
Right-click on the Setup.bin, and select Properties, as shown in the Figure below.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Go to Permission option, and select the checkbox of Allow executing file as program.
Input the serial number provided by the vendor in the following screen, and click Next to continue.
Click Next to continue, or click Previous to get back to the last screen.
Select the components you want to install and click Next. For the function of each component,
please refer to Chapter 2.2.3.
Click Next to install the program in the default directory, or click Change to modify the destination
folder.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Choose where to create the program icons, and click Next to continue.
Follow the example given on the screen to select the server path, and then click Next.
a. If you are using Tomcat server, please select the directory of \webapps under the Tomcat
installation folder.
b. If you are using Jboss server, please select the directory of \server\default\deploy under the
Jboss installation folder.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Input the related information of the MYSQL Server as shown below, and click Next to continue.
Note: Please make sure you have started up the ActiveMQ server. The initial username and
password for ActiveMQ is system and manager respectively. However, you could modify it in
credentials.properties under the folder of /config.
Confirm the settings and click Install to launch the installation. Or you can click Previous to
modify the settings.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
You will see the popup message as shown below, please click OK and Done, and then reboot
your system to complete the installation manually.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Your installation is now complete. Chapter 4 will explain how to open Loop-iNET on your client
workstation and create the Loop-iNET working environment.
Note: Prior to the upgrade installation, please clear the cache of your browser, and make sure the
ActiveMQ and MYSQL are started up. Otherwise, the installation might fail.
If you wish to upgrade to the newer version of Loop-iNET, please double-click Setup.bin. You will
see the following screen. Double-click the Setup.bin, and select Run in Terminal, as shown
below.
Confirm the information and click Install button to launch the upgrade installation.
You will see the popup message as shown below, please click OK and Done, and then reboot
your system to complete the installation manually.
6.5.3 Modification
If you need to add, remove or repair the program, please enter the Loop-iNET installation folder
and run Change Loop-iNET Installation.
Add Features
When you see the following screen, click Add Features to add more component(s), and then
click Next.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Select the components you want to add from the list, and click Next to continue.
Confirm the settings and click Install to launch the installation. Or you can click Previous to
modify the settings.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
Remove Features
When you see the following screen, click Remove Features to remove some component(s) from
your computer, and then click Next.
When you see the following screen, please click Done to exit.
Repair Product
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
When you see the following screen, click Repair Product to fix some issues for your Loop-iNET
system, and then click Next.
You will see the popup message as shown below, please click OK and Done, and then reboot
your system to complete the installation manually.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
When you see the following screen, click Done to exit the repair procedure.
6.5.4 Uninstall
If you want to uninstall Loop-iNET program, please find Change Loop-iNET Installation and
double-click on it.
When you see the following screen, click Uninstall Product to remove the entire Loop-iNET
system, and then click Next.
Part II Installation & Uninstall
Chapter 6 - Loop-iNET Server Installation
1. Start up the ActiveMQ and then the web server (Tomcat or Jboss). For how to start
up them, please refer to the respective section under Chapter 5 based on different
operating systems.
2. Double-click the Loop-iNET Start Daemon All icon on the desktop to start up all
system components.
3. Wait patiently before all components are started up.
The Loop-iNET software gives you a 7-day period, for which the data can‟t be reused on the
reinstalled system. However, you can contact Loop sales representatives to apply for a 90-day
trial license, for which the data can be reused if you apply for another 90-day trial period. It is
suggested purchasing the official license before the expired date to prevent data loss on Loop-
iNET system. For more details about the license, please contact Loop sales representative.
Loop-iNET provides a default account for the administrator to log into the system to register
license, create new users and assign privileges. The initial username and password are both
admin, but the password can be changed by the user.
Note: Loop-iNET only supports Firefox and IE11 for now. If you use other browsers to access
Loop-iNET, you will see the following screen, and Loop-iNET system might not work properly.
You will access the License Manager screen automatically as shown in the following screen.
Part III –Startup & Provisioning
Chapter 7 - Launching the Loop-iNET Application
Input the required information, and then click Save Registration Code shown at the lower right.
A window will prompt you to save the *.urg file. If it is the first time for you to use Loop-iNET, you
can choose OK to save it into a local folder, and then send it to Loop to generate an official
license. However, if you choose Cancel in the popup window, the program will still give you a 7-
day free using period.
If you use a trial version of Loop-iNET system, the (Trial) will be shown on the upper left as below,
which will be gone after you get registered with an official license.
For more information about License Manager, please see Chapter of License Manager.
With admin account, you can also use Organization, Policy, Database & File Maintenance
features. For how to use these features, please refer to the instructions under corresponding
sections.
Access http://server IP address:8080/inet/ and login with the account created by the administrator.
If you entered the wrong username or password, you will be prompted to enter a correct one. If
you have tried for ten times, your account will be locked for 24 hours. Also, you can contact the
administrator if you want to unlock your account immediately.
If you have entered the wrong password for ten times, you will see the following screen.
When you access the Loop-iNET program as shown below, click iNET START/System/System
Monitor.
Part III –Startup & Provisioning
Chapter 7 - Launching the Loop-iNET Application
In the System Monitor screen, right-click on each component and select Authorize option.
Then the Authorized column will become Yes, and the Status column will become Working, as
shown below.
For more information about System Monitor, please refer to Chapter of System Monitor.
Now that all Loop-iNET components are authenticated, you‟re ready to open Loop-iNET, build
your network into the system and learn some basic information about the Loop-iNET features.
If any of Loop-iNET components are unauthorized or unregistered, the below window will popup
when you use Admin account login the system. The below screen list the missing component and
the missing reason.
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
*Note: Only when you use Admin account login the system will prompt this message.
Clicking Site Status, you could know the current status of the site as seen in Figure below, in
which the protection mode is “None”.
As for the further explanation of site information, please refer to the next topic, Site Provisioning.
In this screen, you can change the blue items of site provisioning, including iNET Site Name,
Polling Interval(s), Retries, and Actions. Other columns are to provide site information for your
reference.
iNET Site Name – The setting of iNET Site Name depends on your convenience and
preference.
Polling Interval(s) – Set the polling interval(30~5000 seconds), which is 300 seconds by
default.
Retries – Set the retry times(1~10), which is 2 by default.
Actions –It provides Activate/Deactivate options for you to activate/deactivate the site.
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
After modifying, you can click on the “Apply” button which is on the bottom of the screen.
The DR structure of Loop-iNET Site Manager assumes that the multiple suites of servers need to
be constructed at different sites.
Please also pay attention to the following points when using iNET Disaster Recovery(DR) service:
1. It requires installing the program of the same version and language.
2. For iNET Disaster Recovery between formal versions, NEs supported by either site can be
shared among the sites.
3. For iNET Disaster Recovery between formal version and trial version, NEs supported by
either site can be only used on the corresponding site.
As for the further explanation of site information, please refer to the next topic, Site Provisioning.
Location – The Local and the Remote sites are relative according to the entry which users
choose.
iNET Site Role –You may set the Site Role from Primary to Quaternary. The role for each
site under a DR group must be unique.
iNET Site Name – The setting of iNET Site Name depends on your convenience and
preference.
Admin State– It is the management condition of the Loop-iNET service. It can be
distinguished into two states. Notice that Admin State shall be changed from Deactivated to
Activated in order to use Disaster Recovery service.
Operation State –To switch between Working and Standby, it should be operated under
Warm Standby mode in the next menu option, Operational Switching.
It can be differentiated into five states, Working, Standby, Working With Faults, Standby
With Faults and Unknown:
i. Working means the site is in working status.
ii. Standby represents the site is in standby status to protect the working site.
iii. Working With Fault will be displayed when one of the following situations occurs.
a. When some errors occur on daemons of the local site, the Operation State of
Local Site will be displayed as Working With Fault.
b. When the Protection Mode of Local and Remote Sites are both in Working status,
the Operation State of Remote Site will be displayed as Working With Fault.
iv. Standby With Fault will be displayed when one of the following situations occurs.
a. When full synchronization is running between the Sites.
b. When full synchronization between the Sites fails.
c. When there are some errors in component status.
d. When the components on Working site are mismatching.
v. When you see the Operational State shows as Unknown, you need to contact your
administrator to make sure if this is caused by a complete site failure.
Protection Mode – It provides the options of None, Warm Standby and Hot Standby.
Please select one based on your specific demands. The Protection Mode under a DR
group must be the same, which should be all Warm Standby/Hot Standby.
i. None indicates the site is running independently.
ii. Warm Standby requires manual switching to working status in case of disaster on
protected site. The section below will give an example on how to use Warm
Standby for your reference.
iii. Hot Standby switches to working status automatically in case of disaster on protected
site. Note that the switching time is approximately the seconds of (Retries+1)
multiplying Polling Interval. After that, you need to wait patiently before the
daemons are started up. For more information about Hot Standby, please refer to
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
At first, you need to add remote site(s) first by following the instructions below prior to operation.
Go to Site Provisioning, click Add Remote Site on upper right. The following screen will pop up.
Please input the IP address, username and password (system and manager by default) of the
target message server and click OK button to confirm the setting. You could also use Test
Connection on lower left.
After successfully added a remote site, you are required to do the same settings on the remote
server, as prompted by the message below. Upon successful settings, you will see local and
remote sites as introduced in the sections below.
Log into the remote site, click iNET START/Site Manager, go to Remote Site Authorize
Request. Below is a sample screen.
Check the information of Remote Site Authorize Request, and click Accept/Reject upon
demands.
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
Once the request is accepted, either site will show both the local and remote sites, as shown
below. Note that you have to deactivate the site first under Site Provisioning before you change
the settings.
Once the site is deactivated, you will be log out automatically. After 10 seconds or so, re-log in
the deactivated site and enter Site Manager to change the Protection Mode as Warm Standby
and click Apply to save the settings.
Repeat the above steps to change into Warm Standby Protection Mode for the Remote Site.
Then you will see the following screen.
Go to Operational Switching, choose one site as Working site, keep the other site as Standby.
After you switch the status, you will be log out automatically. After 10 seconds or so, re-log in the
site and enter Site Manager. Below is a sample screen.
Until now, both sites are under Warm Standby Protection Mode. It means the Working site is
protected by the Standby site. In case of any disaster or fault on the Working site, you can
switch the standby site as working manually. Also you may modify the blue columns upon your
demands for the protection, such as Polling Interval and Retry, which are introduced in the
section of Site Provisioning.
If you need to further set the primary site as “Working” operational state, and secondary site as
“Standby” operational state, please go to Recover Operational State on Primary Site.
Under Hot Standby mode, the secondary site will switch to Working automatically in case of
disaster on protected site. Below is a sample screen which is a view from the secondary site
under normal operation.
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
In case the primary site is down, the above interface will change into the following.
The secondary site will switch to Working operation state automatically, as shown below.
After the primary site is recovered, user will see the following screen, in which the secondary site
is Working, while the primary site is considered Working With Fault.
At the same time, we access Site Manager from the primary site, as shown below, in which the
primary site is Working, while the secondary site is considered Working With Fault.
If you need to further set the primary site as Working operational state, and secondary site as
“Standby” operational state, please keep reading the section below.
Case a
If you don‟t need to synchronize the data from the secondary site to the primary site, please
follow the instructions below.
Part III –Startup & Provisioning
Chapter 8 - DR Site Manager
Re-activate the secondary site, then its “Operation State” will be listed as Standby With Fault.
After a few minutes, normal operational state is restored, in which the primary site is “Working”,
while the secondary site is “Standby”.
Case b
To ensure data integrity, you may need to synchronize the data from the secondary site to the
primary site. In this case, please follow the instructions below.
Deactivate and re-activate the primary site to make it Standby, as shown below.
And then re-activate the secondary site, it will be in Standby Operation State. As shown below,
the primary site is “Working”, while the secondary site is “Standby” as you expect.
Go to Group tab, click Add option on the upper right, or select Add Group among the right-
clicking options.
Input the required information, including the Group Name and Group Type. Generally, you need
to create a Resource Group and a Function Group respectively. If Active option is selected, the
group to be created will be in working status immediately. Also, you can enter some remarks for
this group.
Click OK button after you confirm the information you have entered.
Part IV – System Maintenance
Chapter 9 - Security Management
After you create the Function Group and Resource Group, you need to assign Loop-iNET
features for Function Group that can be accessed by the users under that group, and assign
resources for Resource Group that can be managed by the users under that group.
For Function Group, you need to click Privilege option on the upper right, or select Privilege
among the right-clicking options. Make the selections and click OK button. You can also click the
Copy from button and select a group from the list, to copy the privileges of that group easily. For
more details about these functions, please refer to the sections below.
Note: If you want to deselect one sub-item under a privilege tree, you could press Ctrl key and
click on the text after the checkbox. In the sample screen above, we deselect the Edit function
under DME by pressing Ctrl key and clicking on Edit.
For Resource Group, you need to click Privilege option on the upper right, or select Privilege
among the right-clicking options. Make the selections and click OK button. If there are no
resources in the Loop-iNET network, you need to add some into Loop-iNET first.
After you complete creating the groups, you can create some Loop-iNET users under User tab:
Go to User tab, click Add option on the upper right, or select Add User among the right-clicking
options.
Part IV – System Maintenance
Chapter 9 - Security Management
You are required to fill in the field marked with asterisk, including Username, Password,
Function Group and Resource Group. Please note that the password is case sensitive, while
the username is not. You can also set the following parameters for it, but they are not mandatory.
Account expiration time- the Loop-iNET system will verify the account regularly. If this filed
is filled, the account will be unavailable after the specified date.
Password has expired and must be changed(check for yes) - the Loop-iNET system will
verify the login password regularly. Once the password is expired, the old password can‟t
access the Loop-iNET system any more.
Active option – once it is selected, the user to be created will be in active status
immediately.
Binding IP – this filed is to restrict the user logging into Loop-iNET system only at the IP
addresses listed here.
Optional – selecting option, you can enter more specific information for this user, such as
real name, organization, etc.
Click OK button after you confirm the information you have entered.
For more information about User Manager, please refer to Chapter of User Manager.
If no value is input in the query conditions, you will see the details of all users and groups.
However, you can limit the display results by specifying some query conditions and clicking
Query. For example, you need to view the users under a function group, you just need to select
that group under Function Group field and click Query. For other query conditions under User
tab and Group tab, the operation procedure is almost the same. Below is a sample screen to
query based on the condition of function group.
Part IV – System Maintenance
Chapter 9 - Security Management
After that, you can click Revert button to clear the condition, and click Query button again, it will
display all users again.
Add – It allows you to add more users into Loop-iNET network. For how to add a user,
please refer to section of Adding a New User.
Edit – Select a user and click on Edit button to modify the user‟s properties.
Delete – Select a user and click on Delete button to remove the user from Loop-iNET
system.
Activate/Deactivate – Right-click on a user and select Activate or Deactivate option to
enable or disable this user.
Unlock – If the user entered the wrong password for ten times, the account will be locked
and shown as red here. In this case, you need to right-click on that user and press the
Unlock button shown on the right below.
Add – It allows you to add new groups into Loop-iNET network. For how to add a group,
please refer to section of Creating a New Group.
Edit – Select a group and click on Edit button to modify the group‟s properties, including the
name, type, active status and remarks.
Delete – Select a group and click on Delete button to remove the group from Loop-iNET
system. Note that if there are some users under that group, you will be unable to delete the
group.
Activate/Deactivate – Right-click on a group and select Activate or Deactivate option to
enable or disable this group.
Privilege –Select a group and click on Privilege button to view or modify the function or
9.3 Policy
The Policy can be accessed by clicking iNET START/Security/Policy.
It allows you to define the security policies for the account within Loop-iNET system, including
Password expiration, Automatic account unlock, Account lockout, etc., as shown below.
Note: After you make the modifications, please don‟t forget to restart Web server to make the
modifications take effect.
To restart the web server, please log in with the Admin account, as shown below.
Part IV – System Maintenance
Chapter 9 - Security Management
Click on the Reboot option to restart the web server, as shown below.
Click Yes to confirm the operation, then the web server will be restarted.
Please make sure Loop-iNET server is stopped, and perform the following steps to change the IP
address of Loop-iNET server:
Locate the file of changeIP. bat(for Windows operating system)/changeIP.sh(for Linux operating
system) under the installation path of Loop-iNET, and double-click it to make the modification
take effect.
Lastly, access System Monitor to change the IP address of CSD components. Choose the IP
address in the IP drop-down list and press Apply.
Part IV – System Maintenance
Chapter 11 - Instructions for Changing IP Address of Loop-iNET Server
Open that file and add the configuration of bind-address=:: under [mysqld], as shown below.
b. For Jboss web server, execute the command of run -b [::IP Address] under \jboss-
4.2.3.GA\bin to start up the Jboss web server.
Finally, open your browser and access http://[::server IP address]:8080/inet/ to enter Loop-iNET.
In this way, Loop-iNET will support IPv6.
Part IV – System Maintenance
Chapter 13 - North Bound Interface(Optional)
Note: This feature works with the SNMPc, so please make sure you have installed the Castle
Rock software and put the MIB file of iNET-Agent under the directory of \SNMPc Network
Manager\mibfiles.
Log into the SNMPc Management Console, go the toolbar, and click on Config/Mib Database. A
sample screen is shown as below.
Locate the inet-agent.mib and press Compile button. Wait patiently until the following screen
shows up.
Click OK and Done to close the window. Then add the Loop-iNET NBI component as a node into
SNMPc Management Console by following the instructions below.
Click the button shown on the upper right, you will access the following screen.
Name it in Label, and input the address of Loop-iNET NBI component in Address. A sample
screen is shown as below.
Go to the Access column, and set the Read/Write Community as public. And click OK to exit
the settings.
Part IV – System Maintenance
Chapter 13 - North Bound Interface(Optional)
If your settings are correct and successful, the node of Loop-iNET Agent will turn green. A sample
screen is shown as below.
Find iNET Agent under MIB tree, and expand the sub items. You will see four options,
snmpConfigTable, alarmCAASTable, alarmQueueSummaryTable, InventoryTable and iNET-
Agent-Traps. A sample screen is shown as below.
snmpConfigTable – View and set the configurations of SNMPc console, such as the Port,
Access, Community and Restart.
AlarmCAASTable – View the CAAS information from Loop-iNET system.
alarmQueueSummaryTable – View the traps from Loop-iNET system.
InventoryTable – View the inventory information from Loop-iNET system.
iNET-Agent-Traps – View the alarm information of iNET-Agent component.
Click on any of it and select the Loop-iNET Agent icon displaying on the screen. And then click
on Start Table, as marked in the screen below. Then you can view the query information
displaying on the main console of SNMPc. Below is a sample screen for querying CAAS
information.
Part IV – System Maintenance
Chapter 14 - System Management
14.2 Organization
This feature helps you to classify the users clearly. After you add a new organization, you can
move the user to it.
To access the organization, please go to iNET START/System/Organization. Then you will see
the following screen.
If no value is input in the query conditions, you will see the results of all current login users.
However, you can limit the display results by specifying some query conditions as instructed in
System Monitor.
You can choose to add or delete an organization by clicking the correspondent buttons at the
right bottom.
In this page, you can set SMTP Server, SMTP Port, Account and Password for email notification
of event. After you complete your settings, you can click on Test Connection button at the
bottom to test if it works normally. If it works normally, you will the information as below.
Since we have introduced how to complete License Registration in the Chapter of Launching the
Loop-iNET application, here we will focus on instructing backup, import and export of the license
file.
Click on Import & Export License File tab, you will see the following screen.
Part IV – System Maintenance
Chapter 14 - System Management
License Backup – Click Export license file to save the license file into a specific directory
on your computer.
License Import – If you have saved the license file by using Loop-iNET before, you can
import it back to Loop-iNET. You simply click button for the import process.
License Export – Export the license file into a HTML file to view the details conveniently.
When you click on Import option, you will see the message as shown below. Please carefully
read the message and perform the operation as required before importing license.
Once you click Yes, you will see the following window to import license.
If no value is input in the query conditions, you will see the all backup tasks. However, you can
limit the display results by specifying some query conditions and clicking Query. For example,
you need to view all one-time-only backups, you just need to select One Time Only under
Frequency field and click Query. For other query conditions, such as Name, Activation Status,
Running Status and Creator, the operation procedure is almost the same. Below is a sample
screen to query the one-time-only backups.
If you want to save your database and load it into a safe place, you need to click Add button
shown on the upper right. Then it will pop up the window as shown below.
You will have several options for backing up data. You can backup all of your database or just
part of it based on your specific needs. Each backup type is briefly explained as below.
Part IV – System Maintenance
Chapter 14 - System Management
All - the backup contains all Loop-iNET data, including the system, user, equipments, etc.,
which may take a longer time.
All Without Security - the backup contains all Loop-iNET data except for the user profile,
user group data, user access data, user function privilege data, user resource privilege data,
and information of subnet, link and equipment.
Configuration - the backup contains the system default values, threshold settings,
scheduled maintenance tasks, alarm severity color settings, mail server settings, NTP
service settings and event filter data.
Resource With Security - the backup contains equipment information, equipment status,
topology map data, user profile, organization, user groups, group member and group
privilege.
Resource - the backup contains equipment information, equipment status and topology map
data.
User - the backup contains organizations, users, user groups, group members and group
privilege.
Log - the backup contains alarms, events, notifications, user access logs, reports and
statistics.
Inventory - the backup contains all inventory information, including equipments, cards and
ports.
For the Execution Frequency Settings, you will have the options of Annual, Monthly, Weekly,
Daily and One time only.
Note: The annual backup will run on 1st, January automatically. For the monthly and weekly types,
you need to select the backup day.
You can also set a time for routinely backing up your database by clicking on the calendar as
marked in the screen below.
Note: If you select the option of Enable schedule, this backup task will be enabled, otherwise
you will need to enable this task manually.
At last, click OK to finish the settings. Then it will be added in the backup list. You can also opt to
execute the scheduled backup task immediately, or delete a certain backup task as you want. All
successful backup files will be saved in the folder of iNET/SCMS/DatabaseBackup under Loop-
iNET installation folder.
Part IV – System Maintenance
Chapter 14 - System Management
This feature shows the backup files of the current version, you can go to iNET START/About to
check the current version.
If no value is input in the query conditions, you will see the all current version backup files.
However, you can limit the display results by specifying some query conditions and clicking
Query. For example, you need to view all backup files created by admin, you just need to enter
admin under Creator value and click Query. For other query conditions, such as File Name,
Backup Task and Last Restore By, the operation procedure is almost the same. Below is a
sample screen to query the backup files created by admin.
You can click this button to check the backup files with those saved on the database.
Restore
To restore from a database backup, please go to the Backup Files (Current Version) tab and
see the following instruction.
Note: the restore operation will overwrite the data in Loop-iNET system, so please perform it
cautiously.
If you have created some backup files by using Loop-iNET before, you can reconstruct the
backup files saved on the database.
Note: If you wish to reinstall Loop-iNET system due to some reason, please copy the backup files
from iNET/SCMS/DatabaseBackup to a save place first, so that you can put them back to and
reconstruct them to restore after the reinstallation.
Please do the following to reconstruct the backup file list in the database:
Delete
This feature shows the backup files of the historical version. The operation and buttons are
almost the same as that introduced in Backup Files(Current Version), so please refer to the
section above for more information.
It allows you to make schedules to clear up the expired data. To access Expiration Maintenance,
please click iNET START / System / DB&File Maintenance / Expiration Mainenance.
There are three options on the window you need to set – Execution Frequency Setting, Execution
Time & Active Status, Threshold Settings for Expired Data(Days).
Execution Frequency Setting – Select the frequency you want to execution the
maintenance, Annual, Monthly, Weekly or Daily.
Execution Time & Active Status – Specify the Execution Time by the format of HH: MM:SS,
and select whether to enable this maintenance task. If you deselect this option, this
maintenance task will be disabled, which means it won‟t work.
Threshold Settings for Expired Data – Input the days remaining before the data become
expired.
Click OK to save the settings. Then Loop-iNET program will clear up the expired data as settings
in the schedule. You can also press Execute button to clear the expired data immediately.
It is for checking whether the backup file in the database server is expired.
There are three options on the window you need to set as well – Execution Frequency Setting,
Execution Time & Active Status, Threshold Settings for Expired Data(Days).
Execution Frequency Setting – Select the frequency you want to execution the
maintenance, Annual, Monthly, Weekly or Daily.
Execution Time & Active Status – Specify the Execution Time by the format of HH: MM:SS,
and select whether to enable this maintenance task. If you deselect this option, this
maintenance task will be disabled, which means it won‟t work.
Threshold Settings for Expired Data – Input the days remaining before the backup data
become expired for each backup type.
Click OK to save the settings. Then Loop-iNET program will clear up the expired data as settings
in the schedule. You can also press Execute All button to clear the expired data immediately.
Remote Mirror FTP Server – Set up the parameters of FTP server, including the Server IP,
Port, User Name, Password and Mirroring Frequency in minutes.
Auto Mirroring to Remote FTP Server – Enable/Disable this option by selecting
Activated/Deactivated.
Test Connection – After you set up the remote mirror FTP server, you may press the Test
Connection button to test whether the connection is normal.
Manual sync to local – When you click the option on the upper right, the program will sync
the files to the local machine. However, after the sync operation, user needs to press Check
Files With Database button in Backup Files(Current/History Version) to make it take
effect. Please refer to Database Backup/Restore section for more information about
backup/restore.
14.8 Services
For how to sync time among the servers, please refer to the NTP Time Sync section in Loop-
iNET Main Manual.
CD Installation Directory/iNET/SCMS/log/
CSD Installation Directory/iNET/CSD/log/
DD Installation Directory/iNET/DD/log/
ED Installation Directory/iNET/ED/log/
NBD Installation Directory/iNET/NBD/log/
NBI Installation Directory/iNET/NBI/log/
NF Installation Directory/iNET/NF/log/
NPD Installation Directory/iNET/NPD/log/
PA Installation Directory/iNET/PA/log/
RD Installation Directory/iNET/RD/log/
SCMS Installation Directory/iNET/SCMS/log/
SD Installation Directory/iNET/SD/log/
TR Installation Directory/iNET/TR/log/
GUI Installation Directory/ /tomcat/webapps/log
Part VI Appendices
0Appendix A Table of Loop-iNET System Alarm Events
Part VI Appendices
Appendix A Table of Loop-iNET System Alarm Events
Please see Appendix A in Loop-iNET Main Manual for more details.
3.1.4 Modify the value of -Xms and -Xmx in the second sentence. (Please refer to 1.3 for
Calculation Equation)
3.1.5 Save the settings
3.1.6 Restart Jboss
Part VI Appendices
0Appendix B Web Server Memory Modification
3.2.4 Modify the value of -Xms and -Xmx in the second sentence. (Please refer to 1.3 for
Calculation Equation)
3.2.5 Save the settings
3.2.6 Restart Jboss
A. When you encounter this error message during Loop-iNET installation, please check out the
following points:
1. JDK is installed correctly
2. JDK Environment Variable is set correctly. For more details about setting JDK Environment
Variable, please refer to section of JDK Installation and Configuration based on different
operating systems.
2. Q. What should I do if I see the MYSQL server connection error message during the
Loop-iNET installation?
A. When you encounter this error message during Loop-iNET installation, please check out the
following points:
1. MYSQL server is installed on the target computer.
2. MYSQL server is started up.
3. MYSQL root password you enter is correct,
4. MYSQL Environment Variable is set correctly. For more details about setting MYSQL
Environment Variable, please refer to section of MYSQL Database Installation and Configuration
based on different operating systems.
Part VI Appendices
0Appendix C: Frequently Asked Questions
3. Q. What should I do if I see the ActiveMQ server connection error message during the
Loop-iNET installation as shown below?
A. When you encounter this error message during Loop-iNET installation, please check out the
whether the ActiveMQ server is started up, and whether the information you enter is correct. For
more details about ActiveMQ server, please refer to section of ActiveMQ Server Installation and
Start-up based on different operating systems.
A. When you uninstall JDK, you need to uninstall it from Control Panel first, and then delete all
files under the JDK installation directory manually. Otherwise, it may not work normally when you
reinstall it again.
A. Please check the required third-party software is started up, including ActiveMQ and MYSQL.
Moreover, please confirm whether the network cable has been plugged to ensure successful
connection with MYSQL. With normal connection with ActiveMQ and MYSQL, you may
install/remove iNET successfully.
2. Maintenance
1. Q. Why I can’t start up the Loop-iNET Server?
A. Please check if the ActiveMQ, MYSQL, Web Server and all components of Loop-iNET Server
are started up. If you can‟t see the startup window of ActiveMQ, it means the ActiveMQ fails to be
started up. In this case, please do the following to make Loop-iNET server work normally.
If it prompts you “Address already in use”, as shown in the sample screen below, it indicates the
port of ActiveMQ is occupied. In this case, you need to continue the steps below.
You can disable this service using the port of 61616 under the Computer Management. Or you
can just modify the ports of ActiveMQ and Loop-iNET Server by following the steps below.
2. If the ActiveMQ can be started up normally, you can then modify the port of Loop-iNET
Server.
Part VI Appendices
0Appendix C: Frequently Asked Questions
Open Java\jdk1.6.0_25\jre\classes\inet\configuration\activemq\activemq.properties,
modify the port and save it. A sample screen is shown as below.
Note: The tools and components of Loop-iNET Server will use some ports as listed below. Please
make sure these ports are available, otherwise, Loop-iNET Server may not work normally.
Name Port
ActiveMQ 61616, 8161(Inbound Rules/Outbound Rules)
FTP 20, 21(Inbound Rules/Outbound Rules)
HTTP 80(Inbound Rules/Outbound Rules)
HTTP Proxy 23080(Inbound Rules/Outbound Rules)
JBoss 8080(Inbound Rules/Outbound Rules)
MySQL 3306(Inbound Rules/Outbound Rules)
NTP Server 123(Inbound Rules/Outbound Rules)
SNMP Port 161(Inbound Rules/Outbound Rules)
Telnet 23(Inbound Rules/Outbound Rules)
Telnet Proxy 23023(Inbound Rules/Outbound Rules)
TFTP 69(Inbound Rules/Outbound Rules)
Tomcat 8080, 8009, 8005, 8443(Inbound
Rules/Outbound Rules)
Trap Port 162((Inbound Rules Only)
A. Please find out the solution in the same section of the Loop-iNET Main Manual.
A. Please find out the solution in the same section of the Loop-iNET Main Manual.
A. Yes, you can, but you need to remove or disable Internet Explorer Enhanced Security
Configuration (IE ESC) by performing the following steps.
a. Remove IE ESC on Windows Server 2003
1. Click Start/Control Panel/Add or Remove Programs.
2. Click Add/Remove Windows Components.
3. Scroll down and uncheck box for Internet Explorer Enhanced Security Configuration.
4. Click Next, and Finish on next page.
Finally, open your browser and access http://[::server IP address]:8080/inet/ to enter Loop-iNET.
5. Q. Why the DME shows Offline or New status in Loop-iNET system as shown below?
A. Please find out the solution in the same section of the Loop-iNET Main Manual.
A. If you encounter this situation, please check the below two points:
1. Check whether the NTP serve is closed in operating system. Double-click the time icon at the
lower right of your computer, select Date and Time, enter Internet Time tab, click Change
settings, unchecked the box before Synchronize with an Internet time server on popup
window, then click OK to save the settings. A sample screen is shown as below.
Part VI Appendices
0Appendix C: Frequently Asked Questions
2. Check the settings of Windows Time Properties. Right-click My Computer, select Manager,
then double-click Services, you will see the Windows Time in the middle of this screen, double-
click Windows Time and a window will pop up, please change the Startup Type to Manual and
the Service status to Stop. A sample screen is shown as below.
A. When you use IE browser to access Loop-iNET system, if your PC hasn‟t installed SVG plug-
in,but your IE browser hasn‟t prompt any installation information, please check the settings of
your IE browser. Open your IE browser, click Tools, choose Internet Options, then you will see
the below screen. Access to the Security tab, then click Custom level, a window will popup,
please setup your IE browser according to the red labeled options.