Novell Cool Solutions: Feature By Tay Kratzer

Size: px
Start display at page:

Download "Novell Cool Solutions: Feature By Tay Kratzer"

Transcription

1 Software for the Open Enterprise > cool solutions home Novell Cluster Services Primer for GroupWise Administrators Novell Cool Solutions: Feature By Tay Kratzer Digg This - Slashdot This Posted: 5 Mar 2004 Many organizations upgraded their server hardware in 1999 in conjunction with Y2K concerns. Now their server technology is showing it's age and it's time to look to new hardware and server technologies. Server technologies that support clustering are becoming more and more attractive. As such Novell Clustering Services on the NetWare platform has seen a huge upsurge. The need for 7x24x365 access to GroupWise is one of the most compelling reasons to implement Novell Cluster Services. Many GroupWise Administrators will need at least a basic understanding of how Novell Cluster Services works, whether or not they will administer the cluster. Tay Kratzer This article will provide you with a 'lite' view of clustering. I consider this information to be the minimum knowledge a GroupWise administrator should have about clustering. Those administrators looking for a complete guide on implementing or improving their GroupWise implementation on Novell Cluster Services should read "Success with Clustering GroupWise". For those of you attending Brainshare 2004 "TUT340 Clustering Novell GroupWise" is devoted to clustering GroupWise. Novell's Advanced Technical Training group has a course on Novell Clustering Services. The Cluster Object What is a cluster? Simply put it's a bunch of servers gathered round a SAN (Storage Area Network, aka. tons of hard drives and space) with excellent communication and sharing skills. In ConsoleOne a cluster object looks like three red globes connected to one another with pipes. Figure 1 shows a cluster object called "Demo" in ConsoleOne: Figure 1 - The Cluster object in ConsoleOne The Cluster Node Object A cluster node is a server that is participating in the cluster. Any cluster node (a server) can host any NSS (Novell Storage Services) pool and its subsequent volume at any given time. A cluster node object in ConsoleOne looks like a server object with a red globe next to it. Figure 2 shows a cluster node object in ConsoleOne.

2 Figure 2 - The Cluster Node object in ConsoleOne The Cluster Resource Object A cluster resource object is an NSS Pool, for sake of conversation, with some other attributes that make it a "cluster resource" and effectively a "virtual" server. Novell Clustering Services makes each cluster resource appear as an NCP (NetWare Core Protocol) server. Therefore each volume on the cluster resource becomes a server with its own IP address. Each NSS Pool should have only 1 NSS volume and together they are considered 1 cluster resource. A cluster resource object looks like a volume object with a small red globe next to it. Figure 3 shows a cluster node object in ConsoleOne. Figure 3 - The Cluster Resource object in ConsoleOne These cluster resources can travel between cluster node servers as needed. If one cluster node is down (failed) then the clustered resource hosted by that node can "failover" to another node, and if that node fails, then the resource can fail to the next, and so on, until you are out of nodes. During this failover activity, end users are completely unaware of the failures, because their services are available to them. The cluster is managed through ConsoleOne or NetWare Remote Manager. In the case of ConsoleOne you need the latest NCS (Novell Cluster Services) Snapins. To determine if you have these Snapins, do the following: 1. Load ConsoleOne 2. Select Help About Snapins 3. Look for a Snapin called "Novell Cluster Services" If for some reason you do not have these Snapins, or the latest version of these Snapins (version 1.7 when this article was written), you can obtain these Snapins by doing the following: 1. Go to 2. From the "Choose a Product" selection select "Novell Cluster Services" 3. Submit the search, and find the ConsoleOne Snapin listed. For example when this article was written the download choice was titled: "1.7 Snap-in for ConsoleOne" 4. Install the Snapins according to the installation instructions that accompany the download There are two views for managing clustering in ConsoleOne. They are: Cluster State View and Console View. Both can be accessed by right clicking on the cluster object, selecting View and then choosing either Cluster State View or Console View. Console View The Console View allows you to manage all the current cluster resources configurations. You can also add cluster resources in the Console View. Consider the Console View as the configuration view.

3 Figure 4: The Cluster ConsoleView in ConsoleOne You can modify or change cluster resources through the Console View by right clicking on the resource and selecting Properties. You can change the cluster resource IP Address. What? you ask, a cluster resource has its own IP Address? Yes it does. Essentially, a cluster resource "appears" to be a server. This is known as a "virtual server". That is the magic of clustering. Each volume is known by edirectory as a server (or rather virtual server), therefore it must have its own IP Address. This makes clustering GroupWise easy because agents for GroupWise 6.0x and above are fully IP enabled. Figure 5 shows the Cluster Resource object's IP Address property page in ConsoleOne. Figure 5: A Cluster Resource IP Address property page Other items that are available in the Properties of a cluster resource object are Cluster Load/Unload Scripts, Policies and Nodes. Cluster Load/Unload Scripts The cluster load/unload scripts are like login scripts for cluster resources. Ok, not quite the same but you get the idea. When a cluster resource is loaded, it reads and runs the information in the load script, and when it unloads, it reads and runs the unload script. Within the cluster load script are all the commands to activate the NSS pool that holds the cluster resource. For example clustering statements such as "CVSBIND" and "NUDP". There is also the command to add the secondary IP address. It's this secondary IP address that is considered the "server" IP address and it's this secondary IP address which is assigned to the clustered resource that we use for clustering GroupWise. Here is an example of a Cluster Load Script for a GroupWise cluster resource. Each line is numbered for ease of reference in this article, but it would not be numbered in an actual load script.

