SonicWALL GMS Maintenance Procedures

Size: px
Start display at page:

Download "SonicWALL GMS Maintenance Procedures"

Transcription

1 GMS SonicWALL GMS Maintenance Procedures SonicWALL GMS Maintenance Procedures This document outlines the server maintenance and database backup procedures for SonicWALL Global Management System (GMS) deployments. This TechNote includes the following subsections: Server Maintenance Procedures o Shutting Down GMS Servers on page 1 o Starting Up GMS Servers on page 1 o Taking GMS Servers Offline for Maintenance on page 2 o Bringing GMS Servers Online after Maintenance on page 2 Database Maintenance Procedures o Database Backup on page 3 o Sample Database Backup Setup for the SQL Server on page 3 o Restoring the Database Using the Database and Transaction Log Dumps on page 4 o Creating a Database Maintenance Plan for SQL Server on page 4 o Reducing the Size of the sgmsdb File and the Corresponding Log File on page 9 Server Maintenance Procedures This section describes rebooting procedures for SonicWALL GMS servers. Shutting Down GMS Servers The following procedures should be executed in order when shutting down the SonicWALL GMS server: 1. Shut down the GMS Console and any redundant consoles. 2. Shut down the GMS Agent(s) / Summarizer(s). 3. Shut down the database server. Starting Up GMS Servers The following procedures should be executed in order when starting up the SonicWALL GMS server: 1. Start up the database server. 2. Start up the GMS Agent(s) / Summarizer(s). 3. Start up the GMS Console and any redundant consoles.

2 Taking GMS Servers Offline for Maintenance Note: This section applies only to the SonicWALL GMS installations in a distributed environment. To shut down the SonicWALL GMS Service for maintenance, perform the following steps: 1. On the SonicWALL GMS Console, manually stop the following services: SGMS Monitoring Manager SGMS SNMP Manager SGMS Scheduler SGMS Syslog Collector SGMS Viewpoint Scheduler SGMS Viewpoint Summarizer SGMS Update Manager SGMS Web Server 2. On all SonicWALL GMS Agent servers, manually stop the SGMS Scheduler. Bringing GMS Servers Online after Maintenance After you finish the maintenance, perform the following steps: 1. Start up the database server. 2. Run one of the following SQL commands to prevent the GMS automatic failover/recovery process from being activated: For SQL Server: For Oracle: osql -U <Dbuserid> -P <Dbpassword> -q "exit(update sgmsdb.dbo.schedulers set synctime = getdate())" a. Execute the command: sqlplus <Dbuserid>/<Dbpassword>@<ORACLE_SID> b. Press the Enter or Return key on your keyboard. c. At the SQL prompt execute the command: update schedulers set synctime = sysdate; d. Execute the command: commit; e. Execute the command: exit; 3. Start up the GMS Agent(s) / Summarizer(s). 4. Start up the GMS Console and any redundant consoles. 2

3 Database Maintenance Procedures The following section describes database backup procedures and provides a sample database maintenance plan. Database Backup Schedule the regular database backup during a time when there is minimal activity on your SonicWALL GMS Server. The early hours of the day, for example, 2 a.m. are recommended. Verify that the backup operation schedule does not conflict with the operations of the GMS Scheduler. Note: You do not need to stop GMS services for a database backup. The raw SYSLOG data is additionally stored in separate databases and named in the following format: sgmsvp_yyyy_mm_dd. Sample Database Backup Setup for the SQL Server This section provides an overview of regular database backup planning. The frequency of backups can be changed to accommodate your business needs. The following figure provides an example of a database backup schedule. The clock is represented in 24-hour format and the backup events are numbered, corresponding to the description list below the figure. Figure 1. The database backup schedule Hour: 0 06:00 12:00 18:00 23:50 Event: 1, 2, 3 4, 5 6, 7 8, 9 10, 11 The following list provides a description of the events in Figure 1: 1. A job is scheduled to dump the SGMSDB database with the following options: Database Complete Overwrite existing media 2. A job is scheduled to dump the SGMSDB transaction log with the Overwrite existing media option. 3. A copy is made of the database dump created in step 1 to any backup media using the file backup tools. 4. A job is scheduled to dump the SGMSDB transaction log with the Append to existing media option. 5. A copy is made of the transaction log created in step 4 to the backup media using the file backup tools. Steps 4 through 5 are repeated every six hours according to a predetermined schedule. 6. A job is scheduled to dump the SGMSDB transaction log with the Append to existing media option. 7. A copy is made of the transaction log created in step 6 to the backup media using the file backup tools. 8. A job is scheduled to dump the SGMSDB transaction log with the Append to existing media option. 9. A copy is made of the transaction log created in step 8 to the backup media using the file backup tools. 10. A job is scheduled to dump the SGMSDB transaction log with the Append to existing media option. 11. A copy is made of the transaction log created in step 10 to the backup media using the file backup tools. 3

