SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide

Size: px
Start display at page:

Download "SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide"

Transcription

1 AX3800S/AX3600S Software Upgrade Guide Edition 4: November,

2 Preface This document describes how to upgrade the software from L3(L3S) Lite Edition to L3(L3S) Advanced Edition. Read this document carefully before upgrading the software. Trademarks Windows is a registered trademark of Microsoft Corp. in the U.S. and other countries. Other product and company names mentioned in this document may be the trademarks of their respective owners. Edition history Edition 1: December, 2005 Edition 2: January, 2006 Edition 3: November, 2007 Edition 4: November, 2011 Copyright All Rights Reserved, Copyright(c), 2005, 2011, ALAXALA Networks Corp. Note The information in this document is subject to change without notice as a result of product enhancements. Contents 1. Overview Overview of upgrading Preparation for upgrading Notes on upgrading the software Measures to take if flash memory is insufficient Upgrading the Software Preface Transferring the file from a remote operation terminal Copying the file from an SD card Upgrade procedure Upgrading the Software When the Equipment Uses VLAN Tunneling Upgrading from the SD card Upgrading from an operation terminal (when you do not have the SD card)...10 Appendix

3 1. Overview 1.1. Overview of upgrading You can upgrade the software in one of two ways: from a remote operation terminal or from an SD card. After upgrading, the software inherits configuration information, user information (login account and password), and option license information without change. For details on how to upgrade the software when the equipment uses VLAN tunneling, see Chapter 3. (1) Upgrading from a remote operation terminal From a remote operation terminal such as a PC, transfer the upgrade file to the equipment (1 in figure; see also 2.2), and then execute the ppupgrade upgrade command (2 in figure; see also 2.4). PC IPv4/IPv6 network Equipment 1 Transfer upgrade file (ftp). 2 Log in, and execute the upgrade command (ppupgrade). (2) Upgrading from an SD card Insert an SD card containing the upgrade file into the equipment (1 in figure), copy the file from the SD card to the equipment (2 in figure; see also 2.3), and then execute the ppupgrade upgrade command (3 in figure; see also 2.4). Console terminal Serial cable Equipment 2 Copy file on card to equipment. 3 Log in, and execute the upgrade command (ppupgrade). 1 Insert the SD card. SD card SD card containing the upgrade file Use this procedure if IP communication cannot be performed because of VLAN tunneling. 3

4 1.2. Preparation for upgrading Before you transfer the upgrade file to the equipment and execute the ppupgrade command, make sure that the conditions shown in Table 1-2 are satisfied. Table 1-2: Conditions for upgrading No. Upgrading type Conditions Action to satisfy condition 1 Upgrading from a remote operation terminal A remote operation terminal (such as a PC) can access the equipment via a network using IPv4 or IPv6. Prepare a remote operation terminal, and connect it to a network so that it can communicate with the equipment 2 FTP (client) software has been installed on the remote operation terminal so that files can be written (put) to the equipment. 3 The configuration information on the equipment has been set so that the remote operation terminal can perform an FTP transfer to the equipment. 4 A user ID and password for the equipment have been set. 5 A remote operation terminal or a console can log in to the equipment whose software is to be upgraded. 6 Upgrading from an SD card A console terminal can log in to the equipment. 7 Common Flash memory sufficient for transferring the upgrade file is available. The minimum amount of flash memory needed is the difference between the sizes of old and new files. You can check the size of a file by executing the following command: ls -l file-name using the Internet protocol. Install FTP client software on the remote operation terminal. (In Windows, you can also use the FTP program provided by the operating system.) Define ftp-server in the configuration information. If access lists have been defined in line vty mode, set them to permit access from the remote operation terminal. Set the password for the user ID. To log in from a remote operation terminal via telnet, enable telnet functionality. (You can use the line vty command to enable telnet functionality.) - Use a cross-over serial cable to connect the console terminal and the equipment. - Make sure that the terminal emulator application can be used. If there is not enough flash memory for transferring the upgrade file, see 1.4 Measures to take if flash memory is insufficient. 8 You have administrator privileges. To execute the ppupgrade command, you must use the enable command to obtain administrator privileges. 4