4 1. nss /poolactivate=mail2 2. mount MAIL2 VOLID= CLUSTER CVSBIND ADD CLUSTER_MAIL2_SERVER NUDP ADD CLUSTER_MAIL2_SERVER add secondary ipaddress mail2:\system\gw651\gwup.ncf Line 1 activates the NSS pool which is titled MAIL2 Line 2 mounts the MAIL2 volume and assigns it a volume ID of 248 Line 3 performs the CVSBIND ADD. This is the Cluster Virtual Server statement. Line 4 performs the NUDP ADD. This enables the service advertising for the resource. Line 5 adds the secondary IP address and binds it to the NetWare server Line 6 is the load line for GroupWise. Here is an example of a Cluster Unload Script for a GroupWise cluster resource. Each line is numbered for ease of reference in this article, but it would not be numbered in an actual unload script mail2:\system\gw651\gwdn.ncf del secondary ipaddress NUDP DEL CLUSTER_MAIL2_SERVER CLUSTER CVSBIND DEL CLUSTER_MAIL2_SERVER nss /pooldeactivate=mail2 /overridetype=question Line 1 is the unload command for GroupWise. Line 2 deletes the secondary IP address binding from the NetWare server Line 3 performs the NUDP delete to stop service advertisement. Line 4 performs the CVSBIND delete Line 5 deactivates the NSS pool and adds a switch to override any questions asked during the process Cluster Policies Each cluster resource can have different policies. These policies state how the cluster resource should act during certain cluster events, such as failover. Figure 6 shows the Cluster Resource object's Policies property page in ConsoleOne. Figure 6 - A Cluster Resource - Policies property page Cluster Nodes

5 The Nodes property page is where you assign nodes (actual servers) to the cluster resources' failover list. You can add as many or as few as you require. The cluster resource and hence GroupWise service will failover to each node in the order they are listed. Figure 7 shows the Cluster Resource object's Nodes property page in ConsoleOne. Figure 7 - A Cluster Resource - Nodes property page Cluster State View The Cluster State View (shown in Figure 8 below) is where you monitor the cluster, it's nodes, and the cluster resources. You also load, unload and migrate cluster resources in this view. Assuming you have configured your cluster resource with failover Nodes, you can simply click on the cluster resource in the lower portion of the Cluster State View and in the resulting dialog, select either the Offline or Migrate button. If you select Offline, then the cluster resource unload script will run, GroupWise will unload, and the cluster resource will be offline. It's like dismounting a volume. In the case of migrating the cluster resource, you click on the resource, and then in the resulting cluster resource manage screen select the cluster node that will be the "Migration Target" then select the Migrate button. At this point, the cluster resource unload script will run, GroupWise will unload, the cluster resource will go offline (actually its unassigned) for a moment, then the cluster load script will run, the cluster resource will be assigned to the new node and GroupWise will load. All of this can happen within seconds and the user may never know. It is very important from a GroupWise clustering perspective to know how to online, migrate and offline cluster resources.

6 Figure 8 - The Cluster State View in ConsoleOne NetWare Remote Manager NetWare Remote Manager allows you to perform all the same features that exist in Cluster State View, such as online, offline and a migrate of a cluster resource. It also allows you to make configuration changes to the cluster resource, such as IP Address and Nodes. These features are done under the Clustering Menu link in Remote Manager. There are two management selections under the Clustering Menu link: Cluster Config and Cluster Management. Cluster Config, surprise, is where you configure cluster resources. Cluster config is similar to the ConsoleOne Cluster Console View. See Figure 9 below. Cluster Management is where you manage the cluster. It is similar to the ConsoleOne Cluster State view. See Figure 10 below. The nice part about the Remote Manager piece is that it is talking directly to the server(s) without Snapins, which means you get the most accurate information. As we have all experienced, once in a while ConsoleOne Snapins may not be functioning properly. Figure 9 - Cluster Config in NetWare Remote Manager Figure 10 - Cluster Management in NetWare Remote Manager Mapping a Drive to a Cluster

