Installation Instructions
Table Of Contents
- Installation and Configuration Manual
- Tait Communications Corporate Head Office
- Contents
- Preface
- 1 Introduction
- 2 Installation
- 3 Configuration
- 4 Administrating the SCADA Gateway
- 4.1 Logging on to the SCADA Gateway
- 4.2 Logging on to the SCADA Gateway as ‘root’
- 4.3 Self-Signed SSL Certificates
- 4.4 Using the Certificate from a Certification Authority (CA)
- 4.5 Changing the ‘root’ and ‘taitnet’ Passwords
- 4.6 Stopping/Starting the SCADA Gateway Software
- 4.7 Changing to a Local Time Zone
- 4.8 SCADA Gateway Resource File
- 5 Uploading SCADA Gateway Firmware
- 6 Backing up/Restoring Configuration Files
- Appendix 1: Transferring an ISO Image to a USB Flash Drive
- Appendix 2: Adding an Alternate Interface in CentOS
SCADA Gateway Installation and Configuration Manual Installation 13
© Tait Limited May 2017
a. If you can find the following sub-directories, then please proceed
to step 9:
README
installvm
startup
vmnetconf
app packages
vbox
waitforvmtoboot
installapp
rebootvm
vm
b. If cdrom0 is the only sub-directory you can observe, please
enter:
cd /cdrom/cdrom0 (press Enter)
9. Find the network interface that will be used for the Virtual Machine;
type:
ifconfig –a
Look at the result and find the network interface which contains the
node’s IP address.
In the following example the IP address of the DMR node controller
is 172.29.0.101, and this is assigned to the network interface called
e1000g0:
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTI-
CAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MUL-
TICAST,IPv4> mtu 1500 index 2
inet 172.29.0.101 netmask fffff000 broadcast
172.29.0.255
10. Install virtual box and the virtual machine.
Making sure you are still logged on as the root user, type the follow-
ing:
./installvm <network-interface>
Replace <network-interface> with the identifier found in Step 9; the
install script will display progress information during the installation
process; it will take a couple of minutes to run.
For our example configuration this would be:
./installvm e1000g0
11. Configure networking on the Virtual Machine.
The IP address, netmask, and default gateway assigned for the
SCADA gateway are needed.
Do not use the same IP address for the DMR node controller and
the SCADA gateway.