Linux Quick Installation Guide

Size: px
Start display at page:

Download "Linux Quick Installation Guide"

Transcription

1

2 2009 Aradial This document contains proprietary and confidential information of Aradial and shall not be reproduced or transferred to other documents, disclosed to others, or used for any purpose other than that for which it is furnished, without the prior written consent of Aradial. It shall be returned to the Aradial upon request. The trademark and service marks of Aradial, including the Aradial logo, are the exclusive property of Aradial, and may not be used without permission. All other marks mentioned in this material are the property of their respective owners. Document Information Software Version: 5.1 Document Version: Publication Date: Apr 2009 Page 2

3 Contents 1. CentOS/Redhat Version Installation... 4 Installation... 4 Installation for MySQL Database... 5 Aradial processes... 6 Oracle Database installation... 6 Running Aradial and Mysql as services... 6 Final configuration & License... 7 Optional: Create Aradial database manually Generic Version Installation... 8 Installation... 8 Configuration... 8 MySQL 4.x installation... 9 MySQL V Aradial Fix V4.1 (If needed)... 9 Installation command Schema installation In case that the MyODBC is not working properly: IMPORTANT Running Aradial and Mysql as services Trouble Shooting App. A: Installing Chillispot Page 3

4 1. CentOS/Redhat Version Installation Installation 1) Install CentOS from the CDs (either the server OS version or the regular which is a desktop GUI version) List of mirror sites at: Recommended installation for the Desktop: Install Server mode or GUI mode. Automatic partition Configure the server to fix IP you may change it later. Do not use DHCP for your main interface eht0. Configure a gateway and DNS, preferred: (so you can download from the internet). Note: we used in all the demo database of Aradial Name the computer ardlinux Enable firewall and remote login through ssh, Web Server, FTP In the packages verify that you select: o X Windows - default o Gnome - default o Editors default o Ftp default o Mysql check all the options 2) Login as root, all the installation and running will be under this user. 3) Download the CentOS Aradial version from Linux directory in Aradial FTP site. 4) Download the ARDKEY.reg_ from Aradial site this is the Aradial temporary license. 5) Open the tar.gz to a Linux directory with root permissions. a) gzip d aradial-*.tar.gz b) tar xf Aradial-*.tar Note: the * is the correct version. Example: aradial-v51.tgz Page 4

5 Create a soft link : ln s aradial /usr/local/aradial or mv aradial /usr/local/aradial -> AradialDir is the folder you unpacked to. Note: the program is expected to be installed at: /usr/local/aradial Installation for MySQL Database 1) Installing Mysql: a) Perform from root an install to Mysql packages: yum install mysql-server yum install unixodbc Note: When asked confirm the installation. It will install the latest version of MySQL for Redhat. b) Install the MySql connector: yum install mysql-connector-odbc 2) Run the following script to update the odbc.ini, odbcinst.ini and my.cnf files, or merge them with existing files. Aradial files are under /usr/local/aradial/etc. cd /usr/local/aradial scripts/update_system 3) Restart the Mysql service: service mysqld start Note: This will initialize the Mysql and start the service. See page 6 for instructions how to install as a service. or (not as a service) /etc/init.d/mysqld mysqld start 4) Install the demo database by: /usr/local/aradial/scripts/install_demo_db Note: Should write: Aradial database created a) Check the database with isql as explained in the installation. isql v aradial select count(1) from users; Note: if there is a problem with '/usr/lib/libmyodbc3_r.so' remove it from /etc/odbcinst.ini, Change to: /usr/lib/libmyodbc3.so Page 5

