Customized provisioning of Ensim Ignite services

Size: px
Start display at page:

Download "Customized provisioning of Ensim Ignite services"

Transcription

1 Customized provisioning of Ensim Ignite services June 16, 2004 Introduction This document provides instructions for customized provisioning of Ensim Ignite services offered through Ensim Pro and Ensim Basic 4.0 for Linux. It is intended for customers who want to have the flexibility to add or remove Ensim Ignite services from Ensim Control Panel. For simplicity, we refer to Ensim Pro and Ensim Basic 4.0 for Linux as Ensim Control Panel 4.0 throughout the document. Beginning with version 4.0.1, Ensim Control Panel provides increased flexibility in the provisioning of Ensim Ignite services. Service providers can now enable or disable the service as appropriate to their business needs. For more details on the status of the Ensim Ignite services after an installation or upgrade, please refer to the section Reviewing the status of Ensim Ignite services after an installation or upgrade on page 2. By enabling Ensim Ignite services, hosting service providers can offer a broad selection of services that help site owner customers enhance their Web sites and operate a more successful online business. Specifically, Ensim Ignite services include: marketing. Solutions to help your customers market their product and services Payment processing. Payment systems for your customers' e-commerce businesses SSL certificates. Authentication services for your customers' Web sites Search engine optimization (SEO). SEO services to help your customers promote their Web sites Ensim enables you to offer these online solutions through strategic business partnerships with leading Application Service Providers (ASPs). If your existing business affiliations suggest a conflict of interest with the Ensim Ignite partnerships, you have the flexibility to add or remove related services from the Ensim Ignite offerings. CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 1

2 Topics include: Reviewing the status of Ensim Ignite services after an installation or upgrade on page 2 Removing Ensim Ignite services from Ensim Control Panel 4.0 on page 3 Adding Ensim Ignite services to Ensim Control Panel 4.0 on page 4 Services and their database values on page 6 Feedback and support on page 7 Legal and copyright notice on page 7 Reviewing the status of Ensim Ignite services after an installation or upgrade You may want to review the current status of the Ensim Ignite services after an installation or upgrade before you customize the provisioning of these services. Status after installing Ensim Control Panel This section describes the status of the services on each of the control panels after an installation. On the Appliance Administrator control panel: The Ensim Ignite service is not selected in the default Service Plan or in the Add Site forms. The Edit Ignite Partner ID link is visible on the shortcuts page. On the Reseller Administrator control panel: The Ensim Ignite service is not selected in the default Service Plan or in the Add Site forms. On the Site Administrator control panel: The Ensim Ignite services are not visible on the dashboard as the services are not enabled. Status after upgrading Ensim Control Panel This section describes the status of the services on each of the control panels after an upgrade. On the Appliance Administrator and Reseller Administrator control panels: Existing Service Plans or sites that had the Ensim Ignite service enabled or disabled before the upgrade will retain their existing configuration after the upgrade. If the Ensim Ignite service was hidden before the upgrade, the service is not visible on any of the control panels. The Ensim Ignite service is not selected in the default Service Plan or in the Add Site forms. On the Site Administrator control panel: If the Ensim Ignite service was disabled or hidden, the services will not be visible in the control panel. If the Ensim Ignite service was enabled, the services retain their existing status and configuration after the upgrade. CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 2

3 Removing Ensim Ignite services from Ensim Control Panel 4.0 There are two options to remove Ensim Ignite services from Ensim Control Panel 4.0. You can either choose to remove individual services within the package or hide the complete (default) set of services so it is not visible in the control panel anymore. Removing individual Ensim Ignite services You can remove a service from the list of Ensim Ignite services displayed in Ensim Control Panel. To remove a service: 1 Log on to the Ensim Control Panel server as the root user. 2 Type the following command at the prompt, using Table 1 to map the database field asp_id to its corresponding database value. #echo "DELETE FROM asps WHERE asp_id = '<service_name>' psql appldb This removes the service from the list of Ensim Ignite services displayed in Ensim Control Panel. To remove the service, Marketing: echo "DELETE FROM asps WHERE asp_id = ' marketing'" psql appldb Hiding the complete set of Ensim Ignite services Alternatively, you can hide the complete (default) set of services so it is not visible in Ensim Control Panel anymore. Before hiding the services, you must ensure that the service is not enabled for any existing site, otherwise the operation terminates requesting that the service be disabled before hiding. To hide the complete set of Ensim Ignite services: 1 Log on to Ensim Control Panel server as the root user. 2 Perform the following steps. a Shut down Ensim Control Panel. #/etc/rc.d/init.d/ppliance safestop b Disable Ensim Ignite services. To disable Ensim Ignite services for a site: #EditVirtDomain -c aspmgr,off <domain_name> For example, to disable Ensim Ignite services for the site example.com, type the following command: #EditVirtDomain -c aspmgr,off example.com CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 3