5 1.3. Notes on upgrading the software (1) Notes on file transfer When you use FTP to transfer the upgrade file, always use binary mode. The ppupgrade command fails if the FTP transfer is not in binary mode. When you transfer the upgrade file to the equipment, make sure that the file name is upgrade.dat. If this file already exists, the existing file is replaced with the new one. If you have transferred the upgrade file to the wrong destination or transferred it with the wrong file name, delete the file and then transfer the upgrade file correctly. (2) Notes on copying the upgrade file from an SD card Use an ALAXALA SD card. Before upgrading, store the upgrade file on the SD card by using a PC or similar means. (3) Notes on executing the ppupgrade command Make sure that you are the only user executing a ppupgrade command. You cannot execute the ppupgrade command in configuration command mode. Before upgrading, back up the current configuration information. Do not turn the equipment on or off while you are upgrading the software. If the equipment is turned off while upgrading is in progress, restart the equipment and perform the upgrading again from the beginning. If the configuration information has been edited online but has not been saved, use the save configuration command to save the configuration information to the internal flash memory before upgrading. If you do not perform this operation, the previous configuration information is restored when the equipment is restarted. When upgrading the software on the AX3830S model, use the AX3830S upgrade software. The AX3830S upgrade software cannot upgrade except the AX3830S model. When upgrading the software on the AX3640S model, use the AX3640S upgrade software. The AX3640S upgrade software cannot upgrade except the AX3640S model. When upgrading the software on the AX3630S model, use the AX3630S upgrade software. The AX3630S upgrade software cannot upgrade except the AX3630S model. When the ppupgrade_command_password.txt does not exist on the Upgrade CD-ROM, see upgrade.pdf on the Upgrade CD-ROM. 5

6 1.4. Measures to take if flash memory is insufficient Use the rm command to delete the files under the /usr/var/core/ directory. Execute the erase protocol-dump unicast all command. Execute the squeeze command. Reduce the number of user files saved in the user area. 6

7 2. Upgrading the Software 2.1. Preface Use the procedure described in 2.2 or 2.3 to transfer the upgrade file to the equipment, and then use the procedure described in 2.4 to upgrade the software Transferring the file from a remote operation terminal Transfer the upgrade file to the home directory as described in Procedure for transferring the file in the Appendix. Always transfer the file in binary mode Copying the file from an SD card The following procedure shows how to copy the upgrade file from an SD card to the equipment. To copy the file from an SD card to the equipment: 1 Insert an SD card containing the upgrade file into the equipment. 2 Log in to the equipment. 3 Use the ls mc-dir command to confirm that the upgrade file is on the SD card. 4 Enter the cd command to move to the home directory. 5 Use the cp mc-file command to copy the upgrade file from the SD card to the equipment. 6 Use the ls l command to confirm that the size of the file that has been copied to the equipment and the size of the file on the SD card are the same. > ls mc-dir... 3 Name Size upgrade.dat 33 (Check the file name and size.) >cd... 4 >cp mc-file upgrade.dat upgrade.dat... 5 > >ls l... 6 total rwxrwxrwx 1 root wheel 33 Dec 19 14:26 upgrade.dat...(check the file size.) 7

