Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5.

Size: px
Start display at page:

Download "Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5."

Transcription

1 v5.5 Version 5.5 May 22, 2009 Ahsay Systems Corporation Limited Page 1 of 6 May 22, 2009

2 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated into any language in any form by any means without the prior written consent of us. Information in this manual is subject to change without notice and does not represent a commitment on the part of the vendor. We do not warrant that this document is error-free. If you find any errors in this document, please report to us in writing. This product includes software developed by the Apache Software Foundation ( Trademarks 2008 Ahsay Systems Corporation Ltd. All rights reserved. Ahsay, Ahsay Online Backup Suite, Ahsay Offsite Backup Server, Ahsay Online Backup Manager, Ahsay A-Click Backup, Ahsay Replication Server, Ahsay NAS Client Utility are trademarks of Ahsay Systems Corporation Limited. Microsoft, Windows, Microsoft Exchange Server and Microsoft SQL Server and all Windows-based trademarks are registered trademarks of Microsoft Corporation. Sun, Solaris, SPARC, Java and Java Runtime Environment and all Java-based trademarks are registered trademarks of Sun Microsystems, Inc. Oracle, Oracle 8i, Oracle 9i are registered trademarks of Oracle Corporation. Lotus, Domino, Notes are registered trademark of IBM Corporation. Red Hat is the registered trademark of Red Hat, Inc. Linux is the registered trademark of Linus Torvalds. Apple and Mac OS X are registered trademarks of Apple Inc. NetWare is a trademark of Novell, Inc. All other product names are registered trademarks of their respective owners. Disclaimer Ahsay System Corporation Limited will not have or accept any liability, obligation or responsibility whatsoever for any loss, destruction or damage (including without limitation consequential loss, destruction or damage) however arising from or in respect of any use or misuse of or reliance on the Ahsay Online Backup Suite. By using the Ahsay Online Backup Suite, you agree to accept unconditionally the terms of this Disclaimer and as they may be revised and/or amended from time to time by Ahsay System Corporation Limited without prior notice to you. Ahsay Systems Corporation Limited Page 2 of 6 May 22, 2009

3 1 Introduction To simplify client software upgrades, we had introduced AutoUpgrade in previous versions of Ahsay. But there were a number of limitations. In v5.2, we have built an automated system to help updating the client software and keep track of the versions. The new feature, AutoUpdateAgent (abbreviated as AUA), is intended for performing UPDATES (bi-direction, upgrade or downgrade) on the client side running as a service. It is more powerful and gives greater flexibility to system administrators. However, at the moment only the UPGRADE mode is enabled for AUA. Depending on the user preference, AUA would update the client side software whenever an updated version is found on the server. AutoUpdate can be enabled on AhsayOBS, and the steps are outlined below. 2 Creating Upgrade Files The upgrade files windows.zip, linux.zip and solaris.zip are already bundled with AhsayOBS 5.2.x or above (at [OBS HOME]/webapps/obs/liveUpdate/obm5210) 2.1 Customizing Upgrade Files Simply include the customized *.properties files for you backup client (i.e. the contents of your obm.zip) to the bin directory of windows.zip, linux.zip and solaris.zip. 2.2 Edit /obs/liveupdate/index.xml For upgrade from v5.1 to v5.2, add an entry of <AutoUpdate> to [OBS HOME]/webapps/obs/liveUpdate/index.xml as shown below. <AutoUpdate product="obm" version=" " compatible="5.1.x.x" host=""> <patch os="windows" url="/obs/liveupdate/obm5210/windows.zip" include-users="*" exclude-users="" force="false" /> <patch os="linux" url="/obs/liveupdate/obm5210/linux.zip" include-users="*" exclude-users="" force="false" /> <patch os="solaris" url="/obs/liveupdate/obm5210/solaris.zip" include-users="*" exclude-users="" force="false" /> Insert TAG for Normal Upgrade (non-os specific, same behavior as the previous auto upgrade logic) Add an entry of <AutoUpdate> as shown in the following to /obs/liveupdate/index.xml <AutoUpdate product="obm" version=" " compatible="5.2.x.x" host=""> <patch os="*" url="/obs/liveupdate/obm5220.zip" include-users="*" exclude-users="" force="false" /> Ahsay Systems Corporation Limited Page 3 of 6 May 22, 2009

4 2.2.2 Filter value settings in index.xml: Administrator is allowed to manipulate the update patch to be installed in target platforms according to the filter values in 1) product: Specify the product id (e.g. acb, obm) for different update patch according to their product id 2) compatible: Specify the compatible version (current version of obm) 3) host: Specify the hostname as viewed from client machine 4) os Specify the OS Family or exactly the OS Name of client machine 5) include-users: Specify the username you want to include 6) exclude-users: Specify the username you want to exclude Filtering by <product> and <compatible> We can basically identify a matching update from the <product> (product id) and <compatible> (compatibility) attributes. The following two TAGs will instruct the AUA to upgrade all acb and obm X versions to , exclude all X and 5.1.X.X <AutoUpdate product="acb" version=" " compatible="5.2.1.x" host=""> <patch os="*" url="/obs/liveupdate/acb5220.zip" include-users="*" exclude-users="" force="false" /> <AutoUpdate product="obm" version=" " compatible="5.2.1.x" host=""> <patch os="*" url="/obs/liveupdate/obm5220.zip" include-users="*" exclude-users="" force="false" /> Filtering by <host> We can apply update to specific host which is used by the client as the serving AhsayOBS hostname. <AutoUpdate product="obm" version=" " compatible="5.2.x.x" host=" <patch os="*" url="/obs/liveupdate/companya/obm5220.zip" include-users="*" exclude-users="" force="false" /> <AutoUpdate product="obm" version=" " compatible="5.2.x.x" host=" <patch os="*" url="/obs/liveupdate/companyb/obm5220.zip" include-users="*" exclude-users="" force="false" /> Ahsay Systems Corporation Limited Page 4 of 6 May 22, 2009