4 c d To disable Ensim Ignite services for all sites: #EditVirtDomain -c aspmgr,off `sitelookup -a cut -f1 -d","` Hide Ensim Ignite services on Ensim Control Panel. #hide_service aspmgr Restart Ensim Control Panel. #/etc/rc.d/init.d/ppliance start Adding Ensim Ignite services to Ensim Control Panel 4.0 If you had previously removed Ensim Ignite services from Ensim Control Panel, you can add them at any time. You can choose to add individual services or restore the complete (default) set of services. Adding individual Ensim Ignite services You can add individual services to Ensim Control Panel. To add a service: 1 Log on to the Ensim Control Panel server as the root user. 2 Type the following command at the prompt, using Table 1 to map the database fields asp_id, caption, sa_title, sa_desc, and category to their corresponding database values. #echo "INSERT INTO asps (asp_id, caption, sa_title, sa_desc, category) \ VALUES ('<service_id>', '<name>', '<title>', '<desc>', '');" psql appldb The service is added to the list of Ensim Ignite services displayed in Ensim Control Panel. To add the service, Marketing: echo "INSERT INTO asps (asp_id, caption, sa_title, sa_desc, \ category) VALUES (' marketing', ' Marketing', 'Market my \ business','boost sales with campaigns', '');" psql appldb Restoring the default set of Ensim Ignite services Alternatively, you can restore the default set of services. To resore the default set of services: 1 Log on to Ensim Control Panel server as the root user. 2 Type the following command at the prompt. #/usr/local/bin/initializeaspmgrsupport -v r 10 -u The default set of Ensim Ignite services are restored. CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 4

5 Updating sites When you add services, the existing Service Plans are automatically updated to display the new services. However, if you want your existing sites to display the services, you must update the sites. To update a site: 1 Log on to the Appliance Administrator control panel. 2 In the shortcuts section of the Home page, click List Sites (Sites section). 3 Locate the site you want to change and in the Actions column, click. The Edit Site form opens. Note that the new service is already enabled. 4 Click Save. The site is updated. Unhiding Ensim Ignite services You can unhide Ensim Ignite services that are hidden from display in Ensim Control Panel. Unhiding the service makes the service visible in the control panel but does not enable the service for the sites. After unhiding, you must explicitly enable the Ignite service for sites by using the command line or the Appliance Administrator control panel. To unhide services: 1 Log on to Ensim Control Panel server as the root user. 2 Perform the following steps. a Shut down Ensim Control Panel. #/etc/rc.d/init.d/ppliance safestop b Unhide Ensim Ignite services on Ensim Control Panel. #unhide_service aspmgr Once you unhide the service, you must enable the service. Enabling Ensim Ignite services using the command line You can enable the Ensim Ignite service for all sites or for individual sites by using the command line interface. To enable the service using the command line interface: 1 Enable Ensim Ignite services on Ensim Control Panel. For individual sites: #EditVirtDomain -c aspmgr,on <domain_name> For example, to enable Ensim Ignite services for the site example.com, type the following command: #EditVirtDomain -c aspmgr,on example.com CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 5