8 2.4. Upgrade procedure The following procedure shows how to upgrade the software from L3(L3S) Lite Edition to L3(L3S) Advanced Edition. When the upgrade procedure is complete, the equipment is automatically restarted. Note that communication temporarily stops during restart. Before using the procedure, make sure that the upgrade file has been transferred from a remote terminal (2.2) or copied from an SD card (2.3) to the equipment. To upgrade the software: 1 Use a user ID that has been set (such as operator) in the equipment to log in to the equipment. 2 Enter the enable command. The command prompt changes to a number sign (#). 3 Execute the ls -l command. 4 Confirm that the size of the file that has been transferred or copied to the equipment is equal to the size of the original file. 5 Enter ppupgrade upgrade.dat. 6 When a password prompt appears, enter a password which is provided with ppupgrade_command_password.txt file on the Upgrade CD-ROM. 7 Upgrading ends, and the equipment is automatically restarted. After the equipment restarts, log in to the equipment again. 8 Execute the show version command to confirm that OS-L3A-A(upgrade) is displayed. When this is displayed, upgrading is complete. 8

9 BOOT Loading from dev0 100% login: operator...1 Copyright (c) 20xx ALAXALA Networks Corporation. All rights reserved. > enable #...2 (Confirm that the prompt has changed to "#".) # # show version Date 20xx/12/19 11:21:01 UTC Model: AX3630S-24T S/W: OS-L3L-A Ver H/W: AX-3630S-24T-ZX [TA036L24P000S03015AD004: :1183:2B504] # # ls -l total 1 -rw-r--r-- 1 operator users 33 Dec 19 11:22 upgrade.dat...4 # (Check the file size.) # ppupgrade upgrade.dat Upgrade password: xxxxxxxxxx... 6 (Check the password.) Automatic reboot process will be run after upgrade process. Do you wish to continue? (y/n) y Software upgrade... done Rebooting... # ROM BOOT Loading from dev0 100% login: operator... 7 (Log in again after restart.) Copyright (c) 20xx ALAXALA Networks Corporation. All rights reserved. > > show version Date 20xx/12/19 11:24:50 UTC Model: AX3630S-24T S/W: OS-L3A-A(upgrade) Ver (Check the version.) H/W: AX-3630S-24T-ZX [TA036L24P000S03015AD004: :1183:2B504] > 9

10 3. Upgrading the Software When the Equipment Uses VLAN Tunneling When the equipment uses VLAN tunneling, an IP address cannot be set for any equipment interface (VLAN). If you want to upgrade the software on equipment that uses VLAN tunneling, ALAXALA recommends that you purchase an SD card from ALAXALA and upgrade the software from the SD card Upgrading from the SD card Use the procedures described in 2.3 and 2.4 to upgrade the software Upgrading from an operation terminal (when you do not have the SD card) To upgrade the software when the equipment uses VLAN tunneling (which disables IP communication), you must disable VLAN tunneling and then define an IP address to enable IP communication. To enable IP communication safely, ALAXALA recommends that you do the following preparation work before upgrading the software: (1) Make all interfaces inactive to isolate the equipment from the system. (2) Use a cross-over LAN cable to connect the equipment directly to the operation terminal from which you will transfer the upgrade file. Alternatively, connect only the equipment and the operation terminal to a hub. The following flowchart shows the procedure for upgrading the software. 10

11 Start Save the configuration information. Isolate the equipment from the system. (Make all interfaces inactive.) Define an IP address for the interface that you want to use for file transfer. Connect the operation terminal and the equipment directly (using a cross-over LAN cable) or via a hub, and activate the interface. Do not save the configuration information. Use the procedure described in 2.2 to transfer the file. Use the procedure described in 2.4 to upgrade the software. (The equipment is rebooted, and the configuration information is restored.) Remove the cables from the equipment to restore the connection to its status before upgrading. Confirm that the configuration information has been restored. End 11

12 Appendix Procedure for transferring the file 1 Insert the Upgrade CD-ROM into the PC's CD-ROM drive. 2 Open the Command Prompt window. 3 Move to the soft directory on the CD-ROM drive. 4 Use the dir command to check the file name (upgrade.dat) and the file size. 5 Use the ftp command to connect to the equipment. 6 When you are prompted to enter your user name, enter the login name for the equipment. 7 When you are prompted to enter your password, enter your password. 8 Enter bin so that the file is transferred in binary mode. 9 Transfer the file to the home directory on the equipment. 10 Enter bye. C:\WINDOWS> e:... (When the CD-ROM drive is E) E:\>cd soft E:\soft>dir 20xx/11/24 22:44 33 upgrade.dat...4 (Check the file name and size.) E:\> ftp (When the equipment's IP address is ) User ( :(none)): operator... 6 (Specify the login name for the equipment) Password:*******... 7 (Specify the password.) ftp> bin ftp> put upgrade.dat ftp> bye 12

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1 Table of Contents 1 FTP and SFTP Configuration 1-1 Introduction to FTP and SFTP 1-1 Introduction to FTP 1-1 Introduction to SFTP 1-1 FTP Configuration 1-2 FTP Configuration: A Switch Operating as an FTP

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CCNA 1 Chapter 2 v5.0 Exam Answers 2013 CCNA 1 Chapter 2 v5.0 Exam Answers 2013 1. Refer to the exhibit. A switch was configured as shown. A ping to the default gateway was issued, but the ping was not successful. Other switches in the same

More information

PXM45 Backup Boot Procedures