7 Mapping a drive to a cluster resource is very much the same as mapping a drive to a volume on a stand alone server, with just a few exceptions. A. Login to the network where the cluster exists as Admin or equivalent. B. Map a drive to the cluster in the following manner. Right click on the red "N" in the System Tray of your workstation, and choose the option "Novell Map Network Drive". C. Select the "Browse" button. Browse the edirectory tree until you find the cluster resource you wish to map and select it as shown in Figure 11. In our example, we will map to \\Demo-Tree\Demo\Office\Mail02. Figure 11 - Browsing to a NetWare volume Note: It's important to mention here that mapping to the edirectory object is preferred to mapping to the server object, especially since the server may not be available, but the cluster resource is available. D. Select OK, then select Close E. Verify the mapped drive is correct either using Explorer or My Computer as shown in Figure 12.

8 Figure 12 - A mapped drive to a cluster That sums up the basic clustering knowledge needed to understand Novell Clustering Services and how GroupWise is clustered. If you are the one that will be setting up GroupWise on Novell Clustering Services I recommend that you read the "Success with Clustering GroupWise" guide. Tay Kratzer more Kratzer's Hot Docs See other articles written by Tay Kratzer at "Kratzer's Hot Docs": Like what you see? Sign up for our weekly Want to contribute? It could earn you a nano! Like Wikis? Join the Cool Solutions Wiki. Interested? Request a sales call newsletter. Learn more. Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions.

9 2006 Novell, Inc. All Rights Reserved.

Novell Cool Solutions: AppNote By Michel Bluteau

Novell Cool Solutions: AppNote By Michel Bluteau 1 of 8 22-12-2006 14:31 Software for the Open Enterprise > cool solutions home AppNote: Clustering edirectory and IDM on Windows 2003 Novell Cool Solutions: AppNote By Michel Bluteau Digg This - Slashdot

More information

Building an IDM 3 Test Environment using edirectory 8.8 Multi-Instances

Building an IDM 3 Test Environment using edirectory 8.8 Multi-Instances 1 of 9 20-12-2006 11:03 Software for the Open Enterprise > cool solutions home Building an IDM 3 Test Environment using edirectory 8.8 Multi-Instances Novell Cool Solutions: AppNote By Akos Szechy Digg

More information

How to Configure GroupWise Message-Level Backups

How to Configure GroupWise Message-Level Backups How to Configure GroupWise Message-Level Backups The articles in this section refer to Barracuda Backup Legacy Release firmware or newer, and Novell NetWare Server and GroupWise 8 and 2012. Barracuda Networks

More information

HP Certified Professional Implementing Compaq ProLiant Clusters for NetWare 6 exam #HP0-876 Exam Preparation Guide

HP Certified Professional Implementing Compaq ProLiant Clusters for NetWare 6 exam #HP0-876 Exam Preparation Guide HP Certified Professional Implementing Compaq ProLiant Clusters for NetWare 6 exam #HP0-876 Exam Preparation Guide Purpose of the Exam Prep Guide The intent of this guide is to set expectations about the

More information

Sending Secure and Encrypted Messages with GroupWise 6.5: User s Guide

Sending Secure and Encrypted Messages with GroupWise 6.5: User s Guide Sending Secure and Encrypted Messages with GroupWise 6.5: User s Guide Feature Article NOVELL APPNOTES Tay Kratzer Primary Support Engineer Novell, Inc. tkratzer@novell.com This AppNote explains how to

More information

Novell. GroupWise 6. SIX CLUSTERING

Novell. GroupWise 6.   SIX CLUSTERING Novell GroupWise 6 SIX CLUSTERING www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims

More information

Interoperability Guide

Interoperability Guide www.novell.com/documentation Interoperability Guide GroupWise 2012 April 16, 2013 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Enterprise Information System Services Enterprise System Disaster Recovery Scheme. System Requirement Overview

Enterprise Information System Services Enterprise  System Disaster Recovery Scheme. System Requirement Overview Enterprise Information System Services Enterprise Email System Disaster Recovery Scheme This document describes the high level overview of the information and procedures that will be required to recover

More information

bv-control User Guide for NetWare v8.00 BindView Corporation 5151 San Felipe, Suite 2500 Houston, TX 77056

bv-control User Guide for NetWare v8.00 BindView Corporation 5151 San Felipe, Suite 2500 Houston, TX 77056 bv-control for NetWare v8.00 User Guide BindView Corporation 5151 San Felipe, Suite 2500 Houston, TX 77056 COPYRIGHT Copyright 1999-2004 BindView Corporation. All rights reserved. BindView Corporation

More information

GroupWise Messenger 18 Installation Guide. November 2017

GroupWise Messenger 18 Installation Guide. November 2017 GroupWise Messenger 18 Installation Guide November 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

32 GroupWise 6.5 Administration Guide

32 GroupWise 6.5 Administration Guide I System Chapter 1, GroupWise System Administration, on page 33 Chapter 2, ConsoleOne Administration Tool, on page 35 Chapter 3, GroupWise View, on page 37 Chapter 4, System Operations, on page 43 Chapter

More information

III. Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175. novdocx (en) 11 December 2007.

III. Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175. novdocx (en) 11 December 2007. IIPost Offices Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175 III Post Offices 153 154 GroupWise 7 Administration Guide 1Creating a New Post Office As

More information