5 We back up your business Filtering by <os> We can apply update to specific Operating System, We can apply FAMILY name or the exact name, as retrieved from java property os.name <AutoUpdate product="obm" version=" a" compatible=" " host=""> <!-- The patch contains special components for Linux users only --> <patch os="linux" url="/obs/liveupdate/obm5211a.zip" include-users="*" exclude-users="" force="false" /> <AutoUpdate product="obm" version=" b" compatible="5.2.x.x" host=""> <!-- The patch contains special components for Windows XP users only --> <patch os="windows XP " url="/obs/liveupdate/obm5211b.zip" include-users="*" exclude-users="" force="false" /> Filtering by <include-users> We can apply update to specific users, by including their name, or prefix of the name, to the <include-users> attribute. The following we are applying a patch to all testing accounts for testing purpose by including the prefix (testing.). <AutoUpdate product="obm" version=" b" compatible="5.2.x.x" host="localhost"> <!-- The TAG is used for testing only, on the accounts e.g. testing.windows, testing.linux, testing.solaris.. etc --> <!-- All other user will NOT use this TAG--> <patch os="*" url="/obs/liveupdate/obm5211b.zip" include-users="testing." exclude-users="" force="false" /> Ahsay Systems Corporation Limited Page 5 of 6 May 22, 2009

6 3 Appendix TAG Definition of ATTRIBUTE Description Examples Used by TAG AutoUpdate <AutoUpdate product="obm" version=" " compatible="5.1.x.x" host=""> product Product ID of software obm, acb Must not change unless your customized version is using another ID. Used for naming in config folder in USER_HOME (.obm,.acb) version Version No of the update patch In Version No. Format X.X.X.X compatible Compatibility of the update patch, in Version No. Format X.X.X.X or superset X.X.X, X.X or X a 4.X (== 4.X.X.X ) 5.1.X (== 5.1.X.X) X host Hostname of the server providing for updated patch, used for the Virtual-Hosting purpose eval.ahsay.com qa2.ahsay.com Used by TAG patch <patch os="windows" url="/obs/liveupdate/upgrade51/windows.zip" include-users="*" exclude-users="" force="false" /> <patch os="mac" url="/obs/liveupdate/upgrade51/mac.zip" include-users="*" exclude-users="" force="false" /> <patch os="linux" url="/obs/liveupdate/upgrade51/linux.zip" include-users="*" exclude-users="" force="false" /> <patch os="solaris" url="/obs/liveupdate/upgrade51/solaris.zip" include-users="*" exclude-users="" force="false" /> <patch os="netware" url="/obs/liveupdate/upgrade51/netware.zip" include-users="*" exclude-users="" force="false" /> os The target OS name as retrieved by java property "os.name" Accept Family Name and Exact Name 1) Windows Windows 95, 98, Me Windows NT, 2000, XP, 2003, CE 2) Linux 3) Mac OS Mac OS, Mac OS X 4) Solaris Solaris, SunOS 5) NetWare NetWare include-users Username filter to include related users vip.*, *.vip exclude-users Username filter to exclude related users eval.*, *.eval force Stands for critical update,for showing GUI to client true, false Ahsay Systems Corporation Limited Page 6 of 6 May 22, 2009

DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS

DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may

More information

DOCUMENTATION FILE RESTORE

DOCUMENTATION FILE RESTORE DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

DOCUMENTATION FILE BACKUP

DOCUMENTATION FILE BACKUP DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Ahsay BackupBox v1.0. Deployment Guide. Ahsay TM Online Backup - Development Department

Ahsay BackupBox v1.0. Deployment Guide. Ahsay TM Online Backup - Development Department Ahsay BackupBox v1.0 Deployment Guide Ahsay TM Online Backup - Development Department October 30, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. The use and copying

More information

DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

DOCUMENTATION MySQL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MySQL BACKUP & RESTORE OPERATIONS DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:

More information

DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS

DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may

More information

Ahsay Offsite Backup Server and Ahsay Replication Server

Ahsay Offsite Backup Server and Ahsay Replication Server Ahsay Offsite Backup Server and Ahsay Replication Server v6 Ahsay Systems Corporation Limited 19 April 2013 Ahsay Offsite Backup Server and Ahsay Replication Server Copyright Notice 2013 Ahsay Systems

More information

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Ahsay Offsite Backup Server v5.x. Installation and Upgrade Guide. Ahsay TM Online Backup - Development Department

Ahsay Offsite Backup Server v5.x. Installation and Upgrade Guide. Ahsay TM Online Backup - Development Department Ahsay Offsite Backup Server v5.x Installation and Upgrade Guide Ahsay TM Online Backup - Development Department October 15, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved.

More information

Using. DataTrust Secure Online Backup. To Protect Your. Hyper-V Virtual Environment. 1 P a g e

Using. DataTrust Secure Online Backup. To Protect Your. Hyper-V Virtual Environment. 1 P a g e Using DataTrust Secure Online Backup To Protect Your Hyper-V Virtual Environment. 1 P a g e Table of Contents: 1. Backing Up the Guest OS with DataTrustOBM 3 2. Backing up the Hyper-V virtual machine files

More information

Ahsay Replication Server v5.5. Installation and Upgrade Guide

Ahsay Replication Server v5.5. Installation and Upgrade Guide Version 5.5 Aug 2008 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author: Scherring Chong The use and copying of this product is subject to a license agreement. Any other

More information

Offsite Backup. Installation and Upgrade Guide

Offsite Backup. Installation and Upgrade Guide Offsite Backup Version 5.x June 2007 Server v5.x Copyright Notice LexNOC, Inc 2000. All rights reserved. Author: Leo Au-Yeung The use and copying of this product is subject to a license agreement. Any

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011 v6 Ahsay Systems Co. Ltd. 2 August 2011 Ahsay A-Click Backup Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product is subject to a license agreement. Any

More information

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Offsite Backup Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department November 2, 2010 Copyright Notice Ahsay Systems Corporation Limited 2010. All rights reserved. Author:

More information

Sun ONE Identity Server Web Policy Agents Release Notes

Sun ONE Identity Server Web Policy Agents Release Notes Sun ONE Identity Server Web Policy Agents Release Notes Version 6.0 SP1 Part Number 816-6860-10 July 2003 These release notes contain important information available at the time of the release of Sun Open