6 For all sites: #EditVirtDomain -c aspmgr,on `sitelookup -a cut -f1 -d","` 2 Restart Ensim Control Panel. #/etc/rc.d/init.d/ppliance start Enabling Ensim Ignite services using the Appliance Administrator control panel You can enable Ensim Ignite services for each site by using the Appliance Administrator control panel. Note that you cannot enable the service simultaneously for all the sites using the control panel. To enable services using the control panel: 1 Log on to the Appliance Administrator control panel. 2 In the shortcuts section of the Home page, click List Sites (Sites section). 3 Locate the site you want to enable the services for and in the Actions column, click. The Edit Site form opens. Note that the new service is already enabled. 4 Click Save. The site is updated. Services and their database values Table 1 lists the services and their corresponding values in the asps table of the appldb postgresql database. Table 1. Services and their database values Services asp_id caption sa_title sa_desc category marketing marketing Marketing Market my business Boost sales with campaigns Payment processing payments Payment Processing Power my e-business Implement an end-to-end billing system SSL certificates certificates SSL Certs Secure my site for e-business Use SSL for site authentication Search engine optimization optimization Site Optimization Promote my site Drive traffic with search engine optimization CUSTOMIZED PROVISIONING OF ENSIM IGNITE SERVICES 6

7 Feedback and support To take advantage of Ensim s support services or to find additional product documentation, visit the Ensim support site, To log in to Ensim online support, go to To provide feedback about Ensim products or documentation, please use the feedback form at Legal and copyright notice This document contains information proprietary to Ensim Corporation and its receipt or possession does not convey any rights to reproduce, disclose, manufacture, or sell anything it might describe. Reproduction, disclosure, or use without Ensim s specific written authorization is strictly forbidden. Ensim Corporation makes no representations or warranties with respect to the content or use of this document. It also reserves the right to revise this document at any time without the obligation to notify any person of such revision. Ensim and the Ensim logo are registered trademarks of Ensim Corporation. All other trademarks and copyrights are the property of their respective owners Ensim Corporation. All rights reserved. Ensim Corporation 1366 Borregas Avenue Sunnyvale, CA (408) Ensim Corporation. All rights reserved. lwp40_custom_manage_ignite_1_1

Ensim ServerXchange Release Notes/Upgrade Guide

Ensim ServerXchange Release Notes/Upgrade Guide Ensim ServerXchange 3.1.5 Release Notes/Upgrade Guide March 19, 2003 Introduction These release notes provide information about Ensim ServerXchange 3.1.5 and instructions for accessing Ensim ServerXchange

More information

Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide

Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide October 8, 2003 About this guide Introduction... iii Intended audience... iii Printer-friendly version (for HTML documents)...

More information

Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide

Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide June 16, 2004 Introduction This guide provides instructions for upgrading Ensim Pro and Ensim Basic 4.0.0 for Linux (Standalone) running

More information

Ensim Pro for Windows 2003 Upgrade Guide

Ensim Pro for Windows 2003 Upgrade Guide Ensim Pro 10.2.0 for Windows 2003 Upgrade Guide Published: 5 January 2007 This document contains information proprietary to Ensim Corporation and its receipt or possession does not convey any rights to

More information

Ensim Pro and Ensim Basic for Linux Release Notes

Ensim Pro and Ensim Basic for Linux Release Notes Ensim Pro and Ensim Basic 3.7.1 for Linux Release Notes April 2, 2004 Introduction These release notes provide information about Ensim Pro and Ensim Basic 3.7.1 for Linux. This release upgrades Ensim WEBppliance

More information

Ensim Pro for Windows 2003 Product Specifications

Ensim Pro for Windows 2003 Product Specifications Ensim Pro 10.3.0 for Windows 2003 Product Specifications 4 June 2007 Introduction This document describes the features of Ensim Pro 10.3.0 for Windows 2003. In this document About Ensim Pro...1 Ensim Pro

More information

Ensim WEBppliance TM Pro for Windows 2000 Mail Server API

Ensim WEBppliance TM Pro for Windows 2000 Mail Server API Ensim WEBppliance TM Pro for Windows 2000 Mail Server API September 17, 2003 Introduction Ensim WEBppliance TM Pro for Windows 2000 defines a fixed set of email-related tasks that you can perform using

More information

Ensim Pro and Ensim Basic for Linux Upgrade Guide

Ensim Pro and Ensim Basic for Linux Upgrade Guide Ensim Pro and Ensim Basic 10.3.0 for Linux Upgrade Guide 25 April 2007 This guide provides instructions for upgrading to Ensim Pro and Ensim Basic 10.3.0 for Linux from Ensim Pro and Ensim Basic version