Novell. NetWare NETWARE FTP SERVER ADMINISTRATION GUIDE

Novell. NetWare NETWARE FTP SERVER ADMINISTRATION GUIDE Novell NetWare 6 6.0 NETWARE FTP SERVER ADMINISTRATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Stellar GroupWise to PST Converter Installation Guide

Stellar GroupWise to PST Converter Installation Guide Stellar GroupWise to PST Converter 3.0.0.1 Installation Guide Overview Novell GroupWise is a mail-server application used for mailing and messaging. The software also supports calendaring, task reminder,

More information

III Post Offices. Chapter 11, Creating a New Post Office, on page 143 Chapter 12, Managing Post Offices, on page 163.

III Post Offices. Chapter 11, Creating a New Post Office, on page 143 Chapter 12, Managing Post Offices, on page 163. III Post Offices Chapter 11, Creating a New Post Office, on page 143 Chapter 12, Managing Post Offices, on page 163 Post Offices 141 142 GroupWise 7 Administration Guide 11 Creating a New Post Office As

More information

Remote Support Security Provider Integration: RADIUS Server

Remote Support Security Provider Integration: RADIUS Server Remote Support Security Provider Integration: RADIUS Server 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks

More information

Novell BorderManager 3.7

Novell BorderManager 3.7 Novell Novell BorderManager 3.7 3.7 QUICK START www.novell.com Installing Novell BorderManager This section provides instructions for installing the Novell BorderManager 3.7 (NBM 3.7) software. SYSTEM

More information

(Self-Study) Identify How to Back Up and Restore NetWare Systems

(Self-Study) Identify How to Back Up and Restore NetWare Systems SECTION 18 (Self-Study) Identify How to Back Up and Restore NetWare Systems The following objective will be tested: Develop a Network Backup Strategy In this section you learn how you can back up and restore

More information

Installing Novell Modular Authentication Service (NMAS) Enterprise Edition

Installing Novell Modular Authentication Service (NMAS) Enterprise Edition VERSION 2.02 Installing Novell Modular Authentication Service (NMAS) Enterprise Edition Novell Modular Authentication Service (NMAS TM ) Enterprise Edition is designed to help you protect information on

More information

SQL Server AlwaysOn setup on ObserveIT environment

SQL Server AlwaysOn setup on ObserveIT environment SQL Server AlwaysOn setup on ObserveIT environment Overview ObserveIT can be easily installed on a SQL Server AlwaysOn environment. The AlwaysOn is part of Microsoft SQL Server Enterprise Edition and should

More information

GroupWise Architecture and Best Practices. WebAccess. Kiran Palagiri Team Lead GroupWise WebAccess

GroupWise Architecture and Best Practices. WebAccess. Kiran Palagiri Team Lead GroupWise WebAccess GroupWise Architecture and Best Practices WebAccess Kiran Palagiri Team Lead GroupWise WebAccess kpalagiri@novell.com Ed Hanley Senior Architect ed.hanley@novell.com Agenda Kiran Palagiri Architectural

More information

VERITAS CLUSTER SERVER

VERITAS CLUSTER SERVER VERITAS CLUSTER SERVER COURSE DESCRIPTION 100% JOB GUARANTEE The Veritas Cluster Server course is designed for the IT professional tasked with installing, configuring, and maintaining VCS clusters. This

More information

Novell AppNotes. Novell Research. Novell AppNotes January JANUARY 2002

Novell AppNotes. Novell Research. Novell AppNotes January JANUARY 2002 Novell AppNotes Novell Research www.novell.com JANUARY 2002 Novell s Technical Journal for Implementing, Managing, and Programming to one Net Spotlight on ZENworks for Servers IN THIS ISSUE 4 Cluster-Enabling

More information

Novell. NetWare 6. NETWARE WEBACCESS OVERVIEW AND INSTALLATION

Novell. NetWare 6.   NETWARE WEBACCESS OVERVIEW AND INSTALLATION Novell NetWare 6 www.novell.com NETWARE WEBACCESS OVERVIEW AND INSTALLATION Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Novell Messenger. Installation Guide 2.0. novdocx (en) 17 September January 15, Messenger 2.0 Installation Guide

Novell Messenger. Installation Guide 2.0. novdocx (en) 17 September January 15, Messenger 2.0 Installation Guide Installation Guide AUTHORIZED DOCUMENTATION Novell Messenger 2.0 January 15, 2010 www.novell.com Messenger 2.0 Installation Guide Legal Notices Novell, Inc., makes no representations or warranties with

More information

GlobalMeet Audio for Skype for Business. Administrator Guide

GlobalMeet Audio for Skype for Business. Administrator Guide GlobalMeet Audio for Skype for Business Administrator Guide Revised: February 2017 Contents Introduction... 3 Before You Begin... 3 System Requirements... 3 What s New in This Guide... 3 Set Up GlobalMeet

More information

Laserfiche Rio 10.3: Deployment Guide. White Paper