4 Restoring the Database Using the Database and Transaction Log Dumps This section describes how to restore a database using the database and transaction log dumps. The following example of restoring a database server uses the sample database backup schedule outlined in Figure 1 of the previous section, and assumes that the database server crashed at 12:30 in the afternoon. To restore the database: 1. Rebuild the server. 2. Install the MS SQL Server. 3. Restore the database file using the backup media mentioned in step 3 of the database backup schedule in the previous section. 4. Restore the transaction log file backed up to the backup media at 12:00. This log file is the last back up file created before the server crashed. 5. In the SQL Server Enterprise Manager, restore the database using the database dump. 6. Use the transaction log to restore the database. All transactions until 12:00 are restored. Note: The transaction log dump is incremental. Database transactions that occurred after the last transaction log was created will be lost. To minimize this loss, decrease the frequency of transaction log dumps. Creating a Database Maintenance Plan for SQL Server Note: The following database maintenance instructions are designed for small to medium size GMS installations. To create a database maintenance plan: 1. Start the SQL Server Enterprise Manager. 2. Right-click on Management > SQL Server Agent and click on Start if the agent is not running. 3. If you want your database maintenance to be performed automatically in the future, set the SQL Server Agent service to Automatic. 4

5 4. Right click on Management > Database Maintenance Plan and select New Maintenance Plan. The Database Maintenance Plan Wizard displays. Note: Choose the default options in the screens not shown in the following screenshots. 5. To start creating a maintenance plan, click Next. 6. Select the rawsyslogdb, sgmsdb, and sgmsdb_archive databases, and click Next. 5

6 7. Click the Remove unused space from database files checkbox and click Next. Note: This example represents a small system with 50 MB GMS database capacity. Adjust the MB number according to your system needs. 8. Click the Back up the database as part of the maintenance plan and the Verify the integrity of the backup when complete checkboxes, choose Disk as a location to store backup files, and click Next. 6

7 9. On the Specify Backup Disk Directory page, use the default directory to store the backup file or specify a custom directory. Optionally configure database subdirectories, removing older files, and the backup file extension. Click Next. 10. Click the Back up the transaction log as part of the maintenance plan and the Verify the integrity of the backup when complete checkboxes, choose Disk as the location to store the backup file, and click Next. 7

8 11. Click the Use the default backup directory and the Remove files older than checkboxes, and click Next. 12. Click Finish to complete the database maintenance plan. 13. Right-click on each job in SQL Server Agent > Jobs and click Start job. You can verify successful job executions by right-clicking on the selected job and clicking View Job History. 8

9 Reducing the Size of the sgmsdb File and the Corresponding Log File To reduce the size of the existing sgmsdb file and the corresponding log file: 1. Open the SQL Query Analyzer. 2. Execute the following command: sp_helpdb sgmsdb Note the size of the database and the log file. 3. Execute the following command: dbcc shrinkdatabase(sgmsdb, 0) 4. For each of the jobs that you created using the wizard, right-click on Management > SQL Server Agent >Jobs and select Start Job. 5. To make sure that the size of the log reduced, execute the following command in the SQL Query Analyzer: sp_helpdb sgmsdb 6. If the size of the log was not reduced, execute the following command: dump tran sgmsdb with truncate_only 7. Repeat steps 1 through 6 for new databases. Note: Consult your SQL Server documentation for detailed database maintenance instructions. Note 2: This document is specific to the SQL 2000 server whereby the SQL configurations are specific to that server. The configuration processes for SQL 2005 are significantly different. Document created: 11/21/06 Last updated: 5/22/07 9

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15

More information

SonicWALL Global Management System Installation Guide Standard Edition