More information

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4.

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4. Oracle Business Intelligence Publisher Certification Information 10g Release 3 (10.1.3.4.2) E12692-08 September 2011 This document outlines the certified hardware and software configurations for Oracle

More information

StreamServe Persuasion SP5 Supported platforms and software

StreamServe Persuasion SP5 Supported platforms and software StreamServe Persuasion SP5 Supported platforms and software Reference Guide Rev A StreamServe Persuasion SP5 Reference Guide Rev A 2001-2010 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520

More information

Ahsay Offsite Backup Server v5.2. Administrator s Guide

Ahsay Offsite Backup Server v5.2. Administrator s Guide Version 5.2.2.5 July 2007 Copyright Notice Lebshama Company Limited 2007. All rights reserved. Author: Scherring Chong The use and copying of this product is subject to a license agreement. Any other use

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012 v6 Ahsay Systems Corporation Limited 4 October 2012 Ahsay A-Click Backup Copyright Notice 2012 Ahsay Systems Corporation Limited All rights reserved. The use and copying of this product is subject to a

More information

Ordering Offsite Backups

Ordering Offsite Backups Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Offsite Backup offering and show you how to purchase, deploy and manage the service. Offsite Backup offering is an

More information

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password.

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password. Offsite Backups Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Offsite Backup offering and show you how to purchase, deploy and manage the service. Offsite Backup

More information

Oracle Virtual Desktop Client. Release Notes for Release 3.2

Oracle Virtual Desktop Client. Release Notes for Release 3.2 Oracle Virtual Desktop Client Release s for Release 3.2 E36350-03 January 2013 Oracle Virtual Desktop Client: Release s for Release 3.2 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

More information

IBM Tivoli Monitoring for Databases

IBM Tivoli Monitoring for Databases Enhance the availability and performance of database servers IBM Tivoli Monitoring for Databases Highlights Integrated, intelligent database monitoring for your on demand business Preconfiguration of metric

More information

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Offsite Backup Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department June 24, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:

More information

Ahsay Backup Software. Whitepaper Ahsay Backup Agent

Ahsay Backup Software. Whitepaper Ahsay Backup Agent Version 6 Oct 2011 Table of Content 1 Introduction...3 2 Ahsay Backup Agents...4 2.1 Microsoft Exchange...4 2.2 Microsoft SQL Server...4 2.3 Lotus Domino/s...5 2.4 Oracle Database...6 2.5 MySQL Database...7

More information

Administrator Guide v2.x 5/1/2015

Administrator Guide v2.x 5/1/2015 Administrator Guide v2.x 5/1/2015 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted,

More information

Swiss Safe Storage Online Backup Whitepaper Swiss Safe Storage Backup Agent

Swiss Safe Storage Online Backup Whitepaper Swiss Safe Storage Backup Agent Whitepaper Swiss Safe Storage Backup Agent Version 5 2009 Table of Content Introduction... 3 Ahsay Backup Agents... 3 Microsoft Exchange... 3 Microsoft SQL Server... 4 Lotus Domino/s... 5 Oracle Database...

More information

Ahsay Online Backup Manager

Ahsay Online Backup Manager Ahsay Online Backup Manager v6 Ahsay Systems Corporation Limited 12 April 2012 Ahsay Online Backup Manager Copyright Notice 2012 Ahsay Systems Corporation Limited all rights reserved. The use and copying

More information

IBM Lotus Protector for Mail Encryption. User's Guide

IBM Lotus Protector for Mail Encryption. User's Guide IBM Lotus Protector for Mail Encryption User's Guide Version Information Lotus Protector for Mail Encryption User's Guide. Lotus Protector for Mail Encryption Version 2.1.0. Released December 2010. This

More information

Ahsay Offsite Backup Server v5.5. Administrator s Guide

Ahsay Offsite Backup Server v5.5. Administrator s Guide Version 5.5.1.0 Aug 2008 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author: Scherring Chong The use and copying of this product is subject to a license agreement. Any

More information

IBM Lotus Enterprise Integrator (LEI) for Domino. Version 8.5.2. August 17, 2010

IBM Lotus Enterprise Integrator (LEI) for Domino. Version 8.5.2. August 17, 2010 IBM Lotus Enterprise Integrator (LEI) for Domino Version 8.5.2 August 17, 2010 A) What's new in LEI V8.5.2 B) System requirements C) Installation considerations D) Operational considerations E) What's