Laserfiche Rio 10.3: Deployment Guide. White Paper Laserfiche Rio 10.3: Deployment Guide White Paper January 2018 Table of Contents How Laserfiche Licensing Works... 4 Types of Licenses... 4 Named User Licenses... 4 WebLink Public Portal Licenses... 6

More information

Secure Access. Novell. Overview and Installation QUICK START

Secure Access. Novell. Overview and Installation QUICK START Novell Secure Access 1.5 QUICK START www.novell.com Overview and Installation Novell Secure Access is an integrated suite of access and security products that simplify, secure, accelerate, and extend identity

More information

OES2 SP1 Migration Utility By Kevin Hurni

OES2 SP1 Migration Utility By Kevin Hurni OES2 SP1 Migration Utility By Kevin Hurni Migration Scenario: Transfer all data and services from NetWare server to OES2 SP1 server. This includes the Identity transfer. Pre-requisites: OES2 SP1 server

More information

Novell Open Enterprise Server

Novell Open Enterprise Server OES Novell Cluster Services 1.8.1 Resource Configuration Guide for Linux Novell Open Enterprise Server www.novell.com February 1, 2007 NOVELL CLUSTER SERVICES 1.8.1 RESOURCE CONFIGURATION GUIDE FOR LINUX*

More information

Open Enterprise Server 2018 SP1 Release Notes - Beta. January 2019

Open Enterprise Server 2018 SP1 Release Notes - Beta. January 2019 Open Enterprise Server 2018 SP1 Release Notes - Beta January 2019 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

GroupWise 6 WebAccess High Availability

GroupWise 6 WebAccess High Availability GroupWise 6 WebAccess High Availability Document author: Tay Kratzer Introduction GroupWise WebAccess is becoming more and more important in many organizations. By using GroupWise WebAccess many GroupWise

More information

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migration Guide ZENWORKS Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migrating Novell ZENworks 7 to Novell SP3 Table of Contents: 2..... Your Guide to Easy Migration

More information

Sophos Anti-Virus for NetApp Storage Systems

Sophos Anti-Virus for NetApp Storage Systems Sophos Anti-Virus for NetApp Storage Systems user guide Product Version: 3.0 Contents About this guide... 1 About Sophos Anti-Virus for NetApp Storage Systems...2 System requirements... 4 Before you install

More information

Upgrading to. newer versions of Novell. NetWare. Networking Services. DEPLOYMENT GUIDE

Upgrading to. newer versions of Novell. NetWare. Networking Services.   DEPLOYMENT GUIDE of Novell NetWare Networking Services www.novell.com DEPLOYMENT GUIDE table of contents 2 INTRODUCTIONÑTHE SIMPLICITY OF ONE NET ACCESSIBILITY 5 PREINSTALLATION 6 SECTION 1ÑNEW HARDWARE 9 SECTION 2ÑSAME

More information

VRT-202 Veritas Cluster Server for UNIX/Linux Administration

VRT-202 Veritas Cluster Server for UNIX/Linux Administration VRT-202 Veritas Cluster Server for UNIX/Linux Administration COURSE DESCRIPTION The VERITAS Cluster Server course is designed for the IT professional tasked with installing, configuring, and maintaining

More information

Fundamentals of edirectory

Fundamentals of edirectory Warren E. Wyrostek, M.Ed., M.Div., MCNI, MCNE, CDE Fundamentals of edirectory Author: Novell NetWare 6.5 CNA Exam Cram2 http://www.3wscertification.com wyrostekw@msn.com Basics Fundamentals of edirectory

More information

Upgrading to Windows Server 2008

Upgrading to Windows Server 2008 Upgrading to Windows Server 2008 This 5-day workshop provides participants with the knowledge and skills to work with Network Infrastructure and Active Directory technologies in Windows Server 2008. This

More information

Security Provider Integration RADIUS Server

Security Provider Integration RADIUS Server Security Provider Integration RADIUS Server 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Online Documentation: To access the online documentation for this and other Novell products, and to get updates, see

Online Documentation: To access the online documentation for this and other Novell products, and to get updates, see Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability

More information

novdocx (en) 11 December 2007 XII XIIWebAccess

novdocx (en) 11 December 2007 XII XIIWebAccess XIIWebAccess Chapter 53, Scaling Your WebAccess Installation, on page 855 Chapter 54, Configuring WebAccess Components, on page 869 Chapter 55, Managing User Access, on page 915 Chapter 56, Monitoring

More information

1 Setting Up GroupWise to Work with

1 Setting Up GroupWise to Work with 1 Setting Up GroupWise to Work with POP3 Mailboxes Overview If you use domain mail forwarding, incoming Internet e-mail for your organization can be handled by a program called the POP Forwarding Agent

More information

NovaBACKUP xsp Version 13.1 Upgrade Guide

NovaBACKUP xsp Version 13.1 Upgrade Guide NovaBACKUP xsp Version 13.1 Upgrade Guide NovaStor / July 2012 2012 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to

More information