SonicWALL Global Management System Installation Guide Standard Edition SonicWALL Global Management System Installation Guide Standard Edition Version 2.3 Copyright Information 2002 SonicWALL, Inc. All rights reserved. Under the copyright laws, this manual or the software

More information

Platform Compatibility...1 New Features...3 Known Issues...7 SonicWALL GMS Pre-Upgrade Tool...8 Related Technical Documentation...

Platform Compatibility...1 New Features...3 Known Issues...7 SonicWALL GMS Pre-Upgrade Tool...8 Related Technical Documentation... GMS SonicWALL Global Management System 6.0 If you are upgrading from SonicWALL GMS 5.1 to 6.0, and your database is larger than 40 GB, please use the Pre- Upgrade Tool. This tool helps avoid a significant

More information

Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide

Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide PROTECTION AT THE SPEED OF BUSINESS SonicWALL GMS Virtual Appliance 6.0 Getting Started Guide This Getting Started Guide contains

More information

[SQL MAINTENANCE PLAN] Create a maintenance plan to do integrity check, back up, shrink and clean old file created by the plan on database.

[SQL MAINTENANCE PLAN] Create a maintenance plan to do integrity check, back up, shrink and clean old file created by the plan on database. [SQL MAINTENANCE PLAN] Create a maintenance plan to do integrity check, back up, shrink and clean old file created by the plan on database. Maintenance Plan 1. Open Microsoft SQL Management Studio to find

More information

MySQL Cluster Ed 2. Duration: 4 Days

MySQL Cluster Ed 2. Duration: 4 Days Oracle University Contact Us: +65 6501 2328 MySQL Cluster Ed 2 Duration: 4 Days What you will learn This MySQL Cluster training teaches you how to install and configure a real-time database cluster at

More information

Database Administration

Database Administration Unified CCE, on page 1 Historical Data, on page 2 Database Statistics, on page 3 Tool, on page 3 Database Sizing Estimator Tool, on page 11 Administration & Data Server with Historical Data Server Setup,

More information

Reliability and Performance Monitoring

Reliability and Performance Monitoring Reliability and Performance Monitoring June 19, 2012 Copyright 2012 by World Class CAD, LLC. All Rights Reserved. Reliability and Performance Monitor Window To open the Reliability and Performance Monitor

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information

(Self-Study) Identify How to Back Up and Restore NetWare Systems

(Self-Study) Identify How to Back Up and Restore NetWare Systems SECTION 18 (Self-Study) Identify How to Back Up and Restore NetWare Systems The following objective will be tested: Develop a Network Backup Strategy In this section you learn how you can back up and restore

More information

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Contents Managing Database Storage Structures Using Enterprise Manager Database Express... 1 Overview... 2 Configuring

More information

Manual Backup Sql Server 2000 Command Line Install

Manual Backup Sql Server 2000 Command Line Install Manual Backup Sql Server 2000 Command Line Install What you can try to do is manually delete the endpoint instance and re install the Before you go,please, double check you have the Microsoft SQL Server

More information

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Database Statistics, page 3 Tool, page 3 Database Sizing Estimator Tool, page 12 Administration & Data Server with Historical Data Server Setup, page 15 Database

More information

Open the QpTools form (from the SWITCHBOARD "Utilities" menu):

Open the QpTools form (from the SWITCHBOARD Utilities menu): Tutorial: Backing Up Essential Data Files QuickPermit data files for local installations are generally very small and may be regularly backed up in less that a minute -- time well spent to protect you

More information

Technical White Paper HP Access Control Upgrade Guide. August 2017

Technical White Paper HP Access Control Upgrade Guide. August 2017 Technical White Paper HP Access Control Upgrade Guide Table of contents 1 Introduction... 5 2 Preparation... 5 2.1 Where to obtain the current HP AC software... 5 2.2 Where to obtain HP AC documentation...

More information

TANDBERG Management Suite - Redundancy Configuration and Overview

TANDBERG Management Suite - Redundancy Configuration and Overview Management Suite - Redundancy Configuration and Overview TMS Software version 11.7 TANDBERG D50396 Rev 2.1.1 This document is not to be reproduced in whole or in part without the permission in writing

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

ZettaMirror Install Guide