6 Aradial processes 1) Aradial process are as follows, by default these are softlinks to the odbc version. a)./ardserver - the server b)./ardadmin - the admin c)./ardportal - the portal d)./ardwsc - the wsc. 2) To view the processes use: /usr/local/aradial/po or /usr/local/aradial/shower Or service ardrad status Oracle Database installation 1) Use the Oracle Script in /usr/local/aradial/database/oracle to create Aradial database. 2) Configure the tnsnames 3) Edit the rbsrad.conf and replace the ConnectStr=database;user;password of Aradial Oracle database 4) Replace all the soft links for the Aradial processes to point to the *ora processes. 5) Change the /usr/local/aradial/hts/messages to use Oracle statements cp /usr/local/aradial/hts/messages/oracle/* /usr/local/aradial/hts/messages/ 6) Edit: Metering.tcl to use Oracle. Running Aradial and Mysql as services chkconfig ardrad chkconfig --evel 3 mysqld on chkconfig ardrad on Page 6

7 Final configuration & License 1. The configuration file is rbsrad.conf 2. The default ports are set to 1812, 1813 (UDP) need to open them in the firewall. The HTTP ports that should be opened: 8000, 8001, 8002 After the installation and before connecting it is recommended to open the ports in the Linux firewall. /etc/init.d/iptables stop /usr/local/aradial/etc/firewall.iptables /etc/init.d/iptables save 3. By default in Aradial a NAS is configured in Aradial database for IP: and the secret is 1234 in Aradial Admin. 4. The RegKey1 and RegKey2 from ARDKEY.reg_ should be updated in the rbsrad.conf. These are the license keys. 5. All the logs are opened, this is to enable debugging. If you wish to do a load test you must closed them and leave just the severe on. 6. Multithreaded support is disabled. You can change it if you wish, and restart the server. 7. Update the 8. HTTP links to use: Aradial Admin Self Care module for the Portal Optional: Create Aradial database manually Create the database using the script from $Aradial folder$/database/mysql in Aradial folder. i) cd /usr/local/database/mysql ii) mysql (1) create database aradial (2) quit iii) mysql aradial < MySQL-aradial.sql Page 7

8 2. Generic Version Installation The Linux version has been tested on three Linux environments and will work on others: 1. CentOS Recommended version Special easy installation bellow 2. Redhat 8 3. Redhat 9 and DSL debian based 5. SuSE 6. Any other including Debian and FreeBSD Installation 2) Download the version from Linux directory. 3) Download also all the MySQL files. 4) Open the tar.gz to a Linux directory with root permissions. 5) Open the Service Packs (if exists) and override the Aradial version. 6) Create a softlink: ln s AradialDir /usr/local/aradial. AradialDir is the folder. 7) Database installation as explained in the next sections: a) Install the MySQL version from our site or greater. b) Install the unixodbc version from our site or greater. c) The MySQL version should be at least a. d) Do not forget to copy/merge my.cnf from $Aradial folder$/etc to /etc/my.cnf and then restart the mysqld (/etc/init.d/mysql restart). e) Create the database using the script from $Aradial folder$/database/mysql in Aradial folder. i) cd $Aradial folder$/database/mysql ii) mysql (1) create database aradial (2) quit iii) mysql aradial < MySQL-aradial.sql f) Check the database with isql as explained in the installation. 8) Either copy the ardrad to init.d and then you can start it as a daemon or run manually: a)./ardserver - the server b)./ardadmin - the admin c)./ardportal - the portal d)./ardwsc - the wsc. Configuration 9. The configuration file is rbsrad.conf 10. The default ports are set to 1812, 1813 (UDP) need to open them in the firewall. 11. The HTTP ports that should be opened: 8000, 8001, By default in Aradial a NAS is configured in Aradial database for IP: and the secret is 1234 in Aradial Admin. Page 8

9 13. The RegKey1 and RegKey2 from ARDKEY.reg_ should be updated in the rbsrad.conf. These are the license keys. 14. All the logs are opened, this is to enable debugging. If you wish to do a load test you must closed them and leave just the severe on. 15. Multithreaded support is disabled. You can change it if you wish, and restart the server. 16. Update the 17. HTTP links to use: Aradial Admin Self Care module for the Portal MySQL 4.x installation MySQL V4.1 Download the following from Aradial FTP in MySQL4.1 folder: MySQL-client a-0.i386.rpm MySQL-server a-0.i386.rpm MySQL-shared-compat a-0.i386.rpm Note: No need to install if already installed newer version on your Linux. You can use on redhat or comaptible: up2date install mysqld Download and install general unixodbc (2.2.5 and above) support: Note: No need to install if already installed new version on your Linux. or: URL: unixodbc i386.rpm unixodbc-generic i386.rpm unixodbc-mysql i386.rpm Aradial Fix V4.1 (If needed) Download the file MyOdbc.tgz from In case it does not help, please try to updated unixodbc to unixodbc , you can take it from: Upgrading/installing the RPM: Page 9

10 Installation command 1. Upgrading/installing the RPM: rpm -U MySQL-shared-compat a-0.i386.rpm MySQL-client a-0.i386.rpm MySQL-server a-0.i386.rpm 2. Installing myodbc please see next section as a part of the regular installation. Schema installation After the installation of Server/Client and ODBC you should: 1. Copy the text from $Aradial folder$/etc installation the my.cnf file to /etc adding the options. Note this is important because it sets the MySQL to be case insensitive. Or add to the start mysqld: -o lower_case_table_names=1 The text: [mysqld] lower_case_table_names=1 2. Restart mysqld by doing: /etc/init.d/mysqld restart Or service mysqld restart 3. Verify that mysqld is running: service mysqld status Create the database using the script from $Aradial folder$/database/mysql in Aradial folder. i) cd $Aradial folder$/database/mysql ii) mysql (1) create database aradial (2) quit iii) mysql aradial < MySQL-aradial.sql or iv) or build a Demo database: mysql aradial < DemoDatabase.dmp 4. Add the following to the odbcinst.ini file (generally at /etc/odbcinst.ini or /etc/unixodbc/odbcinst.ini): * If not already exists Or copy from the file: $Aradial folder$/etc/odbcinst.ini [MySQL] Description = Driver = /usr/local/lib/libmyodbc3.so Setup = /usr/ local/lib/libodbcmys.so FileUsage = CPTimeout = CPReuse = Note: In some linux system the *.so files are located elseware and there is a need to find them in /usr/lib or /usr/local/lib. 5. Add the following to the odbc.ini file (generally at /etc/odbc.ini or /etc/unixodbc/odbc.ini): Page 10

11 Or copy from the file: $Aradial folder$/etc/odbc.ini [aradial] Description = MySQL Driver = MySQL Server = localhost Database = aradial Port = 3306 Socket = Option = Stmt = USER = root PASSWQRD = aradial 5. Please execute verification on the unixodbc to verify that it can query: isql -v aradial root select * from users; In case that the MyODBC is not working properly: i. Download the file MyOdbc. Go to your linux, change your privilage to root, and go to the directory that you just put the file above. Do the following steps: a. tar -xzf MyOdbc.tgz b. cd MyOdbc c../instmyodbc ii. iii. Add a link because of an unixodbc known bug: ln -s / var/lib/mysql/mysql.sock /tmp/mysql.sock iv. Please execute verification on the unixodbc to verify that it can query: isql -v aradial root select * from users; IMPORTANT 1. Option should be set to 1! 2. Password is the database password 3. user - the user that can access the database. 4. Test the connection using: isql -v aradial root Do simple sql: select count(*) from users; 5. Set the DSN in rbsrad.conf: ConnectStr=aradial Page 11

12 Running Aradial and Mysql as services 1. Copy from Aradial/etc/ardrad installation to /etc/init.d. 2. Add Aradial to the services (chkconfig). chkconfig add ardrad chkconfig level 3 mysqld on chkconfig ardrad on Trouble Shooting 1. The Aradial path must be in LD_LIBRARY_PATH in order that the Linux will find the *.so files in Aradial directory and not to search them else ware. 2. If there is a problem with MySQL. a. Please check: mysqlodbc was installed instead of b. If there is a problem with mysql.lock: [root@aradial /]# find. -name "mysql.lock" /var/lib/mysql/mysql.sock [root@aradial /]# ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock c. Sometimes there is a need to compile the ODBC on the Linux machine. 3. The access is denied because of wrong password or incorrect password. Although the password seems ok in the database. Usually is because of the following: 1. Wrong NAS secret. 2. Wrong NAS model using Aradial NAS Simulator model which is not good for NASes. 4. SQL does not work well. Please verify that the following been applied. Copy from Aradial/etc installation the my.cnf file to /etc. Note this is important because it sets the MySQL to be case insensitive. Or add to the start mysqld: -o lower_case_table_names=1 5. In case it does not help, please try to updated unixodbc to unixodbc , you can take it from: UnixODBCFor4.1/unixODBC i386.rpm Page 12

13 3. App. A: Installing Chillispot This section is optional and explains how to install Chillispot access controller with Aradial RADIUS on the same computer. Note: In order to install Chillispot you would need two network cards on the computer. Login as root: 1. ChilliSpot is installed by issuing the commands: rpm -i i 1. Download aradial-chillispot.tar from Aradial FTP site. 2. cd / tar xf aradial-chillispot.tar 3. In order to automate startup of chilli issue the command: chkconfig chilli on ChilliSpot will start next time you reboot the system, or you can start it directly by issuing the command /etc/init.d/chilli start 4. Firewall Setup It is important to protect ChilliSpot from unauthorized traffic. No single firewall ruleset can satisfy all network configurations, and generally you should write your own set of rules. As a starting point you can use the script located in: /usr/share/doc/chillispot-1.0/firewall.iptables You can edit this file to suit your own configuration or simply use it without modification using the existing Aradial default configuration. Once you have edited the file install it by issuing the following commands: /etc/init.d/iptables stop /usr/share/doc/chillispot-1.0/firewall.iptables /etc/init.d/iptables save This will first clear the current firewall rules, install the new rules and finally save the Page 13

14 rules so that they will be restored whenever the system is rebooted. 5. Port Forwarding Should be automatically configured by Aradial tar ball. In order for ChilliSpot to forward network packets, IP forwarding must be turned on in the kernel. You need to change the line which reads net.ipv4.ip_forward = 0 in /etc/sysctl.conf to the following: net.ipv4.ip_forward = 1 The changes take effect when you reboot the system, or you can activate them directly by issuing the command /sbin/sysctl -p If you use an external radius and UAM server this concludes the installation. You should now reboot the system in order to make sure that all the changes you made take effect. If you are not using an external Radius and/or UAM server you need to install these as described below. 6. Edit /etc/chilli.conf and put the right IP for Aradial and the Portal. Page 14

ODBC for Linux documentation. SQream Technologies Version 2.23

ODBC for Linux documentation. SQream Technologies Version 2.23 ODBC for Linux documentation SQream Technologies 2018-12-31 Version 2.23 Table of Contents 1. Prerequisites: Install UnixODBC............................................................ 1 2. Install the

More information

MySQL for Windows. Tak Auyeung. September 7, 2003

MySQL for Windows. Tak Auyeung. September 7, 2003 MySQL for Windows Tak Auyeung September 7, 2003 1 Getting it Go to http://www.mysql.com for general information. To make your life easier, you can get most of the files on a CD (so you can install it easily

More information

Creative assets management. MySQL Install Guide

Creative assets management. MySQL Install Guide Creative assets management MySQL Install Guide Contact Extensis 1800 SW First Avenue, Suite 500 Portland, OR 97201 Toll Free: (800) 796-9798 Phone: (503) 274-2020 Fax: (503) 274-0530 http://www.extensis.com

More information

HylaFAX Enterprise ODBC Quick Start Guide

HylaFAX Enterprise ODBC Quick Start Guide i HylaFAX Enterprise ODBC Quick ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME 2.9 May 2015 ISI iii Contents 1 Preface 1 2 Configuring PostgreSQL 2 2.1 Install PostgreSQL server...............................................

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ServiceNow ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.1.1 June 30, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

MySQL 5.x on QNX Neutrino OS Step-by-step installation manual

MySQL 5.x on QNX Neutrino OS Step-by-step installation manual MySQL 5.x on QNX Neutrino 6.4.0 OS Step-by-step installation manual 1. User and Group settings for MySQL 5.x First of all, we have to create a new GROUP in Photon. On the right side menu (Shelf) select

More information

Plesk 7.5 for Windows Migration Manager

Plesk 7.5 for Windows Migration Manager SWsoft, Inc. Plesk 7.5 for Windows Migration Manager Administrator's Guide Revision 1.4.1 (June 29, 2006) (c) 2005-2006 ISBN: N/A SWsoft, Inc. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Reference Version 11 Published on 11/25/2013 Contents... 4 Quick Start... 5 Required Steps... 5 Optional Steps... 6 Advanced Configuration... 8 Log Importer... 9 General...

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba SQL Server ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.4.13 November 22, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information in this

More information

TECHILA WORKER INSTALLATION GUIDE LINUX ADMINISTRATOR GUIDE

TECHILA WORKER INSTALLATION GUIDE LINUX ADMINISTRATOR GUIDE ADMINISTRATOR GUIDE 17 OCTOBER 2016 2/12 17 OCTOBER 2016 Disclaimer Techila Technologies Ltd. disclaims any and all warranties, express, implied or statutory regarding this document or the use of thereof

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Azure DocumentDB ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.0.2 March 15, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved.

More information

How to create wifi Hotspot system using Chillispot, Freeradius 2 and Fedora 12

How to create wifi Hotspot system using Chillispot, Freeradius 2 and Fedora 12 How to create wifi Hotspot system using Chillispot, Freeradius 2 and Fedora 12 Introduction The goal of this tutorial is to teach you on creating your own ChilliSpot hotspot system to control access to

More information

Installing MySQL Subscriber Database

Installing MySQL Subscriber Database CHAPTER 2 This chapter describes how the optional MySQL subscriber database is installed for use with the Cisco SIP Proxy Server. An installation script, install_mysql_db, is used. This script only runs

More information

Installation and Configuration Guide (for Linux)

Installation and Configuration Guide (for Linux) v5.2 MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition to the procedures for upgrading,

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ODBC Driver with SQL Connector for Google BigQuery Installation and Configuration Guide Simba Technologies Inc. Version 2.1.20 November 30, 2018 Copyright 2018 Simba Technologies Inc. All Rights

More information

Install Guide DataStax

Install Guide DataStax DataStax ODBC driver for Apache Cassandra and DataStax Enterprise with CQL connector DataStax Version 2.5.7 June 1, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information in this

More information

Koha 3 on Centos. We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root.

Koha 3 on Centos. We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root. Koha 3 on Centos We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root. 1. Start Apache Services and Network Start service Apache [root@localhost ~]# /etc/init.d/network

More information

RTI Data Distribution Service

RTI Data Distribution Service RTI Data Distribution Service The Real-Time Publish-Subscribe Middleware Getting Started Guide Addendum for Database Setup Version 4.5 The Global Leader in DDS 2011 Real-Time Innovations, Inc. All rights

More information

WebADM and OpenOTP are trademarks of RCDevs. All further trademarks are the property of their respective owners.

WebADM and OpenOTP are trademarks of RCDevs. All further trademarks are the property of their respective owners. WEBADM HIGH AVAILABILITY GUIDE The specifications and information in this document are subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Getting Started with MySQL

Getting Started with MySQL A P P E N D I X B Getting Started with MySQL M ysql is probably the most popular open source database. It is available for Linux and you can download and install it on your Linux machine. The package is

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 CENTOS 6.0 SUPPORT Contents 1 Prerequisites: CentOS 6.0 3 1.1 System Requirements.............................. 3 1.2 SELinux....................................... 3

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba QuickBooks ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.1.1 June 30, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

High Availability. Prepared by Vaibhav Daud

High Availability. Prepared by Vaibhav Daud High Availability Prepared by Vaibhav Daud Table of Contents Purpose Prerequisite Base Plan Base Architecture Overview Configuration Steps Purpose High Availability This is to ensure that the application

More information

Offloading NDO2DB To Remote Server

Offloading NDO2DB To Remote Server Purpose This document is meant to show a step-by-step guide for offloading the NDO2DB daemon from the central server to an external, remote server. NDO2DB is an acronym of "Nagios Data Output To Database"

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 4: My First Linux System Tian Guo University of Massachusetts Amherst CICS 1 Reminders Assignment 2 was due before class Assignment 3 will be posted soon

More information

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL This post is about the installation of IBM Tivoli Provisioning Manager for OS Deployment (TPMfOSD). Although the potential audience is small, I am sure that those who want to switch to use a MySQL database

More information

Teradata ODBC Driver for Presto. Installation and Configuration Guide

Teradata ODBC Driver for Presto. Installation and Configuration Guide Teradata ODBC Driver for Presto Installation and Configuration Guide Version 1.1.16 December, 2017 About This Guide About the Teradata Presto ODBC Driver Purpose The Teradata ODBC Driver for Presto Installation

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Hortonworks Phoenix ODBC Driver

Hortonworks Phoenix ODBC Driver Hortonworks Phoenix ODBC Driver User Guide Revised: October 2018 2012-2018 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is

More information

Connecting CoovaAP 1.x with RADIUSdesk - Basic

Connecting CoovaAP 1.x with RADIUSdesk - Basic 2017/05/17 21:58 1/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Connecting CoovaAP 1.x with RADIUSdesk - Basic Introduction CoovaAP is a sub-project of Coova.org. It is custom firmware which can be

More information

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Sep 14 Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Z e p h y r, 7 7 0 7 G a t e w a y B l v d, S u i t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A Zephyr 4.6 Installation on RedHat Enterprise

More information

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat Rh202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) http://killexams.com/exam-detail/rh202 QUESTION: 156 Who ever creates the files/directories on /data group owner should be automatically

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

Installing Cisco Prime Access Registrar 6.1

Installing Cisco Prime Access Registrar 6.1 CHAPTER 2 Installing Cisco Prime Access Registrar 6.1 This chapter provides information about installing Cisco Prime Access Registrar software. The software is available in DVD-ROM form and can also be

More information

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux)

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition

More information

Using ODBC with InterSystems IRIS

Using ODBC with InterSystems IRIS Using ODBC with InterSystems IRIS Version 2018.1 2018-06-25 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Using ODBC with InterSystems IRIS InterSystems IRIS Data Platform

More information

Linux VPN Configuration

Linux VPN Configuration Linux VPN Configuration Note. This information is based on Red Hat 9.0, it should be used as a guide only as other distributions may have similar installation methods. VPN Software Installation - PPP (Point-to-Point

More information

Cloudera ODBC Driver for Apache Hive Version

Cloudera ODBC Driver for Apache Hive Version Cloudera ODBC Driver for Apache Hive Version 2.5.15 Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and any other product or service

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Cassandra ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.5.6 February 2, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information

More information

Installation guide. WebChick. Installation guide for use on local PC

Installation guide. WebChick. Installation guide for use on local PC WebChick Installation guide for use on local PC Version 1.0 Agrologic Ltd. Author: Valery M. Published: March 2011 1 Table of Contents Copyright Information... 3 Abstract... 4 Overview:... 4 System Requirements

More information

CloudView NMS Agent User Guide. /multi-platform version/

CloudView NMS Agent User Guide. /multi-platform version/ 1-1 - P a g e CloudView NMS Agent User Guide. /multi-platform version/ www.cloudviewnms.com WARRANTY The software described in this document is subject to change without notice. The information in this

More information

for Linux This quick start explains how to install the Novell Client for Linux* software on a workstation.

for Linux This quick start explains how to install the Novell Client for Linux* software on a workstation. Novell Client 2.0 for Linux Installation Quick Start Novell Client TM for Linux 2.0 September 18, 2007 QUICK START www.novell.com Installing the Novell Client for Linux This quick start explains how to

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Cassandra ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.4.6 April 3, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

IBM Remote Support Manger for Storage

IBM Remote Support Manger for Storage IBM Remote Support Manger for Storage Installation Hints and Tips Version 4.273, December 1, 2011 This document is updated frequently. If viewing a hardcopy version of this document, please visit the RSM

More information

Dell Protected Workspace Management

Dell Protected Workspace Management Dell Protected Workspace Management Upgrade Guide Dell Protected Workspace Management v4.1 Created and Maintained by Invincea, Inc. Proprietary For Customer Use Only Dell Protected Workspace Management

More information

Installation of Gnet on Linux and Unix

Installation of Gnet on Linux and Unix Installation of Gnet on Linux and Unix Overview Installing Gnet Configuring Gnet The Invoice Logo The first Invoice Maintenance contents Overview The setup of Gnet comprehends the following main steps.

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Linux" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information

WEM Installation Manual Version 1.0. Samsung Wireless Enterprise Manager (WEM) Installation Manual

WEM Installation Manual Version 1.0. Samsung Wireless Enterprise Manager (WEM) Installation Manual Samsung Wireless Enterprise Manager (WEM) Installation Manual COPYRIGHT This manual is proprietary to SAMSUNG Electronics America, and is protected by copyright. No information contained herein may be

More information

Extreme NetBooting. by Brandon Turner. Slide 1

Extreme NetBooting. by Brandon Turner. Slide 1 Extreme NetBooting by Brandon Turner Slide 1 NetBoot Slide 2 What is NetBoot? NetBoot A technology that allows you to boot a machine from a system that is kept on a disk image on a NetBoot server. Slide

More information

IOL INTACT Installation Guide

IOL INTACT Installation Guide IOL INTACT Installation Guide February 25, 2014 Contents 1 System Requirements 1 2 Installing IOL INTACT 3 3 Post-Installation 4 3.1 Wireshark............................. 4 3.2 Opening pcap Files........................

More information

CentOS 6.7 with Vault MySQL 5.1

CentOS 6.7 with Vault MySQL 5.1 CentOS 6.7 with Vault MySQL 5.1 OS Middleware Installation Web Server, MySQL and PHP Other Middleware Middleware Setup and Configuration Database PHP NetCommons2 Before Install Preparation Installation

More information

7.3 Install on Linux and Initial Configurations

7.3 Install on Linux and Initial Configurations 7.3 Install on Linux and Initial Configurations This section describes how to install SoftEther VPN Server to a Linux operating system. This assumes that in the Linux operating system, no extra application

More information

ARADIAL TECHNOLOGIES Aradial Enforcer Manual Version 7.0

ARADIAL TECHNOLOGIES Aradial Enforcer Manual Version 7.0 ARADIAL TECHNOLOGIES Aradial Enforcer Manual Version 7.0 Administration Guide A R A D I A L E N F O R C E R Administration Guide Aradial Technologies Ltd. Information in this document is subject to change

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Athena ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.0.2 December 11, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

ODBC Connections in Jedox Web Spreadsheets

ODBC Connections in Jedox Web Spreadsheets ODBC Connections in Jedox Web Spreadsheets Jedox Web is able to use data from ODBC connections as a data source for elements such as DynaRanges. To use these data sources, you must first define a connection

More information

FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM

FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM This guide details the steps required to install and configure MySQL on a CentOS VM Introduction The FUJITSU Cloud Service

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

BusinessObjects XI Release 2

BusinessObjects XI Release 2 How to configure an ODBC connection to MySQL database on Linux / UNIX Overview Contents This document describes the steps to configure an ODBC connection for a MySQL database on UNIX and Linux. OVERVIEW...

More information

Integrate MySQL Server EventTracker Enterprise

Integrate MySQL Server EventTracker Enterprise Integrate MySQL Server EventTracker Enterprise Publication Date: Nov. 3, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide provides instructions to configure

More information

Plesk for Windows Migration Manager

Plesk for Windows Migration Manager SWsoft Plesk for Windows Migration Manager Administrator's Guide Revision 2.2 (March 16, 2007) (c) 1999-2007 ISBN: N/A SWsoft. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA Phone: +1 (703)

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Contents INTRODUCTION...3 How it works... 3 COMMON USE CASES...3 Sniffing on linux host... 3 Hardware port mirroring... 4 IPTABLES mirroring...

Contents INTRODUCTION...3 How it works... 3 COMMON USE CASES...3 Sniffing on linux host... 3 Hardware port mirroring... 4 IPTABLES mirroring... Sniffer manual Contents INTRODUCTION...3 How it works... 3 COMMON USE CASES...3 Sniffing on linux host... 3 Hardware port mirroring... 4 IPTABLES mirroring... 4 SSH traffic mirroring... 4 Offline pcap

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 By Falko Timme Published: 2007-12-06 19:24 Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 Version 1.0 Author: Falko Timme Last edited 12/03/2007 In this tutorial

More information

Migration Howto. Table Of Contents

Migration Howto. Table Of Contents Migration Howto Migration Howto I Table Of Contents Migration from Cobalt RaQ2 /RaQ3 Servers to 42goISP Servers...1 Prerequisites...1 Proceeding...1 General...1 RaQ...1 42go ISP Manager Server...2 Disclaimer...5

More information

Installing Intellicus on Linux

Installing Intellicus on Linux Installing Intellicus on Linux Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 1/9 worldskills 2011 trade 39 - day1 Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 2/9 worldskills 2011 trade 39 - day1 Overview 1 EXAM...3 1.1 CONTENTS...3 1.2 INTRODUCTION...3 1.3

More information

LOMBA KETERAMPILAN SISWA

LOMBA KETERAMPILAN SISWA LOMBA KETERAMPILAN SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXV 2017 MODUL A LINUX ISLAND IT NETWORK SYSTEMS ADMINISTRATION LKS2017_ITNSA_MODUL_A 2 ISLAND A LINUX ISLAND CONTENTS This Test Project

More information

Red Hat JBoss Enterprise Application Platform 7.2

Red Hat JBoss Enterprise Application Platform 7.2 Red Hat JBoss Enterprise Application Platform 7.2 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.2 Last Updated: 2018-11-29 Red Hat JBoss Enterprise Application

More information

DataTAG Advance Reservation WP2 Database Management in GARA

DataTAG Advance Reservation WP2 Database Management in GARA DataTAG Advance Reservation WP2 Installation and Configuration Manual Network reservation in Gara With database MySQL/MyODBC 1 Installation and Configuration Manual... 1 1.1 Introduction... 3 1.2 Packages

More information

EPiServer Installation Instructions

EPiServer Installation Instructions EPiServer Installation Instructions Abstract From EPiServer 4.50, installation and upgrade of EPiServer installations is carried out with EPiServer Manager. This document describes how to install, upgrade

More information

Installing Altiris Agent on Ubuntu

Installing Altiris Agent on Ubuntu Installing Altiris Agent on Ubuntu DISCLAIMER: Altiris does not warrant that their software will run on Ubuntu using the Unix Agent version 6.2, which as of publication of this article, is the latest release.

More information

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user.

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user. Installing Tomcat 7 on CentOS 7 David J. Walling, March 8 th, 2017 Email: david@davidjwalling.com This how to describes a process to download and install Apache Tomcat 7 on a CentOS 7 virtual machine using

More information

Connecting BioNumerics to MySQL

Connecting BioNumerics to MySQL Connecting BioNumerics to MySQL A brief overview Applied Maths NV - KJ February 2010 MySQL server side MySQL settings file MySQL is a very flexible DBMS and has quite a number of settings that allows one

More information

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information.

More information

Operating Systems Linux 1-2 Measurements Background material

Operating Systems Linux 1-2 Measurements Background material Operating Systems Linux 1-2 Measurements Background material Introduction The Linux measurements were designed to allow you to have an impression about the administration of Linux severs along with providing

More information

Altova LicenseServer. User and Reference Manual

Altova LicenseServer. User and Reference Manual User and Reference Manual User & Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for HP-UX" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba MySQL ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.0.3 December 5, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information in this document

More information

mod_ssl.x86_64 1: el6.centos Complete! Start the Webserver service httpd start Starting httpd: [ OK ]

mod_ssl.x86_64 1: el6.centos Complete! Start the Webserver service httpd start Starting httpd: [ OK ] Total download size: 1.7 M Is this ok [y/n]: y Downloading Packages: Setting up and reading Presto delta metadata updates/prestodelta 210 kb 00:00 Processing delta metadata Download delta size: 525 k (1/4):

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Plesk for Windows Migration Manager

Plesk for Windows Migration Manager SWsoft, Inc. Plesk for Windows Migration Manager Administrator's Guide Revision 2.0 (January 09, 2006) (c) 2005-2007 ISBN: N/A SWsoft, Inc. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA Phone:

More information

odbc: Recio ODBC Access Method Version 1 CML

odbc: Recio ODBC Access Method Version 1 CML odbc: Recio ODBC Access Method Version 1 CML00063-01 Code Magus Limited (England reg. no. 4024745) Number 6, 69 Woodstock Road Oxford, OX2 6EY, United Kingdom www.codemagus.com Copyright c 2014 by Code

More information

Altova CbC Reporting Solution. Installation Guide

Altova CbC Reporting Solution. Installation Guide Installation Guide Installation Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping,

More information

Quick Installation Guide

Quick Installation Guide Nortel IP Flow Manager Release: 2.0 Version: 02.01 Copyright 2009 Nortel Networks Nortel IP Flow Manager 2.0 Page 1 of 9 Nortel IP Flow Manager Release: 2.0 Publication: NN48015-300 Document status: Standard

More information