PXM45 Backup Boot Procedures APPENDIX B 2 When a PXM45 card starts up, it first loads the boot software on the card. If the PXM45 cannot load the runtime firmware, the card continues to run the boot software in what is called backup

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

The flow of transferring the machining programs of the server PC and starting an automatic operation is as below.

The flow of transferring the machining programs of the server PC and starting an automatic operation is as below. CONTENTS 1 OUTLINE... 1 2 OVERALL FLOW... 1 3 NETWORK CONNECTION... 1 4 SETTING EXAMPLE... 1 5 SET SERVER PC... 2 5.1 Windows 7... 2 5.1.1 Install IIS... 2 5.1.2 Set IIS... 4 5.1.3 Set firewall... 9 5.1.4

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Smart ATA Binary Upgrade Procedure

Smart ATA Binary Upgrade Procedure NetGen Communications, Inc. Smart ATA Binary Upgrade Procedure http://www.netgencommunications.com support@netgencommunications.com 770-449-7704 Amendent Records Document Rev. 01 (July, 2014 ) Copyright

More information

**Please contact your local agent to get a legal license to upgrade: W-8031/8331/8731 to W- 8037/8337/8737 or W-8039/8339/8739 to W-8036/8336/8736 **

**Please contact your local agent to get a legal license to upgrade: W-8031/8331/8731 to W- 8037/8337/8737 or W-8039/8339/8739 to W-8036/8336/8736 ** Upgrading Your WinCON s ISaGRAF Driver This manual outlines the steps to install & upgrade your WinCON s drivers. (8037/8337/8737 & W-8036/8336/8736) **Please contact your local agent to get a legal license

More information

SSL VPN Reinstallation

SSL VPN Reinstallation SSL VPN Reinstallation This software reinstallation procedure describes how to reinstall the software onto a previously formatted and programmed hard disk drive (HDD) on the Contivity SSL VPN 1000 card.

More information

Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS

Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS Document ID: 15954 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

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

Obtaining and Installing the Updated TSBroadcaster Scripts