More information

IGEL Universal Management. Installation Guide

IGEL Universal Management. Installation Guide IGEL Universal Management Installation Guide Important Information Copyright This publication is protected under international copyright laws, with all rights reserved. No part of this manual, including

More information

v5.5 Installation Guide

v5.5 Installation Guide v5.5 Installation Guide for use with Integrated Microsoft Products Websense Enterprise Installation Guide 1996 2005, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights reserved.

More information

Ahsay Offsite Backup Server v5.2. Administrator s Guide

Ahsay Offsite Backup Server v5.2. Administrator s Guide Version 5.2.1.0 Jan 2007 Copyright Notice Lebshama Company Limited 2007. All rights reserved. Author: Scherring Chong, Solomon Yu The use and copying of this product is subject to a license agreement.

More information

Smart Plug-in for Siebel

Smart Plug-in for Siebel [SUPPORTED PLATFORMS GUIDE] Siebel SPI Version 04.00 Smart Plug-in for Siebel SUPPORTED PLATFORMS GUIDE This document contains information about all HP Software and Oracle s Siebel products and versions,

More information

Operating Systems compatible with GigasoftOBM / GigasoftACB (Supported Operation System List):

Operating Systems compatible with GigasoftOBM / GigasoftACB (Supported Operation System List): Product Version: Gigasoft Software: Post6.0 Description: This document lists the available operating systems, platforms, and applications specifically tested to be compatible with Ahsay software. Contents:

More information

System Requirements and Platform Support Guide

System Requirements and Platform Support Guide Foglight 5.6.7 System Requirements and Platform Support Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

IBM Maximo Asset Management Essentials

IBM Maximo Asset Management Essentials Enterprise asset capabilities for small and midsized organizations IBM Maximo Asset Essentials Highlights Leverage enterprise asset capabilities in a package specifically designed for small and midsized

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

AdaCopy Offsite Backup Server. Administrator s Guide. Adanova Sistemas S.L.L. 29 November 2012

AdaCopy Offsite Backup Server. Administrator s Guide. Adanova Sistemas S.L.L. 29 November 2012 v6 Administrator s Guide Adanova Sistemas S.L.L. 29 November 2012 Offsite Backup Server Copyright Notice 2012 Adanova Sistemas S.L.L. All rights reserved. The use and copying of this product is subject

More information

v5.2 Installation Guide for Websense Enterprise v5.2 Embedded on Cisco Content Engine

v5.2 Installation Guide for Websense Enterprise v5.2 Embedded on Cisco Content Engine v5.2 Installation Guide for Websense Enterprise v5.2 Embedded on Cisco Content Engine Websense Enterprise Installation Guide 1996 2004, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San

More information

CA Service Desk Manager Release 12.5 Certification Matrix

CA Service Desk Manager Release 12.5 Certification Matrix CA Service Desk Manager Release 12.5 Certification Matrix Last Updated: February 11, 2014 End-of-Service: May 31, 2013 CA Service Desk Manager will support service-packs and point-releases of Operating

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

Ahsay Cloud Backup Suite

Ahsay Cloud Backup Suite V7 Ahsay Systems Corporation Limited 8 September 2015 Ahsay Cloud Backup Suite Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this product is subject

More information

Oracle SQL Developer Migration

Oracle SQL Developer Migration An Oracle White Paper May 2010 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Oracle SQL Developer: Architecture and Supported Platforms... 3 Supported Platforms... 4 Supported Databases...

More information

v.5.5.2 Installation Guide for Websense Enterprise v.5.5.2 Embedded on Cisco Content Engine with ACNS v.5.4

v.5.5.2 Installation Guide for Websense Enterprise v.5.5.2 Embedded on Cisco Content Engine with ACNS v.5.4 v.5.5.2 Installation Guide for Websense Enterprise v.5.5.2 Embedded on Cisco Content Engine with ACNS v.5.4 Websense Enterprise Installation Guide 1996 2004, Websense, Inc. All rights reserved. 10240 Sorrento

More information