HP Storage Manager User Guide. May 2005 (First Edition) Part Number

HP Storage Manager User Guide. May 2005 (First Edition) Part Number HP Storage Manager User Guide May 2005 (First Edition) Part Number 394897-001 Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

You can administer Policy and Distribution Services by using the following:

You can administer Policy and Distribution Services by using the following: IPolicy and Distribution Services Novell ZENworks 7 Server Management Policy and Distribution Services is a software, configuration, and behavioral management system for servers. Through Policy and Distribution

More information

novdocx (en) 11 December 2007 XVSecurity Administration

novdocx (en) 11 December 2007 XVSecurity Administration XVSecurity Administration Chapter 70, GroupWise Passwords, on page 1111 Chapter 71, Encryption and Certificates, on page 1117 Chapter 72, LDAP Directories, on page 1127 Chapter 73, Message Security, on

More information

050-890 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 Which time server types participate in voting for the correct time? (Choose 2) A. Master B. Primary C. Reference D. Secondary E. Single reference

More information

Novell edirectory Design Exam.

Novell edirectory Design Exam. Novell 050-664 Novell edirectory Design Exam TYPE: DEMO http://www.examskey.com/050-664.html Examskey Novell 050-664 exam demo product is here for you to test the quality of the product. This Novell 050-664

More information

Stellar GroupWise to PST Converter -Technician Installation Guide

Stellar GroupWise to PST Converter -Technician Installation Guide Stellar GroupWise to PST Converter -Technician 3.0.0.1 Installation Guide Overview Novell GroupWise is a mail-server application used for mailing and messaging. The software also supports calendaring,

More information

Audience(s) : IT Professionals Level : 300 Technology : Microsoft System Center Configuration Manager Delivery Method : Instructor-led (Classroom)

Audience(s) : IT Professionals Level : 300 Technology : Microsoft System Center Configuration Manager Delivery Method : Instructor-led (Classroom) [MS10748]: Planning and Deploying System Center 2012 Configuration Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : System Center Configuration Delivery Method : Instructor-led (Classroom)

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Microsoft Implementing an Advanced Server Infrastructure

Microsoft Implementing an Advanced Server Infrastructure 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20414 - Implementing an Advanced Server Infrastructure Length 5 days Price $4290.00 (inc GST) Version C Overview Course 20413 is a prerequisite course for

More information

Section II - How to Install Perspective VMS Version 3.2 (Typical Configuration)

Section II - How to Install Perspective VMS Version 3.2 (Typical Configuration) Section II - How to Install Perspective VMS Version 3.2 (Typical Configuration) Over the next few pages we will review how to install Perspective VMS (Web Server and/or Distributed Services) on various

More information

An Introduction to NetWare 5.1 Web Services

An Introduction to NetWare 5.1 Web Services BY SUSAN EISENHARD An Introduction to NetWare 5.1 Web Services The Novell Web Services included with NetWare 5.1 are excellent tools for building web applications. These web services include a web server,

More information

XVSecurity. Security 1083

XVSecurity. Security 1083 XVSecurity Chapter 72, GroupWise Passwords, on page 1085 Chapter 73, Encryption and Certificates, on page 1091 Chapter 74, LDAP Directories, on page 1099 Chapter 75, Message Security, on page 1101 Chapter

More information

How to create a System Logon Account in Backup Exec for Windows Servers

How to create a System Logon Account in Backup Exec for Windows Servers How to create a System Logon Account in Backup Exec for Windows Servers Problem How to create a System Logon Account in Backup Exec for Windows Servers Solution The Backup Exec System Logon Account (SLA)

More information

This five-day, instructor-led, hands-on class covers how to use Veritas Cluster Server to manage applications in a high availability environment.

This five-day, instructor-led, hands-on class covers how to use Veritas Cluster Server to manage applications in a high availability environment. Veritas Cluster Server 6.0 for UNIX: Administration Day(s): 5 Course Code: HA0434 Overview The Veritas Cluster Server 6.0 for UNIX: Administration course is designed for the IT professional tasked with

More information

Novell GroupWise 2014 Licensing

Novell GroupWise 2014 Licensing FAQ www.novell.com Novell GroupWise 2014 Licensing Frequently Asked Questions For Sales and Partner Use Only January 2014 What is changing in the GroupWise 2014 End User License Agreement (EULA) and why?

More information

White Paper: Clustering of Servers in ABBYY FlexiCapture

White Paper: Clustering of Servers in ABBYY FlexiCapture White Paper: Clustering of Servers in ABBYY FlexiCapture By: Jim Hill Published: May 2018 Introduction Configuring an ABBYY FlexiCapture Distributed system in a cluster using Microsoft Windows Server Clustering

More information

Implementing an Advanced Server Infraestructure

Implementing an Advanced Server Infraestructure Implementing an Advanced Server Infraestructure Código del curso: 20414 Duración: 5 días Acerca de este curso Get hands-on instruction and practice planning, designing and deploying a physical and logical

More information

Cisco Mobile Skill Manager