Obtaining and Installing the Updated TSBroadcaster Scripts [ Obtaining and Installing the Updated TSBroadcaster 1.0.0.10 Scripts Overview Background An issue with the tomcat process on the TSBroadcaster server causes the process to sometimes run out of memory.

More information

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24040 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements... 5 4.

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

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS / XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS / XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24042 / XGS3-24242 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements...

More information

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 Table of Contents 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 i 1 TFTP Configuration Commands TFTP Client Configuration Commands

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.2

CCNA 1 Final Exam Answers UPDATE 2012 eg.2 CCNA 1 Final Exam Answers UPDATE 2012 eg.2 January 12th, 2012AdminLeave a commentgo to comments 1. When must a router serial interface be configured with the clock rate command? when the interface is functioning

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

Getting Started. Getting Started with Your Platform Model. Factory Default Configurations CHAPTER

Getting Started. Getting Started with Your Platform Model. Factory Default Configurations CHAPTER CHAPTER 2 This chapter describes how to access the command-line interface, configure the firewall mode, and work with the configuration. This chapter includes the following sections: with Your Platform

More information

SP31. User Guide. January 2015 Document Revision 03

SP31. User Guide. January 2015 Document Revision 03 SP31 User Guide January 2015 Document Revision 03 SP31 User Guide Release Date: January 2015 COPYRIGHT Spondoolies-Tech Ltd. 2015. All rights reserved. www.spondoolies-tech.com Changes are periodically

More information

Software Requirement for Virtual Services Platform 9010

Software Requirement for Virtual Services Platform 9010 Release 3.4 NN46250-111 (700507325 Rev 03) Issue 01.03 October 2015 Avaya Virtual Services Platform 9000 Software Requirement for Virtual Services Platform 9010 The Control Processor (CP) modules in the

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

How To Install IPSO 6.2

How To Install IPSO 6.2 How To Install IPSO 6.2 24 April 2012 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed under licensing

More information

Setp1. Get New License from Welltech sales department for Release 2.0

Setp1. Get New License from Welltech sales department for Release 2.0 WellBilling 6600 V2.0 Upgrade Procedure Prior to start the upgrade procedure, please make sure the latest 1.5.1 firmware is installed correctly. Please do the upgrade in local area network and make sure

More information

Performing Software Maintenance Upgrades

Performing Software Maintenance Upgrades This chapter describes how to perform software maintenance upgrades (SMUs) on Cisco NX-OS devices. This chapter includes the following sections: About SMUs, page 1 Prerequisites for SMUs, page 3 Guidelines

More information

h/w m/c Kernel shell Application s/w user

h/w m/c Kernel shell Application s/w user Structure of Unix h/w m/c Kernel shell Application s/w. user While working with unix, several layers of interaction occur b/w the computer h/w & the user. 1. Kernel : It is the first layer which runs on

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Time: 20 minutes Given an IP address and mask of (address / mask), design an IP addressing scheme that satisfies the following requirements. Network address/mask

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

Platform Administration

Platform Administration CHAPTER 6 Cisco provides these tools to manage the Cisco MobilityManager server platform: Cisco IPT web pages that provide complete platform administration functions. Command Line Interface (CLI) that

More information

HP FlexFabric 12900E Switch Series

HP FlexFabric 12900E Switch Series HP FlexFabric 12900E Switch Series Software Upgrade Guide Part number: 5998-8368 Document version: 6W100-20150930 Legal and notice information Copyright 2015 Hewlett-Packard Development Company, L.P. No

More information

DGS-3630-Series Switches

DGS-3630-Series Switches DGS-3630-Series Switches Switch Management Interfaces Adding Administrator Account Enabling Remote Management (SSH) Changing Switch IP Address Saving Configuration Resetting to Factory Defaults Switch

More information

Using the Command-Line Interface

Using the Command-Line Interface CHAPTER 1 The Cisco Metro Ethernet (ME) 3400E Series Ethernet Access switch is supported by Cisco IOS software. This chapter describes how to use the switch command-line interface (CLI) to configure software

More information

RELEASE NOTES SNMPWEBCARD Version NOV-2016

RELEASE NOTES SNMPWEBCARD Version NOV-2016 RELEASE NOTES SNMPWEBCARD Version 12.06.0069 2-NOV-2016 Copyright (c) 2016 By Tripp Lite All Rights Reserved Java, Windows, OSX, Linux, and Unix are registered or service or trademarks of Oracle, Microsoft,

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

Software Upgrade Guide

Software Upgrade Guide Contents Software Upgrade Guide 1 Files used for upgrade 1 Upgrade methods 1 Upgrade from the CLI 2 Upgrading a standalone switch 2 Upgrading an IRF fabric 7 Upgrade from the BootWare menu 13 BootWare

More information

ICND1. Switch Configuration Lab. All configurations have been set to factory defaults for these labs

ICND1. Switch Configuration Lab. All configurations have been set to factory defaults for these labs ICND1 Switch Configuration Lab TOPOLOGY 3xPC (hosts) 2x2950 (Layer 2 Switches) 1x3560 (Layer 3 Switch) 5x2811 (Routers, unused in this set of labs) All configurations have been set to factory defaults

More information

UPGRADING ARCTIC CONTROL S FIRMWARE

UPGRADING ARCTIC CONTROL S FIRMWARE Viola Systems Ltd. tel +358-(0)201-226 226 Lemminkäisenkatu 14-18A fax +358-(0)201-226 220 FIN-20520, Turku e-mail support@violasystems.com Finland APPLICATION NOTE VA-10-1-2 UPGRADING ARCTIC CONTROL S

More information

Securely manage data center and network equipment from anywhere in the world.

Securely manage data center and network equipment from anywhere in the world. November 2009 LES1208A LES1216A LES1248A 8-/16-/48-Port Advanced Console Servers Quick Start Guide Securely manage data center and network equipment from anywhere in the world. Customer Support Information

More information

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment?

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment? CCNA1 v6.0 Chapter 2 Exam Answers 2017 (100%) MiPDF.COM 1. What is the function of the kernel of an operating software? It provides a user interface that allows users to request a specific task. The kernel

More information

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections:

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections: This chapter contains the following sections: Cisco APIC Documentation Roadmap, page 1 Simplified Approach to Configuring in Cisco APIC, page 2 Changing the BIOS Default Password, page 2 About the APIC,

More information

N /155F LAN Driver Installation Guide (Intel R191)

N /155F LAN Driver Installation Guide (Intel R191) N8104-153/155F LAN Driver Installation Guide (Intel R191) - 1 - - Contents 1. Preface... 3 1.1. Target OS... 3 1.2. Target... 3 1.3. Registration Trademark... 3 2. Installation of Windows Driver... 4 2.1.

More information

AWG5000 and AWG7000 Series Windows XP Operating System Restore

AWG5000 and AWG7000 Series Windows XP Operating System Restore DVD AWG5000 and AWG7000 Series Windows XP Operating System Restore 071-2084-01 www.tektronix.com Copyright Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries

More information

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0 LevelOne WAP-0005 108Mbps PoE Wireless AP User Manual V3.0.0 i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 FIGURE 1: WIRELESS ACCESS POINT... 1 FEATURES OF YOUR WIRELESS ACCESS POINT... 1 Security Features...

More information

GB-Ware. Quick Guide. Powered by: Tel: Fax Web:

GB-Ware. Quick Guide. Powered by: Tel: Fax Web: Powered by: GB-OS 6.1 GB-Ware Quick Guide GBWAQG201208-01 Global Technology Associates 3505 Lake Lynda Drive Suite 109 Orlando, FL 32817 Tel: +1.407.380.0220 Fax. +1.407.380.6080 Email: info@gta.com Web:

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

More information

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1 Table of Contents 1 FTP Configuration Commands 1-1 FTP Client Configuration Commands 1-1 ascii 1-1 binary 1-2 bye 1-2 cd 1-3 cdup 1-4 close 1-4 debugging 1-5 delete 1-6 dir 1-6 disconnect 1-8 display ftp

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

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

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

More information

Rev B. QAM Software Installation Guide

Rev B. QAM Software Installation Guide 4026030 Rev B QAM Software Installation Guide Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular attention to all safety

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

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02 EMC Greenplum Data Computing Appliance 1.2.0.1 to 1.2.1.x Software Upgrade Guide Rev: A02 Copyright 2013 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate

More information

DIGITAL SNA APPC/LU6.2 Programming Interface for OpenVMS Installation

DIGITAL SNA APPC/LU6.2 Programming Interface for OpenVMS Installation DIGITAL SNA APPC/LU6.2 Programming Interface for OpenVMS Installation Part Number: AA-EV68G-TE November 1998 This document describes how to install the DIGITAL SNA APPC/LU6.2 Programming Interface for

More information

Basic IOS Command Structure. Router#disable Router>

Basic IOS Command Structure. Router#disable Router> Router#disable Router> Basic IOS Command Structure Each IOS command has specific format or syntax and is executed at the appropriate prompt. The general syntax for a command is the command followed by

More information

Securely manage data center and network equipment from anywhere in the world.

Securely manage data center and network equipment from anywhere in the world. LES1208A-R2 LES1216A-R2 LES1232A LES1248A-R2 8-/16-/32-/48-Port Advanced Console Servers QS Guide Securely manage data center and network equipment from anywhere in the world. Customer Support Information

More information

VSB Backup and Recovery

VSB Backup and Recovery CHAPTER 6 This chapter describes how to backup and recover a VSB, and includes the following sections: Information About, page 6-1 Guidelines and Limitations, page 6-1 Configuring VSB Backup and Restoration,

More information

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

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

Longshine Technologie Europe GmbH

Longshine Technologie Europe GmbH Longshine Technologie Europe GmbH www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5

More information

ZyXEL. Firmware Release Note NWA1123-AC. Wireless N Business WLAN 1100 Series Access Point. Release V2.10(AAOX.0)C0. Date : Oct.

ZyXEL. Firmware Release Note NWA1123-AC. Wireless N Business WLAN 1100 Series Access Point. Release V2.10(AAOX.0)C0. Date : Oct. ZyXEL Firmware Release Note NWA1123-AC Wireless N Business WLAN 1100 Series Access Point Release V2.10(AAOX.0)C0 Date : Oct. 23, 2015 Author : RD Project Leader : Sam Liao Sam Liao 1/6 ZyXEL NWA1123-AC

More information

Smart Install Concepts

Smart Install Concepts CHAPTER 1 Smart Install is a plug-and-play configuration and image-management feature that provides zero-touch deployment for new switches. This means that a customer can ship a switch to a location, place

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

MILLENNIUM RELEASE 2011 UPGRADE VIA SECURE FTP

MILLENNIUM RELEASE 2011 UPGRADE VIA SECURE FTP SECURE FTP UPGRADE INSTRUCTIONS Nov 2011 MILLENNIUM RELEASE 2011 UPGRADE VIA SECURE FTP 5850 Shellmound Way Emeryville, CA 94608 510/655-6200 www.iii.com This publication is supplied for the exclusive

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Lab assignment #2 IPSec and VPN Tunnels

Lab assignment #2 IPSec and VPN Tunnels University of Pittsburgh School of Information Science IS2820/TEL2813 - Security Management Lab assignment #2 IPSec and VPN Tunnels Lab GSA: Carlos Caicedo Page I. Lab resources for this assignment...

More information

ForeScout CounterACT. Gradual Upgrade Guide. Version 8.0

ForeScout CounterACT. Gradual Upgrade Guide. Version 8.0 ForeScout CounterACT Gradual Upgrade Guide Version 8.0 Table of Contents About Gradual Upgrade... 3 Gradually Upgrade a CounterACT Deployment... 3 Who Should Perform a Gradual Upgrade... 3 Gradual Upgrade

More information

Unix Filesystem. January 26 th, 2004 Class Meeting 2

Unix Filesystem. January 26 th, 2004 Class Meeting 2 Unix Filesystem January 26 th, 2004 Class Meeting 2 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty at Virginia Tech Unix Filesystem! The filesystem is your interface

More information

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33 Contents FTP configuration commands 1 FTP server configuration commands 1 display ftp-server 1 display ftp-user 2 free ftp user 3 ftp server acl 3 ftp server enable 4 ftp timeout 5 ftp update 5 FTP client

More information

Skills Assessment Student Practice

Skills Assessment Student Practice Skills Assessment Student Practice Topology Assessment Objectives Part 1: Develop the IPv4 Address Scheme (15 points, 20 minutes) Part 2: Initialize and Reload Devices (10 points, 5 minutes) Part 3: Configure

More information

Quick Note 038. Upgrade Software options and/or VPN Licenses on a Digi Transport router.

Quick Note 038. Upgrade Software options and/or VPN Licenses on a Digi Transport router. Quick Note 038 Upgrade Software options and/or VPN Licenses on a Digi Transport router. November 2016 1 Contents 1 Introduction... 2 1.1 Assumptions... 2 2 Version... 2 3 Configuration... 3 3.1 Upload

More information

Aruba Quick Start Guide

Aruba Quick Start Guide Aruba Quick Start Guide Before you can access the Web-based Web UI tools, which is the primary configuration interface for Aruba Mobility Controllers, the switch must be configured with basic system information

More information

TFC-1600MM Media Conversion System. Management Configuring Guide

TFC-1600MM Media Conversion System. Management Configuring Guide TFC-1600MM Media Conversion System Management Configuring Guide CONFIGURING THE SYSTEM This chapter provides network managers and system administrators with information about how to configure the Media

More information

SAS Activity-Based Management Server Software 6.1 for Windows

SAS Activity-Based Management Server Software 6.1 for Windows Installation Instructions SAS Activity-Based Management Server Software 6.1 for Windows Pre-installation Checklist Before you start to install or upgrade SAS Activity-Based Management Server, please follow

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sophos Firewall Software Appliance Document Date: August 2017 August 2017 Page 1 of 13 Contents Change Log...3 Copyright Notice...4 Preface...5 Minimum Hardware Requirement...5 Recommended

More information

SAMA5D3x-CM Instruction to program images with PEEDI

SAMA5D3x-CM Instruction to program images with PEEDI SAMA5D3x-CM Instruction to program images with PEEDI 1) To begin programing with PEEDI you need to prepare some cables and install a terminal emulation software 1.1 First ensure that you have installed

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.1

