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

Size: px
Start display at page:

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

Transcription

1 About, on page 1 Supported Procedures, on page 3 Back Up Automation Data Using the GUI, on page 4 Restore Automation Data Using the GUI, on page 6 Schedule a Backup of Automation Data Using the GUI, on page 7 Back Up Automation Data Using the CLI, on page 8 Restore Automation Data Using the CLI, on page 9 Configure an NFS Server, on page 10 Back Up Assurance Data Using the CLI, on page 11 Restore Assurance Data Using the CLI, on page 12 About The backup and restore procedures for DNA Center can be used for the following purposes: To create backup files for disaster recovery for the appliance To create backup files to restore to a different appliance (if required for your network configuration) Backup When you perform a backup, DNA Center creates a copy of the following files and exports the files to a specific location on a remote server: DNA Center databases DNA Center credentials DNA Center file system and files Important The backup files should not be modified by the user. The backup files are created and posted to a remote server. You are able to restore the backup files from the remote server using DNA Center. For information about the remote server requirements, see Backup Server Requirements, on page 2. 1

2 Backup Server Requirements DNA Center does not support using FTP (port 21) when performing a backup. Use SSH (port22)/rsync when backing up the DNA Center. Only a single backup can be performed at a time. Performing multiple backups at once are not permitted. Additionally, only a full backup is supported. Other types of backups (for example, incremental backups) are not supported. While a backup is being performed, you will be unable to delete any files that have been uploaded to the file service and any changes that you make to files might not be captured by the backup process. When performing a backup, we recommend the following: Perform a backup everyday to maintain a current version of your database and files. Perform a backup after making any changes to your configuration. For example, when changing or creating a new policy on a device. Only perform a backup during a low impact or maintenance time period. You are able to schedule or automate a backup for a specific date and time using the DNA Center's GUI. For information about this procedure, see Schedule a Backup of Automation Data Using the GUI, on page 7. Each backup is uniquely stored using the UUID as directory name. Restore When you restore the backup files, DNA Center removes and replaces the existing database and files with the backup files. You restore the backup files from the remote server. When a restore is being performed, DNA Center is unavailable. You cannot take a backup from one version of DNA Center and restore it to another version of DNA Center. You can only restore a backup to an appliance that is running the same DNA Center software version, applications, and application versions as the appliance and applications from which the backup was taken. To view the current applications and versions on DNA Center, click, then System Settings, then App Management. You can restore a backup to a DNA Center system with a different IP address. This could happen if for any reason the IP address is changed on DNA Center and you need to backup from an older system. Backup Server Requirements The following are the requirements for the backup server: Running Red Hat Enterprise Linux 6 or greater, or any of its derivatives such as CentOS, Ubuntu or greater and its derivatives (Mint), or any other modern Linux operating system. Linux rsync utility must be installed. The destination folder for the backup should be owned by the backup user or the backup user should have read-write permissions for the user's group. For example, assuming the backup user is 'backup' and 2

3 Supported Procedures user's group is 'staff ', then the following sample outputs show the required permissions for the backup directory: Example 1: Backup directory is owned by 'backup' user: $ ls -l /srv/ drwxr-xr-x 4 backup root 4096 Apr 10 15:57 dnac Example 2: 'backup' user's group has required permissions: $ ls -l /srv/ drwxrwxr-x. 7 root staff 4096 Jul dnac Ensure that the SFTP sub-system is enabled. The following line needs to be uncommented and present in the SSHD configuration: Subsystem sftp /usr/libexec/openssh/sftp-server The file where you need to uncomment the above line is generally located in: /etc/ssh/sshd_config Supported Procedures For this release, you can backup and restore the Automation data using either the DNA Center GUI or by running the CLI commands on the appliance. To backup and restore the Assurance data, you can only run the CLI commands on the appliance. Automation data consists of system and network automation configuration data. Assurance data consists of network assurance and analytics data. For a complete backup and restore (both Automation and Assurance data) use one of the following two supported procedure sets: GUI and CLI Supported Procedures 1. Backup the Automation data using the DNA Center GUI. See Back Up Automation Data Using the GUI, on page Backup the Assurance data using the CLI commands. See Back Up Assurance Data Using the CLI, on page Restore the Automation data using the DNA Center GUI. See Restore Automation Data Using the GUI, on page Restore the Assurance data using the CLI commands. See Restore Assurance Data Using the CLI, on page 12. CLI Only Supported Procedures 1. Backup the Automation data using the CLI commands. See Back Up Automation Data Using the CLI, on page Backup the Assurance data using the CLI commands. 3

4 Back Up Automation Data Using the GUI See Back Up Assurance Data Using the CLI, on page Restore the Automation data using the CLI commands. See Restore Automation Data Using the CLI, on page Restore the Assurance data using the CLI commands. See Restore Assurance Data Using the CLI, on page 12. Important When restoring a backup on a completely new cluster, you must first restore the Automation data before restoring the Assurance data. Restoring a backup to the same preexisting cluster does not require that this specific procedural order be followed. Back Up Automation Data Using the GUI You can back up and restore the DNA Center Automation database and files. When you perform a backup, DNA Center copies and exports the database and files to a location on a remote server that you configure. When you restore the backup files, DNA Center removes and replaces the existing database and files with the backup files. For more information, see About, on page 1. Data is backed up using SSH/Rsync. DNA Center does not support using FTP (port 21) when performing a backup. Before you begin Only a user with SUPER-ADMIN-ROLE permissions can perform this procedure. For more information, see About User Roles. Ensure that you have set up your backup server and have met all of the requirements. For information, see Backup Server Requirements, on page 2. Step 1 From the DNA Center home page, click the gear icon ( ) and then choose System Settings > Backup & Restore. The Backup & Restore window appears consisting of three tabs: Backups, Schedule, and Activity. The first time you access this window, the Set up backup server field also appears. Click Configure in this field. The Remote Backup Server side panel appears. Configure the remote backup server for the DNA Center backups. Enter configuration values for the remote backup server. SSH IP Address SSH Port IP address of the remote server that you can SSH into. Port address of the remote server that you can SSH into. 4

5 Back Up Automation Data Using the GUI Server Path Username Password Encryption Passphrase Path to folder on the server where the backup files will be sent to and saved. Username used to protect the encrypted backup. Password used to protect the encrypted backup. This passphrase encrypts the security-sensitive components of the backup. These security-sensitive components include both certificates and credentials. This is a required passphrase that you will be prompted for and that must be entered when restoring the backup files. Without this passphrase, backup files will not be restored. Step 4 Step 5 Step 6 Click Apply to save the Remote Backup Server configuration. Other options are Cancel to cancel this configuration or Remove to remove an earlier remote backup server configuration. Click Create New Backup. To view the backup's progress, click the Activity tab and review the Status column. During the backup process, DNA Center creates the backup database and files. The backup files are saved to the specified location on the remote server. You are not limited to a single set of backup files, but can create multiple backup files that are identified with their unique names. You receive a Backup done! notification when the back up process is finished. If the back up process fails, there is no impact to the appliance or its database. DNA Center displays an error message stating the cause of the backup failure. The most common reason for a failed backup is insufficient disk space. If your backup process fails, make sure that there is sufficient disk space on the remote server and attempt another backup. (Optional) Verify the final backup status in the Backup & Restore window (Backups tab). The following information is displayed: Date Local date and time of the backup or restore. Backup Name Name of the file that was backed up or restored. File Size Size of the file that was backed up or restored. Status Success or failure status of the operation. Place your cursor over the failure status to display additional details about the failure. Operation Type of operation, either backup or restore. Action Possible actions to take with the backup files. For example, restore the DNA Center with the backup files or proceed to delete the backup files. Step 7 (Optional) To download a.csv file of what is displayed in this window for your records, click Export.. 5

6 Restore Automation Data Using the GUI What to do next When necessary and at the appropriate time, you can restore the backup file to DNA Center by clicking the Restore link in the Backups tab for the backup. You can also schedule a future backup using the configuration options displayed in the Schedule tab. For information about this procedure, see Schedule a Backup of Automation Data Using the GUI, on page 7. Restore Automation Data Using the GUI You can restore DNA Center Automation database from the backup files on the remote server that you configured. When you restore from the backup files located on the remote server, DNA Center removes and replaces the existing database and files. For more information, see About, on page 1. Caution The DNA Center restore process only restores the database and files. The restore process does not restore your network state and any changes made since the last back up, including any new network policies that have been created, any new or updated passwords, or any new or updated certificates and trustpool bundles. You cannot do a backup from one version of DNA Center and restore to another version of DNA Center. You can only restore a backup to an appliance that is running the same DNA Center software version, applications, and application versions as the appliance and applications from which the backup was taken. To view the current apps and versions, click, then System Settings, then App Management. Before you begin Only a user with SUPER-ADMIN-ROLE permissions can perform this procedure. For more information, see About User Roles. After you initiate the restore process using the GUI, DNA Center enters into maintenance mode. In maintenance mode, DNA Center will be unavailable until the restore process completes. You should take this into account when scheduling a DNA Center restore. DNA Center goes into maintenance mode when you restore the database, perform a system upgrade (not a package upgrade), and enable a service redistribution to support high availability in System Settings > System 360 > Overview. Step 1 From the DNA Center home page, click the gear icon ( ) and then choose System Settings > Backup & Restore. The Backup & Restore window displays the following three tabs: Backups, Schedule, and Activity. The default tab that displays is Backups. If you have already successfully created a backup on a remote server, then it will display in the Backups tab. In the Backup Name column, locate the backup that you wish to restore. In the Actions column, select Restore. 6

7 Schedule a Backup of Automation Data Using the GUI The DNA Center restore process restores the database and files. The restore process does not restore your network state and any changes made since the last backup, including any new network policies that have been created, any new or updated passwords, or any new or updated certificates and trustpool bundles. During a restore, the backup files remove and replace the current database. During the restore process, DNA Center goes into maintenance mode. Wait until DNA Center exists maintenance mode before proceeding. Step 4 Click the Backups tab to view the results for a successful restore process. Schedule a Backup of Automation Data Using the GUI You can schedule a backup of the DNA Center Automation database and files at a future date and time. You schedule this backup using the DNA Center GUI. Before you begin Only a user with SUPER-ADMIN-ROLE permissions can perform this procedure. For more information, see About User Roles. Step 1 From the DNA Center home page, click the gear icon ( ) and then choose System Settings > Backup & Restore. The Backup & Restore window displays the following three tabs: Backups, Schedule, and Activity. The default tab that displays is Backups. Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Click the Schedule tab header. The Schedule window appears. Click + Add at the upper right of the Schedule tab. The Create Backup side panel appears. Enter a name for the backup file. Click the Schedule Later option. Enter the date for the scheduled backup or use the month icon to select a date. Enter a time for the scheduled backup including an AM or PM value. Click the Schedule button. Click the close icon at the upper right of the side panel to close the panel. After scheduling a future backup, the following information is displayed: Date Date of scheduled backup Backup Name Name of the backup Status Whether backup is scheduled or not Operation Backup operation 7

8 Back Up Automation Data Using the CLI Scheduled Run Date and time of scheduled backup Action Option to delete scheduled backup With the current release, you can only configure one scheduled backup at a time. Not more than one scheduled backup is permitted. What to do next When necessary and at the appropriate time, you can restore the backup files to DNA Center. Back Up Automation Data Using the CLI You can back up and restore the DNA Center Automation database and files using the CLI. When you perform a backup, DNA Center copies and exports the database and files to a location on a remote server that you configure. When you restore the backup files, DNA Center removes and replaces the existing database and files with the backup files. For more information, see About, on page 1. Data is backed up using SSH/Rsync. DNA Center does not support using FTP (port 21) when performing a backup. Before you begin Ensure that you have set up your backup server and have met all of the requirements. For information, see Backup Server Requirements, on page 2. Step 1 Using a Secure Shell (SSH) client, log into the DNA Center appliance, using the IP address of the OOB management network adapter, on port When prompted, enter your Linux username and password for SSH access. Use the maglev backup remote update command to configure the remote backup server details on your cluster. The command syntax is maglev backup remote update -s IP_of_remote_server -t port_number -d full_path_of_directory_of_remote_repository -u remote_server_username -p remote_server_password -r passphrase_of_backup $ maglev backup remote update -s t 22 -d /home/maglev/test_system/116_bck -u maglev -p Cisco123 -r Maglev123 Step 4 Use the maglev backup remove verify command to verify the remote server settings. $ maglev backup remote verify message: Remote server settings verified successfully. status: ok 8

9 Restore Automation Data Using the CLI For other command options, use the following help command: $ maglev backup remote update --help Step 5 Step 6 Use the maglev backup create command to start the backup. $ maglev backup create For other command options, use the following help command: $ maglev backup --help Use the maglev backup progress command to monitor the progress in creating the backup. $ maglev backup progress For other command options, use the following help command: $ maglev backup --help What to do next When necessary and at the appropriate time, you can restore the backup file to DNA Center using the CLI. Restore Automation Data Using the CLI You can restore DNA Center Automation database from the backup files on the remote server that you configured. When you restore from the backup files located on the remote server, DNA Center removes and replaces the existing database and files. For more information, see About, on page 1. Caution The DNA Center restore process only restores the database and files. The restore process does not restore your network state and any changes made since the last back up, including any new network policies that have been created, any new or updated passwords, or any new or updated certificates and trustpool bundles. You cannot do a backup from one version of DNA Center and restore to another version of DNA Center. You can only restore a backup to an appliance that is running the same DNA Center software version, applications, and application versions as the appliance and applications from which the backup was taken. To view the current apps and versions, click, then System Settings, then App Management. 9

10 Configure an NFS Server Before you begin After you initiate the restore process using the GUI, DNA Center enters into maintenance mode. In maintenance mode, DNA Center will be unavailable until the restore process completes. You should take this into account when scheduling a DNA Center restore. DNA Center goes into maintenance mode when you restore the database, perform a system upgrade (not a package upgrade), and enable a service redistribution to support high availability in System Settings > System 360 > Overview. Step 1 Using a Secure Shell (SSH) client, log into the DNA Center appliance, using the IP address of the OOB management network adapter, on port When prompted, enter your Linux username and password for SSH access. Use the maglev restore apply command to restore the backup. The command syntax is maglev restore apply backup_id. $ maglev restore apply backup For other command options, use the following help command: $ maglev restore --help Configure an NFS Server The remote share for backing up an Assurance database (NDP) must be a NFS share. If you need to configure an NFS server, then use the following procedure (Ubuntu distribution) as an example for configuring NFS. This procedure is not required when backing up an Automation database. Step 1 Run the sudo apt-get update command to access and update the advanced packaging tool (APT) for the NFS server. $ sudo apt-get update Run the sudo apt-get install command to install the advanced packaging tool for NFS. $ sudo apt-get install -y nfs-kernel-server Run the sudo mkdir -p command to create nested directories for the NFS server. $ sudo mkdir -p /var/nfsshare/ 10

11 Back Up Assurance Data Using the CLI Step 4 Run the sudo chown nobody:nogroup command to change the ownership of the group to nobody and nogroup. $ sudo chown nobody:nogroup /var/nfsshare Step 5 Run the sudo vi /etc/exports command to add the following line to the end of /etc/exports: $ sudo vi /etc/exports /var/nfsshare *(rw,all_squash,sync,no_subtree_check) Step 6 Run the following sudo exportfs -a command to export the file systems for the NFS server. $ sudo exportfs -a Step 7 Run the following sudo systemctl start nfs-server command to restart the NFS server. $ sudo systemctl start nfs-server What to do next After you configure an NFS share, then proceed to back up the DNA Center Assurance data. For information about this procedure, see Back Up Assurance Data Using the CLI, on page 11. Back Up Assurance Data Using the CLI You can back up and restore the DNA Center Assurance database and files. When you perform a backup, DNA Center copies and exports the database and files to a location on a remote server that you configure. When you restore the backup files, DNA Center removes and replaces the existing database and files with the backup files. Before you begin You must have a NFS server configured for the backup. For information about this procedure, see Configure an NFS Server, on page 10. Step 1 Using a Secure Shell (SSH) client, log into the DNA Center appliance, using the IP address of the OOB management network adapter, on port When prompted, enter your Linux username and password for SSH access. Run the sudo magctl sts backup mount add ndp command to mount a remote share. The remote share has to be a Network File System (NFS) share. For information about configuring a NFS server, see Configure an NFS Server, on page 10. The command syntax is: sudo magctl sts backup mount add ndp IP_address:file_location. $ sudo magctl sts backup mount add ndp :/var/nfsshare 11

12 Restore Assurance Data Using the CLI After running this command, the remote share is mounted. Step 4 Step 5 Step 6 Step 7 Run the magctl sts backup mount display command to display the remote share settings. $ magctl sts backup mount display After running this command, the remote share settings are displayed. (Optional) If you need to delete the remote share for any reason, run the sudo magctl sts backup mount delete ndp command. The command syntax is: sudo magctl sts backup mount delete ndp appstack. $ sudo magctl sts backup mount delete ndp appstack Run the magctl sts backup create ndp command to create the backup. $ magctl sts backup create ndp Backup request submitted. Backup Name:ndp:elasticsearch-backup :00:59 Run the magctl sts backup progress ndp command to display the progress of the backup. The command syntax is: magctl sts backup progress ndp appstack backup_id. $ magctl sts backup progress ndp ndp:elasticsearch-backup :00:59 What to do next When necessary and at the appropriate time, you can restore the Assurance backup file to DNA Center by running the CLI restore commands. Restore Assurance Data Using the CLI You can restore DNA Center Assurance data from the backup files on the remote server that you configured. You use the CLI commands to perform this task. When you restore from the backup files located on the remote server, DNA Center removes and replaces the existing database and files. In case of restoring the Assurance backup to a new cluster, you must first perform a maglev restore on the appliance to restore the Automation backup first. For information about the Automation restore procedure, see Restore Automation Data Using the CLI, on page 9. 12

13 Restore Assurance Data Using the CLI Before you begin After you initiate the restore process using the GUI, DNA Center enters into maintenance mode. In maintenance mode, DNA Center will be unavailable until the restore process completes. You should take this into account when scheduling a DNA Center restore. DNA Center goes into maintenance mode when you restore the database, perform a system upgrade (not a package upgrade), and enable a service redistribution to support high availability in System Settings > System 360 > Overview. Step 1 Using a Secure Shell (SSH) client, log into the DNA Center appliance, using the IP address of the OOB management network adapter, on port When prompted, enter your Linux username and password for SSH access. Run the magctl sts restore apply ndp command to restore the backup. The command syntax is magctl sts restore apply ndp backup_id. $ magctl sts restore apply ndp ndp:elasticsearch-backup :00:59 Restore request submitted for backup name:ndp:elasticsearch-backup :00:59 Step 4 Run the magctl sts restore progress ndp command to view the progress of the restore. The command syntax is magctl sts restore progress ndp backup_id. $ magctl sts restore progress ndp ndp:elasticsearch-backup :00:59 Status: SUCCESS Stats Total Number of Files 64 Processed Files 64 Total Size (bytes) Processed Size (bytes)

14 Restore Assurance Data Using the CLI 14

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

Back Up and Restore Cisco DNA Center

Back Up and Restore Cisco DNA Center About Backup and Restore, page 1 Back Up the DNA Center, page 2 Restore DNA Center, page 3 About Backup and Restore The backup and restore procedure for DNA Center can be used for the following purposes:

More information

Managing the Cisco APIC-EM and Applications

Managing the Cisco APIC-EM and Applications Managing Cisco APIC-EM Using the GUI, page 1 Cisco APIC-EM Application Separation, page 1 Information about Backing Up and Restoring the Cisco APIC-EM, page 4 Updating the Cisco APIC-EM Software, page

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

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Configuring Administrative Operations

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

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

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

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

Migrate Cisco Prime Collaboration Assurance

Migrate Cisco Prime Collaboration Assurance This section explains the following: Overview of Data Migration Assistant, page 1 Preinstallation Guidelines, page 2 Pre-requisites for Backup and Restore, page 3 DMA Backup and Restore Period - Approximate

More information

Configuring Administrative Operations

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

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

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

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

System Administration

System Administration Most of SocialMiner system administration is performed using the panel. This section describes the parts of the panel as well as other administrative procedures including backup and restore, managing certificates,

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

Installing Cisco MSE in a VMware Virtual Machine

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

More information

IDP NetScreen-Security Manager Migration Guide

IDP NetScreen-Security Manager Migration Guide Intrusion Detection and Prevention IDP NetScreen-Security Manager Migration Guide Release 4.0r3 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Part

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

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

BACKUP APP V7 MICROSOFT SYSTEM STATE BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT SYSTEM STATE BACKUP AND RESTORE GUIDE V7 MICROSOFT SYSTEM STATE BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 26 July 2016 First Draft New 3 Feb 2017 Added instructions and screen shots for Encryption New

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

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

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

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

OpenNebula 4.6 Quickstart CentOS 6 and ESX 5.x

OpenNebula 4.6 Quickstart CentOS 6 and ESX 5.x OpenNebula 4.6 Quickstart CentOS 6 and ESX 5.x Release 4.6 OpenNebula Project June 12, 2014 CONTENTS 1 Package Layout 3 2 Step 1. Infrastructure Set-up 5 3 Step 2. OpenNebula Front-end Set-up 7 4 Step

More information

Maintaining Cisco Unity Connection Server

Maintaining Cisco Unity Connection Server Migrating a Physical Server to a Virtual Machine, on page 1 Migrating from Cisco Unity 4.x and Later to Unity Connection 7.x and Later, on page 4 Replacing the Non-Functional Server, on page 5 Changing

More information

Backing Up and Restoring the Configuration

Backing Up and Restoring the Configuration Backing Up and Restoring the Configuration This chapter includes the following sections: Backup and Export Configuration, page 1 Backup Types, page 1 Considerations and Recommendations for Backup Operations,

More information

Cisco Digital Network Architecture Center Administrator Guide, Release 1.2

Cisco Digital Network Architecture Center Administrator Guide, Release 1.2 Cisco Digital Network Architecture Center Administrator Guide, Release 1.2 First Published: 2018-01-26 Last Modified: 2018-08-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.8 April 2017 Last modified: July 17, 2017 2017 Nasuni Corporation All Rights Reserved Document Information Testing Disaster

More information

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions Lanka Education and Research Network Linux Architecture, Linux File System, Linux Basic Commands 28 th November 2016 Dilum Samarasinhe () Overview History of Linux Linux Architecture Linux File System

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

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

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information

Configure System Settings

Configure System Settings About System Settings, on page 1 View the Overview in System 360, on page 1 View the Services in System 360, on page 3 About DNA Center and Cisco ISE Integration, on page 4 Configure Authentication and

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

DELL EMC UNITY: DR ACCESS AND TESTING. Dell EMC Unity OE 4.3

DELL EMC UNITY: DR ACCESS AND TESTING. Dell EMC Unity OE 4.3 DELL EMC UNITY: DR ACCESS AND TESTING Dell EMC Unity OE 4.3 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties of any kind with respect to the information

More information

Configuring and Managing WAAS Print Services

Configuring and Managing WAAS Print Services 13 CHAPTER This chapter describes how to configure and manage the WAAS print services feature that allows Edge WAEs to function as print servers in your branch offices. Note Throughout this chapter, the

More information

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC IBM Hyper-Scale Manager as an Application Version 1.7 User Guide GC27-5984-03 Note Before using this information and the product it supports, read the information in Notices on page 35. Management Tools

More information

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC IBM Hyper-Scale Manager as an Application Version 1.8 User Guide IBM GC27-5984-04 Note Before using this information and the product it supports, read the information in Notices on page 37. Management

More information

DELL EMC UNITY: DR ACCESS AND TESTING. Dell EMC Unity OE 4.5

DELL EMC UNITY: DR ACCESS AND TESTING. Dell EMC Unity OE 4.5 DELL EMC UNITY: DR ACCESS AND TESTING Dell EMC Unity OE 4.5 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties of any kind with respect to the information

More information

Cisco DNA Center Migration to Release 1.2.5

Cisco DNA Center Migration to Release 1.2.5 Migration Guide Cisco DNA Center Migration to Release 1.2.5 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 10 Contents Introduction... 3 SD-Access

More information

MediaSense Installation

MediaSense Installation Install MediaSense, page 1 Initial Configuration, page 9 Upgrade MediaSense, page 15 Rollback Cluster, page 23 Install COP Files, page 24 Language Pack, page 25 Install MediaSense This section describes

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

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

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

More information

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering September 2015 A Dell Technical White Paper Revisions Date June 2015 September 2015 Description Initial

More information

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER CHAPTER 4 Overview, page 4-1 Navigate the Wizard, page 4-7 Install and Configure Cisco Unified Presence, page 4-7 Perform a Fresh Multi-Node, page 4-15 Overview Cisco Unified Presence supports the following

More information

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS Acronis Backup Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS For Linux Server INSTALLATION GUIDE Copyright Statement Copyright Acronis International GmbH, 2002-2015. All rights reserved. Acronis

More information

Backup using Quantum vmpro with Symantec Backup Exec release 2012

Backup using Quantum vmpro with Symantec Backup Exec release 2012 Backup using Quantum vmpro with Symantec Backup Exec release 2012 Step 1) If the vmpro appliance name and IP address are not resolved through DNS, update the Windows hosts file to include the IP address

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering November 2016 A Quest Technical White Paper Revisions Date June 2015 November 2016 Description Initial release

More information

Cisco Digital Network Architecture Center Administrator Guide, Release 1.1

Cisco Digital Network Architecture Center Administrator Guide, Release 1.1 Cisco Digital Network Architecture Center Administrator Guide, Release 1.1 First Published: 2018-01-26 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Bitnami MEAN for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud Bitnami MEAN for Huawei Enterprise Cloud Description Bitnami MEAN Stack provides a complete development environment for mongodb and Node.js that can be deployed in one click. It includes the latest stable

More information

Cisco Prime Collaboration Deployment

Cisco Prime Collaboration Deployment Install System Requirements for Installation, page 1 Browser Requirements, page 2 IP Address Requirements, page 2 Virtualization Software License Types, page 3 Frequently Asked Questions About the Installation,

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, on page 1 Configure Cisco DNA Center as a Single Host Using the Wizard, on page 5 Configure Cisco DNA Center as a Multi-Host Cluster Using the Wizard,

More information

SUREedge DR Installation Guide for Windows Hyper-V

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

More information

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

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

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS Revision History Date Descriptions Type of modification 29 Jun 2016 First Draft New 25 Nov 2016 Modified Ch 3 Download Backup App, Ch 3 Install Backup App

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

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

ZENworks 2017 Database Management Reference. December 2016

ZENworks 2017 Database Management Reference. December 2016 ZENworks 2017 Database Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

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

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

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

Enterprise License Manager User Guide, Release 9.1(1)

Enterprise License Manager User Guide, Release 9.1(1) First Published: September 14, 2012 Last Modified: June 18, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 5.3.2 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo

More information

The following table lists the supported upgrade paths to Cisco Finesse Release 11.5(1).

The following table lists the supported upgrade paths to Cisco Finesse Release 11.5(1). Supported Paths, page 1 Aligned Partitions Support, page 1 Perform, page 2 Perform Rollback, page 4 Supported Paths The following table lists the supported upgrade paths to Cisco Finesse Release 11.5(1).

More information

Deploying Cisco Nexus Data Broker

Deploying Cisco Nexus Data Broker This chapter contains the following sections: Installing Cisco Nexus Data Broker, page 1 Installing Cisco Nexus Data Broker Installing or Upgrading the Cisco Nexus Data Broker Software Important There

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

Configuration Export and Import

