CHAPTER 7. Astlinux and Asterisk Installation on Embedded System

Size: px
Start display at page:

Download "CHAPTER 7. Astlinux and Asterisk Installation on Embedded System"

Transcription

1 CHAPTER 7 Astlinux and Asterisk Installation on Embedded System Introduction 1. Asterisk can be installed on number of operating systems but keeping embedded system in mind the operating system chosen is Astlinux with asterisk and the embedded system is SOekris Net Astlinux Installation 2. Astlinux can be installed by writing the compressed image file to a Compact Flash card of 32 megabytes or larger. The software used for writing the image on a CF card is PHYSDISKWRITE. With the help of this software an image in.iso or.img format can be burned on CF card. Astlinux Image Burning on CF card 3. In order to burn the image, all the partitions that already exist along with all the data in the header file of CF card must be erased. This can be done by erasing it manually in command prompt. For that CMD must be run as administrator and then on it a command diskpart is executed. This will display all the storage disks available. Desired disk can be selected by select disk <disk number> command. And when the required disk is selected it is cleaned by executing clean function.

2 Figure 7.1: Disk Cleaning 4. Now when the CF card is clean, the image in.img format can be burned. In Physdiskwrite software, first command prompt is opened as administrator. Then manually we reach to the location of file which is unzipped previously and then a command is given Physdiskwrite astlinux asterisk img.gz. Physdiskwrite will prompt you to choose the correct drive to write to. First run the program with no CF installed, and then again with the CF. Then It can be made sure that program is being written on correct CF card. Now when it is confirmed that CF card is being displayed by particular number. The next step should be implemented. Physdiskwrite will first display all the drives available and then asks for the number of drive to write the image on. Particular number of the CF card drive should be given and then approval for the next comment should be given with y. With this image of Astlinux will be burned on the CF card.

3 Figure 7.2: Image Burning On CF Card Accessing BIOS through Serial Port 5. Now when the image is burned the next step would be accessing BIOS of Soekris Net There is a serial port available on the back of the casing, with Ethernet ports and power supply ports installed on either side. RS232 to USB converter with female D9 port is acquired and its female D9 port is installed in male port of net5501 box and USB console to USB port of the PC. In order to access the RS232 to USB converter on PC, its appropriate driver is installed and then any software should be acquired that can be used as a Terminal. Software used in this project is Tera Term. In Tera Term the setting first the serial port should be selected.

4 Figure 7.3: Serial Port Selection 6. The baud rate then is set to which is default of Soekris box. And rest of the configuration is kept as default.

5 Figure 7.4: Baud rate Selection Soekris Booting 7. Now Soekris box can be accessed by PC with the help of Tera Term. When the Soekris box is then hard booted a series of data starts appearing on tera term console. Initially below displayed information is displayed. Figure 7.5: BIOS Display

6 BIOS Update 8. Now CF card is plugged in Soekris box and hard booted again. At this instant Soekris box is unable to detect the CF card even after hard booting quite a times. This issue was occurring because of the fact that Soekris BIOS is of version 1.33 which is not the most current version. So Soekris box is updated first to the latest version which is 1.33c. In order to do that the latest version in binary form is downloaded from Soekris website and downloaded to Soekris box using XMODEM protocol. Download command was given to the BIOS and XMODEM protocol was used to transfer the binary image into the Soekris system. The Soekris BIOS now is updated to version 1.33c but the system still appears to not detect the CF card. When the system is then hard booted by manually plugging the power supply out and then plugging it in again, Soekris box will start detecting CF card and the boot process will begin.

7 Figure 7.6: BIOS Update Soekris Login 9. Now when the Soekris box has started detecting the CF card, the normal boot process will begin. Initially it will detect the CF card and Astlinux will be booted. It will take quite some time to load and all the process functioning that are happening will be displayed on the Tera Term software.

8 Figure 7.7: Booting Initialization 10. When the system will be booted, username and password will be asked. As default the username is root and password is astlinux. And when the password is given, PBX will be started.

9 Figure 7.8: PBX Login 11. Here one of the major problem that occur is that sometimes during booting, kernel stops in between booting and an it fails to find Astlinux medium and such kind of error occurs.

