Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition

Size: px
Start display at page:

Download "Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition"

Transcription

1 Citrix Systems, Inc. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Author: Scott L. Lindars Department: Worldwide Technical Readiness Issue Date: June 2007 Circulation: Citrix Employees, Partners, and Customers Document Version: 1.0 Based on: Access Gateway 8.0, Enterprise Edition Build 45.4

2 Table of Contents 1. Introduction General Requirements Scripts Upgrade Procedure Upgrade Procedure via the Command Line Backup Procedure Backup Procedure via the Configuration Utility Backup Procedure using the Command Line Restore Procedures Restore Procedure via the Command Line Reset Procedures Restore Procedure using the Command Line Scripted Procedures Backup Script (backup.sh) Restore Script (restore.sh) Reset Script (reset.sh)... 31

3 1. Introduction This document will explain the procedures for upgrading, backing up, restoring, and resetting Citrix Access Gateway Enterprise Edition. Whenever applicable, instructions for performing the procedures from both the Access Gateway Configuration Utility and the Command Line Interface will be included. For the purposes of this document the Access Gateway Command Line Interface may be referred to as the CLI. The procedures and screen shots in this document are from Access Gateway 8.0, Enterprise Edition build 45.4 but the general procedure and concepts will apply to earlier versions as well. This document does not cover performing the initial configuration of Access Gateway Enterprise Edition including steps such as connecting via a serial cable, configuring the system IP address, or other basic functions. Please refer to the Citrix Access Gateway Enterprise Edition Administrator s Guide for additional information if needed General Requirements 1. Access Gateway Enterprise Edition Appliance 2. Windows client computer 3. Putty or other SSH program 4. WinSCP or other Secure FTP program 1.2. Scripts In addition to the step by step procedures for performing the backup, restore, and reset the operation can be automated with a script. Scripts details and instructions are included in the Scripted Procedures section. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 1

4 2. Upgrade Procedure This section demonstrates the procedure for upgrading the firmware version using the Access Gateway Enterprise Edition command line interpreter or CLI Upgrade Procedure via the Command Line This section demonstrates the procedure for upgrading the firmware version using the Access Gateway Enterprise Edition command line interpreter or CLI. Steps are only needed if you wish to upgrade to a new set of documentation. Step Action 1 Download the desired Access Gateway Enterprise Edition firmware version from and save the firmware to your local workstation. 2 Use a secure FTP client to connect to the appliance in order to upload the firmware package. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 2

5 3 Copy the firmware package from your local computer to the /var/nsinstall directory on the appliance. 4 Open an SSH client to open an SSH connection to the appliance. 5 Connect to the shell by typing: shell 6 Change to the /var/nsinstall directory by typing cd /var/nsinstall Type ls to view the contents of the directory. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 3

6 7 Unpack the firmware package by typing tar xvzf build_x_xx.tgz where build_x_xx.tgz is the firmware version you want to upgrade to. For example tar xvzf build_andes_45.4.tgz 8 Remove any old firmware files from the /flash directory in order to free up space 1) Type cd /flash to change to the flash directory 2) Type ls to view the contents of the flash directory 3) Type rm ns-x.x.gz where ns-x.x.gz represents the older firmware version(s) that are located in the flash directory. For example rm ns gz 9 Return to the /var/nsinstall directory by typing cd /var/nsinstall 10 Initiate the upgrade procedure by typing./installns The appliance must be rebooted before the new firmware version can be run. After the upgrade has completed type Y to reboot now or N to manually reboot later. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 4

7 11 After the reboot has completed, reconnect to the appliance using your SSH client. Type what or show version to confirm the new firmware build is running.! Steps are only needed if you are upgrading the documentation materials. 12 Download the desired Access Gateway Enterprise Edition documentation package from and save the file to your local workstation. 13 Use a secure FTP client to connect to the appliance and upload the documentation package to the /var/netscaler/doc directory. 14 Open an SSH client to open an SSH connection to the appliance. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 5

8 15 Connect to the shell by typing: shell 16 Unpack the documentation package by typing tar xvzf ns-x-x-doc.tgz where ns-x-x-doc.tgz is the documentation package you want to upgrade to. For example: tar xvzf ns doc.tgz 17 Type exit once to exit the shell and exit a second time to end the SSH session. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 6

9 3. Backup Procedure This section demonstrates the procedure for backing up an Access Gateway Enterprise Edition configuration using Access Gateway Configuration Utility and Command Line. This procedure uses a tool called the Tech Support File which saves many of the critical files into a tar file. The tar file can be saved to a remote computer for backup purposes. Note: Any custom modifications or files that have been added to the appliances configuration are not included in this procedure and should also be backed up by the appliance administrator. In addition to the Tech Support File, the log files and SSL certificates can be backed up using additional steps described below. The contents of the backup files can be manually restored to an Access Gateway Enterprise Edition appliance as described in the Restore Procedures section. The following configuration information is saved in the Tech Support file: License files: The entire contents of the /nsconfig/license directory Monitors: A collection of pearl monitors. These are not required for complete restore unless custom monitors have been created SSH keys: The SSH keys for connecting to the appliance. ns.conf files: All ns.conf files in the /nsconfig directory including the ns.conf.0-ns.conf.4 Miscellaneous configuration files: Various other files from the /nsconfig directory including: o ZebOS.conf o resolv.conf o snmpd.cong o nstrace.conf o rc.conf o rc.netscaler o localtime o nsw.conf.post o ns.conf.ns6.1 Individual user profiles: Individual user profiles for each Access Gateway Enterprise Edition user that has logged on are created and stored in the /var/vpn/bookmark folder. Each profile is a unique XML file; e.g. johnd.xml shellcmds.txt, showcmds.txt, statcmds.txt: Summary files of commands. These files are not required for a restore. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 7