IBM Tivoli Remote Control

IBM Tivoli Remote Control Robust remote desktop management across the enterprise IBM Tivoli Remote Control Highlights Enables organizations to Supports Federal Desktop Core remotely manage thousands of Configuration (FDCC) and

More information

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6 Disaster Recovery Websense Web Security Web Security Gateway v7.6 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2011 The products and/or methods

More information

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

DEPLOYMENT ROADMAP March 2015

DEPLOYMENT ROADMAP March 2015 DEPLOYMENT ROADMAP March 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

IBM Enterprise Content Management Software Requirements

IBM Enterprise Content Management Software Requirements IBM Enterprise Content Management Software Requirements This document describes the software prerequisite requirements for the IBM Enterprise Content Management suite of products. Last Updated: May 31,

More information

Oracle Virtual Desktop Client. Release Notes for Version 3.0

Oracle Virtual Desktop Client. Release Notes for Version 3.0 Oracle Virtual Desktop Client Release s for Version 3.0 Oracle Virtual Desktop Client: Release s for Version 3.0 Published August 2011 Abstract Part Number: E23537-01 This manual provides information about

More information

Clustering in Parallels Virtuozzo-Based Systems

Clustering in Parallels Virtuozzo-Based Systems Parallels Clustering in Parallels Virtuozzo-Based Systems Copyright 1999-2009 Parallels Holdings, Ltd. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive Suite 600

More information

Patch Management for Red Hat Enterprise Linux. User s Guide

Patch Management for Red Hat Enterprise Linux. User s Guide Patch Management for Red Hat Enterprise Linux User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003,

More information

System requirements. Java SE Runtime Environment(JRE) 7 (32bit) Java SE Runtime Environment(JRE) 6 (64bit) Java SE Runtime Environment(JRE) 7 (64bit)

System requirements. Java SE Runtime Environment(JRE) 7 (32bit) Java SE Runtime Environment(JRE) 6 (64bit) Java SE Runtime Environment(JRE) 7 (64bit) Hitachi Solutions Geographical Information System Client Below conditions are system requirements for Hitachi Solutions Geographical Information System Client. 1/5 Hitachi Solutions Geographical Information

More information

IBM Tivoli Endpoint Manager for Security and Compliance

IBM Tivoli Endpoint Manager for Security and Compliance IBM Endpoint Manager for Security and Compliance A single solution for managing endpoint security across the organization Highlights Provide up-to-date visibility and control from a single management console

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 13 April 2015 Ahsay Offsite Backup Server Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of

More information

Veritas NetBackup 6.0 Database and Application Protection

Veritas NetBackup 6.0 Database and Application Protection Veritas NetBackup 6.0 Database and Application Protection Innovative data protection When it comes to database and application recovery, Symantec has a clear goal in mind simplify the complexity of database

More information

Ahsay Online Backup Manager & Ahsay A-Click Backup v5.5. User s Guide. Ahsay TM Online Backup - Development Department

Ahsay Online Backup Manager & Ahsay A-Click Backup v5.5. User s Guide. Ahsay TM Online Backup - Development Department Ahsay Online Backup Manager & Ahsay A-Click Backup v5.5 Ahsay TM Online Backup - Development Department September 9, 2009 Copyright Notice The use and copying of this product is subject to a license agreement.

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 5 June 2015 Ahsay Offsite Backup Server Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this

More information

Ahsay Online Backup Manager

Ahsay Online Backup Manager Ahsay Online Backup Manager v6 Ahsay Systems Co. Ltd. 22 September 2011 Ahsay Online Backup Manager Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product

More information

Oracle JRockit JDK. Supported Configurations R27.6. April 2009

Oracle JRockit JDK. Supported Configurations R27.6. April 2009 Oracle JRockit JDK Supported Configurations R27.6 April 2009 Oracle JRockit JDK Supported Configurations, R27.6 Copyright 2007, 2008, Oracle and/or its affiliates. All rights reserved. This software and

More information

GLOSSARY OF TECHNICAL TERMS

GLOSSARY OF TECHNICAL TERMS This glossary contains explanations of certain terms, definitions and abbreviations used in this document in connection with our Group and our business. The terms and their meanings may not correspond