ZettaMirror Install Guide ZettaMirror Install Guide March 2014 Table of Contents Planning Your ZettaMirror Deployment...3 Where to install ZettaMirror?...3 Do I need extra retention policies?...3 How to Download & Install ZettaMirror...4

More information

TECHNICAL NOTE. Technical Note P/N REV A01

TECHNICAL NOTE. Technical Note P/N REV A01 TECHNICAL NOTE Performing SharePoint Granular Recovery with EMC Avamar for SharePoint VSS and Ontrack PowerControls Technical Notes EMC Avamar v6.0 Technical Note P/N 300-013-036 REV A01 December 7, 2011

More information

Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION

Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION 1 TABLE OF CONTENTS VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS...1

More information

How to Restore a Windows System to Bare Metal

How to Restore a Windows System to Bare Metal This article refers to the Barracuda Backup Legacy Release firmware or newer, except where noted. Bare metal recovery allows you to restore a complete Microsoft Windows system, including data, settings,

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

Oracle Hyperion EPM Installation & Configuration ( ) NEW

Oracle Hyperion EPM Installation & Configuration ( ) NEW Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Hyperion EPM 11.1.2 Installation & Configuration (11.1.2.4) NEW Duration: 4 Days What you will learn NEW COURSE! This

More information

Backup Solution Testing on UCS for Small Medium Range Customers (Disk-to-Disk) Backup Exec 2012

Backup Solution Testing on UCS for Small Medium Range Customers (Disk-to-Disk) Backup Exec 2012 Backup Solution Testing on UCS for Small Medium Range Customers (Disk-to-Disk) Backup Exec 2012 First Published: January 07, 2013 Last Modified: January 07, 2013 Americas Headquarters Cisco Systems, Inc.

More information

Designing Data Protection Strategies for Lotus Domino

Designing Data Protection Strategies for Lotus Domino WHITE PAPER Designing Data Protection Strategies for Lotus Domino VERITAS Backup Exec 9.0 for Windows Servers Agent for Lotus Domino VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

Microsoft SQL Server Fix Pack 15. Reference IBM

Microsoft SQL Server Fix Pack 15. Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Note Before using this information and the product it supports, read the information in Notices

More information

For Trace and Log Central to work, you must resolve DNS lookup for all nodes in the cluster on the client machine.

For Trace and Log Central to work, you must resolve DNS lookup for all nodes in the cluster on the client machine. Trace and Log Central, page 1 Log Viewers, page 42 Plugins, page 45 Trace and Log Central For Trace and Log Central to work, you must resolve DNS lookup for all nodes in the cluster on the client machine.

More information

Working with Trace and Log Central

Working with Trace and Log Central CHAPTER 11 The trace and log central feature in the Cisco Unified Real-Time Monitoring Tool (RTMT) allows you to configure on-demand trace collection for a specific date range or an absolute time. You

More information

Contents. Platform Compatibility. ViewPoint SonicWALL ViewPoint 5.0

Contents. Platform Compatibility. ViewPoint SonicWALL ViewPoint 5.0 ViewPoint SonicWALL ViewPoint 5.0 Contents Platform Compatibility...1 New Features and Enhancements...2 Known Issues...5 Resolved Issues...5 Installation Procedure...6 Related Technical Documentation...7

More information

Copyright Jetro Platforms, Ltd. All rights reserved.

Copyright Jetro Platforms, Ltd. All rights reserved. Important Notice Copyright 2001 2009 Jetro Platforms, Ltd. All rights reserved. This document is furnished by Jetro Platforms for information purposes only to licensed users of the Jetro COCKPIT product.

More information

IBM Security SiteProtector System SecureSync Guide

IBM Security SiteProtector System SecureSync Guide IBM Security IBM Security SiteProtector System SecureSync Guide Version 3.0 Note Before using this information and the product it supports, read the information in Notices on page 45. This edition applies

More information

Performing an ObserveIT Upgrade Using the Interactive Installer

Performing an ObserveIT Upgrade Using the Interactive Installer Performing an ObserveIT Upgrade Using the Interactive Installer ABOUT THIS DOCUMENT This document contains detailed procedures and instructions on how to upgrade ObserveIT by using the interactive "One

More information

Migrating Data from Cisco Security MARS 4.x to 6.0.x