Configuration Export and Import This chapter includes the following sections:, page 1 From the Export & Import, you can schedule configuration backup for Cisco UCS Central and the registered Cisco UCS Domains. You can schedule export

More information

Cisco Digital Network Architecture Center Administrator Guide, Release 1.1

Cisco Digital Network Architecture Center Administrator Guide, Release 1.1 Cisco Digital Network Architecture Center Administrator Guide, Release 1.1 First Published: 2018-01-26 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Cisco CTL Client Setup

Cisco CTL Client Setup This chapter provides information about Cisco CTL client setup. About, page 2 Addition of Second SAST Role in the CTL File for Recovery, page 2 Cluster Encryption Configuration Through CLI, page 3 Remove

More information

Configuring and Managing WAAS Legacy Print Services

Configuring and Managing WAAS Legacy Print Services 13 CHAPTER Configuring and Managing WAAS Legacy Print Services This chapter describes how to configure and manage the WAAS legacy print services feature that allows WAEs to function as print servers in

More information

Author A.Kishore/Sachin WinSCP

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

More information

Backup and Restore Operations

Backup and Restore Operations Backup Data Type Backup Data Type, on page 1 Backup and Restore Repositories, on page 1 On-Demand and Scheduled Backups, on page 3 Cisco ISE Restore Operation, on page 8 Export Authentication and Authorization

More information

RSA Authentication Manager 8.1 Service Pack 1 Patch 12 Readme

RSA Authentication Manager 8.1 Service Pack 1 Patch 12 Readme RSA Authentication Manager 8.1 Service Pack 1 Patch 12 Readme February 2016 Prerequisite Release: RSA Authentication Manager 8.1, Service Pack 1 Contents Contents... 1 Before Installing This Patch... 1

More information

NSX-T Upgrade Guide. VMware NSX-T 2.0

NSX-T Upgrade Guide. VMware NSX-T 2.0 VMware NSX-T 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to docfeedback@vmware.com

More information

Backing Up and Restoring Cisco Unity Connection Components

Backing Up and Restoring Cisco Unity Connection Components Backing Up and Restoring Cisco Unity Connection Components About Cobras You must take the backup of Cisco Unity Connection components to avoid loosing any data or messages. The following are the tools

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

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 6.2.0 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo

More information

Dell FluidFS 6.0 FS8600 Appliance CLI Reference Guide

Dell FluidFS 6.0 FS8600 Appliance CLI Reference Guide Dell FluidFS 6.0 FS8600 Appliance CLI Reference Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Platform Administration

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

More information

NSX-T Upgrade Guide. VMware NSX-T 2.1

NSX-T Upgrade Guide. VMware NSX-T 2.1 VMware NSX-T 2.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to docfeedback@vmware.com

More information

OnCommand Unified Manager 9.5 Installation Guide

OnCommand Unified Manager 9.5 Installation Guide OnCommand Unified Manager 9.5 Installation Guide November 2018 215-13538_A0 doccomments@netapp.com Table of Contents 3 Contents Introduction to OnCommand Unified Manager... 5 What the Unified Manager

More information

ZENworks 11 Support Pack 4 Database Management Reference. October 2016

ZENworks 11 Support Pack 4 Database Management Reference. October 2016 ZENworks 11 Support Pack 4 Database Management Reference October 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

CounterACT Macintosh/Linux Property Scanner Plugin

CounterACT Macintosh/Linux Property Scanner Plugin CounterACT Macintosh/Linux Property Scanner Plugin Version 7.0.1 and Above Table of Contents About the Macintosh/Linux Property Scanner Plugin... 4 Requirements... 4 Supported Operating Systems... 4 Accessing

More information

XenMobile 10 Cluster installation. Here is the task that would be completed in order to implement a XenMobile 10 Cluster.

XenMobile 10 Cluster installation. Here is the task that would be completed in order to implement a XenMobile 10 Cluster. XenMobile 10 Cluster installation Here is the task that would be completed in order to implement a XenMobile 10 Cluster. For this example, running on my lab, I am using XenServer 6.5 SP1 as hypervisor

More information