10 Figure 7.9: Astlinux Medium Error 12. This error occurs mainly that CF card is not used to work as a primary drive. We can set it to secondary drive by first pressing ctrl and P to enter monitor while booting starts, then give command set Flash to secondary. This action can be confirmed by giving show command. And while booting also plug a USB, so with this action USB will become the primary device and CF card will become secondary and the booting will be smooth. Key Disk Generation 13. Now when the system has started booting, the next step is how to make changes in the configuration files. One of the methods is using Tera Term and directly make changes in files using vi <file name> command. But it is difficult and not much tolerant

11 to errors. Second method can be that key disk is generated on USB. By this method we mean that all the configuration files which are of importance are copied on the USB and a partition is generated on the USB. Then that USB can be unplugged from Soekris box and accessed on any Linux environment and with the help of GUI those files can be altered and when that USB is plugged again into the Soekris box and hard booted. Kernel will look for the changes in the USB and update all the changes from USB. The Soekris Net4801 has a OHCI USB 1.1 port on the back far edge of the case, past the power connector. It seems to work pretty well for small amounts of writes in combination with a USB key disk for storing things like voice mail, Asterisk configurations, Astlinux configurations, DHCP leases, etc. To make it work u must be logged in as root and then a login prompt will appear. Insert USB disk into the port and some SCSI disk stuff scroll by on the console. Enter a few times to so that the prompt appears again. The next step will destroy any thing that i8s there on the USB so please backup any data that is there on the USB. Type genkd and follow along. Then type yes when inquired and key disk will be generated on the USB. If it does not work and and some error occurs like device mounted on dev/sda1, this means that this function is auto mounted on dev/sda1. So a path is needed to be given along with the genkd command. So for that confirm the USB path from the SCSI data that scrolled when you plugged you USB and give the path along with the command. E.g. if your USB is mounted on path /dev/sdc1/, then instead of command genkd give command genkd /dev/sdc1. With this your key disk will be generated on the usb and it can be taken out and altered in any other Linux environment with GUI. Web GUI 14. One of the other methods is to access the web GUI of Soekris box. To make it happen some alterations are made in rc.conf file. The single configuration file rc.conf, resides at /etc/rc.conf. Once the procedure above is complete, rc.conf file can be altered in vi too. This file is pretty self-explanatory, and full of comments to make it easier to understand. If any changes are made in this file, the best way to apply them is

12 just to restart. The GUI can be accessed by going to the IP address (on the LAN interface) of the machine and using ip here]. The default is , so the full URL is warning messages will be displayed about the Certificate not being trusted, not matching the site, having an IP address of , etc. when the security certificate is confirmed, username and password will be asked. The default is admin and astlinux. 15. All the major changes can now be done in this web GUI. In the first tab status of this GUI general features about PBX are displayed along with names of all sip phones registered, disk usage, and general message log for Soekris box. Figure 7.10: Status 16. In next tab CDR log i.e. call detail record log, all the calls that happened from the server are mentioned along with their extension numbers, time of call and context which is accessed for that call.

13 Figure 7.11: CDR Log 17. In network tab, all the Ethernet port configurations are mentioned and their IP addresses can be accessed and altered from here. Soekris box has 4 Ethernet ports. Eth0 is for WAN while eth1, eth2, eth3 are used for LAN.

14 Figure 7.12: Network 18. In edit tab, all the major configuration files of dial plan can be accessed and altered. There is also an option for asterisk modules saving and asterisk server restart option here. The positive aspect of using this method is that Soekris box is not required to be hard booted every time any changes are made. Figure 7.13: Edit 19. The system tab can be used in general to change management password, to view, configure, reload and reboot system and configuration files. Along with these options, system firmware, asterisk sound packages and runnix boot loader can be upgraded from here.

15 Figure 7.14: System Persistent Storage 20. The sound packages in Soekris box are not installed by default. They are to be done manually and to make this happen, first persistent storage is to be made in the system. For making persistent storage, first the IP address address>/admin/setup.php is accessed and step 1 is taken by choosing the appropriate option for the system.

16 Figure 7.15: Persistent Storage 21. When the continue option is selected in step 1, the system will be rebooted and after when the system is rebooted completely the same web page is accessed again and setup is completed by choosing the finish option.