Migrating Data from Cisco Security MARS 4.x to 6.0.x Migrating Data from Cisco Security MARS 4.x to 6.0.x Revised: March 24, 2009, Cisco Security MARS 6.0.x runs on all MARS Appliance models, specifically: 20, 20R, 50, 100, 100e, 200, GC, and GCm 1 25, 25R,

More information

Features - Microsoft Data Protection Manager

Features - Microsoft Data Protection Manager Page 1 of 36 Features - Microsoft Data Protection Manager TABLE OF CONTENTS OVERVIEW NEW FEATURES SYSTEM REQUIREMENTS SUPPORTED FEATURES GETTING STARTED - DATA PROTECTION MANAGER DEPLOYMENT GETTING STARTED

More information

ST Symantec. Symantec Data Center Security: Server Advanced 6.0 Technical Assessment

ST Symantec. Symantec Data Center Security: Server Advanced 6.0 Technical Assessment Symantec ST0-304 Symantec Data Center Security: Server Advanced 6.0 Technical Assessment Download Full Version : https://killexams.com/pass4sure/exam-detail/st0-304 QUESTION: 119 Which two are capabilities

More information

Manual Backup Sql Server 2000 Command Line Utility

Manual Backup Sql Server 2000 Command Line Utility Manual Backup Sql Server 2000 Command Line Utility This topic describes how to create a full database backup in SQL Server this command at the PowerShell command prompt, C:/PS_ Backup-SqlDatabase. What

More information

Symantec Backup Exec Quick Installation Guide

Symantec Backup Exec Quick Installation Guide Symantec Backup Exec 2010 Quick Installation Guide 20047221 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup Exec service account

More information

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration::

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration:: Module Title Duration : Veritas Backup Exec 16: Administration : 5 days Overview The Veritas Backup Exec 16: Administration course is designed for the data protection professional tasked with architecting,

More information

Common Ground Upgrade

Common Ground Upgrade Preupgrade Overview, on page 1 Common Ground Preupgrade Task Flow, on page 2 Common Ground Preupgrade Tasks, on page 3 Task Flow, on page 7 Tasks, on page 11 Preupgrade Overview The preupgrade process

More information

Pharos Uniprint 8.3. Upgrade Guide. Document Version: UP83-Upgrade-1.0. Distribution Date: December 2011

Pharos Uniprint 8.3. Upgrade Guide. Document Version: UP83-Upgrade-1.0. Distribution Date: December 2011 Pharos Uniprint 8.3 Upgrade Guide Document Version: UP83-Upgrade-1.0 Distribution Date: December 2011 Pharos Systems International Suite 310, 80 Linden Oaks Rochester, New York 14625 Phone: 1-585-360-1010

More information

Administration of Symantec Backup Exec 12 fo Windows Server Exam.

Administration of Symantec Backup Exec 12 fo Windows Server Exam. SYMANTEC 250-312 Administration of Symantec Backup Exec 12 fo Windows Server Exam TYPE: DEMO http://www.examskey.com/250-312.html Examskey SYMANTEC 250-312 exam demo product is here for you to test the

More information

QuickStart Guide vcenter Server Heartbeat 5.5 Update 1 EN

QuickStart Guide vcenter Server Heartbeat 5.5 Update 1 EN vcenter Server Heartbeat 5.5 Update 1 EN-000205-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Quick Start Guide - Exchange Database idataagent

Quick Start Guide - Exchange Database idataagent Page 1 of 90 Quick Start Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

Platform Compatibility...1 New Features...2 Known Issues...4 Related Technical Documentation...5

Platform Compatibility...1 New Features...2 Known Issues...4 Related Technical Documentation...5 ViewPoint SonicWALL ViewPoint 6.0 Contents Platform Compatibility...1 New Features...2 Known Issues...4 Related Technical Documentation...5 Platform Compatibility Operating System Requirements SonicWALL

More information

Designing Data Protection Strategies for Lotus Domino

Designing Data Protection Strategies for Lotus Domino WHITE PAPER Designing Data Protection Strategies for Lotus Domino VERITAS Backup Exec 10 for Windows Servers Agent for Lotus Domino 1/17/2005 1 TABLE OF CONTENTS Executive Summary...3 Introduction to Lotus

More information

Protecting Hyper-V Environments

