RG-MACC-BASE_v2.01. Installation Guide

Size: px
Start display at page:

Download "RG-MACC-BASE_v2.01. Installation Guide"

Transcription

1 RG-MACC-BASE_v2.01

2 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information. Contains helpful suggestions or references. Use caution. Could result in equipment damage or data loss.

3 Contents Contents Contents Installation Preparations Requirements for Hardware and Operating System Disk Partition and Directory Requirements Changing System Time Configuring IP Addresses and DNS Servers Uploading MACC-BASE Installation Package Deployment and Installation Deploying and Installing MACC-BASE Verifying Deployment and Installation Upgrade Upgrading the MACC-BASE Using Upgrade Script Online Upgrade HTTPs Certificate Modification Appendix SecureFXPortable.exe (File Copy Tool) SecureCRTPortable.exe (Maintenance Tool)... 18

4 Installation 1 Installation 1.1 Preparations Requirements for Hardware and Operating System The following table lists the minimum hardware and operating system configuration requirements: Hardware Specifications Remarks CPU 4 cores 2.0 GHz or higher N/A Memory 8 GB or more N/A Disk space 500 GB or more Single disk Network Gigabit or higher N/A interface System Centos 6.5/ bits (basic version) Centos Download URL Port mapping (This requirement can be skipped if servers use public network IP addresses): The MACC-BASE operating system uses CentOS, which does not provide a self-defense function by default. Apply the port mapping mode instead of the overall system-mapping mode if there is no defense function. Make sure that the following ports are not isolated by the firewall. Internal External Protocol Mandatory Remarks Port Port or Optional Port 80 Port 80 or TCP Mandatory HTTP access port others Port 443 Port 443 or TCP Optional HTTPS access port others Port 3478 Port 3478 UDP Mandatory For device interaction and Stun learning Port 3479 Port 3479 UDP Mandatory For device interaction and STUN learning Port 22 Port 8090 Ports other than Port 22 Port 8090 or others TCP Optional Secure shell (SSH) remote login port for the MACC-BASE server. Do not use Port 22 for mapping. The password for running the operating system must be highly complex to avoid attacks. TCP Optional For MACC-BASE online upgrade and access Disk Partition and Directory Requirements The /macc directory is used for saving both MACC-BASE installation and running data. This directory is required and assigned 200 GB or more space.

5 Installation Single mass storage disk If the operating system has been installed and cannot be partitioned, the /macc directory can be created by running the following command: ~]# mkdir /macc Multiple disks with no data disk mounted (Take the Alibaba Cloud Computing server as an example.) Usually, the system has two disks: system and data. To check the disk status, run the fdisk l command: [root@xxxxxxx ~]# fdisk -l Disk /dev/xvda: 21.5 GB, bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of * 512 = bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00078f9c Device Boot Start End Blocks Id System /dev/xvda1 * Linux Disk /dev/xvdb: GB, bytes 255 heads, 63 sectors/track, cylinders Units = cylinders of * 512 = bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x To check the disk mounting status, run the df command: [root@iz28iclrr63z ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 20G 2.4G 17G 13% / /dev/xvdb 394G 275G 100G 74% /macc If the data disk (/dev/xvdb in the example above) is not mounted, it needs to be formatted and mounted to /macc. The following process is recommended: mkfs -t ext4 /dev/xvdb mkdir /macc mount /dev/xvdb /macc ##Modifying /etc/fstab Automatically mounts the disk upon startup. vi /etc/fstab Adding a line at the end. /dev/xvdb /macc ext4 defaults 0 0

6 Installation /dev/xvdb is added as required. Run the df command for confirmation after restarting the server. Multiple disks with the data disk mounted It is necessary to create the data disk soft link in /macc. To check the disk mounting status, run the df command: ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 20G 2.4G 17G 13% / /dev/xvdb 394G 275G 100G 74% /data If the data disk is mounted under the /data directory, you need to run the mkdir/macc command to create the /macc directory. Run the vi/etc/fstab command to mount the data disk to /macc, and then restart the server Changing System Time The system time needs to be synchronized with actual time. Server disconnected from the Internet Run the date command to change the time and write the settings into CMOS. The following shows an example of the date command in the format of date month day hour minute year. [root@localhost ~]# date Sun Aug 30 00:27:00 CST 2015 [root@localhost ~]# clock -w Server connected to the Internet Time is automatically synchronized when connected Configuring IP Addresses and DNS Servers The IP address and DNS server need to be configured before deployment and installation. Configuring the IP addresses Run the ifconfig command to identify the external network interface: [root@localhost ~]# ifconfig eth0 Link encap:ethernet HWaddr 00:15:5D:5D:27:0B inet addr: Bcast: Mask: inet6 addr: fe80::215:5dff:fe5d:270b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (1.0 GiB) TX bytes: (984.6 MiB)