More information

Ensim Pro for Windows 2003 (Standalone) Installation Guide

Ensim Pro for Windows 2003 (Standalone) Installation Guide Ensim Pro 4.0.1 for Windows 2003 (Standalone) Installation Guide February 25, 2005 About this guide Introduction... iii Intended audience... iii Printer-friendly version (for HTML documents)... iii Required

More information

Ensim Pro for Windows 2003 Installation Guide

Ensim Pro for Windows 2003 Installation Guide Ensim Pro 10.2.0 for Windows 2003 Installation Guide Published: 14 December 2006 This document contains information proprietary to Ensim Corporation and its receipt or possession does not convey any rights

More information

Ensim Pro for Windows 2003 Installation and Upgrade Guide

Ensim Pro for Windows 2003 Installation and Upgrade Guide Ensim Pro 10.0.0 for Windows 2003 Installation and Upgrade Guide Published: June 9, 2006 2006 Ensim Corporation. All rights reserved. This document contains information proprietary to Ensim Corporation

More information

Ensim Pro for Windows 2003 Installation Guide

Ensim Pro for Windows 2003 Installation Guide Ensim Pro 10.3.0 for Windows 2003 Installation Guide Published: 4 June 2007 This document contains information proprietary to Ensim Corporation and its receipt or possession does not convey any rights

More information

Ensim PS Administrator Release Notes

Ensim PS Administrator Release Notes About PS Administrator 3.0 Ensim PS Administrator 3.0.4 Release Notes February 04, 2002 These release notes cover product compatibility, new product features, list of applications included, version differences,

More information

Ensim Pro for Windows 2003 Mail Server API Guide

Ensim Pro for Windows 2003 Mail Server API Guide Ensim Pro 4.0.1 for Windows 2003 Mail Server API Guide February 25, 2005 Introduction Ensim Pro 4.0.1 for Windows 2003 defines a fixed set of email-related tasks that you can perform using the control

More information

Ensim Pro for Windows 2003 Installation and Upgrade Guide

Ensim Pro for Windows 2003 Installation and Upgrade Guide Ensim Pro 5.0.0 for Windows 2003 Installation and Upgrade Guide Published: January 11, 2006 2006 Ensim Corporation. All rights reserved. This document contains information proprietary to Ensim Corporation

More information

TREND MICRO PRIVACY POLICY (Updated May 2012)

TREND MICRO PRIVACY POLICY (Updated May 2012) TREND MICRO PRIVACY POLICY (Updated May 2012) Trend Micro Incorporated and its subsidiaries and affiliates (collectively, "Trend Micro") are committed to protecting your privacy and ensuring you have a

More information

Ensim ServerXchange Release Notes/Upgrade Guide

Ensim ServerXchange Release Notes/Upgrade Guide Ensim ServerXchange 3.1.4 Release Notes/Upgrade Guide December 2, 2002 This document describes the release features of Ensim ServerXchange 3.1.4 and provides instructions for upgrading from Ensim ServerXchange

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Trellis Real-Time Infrastructure Optimization Platform Release Notes Version December 23, 2016

Trellis Real-Time Infrastructure Optimization Platform Release Notes Version December 23, 2016 Trellis Real-Time Infrastructure Optimization Platform Release Notes Version 4.0.3 December 23, 2016 This document outlines: 1. New Features Overview 2. General Features Overview 3. Notes and Special Instructions

More information

Ensim ServerXchange Server & Application Manager Online Help

Ensim ServerXchange Server & Application Manager Online Help Ensim ServerXchange Server & Application Manager Online Help Contents About This Document... 15 Welcome to the Help System... 16 How to use this Help system... 16 About ServerXchange... 18 ServerXchange

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Last updated: 2016-05-04 Document version: 2.7.3 Legal Notice Copyright 2016

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

Upgrading the Procura Database

Upgrading the Procura Database Procura Health Management Systems Contact Procura Corporate Office 600-1112 Fort Street, Victoria, BC, Canada V8V 3K8 Phone: 1.877.776.2872 FAX: 250.380.1866 support@goprocura.com Software version Procura

More information

Enterprise Vault Requesting and Applying an SSL Certificate and later