10 3.1. Backup Procedure via the Configuration Utility Step Action 1 Use the Configuration Utility to connect to Access Gateway. 2 Expand the System node and select Diagnostics page. Click on the Tech Support Run option. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 8

11 3 After clicking Run, the Tech Support file is created. The default name is support.tgz and it is stored in /var/tmp. After the file is created click Close. The Save option is not used for uploading the files to your local computer. 4 Return to the Diagnostics page and select Download Tech Support File Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 9

12 5 Select the support.tgz and click Select. 6 Browse to a location on the local computer where the support.tgz file should be downloaded to and click Download. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 10

13 7 To view the contents of the Support.tgz file browse to the location of the Tech Support File on the local workstation and extract the contents of the tgz file. By default the tar file will extract the contents to a folder named Support. 8 SSL certificate and log file backup: There is no Configuration Utility method for backing up the SSL certificates and log files. This procedure must be done from the command line. Steps 8 14 detail this procedure. Open an SSH client to open an SSH connection to the appliance. 9 Connect to the shell by typing: shell 10 Change to the /var/tmp directory by typing: cd /var/tmp Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 11

14 11 Backup the SSL certificates by creating a backup file named sslcerts.tgz which includes the contents of the /nsconfig/ssl directory by typing: tar cvf sslcerts.tgz /nsconfig/ssl/* 12 Backup the log files by creating a backup file named logs.tgz which includes the contents of the /var/log and /var/nslog/ directories by typing: tar cvf log.tgz /var/log/* /var/nslog/* Note: The screen shot above has been truncated. 13 If you wish to view the contents of either of the backup files type: tar cvf filename.tgz e.g. tar -cvf sslcerts.tgz Notice that the tar file is using relative pathnames not absolute pathnames. This means that when the tar file is extracted or restored the files will be extracted to the present working directory. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 12

15 14 Use a secure FTP client to connect to the appliance in order to upload the sslcert.tgz and log.tgz file to your local workstation Backup Procedure using the Command Line Step Action 1 Open an SSH client to open an SSH connection to the appliance. 2 Generate a Tech Support File by typing: show techsupport Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 13

16 3 Connect to the shell by typing: shell 4 Change to the /var/tmp directory by typing: cd /var/tmp 5 Backup the SSL certificates by creating a backup file named sslcerts.tgz which includes the contents of the /nsconfig/ssl directory by typing: tar cvf sslcerts.tgz /nsconfig/ssl/* 6 Backup the log files by creating a backup file named logs.tgz which includes the contents of the /var/log and /var/nslog/ directories by typing: tar cvf log.tgz /var/log/* /var/nslog/* Note: The screen shot above has been truncated. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 14

17 7 If you wish to view the contents of either of the backup files type: tar cvf filename.tgz e.g. tar -cvf sslcerts.tgz Notice that the tar file is using relative pathnames not absolute pathnames. This means that when the tar file is extracted or restored the files will be extracted to the present working directory. 8 Use a secure FTP client to connect to the appliance in order to upload the sslcert.tgz and log.tgz file to your local workstation. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 15

18 4. Restore Procedures The process of restoring a saved configuration is done from the Command Line. There is currently no method for this procedure using the Configuration Utility however the same approach could be done using a GUI based secure FTP client. The steps outlined below assume the reader has performed the steps in the Backup Procedure section and has saved their support.tgz, sslcerts.tgz, and logs.tgz file to a Windows client computer. This section will cover a complete restore procedure and is broken down by individual components. The reader can also choose to selectively restore individual files as needed. Note: Any custom modifications or files that have been backed up are not included in this procedure and should also be restored by the appliance administrator Restore Procedure via the Command Line Step Action 1 Open an SSH client to open an SSH connection to the appliance. 2 Connect to the shell by typing: shell 3 Change to the /var/tmp directory by typing: cd /var/tmp 4 Create a directory in /var/tmp to copy the backup files to by typing: mkdir restore Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 16

19 5 Use a secure FTP client to connect to the appliance in order to download the support.tgz, sslcert.tgz and log.tgz files to the /var/tmp/restore directory. 6 Change to the restore directory and confirm the backup files have been copied to by typing: cd restore ls 7 Extract the support.tgz file Steps 7 11 demonstrate restoring the critical files from the support.tgz backup. The reader can selectively choose which files they want to restore. Extract the support.tgz file by typing: tar xvzf support.tgz Note: The screen shot above has been truncated. 8 The contents of support.tgz are extracted to /var/tmp/restore/support as shown Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 17

20 9 Restore the ns.conf file(s) The ns.conf file stores the appliances configuration including, but not limited to IP addresses, policies, virtual servers, and other settings. When the configuration is saved, the current version is archived as ns.conf.0 ns.conf.4. In order to restore to a saved configuration replace the active ns.conf file with a saved version of ns.conf. To restore to archived version of ns.conf (e.g. ns.conf.0) rename the file ns.conf. For example: mv ns.conf.0 ns.conf The appliance must be rebooted before the changes take effect. To copy all the ns.conf files from the /var/tmp/restore/support folder to the /nsconfig folder type: cp v support/nsconfig/ns.conf* /nsconfig If this is the only required restore step perform the following steps to reboot the appliance otherwise continue to step 10. To reboot now type: exit reboot Y Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 18

21 10 Restore the license files License files can be reloaded using the configuration utility or using the following command line steps The rc.conf file must be restored or recreated. See CTX for additional steps The appliance must be rebooted before the license files are applied To copy the license files from /var/tmp/restore/support to the /nsconfig/license folder type: cp v support/nsconfig/license/* /nsconfig/license/ To copy rc.conf from /var/tmp/restore/support to the /nsconfig/license folder type: cp v support/nsconfig/rc.conf /nsconfig If this is the only required restore step reboot the appliance otherwise continue to step 11. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 19

22 11 Restore miscellaneous files from the Tech Support file The following steps can be done to perform a complete restoration but may not be required in all cases: To restore the additional files that exist in /nsconfig from /var/tmp/restore/support type: cp -v support/nsconfig/z* support/nsconfig/localtime support/nsconfig/snmpd.conf support/nsconfig/resolv.conf support/nsconfig/rc.netscaler /nsconfig To restore the SSH keys from /var/tmp/restore to /nsconfig/ssh type: cp v support/nsconfig/ssh/* /nsconfig/ssh If this is the only required restore step reboot the appliance otherwise continue to step 12. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 20

23 12 Restore the SSL Certificates The following steps can be done to restore any SSL certificates including the key file and certificate request files. SSL certificate key pairs are stored in the ns.conf and are not an actual file. The key pairs stored in ns.conf require the actual certificates and keys to be restored to the original directory in order to function To extract the sslcert.tgz file from /var/tmp/restore type: tar xvf sslcerts.tgz The files will be extracted to /var/tmp/restore/nsconfig/ssl. To restore the SSL certificates from /var/tmp/restore/nsconfig/ssl to /nsconfig/ssl type: cp v nsconfig/ssl/* /nsconfig/ssl/ If this is the only required restore step reboot the appliance otherwise continue to step 13 Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 21

24 13 Restore the log files The following steps can be done to restore any log files backed up into logs.tgz. The reader can selectively restore all or individual log files as needed. To extract the log.tgz file from /var/tmp/restore type: tar xvf log.tgz The files will be extracted to /var/tmp/restore/var/log and /var/tmp/restore/var/nslog. To restore all the logs from /var/tmp/restore/var/log to /var/log type: cp v var/log/*.* /var/log To restore all the logs from /var/tmp/restore/var/nslog to /var/nslog type: cp v var/nslog/* /var/nslog To restore individual log files replace cp v var/log/*.* with the actual log file name e.g. If this is the only required restore step reboot the appliance otherwise continue to step 14. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 22

25 14 Restore individual user profiles Individual user profiles for each Access Gateway Enterprise Edition user that has logged on are created and stored in /var/vpn/bookmark. Each profile is a unique XML file; e.g. johnd.xml To restore all the user profiles from /var/tmp/restore/support to /var/vpn/bookmark type: cp -v support/vpn/bookmark/* /var/vpn/bookmark/ To restore individual user profile replace cp v support/vpn/bookmark/* with the actual file name e.g. If this is the only required restore step reboot the appliance. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 23

26 5. Reset Procedures This section describes the procedure for resetting all of the configurations on an Access Gateway Enterprise Edition appliance. Note: Any custom modifications or files that have been added to the appliances configuration are not included in this procedure and should also be removed by the appliance administrator. The following data will be removed: 1. Ns.conf, rc.conf, ZebOS.conf 2. SSL certificates 3. Licenses 4. Logs 5. User profiles 5.1. Restore Procedure using the Command Line Step Action 1 Open an SSH client to open an SSH connection to the appliance. 2 To clear a custom command line prompt type: clear prompt 3 Connect to the shell by typing: shell Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 24

27 4 To remove the core configuration type the following: cd /etc for file in *; do rm /nsconfig/$file 2> /dev/null done cd /nsconfig rm ns.conf* ZebOS.conf rc.conf 5 To remove all the custom SSL certificates, keys, and CSRs type the following: cd ssl GLOBIGNORE= ns-* rm * 6 To remove all the license files type the following: cd../licens e rm * 7 To remove all user profiles type the following: cd /var/vpn/bookmark rm * 8 To remove all of the log files type the following: cd /var/log rm * cd../nslog rm * Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 25

28 9 Determine if there are any files in the /var/tmp directory that need to be removed. The contents of this directory may differ. cd /var/tmp ls To remove all files and folders type rm rf * To remove specific files or folders type: rm rf <filename or foldername> For example, to remove all tgz files and the restore folder 10 Exit the shell and reboot the appliance by typing: exit rebo ot Y After the appliance has rebooted it will be reset to the initial base configuration. The management IP address will be reset to Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 26

29 6. Scripted Procedures This section describes the procedure for performing the backup, restore, and reset procedures that are outlined in Sections 3, 4, and 5 via a script. The reader can use these scripts as an alternate method for performing or automating any of the procedures. As with the individual procedures these scripts are dependent upon each other. For instance the restore.sh script looks for the output files of backup.sh. The attached CTX zip file contains 3 scripts; backup.sh, restore.sh, and reset.sh. The scripts should be copied to the /var/tmp directory and run by typing./scriptname.sh where scriptname is the actual name. The scripts have been set to verbose and interactive mode so the user must confirm any deletions and overwrite. To modify the script permissions so it can be run as an executable type: chmod 777 scriptname.sh The scripts can be logged by piping the output to a log file using the tee /var/tmp/logname.log For example:./backup.sh tee /var/tmp/backup.log 6.1. Backup Script (backup.sh) This section will highlight the key steps involved with running the backup.sh script. The output file is backup.tgz which contains 3 other archives; support.tgz, logs.tgz, and sslcerts.tgz. Step Action 1 Use a secure FTP client to connect to the appliance in order to download backup.sh, restore.sh, and reset.sh to the /var/tmp. 2 Open an SSH client to open an SSH connection to the appliance and connect to the shell. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 27

30 3 Change to the /var/tmp directory and verify the backup script has been copied by typing: cd /vat/tmp ls la 4 The scripts must have execute x permission in order to be run. To change the permissions type: chmod 777 *.sh 5 Execute the backup script by typing:./backup.sh Note: The screenshot about has been truncated Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 28

31 6 To verify the script has run and the backup.tgz was created type: Is la 7 Use a secure FTP client to copy backup.tgz to a local computer for a remote archive. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 29

32 6.2. Restore Script (restore.sh) This section will highlight the key steps involved with running the restore.sh script. The expected input file is /var/tmp/backup.tgz. This script will ask for confirmation before overwriting any existing files. There is no prompt for copying a file that does not exist in the destination directory. Begin with steps 1-4 in Section 6.1. Step Action 1 Execute the backup script by typing:./restore.sh 2 The script begins by extracting the contents of support.tgz, log.tgz, and sslcerts.tgz into /var/tmp/restore then prompts the user to overwrite any existing files. Type Y or N to confirm any overwrites. For example: 3 After the script has been run the appliance must be rebooted before the new configuration is loaded. Type reboot or uncomment the last line of restore.sh to automate the reboot. Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 30

33 6.3. Reset Script (reset.sh) This section will highlight the key steps involved with running the reset.sh script. This script will ask for confirmation before deleting files. There is no prompt for copying a file that does not exist in the destination directory. To remove the prompt, edit the script and follow the included instructions. Begin with steps 1-4 in Section 6.1. The following data will be removed: 1. Ns.conf, rc.conf, ZebOS.conf 2. SSL certificates 3. Licenses 4. Logs 5. User profiles Note: Any custom modifications or files that have been added to the appliances configuration are not included in this procedure and should also be removed by the appliance administrator. Step Action 1 Execute the backup script by typing:./reset.sh 2 Type Y or N to confirm any file deletions. 3 After the script has been run the appliance must be rebooted before the new configuration is loaded. Type reboot or uncomment the last line of restore.sh to automate the reboot. After the appliance has rebooted it will be reset to the initial base configuration. The management IP address will be reset to Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition Page 31

Licensing, Upgrading, and Downgrading

Licensing, Upgrading, and Downgrading Licensing, Upgrading, and Downgrading 2015-05-18 16:52:06 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Licensing, Upgrading, and Downgrading...

More information

Citrix Access Gateway Enterprise Edition 10

Citrix Access Gateway Enterprise Edition 10 Citrix Access Gateway Enterprise Edition 10 Contents 1 Introduction 2 Prerequisites 3 Baseline 4 Architecture 5 Swivel Configuration 5.1 Configuring the RADIUS server 5.2 Enabling Session creation with

More information

Software Download & Update

Software Download & Update Software Download & Update Latest Releases NSG Appliance Release Upgrade Release ISO Release NSG Software Release ISO Installation Updating NSG Appliance Backup Update Updating NSG Software Install Backup

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Introduction to UNIX Stephen Pauwels University of Antwerp October 2, 2015 Outline What is Unix? Getting started Streams Exercises UNIX Operating system Servers, desktops,

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

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Basic Unix Commands. CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang

Basic Unix Commands. CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang Basic Unix Commands CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang For this class you need to work from your grove account to finish your homework Knowing basic UNIX commands is essential to finish your homework

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Stephen Pauwels Computer Systems Academic Year 2018-2019 Overview of the Semester UNIX Introductie Regular Expressions Scripting Data Representation Integers, Fixed point,

More information

Lab 1 Introduction to UNIX and C

Lab 1 Introduction to UNIX and C Name: Lab 1 Introduction to UNIX and C This first lab is meant to be an introduction to computer environments we will be using this term. You must have a Pitt username to complete this lab. NOTE: Text

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

Table of Contents 1 Citrix Access Gateway 5 VPX Introduction...1

Table of Contents 1 Citrix Access Gateway 5 VPX Introduction...1 Table of Contents 1 Citrix Access Gateway 5 VPX...1 1.1 Introduction...1 2 Citrix Access Gateway Access Controller 5.0...2 3 Citrix Access Gateway Advanced 4.x...3 4 Introduction...4 5 Prerequisites...5

More information

CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX

CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the EECS labs that dual boot

More information

Upgrade Guide. SonicWALL Aventail E-Class SRA EX-Series v9.0.5

Upgrade Guide. SonicWALL Aventail E-Class SRA EX-Series v9.0.5 Secure Remote Access The v9.0.5 release includes a number of resolved issues. There are relatively few other changes (since v9.0.1) in the v9.0.5 firmware. This document describes the process of obtaining

More information

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3 About, on page 1 Supported Procedures, on page 3 Back Up Automation Data Using the GUI, on page 4 Restore Automation Data Using the GUI, on page 6 Schedule a Backup of Automation Data Using the GUI, on

More information

The TRELLIS Real-Time Infrastructure Optimization Platform

The TRELLIS Real-Time Infrastructure Optimization Platform The TRELLIS Real-Time Infrastructure Optimization Platform Disaster Recovery Technical Bulletin Technical Support Site If you encounter any installation or operational issues with your product, check the

More information

Introduction to Linux. Fundamentals of Computer Science

Introduction to Linux. Fundamentals of Computer Science Introduction to Linux Fundamentals of Computer Science Outline Operating Systems Linux History Linux Architecture Logging in to Linux Command Format Linux Filesystem Directory and File Commands Wildcard

More information

Updating E2 Controller Firmware Using UltraSite32

Updating E2 Controller Firmware Using UltraSite32 TECHNICAL BULLETIN Updating E2 Controller Firmware Using UltraSite32 Scope This bulletin outlines the steps necessary to use UltraSite32 to update E2 units. If multiple E2 units are present at a site,

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

Upgrade Guide. Platform Compatibility. SonicWALL Aventail E-Class SRA EX-Series v Secure Remote Access

Upgrade Guide. Platform Compatibility. SonicWALL Aventail E-Class SRA EX-Series v Secure Remote Access Secure Remote Access This document describes the process of obtaining your SonicWALL Aventail E-Class SRA EX-Series update file, verifying it, and installing it on an existing appliance. Updating a clustered

More information

CS Fundamentals of Programming II Fall Very Basic UNIX

CS Fundamentals of Programming II Fall Very Basic UNIX CS 215 - Fundamentals of Programming II Fall 2012 - Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the CS (Project) Lab (KC-265)

More information

Kodaro s Niagara 4 Port Installation Guide

Kodaro s Niagara 4 Port Installation Guide Kodaro s Niagara 4 Port Installation Guide August 16, 2018 Documents the process of installing Kodaro s Niagara 4 Port on the Dell Edge Gateway hardware OVERVIEW... 2 SYSTEM COMPATIBILITY... 2 WORKFLOW

More information

User Guide Version 2.0

User Guide Version 2.0 User Guide Version 2.0 Page 2 of 8 Summary Contents 1 INTRODUCTION... 3 2 SECURESHELL (SSH)... 4 2.1 ENABLING SSH... 4 2.2 DISABLING SSH... 4 2.2.1 Change Password... 4 2.2.2 Secure Shell Connection Information...

More information

Unix/Linux Operating System. Introduction to Computational Statistics STAT 598G, Fall 2011

Unix/Linux Operating System. Introduction to Computational Statistics STAT 598G, Fall 2011 Unix/Linux Operating System Introduction to Computational Statistics STAT 598G, Fall 2011 Sergey Kirshner Department of Statistics, Purdue University September 7, 2011 Sergey Kirshner (Purdue University)

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

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

Unix background. COMP9021, Session 2, Using the Terminal application, open an x-term window. You type your commands in an x-term window.

Unix background. COMP9021, Session 2, Using the Terminal application, open an x-term window. You type your commands in an x-term window. Unix background COMP9021, Session 2, 2016 1 Introduction Using the Terminal application, open an x-term window. You type your commands in an x-term window. Many commands take one or more arguments. Many

More information

Session 1: Accessing MUGrid and Command Line Basics

Session 1: Accessing MUGrid and Command Line Basics Session 1: Accessing MUGrid and Command Line Basics Craig A. Struble, Ph.D. July 14, 2010 1 Introduction The Marquette University Grid (MUGrid) is a collection of dedicated and opportunistic resources

More information

Some Linux (Unix) Commands that might help you in ENSC351

Some Linux (Unix) Commands that might help you in ENSC351 Some Linux (Unix) Commands that might help you in ENSC351 First, like Windows, Linux and Unix (for our purposes, they are the basically the same) use a hierarchical directory structure. What would be called

More information

technical bulletin Updating E2 Controller Firmware Using Ultrasite32

technical bulletin Updating E2 Controller Firmware Using Ultrasite32 Scope technical bulletin Updating E2 Controller Firmware Using Ultrasite32 This bulletin outlines the steps necessary to use UltraSite32 to update E2 units. If multiple E2 units are present at a site,

More information

CS CS Tutorial 2 2 Winter 2018

CS CS Tutorial 2 2 Winter 2018 CS CS 230 - Tutorial 2 2 Winter 2018 Sections 1. Unix Basics and connecting to CS environment 2. MIPS Introduction & CS230 Interface 3. Connecting Remotely If you haven t set up a CS environment password,

More information

The Plasmon UDO Archive Appliance

The Plasmon UDO Archive Appliance The Plasmon UDO Archive Appliance System Upgrade Guide Document Number: 810-103029-03 Rev A PREFACE Copyright Copyright 2008 by Plasmon. All rights reserved. This item and the information contained herein

More information

Migration to Unified CVP 9.0(1)

Migration to Unified CVP 9.0(1) The Unified CVP 9.0(1) requires Windows 2008 R2 server. The Unified CVP versions prior to 9.0(1) run on Windows 2003 server which do not support the upgrade to Unified CVP 9.0(1). Unified CVP supports

More information

APPLICATION USER GUIDE

APPLICATION USER GUIDE APPLICATION USER GUIDE Application: FileManager Version: 3.2 Description: File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and remove directories, change file permissions and upload files from your

More information

BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description:

BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description: BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description: This course provides Bioinformatics students with the

More information

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen Introduction to Unix The Windows User perspective Wes Frisby Kyle Horne Todd Johansen What is Unix? Portable, multi-tasking, and multi-user operating system Software development environment Hardware independent

More information

Unix/Linux Basics. Cpt S 223, Fall 2007 Copyright: Washington State University

Unix/Linux Basics. Cpt S 223, Fall 2007 Copyright: Washington State University Unix/Linux Basics 1 Some basics to remember Everything is case sensitive Eg., you can have two different files of the same name but different case in the same folder Console-driven (same as terminal )

More information

Citrix Exam 1Y0-253 Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Version: 6.0 [ Total Questions: 186 ]

Citrix Exam 1Y0-253 Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Version: 6.0 [ Total Questions: 186 ] s@lm@n Citrix Exam 1Y0-253 Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Version: 6.0 [ Total Questions: 186 ] Question No : 1 Scenario: An administrator needs to deliver production

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

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

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1Y0-253 Title : Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Vendor : Citrix Version : DEMO Get

More information

Programming Studio #1 ECE 190

Programming Studio #1 ECE 190 Programming Studio #1 ECE 190 Programming Studio #1 Announcements In Studio Assignment Introduction to Linux Command-Line Operations Recitation Floating Point Representation Binary & Hexadecimal 2 s Complement

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

Using the Backup module

Using the Backup module Using the Backup module THIS WIKI HAS BEEN UPDATED FOR VERSION 13 OF YOUR PBX GUI. Overview Logging In Menu Items Backups Restores Servers Templates Backup Settings Backup Name Description Status Email

More information

Introduction: What is Unix?

Introduction: What is Unix? Introduction Introduction: What is Unix? An operating system Developed at AT&T Bell Labs in the 1960 s Command Line Interpreter GUIs (Window systems) are now available Introduction: Unix vs. Linux Unix

More information

Configuring Imprivata OneSign with 10ZiG NOS Zero clients

Configuring Imprivata OneSign with 10ZiG NOS Zero clients Configuring Imprivata OneSign with 10ZiG NOS Zero clients OneSign Rev. 1.2 1 Document History 1.1 First Draft Release 1.2 Support of Omnikey 5022 CL Listing of 10ZiG under ProveID (OneSign 5.4) 2 This

More information

Upgrading the Server Software

Upgrading the Server Software APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.5.0, page B-2 Obtaining

More information

Transfer Manager.NET Installation Guide

Transfer Manager.NET Installation Guide Transfer Manager.NET 3.4.0.0 Installation Guide Instructions for Downloading the Client... 2 New Installation... 3 Upgrading from Older Versions of TM.Net... 7 Upgrading from Transfer Manager 2.x or Earlier...

More information

Cisco Unified CM Disaster Recovery System

Cisco Unified CM Disaster Recovery System Cisco Unified CM Disaster Recovery System Disaster Recovery System, page 1 Quick-reference tables for backup and restore procedures, page 3 Supported features and components, page 5 System requirements,

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2 Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades 2017-2018 Q2 Facultat d Informàtica de Barcelona This first lab session is focused on getting experience in working

More information

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011) UoW HPC Quick Start Information Technology Services University of Wollongong ( Last updated on October 10, 2011) 1 Contents 1 Logging into the HPC Cluster 3 1.1 From within the UoW campus.......................

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs Frauke Bösert, SCC, KIT 1 Material: Slides & Scripts https://indico.scc.kit.edu/indico/event/263/ @bwunicluster/forhlr I/ForHLR

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

Files

Files http://www.cs.fsu.edu/~langley/cop3353-2013-1/reveal.js-2013-02-11/02.html?print-pdf 02/11/2013 10:55 AM Files A normal "flat" file is a collection of information. It's usually stored somewhere reasonably

More information

PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example

PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Download Software Upgrade a Software

More information

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings Linux Commands 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami Apache Solr for Huawei Enterprise Cloud Bitnami Apache Solr for Huawei Enterprise Cloud Description Apache Solr is an open source enterprise search platform from the Apache Lucene project. It includes powerful full-text search, highlighting,

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

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

RediGate 400 Series Getting Started Guide

RediGate 400 Series Getting Started Guide RediGate 400 Series Getting Started Guide Product Information Full information about other Elecsys products is available on our website at www.elecsyscorp.com Product Support Tel: +1-913-890-8905 Toll

More information

Cyclades ACS Advanced Console Server Appliances Release Notes Version March 27, 2007

Cyclades ACS Advanced Console Server Appliances Release Notes Version March 27, 2007 Cyclades ACS Advanced Console Server Appliances Release Notes Version 3.1.0-1 March 27, 2007 This document outlines: 1. Update Instructions 2. Appliance Firmware Version and Language Support Information

More information

Upgrade Guide 6.0. Version 6.0 Software Installation and Upgrade Guide

Upgrade Guide 6.0. Version 6.0 Software Installation and Upgrade Guide Software Installation Stratum.Server and Upgrade Guide 6.0 Version 6.0 Software Installation and Upgrade Guide From Silvon s Library MANUAL DOCUMENT NAME Stratum.Server 6.0 Software Installation and Upgrade

More information

CS 143A. Principles of Operating Systems. Instructor : Prof. Anton Burtsev

CS 143A. Principles of Operating Systems. Instructor : Prof. Anton Burtsev CS 143A Principles of Operating Systems Instructor : Prof. Anton Burtsev (aburtsev@uci.edu) Assistants : Junjie Shen junjies1@uci.edu Vikram Narayanan narayav1@uci.edu Biswadip Maity (Deep) Email : maityb@uci.edu

More information

CNS 207 3i - Implementing Citrix NetScaler 11.0 for Application and Desktop Solutions

CNS 207 3i - Implementing Citrix NetScaler 11.0 for Application and Desktop Solutions CNS 207 3i - Implementing Citrix NetScaler 11.0 for Application and Desktop Solutions 2 Copyright 2016 Citrix Systems, Inc. CNS 207 3i - Implementing Citrix NetScaler 11.0 for Application and Desktop Solutions

More information

Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with PG230 Issue 1.0

Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with PG230 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MUG Enterprise Call Guard with Avaya Proactive Contact with PG230 Issue 1.0 Abstract These Application Notes describe the configuration

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Washington WASHINGTON UNIVERSITY IN ST LOUIS

Washington WASHINGTON UNIVERSITY IN ST LOUIS NetBSD Installation Procedure NetBSD Installation for the Washington University Gigabit Switch Kits Program Presented by: jdd@arl.wustl.edu http://www.arl.wustl.edu/~jdd http://www.arl.wustl.edu/arl Applied

More information

Upgrade Guide Version 7.2

Upgrade Guide Version 7.2 Upgrade Guide Version 7.2 Copyright IBM Corporation 2017 1 Resiliency Orchestration Upgrade Guide DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date.

More information

Firmware Upgrade Procedure. FarLinX XOT Gateway FarLinX Mini Gateway. Date: 27 th January 2015 Revision 1.3

Firmware Upgrade Procedure. FarLinX XOT Gateway FarLinX Mini Gateway. Date: 27 th January 2015 Revision 1.3 Firmware Upgrade Procedure For products FarLinX X25 Gateway FarLinX XOT Gateway FarLinX Mini Gateway Date: 27 th January 2015 Revision 1.3 Table of Contents 1 INTRODUCTION... 3 2 Obtaining the Firmware

More information

Introduction to the Linux Command Line

Introduction to the Linux Command Line Introduction to the Linux Command Line May, 2015 How to Connect (securely) ssh sftp scp Basic Unix or Linux Commands Files & directories Environment variables Not necessarily in this order.? Getting Connected

More information

Linux & Shell Programming 2014

Linux & Shell Programming 2014 Unit -1: Introduction to UNIX/LINUX Operating System Practical Practice Questions: Find errors (if any) otherwise write output or interpretation of following commands. (Consider default shell is bash shell.)

More information

Unit: Making a move (using FTP)

Unit: Making a move (using FTP) Data Introduction to Unix and HPC (HPC for Wimps) Unit: Making a move (using FTP) Goals: Can login via Secure FTP and see home directory. Can transfer a file from local machine via FTP to home directory.

More information

Configuring Administrative Operations

Configuring Administrative Operations This section includes the following topics: Administrative Operation Conventions, page 1 Managing Backup Operations, page 1 Restoring a Backup Configuration, page 6 Managing Export Operations, page 10

More information

Unix Tutorial. Beginner. CS Help Desk: Marc Jarvis (in spirit), Monica Ung, Corey Antoniuk 2015

Unix Tutorial. Beginner. CS Help Desk: Marc Jarvis (in spirit), Monica Ung, Corey Antoniuk 2015 Unix Tutorial Beginner CS Help Desk: Marc Jarvis (in spirit), Monica Ung, Corey Antoniuk 2015 Helpful info SOCS wiki cs.mcgill.ca/docs Help desk - McConnell 209N help@cs.mcgill.ca CSUS help desk - 3rd

More information

EAN-Firmware Upgrade Utility

EAN-Firmware Upgrade Utility EAN-Firmware Upgrade Utility PN: EAN-Firmware-Upgrade-Utility 8/17/2018 SightLine Applications, Inc Contact: Web: sightlineapplications. com Sales: sales@sightlineapplications. com Support: support@sightlineapplications.

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

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version...

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version... Contents Note: pay attention to where you are........................................... 1 Note: Plaintext version................................................... 1 Hello World of the Bash shell 2 Accessing

More information

Read the relevant material in Sobell! If you want to follow along with the examples that follow, and you do, open a Linux terminal.

Read the relevant material in Sobell! If you want to follow along with the examples that follow, and you do, open a Linux terminal. Warnings 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material in Sobell! If

More information

Bitnami MariaDB for Huawei Enterprise Cloud

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

More information

When Will Client Computer Backups Be Backed-up Online?

When Will Client Computer Backups Be Backed-up Online? Using KeepVault to Backup your WD Sentinel KeepVault Online Backup provides offsite disaster- proof protection for all your important data. KeepVault lets you backup regular directories and folder shares,

More information

PIX/ASA 7.x to 7.x Upgrade a Software Image using ASDM or CLI Configuration Example

PIX/ASA 7.x to 7.x Upgrade a Software Image using ASDM or CLI Configuration Example PIX/ASA 7.x to 7.x Upgrade a Software Image using ASDM or CLI Configuration Example Document ID: 69984 Introduction Prerequisites Requirements Components Used Related Products Conventions Upgrade a Software

More information

The following topics explain how and when Prime Network performs backups.

The following topics explain how and when Prime Network performs backups. CHAPTER 8 These topics describe how to back up and restore your data: Backing Up Your Data, page 8-1 Restoring Prime Network Data, page 8-4 For information on how to backup and restore an embedded database,

More information

Cisco Remote Expert Manager Migration Guide

Cisco Remote Expert Manager Migration Guide Cisco Remote Expert Manager 1.9.2 Migration Guide Release 1.9.2 Revised: August 21, 2014, OL-30924-03 All advertising materials mentioning features or use of this software must display the following acknowledgement:

More information

Dell EMC idrac Service Module 3.2 Release Notes

Dell EMC idrac Service Module 3.2 Release Notes Rev. A00 2018-05 Release Type and Definition The Integrated Dell Remote Access Controller (idrac) Service Module is a lightweight optional software application that can be installed on Dell 12G servers

More information

Running Kmeans Spark on EC2 Documentation

Running Kmeans Spark on EC2 Documentation Running Kmeans Spark on EC2 Documentation Pseudo code Input: Dataset D, Number of clusters k Output: Data points with cluster memberships Step1: Read D from HDFS as RDD Step 2: Initialize first k data

More information

RSA Ready Implementation Guide for

RSA Ready Implementation Guide for RSA Ready Implementation Guide for Fox Technologies Daniel R. Pintal, RSA Partner Engineering Last Modified: 2/29/2016 Solution Summary This guide provides information

More information

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES idirect Technical Note Subject: Recovering infiniti Remotes Date: March 10, 2006 Applies To: Version 6.0.1 and Later 1. INTRODUCTION This technical note contains information and procedures pertaining to:

More information

Dell Protected Workspace Management

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

More information

Operating Systems Linux 1-2 Measurements Background material

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

More information

Cisco Prime Network 3.8 VNE Device Package Installation Guide

Cisco Prime Network 3.8 VNE Device Package Installation Guide Page 1 of 12 Cisco Prime Network 3.8 VNE Device Package Installation Guide Date: March 28, 2012 OL-25214-01 Contents 1 Overview: Installing and Uninstalling Device Packages... 2 2 Installation Prerequisites...

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

Backup the System. Backup Overview. Backup Prerequisites

Backup the System. Backup Overview. Backup Prerequisites Backup Overview Backup Overview, on page 1 Backup Prerequisites, on page 1 Backup Task Flow, on page 2 Backup Interactions and Restrictions, on page 7 Cisco recommends performing regular backups. You can

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material in Sobell! If

More information