More information

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems

More information

StorageTek Library Attach for Window Servers

StorageTek Library Attach for Window Servers StorageTek Library Attach for Window Servers Release Notes Version 1.4.3 Part Number: 316138001 May 2010, Revision AA Submit comments about this document by clicking the Feedback [+] link at: http://docs.sun.com

More information

What s New in AppliDis Fusion 4 Service Pack 1

What s New in AppliDis Fusion 4 Service Pack 1 What s New in AppliDis Fusion 4 Service Pack 1 Systancia Published: September 2010 Summary The new AppliDis Fusion 4 Service Pack 1 version introduces significant new developments to the AppliDis product

More information

Online Backup Manager A-Click Backup v5.5. User s Guide

Online Backup Manager A-Click Backup v5.5. User s Guide A-Click Backup v5.5 Dec. 2010 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted,

More information

The Remote Data Backup & Restore Service from

The Remote Data Backup & Restore Service from The Remote Data Backup & Restore Service from How does Work? is an agentless method of backup this means that you can backup as many PCs, servers, and applications as you wish, just by installing the TP-Client

More information

Hitachi Backup Services Manager Certified Configurations Guide 6.5

Hitachi Backup Services Manager Certified Configurations Guide 6.5 Hitachi Backup Services Manager Certified Configurations Guide 6.5 Doc ID:MK-96APT014-02 i ii Chapter 0Preface Thank you for purchasing Hitachi TM Backup Services Manager powered by APTARE. About This

More information

JP1/IT Desktop Management 2 - Agent (For UNIX Systems)

JP1/IT Desktop Management 2 - Agent (For UNIX Systems) JP1 Version 11 JP1/IT Desktop Management 2 - Agent (For UNIX Systems) 3021-3-B62(E) Notices Relevant program products JP1/IT Desktop Management 2 - Additional License for Linux P-8142-7GBL JP1/IT Desktop

More information

Unified Infrastructure Management Compatibility Matrix April 4, 2016

Unified Infrastructure Management Compatibility Matrix April 4, 2016 Unified Infrastructure Management Compatibility Matrix April 4, 2016 1 Unified Infrastructure Management Compatibility Matrix- CA Technologies Legal Notices Copyright 2016, CA. All rights reserved. Warranty

More information

ONLINE BACKUP MANAGER TROUBLESHOOTING MISSING BACKUP JOBS

ONLINE BACKUP MANAGER TROUBLESHOOTING MISSING BACKUP JOBS ONLINE BACKUP MANAGER TROUBLESHOOTING MISSING BACKUP JOBS 1. Computer shutdown or hibernated. Check if the affected computer was switched off, hibernated or in standby mode when the scheduled backup is

More information

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK KEY FEATURES LIFECYCLE MANAGEMENT OF VIRTUALIZATION TECHNOLOGIES MADE SIMPLE Automation of lifecycle management reduces costs and errors while improving

More information

November 2015. Ex Libris Certified Third-Party Software and Security Patch Release Notes

November 2015. Ex Libris Certified Third-Party Software and Security Patch Release Notes November 2015 Ex Libris Certified Third-Party Software and Security Patch Release Notes CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse

More information

Sophos Anti-Virus standalone startup guide. For Windows and Mac OS X

Sophos Anti-Virus standalone startup guide. For Windows and Mac OS X Sophos Anti-Virus standalone startup guide For Windows and Mac OS X Document date: June 2007 Contents 1 What you need for installation...4 2 Installing Sophos Anti-Virus for Windows...5 3 Installing Sophos

More information

Installing the IPSecuritas IPSec Client

Installing the IPSecuritas IPSec Client Mac Install Installing the IPSecuritas IPSec Client IPSecuritasMac201003-01 Global Technology Associates 3505 Lake Lynda Drive Suite 109 Orlando, FL 32817 Tel: +1.407.380.0220 Fax. +1.407.380.6080 Email:

More information

Table of Content. 1. General...5. 1.1. Can you briefly explain the idea of how the Ahsay Online Backup Software works?... 5