Enterprise Vault Requesting and Applying an SSL Certificate and later Enterprise Vault Requesting and Applying an SSL Certificate 10.0.3 and later Enterprise Vault : Requesting and Applying an SSL Certificate Last updated: 2018-04-12. Legal Notice Copyright 2018 Veritas

More information

JOURNEYS.COM - PRIVACY POLICY

JOURNEYS.COM - PRIVACY POLICY Terms of Use Welcome to the Journeys Web Site ("Site"). The Site reflects the family of brands including Journeys, Journeys Kidz and Shi by Journeys (collectively Journeys ).Please review the following

More information

CHANGES TO THIS POLICY

CHANGES TO THIS POLICY Privacy Policy Your personal and corporate privacy is important to FunkyCouture.com. This privacy policy ( Policy ) applies to the FunkyCouture.com e Web sites and services and tells you how personal and

More information

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version May 2017

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version May 2017 VIP Credential Development Kit Release Notes Version 2.0.8 May 2017 VIP Credential Development Kit Release Notes Page 1 of 6 Introduction This document includes important information about the Symantec

More information

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault: Setting up SharePoint Server Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies

More information

Intel Small Business Extended Access. Deployment Guide

Intel Small Business Extended Access. Deployment Guide Intel Small Business Extended Access Deployment Legal Notices and Disclaimers Disclaimers INTEL CORPORATION MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE

More information

PayThankYou LLC Privacy Policy

PayThankYou LLC Privacy Policy PayThankYou LLC Privacy Policy Last Revised: August 7, 2017. The most current version of this Privacy Policy may be viewed at any time on the PayThankYou website. Summary This Privacy Policy covers the

More information

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version January 2017

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version January 2017 VIP Credential Development Kit Release Notes Version 2.0.7 January 2017 VIP Credential Development Kit Release Notes Page 1 of 6 Introduction This document includes important and late-breaking information

More information

Emerson Avocent SV Switching System. Installer/User Guide

Emerson Avocent SV Switching System. Installer/User Guide Emerson Avocent SV Switching System Installer/User Guide For important safety information, visit: www.emersonnetworkpower.com/complianceregulatoryinfo Emerson, Emerson Network Power and the Emerson Network

More information

ScaleArc for MySQL 3.0. VMware Deployment Guide

ScaleArc for MySQL 3.0. VMware Deployment Guide ScaleArc for MySQL 3.0 VMware Deployment Guide Trademarks ScalArc, Inc. 2014 ScaleArc 2014 ALL RIGHTS RESERVED. THIS DOCUMENT IS PROPRIETARY TO SCALARC, INC., AND MAY NOT BE REVISED, MODIFIED OR OTHERWISE

More information

NetBackup Self Service Release Notes

NetBackup Self Service Release Notes NetBackup Self Service Release Notes 7.7.3 Document version: 1 Veritas NetBackup Self Service Release Notes Document version: 7.7.3 Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved.

More information

Veritas Enterprise Vault Managing Retention 12.1

Veritas Enterprise Vault Managing Retention 12.1 Veritas Enterprise Vault Managing Retention 12.1 Veritas Enterprise Vault: Managing Retention Last updated: 2017-10-24. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas,

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

TREND MICRO PRIVACY POLICY (October 2016)

TREND MICRO PRIVACY POLICY (October 2016) TREND MICRO PRIVACY POLICY (October 2016) Trend Micro Incorporated and its subsidiaries and affiliates (collectively, Trend Micro ) are committed to protecting your privacy and ensuring you have a positive

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 8.2 Cumulative Hotfix 3 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 8.2 CHF3 The software described in this book is furnished under a license

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 NetBackup 52xx and 5330 Document Revision 1 Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 - Document Revision 1 Legal Notice

More information

CA Automation Suite for Clouds Base Configuration

CA Automation Suite for Clouds Base Configuration CA Automation Suite for Clouds Base Configuration Release Notes Release 01.7 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Novell NetWare NETIDENTITY ADMINISTRATION GUIDE. December 19, 2003

Novell NetWare NETIDENTITY ADMINISTRATION GUIDE. December 19, 2003 Novell NetWare 6.5 www.novell.com December 19, 2003 NETIDENTITY ADMINISTRATION GUIDE Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2010 Users The software described in this book is furnished under a license agreement