Protecting Hyper-V Environments TECHNICAL WHITE PAPER: BACKUP EXEC TM 2014 PROTECTING HYPER-V ENVIRONMENTS Backup Exec TM 2014 Technical White Paper Protecting Hyper-V Environments Technical White Papers are designed to introduce Symantec

More information

Sql Server 2000 Manually Run Maintenance Plan

Sql Server 2000 Manually Run Maintenance Plan Sql Server 2000 Manually Run Maintenance Plan The backups are produced by maintenance plans on the production server then Each day we run a SQL statement similar to this to overwrite each database: I think

More information

TRIM Integration with Data Protector

TRIM Integration with Data Protector TRIM Integration with Data Protector Table of Contents Introduction... 3 Prerequisites... 3 TRIM Internals... 3 TRIM s Data Organization... 3 TRIM s Architecture... 4 Implications for Backup... 4 Sample

More information

BEST PRACTICES GUIDE Configuring ShadowProtect and Windows

BEST PRACTICES GUIDE Configuring ShadowProtect and Windows Configuring ShadowProtect and Windows 13 July 2012 Revision 2 Copyright StorageCraft Pty Ltd 2012 This document may not, in whole or part, be copied, photocopied, reproduced, translated, reduced or transferred

More information

Working with Databases

Working with Databases Working with Databases TM Control Panel User Guide Working with Databases 1 CP offers you to use databases for storing, querying and retrieving information. CP for Windows currently supports MS SQL, PostgreSQL

More information

User Guide - Exchange Database idataagent

User Guide - Exchange Database idataagent Page 1 of 208 User Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

QUESTION: 1 Backup Exec catalogs are written in which two locations? (Choose two.)

QUESTION: 1 Backup Exec catalogs are written in which two locations? (Choose two.) 1 Symantec - 250-300 Administration of Backup Exec 10 for Windows QUESTION: 1 Backup Exec catalogs are written in which two locations? (Choose two.) A. Tape B. Disk C. Database D. Job history Answer: A,B

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

How to Restore Windows Server 2008 Domain Controller System State

How to Restore Windows Server 2008 Domain Controller System State How to Restore Windows Server 2008 Domain Controller System State This article refers to the Barracuda Backup Legacy Release firmware or newer, and Windows Server 2008 domain controller. This article assumes

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

What's Different in Backup Exec 2012

What's Different in Backup Exec 2012 What's Different in Backup Exec 2012 What's different in Backup Exec 2012 This document includes the following topics: Changes to the user interface for Backup Exec 2012 Changes to terminology for Backup

More information

Linksys Stackable Switches

Linksys Stackable Switches TECHNICAL BULLETIN Linksys Stackable Switches How to Build Stacks and Understand Their Operation This document describes how to stack Linksys switches and covers advanced stacking information, as well

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

SAS Synchronization Agent

SAS Synchronization Agent SAS Synchronization Agent FAQs Contents Description... 2 Frequently Asked Questions... 2 Recommended Best Practices... 6 Advisory Notes... 6 Product Documentation... 6 Support Contacts... 7 Page 1 of 7

More information

Deploying Adobe Acrobat or Reader using SyAM Management Utilities

Deploying Adobe Acrobat or Reader using SyAM Management Utilities using SyAM Management Utilities The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent installation of Adobe Acrobat or Reader across your network to managed

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

FOR NETWARE. Tested and. Approved

FOR NETWARE. Tested and. Approved 7 v e r s i o n TM FOR NETWARE Tested and Approved Introduction This guide is designed to help you install Backup Exec for NetWare from the Backup Exec Installation CD. It is intended for administrators

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 250-312 Title : Administration of Symantec Backup Exec 12 for Windows Server Vendors : Symantec Version :

More information

Altaro Hyper-V Backup User Guide

Altaro Hyper-V Backup User Guide Altaro Hyper-V Backup User Guide 1 / 144 Table of contents Introducing Altaro Hyper-V Backup... 4 Different Editions... 5 Getting Started... 6 System requirements... 6 Supported Backup Destinations...

More information

Implementation Quick Guide. EZManage SQL Pro

Implementation Quick Guide. EZManage SQL Pro Implementation Quick Guide EZManage SQL Pro 1 GETTING STARTED WITH EZMANAGE SQL... 3 1.1 ABOUT EZMANAGE SQL... 3 1.2 EZMANAGE SQL COMPONENTS... 3 1.3 TECHNICAL SUPPORT... 4 2 INSTALLATION... 5 2.1 PRE