7 Installation lo Link encap:local Loopback inet addr: Mask: inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets: errors:0 dropped:0 overruns:0 frame:0 TX packets: errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes: (481.3 MiB) TX bytes: (481.3 MiB) Take eth0 above as an example. Modify /etc/sysconfig/network-scripts/ifcfg-eth0. Assume that the IP address of Port eth0 is and the gateway IP address of Port eth0 is vi /etc/sysconfig/network-scripts/ifcfg-eth0 Set ONBOOT to yes, and BOOTPROTO to static. Add IPADDR (IP address), GATEWAY (gateway), NETMASK (subnet mask), and then restart the server. Configuring DNS servers For example, run the following command to add the server with the IP address as a DNS server: echo nameserver >> /etc/resolv.conf Uploading MACC-BASE Installation Package The MACC-BASE installation package is in ISO format. This section describes how to upload the MACC-BASE installation package to the server, run the mount command to mount the installation package to /mnt/iso, and to copy the ISO file to the /mnt/install/ directory Using a Tool CentOS provides a simple tool that enables users to implement direct interaction between Windows and Linux systems. For details about using the tool, see SecureFXPortable.exe (File Copy Tool). Copy the ISO file to any directory of the server. Run the mount o loop /directory for storing the upgrade file/file name/mnt/iso command to mount the ISO file. For example, to save a file in the home directory, run the following command: mkdir /mnt/iso mount o loop /home/rg-macc-base_v2.01_build iso /mnt/iso