More information

Novell Access Manager

Novell Access Manager Quick Start AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP2 June 11, 2010 www.novell.com Novell Access Manager 3.1 SP2 Quick Start Legal Notices Novell, Inc., makes no representations or warranties

More information

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide The software described in this book is furnished

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

BURONOMIC-MAILING Process

BURONOMIC-MAILING Process 1 The tool kit to get your business going You already have a customer data base with email addresses. 1 - Customer Relations So take advantage of professional e-mail campaigns to communicate easily and

More information

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving 12.1 and later Enterprise Vault : Setting up Exchange Server and Office 365 for SMTP Archiving Last updated: 2018-06-18. Legal

More information

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution Symantec Managed PKI Integration Guide for AirWatch MDM Solution ii Symantec Managed PKI Integration Guide for AirWatch MDM Solution The software described in this book is furnished under a license agreement

More information

Ensim ServerXchange Server and Application Manager Help

Ensim ServerXchange Server and Application Manager Help Ensim ServerXchange Server and Application Manager Help Contents About ServerXchange... 17 ServerXchange overview... 17 ServerXchange components... 18 ServerXchange architecture... 19 ServerXchange interfaces...

More information

JUNIPER NETWORKS PRODUCT BULLETIN

JUNIPER NETWORKS PRODUCT BULLETIN PRODUCT BULLETIN JUNIPER NETWORKS PRODUCT BULLETIN Junos Pulse Mobile Security Suite 4.2 What s New for Enterprises and Service Providers Bulletin Date January 24, 2013 Bulletin Number 8000022 Applicable

More information

Server Installation ZENworks Mobile Management 2.6.x January 2013

Server Installation ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

OnlineNIC PRIVACY Policy

OnlineNIC PRIVACY Policy OnlineNIC PRIVACY Policy ONLINENIC INC (ONLINENIC) TAKES YOUR PRIVACY SERIOUSLY. Our Privacy Policy is intended to describe to you how and what data we collect, and how and why we use your personal data.

More information

Unified Management Portal

Unified Management Portal Unified Management Portal Unified Management Portal Release Notes 6.2.1 Document Revision History Document Version Date Changes 1.0 12/18/2012 Initial version for UMP 6.2. 1.1 2/4/2013 Updated version

More information

Symantec Cloud Workload Protection on AWS Marketplace. Buyer's Guide for Getting Started

Symantec Cloud Workload Protection on AWS Marketplace. Buyer's Guide for Getting Started Symantec Cloud Workload Protection on AWS Marketplace Buyer's Guide for Getting Started The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

Avaya Software Keycode Installation Guide

Avaya Software Keycode Installation Guide Avaya Software Keycode Installation Guide 2010 Avaya Inc. P0607323 04 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document

More information

Privacy Policy. 1. Information may collected by Feelingtouch

Privacy Policy. 1. Information may collected by Feelingtouch Privacy Policy When you use Feelingtouch game software or accept Feelingtouch game services, Feelingtouch may collect and use your relevant information. Feelingtouch promises to strictly protect your privacy.

More information

Enterprise Vault Guide for Outlook Users

Enterprise Vault Guide for Outlook Users Enterprise Vault Guide for Outlook Users (Full Functionality) 12.3 Enterprise Vault : Guide for Outlook Users Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

1.2 Participant means a third party who interacts with the Services as a result of that party s relationship with or connection to you.

