SAS DEPLOYMENT BACKUP UTILITY FANS JON KOLSTAD SR TECHNICAL CONSULTANT
|
|
|
- Shavonne Opal Matthews
- 10 years ago
- Views:
Transcription
1 FANS JON KOLSTAD SR TECHNICAL CONSULTANT
2 SAS INTELLIGENCE PLATFORM INTELLIGENCE PLATFORM BACKUP TOOLS Versions prior to 9.4 provided Metadata Server Backup Facility Custom scripts for dumping FrameworkServer database to file File level backup PROC METAOPERATE SAS 9.4 contains two utilities for backup and restore Metadata Server Backup Facility Deployment Backup and Recovery Tool (BRT) (new in 9.4) The Deployment Backup and Recovery Tool is a centralized utility to manage backups and restore for all machines that are part of a SAS deployment. The tool will do online backup and restore as well as offline recovery.
3 SAS INTELLIGENCE PLATFORM METADATA SERVER BACKUP FACILITY Metadata Server Backup Facility backs up all registered metadata repositories, the repository manager, and the metadata server s configuration directory. There are several methods to perform a metadata backup, but the built-in utility has the advantage that: backups can be performed online repositories can be set to be reorganized (it does require an exception to the above statement) restore up to a point in time is possible
4 SAS INTELLIGENCE PLATFORM DEPLOYMENT BACKUP AND RECOVERY TOOL Integrated method for backing up and recovering SAS content across multiple tiers and machines. System-wide tool it is intended to back up an entire environment, as opposed to a single machine in a multi-machine deployment. The tool is installed on the middle tier as part of the SAS Web Infrastructure Platform.
5 DEPLOYMENT BACKUP AND RECOVERY TOOL (2) Connects with the SAS Deployment Agent on each middle-tier and server-tier Metadata server, all registered metadata repositories, repository manager Contents of the Data directories, SASEnvironment directories and server configuration directories for each server on the SAS server tier. SAS Content Server repository. Databases that are managed by the SAS Web Infrastructure Platform Data Server. By default, all of the databases are backed up. Exclusions can be configured. Additional directories under SAS-configuration-directory/LevN as specified by the administrator. (locations referenced by symbolic links are not backed up.)
6 SERVICES REQUIRED TO BE RUNNING The components that are required to be running for offline recovery are Metadata server (offline mode ok) Web Infrastructure Platform Data Server Deployment Agent (all machines) Online operations can be performed with all services running/online, except SAS Content Server require manual steps and needs a restart
7 ARCHITECTURE BRT is scheduled and executed from the SAS Web Application server running on the mid-tier server. REST based web application. (REpresentational State Transfer)
8 BACKUP EXECUTION 1. User interacts with the Web application using command line utilities installed with SASPlatformObjectFramework 2. Web application / Backup Service contacts the metadata server to define the backup configuration 3. Web application / Backup Service contacts the Deployment Agent / Backup Server on all machines that are part of the backup configuration. 4. Backup Server on each machine performs a local backup andthe result/status is returned to Web application / Backup service
9 BACKUP CONTENTS The default content, depending on the function of a machine: Metadata server LevN config directory Content Migration Utility (CMU) is used to backup LevN Data folder <Server Context>/Data folder <Server Context>/SASEnvironment folder Foundation Server Directories under <Server Context> (SASApp, VAApp) <Server Context>/BatchServer, <Server Context>/ConnectServer, <Server Context>/OLAPServer, <Server Context>/PooledWorkspaceServer, <Server Context>/StoredProcessServer, <Server Context>/WorkspaceServer, ObjectSpawner, SchedulingServer, ShareServer, ConnectSpawner SAS Infrastructure Data Server (PostgreSQL) All databases that are present in the PostgreSQL server. All PostgresSql server instances in the SAS Web Infrastructure Data Server created by WIP SAS Content Server
10 CONFIGURATION The configuration file covering the entire deployment is /local/sas94/config/levn/backup/backupserver.ini. There is no need to change this file unless: A central vault location has to be added later backupserver.shared.vault.dir=<absolute path> Content Server location if reverse proxy is enabled on the mid-tier backupserver.scs.host=<mid-tier fqdn> backupserver.scs.port=<webserver port> The remaining config for the deployment is derived from metadata.
11 OPERATION CLI utilities located at <SASHOME>/SASPlatformObjectFramework/9.4/tools/admin Add the location of the backuptool scripts to the path. UNIX export PATH=$PATH:/local/sas94/sashome/SASPlatformObjectFramework/9.4/tools/admin WIN
12 Usage: OPERATION Options include -help: Print the help information -host: Web Server Host if its present otherwise Application Server Host. Required if -profile not set. -port: Web Server Port if its present otherwise Application Server Port. Required if -profile not set. -user: Specify the user ID of an unrestricted metadata user. Required if -profile not set. -password: Specify the password of an unrestricted metadata user. Required if -profile not set. -protocol: value for this parameter is either http or https. The default value is http. Provide the value as https if target environment is configured as https type using SDW. -profile: Web Server connection profile if its present otherwise Application Server connection profile. Can be used in place of -host,-port,-user, -password,-protocol options. environment.properties file present in the same directory where batch utilities are present. -inputdata: User has to provide absolute path of the json file containing optional parameter name and comment. If not provided default value will be used. -maxattempt: Number of attemps to execute the request. If not provided then default value is 2. The value provided should be integer. -async: Its a optional parameter to start backup asynchronously
13 OPERATION -profile <file name> can be used in place of -host,-port,-user, -password,-protocol options. environment.properties file present in the same directory where batch utilities are present. Example host=vasrv.demo.sas.com port=7980 password={sas002}ba7b9d061cb4066e47f2455f373b030e protocol=http Important host=<fqdn> to middle-tier server
14 OPERATION The most commonly used utilities are shown in bold: sas-add-backup-customdir sas-analyze-metadata sas-backup sas-backup-metadata sas-create-project-repository sas-create-repository sas-delete-repository sas-display-backup sas-display-backup-config sas-display-backup-customdir sas-display-backup-sourceconfig sas-display-backup-sourcecontent sas-display-recovery sas-list-backups sas-list-backup-schedule sas-port-metadata sas-recover sas-recover-metadata sas-recover-offline sas-relationship-loader sas-remove-backup-customdir sas-remove-backup-schedule sas-set-backup-schedule sas-status-backup sas-update-backup-config sas-update-metadata-profile sas-upgrade-metadata
15 SCHEDULE By default BRT is scheduled to run every Sunday at 01:00. To add or remove scheduled runs, run the relevant script with an input file: sas-remove-backup-schedule profile <...> -inputfile <...> sas-set-backup-schedule profile <...> -inputfile <...> Example: { } "dayofweek": "sunday", "time": "01:00" JSON is used to specify attributes and values in the inputfile. See <SASHOME>\SASPlatformObjectFramework\9.4\tools\admin\conf\sample for more.
16 RETENTION TIME Backups expire after 30 days and send alerts to the address defined during installation. To modify this, run the relevant script with an input file: sas-update-backup-config profile <...> -inputfile <...> Where inputfile contains, for example: { "vaultlocation":"/local/depot/sas_deploymentbackup/utvikling", "daystoretainbackup": 30, "scheduledbackupsallowed": "true", " tolist":["[email protected]", "[email protected]"] }
17 DISABLE BACKUP To disable BRT, run the update config script with an input file: sas-update-backup-config profile <...> -inputfile <...> Where inputfile contains: { } "scheduledbackupsallowed": "false"
18 VAULT AND STORAGE LOCATIONS All components are backed up to the following path on their respective host machines: SAS-configuration-directory/LevN/Backup/Vault.
19 STATUS MESSAGES, ALERTS AND TROUBLESHOOTING An alert is generated if a backup or recovery is unsuccessful. By default, the is sent to the system administrator address that was specified in the SAS Deployment Wizard or in the backup config if modified. BRT status and history can be displayed and verified with the commandline utility sas-list-backups. For the backup sources the status property will either be completed or failed
20 LOG LOCATIONS Main logfile <CONFIGDIR>/Lev1/Backup/backupserver.log Logs specific to backup source <CONFIGDIR>/Lev1/Backup/Logs/ T19_19_57/backup/ContentServer/ContentServer.log <CONFIGDIR>/Lev1//Web/Logs/SASServer1_1/SASDeploymentBackup9.4.log Example backup id: T19_19_57
21 RUN AN UNSCHEDULED BACKUP Create a backup by running the utility sas-backup. Update PATH settings sas-backup profile <...> Verify the output and check that all components have status: completed.
22 RESTORE Restore can be done either online or offline. The backupid has to be known and the Backupvault needs to be accessible in the configured location. To find the backupid sas-list-backups profile <...> To run the restore (recover) sas-recover profile <...> -backupid <...> [-inputdata <...>] -inputdata <...> used to provide comments and source selection.
23 RESTORE (2) -inputdata <...> used to provide comments and source selection. { } "name": "Restore", "comment": "Restore of content server and recovery of selected instances of the Web Infrastructure Platform Database", "pausecomment": "pausecomment", "instancename": "Web Infrastructure Platform DataServer 94, Fin Mgmt Data Svr 5.4" "exclude": ["metadataserver","contentserver","configdir","customdir"]
24 OFFLINE RESTORE Offline restore requires Metadata Server and Postgres database to be running as well as Deployment Agent running on all machines. sas-recover-offline profile <...> -backupid <...> [-inputdata <...>]
25 RESTORE SAS CONTENT SERVER. Manual steps are required for SAS Content Server. 1. Stop the TC Server. 2. In <configlev>\appdata\sascontentserver\sasserver1_1, copy the contents of the "Copy_of_Repository" folder to the original folder i.e. Repository" or rename the Copy_of_Repository folder to Repository 3. Run the Data-scs.sql script which is present at the following location (<webinfpltminstallconfig>\deployment\data) 4. Restart the TC server. 5. It should come up successfully.
SAS. 9.1.3 Intelligence Platform. System Administration Guide
SAS 9.1.3 Intelligence Platform System Administration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS 9.1.3 Intelligence Platform: System Administration
Initializing SAS Environment Manager Service Architecture Framework for SAS 9.4M2. Last revised September 26, 2014
Initializing SAS Environment Manager Service Architecture Framework for SAS 9.4M2 Last revised September 26, 2014 i Copyright Notice All rights reserved. Printed in the United States of America. No part
SAS 9.3 Foundation for Microsoft Windows
Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed
Scheduling in SAS 9.3
Scheduling in SAS 9.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. Scheduling in SAS 9.3. Cary, NC: SAS Institute Inc. Scheduling in SAS 9.3
Scheduling in SAS 9.4 Second Edition
Scheduling in SAS 9.4 Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. Scheduling in SAS 9.4, Second Edition. Cary, NC: SAS Institute
SAS 9.3 Intelligence Platform
SAS 9.3 Intelligence Platform System Administration Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS 9.3 Intelligence
Configuring IBM HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on IBM WebSphere Application Server
Configuration Guide Configuring IBM HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on IBM WebSphere Application Server This document is revised for SAS 9.3. In previous versions
SyncThru Database Migration
SyncThru Database Migration Overview Database Migration for SyncThru application is an intuitive tool that enables the data stored in the database of an older version of SyncThru, to be moved to the database
MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.
MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline
Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2
Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 1 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Contents Chapter 1 Data migration method:... 3 Chapter
Installation Instructions for Hot Fix I92003
Installation Instructions for Hot Fix I92003 UNIX Hot fix I92003 addresses the issue(s) in SAS Credit Scoring for Banking 5.1 as documented in the Issue(s) Addressed section of the hot fix download page:
VMware vsphere Data Protection
VMware vsphere Data Protection Replication Target TECHNICAL WHITEPAPER 1 Table of Contents Executive Summary... 3 VDP Identities... 3 vsphere Data Protection Replication Target Identity (VDP-RT)... 3 Replication
Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide
Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide Step 1: Setting Up Required Users and Groups o Windows Operating Systems Only Step 2: Installing Software Using the SAS
Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server
Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server This document describes how to configure Apache HTTP Server
How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2
How to Install Multiple Monitoring Agents on a Microsoft Operating System Version StoneGate Firewall/VPN 2.6 and SMC 3.2 INTRODUCTION This document provides detailed instructions for installing multiple
Use QNAP NAS for Backup
Use QNAP NAS for Backup BACKUP EXEC 12.5 WITH QNAP NAS Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.0 Document revision history: Date Version Changes Apr 2010 1.0 Initial release Note: Information
CommVault Simpana Archive 8.0 Integration Guide
CommVault Simpana Archive 8.0 Integration Guide Data Domain, Inc. 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800 Version 1.0, Revision B September 2, 2009 Copyright 2009
Searching for accepting?
If you have set up a domain controller previously with Windows 2000 Server, or Windows Server 2003, then you would be familiar with the dcpromo.exe command also be used to set up a Domain Controller on
System i Access for Web Configuring an Integrated Web Application Server Instance
System i Access for Web Configuring an Integrated Web Application Server Instance Third Edition (August 2013) This edition supplements the 6.1 System i Access for Web Information Center documentation.
Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2
Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server
Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical
Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure
CloudBerry Dedup Server
Getting Started Guide: CloudBerry Dedup Server Getting Started Guide Getting Started with CloudBerry Dedup Server We are glad to announce our new product CloudBerry Dedup Server. CloudBerry Dedup is a
SAS 9.3 Intelligence Platform
SAS 9.3 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS SAS 9.3 Intelligence
Administering the Web Server (IIS) Role of Windows Server
Course 10972A: Administering the Web Server (IIS) Role of Windows Server Course Details Course Outline Module 1: Overview and Installing Internet Information Services In this module students will learn
Backup and Restore the HPOM for Windows 8.16 Management Server
Backup and Restore the HPOM for Windows 8.16 Management Server White Paper version 2.0 Backup and Restore the HPOM for Windows 8.16 Management Server... 1 Change record... 2 Conceptual Overview... 3 Understanding
Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications
Configuration Guide Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications This document describes how to configure Web authentication with BEA WebLogic for the SAS Web applications.
Use Enterprise SSO as the Credential Server for Protected Sites
Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured
VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1
VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 This document supports the version of each product listed and supports all subsequent versions
ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER
M-FILES CORPORATION ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER VERSION 2.3 DECEMBER 18, 2015 Page 1 of 15 CONTENTS 1. Version history... 3 2. Overview... 3 2.1. System Requirements... 3 3. Network
IceWarp to IceWarp Server Migration
IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone
SAS 9.4 Intelligence Platform: Migration Guide, Second Edition
SAS 9.4 Intelligence Platform: Migration Guide, Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 Intelligence Platform:
Best Practices for Implementing High Availability for SAS 9.4
ABSTRACT Paper 305-2014 Best Practices for Implementing High Availability for SAS 9.4 Cheryl Doninger, SAS; Zhiyong Li, SAS; Bryan Wolfe, SAS There are many components that make up the mid-tier and server-tier
Migrating to vcloud Automation Center 6.1
Migrating to vcloud Automation Center 6.1 vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
Tivoli Directory Server v6.3 Part03 of 06 Backup and Recovery
Tivoli Directory Server v6.3 Part03 of 06 Backup and Recovery By: Nishant Singhai & Nilesh Patel Tuesday 31 May 2011 1 Introduction Abstract IBM Software Group Tivoli software This STE will cover the backup
Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08
Zen Internet Online Data Backup Zen Vault Professional Plug-ins Issue: 2.0.08 Contents 1 Plug-in Installer... 3 1.1 Installation and Configuration... 3 2 Plug-ins... 5 2.1 Email Notification... 5 2.1.1
Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments
Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811 in Microsoft Windows Operating Environments Table of Contents Introduction... 1 Step 1: Create a SAS Software Depot..... 1 Step 2: Prepare
Configure Cisco Emergency Responder Disaster Recovery System
Configure Cisco Emergency Responder Disaster Recovery System Disaster Recovery System overview, page 1 Backup and restore procedures, page 2 Supported features and components, page 4 System requirements,
Backup and Restore with 3 rd Party Applications
Backup and Restore with 3 rd Party Applications Contents Introduction...1 Backup Software Capabilities...1 Backing up a Single Autodesk Vault Site...1 Backup Process...1 Restore Process...1 Backing up
Upgrading Your Skills to MCSA Windows Server 2012
Course 20417D: Upgrading Your Skills to MCSA Windows Server 2012 Course Details Course Outline Module 1: Installing and Configuring Windows Server 2012 This module explains how to install and configure
Disaster Recovery on the Sun Cobalt RaQ 3 Server Appliance with Third-Party Software
Technical Paper Disaster Recovery on the Sun Cobalt RaQ 3 Server Appliance with Third-Party Software The Sun Cobalt RaQ 3 server appliance supports the use of third-party backup solutions for performing
10972-Administering the Web Server (IIS) Role of Windows Server
Course Outline 10972-Administering the Web Server (IIS) Role of Windows Server Duration: 5 days (30 hours) Target Audience: This course is intended for IT Professionals already experienced in general Windows
Administering the Web Server (IIS) Role of Windows Server
Course 10972B: Administering the Web Server (IIS) Role of Windows Server Page 1 of 7 Administering the Web Server (IIS) Role of Windows Server Course 10972B: 4 days; Instructor-Led Introduction This course
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the
Database Fundamentals
Database Fundamentals A article about database maintenance in Microsoft Operations Manager 2005 Anders Bengtsson, MCSE http://www.momresources.org October 2006 Table of Contents Introduction... 3 Microsoft
Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days
Third-Party Software Support. Converting from SAS Table Server to a SQL Server Database
Third-Party Software Support Converting from SAS Table Server to a SQL Server Database Table of Contents Prerequisite Steps... 1 Database Migration Instructions for the WebSphere Application Server...
Technical Paper. Configuring the SAS Web Infrastructure Platform Data Server for High Availability
Technical Paper Configuring the SAS Web Infrastructure Platform Data Server for High Availability ii Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE Content provided by
How To Back Up Your Pplsk Data On A Pc Or Mac Or Mac With A Backup Utility (For A Premium) On A Computer Or Mac (For Free) On Your Pc Or Ipad Or Mac On A Mac Or Pc Or
Parallels Plesk Control Panel Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2008, Parallels,
LICENSE4J LICENSE ACTIVATION AND VALIDATION PROXY SERVER USER GUIDE
LICENSE4J LICENSE ACTIVATION AND VALIDATION PROXY SERVER USER GUIDE VERSION 1.6.0 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Installation... 3 Configuration... 4 Error and Access
Spectrum Technology Platform. Version 9.0. Administration Guide
Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9
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
DIGIPASS Authentication for Windows Logon Getting Started Guide 1.1
DIGIPASS Authentication for Windows Logon Getting Started Guide 1.1 Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis, without any other warranties, or
Creating a Domain Tree
156 Chapter 4 Installing and Managing Trees and Forests Using the Active Directory Installation Wizard, you can quickly and easily create new domains by promoting a Windows Server 2008 stand-alone server
HP Operations Orchestration Software
HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty
ZeroTurnaround License Server User Manual 1.4.0
ZeroTurnaround License Server User Manual 1.4.0 Overview The ZeroTurnaround License Server is a solution for the clients to host their JRebel licenses. Once the user has received the license he purchased,
SQL Server Solutions GETTING STARTED WITH. SQL Safe Backup
SQL Server Solutions GETTING STARTED WITH SQL Safe Backup Purpose of this document Due to its depth and potential for customization, there are often parts of SQL Safe Backup that are overlooked during
SAS 9.4 Intelligence Platform
SAS 9.4 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Intelligence Platform:
Task Manager. Tasks. Starting Task Manager CHAPTER
CHAPTER 52 Cisco Prime Fulfillment provides a that allows you to view pertinent information about both current and expired tasks of all types, and to create and schedule new tasks, delete specified tasks,
How To Backup SCCM 2012 R2 Server
Page 1 of 11 prajwaldesai.com How To Backup SCCM 2012 R2 Server Prajwal Desai How To Backup SCCM 2012 R2 Server In this post we will see How To Backup SCCM 2012 R2 Server. If you have deployed SCCM 2012
Managing Cisco ISE Backup and Restore Operations
CHAPTER 14 This chapter describes the Cisco Identity Services Engine (ISE) database backup and restore operations, which include Cisco ISE application configuration and Cisco Application Deployment Engine
Server Deployment and Configuration. Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved.
Server Deployment and Configuration Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech,
Symantec Enterprise Vault 10.x for File System Archiving: Administration
Symantec Enterprise Vault 10.x for File System Archiving: Administration Day(s): 4 Course Code: DP0164 Overview The Symantec Enterprise Vault 10.x for File System Archiving: Administration course is designed
Best Practices for Implementing Autodesk Vault
AUTODESK VAULT WHITE PAPER Best Practices for Implementing Autodesk Vault Introduction This document guides you through the best practices for implementing Autodesk Vault software. This document covers
vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3
vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by
The Nuts and Bolts of Autodesk Vault Replication Setup
The Nuts and Bolts of Autodesk Vault Replication Setup James McMullen Autodesk, Inc PL4700-V Has your company decided to move toward a replicated Autodesk Vault software environment? Does your company
Installation and Setup: Setup Wizard Account Information
Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account
Backing Up and Restoring Data
Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application
EMC Data Protection Search
EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes
10972B: Administering the Web Server (IIS) Role of Windows Server
10972B: Administering the Web Server (IIS) Role of Windows Server Course Details Course Code: Duration: Notes: 10972B 5 days This course syllabus should be used to determine whether the course is appropriate
SAS 9.4 Intelligence Platform
SAS 9.4 Intelligence Platform Installation and Configuration Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 Intelligence
Active Directory Adapter with 64-bit Support Installation and Configuration Guide
IBM Security Identity Manager Version 6.0 Active Directory Adapter with 64-bit Support Installation and Configuration Guide SC27-4384-02 IBM Security Identity Manager Version 6.0 Active Directory Adapter
Tableau Server Administrator Guide
Tableau Server Administrator Guide Version 8.3; Last Updated in 2015 Copyright 2015 Tableau Software, Incorporated and its licensors. All rights reserved. This product is Client Software as defined in
Module 7. Backup and Recovery
Module 7 Backup and Recovery Objectives Backup Types SQL Dump Cluster Dump Offline Copy Backup Online Backups Point-In Time Recovery Backup As with any database, PostgreSQL database should be backed up
3M Command Center. Installation and Upgrade Guide
3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are
Managing SAS Web Infrastructure Platform Data Server High-Availability Clusters
ABSTRACT Paper SAS1776-2015 Managing SAS Web Infrastructure Platform Data Server High-Availability Clusters Ken Young, SAS Institute Inc. The SAS Web Application Server is a lightweight server that provides
Support Document: Microsoft SQL Server - LiveVault 7.6X
Contents Preparing to create a Microsoft SQL backup policy... 2 Adjusting the SQL max worker threads option... 2 Preparing for Log truncation... 3 Best Practices... 3 Microsoft SQL Server 2005, 2008, or
Tableau Server Administrator Guide
Tableau Server Administrator Guide Version 8.3; Last Updated in 2015 Copyright 2015 Tableau Software, Incorporated and its licensors. All rights reserved. This product is Client Software as defined in
NovaBACKUP xsp Version 15.0 Upgrade Guide
NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject
Citrix XenServer 6 Administration
Citrix XenServer 6 Administration CTX-XS06 DESCRIZIONE: In this Citrix XenServer 6.0 training course, you will gain the foundational knowledge necessary to effectively install, configure, administer, and
How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory
How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory Change Reporter Table of Contents General Information...
Microsoft 10972 - Administering the Web Server (IIS) Role of Windows Server
1800 ULEARN (853 276) www.ddls.com.au Microsoft 10972 - Administering the Web Server (IIS) Role of Windows Server Length 5 days Price $4169.00 (inc GST) Version B Overview This course provides students
Active Directory Services with Windows Server MOC 10969
Active Directory Services with Windows Server MOC 10969 Course Outline Module 1: Overview of Access and Information Protection This module explains Access and Information Protection (AIP) solutions from
Windows 10 and Enterprise Mobility
Windows 10 and Enterprise Mobility Deploying Windows 10 using Microsoft Deployment Toolkit The exercises in this lab guide show how to deploy Windows 10 by using Microsoft Deployment Toolkit (MDT) 2013
Backup and Restore Instructions. Backing up the Content Manager s Data
Backup and Restore Instructions This document describes how to backup and restore Scala InfoChannel Content Manager 5 using the PostgreSQL 8.2.x. Backing up the Content Manager s Data Step 1: Stopping
Configuring an Oracle Business Intelligence Enterprise Edition Resource in Metadata Manager
Configuring an Oracle Business Intelligence Enterprise Edition Resource in Metadata Manager 2011 Informatica Abstract This article shows how to create and configure an Oracle Business Intelligence Enterprise
Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design
Implementing Microsoft SQL Server 2008 Exercise Guide Database by Design Installation Lab: This lab deals with installing the SQL Server 2008 database. The requirements are to have either a Windows 7 machine
Module: Sharepoint Administrator
Module: Sharepoint Administrator Mode: Classroom Duration: 40 hours This course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course Outline: Module 1: Designing a Logical Architecture
How To - Implement Single Sign On Authentication with Active Directory
How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory
CLI Commands and Disaster Recovery System
CLI Commands on Cisco Prime Collaboration Deployment, page 1 CLI Commands on Cisco Prime Collaboration Deployment The main functions of Cisco Prime Collaboration Deployment (such as creating migration,
Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015
Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international
Cloud Services ADM. Agent Deployment Guide
Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License
SQL Tuning and Maintenance for the Altiris Deployment Server express database.
Article ID: 22953 SQL Tuning and Maintenance for the Altiris Deployment Server express database. Question Now Deployment Server is installed how do I manage the express database? Topics that will be covered
IBM WebSphere Application Server Version 7.0
IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
ADMT v3.1 Guide: Migrating and Restructuring Active Directory Domains
ADMT v3.1 Guide: Migrating and Restructuring Active Directory Domains Microsoft Corporation Published: July 2008 Authors: Moon Majumdar, Brad Mahugh Editors: Jim Becker, Fran Tooke Abstract This guide
Ascent Capture's MSDE 2000 Backup and Restore Instructions (For Ascent Capture 7.x and 6.x using the default MSDE 2000 database)
Ascent Capture's MSDE 2000 Backup and Restore Instructions (For Ascent Capture 7.x and 6.x using the default MSDE 2000 database) Date July 20, 2006 Applies To Summary Ascent Capture 7.x using the Ascent
Avatier Identity Management Suite
Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:
Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013
Siebel Application Deployment Manager Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related
1 of 10 1/31/2014 4:08 PM
1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings
