ZXUN USPP. Configuration Management Description. Universal Subscriber Profile Platform. Version: V

Size: px
Start display at page:

Download "ZXUN USPP. Configuration Management Description. Universal Subscriber Profile Platform. Version: V4.14.10"

Transcription

1 ZXUN USPP Universal Subscriber Profile Platform Configuration Management Description Version: V ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: Tel: Fax: URL:

2 LEGAL INFORMATION Copyright 2014 ZTE CORPORATION. The contents of this document are protected by copyright laws and international treaties. Any reproduction or distribution of this document or any portion of this document, in any form by any means, without the prior written consent of ZTE CORPORATION is prohibited. Additionally, the contents of this document are protected by contractual confidentiality obligations. All company, brand and product names are trade or service marks, or registered trade or service marks, of ZTE CORPORATION or of their respective owners. This document is provided as is, and all express, implied, or statutory warranties, representations or conditions are disclaimed, including without limitation any implied warranty of merchantability, fitness for a particular purpose, title or non-infringement. ZTE CORPORATION and its licensors shall not be liable for damages resulting from the use of or reliance on the information contained herein. ZTE CORPORATION or its licensors may have current or pending intellectual property rights or applications covering the subject matter of this document. Except as expressly provided in any written license between ZTE CORPORATION and its licensee, the user of this document shall not acquire any license to the subject matter herein. ZTE CORPORATION reserves the right to upgrade or make technical change to this product without further notice. Users may visit the ZTE technical support website to inquire for related information. The ultimate right to interpret this product resides in ZTE CORPORATION. Revision History Revision No. Revision Date Revision Reason R First edition Serial Number: SJ Publishing Date: (R1.0)

3 Contents Chapter 1 Configuration Management Overview Configuration Data Composition Configuration Scenarios Data Configuration Methods Database Configuration Chapter 2 Configuration Management Principles Software Structure Data Storage Mechanism Data Loading Mechanism Data Synchronization Mechanism Chapter 3 Data Management Mechanism Data Transfer and Rollback Data Backup and Recovery Data Configuration Precautions Glossary... I I

4 This page intentionally left blank. II

5 Chapter 1 Configuration Management Overview The configuration management function provided by the ZXUN USPP enables the configuration of data required by network elements. After receiving a configuration request from an OMM client (back-end network element management system), the system checks validity of the data in the request. After saving the correct data into the in-memory database (the OMP board) of the front-end network element, this system returns the configuration result to the OMM client (back-end network element management system). This function is described as follows: Supports multiple configuration channel accesses. Parses the formats of configuration requests. Distributes configuration requests. Supports application registration configuration commands, and is responsible for command management. Provides the storage and loading of configuration scripts. Table of Contents Configuration Data Composition Configuration Scenarios Data Configuration Methods Database Configuration Configuration Data Composition Overview Data configuration refers to operations such as providing data for normal operation of communications equipment, and setting the data for the equipment. The ZXUN USPP provides adding, deletion, modification, query, saving, backup, and recovery operations for you to effectively manage and maintain various system operation data (for example, hardware data, signaling data, route data, number analysis data, and mobile service data). Configuration Data Range The configuration data of the ZXUN USPP includes basic data, protocol stack data, interconnection data, and service data. 1-1

6 ZXUN USPP Configuration Management Description Basic data The basic data consists of two parts, physical data and local office data, and is the basis of the ZXUN USPP configuration data. The basic data is mainly used to define global network element data. After the basic data configuration, the ZXUN USPP has software logic, and can provide communication services for network entities. Key parameters defined by physical data include the module IDs and unit IDs of the board configuration modules. The module number of a board is an important parameter. This parameter will be used in the subsequent configuration processes multiple times. If you want to modify the module number of a module, you must first delete all data tables that already use this module number. Key parameters defined for the local office include the signaling addresses or host addresses of the local office and the adjacent office. The key parameters will be used in subsequent data configuration processes. After you create a key parameter by using a data configuration command, the key parameter cannot be deleted or modified in the subsequent data configuration processes due to the limitation of the database storage process. Therefore, you must attach great importance to the basic data planning. The basic data should make the database easy to manage and maintain, and the system easy to expand, or the database easy to extend during software upgrade. Protocol stack data Protocol stack configuration is used to configure the real-interface addresses, loopback interface addresses, routes, aggregate ports, subinterfaces, and VRFs bound to interfaces for interconnecting the USPP and other NEs. Interconnection data The interconnection data is an important part of the ZXUN USPP configuration data. It defines the signaling, protocol, trunk, and other information for the interconnection of the ZXUN USPP with another network element, for example, MTP data, M3UA data, SCCP data, and Diameter data. Interconnection data configuration is the necessary prerequisite for the carrier before carrying out different services through the ZXUN USPP. Because of the complexity of the networking structure, the configuration flow of interconnection data varies with the networking condition. To reduce the complexity of data configuration and improve software debugging efficiency, you should first divide the complicated networking structure into multiple independent networking units before configuring the interconnection data. After division, you can perform data configuration based on the configuration steps and example in the corresponding networking scenario. Service data Service data configuration is the ultimate expression of services and functions that the carrier carries out through the ZXUN USPP. It also indicate operation contents in daily maintenance. 1-2

7 1.2 Configuration Scenarios Chapter 1 Configuration Management Overview The ZXUN USPP supports the following data configuration scenarios: Initial configuration during office creation phase: Global data configuration is required. When an office is created, initial data configuration is required to activate system services after the hardware installation, software installation, initial acceptance, final acceptance, and delivery. Configuration adjustment during maintenance phase: Local data must be added or modified due to network parameter changes (such as newly-added network elements, links, or expanded capacity). After the equipment is successfully operating in the network, configuration adjustment is required during daily maintenance when the system resources are not enough, circuits and links are not enough or loaded, or office routes are not balanced. 1.3 Data Configuration Methods Overview Based on operation types, the data configuration methods of the ZXUN USPP are classified as follows: MML command configuration This type of method refers to the configuration of a command on the MML command interface. It is the most commonly used configuration method. All configurations can be done with this method. Script file configuration This type of method is also called script configuration. It saves the configuration data into scripts, and you only need to execute these scripts for data configuration. MML Command Configuration The MML command configuration supports both offline and online configuration. Operators can configure data in two ways in accordance with the configuration types. Offline configuration Offline configuration refers to data configuration on the UMM/OMM without a link between the OMP module and the OMM. Other data except IP protocol stack data is configured off line. After being configured, the data must be synchronized. Online configuration Online configuration refers to configuring the interface IP address and route on the OMM when a link is established between the OMP module and the OMM. With online 1-3

8 ZXUN USPP Configuration Management Description configuration, the interface IP address and route information take effect without synchronization. IP protocol stack data must be configured on line. Script File Configuration Script configuration refers to configuring offline data in batches by using a script file. This mode is normally used when office commissioning is needed or configuration data is blank to set massive data fast. A script file, also called a batch command processing file, is a text file (ended with the suffix name.txt). Note: During the creation of an office, script file configuration is recommended. The operation steps of script file configuration are described as follows: 1. Log in to the OMM server of the ZXUN USPP from an OMM client. 2. In the command entering area in the Terminal window, click the icon. The batch command processing window is displayed, see Figure 1-1. Figure 1-1 Batch Command Processing Window 3. In the toolbar, click the icon to select the script file (*.txt) to be executed. 4. Click the icon (syntax check) to start checking the syntax of the script. If the script is found incorrect, modify the script as suggested. If the script is found correct, go to the next step. 5. Click the icon (execute). 1-4

9 Chapter 1 Configuration Management Overview During execution, if an MML command or parameter in the script is found incorrect, a message box is displayed and asks you whether to continue execution. After the script is executed, the number of MML commands that are successfully executed and failed is displayed. 6. Restart all boards of the host to load the configuration data. 1.4 Database Configuration Overview The ZXUN USPP uses a relational database for system data management. The database consists of multiple data tables linked with each other. A data table describes a group of data, and is indexed by other data tables through key fields. Database Type Based on storage locations, the databases of the ZXUN USPP are classified into host databases and the back-end database. The host databases refer to the databases stored in memories of all boards. Databases of this type are mainly used for storing data closely related with service processing. The host databases are used for storage based on module number. The host data can be stored in either of the following two modes: one, the Flash or disk of the host, and the other, memory database of the host. A data file is saved into the Flash or disk after being successfully loaded to a board. After a configuration command is executed in the command window of the managed network element, if there is data added, deleted, or modified, the data file in the Flash or disk will be updated at the same time. When a host process starts, the process uses data from data files to create a host memory database. The host memory database is mainly used for storing data closely related with service processing. After a configuration command is executed in the command window of the managed network element, if there is data added, deleted, or modified, the data in the memory database will be dynamically refreshed. Back-end data storage The back-end database refers to the Firebird database stored on the hard disk of the OMM server. It is based on the CGSL operating system provided by ZTE Corporation. This database is mainly used for storing host operation support data. The operation data is saved in the OMM server database, and disk file. For details, see Figure

10 ZXUN USPP Configuration Management Description Figure 1-2 OMM Data Storage Database Management Function The ZXUN USPP provides the following data configuration and database management functions: Enabling database operations, such as adding, deletion, modification, query, storage, backup, and recovery Effectively managing and maintaining system operation data (such as hardware data, signaling data, route data, number analysis data, and mobile service data) Supporting offline and online configuration data Supporting local and remote configuration Supporting the data online upgrade function Supporting the configuration rollback function. After a user finishes new data configuration, the user can use the configuration rollback function to recover the original data configuration. Supporting the data verification function (ensuring that the host data is the same as the data on the OMP board) 1-6

11 Chapter 2 Configuration Management Principles Table of Contents Software Structure Data Storage Mechanism Data Loading Mechanism Data Synchronization Mechanism Software Structure Overview The configuration management function is mainly implemented by the configuration management module of the Operation, Administration and Maintenance (OAM) subsystem in the ZXUN USPP software system. The OAM subsystem refers to all works that a carrier needs to do on the exchange system that is already put into use. Its purpose is to ensure normal system operation, so that the system can provide good telecommunications services for users. The main functions of the OAM subsystem include providing configuration management access, and analyzing configuration data. The configuration management access function supports the following three access modes: Local maintenance terminal (meaning OMM client) access The OMM client serves as a TCP/IP client and is connected to the OMP. It supports data configuration, daily maintenance, and maintenance management through Telnet, FTP, and MML commands. EMS access The EMS is an integrated network element management system provided by ZTE Corporation. It provides unified management of different devices in the mobile network. The EMS communicates with the ZXUN USPP through the standard TCP/IP protocol. Third-party network element management system access The third-party network element management system enters an internal network of the carrier for remote maintenance through a dialup server. 2-1

12 ZXUN USPP Configuration Management Description Note: The software system of the ZXUN USPP includes the OAM and other subsystems. For details about the OAM subsystem, refer to Section 2.2 Software Structure in the ZXUN USPP Universal Subscriber Profile Platform XXX Product Description (XXX is the NE type). Software Structure of the OAM Subsystem The OAM subsystem is the only subsystem that has interface relationships with the OMM server. It implements the management function on a network element at the front end after receiving a monitoring command from the network element management layer. When the network element is powered on, this subsystem is responsible for version loading and configuration processing on boards. The OAM subsystem monitors the performance of the network element during normal operation, and provides local maintenance when a fault occurs. After receiving a control command from the OMC, the OAM completes the requested operation through interfaces with other software subsystems. The process is described as follows: 1. The network element management system forwards a data configuration request to the OAM subsystem through the management access channel. 2. The OAM analyzes the request, converts it into an internal message structure, and forwards the converted request to the related applications based on the type of the configuration data and the processing processes that each application registers for different configuration data. 3. The applications check the validity of the message, and write it into the memory databases at the management node. 4. The databases distribute the message to the applications that need to use the data. The databases are responsible for data synchronization between boards. For the software structure of the OAM subsystem, see Figure

13 Chapter 2 Configuration Management Principles Figure 2-1 OAM Subsystem Software Structure In Figure 2-1, the configuration management module is located at the service layer of the OAM subsystem. The OAM subsystem includes the OAM management access adaptation layer and OAM application layer. The back-end network element management system manages network elements by interacting with the OAM application modules through the OAM management access adaptation layer, and with the service applications through the OAM application modules. Features of the OAM Subsystem The OAM subsystem has the following features: Providing multiple standard interfaces for network element management, such as Telnet/SSH and XML, and also the ZTE private interface, that is, supporting the Type/Length/Value (TLV) format, dramatically reducing coupling of network element version and network element management system version, facilitating the access of a third-party network element management system, and improving expansibility Providing unified access channel for internal subsystems, optimizing the internal structure, reducing the coupling with subsystem applications, and improving compatibility Configuration Management Access Modes The management access modes supported by configuration management are command line modes, including XML and Telnet/SSH. For details, see Figure

14 ZXUN USPP Configuration Management Description Figure 2-2 Configuration Management Flow The configuration management also includes synchronization of the configuration data between network element nodes, distribution of the configuration data to APPs, and loading and storage of the configuration data. The tasks are divided as follows: The OAM forwards a configuration request after receiving the request from the OMM, and is also responsible for the loading and storage of command data. The APP is responsible for data validity check, and storage of data into the database and auxiliary command data. The database subsystem is responsible for data distribution, synchronization, and loading and storage of the configuration database. Description of the CLI Command Processing Module The CLI command processing module uses a distributed structure, including the CLI Manager (command line management) and CLI Agent (command line agent). For details, see Figure 2-3. Figure 2-3 CLI Command Processing Module Framework For a description of the modules, refer to the following table. Module Description Function CLI Manager Resides on the OMP board. This module parses the configuration command strings entered at different configuration terminals into configuration structures required by applications. Matches the entered string with commands and parameters and sends the matched results to the application subsystem. Processes the command execution results from the application subsystem, generates echoed strings based on the echo scripts of commands, and sends the echoed strings to the configuration terminals. 2-4

15 Chapter 2 Configuration Management Principles Module Description Function CLI Agent Resides at the CPUs of all service centralized points mainly for command registration. Provides the command request registration interface for application processes. Saves the command registration table of the local CPU. Provides the command result sending interface for application processes. The workflow of the CLI command processing module is described as follows: 1. The CLI Manager receives a command registration request from the CLI Agent, and generates a global command registration table. The command registration is implemented by loading a DAT binary script file through version management, and the DAT file is a command format configuration file (ended with the suffix.dat). 2. The CLI Manager receives an OMM client command from the OMM server, matches the command and checks its validity, and converts it into the corresponding format. If the command is a local command, the CLI Manager directly executes the command. If the command is not a local command, the CLI Manager first converts it into an internal format. 3. The CLI Manager queries the command registration table, and forwards the request message to the application process (APP) of the corresponding board. APP refers to the application program that needs the CLI module to provide the configuration command parsing service. 4. The CLI Manager receives the command execution result from the APP, formats the result based on the command syntax tree, and returns the formatted result to the OMM server. 2.2 Data Storage Mechanism Overview MML commands are first saved to the OMP board after being configured through the OMM client, and then delivered to service network elements through the Base bus. In the system, the Base bus is used for bearing maintenance management and data configuration messages between the OMP board and service boards. The Fabric bus is used for bearing network element service messages. The two buses are described as follows: The Base bus acts as the management control bus for the E4140 shelf. It is mainly used as a channel for software loading, alarm, and information maintenance. The SWBB1 is the switching core of the entire Base plane. It enables exchange of control-plane information, and provides cascading interfaces on the Base plane. All 2-5

16 ZXUN USPP Configuration Management Description boards are connected to the OMP (DPBB2) through the Base plane. The exchange of control-plane messages between boards is implemented through the SWBB1. The Fabric bus acts as a data channel on the system service plane. It is mainly used for bearing service-related information within the system. The SWBB1 is the switching core of the entire Fabric bus. It enables the service data exchange, and provides cascading interfaces. All boards are connected to the OMP (DPBB2) through the Fabric bus. The exchange of service messages between boards is implemented through the OMP. Data Storage Format The ZXUN USPP supports the following two file formats for the storage of configuration data: ZDB: The suffix of the saved file is.zdb. TXT: The suffix of the saved file is.txt. Different configuration data supports different storage modes. The protocol stack configuration data can be saved into only.txt files. The configuration data of other types is usually saved into.zdb files. Data Storage Flow The ZXUN USPP supports both the global data storage and the storage of data by modules. For details, refer to the following table. Storage Type Global storage Storage by modules Supported Storage Format Supports both ZDB and TXT formats. Supports the ZDB format only. Flow If the ZDB format is selected, the protocol stack data of the RPU module is first saved in TXT format, and the other configuration data is saved in ZDB format. If the TXT format is selected, global data storage can be directly performed. ZXUN USPP The ZXUN USPP determines whether the module is the RPU module based on the module number, saves the data in TXT format if the module is the RPU module, and directly sends the data to the DBS process if the module is the other logical board. If the module is the RPU module, the protocol stack data of the RPU module is saved in TXT format. If the module is not the RPU module, the configuration data is saved in ZDB format. 2-6

17 Chapter 2 Configuration Management Principles Note: If the configuration data is saved in TXT format, all TXT files are stored on the OMP board. If you want to save the configuration data to the standby OMP board, you need to synchronize data from the active OMP board. 2.3 Data Loading Mechanism Overview Loading refers to the process in which software and configuration data is loaded from an external storage device to the memory of the ZXUN USPP (boards). Loading Modes The loading modes to be used vary with the source files to be loaded and the storage locations of these files. For details, see Figure 2-4. Figure 2-4 Loading Mode Diagram Based on the storage locations of the source files to be loaded, the loading modes can be classified into the following two types: Loading software and data from the local storage medium, such as the OMM hard disk, to the memory of the host (boards). In this mode, all the required source files are stored on the local storage medium of the OMM board. Loading software and data from the local storage medium of a board to the memory of the board. In this mode, all the required source files are stored in the local storage media of the corresponding boards. Loading Flow The loading formats for online data include ZDB and TXT. Different configuration data supports different loading formats. The protocol stack configuration data is loaded from.txt files. The protocol stack data is saved in the RPU module of the OMP board. 2-7

18 ZXUN USPP Configuration Management Description The configuration data of other subsystems is loaded from.zdb files. 2.4 Data Synchronization Mechanism Configuration Flow Some data in the ZXUN USPP system only supports online configuration mode. For the data that supports both online and offline configuration, if you use both configuration modes at the same time, ensure that the data at the front end is the same as that at the back end. The online and offline configuration flows are described as follows. The online configuration data in the ZXUN USPP system comes from the following two sources: Data that you configured on the network element management client Configuration data automatically generated by the system Data of this type mainly refers to the physical configuration data automatically detected by the System Control Subsystem (SCS). The automatic detection of the ZXUN USPP can greatly reduce your workload in configuration maintenance. Data of this type is detected when the SCS is powered on, and written into the memory database. The configuration data includes offline configuration data and online configuration data. The online configuration data needs no synchronization. Synchronization Flows of Offline Configuration Data The offline configuration data supports two synchronization modes: message synchronization and FTP synchronization. The flow of synchronizing data between the front end and back end through messages is described as follows: 1. The configuration result is saved at the back-end network element management database after you finish data configuration. 2. The back end triggers data synchronization. The back-end synchronization tool, together with the front-end synchronization process, finishes the synchronization of static data through messages, loads the configuration data to the database, notifies the database application process about the configuration change, and implements the distribution and storage of the data. The flow of synchronizing data between the front end and back end through FTP is described as follows: 1. The back end makes the.zdb file. 2. The back end logs in to the specified directory on the front-end OMP board through FTP. 3. The back end sends an FTP message to the front end for synchronization, implement the file loading under the specified directory, and trigger the storage, distribution, and notification flows. 2-8

19 Chapter 3 Data Management Mechanism Table of Contents Data Transfer and Rollback Data Backup and Recovery Data Configuration Precautions Data Transfer and Rollback Overview Data transfer refers to the process in which you transfer the configuration data from the back end to the front-end OMP board. The data transfer function provides a mechanism ensuring that the configuration data modified at the back end can take effect at the front-end network element at the same time. Data rollback refers to the process in which you clear the configuration data modified at the back end before the data is transferred to the front end. The data rollback function ensures data security, prevents data changes due to mis-operation, and improves equipment maintainability. Data Transfer The data is saved to the OMM server in the format of data tables in real time after data configuration operations on the ZXUN USPP OMM, such as adding, modification, and deletion. However, the front-end data is not accordingly modified. Data transfer refers to the process in which you transfer the configuration data at the back end to the front-end OMP. The data transfer function provides a mechanism ensuring that the configuration data modified at the back end can take effect at the front-end network element at the same time. The data synchronization can be done in either of the following two modes: Transferring all tables: performed after all data setting operations. Transferring alter tables: performed after a particular operation. An alter table refers to the configuration data (table) that is related to the front-end network element and modified in the network element management system. During data transfer, the network element management system queries the alter table, and transfers the data in the alter table to the front end. 3-1

20 ZXUN USPP Configuration Management Description The data transfer includes the following two situations: Situation 1: Transfer data as the Admin user This command can be used only when the current login user is Admin. This command transfers the data modified by all users (including the Admin user). Situation 2: Transfer the data modified by the current login user This command transfers only the data modified by the current user. The data modified by other users will not be synchronized. Basic Concepts Alter table An alter table refers to the configuration data (table) that is related to the front-end network element and modified in the network element management system. During data transfer, the network element management system queries the alter tables, and transfers the data corresponding to the altered table to the front end. User lock User locks are flag bit information stored in the database. The network element-related configuration data that you modified on the client occupies a lock flag bit. The lock flag bit is released only after you transfer the modified configuration data to the front end through the transfer command. If a user wants modify the configuration data of a network element, the user must query the status of the corresponding lock flag. If the user lock corresponding to the configuration data is occupied by another user, the user cannot modify the data. 3.2 Data Backup and Recovery Overview To improve reliability and security of system data, the configuration data is backed up after the initial configuration or before the important configuration change. If the system database is damaged, the backup data can be used for recovery. If the configuration data is not backed up, data loss may occur, which affects the carrier s services. Data Backup Data backup refers to the process in which the alarm data, configuration data, and security data of the OMM are backed up to the disk. The ZXUN USPP uses the three-level backup management mechanism: backup task, backup object collections, and backup objects. For details, see Figure

21 Chapter 3 Data Management Mechanism Figure 3-1 Backup Management Mechanism A backup task corresponds to one or multiple backup object collections. A backup object collection corresponds to one or multiple backup objects. Backup objects Backup objects refer to database tables or files that the function modules of the system need to back up. Backup object collections Backup object collections are collections of backup objects in the function modules of the system. By default, there are backup object collections of the alarm, performance, security, log, and configuration function modules in the current system. The ZXUN USPP supports manual backup and automatic backup. Automatic backup is usually recommended for configuration data. After you modify important data, you can also choose manual backup. Data Recovery Data recovery refers to the recovery of the configuration data from the disk to the database in case of system crash, user mis-operation or system upgrade failure, so that the system can recover from failure. The ZXUN USPP supports only manual recovery. Related Operations For details about the ZXUN USPP backup and recovery, refer to ZXUN USPP Universal Subscriber Profile Platform Backup and Restoration. 3-3

22 ZXUN USPP Configuration Management Description 3.3 Data Configuration Precautions Impact of Board Restart on Data Configuration This part describes the operations that cannot be performed during the restart of a board, and the impact of these operations on the system. Normally, after you set data in the OMM host database through the local maintenance terminal, the system can ensure that the information in the host database is the same as that in the OMP database when both the OMM host and the OMP board are in normal status. In some special situations, for example, during troubleshooting, software upgrade, or system capacity expansion, you may perform the switchover or reset operation on a board. In this case, the board needs to reload program and data from the OMP board. This process is called board restart. During the restart of a board, the operation of the board is not stable, which lies in the following aspects: The communication between the board and the OMP board is not stable. The communication between the board and other boards is not stable. The board cannot immediately respond to an operation maintenance command from the back end (local maintenance terminal). In this situation, you cannot perform any data configuration operation on the local maintenance terminal that may cause database modification. Otherwise, the information in the host database may become different from that in the OMP database, threatening system security and stability. Therefore, if you performs the switchover or reset operation on a board, you must query the operational status of the board. You can perform data configuration operations on the local maintenance terminal only when the board recovers to normal status. Impact of Software Parameters on Data Configuration Software parameters can coordinate with the configuration data only when they are correctly configured. In general, you can directly use the default values. In actual application, it is difficult for the ZXUN USPP to connect to other network devices due to any of the following causes: different countries have different technical specifications and industry standards, equipment manufacturers have different understandings of related protocol or signaling, or network devices use different technical standards. To solve this problem, the ZXUN USPP provides the software switch control mechanism for some controversial and flexible software parameters. This means that the local office can correctly connect to different network devices or implement some special functions by modifying the corresponding software switches. 3-4

23 Chapter 3 Data Management Mechanism Therefore, software parameters are provided to solve special problems. Each bit in the software parameters has a special meaning. In general, you can directly use the default values. Note: If you want to modify software parameters, contact ZTE technical support before modification. 3-5

24 ZXUN USPP Configuration Management Description This page intentionally left blank. 3-6

25 Glossary CGSL - Carrier Grade Server Linux EMS - Element Management System FTP - File Transfer Protocol MML - Man Machine Language OAM - Operation, Administration and Maintenance OMC - Operation & Maintenance Center OMM - Operation and Maintenance Management OMP - Operation & Maintenance Processor SCS - System Control Subsystem TCP/IP - Transmission Control Protocol/Internet Protocol TLV - Type/Length/Value UMM - Unified Maintenance Module ZDB - ZIP Database I

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30 NetNumen U31 R06 Unified Element Management System Backup and Recovery Guide Version: V12.14.30 ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: 518057 Tel: +86-755-26771900 Fax:

More information

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover SA Server 2.0 Application Note : Evidian SafeKit 7.0.4, Failover ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries

More information

Symantec Mobile Management for Configuration Manager

Symantec Mobile Management for Configuration Manager Symantec Mobile Management for Configuration Manager Replication Services Installation Guide 7.5 Symantec Mobile Management for Configuration Manager: Replication Services Installation Guide The software

More information

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide Embedded Document Accounting Solution (edas) for Cost Recovery Administrator's Guide September 2013 www.lexmark.com Contents 2 Contents Overview...4 Getting started...5 Understanding installation requirements...5

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

technical brief browsing to an installation of HP Web Jetadmin. Internal Access HTTP Port Access List User Profiles HTTP Port

technical brief browsing to an installation of HP Web Jetadmin. Internal Access HTTP Port Access List User Profiles HTTP Port technical brief in HP Overview HP is a powerful webbased software utility for installing, configuring, and managing networkconnected devices. Since it can install and configure devices, it must be able

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

Symantec Database Security and Audit 3100 Series Appliance. Getting Started Guide

Symantec Database Security and Audit 3100 Series Appliance. Getting Started Guide Symantec Database Security and Audit 3100 Series Appliance Getting Started Guide Symantec Database Security and Audit 3100 Series Getting Started Guide The software described in this book is furnished

More information

ZTE V790 WCDMA Mobile Phone After-sales Service Manual (Level 1) Version 1.0

ZTE V790 WCDMA Mobile Phone After-sales Service Manual (Level 1) Version 1.0 ZTE V790 WCDMA Mobile Phone After-sales Service Manual (Level 1) Version 1.0 dfdgfdsgs LEGAL INFORMATION Copyright 2009 ZTE CORPORATION. The contents of this document are protected by copyright laws and

More information

Symantec LiveUpdate Administrator. Getting Started Guide

Symantec LiveUpdate Administrator. Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information

Intel Active Management Technology with System Defense Feature Quick Start Guide

Intel Active Management Technology with System Defense Feature Quick Start Guide Intel Active Management Technology with System Defense Feature Quick Start Guide Introduction...3 Basic Functions... 3 System Requirements... 3 Configuring the Client System...4 Intel Management Engine

More information

Secure Web Gateway Version 11.7 High Availability

Secure Web Gateway Version 11.7 High Availability Secure Web Gateway Version 11.7 High Availability Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

CA XOsoft Replication for Windows

CA XOsoft Replication for Windows CA XOsoft Replication for Windows Microsoft SQL Server Operation Guide r12.5 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the

More information

Netezza PureData System Administration Course

Netezza PureData System Administration Course Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

Sage 100 ERP. Installation and System Administrator s Guide

Sage 100 ERP. Installation and System Administrator s Guide Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the

More information

Secure Held Print Jobs. Administrator's Guide

Secure Held Print Jobs. Administrator's Guide Secure Held Print Jobs Administrator's Guide September 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Secure Held Print Jobs...4 Configuring and securing the application...4 Using Secure

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

HP IMC User Behavior Auditor

HP IMC User Behavior Auditor HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Dell OpenManage Mobile Version 1.4 User s Guide (Android)

Dell OpenManage Mobile Version 1.4 User s Guide (Android) Dell OpenManage Mobile Version 1.4 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12 USER'S GUIDE Table of contents 1 Introduction...3 1.1 What is Acronis True Image 2015?... 3 1.2 New in this version... 3 1.3 System requirements... 4 1.4 Install, update or remove Acronis True Image 2015...

More information

CA ARCserve Replication and High Availability for Windows

CA ARCserve Replication and High Availability for Windows CA ARCserve Replication and High Availability for Windows Microsoft Exchange Server Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the

More information

Symantec ESM agent for IBM AS/400

Symantec ESM agent for IBM AS/400 Symantec ESM agent for IBM AS/400 Version 6.5 Installation Guide 1 Legal Notice Copyright 2009 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, LiveUpdate, Symantec Enterprise Security

More information

Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1

Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1 Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1 November 2011 Veritas Operations Manager LDom Capacity Management Add-on User's Guide The software described in this book is

More information

Backup and Recovery Procedures

Backup and Recovery Procedures CHAPTER 10 This chapter provides Content Distribution Manager database backup and ACNS software recovery procedures. This chapter contains the following sections: Performing Backup and Restore Operations

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

SolarWinds Migrating SolarWinds NPM Technical Reference

SolarWinds Migrating SolarWinds NPM Technical Reference SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Serverless Backup Option Guide r11.5 D01182-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Microsoft File and Print Service Failover Using Microsoft Cluster Server

Microsoft File and Print Service Failover Using Microsoft Cluster Server Microsoft File and Print Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309826-001 Compaq Computer Corporation Notice The information in this publication

More information

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0 EMENTS JPMorgan Chase Treasury Workstation Certification Setup Guide Version 2.0 December 2010 TABLE OF CONTENTS Introduction... 1 About this Guide... 1 When to Create the Certificates... 2 Getting Help...

More information

Cisco TelePresence VCR MSE 8220

Cisco TelePresence VCR MSE 8220 Cisco TelePresence VCR MSE 8220 Getting started 61-0008-05 Contents General information... 3 About the Cisco TelePresence VCR MSE 8220... 3 Port and LED location... 3 LED behavior... 4 Installing the VCR

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Nimsoft Monitor. dns_response Guide. v1.6 series

Nimsoft Monitor. dns_response Guide. v1.6 series Nimsoft Monitor dns_response Guide v1.6 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

Upgrade Guide. CA Application Delivery Analysis 10.1

Upgrade Guide. CA Application Delivery Analysis 10.1 Upgrade Guide CA Application Delivery Analysis 10.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Backup Exec Cloud Storage for Nirvanix Installation Guide. Release 2.0

Backup Exec Cloud Storage for Nirvanix Installation Guide. Release 2.0 Backup Exec Cloud Storage for Nirvanix Installation Guide Release 2.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the

More information

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper. The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for EMC Symmetrix DMX System Release 12.1.0.2.0 E27543-03 February 2014 This document provides installation and configuration instructions

More information

CA arcserve Unified Data Protection Agent for Linux

CA arcserve Unified Data Protection Agent for Linux CA arcserve Unified Data Protection Agent for Linux User Guide Version 5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

Nokia E90 Communicator Using WLAN

Nokia E90 Communicator Using WLAN Using WLAN Nokia E90 Communicator Using WLAN Nokia E90 Communicator Using WLAN Legal Notice Nokia, Nokia Connecting People, Eseries and E90 Communicator are trademarks or registered trademarks of Nokia

More information

CA ARCserve Replication and High Availability for Windows

CA ARCserve Replication and High Availability for Windows CA ARCserve Replication and High Availability for Windows Microsoft SQL Server Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")

More information

S7 for Windows S7-300/400

S7 for Windows S7-300/400 S7 for Windows S7-300/400 A Programming System for the Siemens S7 300 / 400 PLC s IBHsoftec has an efficient and straight-forward programming system for the Simatic S7-300 and ern controller concept can

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Windows Server 2003, Windows Server 2008 and 2008 R2 6.0 September 2011 Symantec ApplicationHA Agent for

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Avaya Identity Engines Ignition Server Getting Started. Avaya Identity Engines Ignition Server Release 7.0

Avaya Identity Engines Ignition Server Getting Started. Avaya Identity Engines Ignition Server Release 7.0 Getting Started Release 7.0 Document Status: Standard Document Number: NN47280-300 (325633-A) Document Version: 02.03 Date: 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been

More information

SSL VPN Technology White Paper

SSL VPN Technology White Paper SSL VPN Technology White Paper Keywords: SSL VPN, HTTPS, Web access, TCP access, IP access Abstract: SSL VPN is an emerging VPN technology based on HTTPS. This document describes its implementation and

More information

Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0

Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0 Avaya Solution Interoperability Test Lab Configuring a SIP Trunk between Avaya Aura Session Manager Release 6.1 and Avaya Communication Server 1000E Release 7.5 Issue 1.0 Abstract These Application Notes

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server

Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309827-001 Compaq Computer Corporation Notice The information in

More information

Hyper-V Installation Guide. Version 8.0.0

Hyper-V Installation Guide. Version 8.0.0 Hyper-V Installation Guide Version 8.0.0 Table of Contents 1. Introduction... 1 1.1. About this Document... 1 1.2. Documentation and Training... 1 1.3. About the AXS GUARD... 1 1.3.1. Introduction... 1

More information

RouteFinder SOHO. Quick Start Guide. SOHO Security Appliance. EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP

RouteFinder SOHO. Quick Start Guide. SOHO Security Appliance. EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP RouteFinder SOHO SOHO Security Appliance EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP Quick Start Guide RouteFinder RF825 Series Quick Start Guide RouteFinder SOHO Security Appliance

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Microsoft DirectAccess

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Microsoft DirectAccess SafeNet Authentication Service Integration Guide SAS Using RADIUS Protocol with Microsoft DirectAccess Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet,

More information

CA ARCserve Replication and High Availability

CA ARCserve Replication and High Availability CA ARCserve Replication and High Availability Installation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational

More information

Training Description For UC&C HUAWEI ENTERPRISE ICT SOLUTIONS A BETTER WAY. Training Description For UC&C. Issue 1.0.

