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

Size: px
Start display at page:

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

Transcription

1 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, see Working With an Embedded Database, page Backing Up Your Data The following topics explain how and when Prime Network performs backups. The procedures described in these topics do not back up the Oracle database. If you have installed an embedded database, you can follow the procedure in Backing Up an Embedded Database and Prime Network, page Otherwise, see your Oracle documentation for instructions on how to back up the database. Overview of the Backup Procedure, page 8-1 Changing the Periodic Backup Time, page 8-3 Performing a Manual Backup, page 8-4 Overview of the Backup Procedure Which Files Are Backed Up The following topics provide an overview of the standard backup procedure and its default settings. Prime Network backs up its registry data, encryption keys, and reports using the operating system cron mechanism. If you have installed an embedded database, see Backing Up an Embedded Database and Prime Network, page Table 8-1 lists the directories that are backed up. 8-1

2 Backing Up Your Data Chapter 8 Table 8-1 Directories Backed Up by Prime Network Type of Data Location Description Registry information NETWORKHOME/Main/registry Prime Network registry, which includes changes made since the installation (new soft properties, Command Builder commands, alarm customizations, and so forth) General information NETWORKHOME/Main/.encKey SSH encryption key files NETWORKHOME/Main/to_backup Other user-specified data NETWORKHOME/Main/reportfw/rptdocu ment Prime Network reports 1 1. Some report data is stored in the database, so you must back up both the database and the Prime Network data to capture all report information. How Many Backups Are Saved By default, Prime Network saves five backups. Where Backups Are Stored When the backup files are created, they are stored in the directory NETWORKHOME/backup. If you reinstall the server using the install.pl script, the user network-user and the content under it is deleted. This includes the default backup directory. (network-user is the operating system account for the Prime Network application, created when Prime Network is installed.) In this example, network-user is network38. You can change the location, but the user network-user must be able to write to the location. For example, the default directory permissions are: ( drwx network38 network Sep 24 02:54 ) We recommend that you do not locate the backup directory under /tmp, since this directory is deleted whenever the server is rebooted, and the backed-up content lost. To maximize data safety, we recommend that you copy the backed-up directory to an external storage location, such as a DVD or a disk on a different server. When Backups Are Performed Changing the Default Backup Directory By default, backups every 12 hours at 4:00 a.m. and 4:00 p.m, as defined in the crontab file. You can change the backup time using the procedure described in Changing the Periodic Backup Time, page 8-3. To restore data, you must execute the restore.pl command manually. You can change the default backup directory by editing the registry using the runregtool.sh script. Changes to the registry should be performed only with the support of Cisco. For more information, contact your Cisco account representative. 8-2