More information

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support.

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support. Release Notes McAfee Web Reporter version 5.2.0 This document provides information about McAfee Web Reporter version 5.2.0. You can find additional information at the following locations: Help Help is

More information

Manual Backup Sql Server Express 2005 Automatic

Manual Backup Sql Server Express 2005 Automatic Manual Backup Sql Server Express 2005 Automatic Have you ever attempted to setup an automated backup of your SQL Server Express database server, only to discover that the handy job scheduler. Any Kingdom

More information

HP WebInspect Enterprise

HP WebInspect Enterprise HP WebInspect Enterprise for the Windows operating system Software Version: 10.50 Implementation Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The

More information

CorreLog. SQL Table Monitor Adapter Users Manual

CorreLog. SQL Table Monitor Adapter Users Manual CorreLog SQL Table Monitor Adapter Users Manual http://www.correlog.com mailto:support@correlog.com CorreLog, SQL Table Monitor Users Manual Copyright 2008-2018, CorreLog, Inc. All rights reserved. No

More information

How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2

How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2 How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2 Newmarket International, Inc. Document Version 1.0 7/7/03 Copyright 2003 Newmarket International, Inc. All rights reserved.

More information

Catalogic DPX 4.4. Using AWS Cloud with DPX

Catalogic DPX 4.4. Using AWS Cloud with DPX Catalogic DPX 4.4 Using AWS Cloud with DPX Using AWS Cloud with DPX 2 2016 Catalog Software, Inc. Using AWS Cloud with DPX Introduction DPX is a Catalogic Data Protection suite which facilitates protection

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Activant Solutions Inc. SQL 2005: Server Management

Activant Solutions Inc. SQL 2005: Server Management Activant Solutions Inc. SQL 2005: Server Management SQL Server 2005 suite Course 3 of 4 This class is designed for Beginner/Intermediate SQL Server 2005 System Administrators Objectives Create Maintenance

More information

Dell PowerVault DL Backup to Disk Appliance and. Storage Provisioning Option

Dell PowerVault DL Backup to Disk Appliance and. Storage Provisioning Option Dell PowerVault DL Backup to Disk Appliance and the Symantec Backup Exec Storage Provisioning Option The software described in this book is furnished under a license agreement and may be used only in accordance

More information

SRA Virtual Appliance Getting Started Guide

SRA Virtual Appliance Getting Started Guide SRA Virtual Appliance Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

LiveVault. Agent Guide

LiveVault. Agent Guide LiveVault Software Version: 7.82 Agent Guide Note The guide primarily provides instruction on how to install the LiveVault agent on Windows and Linux servers. Additionally it provides information about

More information

Product Guide. McAfee Performance Optimizer 2.2.0

Product Guide. McAfee Performance Optimizer 2.2.0 Product Guide McAfee Performance Optimizer 2.2.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo, McAfee

More information

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN I could not find any relevant documanet of RAC - Flashback on the net. So, I want to share my experiances with you. Check crs status. ora...t2.inst application ONLINE ONLINE rcnode2 Shutdown the database

More information

IBM Tivoli Composite Application Manager for Microsoft Applications V6.2.3, Gathering Microsoft (MS) SQL agent logs for troubleshooting.

IBM Tivoli Composite Application Manager for Microsoft Applications V6.2.3, Gathering Microsoft (MS) SQL agent logs for troubleshooting. IBM Tivoli Composite Application Manager for Microsoft Applications V6.2.3, Gathering Microsoft (MS) SQL agent logs for troubleshooting. Page 1 of 21 When you complete this module, you can perform these

More information

Manual Backup Sql Server 2000 Command Prompt

Manual Backup Sql Server 2000 Command Prompt Manual Backup Sql Server 2000 Command Prompt Dell LiteSpeed for SQL Server Technical Documentation describes how to only be restored from a backup created on an instance of SQL Server 2000 and newer. From

More information

1. Overview... 2 Documentation... 2 Licensing... 2 File Archiving requirements... 2

1. Overview... 2 Documentation... 2 Licensing... 2 File Archiving requirements... 2 User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

Cisco Prime Collaboration Deployment Configuration and Administration