1.2 Participant means a third party who interacts with the Services as a result of that party s relationship with or connection to you. Document Cloud (including Adobe Sign) Additional Terms of Use Last updated June 16, 2016. Replaces the prior version in its entirety. Capitalized terms used in these Document Cloud Additional Terms ( Additional

More information

Veritas Enterprise Vault Guide for Mac OS X Users 12.2

Veritas Enterprise Vault Guide for Mac OS X Users 12.2 Veritas Enterprise Vault Guide for Mac OS X Users 12.2 Veritas Enterprise Vault: Guide for Mac OS X Users Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Symantec Protection Center Getting Started Guide. Version 2.0

Symantec Protection Center Getting Started Guide. Version 2.0 Symantec Protection Center Getting Started Guide Version 2.0 Symantec Protection Center Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information

Manual Firmware Update Guide

Manual Firmware Update Guide Manual Firmware Update Guide Mitel Desk Phone 6800 Series for MiCloud Office May 8, 2017 REVISION INFORMATION Issue Date Change Summary Updated By 1.1 May 3, 2017 Initial Version Chen-Hui Lee 1.2 May 8,

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 11.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Concur Invoice QuickStart Guide. Concur Technologies Version 1.6

Concur Invoice QuickStart Guide. Concur Technologies Version 1.6 Concur Invoice QuickStart Guide Concur Technologies Version 1.6 November 30, 2016 Proprietary Statement This document and any attached materials (including videos or other media) contain Concur Technologies,

More information

WLAN Location Engine 2340 Using the Command Line Interface

WLAN Location Engine 2340 Using the Command Line Interface WLAN Location Engine 2340 Using the Command Line Interface Avaya WLAN 2300 Release 6.0 Document Status: Standard Document Number: NN47250-505 Document Version: 01.02 2010 Avaya Inc. All Rights Reserved.

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

Update Management ZENworks Mobile Management 3.2.x September 2015

Update Management ZENworks Mobile Management 3.2.x September 2015 www.novell.com/documentation Update Management ZENworks Mobile Management 3.2.x September 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1)

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) First Published: 2014-01-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems, Inc.

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

Veritas NetBackup Plug-in for VMware vsphere Web Client Guide. Release 8.1.1

Veritas NetBackup Plug-in for VMware vsphere Web Client Guide. Release 8.1.1 Veritas NetBackup Plug-in for VMware vsphere Web Client Guide Release 8.1.1 Veritas NetBackup Plug-in for VMware vsphere Web Client Guide Last updated: 2018-02-16 Document version:netbackup 8.1.1 Legal

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Security Guide. Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds

Security Guide. Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds Security Guide Connection Broker Advanced Connection and Capacity Management for Hybrid Clouds Version 9.0 June 2018 Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks

More information

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395 Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide Exam number: 9A0-395 Revised 08 September 2016 About Adobe Certified Expert Exams To be an Adobe Certified Expert is to demonstrate

More information

Service Activation of AT&T NetBond

Service Activation of AT&T NetBond Service Activation of AT&T NetBond For SunGard Availability Services TM (AS) and AT&T Enterprise Recovery Services (ERS) Publication Date: 11/16/2015 Revision: 1.0 Legal Disclaimer Copyright AT&T Intellectual

More information

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010)

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010) Mailbox Mode User Guide 15-601131 Issue 11b - (15 May 2010) 2010 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete and

More information

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving 12.1 and later Enterprise Vault : Setting up Exchange Server and Office 365 for SMTP Archiving Last updated: 2018-12-03. Legal

More information

Interdomain Federation for the IM and Presence Service, Release 10.x

Interdomain Federation for the IM and Presence Service, Release 10.x First Published: 2014-01-29 Last Modified: 2018-11-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

REFUND, PRIVACY POLICY AND TERMS OF USE

REFUND, PRIVACY POLICY AND TERMS OF USE REFUND, PRIVACY POLICY AND TERMS OF USE Crypto Wealth Portfolio, Inc., (CWP, Inc.), A Nevada Corporation, Hereinafter Referred To As (CWP) ALL SALES ARE FINAL. NO REFUNDS! *STORE CREDIT ONLY *60 DAY SATISFACTION

More information

Installation Guide. Help Desk Manager. Version

Installation Guide. Help Desk Manager. Version Installation Guide Help Desk Manager Version 12.3.0 Contents Introduction 1 Key Features 1 Parent/Child Service Relationships 1 Automated Ticketing Processing 1 Asset Management 2 Installation Requirements

More information

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights

More information

3.6. How to Use the Reports and Data Warehouse Capabilities of Red Hat Enterprise Virtualization. Last Updated:

3.6. How to Use the Reports and Data Warehouse Capabilities of Red Hat Enterprise Virtualization. Last Updated: Red Hat Enterprise Virtualization 3.6 Reports and Data Warehouse Guide How to Use the Reports and Data Warehouse Capabilities of Red Hat Enterprise Virtualization Last Updated: 2017-09-27 Red Hat Enterprise