Table of Content. 1. General...5. 1.1. Can you briefly explain the idea of how the Ahsay Online Backup Software works?... 5 Table of Content 1. General...5 1.1. Can you briefly explain the idea of how the Software works?... 5 2. Branding (OEM Partners Only)...6 2.1. Can we remove the name Ahsay in the AhsayOBM software? Can

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 5 November 2012 Ahsay Offsite Backup Server Copyright Notice 2012 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

This document lists the configurations that have been tested for the Oracle Primavera P6 version 7.0 release.

This document lists the configurations that have been tested for the Oracle Primavera P6 version 7.0 release. Oracle Primavera P6 Tested Configurations Release Version: 7.0 Date: November 2014 Revision: 7.0.0.0.16 This document lists the configurations that have been tested for the Oracle Primavera P6 version

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

Integrated Citrix Servers

Integrated Citrix Servers Installation Guide Supplement for use with Integrated Citrix Servers Websense Web Security Websense Web Filter v7.5 1996-2010, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights

More information

Nimsoft Monitor Compatibility Matrix October 17, 2013

Nimsoft Monitor Compatibility Matrix October 17, 2013 Nimsoft Monitor Compatibility Matrix October 17, 2013 1 Nimsoft Monitor Compatibility Matrix Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided

More information

Ahsay Online Backup Manager

Ahsay Online Backup Manager Ahsay Online Backup Manager v6 Ahsay Systems Co. Ltd. 24 August 2011 Ahsay Online Backup Manager Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product is

More information

DOCUMENTATION USING LOKKBOX OBM

DOCUMENTATION USING LOKKBOX OBM DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011. Recommended Software Environments and Minimum System Requirements

IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011. Recommended Software Environments and Minimum System Requirements IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011 Recommended Software Environments and Minimum System Requirements Copyright Copyright IBM 2011 IBM Corporation Reservoir Place North

More information

Universal File Mover Status Monitor Installation and Operation Manual

Universal File Mover Status Monitor Installation and Operation Manual Universal File Mover Status Monitor Installation and Operation Manual Capitalware Inc. Unit 11, 1673 Richmond Street, PMB524 London, Ontario N6G2N3 Canada sales@capitalware.com http://www.capitalware.com

More information

TapeWare THE ONE SOLUTION FOR BACKUP

TapeWare THE ONE SOLUTION FOR BACKUP TapeWare THE ONE SOLUTION FOR BACKUP The ONE solution for backup When it comes to data protection for the small-to-medium enterprise, Yosemite TapeWare is the only solution you need. With platform support

More information

Password Management. Password Management Guide HMS 9700

Password Management. Password Management Guide HMS 9700 Password Management Password Management Guide HMS 9700 Hospitality Management Systems Purpose of document In certain cases Micros-Fidelio will return the responsibility of maintaining user passwords, including

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 14 February 2012 Ahsay Offsite Backup Server Copyright Notice 2012 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

Contents. Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7

Contents. Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7 Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7 This document lists the configurations that have been tested for the Primavera P6 version 6.2.1 release.

More information

IBM Tivoli Endpoint Manager for Security and Compliance

IBM Tivoli Endpoint Manager for Security and Compliance IBM Endpoint Manager for Security and Compliance A single solution for managing endpoint security across the organization Highlights Provide up-to-date visibility and control from a single management console

More information

Copyright http://support.oracle.com/

Copyright http://support.oracle.com/ Primavera Portfolio Management 9.0 Security Guide July 2012 Copyright Oracle Primavera Primavera Portfolio Management 9.0 Security Guide Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved.

More information

RSA ACCESS MANAGER. Web Access Management Solution ESSENTIALS SECURE ACCESS TO WEB APPLICATIONS WEB SINGLE SIGN-ON CONTEXTUAL AUTHORIZATION

RSA ACCESS MANAGER. Web Access Management Solution ESSENTIALS SECURE ACCESS TO WEB APPLICATIONS WEB SINGLE SIGN-ON CONTEXTUAL AUTHORIZATION RSA ACCESS MANAGER Web Access Management Solution ESSENTIALS Secure Access Enforces access to Web applications based on risk and context Centralizes security and enforces business policy Web Single Sign-on

More information

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List Created on December 20, 2013 Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and

More information