Cisco Prime Collaboration Deployment Configuration and Administration Cisco Prime Collaboration Deployment Configuration and Administration Services, page 1 Limitations and Restrictions, page 5 Services After the installation of the Cisco Prime Collaboration Deployment platform,

More information

Oracle8 Enterprise Edition

Oracle8 Enterprise Edition Oracle8 Enterprise Edition Release 8.0.6 for Windows NT Part No. A69522-01 Contents Included Products on page 3 Pre-Installation on page 6 System Requirements on page 7 Products Available for Installation

More information

Manual Backup Sql Server Express 2005 Automatically Database

Manual Backup Sql Server Express 2005 Automatically Database Manual Backup Sql Server Express 2005 Automatically Database are not compatible with SQL Server 2005. Related Topics Database. Size. Database Location. SQL Server Express. (Manual). ~ 4. 1 GB. 1. 10 GB

More information

Using OptiView Console

Using OptiView Console Using OptiView Console Introduction The OptiView Console application (also referred to as the application ) provides you with the ability to monitor the performance of your Ethernet enterprise network,

More information

Manual Ftp Windows Server 2008 R2 Enterprise Keygen Do

Manual Ftp Windows Server 2008 R2 Enterprise Keygen Do Manual Ftp Windows Server 2008 R2 Enterprise Keygen Do Installing WS_FTP Server on Windows Server 2008 or 2012 IP Lockouts do not carry over failed logon attempts after cluster failover WS_FTP Server complies

More information

Installing the Cisco Virtual Network Management Center

Installing the Cisco Virtual Network Management Center CHAPTER 4 Installing the Cisco Virtual Network Management Center This chapter provides procedures for installing the Cisco Virtual Network Management Center (VNMC). This chapter includes the following

More information

Provisioning SQL Databases

Provisioning SQL Databases Course 20765B: Provisioning SQL Databases Page 1 of 5 Provisioning SQL Databases Course 20765B: 2 days; Instructor-Led Introduction This two-day instructor-led course provides students with the knowledge

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows

WHITE PAPER: ENTERPRISE SOLUTIONS. Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows WHITE PAPER: ENTERPRISE SOLUTIONS Disk-Based Data Protection Achieving Faster Backups and Restores and Reducing Backup Windows White Paper: Enterprise Security Disk-Based Data Protection Achieving Faster

More information

Administration Guide - Documentum idataagent (DB2)

Administration Guide - Documentum idataagent (DB2) Page 1 of 65 Administration Guide - Documentum idataagent (DB2) TABLE OF CONTENTS OVERVIEW Introduction Key Features Supported Environments Full Range of Backup and Recovery Options Scheduling Efficient

More information

Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1

Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1 Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1 V E R I T A S W H I T E P A P E R March 4, 2002 Table of Contents Introduction.................................................................................4

More information

High Availability on the SonicWALL TZ 210

High Availability on the SonicWALL TZ 210 High Availability on the SonicWALL TZ 210 Document Scope This document describes how to configure and manage the High Availability feature for the SonicWALL TZ 210 security appliance. This document contains

More information

Client Data System. Upgrade Guide. CDS v3.2 to v4.1.1 (Network Version) Client Data System Upgrade Guide 3.2 to (Network) Revised:

Client Data System. Upgrade Guide. CDS v3.2 to v4.1.1 (Network Version) Client Data System Upgrade Guide 3.2 to (Network) Revised: Client Data System Upgrade Guide CDS v3.2 to v4.1.1 (Network Version) Copyright 2003, E-Z Data, Inc. E-Z Data, Inc. 918 East Green Street Pasadena, CA 91106 Telephone: (626) 585-3505 Fax: (626) 440-9097

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes installing Resource Manager Essentials 3.2 on a Windows system. It consists of: Product Overview Installation Overview Preparing to Install Essentials Importing Data Manually

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 6.5 9/26/2014 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Provisioning SQL Databases

Provisioning SQL Databases Provisioning SQL Databases Course 20765B 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course is designed to teach students how to provision SQL Server databases both

More information

Click OK in the confirmation window. The selected workstations restart in the Thawed state.

Click OK in the confirmation window. The selected workstations restart in the Thawed state. Introduction The process of updating virus pattern files on workstations protected by Deep Freeze Enterprise involves three fundamental steps: 1. Rebooting the workstations into a Thawed state so the updates

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information