Cisco Mobile Skill Manager The Unified CCX supervisor can use the on a smart phone to remotely manage the skill data of all associated agents. This application is not a native one and can run on smart phone browsers. The devices

More information

ZENworks for Servers. Novell. Before Installing ZENworks for Servers NEW INSTALLATION OR UPGRADE? QUICK START

ZENworks for Servers. Novell. Before Installing ZENworks for Servers NEW INSTALLATION OR UPGRADE?   QUICK START vell ZENworks for Servers 3.0. April 15, 003 QUICK START www.novell.com Before Installing ZENworks for Servers This document provides a high-level overview of the information you need to install vell ZENworks

More information

IBM Tivoli Storage FlashCopy Manager Version Installation and User's Guide for Windows IBM

IBM Tivoli Storage FlashCopy Manager Version Installation and User's Guide for Windows IBM IBM Tivoli Storage FlashCopy Manager Version 4.1.3 Installation and User's Guide for Windows IBM IBM Tivoli Storage FlashCopy Manager Version 4.1.3 Installation and User's Guide for Windows IBM Note:

More information

IBM Spectrum Protect Snapshot Version Installation and User's Guide for Windows IBM

IBM Spectrum Protect Snapshot Version Installation and User's Guide for Windows IBM IBM Spectrum Protect Snapshot Version 8.1.4 Installation and User's Guide for Windows IBM IBM Spectrum Protect Snapshot Version 8.1.4 Installation and User's Guide for Windows IBM Note: Before you use

More information

Novell SecretStore ADMINISTRATION GUIDE. September 7, 2004

Novell SecretStore ADMINISTRATION GUIDE. September 7, 2004 Novell SecretStore 3.3.3 September 7, 2004 ADMINISTRATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Novell Nsure SecureLogin

Novell Nsure SecureLogin Novell Nsure SecureLogin TM 3.51.1 September 7, 2004 INSTALLATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Installing and Configuring DHCP with NetWare 5

Installing and Configuring DHCP with NetWare 5 BY JOHN E. JOHNSTON Installing and Configuring DHCP with NetWare 5 The Dynamic Host Configuration Protocol (DHCP) function and its options are essential in the creation of a TCP/IP environment. The DHCP

More information

AVALANCHE SE QUICK START

AVALANCHE SE QUICK START AVALANCHE SE QUICK START Avalanche SE is a client management system designed to easily manage software and configuration updates to mobile devices. This document provides a brief overview of the core tasks

More information

Identify and Describe edirectory Components

Identify and Describe edirectory Components ... Introduction to edirectory 97 Identify and Describe edirectory Components Before you dive into the deep end of the pool, you need to understand a term that governs edirectory: schema. This is much

More information

GWCommander V3.x. Administrators Guide

GWCommander V3.x. Administrators Guide GWCommander V3.x Administrators Guide OpenNet Software Ltd., January 2006 OpenNet Software Ltd. GWCommander v.3 Admin Guide, Page 1 Table of Contents 1. Introduction...2 1.1 Requirements...3 2. Setting

More information

Novell GroupWise Migration Utility for Microsoft * Exchange

Novell GroupWise Migration Utility for Microsoft * Exchange Novell GroupWise Migration Utility for Microsoft * Exchange 2.1 September 6, 2005 INSTALLATION AND MIGRATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 One Stop Virtualization Shop Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

Novell Novell Open Enterprise Server for NetWare Advanced Admin.

Novell Novell Open Enterprise Server for NetWare Advanced Admin. Novell 050-707 Novell Open Enterprise Server for NetWare Advanced Admin http://killexams.com/exam-detail/050-707 QUESTION: 177 Click the Exhibit button to begin. Which statements are true regarding the

More information

Overview GroupWise Software Developer Kit May 2013

Overview GroupWise Software Developer Kit May 2013 www.novell.com/documentation Overview GroupWise Software Developer Kit May 2013 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Oracle IVR Integrator

Oracle IVR Integrator Oracle IVR Integrator Installing Oracle IVR Integrator Release 11i for Windows NT August 2000 Part No. A86042-01 Installation Overview Installation of Oracle IVR Integrator requires you to follow a sequence

More information

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

More information

NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS

NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS CNA Certification Guide: Novell NetWare 5.1 Administration CERTIFICATION GUIDE: NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS AUTHOR ACKNOWLEDGEMENTS... XIII INTRODUCTION... XV UNIT 1 NETWARE ACCESS... 1-1

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

Integrating. ZENworks 2. and. ManageWise 2.6

Integrating. ZENworks 2. and. ManageWise 2.6 Integrating ZENworks 2 and ManageWise 2.6 disclaimer Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express

More information

A CommVault White Paper: CommVault Galaxy Backup & Recovery for Novell Open Enterprise Server and NetWare Environments

A CommVault White Paper: CommVault Galaxy Backup & Recovery for Novell Open Enterprise Server and NetWare Environments A CommVault White Paper: CommVault Galaxy Backup & Recovery for Novell Open Enterprise Server and NetWare Environments Abstract The CommVault Galaxy Backup and Recovery product offers a powerful set of