3 Chapter 8 Backing Up Your Data Before You Begin Make sure that network-user has the necessary write permissions for the new backup directory. Log into the gateway as network-user. (network-user is the operating system account for the Change the directory to the Main directory: # cd $ANAHOME/Main Step 3 Specify the new backup directory by providing a complete pathname for new-directory: #./runregtool.sh -gs set site/mmvm/agents/integrity/backup/backupoutputfolder new-directory Changing the Periodic Backup Time Do not change the periodic backup schedule if you have installed an embedded database (see Working With an Embedded Database, page 11-1). If this is required, contact the Technical Assistance Center. The integrity service runs regular backups, along with other integrity tests, according to the settings in the system crontab file. Registry backups are controlled according to commands in the crontab file. To change the backup time, you must edit the crontab file. The crontab file consists of lines, where each line contain six fields: min hour day-of-month month-of-year day-of-week command The fields are separated by spaces or tabs. The first five are integer patterns that can contain the following values: Field Acceptable Values min Minute in range 0-59 hour Hour in range 0-23 day-of-month Day in range 1-31 month-of-year Month in range 1-12 day-of-week Day in range 0-6 (0=Sunday). command Command To specify days using only one field, set the other fields to *. For example, 0 0 * * 1 runs a command only on Mondays. In the following example, core files are cleaned up every weekday morning at 3:15 a.m.: 15 3 * * 1-5 find $HOME -name core 2>/dev/null xargs rm -f 8-3

4 Restoring Prime Network Data Chapter 8 The sequence 0 0 1,15 * 1 runs a command on the first and fifteenth of each month as well as every Monday. Use this procedure to change when Prime Network backs up its registry (this command also changes when Prime Network will run integrity tests; see Archiving and Purging Data, page 10-4). Log into the gateway as network-user (where network-user is the operating system account for the Edit the cron table as follows: # crontab -e Step 3 Make your changes to the crontab file. Step 4 Save your changes by entering Ctrl-x, and confirm your changes by entering y. Step 5 Restart the gateway server. Performing a Manual Backup This procedure explains how to perform an on-demand backup contains the information described in Table 8-1 on page 8-2. This procedure does not back up any database information. For more information, see Overview of the Backup Procedure, page 8-1. Step 3 Log into the gateway as network-user (where network-user is the operating system account for the Change the directory to the Main/scripts directory: # cd $ANAHOME/Main/scripts Start the backup: # backup.pl backup-folder It is normal for null to appear in response to this command. Restoring Prime Network Data The following procedure restores the Prime Network data that is backed up, as listed in Which Files Are Backed Up, page 8-1. The procedures described in these topics do not restore the Oracle database. If you have installed an embedded database, you can follow the procedure in Restoring an Embedded Database and Prime Network, page Otherwise, see your Oracle documentation for instructions on how to restore the database. 8-4

5 Chapter 8 Restoring Prime Network Data To restore Prime Network data from a backup: Step 3 Step 4 Step 5 Log into the gateway as network-user (where network-user is the operating system account for the Stop the gateway server and all units: # cd $NETWORKHOME/Main # networkctl stop # rall.csh networkctl stop From the NETWORKHOME/Main directory, change to the directory NETWORKHOME/Main/scripts: # cd scripts Execute the restoration script: # restore.pl backup-folder Once the restoration is successful, initialize the Prime Network gateway by running the following commands: # cd Main # networkctl restart 8-5

6 Restoring Prime Network Data Chapter 8 8-6

Archiving and Purging Data from the Database

Archiving and Purging Data from the Database CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Archiving and Purging Data

Archiving and Purging Data CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Workflow Administration Tasks

Workflow Administration Tasks CHAPTER 12 These topics briefly describe workflows and how to administer the stored workflows and templates in Prime Network Administration: Workflows and the Workflow Engine Windows, page 12-1 Viewing

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

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER CHAPTER 24 Prime Network VNEs communicate with network devices using the SNMP, Telnet, XML, ICMP, and HTTP protocols, and using notification protocols (traps and syslogs). To determine the reachability

More information

Ch 9: Periodic Processes

Ch 9: Periodic Processes Ch 9: Periodic Processes The need for periodic processes The key to staying in control of your system is to automate as many tasks as possible. It s often useful to have a script of command executed without

More information

Cisco HSI Backup and Restore Procedures

Cisco HSI Backup and Restore Procedures CHAPTER 6 The Cisco HSI provides a script for backing up configuration data. The script enables a system administrator to perform manual backups, schedule and administer automatic backups, and view a history

More information

IT 341: Introduction to System Administration. Notes for Project #9: Automating the Backup Process

IT 341: Introduction to System Administration. Notes for Project #9: Automating the Backup Process IT 341: Introduction to System Administration Notes for Project #9: Automating the Backup Process Topics Backup Strategies Backing Up with the rsync Daemon The crontab Utility Format of a crontab File

More information

Manage Jobs with cron and at

Manage Jobs with cron and at Manage Jobs with cron and at As a SLES 11 administrator, you will find that there are many tasks that need to be carried out on a regular basis on your Linux system. For example, you may need to update

More information

Upgrading to Cisco Prime Network 3.8

Upgrading to Cisco Prime Network 3.8 CHAPTER 12 Upgrading to Cisco Prime Network 3.8 The following topics provide information about upgrading from a Cisco Active Network Abstraction 3.7.x release to Cisco Prime Network 3.8. This chapter includes:

More information

Configuring Cisco Access Policies

Configuring Cisco Access Policies CHAPTER 11 This chapter describes how to create the Cisco Access Policies assigned to badge holders that define which doors they can access, and the dates and times of that access. Once created, access

More information

Perform Backup and Restore

Perform Backup and Restore This section explains the following:, page 1 You can schedule periodic backups using the Cisco Prime Collaboration Assurance user interface. Cisco Prime Collaboration Analytics data is backed up on a remote

More information

Utility Scripts. Changing Passwords: Prime Network Database Schemas CHAPTER

Utility Scripts. Changing Passwords: Prime Network Database Schemas CHAPTER CHAPTER 15 The following topics describe some additional Prime Network utility scripts that you can use to do the following: Changing Passwords: Prime Network Database Schemas, page 15-1 Changing Passwords:

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

Change and Configuration Management Administration

Change and Configuration Management Administration CHAPTER 7 Change and Configuration Management Administration These topics provide administrative information on Change and Configuration Management: Configuring Global Settings for Configuration Management,

More information

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA APPENDIXA This appendix provides troubleshooting information. It contains information about: Contacting Cisco TAC Checking the Version Number of Cisco Configuration Engine Cannot Log in to the System System

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

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

Backup and Restore. About Backup and Restore

Backup and Restore. About Backup and Restore About, page 1 Back Up DNA Center, page 2 Restore DNA Center, page 4 Schedule a Backup, page 5 About The backup and restore procedures for DNA Center can be used for the following purposes: To create backup

More information

Database Backup Restore

Database Backup Restore The following describes how to restore the controller database after a failed upgrade, and reinstall the upgrade., page 1 If a controller upgrade fails, you can uninstall the upgrade, restore the controller

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

Full System Restore Manually Windows 7 No Disk

Full System Restore Manually Windows 7 No Disk Full System Restore Manually Windows 7 No Disk Time to Complete: 20-30 Minutes. Video (English Only) - How to use System Restore within Windows 7 with a small amount of hard disk space reserved for reinstalling

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

Implementing Secure User Access, page 3-2 Creating Secure Passwords, page 3-6 Configuring Prime Performance Manager User Account Levels, page 3-6

Implementing Secure User Access, page 3-2 Creating Secure Passwords, page 3-6 Configuring Prime Performance Manager User Account Levels, page 3-6 3 CHAPTER Before you set up your server for discovering, monitoring, and configuring your Cisco network, you need to make some decisions about the level of security you need in your network monitoring.

More information

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 1 Before You Begin 2 Installing the Appliance 3 Logging In to the Cisco Physical Access Manager 4 Entering the Initial Configuration

More information

Introduction to Change and Configuration Management

Introduction to Change and Configuration Management CHAPTER 1 Introduction to Change and Configuration Management Cisco Prime Network Change and Configuration Management provides tools that allow you to manage the software and device configuration changes

More information

Help on the SPECTRUM Control Panel

Help on the SPECTRUM Control Panel Help on the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER,

More information

Perform Backup and Restore

Perform Backup and Restore , page 1 You can schedule periodic backups using the Cisco Prime Collaboration Assurance user interface, or run backup commands manually by logging in to the system as an admin user (CLI user). However,

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

UEF Tech Radmind Details Written by University of Utah, SCL

UEF Tech Radmind Details Written by University of Utah, SCL Automating Radmind (back to top) It is desirable to set up radmind on clients so that it automatically runs on a regular basis. The two requirements of automating radmind is to prevent the user from using

More information

4190 Information Management System (IMS) Software Upgrade Instructions

4190 Information Management System (IMS) Software Upgrade Instructions 4190 Information Management System (IMS) Software Upgrade Instructions Introduction This publication describes the software upgrade procedure for the 4190 Information Management System (IMS). Inspecting

More information

Configuring Cisco TelePresence Manager

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

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

Nortel Quality Monitoring. Maintenance Guide NN

Nortel Quality Monitoring. Maintenance Guide NN NN44480-504 Document status: Standard Document version: 0102 Document date: 6 November 2009 All Rights Reserved While the information in this document is believed to be accurate and reliable, except as

More information

Readme File for Cisco Prime Network Point Patch

Readme File for Cisco Prime Network Point Patch Readme File for Cisco Prime Network 4.1.0.0.1 Point Patch Revised: Aug 7th th, 2014 This document supports the release of the Prime Network 4.1.0.0.1, which is installed on top of Cisco Prime Network 4.1.

More information

WinPak 2 & 2005 Quick Reference

WinPak 2 & 2005 Quick Reference WinPak 2 & 2005 Quick Reference Initializing a Panel (sending changes in the programming to the panels) From the menu bar select Operations Control Map Click the (+) to expand the tree and display the

More information

Recovery Procedure for Cisco Digital Media Manager 5.2

Recovery Procedure for Cisco Digital Media Manager 5.2 CHAPTER 1 Recovery Procedure for Cisco Digital Media Manager 5.2 Revised: May 3, 2010, This document provides the information that you require to recover from a software failure of the Cisco Digital Media

More information

Configuring Cisco Access Policies

Configuring Cisco Access Policies 11 CHAPTER This chapter describes how to create the Cisco Access Policies assigned to badge holders that define which doors they can access, and the dates and times of that access. Once created, access

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Directory Integration

Directory Integration Overview, page 1 Import Process and File s, page 2 Configure, page 2 CRON Expressions, page 3 User File s, page 5 Group File s, page 8 Sign in to a Cisco WebEx Organization Enabled with, page 10 Overview

More information

About the SPECTRUM Control Panel

About the SPECTRUM Control Panel About the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER, start

More information

Version 6 Overview & Installation Manual

Version 6 Overview & Installation Manual Version 6 Overview & Installation Manual Jan 2014 Copyright Midrange Performance Group Inc. 2013, 2014 MPG is a registered trademark of Midrange Performance Group, Inc. The Power Navigator name and logo

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

Version 8 Overview & Installation Manual

Version 8 Overview & Installation Manual Version 8 Overview & Installation Manual May 2018 Copyright Midrange Performance Group Inc. 2013, 2014 MPG is a registered trademark of Midrange Performance Group, Inc. The Power Navigator name and logo

More information

Unit objectives. IBM Power Systems

Unit objectives. IBM Power Systems Unit 8 Scheduling Course merials may not be reproduced in whole or in part without the prior written permission of IBM. 5.2 Unit objectives After completing this unit, you should be able to: Understand

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

HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS. Or something broke

HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS. Or something broke HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS Or something broke Securing your VM 101 Getting Comfy in Linux -> Comfort ++ You After This Talk Quick recap from last week. Setup

More information

AOS 452 Lab 9 Handout Automated Plot Generation

AOS 452 Lab 9 Handout Automated Plot Generation 1 AOS 452 Lab 9 Handout Automated Plot Generation INTRODUCTION The command that is new to this lab is crontab. Crontab allows one to run scripts automatically without having to be at the computer terminal

More information

Using BlueStep Backup

Using BlueStep Backup Using BlueStep Backup BlueStep Backup Your data is an invaluable resource. To protect and store critical digital documents and files, BlueStep Technologies offers the ideal technological solution - BlueStep

More information

Software Release Instructions For UPN & BPP

Software Release Instructions For UPN & BPP For UPN & BPP V36 Spring 2015 Table of Contents Important Messages!... 3 Steps To Perform - Prior To Loading Software... 4 IMPORTANT! Customers With Handheld Devices... 4 IMPORTANT! All Updating Must Be

More information

Installing a Cisco Prime Network Unit

Installing a Cisco Prime Network Unit CHAPTER 9 This chapter covers the typical installation of a Cisco Prime Network unit. This chapter includes: Before You Begin, page 9-1 Installing the Unit, page 9-2 Verifying the Unit Processes, page

More information

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

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

More information

Web-Hosting: Service Level Agreement

Web-Hosting: Service Level Agreement Web-Hosting: Service Level Agreement Aims of the Service The Web Hosting service provides an internal environment for hosting static websites or small-scale web applications. The service aims to provide

More information

Perform Backup and Restore

Perform Backup and Restore , page 1 You can schedule periodic backups using the Cisco Prime Collaboration user interface, or run backup commands manually by logging in to the system as an admin user (CLI user). However, you must

More information

Installation guide. OS/2 single user

Installation guide. OS/2 single user Installation guide OS/2 single user Document date: February 2007 Sophos Anti-Virus installation guide Contents About this guide 3 1 Installing Sophos Anti-Virus 4 2 Using Sophos Anti-Virus via the GUI

More information

Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager

Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager The following upgrade path from Cisco Physical Access Manager (CPAM) to Identiv Connected Physical Access Manager

More information

The following topics describe how to use backup and restore features in the Firepower System:

The following topics describe how to use backup and restore features in the Firepower System: The following topics describe how to use backup and restore features in the Firepower System: Introduction, page 1 Limitations, page 1 Backup Files, page 2 Backing up a Firepower Management Center, page

More information

IBM C IBM FileNet Content Manager V5.2, Specialist.

IBM C IBM FileNet Content Manager V5.2, Specialist. IBM C2070-981 IBM FileNet Content Manager V5.2, Specialist http://killexams.com/exam-detail/c2070-981 QUESTION: 114 What P8 domain level entity allows specific meta data attributes to be identified that

More information

Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings

Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings CHAPTER 5 Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings This chapter describes how to configure basic settings on your ASA 1000V that are typically required for a functioning

More information

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux Easy Setup Guide 1&1 CLOUD SERVER Creating Backups for Linux Legal notice 1&1 Internet Inc. 701 Lee Road, Suite 300 Chesterbrook, PA 19087 USA www.1and1.com info@1and1.com January 2017 Copyright 2017 1&1

More information

INSTALL VERITAS BACKUP EXEC v ON WINDOWS SERVER 2019 DOMAIN CONTROLLER

INSTALL VERITAS BACKUP EXEC v ON WINDOWS SERVER 2019 DOMAIN CONTROLLER INSTALL VERITAS BACKUP EXEC v20.3.1188 ON WINDOWS SERVER 2019 DOMAIN CONTROLLER First download trial copy from Veritas site or from this link https://www.teamos-hkrg.com/index.php?threads/symantec-veritas-backup-exec-20-2-1188-1650-

More information

CD-ROM Image Viewer Installation Guide M&T Bank. Member FDIC.

CD-ROM Image Viewer Installation Guide M&T Bank. Member FDIC. CD-ROM Image Viewer CD ROM Image Viewer Installation User Guide Introduction M&T Bank has upgraded your CD ROM Image Viewer software. The upgrade provides a higher level of security to help protect your

More information

XCloner. Official User Manual. Copyright 2010 JoomlaPlug.com All rights reserved.

XCloner. Official User Manual. Copyright 2010 JoomlaPlug.com  All rights reserved. XCloner Official User Manual Copyright 2010 JoomlaPlug.com www.joomlaplug.com All rights reserved. JoomlaPlug.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. What

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

Navigating in Windows 10

Navigating in Windows 10 Navigating in Windows 10 Desktop The Desktop contains shortcuts to Programs which can be customized. Start Button: The Start menu has been expanded in Windows 10 to include Tiles. Programs are listed in

More information

I. Connecting the Device.

I. Connecting the Device. I. Connecting the Device. Before powering up the system make sure to connect the video inputs/outputs, network cable and usb mouse. Refer below for basic connection. Regular E series Embedded DVR EL series

More information

Installing on a Virtual Machine

Installing on a Virtual Machine Release 8.5 Revised: 6/20/13 See the Quick Start for Installing and Configuring Cisco Unified MeetingPlace Release 8.5 module for information about the order in which to install and configure the Cisco

More information

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

Installing Prime Optical

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

More information

Backing Up And Restoring Your Nagios XI System

Backing Up And Restoring Your Nagios XI System Backing Up And Restoring Your System Purpose This document describes how to backup a installation and restore a installation from a previously made backup. Backups are an important aspect of administration

More information

PilotEdit User Manual. Author: Date: Version:

PilotEdit User Manual. Author: Date: Version: PilotEdit User Manual Author: support@pilotedit.com Date: 2018-02-28 Version: 11.3.0 URL: http://www.pilotedit.com Table of Contents 1. Introduction... 6 1.1. What is PilotEdit?... 6 1.2. PilotEdit GUI...

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Midland ARPSC. Hamgate Backups. John McDonough. Backup Strategy for hamgate.midland

Midland ARPSC. Hamgate Backups. John McDonough. Backup Strategy for hamgate.midland Midland ARPSC Hamgate Backups Backup Strategy for hamgate.midland John McDonough Copyright 2011, The Michigan Section of the Amateur Radio Relay League The text of and illustrations in this document are

More information

Upgrading Cisco IPICS

Upgrading Cisco IPICS CHAPTER3 If your Cisco IPICS server is running release 2.2(1)SR1, release 4.0(1), or release 4.0(2) you can upgrade your server to release 4.5(1). Tip To verify which versions of Cisco IPICS are compatible

More information

Windows Server 2003 { Domain Controller Installation and Configuration}

Windows Server 2003 { Domain Controller Installation and Configuration} Windows Server 2003 { Domain Controller Installation and } Benedikt Riedel MCSE + Messaging www.go-unified.com www.siemens.com/open Benedikt.riedel@siemens.com Start up the prepared Windows Server 2003

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 615-0006-01 2004 Net Integration Technologies Inc. All company and product names are registered trademarks off their respective

More information

Managing Workflows. Starting Prime Network Administration CHAPTER

Managing Workflows. Starting Prime Network Administration CHAPTER CHAPTER 10 Prime Network Administration can be used to manage deployed workflow templates. Topics include: Starting Prime Network Administration, page 10-1 Viewing the List of Templates and Template Properties,

More information

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at Processes 1 elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at 2 elinks is a text-based (character mode) web browser we will use it to enable

More information

Backup and Restore System

Backup and Restore System Disaster Backup and Recovery, page 1 Short-Term Backup and Recovery, page 4 Disaster Backup and Recovery To minimize the effects of a disaster, you must create a disaster recovery plan to minimize downtime

More information

Licensing the Application CHAPTER

Licensing the Application CHAPTER CHAPTER 5 Licensing Application, Configuring E-mail, Cisco.com, Proxy Settings, RCP, SCP Settings, Security, Backup, Authentication Settings and Idle Timeout Settings, Browser and Server Security Mode

More information

TMS Agent Troubleshooting procedures for Cisco TelePresence VCS and TMS

TMS Agent Troubleshooting procedures for Cisco TelePresence VCS and TMS TMS Agent Troubleshooting procedures for Cisco TelePresence VCS and TMS Reference Guide Cisco VCS Cisco TMS April 2012 Procedures compiled by Chad Johnson, Zac Colton, & Vernon Depee This document has

More information

Installing Cisco Prime Network Unit

Installing Cisco Prime Network Unit CHAPTER 7 This chapter covers the typical installation of a Cisco Prime Network unit. This chapter includes: Before You Begin, page 7-1 Installing the Unit, page 7-2 Verifying the Unit Installation, page

More information

Package Manager. Managing Cisco VXC Manager Packages CHAPTER

Package Manager. Managing Cisco VXC Manager Packages CHAPTER CHAPTER 3 This chapter describes how to perform routine Cisco VXC Manager package management tasks using the Administrator Console. It provides information on managing the Cisco VXC Manager packages (software,

More information

Backup and Restore Introduction

Backup and Restore Introduction The ability to recover from a disaster is an essential part of any system maintenance plan. As part of your disaster recovery plan, Cisco recommends that you back up the Firepower Management Center and

More information

CAD-CARE TROUBLESHOOTING GUIDE

CAD-CARE TROUBLESHOOTING GUIDE CAD-CARE TROUBLESHOOTING GUIDE CAD-Care is a stable and error free system. The biggest problem encountered with CAD-Care is when something stops CAD-Care during a system sort. Windows Screen Savers have

More information

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at Processes 1 elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at 2 elinks is a text-based (character mode) web browser we will use it to enable

More information

Installing and configuring the Scheduler. Small Business Edition

Installing and configuring the Scheduler. Small Business Edition Installing and configuring the Scheduler Small Business Edition WWW.IXIASOFT.COM / IXIASOFT / Copyright 2015 IXIASOFT Technologies. All rights reserved. Last revised: July 17, 2015 Installing and configuring

More information

Lab - Configure Data Backup and Recovery in Windows 7 and Vista

Lab - Configure Data Backup and Recovery in Windows 7 and Vista Lab - Configure Data Backup and Recovery in Windows 7 and Vista Introduction In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment A computer with Windows

More information

USER MANUAL WINATEQ300 SOFTWARE Full version 1.01

USER MANUAL WINATEQ300 SOFTWARE Full version 1.01 USER MANUAL WINATEQ300 SOFTWARE Full version 1.01 Reference: UM-Winateq300Fa-U AVERTISSEMENTS This document and the software which is provided with it are the exclusive property of ATEQ. The Winateq300

More information

xponent Version 4.2 RELEASE NOTES

xponent Version 4.2 RELEASE NOTES xponent Version 4.2 RELEASE NOTES Copyright Luminex Corporation, 1996-2013. All rights reserved. Part Number: 89-30000-00-462 Disclaimer Subject to change without notice. Although prepared to ensure accuracy,

More information

Cisco Policy Suite 6.0 Backup and Restore Guide

Cisco Policy Suite 6.0 Backup and Restore Guide Cisco Policy Suite 6.0 Guide Version 6.0 December 17, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco

More information

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

Upgrade, Backup, Restore, and Reset Guide for Access Gateway Enterprise Edition 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:

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

Undo U-Drive -User's Manual 1/13 R&D Computer System Co., Ltd. E: Data 2 U-Drive L: Pic 2 : After create U-Drive. D: Data 1.

Undo U-Drive -User's Manual 1/13 R&D Computer System Co., Ltd. E: Data 2 U-Drive L: Pic 2 : After create U-Drive. D: Data 1. Undo was created by R&D Computer System Co., Ltd., the Thai engineer company which was established since 1987. Our previous and present products are Anti Virus Card, Auto Cross and Undo Card. Undo is our

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

Installing Cisco CMX in a VMware Virtual Machine

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

More information

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions AutoCount Server A c c o u n t B i l l i n g S t o c k P O S P a y r o l l ISV/Software Solutions Introduction AutoCount server is mandatory to install in server pc for AutoCount Accounting 2.0. It is

More information

Backup Tab User Guide

Backup Tab User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information