More information

Secure KVM Combiner K424F K426E QUICK START GUIDE

Secure KVM Combiner K424F K426E QUICK START GUIDE KF K6E QUICK START GUIDE Secure KVM Combiner Models: KF Secure to Port DVI Video KVM Combiner w/fusb K6E Secure to 6 Ports DVI Video KVM Combiner w/fusb Document Number HDC09867 Rev..0 Table of Contents

More information

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

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

More information

Veritas CloudPoint 1.0 Administrator's Guide

Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint Administrator's Guide Last updated: 2017-09-13 Document version: 1.0 Rev 6 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights

More information

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Amazon Marketing Services User Guide

Amazon Marketing Services User Guide Contents Register Your Brand...2 Add Additional Users and Brands...2 Add a new brand...2 Add a brand user to AMS...3 Change the permission level for a brand user...3 Amazon Pages...4 Begin working with

More information

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) 2017 Swiftpage ACT! LLC. All Rights Reserved. Swiftpage, Act!, and the Swiftpage product and service names mentioned herein are registered

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

CloudLink SecureVM 3.3. Release Notes

CloudLink SecureVM 3.3. Release Notes CloudLink SecureVM 3.3 Release Notes February 2015 THIS DOCUMENT CONTAINS CONFIDENTIAL AND TRADE SECRET INFORMATION OF CLOUDLINK TECHNOLOGIES AND RECEIPT OR POSSESSION DOES NOT CONVEY ANY RIGHTS TO REPRODUCE

More information

Personalized Commerce View

Personalized Commerce View Personalized Commerce View Cisco Order Status Tool User Guide The Cisco Personalized Commerce View User Guide Table of Contents CISCO ORDER STATUS TOOL USER GUIDE...1 TABLE OF CONTENTS...2 ABOUT THIS GUIDE...4

More information

Parallels Pro Control Panel

Parallels Pro Control Panel Parallels Pro Control Panel Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2007 Ensim

More information

Avaya CallPilot 5.0 Library Listing

Avaya CallPilot 5.0 Library Listing Avaya CallPilot 5.0 Library Listing 5.0 NN44200-117, 01.04 December 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document

More information

Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION Fair Isaac LenStar. Security Requirements

Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION Fair Isaac LenStar. Security Requirements Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION 6.1.2 Fair Isaac LenStar Security Requirements This document is the confidential, unpublished property of Fair Isaac Corporation. Receipt or

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

Evaluation Quick Start Guide Version 10.0 FR1

Evaluation Quick Start Guide Version 10.0 FR1 Evaluation Quick Start Guide Version 10.0 FR1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to collectively

More information

AccessData. Forensic Toolkit. Upgrading, Migrating, and Moving Cases. Version: 5.x

AccessData. Forensic Toolkit. Upgrading, Migrating, and Moving Cases. Version: 5.x AccessData Forensic Toolkit Upgrading, Migrating, and Moving Cases Version: 5.x 1 AccessData Legal and Contact Information Document date: March 27, 2014 Legal Information 2014 AccessData Group, Inc. All

More information

Secure KVM Combiner SC21H-3 SC42DU/DHU/PHU-3 QUICK SETUP GUIDE. Models:

Secure KVM Combiner SC21H-3 SC42DU/DHU/PHU-3 QUICK SETUP GUIDE. Models: SCH-3 SCDU/DHU/PHU-3 QUICK SETUP GUIDE Secure KVM Combiner Models: SCH-3 Secure -Port HDMI Video KVM Combiner, PP 3.0 SCDU-3 Secure P to P DVI Video KVM Combiner w/fusb SCDHU-3 Secure P DVI to P HDMI Video

More information

Novell Data Synchronizer Mobility Pack Overview. Novell. Readme. January 28, 2013

Novell Data Synchronizer Mobility Pack Overview. Novell. Readme. January 28, 2013 Novell Data Synchronizer Mobility Pack 1.2.5 Readme Novell January 28, 2013 NOTE: The 1.2.5 update pertains to the Mobility Pack. The Data Synchronizer product for use with connectors other than the Mobility

More information