More information

Installing and Configuring System Center 2012 Operations Manager SCOM

Installing and Configuring System Center 2012 Operations Manager SCOM Installing and Configuring System Center 2012 Operations Manager SCOM This five-day instructor-led course provides students with the knowledge and skills to install and configure System Center 2012 Operations

More information

This page is intentionally left blank

This page is intentionally left blank This page is intentionally left blank GWFax Installation & Configuration Guide 5 GWFax Installation & Configuration Guide Getting Started Thank you for Purchasing GWFax Thank you for entrusting Messaging

More information

Commvault Simpana 11 Best Practices for Cloud Backup Accelerator

Commvault Simpana 11 Best Practices for Cloud Backup Accelerator Table of contents iscsi setup to connect to Cloud Backup Accelerator. Installing Media Agent. Detecting and configure Tape Library. Loading Media. Commvault Simpana 11 Best Practices for Cloud Backup Accelerator

More information

[MS20414]: Implementing an Advanced Server Infrastructure

[MS20414]: Implementing an Advanced Server Infrastructure [MS20414]: Implementing an Advanced Server Infrastructure Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Windows Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

Upgrade Guide. SuccessMaker 11

Upgrade Guide. SuccessMaker 11 11 Document last updated July 12, 2018 Copyright 2018 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and are registered trademarks, in the U.S.

More information

DATASHEET. Symantec Backup Exec 9.2 for NetWare Servers MAXIMIZING NETWARE-HOSTED DATA PROTECTION

DATASHEET. Symantec Backup Exec 9.2 for NetWare Servers MAXIMIZING NETWARE-HOSTED DATA PROTECTION DATASHEET Symantec Backup Exec 9.2 for NetWare Servers MAXIMIZING NETWARE-HOSTED DATA PROTECTION 09/06/2005 TABLE OF CONTENTS MAXIMIZING NETWARE-HOSTED DATA PROTECTION...1 EXECUTIVE SUMMARY...3 THE PROBLEM:

More information

ISIS for Faculty Application

ISIS for Faculty Application ISIS for Faculty Application Sign on to ISIS at https://isis.jhu.edu NOTE: ISIS requires that you use your JHED ID and password to sign on. To view your course roster From the Term drop-down, select the

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

Group Admin Guide. NetBrain Consultant Edition 6.2

Group Admin Guide. NetBrain Consultant Edition 6.2 NetBrain Consultant Edition 6.2 Group Admin Guide Version 6.2 Last Updated 2017-08-16 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Contents 1. Overview... 3 2. Logging in to Admin

More information

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 GWAVA 5 Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 Copyright 2010 GWAVA, Inc. All rights reserved. Content may not be reproduced without permission. http://www.gwava.com Overview While GWAVA

More information

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation Equitrac Embedded for Sharp OSA 1.4 Setup Guide 2012 Equitrac Corporation Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List November 1, 2012 Updated for Equitrac Office/Express 4.2.5

More information

GroupWise 18 Administrator Quick Start

GroupWise 18 Administrator Quick Start GroupWise 18 Administrator Quick Start November 2017 About GroupWise GroupWise 18 is a cross-platform, corporate email system that provides secure messaging, calendaring, and scheduling. GroupWise also

More information

Novell. imanager ADMINISTRATION GUIDE

Novell. imanager ADMINISTRATION GUIDE Novell imanager 1.0 ADMINISTRATION GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

1 Installing iprint Add-On on a Single Node. 2 Installing iprint Add-On in a Cluster Environment

1 Installing iprint Add-On on a Single Node. 2 Installing iprint Add-On in a Cluster Environment Micro Focus iprint Add-On for Open Enterprise Server Micro Focus iprint add-on enables features such as mobility and email printing for OES customers. WalkUp printing enables user s jobs to be put on hold

More information

How To Create A Recurring Session

How To Create A Recurring Session Q: What is a Recurring Session and how does it work? A: These are multiple sessions that recur over a period of time. When this option is chosen, the system will create one Master Session and multiple

More information

Raspberry PI 'How-To' Series

Raspberry PI 'How-To' Series Raspberry PI 'How-To' Series Zabbix Agent Installation Guide Written by: Sopwith Revision 1.0 March 4, 2019 sopwith@ismellsmoke.net 1 Introduction Zabbix is a popular open-source platform used by IT professionals

More information

Getting Started with Pervasive.SQL Server Edition

Getting Started with Pervasive.SQL Server Edition Getting Started with Pervasive.SQL Server Edition Copyright 1998 Pervasive Software Inc. All rights reserved worldwide. Reproduction, photocopying, or transmittal of this publication, or portions of this

More information

This product may require export authorization from the U.S. Department of Commerce prior to exporting from the U.S. or Canada.

This product may require export authorization from the U.S. Department of Commerce prior to exporting from the U.S. or Canada. Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability

More information