17 Figure 7.16: Persistent Storage Format 22. Astlinux management will prompt when the installation procedure is complete. After that sound packages can be updated by accessing the system tab and connecting to internet from WAN port of Soekris box i.e. eth0 port.

18 Figure 7.17: Setup Compilation

Internal Notes on AstLinux

Internal Notes on AstLinux Internal Notes on AstLinux For AstLinux to be run on a x86 architecture from a compact flash card, download the i586 tar.gz image. Use a command similar to this to write the CF card: gunzip -c ~gcooper/desktop/astlinux-0.4.4-i586.img.gz

More information

Virtualized XOS Image Installation - Windows

Virtualized XOS Image Installation - Windows Virtualized XOS Image Installation - Windows XOSv Installation Procedure This document provides a step-by-step process to install the XOSv image on to a new networking platform. If you have questions,

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011 61200990L1-29.1D July 2011 Configuration Guide This configuration guide explains how to update your ADTRAN Operating System (AOS) firmware using the AOS Web-based graphical user interface (GUI) with Trivial

More information

Product Family: Networking Hardware Number: AN-NH-012

Product Family: Networking Hardware Number: AN-NH-012 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

D120-S3G User s Guide

D120-S3G User s Guide D120-S3G User s Guide GIGABYTE Technology Ltd. Network & Business Unit Table of Contents 1. How to connect console.page 3 to 5 2. Login into Web UI Page 6 to 11 3. GIGABYTE Management Console (IPMI web

More information

Grandstream IP Phone Configuration Guides

Grandstream IP Phone Configuration Guides Grandstream IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Table of Contents FOR GRANDSTREAM GXP SERIES... 3 Register with MyPBX... 3 Provisioning for MyPBX... 5 Phone

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

Overview of USB Flash Drive Based Install Instructions

Overview of USB Flash Drive Based Install Instructions Overview of USB Flash Drive Based Install Instructions WARNING: Installing any Image completely wipes out ALL data and settings including printer drivers which must be re-installed. SAVE ALL DATA BEFORE

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Fanvil IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents REGISTER WITH MYPBX MANUALLY... 3 REGISTER SIP EXTENSION... 4 REGISTER IAX2 EXTENSION... 6 CONFIGURING TO USE IAX2 ON

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Yealink IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents Register with MyPBX manually... 3 Configuring BLF on Yealink... 6 Provisioning for MyPBX... 8 3.1 Phone provisioning

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

Soekris Engineering. net4501 series boards and systems. User s Manual

Soekris Engineering. net4501 series boards and systems. User s Manual Soekris Engineering net4501 series boards and systems. User s Manual Vers 0.11 September 26, 2001 Table of Contents 1 INTRODUCTION...4 2 SPECIFICATIONS...5 2.1 Overview... 5 2.2 Bus Expansion... 5 3 BIOS...6

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File The topics covered in this chapter are: Boot using USB Drive, on page 1 Boot Using ipxe, on page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

How To Make A Pen-Drive Bootable?

How To Make A Pen-Drive Bootable? How To Make A Pen-Drive Bootable? Hello Friends Welcome to FixinGeek.com How are you, friends? I m back after a long time so friends in this post you will learn the process to make your pen drive bootable

More information

INTRODUCTION TO UPGRADING THE FRAME CONTROLLER IMAGE

INTRODUCTION TO UPGRADING THE FRAME CONTROLLER IMAGE TABLE OF CONTENTS 1. INTRODUCTION TO UPGRADING THE FRAME CONTROLLER IMAGE VistaLINK... 1 1.1. DETERMINING 7700FC IMAGE USING VISTALINK... 1 1.2. DETERMINING FCBOOT VERSION... 2 1.2.1. Connecting the Computer

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

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

MyPBX Security Configuration Guide

MyPBX Security Configuration Guide MyPBX Security Configuration Guide Version: V1.1 Date: Sep., 2013 http://www.yeastar.com 1/52 Contents Security Center*... 3 1. Ports and password enhancement... 4 1.1 Web GUI (HTTP)... 4 1.1.1 Change

More information

Action Items SYSTEM REQUIREMENTS

Action Items SYSTEM REQUIREMENTS Admin Training Guide Version 1.9 January 2018 ... Action Items Prior to setting up and installing your BlueJeans Room with Dolby Conference Phone, it is recommended that the following items are reviewed

More information

Instruction Sheet Updating SmartPAC 2 Firmware

Instruction Sheet Updating SmartPAC 2 Firmware Instruction Sheet Updating SmartPAC 2 Firmware This document shows you how to update SmartPAC 2 firmware, using a USB disk, and load SmartPAC 2 firmware installed on a replacement Compact Flash (CF) card.

More information

Installing FreePBX Official Distro

Installing FreePBX Official Distro Installing FreePBX 10.13.66 Official Distro Follow these instructions for the easiest, totally automated FreePBX installation! 1. Download the ISO file from http://www.freepbx.org/downloads. 2. Convert

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

More information

AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX

AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX AsteriskNow is a free and powerful turnkey open source PBX system that can be combined with high quality Polycom phones to create an

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server First Published: November 4, 2011 Revised: June 12, 2012 Do not use the information in this module to perform an upgrade from Cisco

More information

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide 28 May 2009 3Com VCX Connect Solution SIP Trunking Table of Contents 1 3COM VCX CONNECT AND INGATE... 1 1.1 SIP TRUNKING SUPPORT...

More information

Cisco ISE Command-Line Interface

Cisco ISE Command-Line Interface This chapter provides information on the Cisco Identity Services Engine (Cisco ISE) command-line interface (CLI) that you can use to configure and maintain Cisco ISE. Cisco ISE Administration and Configuration

More information

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT Types of User Interface USER INTERFACE Command Interface Menu Interface Graphical User Interface Voice actuated Interface Web- form Interface User interface

More information

Installation with a DSL Connection.

Installation with a DSL Connection. www.voicelift.com Support@VoiceLift.com Office: 1.866.237.3001 Fax: 321.632.7632 Installation with a DSL Connection. DSL connections can be more challenging since most DSL modems are also routers and supply

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

More information

NET INTEGRATION TECHNOLOGIES INC. NET INTEGRATOR MICRO. Quick Start Guide

NET INTEGRATION TECHNOLOGIES INC. NET INTEGRATOR MICRO. Quick Start Guide NET INTEGRATOR MICRO Quick Start Guide 602-0002-02 Meet Your Net Integrator Micro Front View USB Port Ethernet LED Hard Drive LED Power LED Power button 2 Quick Start Guide Back View DC 12V input connector

More information

S38 Basic Configuration

S38 Basic Configuration S38 Basic Configuration Contents 1 Web Login Summary...1 1.1 Overview...1 1.2 Management IP/ Route Configuration...1 1.3 User Configuration...2 1.4 Http Configuration...2 1.5 Web Login...3 2 Firmware upgrade...5

More information

PowerVIEW HD 22/30 Version

PowerVIEW HD 22/30 Version Release Notes 9/17/15 PowerVIEW HD 22/30 Version 1.01.04 Released 9/17/15 Additions and Enhancements Improved IR Processing in Half-Recessed Ceiling Mount Improved 1080p/25 video quality. Fixed Issues

More information

Application Note Startup Tool - Getting Started Guide

Application Note Startup Tool - Getting Started Guide Application Note Startup Tool - Getting Started Guide 07 July 2008 Startup Tool Table of Contents 1 INGATE STARTUP TOOL...1 2 STARTUP TOOL INSTALLATION...2 3 CONNECTING THE INGATE FIREWALL/SIPARATOR...5

More information

Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode

Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode Rhod Brown Systems Engineer Cisco-Linksys ANZ Preface A small number of ADSL2MUEs shipped in Australia and New Zealand with a non standard Linksys interface.

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

Cisco IP Phone Configuration Guide

Cisco IP Phone Configuration Guide Version 1.0 Date: 2016.09.21 Yeastar Information Technology Co. Ltd. Introduction This guide introduces how to configure Cisco IP phones with Yeastar S-Series VoIP PBX. You have multiple ways to configure

More information

1. PRODUCTS AFFECTED OVERVIEW REASON FOR UPGRADE EVERTZ SERVICE CONTACT INFORMATION FIRMWARE UPGRADE...

1. PRODUCTS AFFECTED OVERVIEW REASON FOR UPGRADE EVERTZ SERVICE CONTACT INFORMATION FIRMWARE UPGRADE... 1. PRODUCTS AFFECTED... 2 2. OVERVIEW... 2 3. REASON FOR UPGRADE... 2 3.1. FEATURE ENHANCEMENTS AVAILABLE IN RELEASE 2.6 BUILD 6... 3 4. EVERTZ SERVICE CONTACT INFORMATION... 3 5. FIRMWARE UPGRADE... 3

More information

Managing Controller Software and Configurations

Managing Controller Software and Configurations CHAPTER 8 Managing Controller Software and Configurations This chapter describes how to manage configurations and software versions on the controllers. This chapter contains these sections: Transferring

More information

Htek IP Phone Configuration Guides

Htek IP Phone Configuration Guides Htek IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Contents 1. Introduction... 3 2. Register with MyPBX Manually... 4 2.1 Register SIP Extension... 4 2.1 Configuring

More information

CHAPTER 2 ACTIVITY

CHAPTER 2 ACTIVITY CHAPTER 2 ACTIVITY 2.1.1.1 1. CLI stands for 2. GUI stands for 3. Write the step you used to go to CLI interface on Windows 4. The OS, normally loads from a disk drive, into RAM. 5. The portion of the

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

AsteriskNow IPTables Firewall Configuration

AsteriskNow IPTables Firewall Configuration AsteriskNow IPTables Firewall Configuration In a previous guide I discussed how to setup an AsteriskNow server with Polycom phone support. In this guide I will illustrate how to tighten up your server

More information

MyPBX Security Configuration Guide

MyPBX Security Configuration Guide MyPBX Security Configuration Guide Version: V1.5 Date: May 5th, 2014 http://www.yeastar.com 1/56 Contents MyPBX Security Configuration Guide Introduction... 3 Security Center... 4 Part 1 Ports and Password

More information

Codian IP VCR IP VCR 2200 Series

Codian IP VCR IP VCR 2200 Series Codian IP VCR IP VCR 2200 Series Getting Started Codian IP VCR IP VCR 2200 Series Getting Started Copyright Codian 2006. All rights reserved. This Getting Started Guide may not be copied, photocopied,

More information

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1 idor Mobile Setup Table of Contents Login into the Web-GUI... 3 Network Settings... 4 Set Static IP Address... 5 Apartments... 7 Add an Apartment... 7 Edit an Apartment... 9 Delete an Apartment... 9 SIP

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

HMC The New Console on the Block John Still

HMC The New Console on the Block John Still HMC The New Console on the Block John Still Objectives Console History Introducing the Hardware Management Console (HMC) Planning for HMC and i5 Guided Setup Wizard HMC Management Remote Access System

More information

In the following table, asterisks (*) indicate the factory default setting. First level Second level Third level Fourth level Values

In the following table, asterisks (*) indicate the factory default setting. First level Second level Third level Fourth level Values Supplies menu To display: At the product control panel, press the Home menu. button, and then select the Supplies In the following table, asterisks (*) indicate the factory default setting. Table 3-18

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide BRI Gateway Version 2.1 Table of Contents Hardware Setup... 1 Accessing the WEB GUI... 2 Creating SIP Trunks... 3 Creating BRI Trunks... 4 Call Routing Rules... 4 Hardware Setup

More information

MP01 Quick Start Guide

MP01 Quick Start Guide MP01 Quick Start Guide Version: V2.0 2011-10-12 Table of Contents MP01 QUICK START GUIDE... 2 1. USE MP01 TO SET UP A WIFI TELEPHONY NETWORK AND MAKE INTERNAL PHONE CALLS... 2 1.1 STEP 1-LOGIN TO THE MP01

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

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24 MDNET-5W Wi-Fi/Ethernet/RS485 Converter Operation Manual Version 01.00 2016/03/24 I. Features & Specification Features: Connect RS485 devices to Ethernet or Wi-Fi network Connect Ethernet device to Wi-Fi

More information

Post-Installation and Maintenance Tasks

Post-Installation and Maintenance Tasks Log In to the Cisco ISE Web-Based Interface, on page 1 Cisco ISE Configuration Verification, on page 2 VMware Tools Installation Verification, on page 4 Return Material Authorization, on page 6 Reset a

More information

IpAlarm Module Set Up

IpAlarm Module Set Up Page 1 IpAlarm Module Set Up Note: This device is shipped configured for Ethernet connectivity. To use in this mode, connect the BLUE Jack (marked WAN) to your router and wait for the LEDs to stabilize.

More information

VideoEdge NVR 4.1 to 4.21 Migration

VideoEdge NVR 4.1 to 4.21 Migration Application 8200-0959-26 A0 Date Issued: 19 November, 2012 VideoEdge NVR 4.1 to 4.21 Migration Product Model Software Part Number(s) VideoEdge NVR 4.1, 4.21 Various Purpose This application note provides

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Com.X5 Getting Started Guide

Com.X5 Getting Started Guide Com.X5 Getting Started Guide Version 1.0, April 12, 2012 http://www.farsouthnet.com Welcome to the world of Com.X intelligent Asterisk solutions! This leaflet will help you to get started with your new

More information

IpAlarm Module Set Up VirtuAlarm model

IpAlarm Module Set Up VirtuAlarm model Page 1 IpAlarm Module Set Up VirtuAlarm model Note: This device is shipped configured for Ethernet connectivity. To use in this mode, connect the BLUE Jack (marked WAN) to your router and wait at least

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version:

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version: GIGABYTE Software Reference Guide for MP30 (APM) Platform R01 Document Version: R01 1 CONTENTS BASICS SECTION... 3 1.1 Equipment and tools list... 3 1.2 How to make Ubuntu OS image to SD card... 5 1.3

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

Configure the idrac Remote Access Console

Configure the idrac Remote Access Console Configure the idrac Remote Access Console Published: 2019-02-11 If your ExtraHop system is deployed in a data center or other remote environment, you might need to access the console and power-management

More information

IndustrialPro Routers (SN/RAM Series)

IndustrialPro Routers (SN/RAM Series) Wireless Modems Including 67xx LTE Models Migration and Advanced Firmware Update Procedures Version 3.13/4.13 December 2012 CHANGE HISTORY Version Date Description 3.13 December 20, 2012 SN/RAM Release

More information

Network Planning and Implementation

Network Planning and Implementation Network Planning and Implementation SYLLABUS 3.1 Designing network 3.1.1 Accessing network needs- applications, users, network services, security and safety, growth and capacity planning 3.1.2 Meeting

More information

Application Note Asterisk BE with SIP Trunking - Configuration Guide

Application Note Asterisk BE with SIP Trunking - Configuration Guide Application Note Asterisk BE with SIP Trunking - Configuration Guide 23 January 2009 Asterisk BE SIP Trunking Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2

More information

INSTRUCTIONS TO UPDATE FIRMWARE FOR

INSTRUCTIONS TO UPDATE FIRMWARE FOR INSTRUCTIONS TO UPDATE FIRMWARE FOR Dranetz 1000 New Durham Road, Edison, New Jersey 08818 Telephone 1-800-372-6832 or 732-287-3680 Fax 732-248-1834 www.dranetz.com Updating the HDPQ SP s Firmware The

More information

Using the Offline Diagnostic Monitor Menu

Using the Offline Diagnostic Monitor Menu APPENDIX B Using the Offline Diagnostic Monitor Menu During the boot process, you can access the Offline Diagnostic Monitor (Offline DM) Main menu. The Offline DM Main menu allows you to perform the following

More information

Com.X10 Quick Start Guide

Com.X10 Quick Start Guide Com.X10 Quick Start Guide Version July 15, 2014 http://www.farsouthnet.com Welcome to the world of Com X changing the communications landscape for good This leaflet will help you to get started with your

More information

Installing the Server Operating System or Hypervisor

Installing the Server Operating System or Hypervisor Installing the Server Operating System or Hypervisor This chapter includes the following sections: Operating System or Hypervisor Installation Methods, page 1 KVM Console, page 1 PXE Installation Servers,

More information

User s Manual. Rev July 29,

User s Manual. Rev July 29, User s Manual Rev. 3.3.0.75 July 29, 2009 www.comsol.com.au Contents 1. Introduction...2 1.1 System Requirements... 2 1.2 Multilingual Support... 2 1.3 Disk Partitioning... 2 1.4 Note... 3 2. Icon Descriptions...4

More information

snom.com snom ONE mini Quick Start Guide

snom.com snom ONE mini Quick Start Guide snom.com snom ONE mini Quick Start Guide Copyright All rights reserved. This document is supplied by snom technology. No part of this document may be reproduced, republished or retransmitted in any form

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Contents. Table of Contents

Contents. Table of Contents Table of Contents Contents 1. Web Interface Configuration... 2 1.1 Login Information... 3 1.2 Saving Configuration Changes... 4 1.3 Status Page... 5 1.4 Log... 6 1.4.1 Log Settings... 6 1.4.2 Syslog...

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Create a Bootable USB Drive, page 1 Boot the Router Using USB, page 5 Perform System Upgrade Using USB, page 7 Create a Bootable USB Drive The bootable USB drive

More information

ProMAX Platform Portable Quick Start Guide

ProMAX Platform Portable Quick Start Guide Version 5.0 Table of Contents Contents About this guide... 3 Getting Started... 4 Before You Begin... 4 Space and Cooling Requirements... 4 Network Settings and Connecting Computers to Your Platform Server...

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

TCPConv 2. Technical Manual

TCPConv 2. Technical Manual TCPConv 2 Technical Manual DocRev7, August 16, 2013 Elatec GmbH Contents Contents 1 Introduction........................................ 3 1.1 Typical Scenario................................... 3 1.2

More information

Instructions manual / DPC Touch Firmware Upgrade 1. DPC Touch Firmware Upgrade SERVICE MANUAL

Instructions manual / DPC Touch Firmware Upgrade 1. DPC Touch Firmware Upgrade SERVICE MANUAL Instructions manual / DPC Touch Firmware Upgrade 1 DPC Touch Firmware Upgrade SERVICE MANUAL Instructions manual / DPC Touch Firmware Upgrade 2 IMPORTANT The tool delivered with this manual may have been

More information

Getting Started with ESX

Getting Started with ESX ESX 4.1 vcenter Server 4.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

More information

Polycom RealPresence Distributed Media Application (DMA ) System

Polycom RealPresence Distributed Media Application (DMA ) System GETTING STARTED GUIDE 10.0 October 2018 3725-76311-001Q Polycom RealPresence Distributed Media Application (DMA ) System Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may

More information

Upgrade 6081RC Firmware

Upgrade 6081RC Firmware 6081RC Upgrade procedure for firmware and CoMon bootloader Date Action Sign-off 1/22/2009 Write initial upgrade procedure for firmware & CoMon bootloader Nathan Meyer 1/27/2009 Edit to simplify procedure

More information

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file QUICK START DSS V6 DSS V6 is a standalone bootable storage OS. The software for the Lite version and the regular version of DSS is the same. When you install DSS V6 you can alternatively choose to run

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

HylaFAX Enterprise Appliance Quick Start Guide

HylaFAX Enterprise Appliance Quick Start Guide Appliance Installation This document will guide you through the initial steps for installing the HylaFAX Enterprise Appliance. The Appliance can be downloaded at the following URL and then burned to disc

More information

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard. Initial Boot from Install Disc 1 Turn on the power for your machine. Sysinstall main menu Immediately place the first CD-ROM of the FreeBSD 5.3 install set in your machine's CD-ROM drive. You'll see an

More information

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5.

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5. This guide is designed to assist in shutting down the Gold Servers ensuring a clean reboot of the systems. This should be done by the System Administrators with all users logged off the system and any

More information

Release Notes. for Kerio Operator 2.1.0

Release Notes. for Kerio Operator 2.1.0 Release Notes for Kerio Operator 2.1.0 Date: March 12th, 2013 2013 Kerio Technologies s.r.o. All rights reserved. 1 Welcome to Kerio Operator 2.1.0 Welcome to the final release of Kerio Operator 2.1.0.

More information

Lionstracs Groove X-R

Lionstracs Groove X-R Lionstracs Groove X-R Groove OS version 5.3 Installation & Upgrade Guide 31 October 2011 English Language documentation prepared by Corcyra Global in consultation with Lionstracs Table of Contents Warning

More information