Training Description For UC&C HUAWEI ENTERPRISE ICT SOLUTIONS A BETTER WAY. Training Description For UC&C. Issue 1.0. Training Description For UC&C Issue 1.0 Date 2013-01-01 2013-01-01 Copyright Huawei 2013. Page 1 of 290 CONTENTS CONTENTS... 2 1.1 Training Solution... 5 1.1.1 Huawei espace U19XX/SoftCo Voice System Training

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

More information

DRO-210i LOAD BALANCING ROUTER. Review Package Contents

DRO-210i LOAD BALANCING ROUTER. Review Package Contents DRO-210i LOAD BALANCING ROUTER Review Package Contents Make sure that the package contains the following items. DRO-210i Load Balancing Router 2 Straight Ethernet Cables 1 Cross Over Ethernet Cable 1 Power

More information

Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide

Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide Windows on Hyper-V 6.1 February 2014 Symantec ApplicationHA agent for SharePoint Server 2010 Configuration Guide The software

More information

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished

More information

Increased operational efficiency by providing customers the ability to: Use staff resources more efficiently by reducing troubleshooting time.

Increased operational efficiency by providing customers the ability to: Use staff resources more efficiently by reducing troubleshooting time. , page 1 This chapter provides an overview of the Cisco Cisco Unified Communications Manager service and describes how to configure the Cisco Cisco Unified Communications Manager feature. The feature allows

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole

More information

Symantec ApplicationHA agent for Internet Information Services Configuration Guide

Symantec ApplicationHA agent for Internet Information Services Configuration Guide Symantec ApplicationHA agent for Internet Information Services Configuration Guide Windows on Hyper-V 6.1 February 2014 Symantec ApplicationHA agent for Internet Information Services Configuration Guide

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 SonicOS Enhanced 3.8.0.6 TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 CONTENTS PLATFORM COMPATIBILITY SONICWALL RECOMMENDATIONS KNOWN ISSUES RESOLVED KNOWN ISSUES UPGRADING

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1

Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1 Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1 Veritas CommandCentral Disaster Recovery Advisor Release Notes Copyright 2009 Symantec Corporation. All rights reserved. Product version:

More information

Frequently Asked Questions: EMC UnityVSA

Frequently Asked Questions: EMC UnityVSA Frequently Asked Questions: EMC UnityVSA 302-002-570 REV 01 Version 4.0 Overview... 3 What is UnityVSA?... 3 What are the specifications for UnityVSA?... 3 How do UnityVSA specifications compare to the

More information

Symantec NetBackup Vault Operator's Guide

Symantec NetBackup Vault Operator's Guide Symantec NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 7.5 Symantec NetBackup Vault Operator's Guide The software described in this book is furnished under a license agreement and may

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Mobile Device Management Platform Operation Manual V1.4 RECODA

Mobile Device Management Platform Operation Manual V1.4 RECODA Mobile Device Management Platform Operation Manual V1.4 Shenzhen Technologies Limited All rights reserved Contents 1. Overview... 4 2. Preparations for Installation... 5 3. Installation Guide... 6 3.1.

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Agent for Microsoft SQL Server r11.5 D01173-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

VERITAS NetBackup TM 6.0

VERITAS NetBackup TM 6.0 VERITAS NetBackup TM 6.0 System Administrator s Guide, Volume II for UNIX and Linux N15258B September 2005 Disclaimer The information contained in this publication is subject to change without notice.

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations Introduction...

More information

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

Symantec Virtual Machine Management 7.1 User Guide

Symantec Virtual Machine Management 7.1 User Guide Symantec Virtual Machine Management 7.1 User Guide Symantec Virtual Machine Management 7.1 User Guide The software described in this book is furnished under a license agreement and may be used only in

More information

Configuring Load Balancing for EMC ViPR SRM

Configuring Load Balancing for EMC ViPR SRM White paper Abstract This white paper describes how to use load balancing in a scaled-out EMC ViPR SRM deployment to avoid performance bottlenecks that could impact data collection and report generation.

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Enterprise Option for SAP R/3 for Oracle Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are

More information

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide

Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 7.5 Symantec NetBackup for Microsoft SharePoint Server Administrator s Guide The software described in this

More information

CA ARCserve Replication and High Availability

CA ARCserve Replication and High Availability CA ARCserve Replication and High Availability Installation Guide r16 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Configuring and Integrating Oracle

Configuring and Integrating Oracle Configuring and Integrating Oracle The Basics of Oracle 3 Configuring SAM to Monitor an Oracle Database Server 4 This document includes basic information about Oracle and its role with SolarWinds SAM Adding

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

Symantec NetBackup OpenStorage Solutions Guide for Disk Symantec NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 7.6 Symantec NetBackup OpenStorage Solutions Guide for Disk The software described in this book is furnished under a

More information

Symantec Endpoint Protection Shared Insight Cache User Guide

Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and

More information

Contents. 1 VPN Remote Access Service

Contents. 1 VPN Remote Access Service Contents 1 VPN Remote Access Service Record of Revisions Reference numbers are shown at the bottom left corner on the back cover of each manual. Date Reference No. Revised Contents February, 2015 1075NE0

More information

Password Management Guide

Password Management Guide www.novell.com/documentation Management Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information