CCNA 1 Final Exam Answers UPDATE 2012 eg.1 CCNA 1 Final Exam Answers UPDATE 2012 eg.1 January 12th, 2012AdminLeave a commentgo to comments Which of the following are the address ranges of the private IP addresses? (Choose three.) 10.0.0.0 to 10.255.255.255

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2 Lenovo RackSwitch G8272 Release Notes For Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety information and Environmental Notices

More information

Maintaining Your WAAS System

Maintaining Your WAAS System 14 CHAPTER This chapter describes the tasks you may need to perform to maintain your WAAS system. Throughout this chapter, the term WAAS device is used to refer collectively to the WAAS Central Managers

More information

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

Upgrading to BAMS Release 3.30

Upgrading to BAMS Release 3.30 APPENDIXB Upgrading to BAMS Release 3.30 Revised: April, 2010, Introduction To upgrade Cisco BAMS software to Cisco BAMS 3.30, you must upgrade from BAMS 3.20. If you wish to upgrade from BAMS 3.13 to

More information

OL Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions

OL Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions OL-26412-01 Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions Please Read Important Please read this entire guide. If this guide provides installation or operation instructions,

More information

USB port Hub with Ethernet Adapter. User s Manual

USB port Hub with Ethernet Adapter. User s Manual USB 2.0 3-port Hub with Ethernet Adapter User s Manual USB 2.0 3 Port Hub with Ethernet Adapter ABOUT THIS MANUAL This manual is designed for use with the USB 2.0 3 Port Hub with Ethernet Adapter. Information