8 Installation Next, to copy the ISO file to the /mnt/install/ directory, run the following command: mkdir /mnt/install cp -ar /mnt/iso/* /mnt/install/ Using a USB Flash Drive Insert a USB flash drive into the USB port. Run the fdisk l command to check partitions: Run the mount -o loop /dev/sdb2 /mnt/ command to mount the USB flash drive to the /mnt directory. mkdir /mnt/iso mount o loop /dev/sdb2 /mnt/iso Copy the ISO file to the /mnt/install directory. mkdir /mnt/install cp -ar /mnt/iso/* /mnt/install/ Downloading from Internet Set up a Hypertext Transfer Protocol (HTTP) or File Transfer Protocol (FTP) server on a device that can interoperate with the server. Copy the installation file to the HTTP or FTP server. Log in to the MACC-BASE server, and run the following command to download the installation file: If you use the HTTP mode (for example, using HFS commonly used for HTTP server setup), run the following command: wget IP address/file name If a prompt is displayed, indicating no wget command, run the yum install wget command for installation. Make sure that the server can access the Internet. Example: Run the cd /home command to enter the home directory, and run the following command to download the installation file:

9 Installation cd /home wget The ISO file is downloaded to the home directory. If the designated directory is not displayed after the wget command is run, the ISO file is downloaded to the current directory by default. If FTP is chosen, run the following command: wget ftp://ftp account:ftp address/directory name/file name For example: wget Application Run the following command to mount the disk to the /mnt/iso directory: mkdir /mnt/iso mount -o loop RG-MACC-BASE_v2.01_Build iso /mnt/iso/ cd /mnt/iso/ Copy the ISO file to the /mnt/install/ directory. mkdir /mnt/install cp -ar /mnt/iso/* /mnt/install/ Uploading Using a CD In CentOS, the installation file is in the CD-ROM form. Log in to CentOS. Run the following command to mount the disk to the /mnt/iso directory: mkdir /mnt/iso mount -o loop /dev/cdrom /mnt/iso/ cd /mnt/iso/ Copy the ISO file to the /mnt/install/ directory. mkdir /mnt/install cp -ar /mnt/iso/* /mnt/install/ 1.2 Deployment and Installation Note: Enter commands manually to perform installation Deploying and Installing MACC-BASE As described in Uploading MACC-BASE Installation Package, the MACC-BASE installation package has been uploaded to the server and mounted to the /mnt/iso directory. The ISO file has been copied to the /mnt/install/ directory. 1. The following directories will be displayed in the deployment and upgrade directory:

10 Installation pkg]# cd /mnt/install/ pkg]# ll drwxr-xr-x. 4 root root 4096 Aug 29 16:43 installpkg -rwx--x--x. 1 root root Aug 29 16:43 install.sh 2. Run install.sh. <<-----Executed for initial installation [root@localhost install]#./install.sh -l en -i <<----Herein, is an external IP address. System version : CentOS release 6.5 (Final) Checking for system...64-bit Checking for macc directory...yes Checking for ppl...no Installing ppl... Note 1: Run the chmod command to obtain the execution permission of install.sh and upgrade.sh. Note 2: The following RPM signature warning can be ignored. warning: /macc/install_pkg/ RG-MACC-BASE_v2.01_Build /installpkg/soft/rpm/kernel-headers el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY Note 3: The following MySQL startup error can be ignored, and does not affect the installation. Initializing mysql... ERROR! MySQL server PID file could not be found! Starting MySQL.. SUCCESS! SUCCESS! MySQL running (2811) Initialize mysql...[ok] Checking for tomcat...no spawn openssl genrsa -des3 -out./ca/serverkey.pem 2048 Note 4: Run the following commands to restart mongodb if it does not start normally. [root@localhost mongo]# ps -ef grep mongod <<------It starts normally if the mongod process exists. mongod :24? 00:00:00 /usr/bin/mongod -f /etc/mongod.conf root :24 pts/0 00:00:00 grep mongodwarning: <<-----If mongodb is not started, execute the following operation to start mongodb. [root@localhost mongo]# rm -rf /var/lib/mongo/* <<-----Deleting all the files under this directory. [root@localhost mongo]# service mongod start <<-----Starting mongodb. Starting mongod: [ OK ]

11 Installation Verifying Deployment and Installation Verifying MACC-BASE Service Open the Google Chrome browser, and enter the URL address or URL[:port] to visit the website. (Change the IP address to the actual IP address. The default port is Port 80. If port mapping is used and the port is not Port 80, add the port number.) Enter the account admin and password admin (default password) to log in to the MACC-BASE server. For details, see MACC-BASE_2.0 User Guide Verifying Online Upgrade Enter address:8090. Enter the default account and password admin Verifying Server Restart Run the reboot command to restart the server. Ensure that the MACC-BASE can be accessed and used after restarting.

12 Installation Special Failure Case Cause Symptom The MACC server has dual network interface cards (NICs) and both use private IP addresses. One of the IP addresses is mapped to a public IP address. Fail to fetch the CPE URL. The CPE URL data is all-zero in MACC. Affect Solution Fail to configure the AP through MACC. Change the IP address in the STUN configuration file to the IP address which is mapped to the public IP address.

13 Upgrade 2 Upgrade Users that have installed MACC-BASE 2.0 can download the MACC-BASE upgrade package for upgrading. Warning: Only a MACC-BASE version later than 2.0 can be upgraded. MACC-BASE 1.x cannot be upgraded using this method. For details, contact the customer service personnel. 2.1 Upgrading the MACC-BASE Using Upgrade Script 1. Upload the upgrade package RG-MACC-BASE_v2.01_Build tar.gz to the /macc/install/tomcat directory. For details, see Uploading MACC-BASE Installation Package. 2. Enter the /macc/install/tomcat directory. [root@localhost ~]# cd /macc/install/tomcat/ [root@localhost tomcat]# [root@localhost tomcat]# ll total drwxr-xr-x 2 root root 4096 Oct 26 16:46 bin drwxr-xr-x 2 root root 4096 Oct 10 16:38 ca drwxr-xr-x 4 root root 4096 Aug 9 15:35 conf drwxr-xr-x 2 root root 4096 May 20 13:33 lib -rw-r--r-- 1 root root May LICENSE drwxr-xr-x 2 root root Oct 28 10:43 logs dr-xr-xr-x. 3 root root 4096 Oct 11 10:12 macc_conf -rw-r--r-- 1 root root 1192 May NOTICE -rw-r--r-- 1 root root 8974 May RELEASE-NOTES -rw-r--r-- 1 root root Dec 27 19:42 RG-MACC-BASE_v2.01_Build tar.gz -rw-r--r-- 1 root root May RUNNING.txt drwxr-xr-x 51 root root 4096 Oct 28 11:00 temp drwxr-xr-x Oct 27 19:59 webapps drwxr-xr-x 3 root root 4096 Oct 9 17:05 work 3. Decompress the upgrade package. [root@localhost tomcat]# ll [root@localhost tomcat]# tar -zxvf RG-MACC-BASE_v2.01_Build tar.gz macc/ macc/upgrade_en.sh macc/wxadmin.war macc/upgrade_zh.sh macc/copy_properites.sh macc/diagnosis.tar.gz macc/maccauth.war macc/macclog.war

14 Upgrade macc/service.war macc/node-v4.6.1-linux-x64.tar.gz macc/intl/ macc/intl/intl.properties macc/deploy.tar.gz macc/upgrade.sh macc/diagnosis_version macc/admin.war 4. Enter the macc directory and run upgrade.sh. tomcat]# cd macc macc]#./upgrade.sh 2.2 Online Upgrade MACC-BASE_2.01 provides the online upgrade service. The online upgrade service enables uploading the MACC-BASE upgrade package in tar.gz format via the web page without logging in to the MACC-BASE server and enabling one-click upgrades. Enter address:8090. Enter the default account and password (admin and admin). After you you log in to the MACC-BASE server, the online upgrade page is displayed. 1. Click Choose File. In the displayed dialog box, choose the MACC-BASE upgrade package in tar.gz format. 2. Click Upgrade. 3. View the log in the black region. If the system displays Upgrade succeeded, the MACC-BASE is successfully upgraded.

15 Upgrade 4. The upgrade may take 3 to 5 minutes, depending on device performance.

16 HTTPs Certificate Modification 3 HTTPs Certificate Modification Changing the HTTPs certificate of the MACC-BASE is a sub function of the online upgrade service. Enter address:8090. On the HTTPs configuration page, choose a keystore file, and enter the key and port number. Click Save&Restart Tomcat. Make sure that the port corresponding to the port number is not occupied by other applications and not blocked by the firewall.

17 Appendix 4 Appendix 4.1 SecureFXPortable.exe (File Copy Tool) The SecureFXPortable.exe tool is used to connect to the Linux server in SFTP mode for file transfers. Double-click the desktop icon to start SecureFXPortable. In the displayed dialog box, enter the password, as shown below: figure:

18 Appendix Copy the target file, choose the directory, and paste it. You can also drag the file to the corresponding directory. 4.2 SecureCRTPortable.exe (Maintenance Tool) The SecureCRTPortable.exe tool is used to connect to the Linux server in SSH2 mode for configuration. SecureCRTPortable is a commonly used SSH2 tool. Start SecureCRT, and click Quick Connect in the toolbar.

19 Appendix Enter the host and usernames, and click Connect. Enter the server password , and click OK. The following figure shows the interface displayed after the login.

20 Appendix

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

RG-MACC-BASE. Cookbook V1.0

RG-MACC-BASE. Cookbook V1.0 RG-MACC-BASE Cookbook V1.0 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

VisibleThread - Server Configuration Help

VisibleThread - Server Configuration Help VisibleThread - Server Configuration Help Version 2.13 (November 2016) Copyright 2017 VisibleThread Limited. This document is the copyright of VisibleThread Limited and may not be reproduced in whole or

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003 [CRT09] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 MODULE NO: CPU5003 Date: Wednesday 21 st January 2015 Time: 10:00 13:00 INSTRUCTIONS

More information

Hostname and IP Address

Hostname and IP Address 1/19 IP Addressing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Hostname and IP Address 2/19 browser What is the IP address of www.isoc.org? www.isoc.org

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

More information

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

How to Deploy Axon on VMware vcenter

How to Deploy Axon on VMware vcenter How to Deploy Axon on VMware vcenter Copyright Informatica LLC 2017. Informatica, the Informatica logo, Intelligent Data Lake, Big Data Mangement, and Live Data Map are trademarks or registered trademarks

More information

The Microdrive and CF card are electrically compatible this means that a CF card reader can be used to program a Microdrive.

The Microdrive and CF card are electrically compatible this means that a CF card reader can be used to program a Microdrive. 1 This guide is for users wishing to use an embedded system or appliance, such as an Alix board, HP Thin Client (we strongly recommend and have had tremendous success with the HP T5710) with ICOM repeater

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS Using Juju with a Local Provider with KVM and LXC in Ubuntu 14.04 LTS A Dell and Canonical Technical White Paper Mark Wenning Canonical Field Engineer Jose De la Rosa Dell Software Engineer 2 THIS WHITE

More information

Oracle 11g RAC on Linux- CRS Inderpal S. Johal. Inderpal S. Johal

Oracle 11g RAC on Linux- CRS   Inderpal S. Johal. Inderpal S. Johal ORACLE CRS INSTALLATION : INSTALLATION AND CONFIGURATION GUIDE Inderpal S. Johal INTRODUCTION This document will gives details of Oracle Clusterware installation on RHEL 4. CRS INSTALLATION STEPS 1. Cluster

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX CHAPTER 7 DEMONSTRATE THE PAN IN LINUX SYSTEM The new model - Network Access Point Group Network 7.1 DEMONSTRATION Software: All machines are installed with Linux Redhat 8.0 Hardware list:- There are two

More information

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Contents Introduction Prerequisites Requirements Components Used Background Information Configure Step 1. Prepare the firmware images (and

More information

High Availability for Cisco RAN Management Systems

High Availability for Cisco RAN Management Systems First Published: 2014-10-13 Last Modified: 2016-06-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

Chapter 2: System and Network Architecture. Chapter 4: Configuration of the Server and Client Machines. Chapter 5: Starting a Functional Test

Chapter 2: System and Network Architecture. Chapter 4: Configuration of the Server and Client Machines. Chapter 5: Starting a Functional Test Contents Chapter 1: Suggested Test Flow Chapter 2: System and Network Architecture Basic Deployment... 2-1 Minimum Server/Client Hardware Requirements... 2-2 Minimum Data Collection Client Requirement...

More information

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment NetBrain Integrated Edition 7.1 Upgrade Instructions Two-Server Deployment Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Upgrading

More information

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx.

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx. Adding a New Disk, page 1 Mounting the Replication Set from Disk to tmpfs After Deployment, page 3 Manage Disks to Accommodate Increased Subscriber Load, page 5 Adding a New Disk This section describes

More information

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM)

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) V1.0 Contents 1. Prepare Operating System 2. GRID Infrastructure Installation 3. RDBMS Installation 4. Container Database Creation

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

More information

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit Starting & Stopping shutdown -h now Shutdown the system now and do not reboot shutdown -r 5 Shutdown the system in 5 minutes and reboot shutdown -r now Shutdown the system now and reboot reboot Stop all

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

FUJITSU Server PRIMEQUEST 2000 Series. Basic Installation Guide for Linux/KVM

FUJITSU Server PRIMEQUEST 2000 Series. Basic Installation Guide for Linux/KVM CA92344-0706-01 FUJITSU Server PRIMEQUEST 2000 Series Basic Installation Guide for Linux/KVM FUJITSU LIMITED Preface This manual is a guide to assist in the configuration and installation of the PRIMEQUEST

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

Overview 1 Preparing for installation 2

Overview 1 Preparing for installation 2 Contents Overview 1 Preparing for installation 2 Network requirements 2 Server requirements 2 Hardware requirements 2 Software requirements 2 Client requirements 2 Pre-installation checklist 3 Installing

More information

How to Configure ClusterXL for L2 Link Aggregation

How to Configure ClusterXL for L2 Link Aggregation How to Configure ClusterXL for L2 Link Aggregation User Guide 15 January 2013 Classification: [Protected] 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

MeshCentral 2. Installer s Guide. Version July 31, 2018 Ylian Saint-Hilaire

MeshCentral 2. Installer s Guide. Version July 31, 2018 Ylian Saint-Hilaire MeshCentral 2 MeshCentral 2 Installer s Guide Version 0.0.4 July 31, 2018 Ylian Saint-Hilaire Table of Contents 1. Abstract... 1 2. Amazon Linux 2... 1 2.1 Getting the AWS instance setup... 1 2.2 Installing

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.8.0 Document Revision 1.0 Copyright Revision 1.0, July, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

Upgrade Instructions. NetBrain Integrated Edition 7.0

Upgrade Instructions. NetBrain Integrated Edition 7.0 NetBrain Integrated Edition 7.0 Upgrade Instructions Version 7.0b1 Last Updated 2017-11-14 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Contents 1. System Overview... 3 2. System

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University 1 Name...ID....Section. Seat No.. Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 2/2007 Course Title : ITS 332 Information Technology II Lab (Networking)

More information

Installing Cisco Multicast Manager

Installing Cisco Multicast Manager CHAPTER 1 This chapter contains the following sections: System Requirements, page 1-1 Licensing, page 1-3 TFTP Server, page 1-3 Solaris Installation Instructions, page 1-4 Linux Installation Instructions,

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Reinstalling the Operating System on the Dell PowerVault 745N

Reinstalling the Operating System on the Dell PowerVault 745N Reinstalling the Operating System on the Dell PowerVault 745N This document details the following steps to reinstall the operating system on a PowerVault 745N system: 1. Install the Reinstallation Console

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 [CRT06] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 Date: Wednesday 17 th January 2018 Time: 10:00 12:00

More information

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

More information

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Contents Google Chrome Mozila FireFox Software Credentials HX Cluster DNS Server Certificate Authority vcenter Server 1. Create

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.3 Document Revision 1.0 Copyright Revision 1.1, March, 2016 Published by Clearswift Ltd. 1995 2016 Clearswift Ltd. All rights

More information

Deploy Dual Stack CentOS 7 Instance in AWS

Deploy Dual Stack CentOS 7 Instance in AWS Deploy Dual Stack CentOS 7 Instance in AWS Lawrence E. Hughes Sixscape Communications Pte Ltd. 26 Oct 2017 This assumes you have already created an AWS account and a dual stack VPC. Click Launch Instance

More information

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

SECURE Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0

SECURE  Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0 SECURE Email Gateway with Microsoft Azure Installation Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

More information

Installation & Getting Started Guide. Version Document Revision 1.0

Installation & Getting Started Guide. Version Document Revision 1.0 Installation & Getting Started Guide Version 1.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights reserved. The materials contained

More information

Renesas Koelsch Hardware Setup and Software Installation

Renesas Koelsch Hardware Setup and Software Installation Renesas Koelsch Hardware Setup and Software Installation Table of content Introduction Master GDP-ivi10 GDP-ivi9 GDP-ivi7 Software setup Pre-built binaries Quick Start Obtain and Install Renesas Graphics

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

More information

System Manager Unit (SMU) Hardware Reference

System Manager Unit (SMU) Hardware Reference System Manager Unit (SMU) Hardware Reference MK-92HNAS065-02 Notices and Disclaimer Copyright 2015 Hitachi Data Systems Corporation. All rights reserved. The performance data contained herein was obtained

More information

New System Setup Guide

New System Setup Guide New System Setup Guide Logging into PBXact UC Quick Setup Wizard STEP 1: Time Zone and Email STEP 2: Extension Creation STEP 3: Extension Customization Dashboard Module Configuration Extensions IVR Inbound

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

SICOM3171 Series Managed Traffic Ethernet Serial Server. Software Operation Manual

SICOM3171 Series Managed Traffic Ethernet Serial Server. Software Operation Manual SICOM3171 Software Operation Manual 201009 SICOM3171 Series Managed Traffic Ethernet Serial Server Software Operation Manual KYLAND Technology Co., Ltd. 1 SICOM3171 Software Operation Manual 201009 SICOM3171

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE ICAP Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 Picture 1: DNP9200 + eval board SK23, external mini USB2.0 Hub with a 11Mbps WLAN USB Adapter and 1GB high speed(192x) USB SWAP device. Attention:

More information

Method of Procedure to Upgrade RMS OS to Red Hat Enterprise Linux 6.7

Method of Procedure to Upgrade RMS OS to Red Hat Enterprise Linux 6.7 First Published: November 20, 2015 Contents Scope of MOP... 4 Release Components... 4 Pre Requisites... 4 Assumptions... 4 Process Information... 5 Upgrade Timing... 5 Requirements... 5 Pre Maintenance...

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

SmartPath EMS VMA Virtual Appliance Quick Start Guide

SmartPath EMS VMA Virtual Appliance Quick Start Guide LWN600VMA SmartPath Enterprise Wireless System Virtual Appliance SmartPath EMS VMA Virtual Appliance Quick Start Guide Provides the speed, range, security, adapability, and manageability to replace wired

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.6.0 Document Revision 1.0 Copyright Revision 1.0, April, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

More information

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack Product Name: Hitachi Block Storage Driver for OpenStack Driver Version: 1.4.10 MOS Version: 7.0 OpenStack Version: Product Type: Kilo

More information

Installation and Upgrade

Installation and Upgrade Before You Begin, page 1 Perform Pre-Installation Tasks for Cisco Prime License Manager, page 2 Frequently Asked Questions About the Installation, page 2 Cisco Prime License Manager Port Usage, page 3

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

InControl 2 Software Appliance Setup Guide

InControl 2 Software Appliance Setup Guide InControl 2 Software Appliance Setup Guide (Last updated: 2017-11) Contents 1. Introduction Minimum Hardware Requirements 2. For VMware ESXi 6.0 and ESXi 5.5 (SCSI) Networking Creating InControl and DB

More information

Installation & Getting Started Guide. Version Document Revision 1.0

Installation & Getting Started Guide. Version Document Revision 1.0 Installation & Getting Started Guide Version 1.9.0 Document Revision 1.0 Copyright Revision 1.0, November, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights reserved. The intellectual

More information

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP DEPLOYMENT GUIDE Deploying Rubrik Datos IO to Protect MongoDB Database on GCP TABLE OF CONTENTS INTRODUCTION... 1 OBJECTIVES... 1 COSTS... 2 BEFORE YOU BEGIN... 2 PROVISIONING YOUR INFRASTRUCTURE FOR THE

More information

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Alternate Titles: VPN Client Setup on Centos Author: Muhammad Zeeshan Bhatti [LPI, VCP, OCP (DBA), MCSA, SUSE CLA,] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) [root@app-01 ~]# uname -a Linux

More information

MARWATCH INSTALLATION AND UPGRADE GUIDE

MARWATCH INSTALLATION AND UPGRADE GUIDE MARWATCH INSTALLATION AND UPGRADE GUIDE For Service Providers RELEASE 5.0 Introduction Notice The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

alcasar_documentation Documentation

alcasar_documentation Documentation alcasar_documentation Documentation Release 0.1 Bettyna Bourcier March 29, 2016 Contents 1 Installation 1 1.1 Introduction............................................... 1 1.2 Installation................................................

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name...ID... Section...Seat No... Sirindhorn International Institute of Technology Thammasat University Midterm Examination s: Semester 2/2009 Course Title Instructor : ITS332 Information Technology II

More information

Getting Started with Pentaho and Cloudera QuickStart VM

Getting Started with Pentaho and Cloudera QuickStart VM Getting Started with Pentaho and Cloudera QuickStart VM This page intentionally left blank. Contents Overview... 1 Before You Begin... 1 Prerequisites... 1 Use Case: Development Sandbox for Pentaho and

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : RH-302 Title : Red Hat Certified Engineer on Redhat Enterprise Linux 5 (Labs) Vendors : RedHat Version

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

installing Linux Paul Cobbaut

installing Linux Paul Cobbaut installing Linux Paul Cobbaut installing Linux Paul Cobbaut lt-2.0 Publication date Wed 12 Nov 2014 03:59:02 PM CET Table of Contents 1. installing Debian 8... 1 1.1. Debian... 2 1.2. Downloading... 2

More information

The TinyHPC Cluster. Mukarram Ahmad. Abstract

The TinyHPC Cluster. Mukarram Ahmad. Abstract The TinyHPC Cluster Mukarram Ahmad Abstract TinyHPC is a beowulf class high performance computing cluster with a minor physical footprint yet significant computational capacity. The system is of the shared

More information

Manual Version: P Zhejiang Uniview Technologies Co., Ltd. Video Manager 3.0 Quick Guide

Manual Version: P Zhejiang Uniview Technologies Co., Ltd. Video Manager 3.0 Quick Guide Manual Version: P100 20140307 Zhejiang Uniview Technologies Co., Ltd. Video Manager 3.0 Quick Guide 2014, Zhejiang Uniview Technologies Co., Ltd. and its licensors All Rights Reserved Notice No part of

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam Red Hat.Actualtests.EX200.v2014-12-02.by.Dixon.22q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: EX200 Exam Name: Red Hat Certified System

More information