More information

SCS100/200/400 Quick Start Guide

SCS100/200/400 Quick Start Guide 900-320 Rev. A 9/25/03 4:07 PM Page 1 Secure Console Servers 2003 Copyright Lantronix is a registered trademark of Lantronix, Inc. All rights reserved. 900-320 Rev. A 9/03 900-320 Rev. A 9/25/03 4:07 PM

More information

L2+ 24-Port Gigabit Managed Switch with. Hardware Layer3 IPv4/IPv6 Static Routing GS S8C GS S8CR. Quick Installation Guide

L2+ 24-Port Gigabit Managed Switch with. Hardware Layer3 IPv4/IPv6 Static Routing GS S8C GS S8CR. Quick Installation Guide L2+ 24-Port Gigabit Managed Switch with Hardware Layer3 IPv4/IPv6 Static Routing GS-5220-16S8C GS-5220-16S8CR Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3.

More information

Lab Student Lab Orientation

Lab Student Lab Orientation Lab 1.1.1 Student Lab Orientation Objective In this lab, the students will complete the following tasks: Review the lab bundle equipment Understand the security pod topology Understand the pod naming and

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

Deploying Cisco ASA Firewall Features (FIREWALL) v1.0. Global Knowledge European Remote Labs Instructor Guide

Deploying Cisco ASA Firewall Features (FIREWALL) v1.0. Global Knowledge European Remote Labs Instructor Guide Deploying Cisco ASA Firewall Features (FIREWALL) v1.0 Global Knowledge European Remote Labs Instructor Guide Revision Draft 0.2 11/03/2011 1. Contents 1. Contents.2 2. Introduction.3 3. Remote Labs Topology,

More information

EMS Installation. Workstation Requirements CHAPTER. EMS Lite (Windows 95/98) EMS NT (Windows NT 4.0)

EMS Installation. Workstation Requirements CHAPTER. EMS Lite (Windows 95/98) EMS NT (Windows NT 4.0) CHAPTER 2 EMS Installation This chapter provides instructions for installing the Element Management System (EMS) software on a user workstation. Workstation Requirements The following sections list the

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

CCNA 1 Chapter 11 V4.0 Answers

CCNA 1 Chapter 11 V4.0 Answers CCNA 1 Chapter 11 V4.0 Answers 1. Refer to the exhibit. What command will place the router into the correct mode to configure an appropriate interface to connect to a LAN? UBAMA# configure terminal UBAMA(config)#

More information

Chapter 5 Review Questions

Chapter 5 Review Questions Chapter 5 Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn

More information

L2+ Managed Gigabit Switch WGSW series

L2+ Managed Gigabit Switch WGSW series L2+ Managed Gigabit Switch WGSW-24040 series Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2 Configuring IP

More information

Forescout. Gradual Upgrade Guide. Version 8.1

Forescout. Gradual Upgrade Guide. Version 8.1 Forescout Version 8.1 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

RELEASE NOTES: Web OS Great America Parkway Santa Clara, CA Phone Nortel

RELEASE NOTES: Web OS Great America Parkway Santa Clara, CA Phone Nortel RELEASE NOTES: TM Web OS 10.0 Part Number: 4655 Great America Parkway Santa Clara, CA 95054 Phone 1-800-4Nortel www.nortelnetworks.com Copyright 2003 Nortel Networks, Inc., 4655 Great America Parkway,

More information