Using Globus Toolkit
|
|
|
- Bertram Wilson
- 10 years ago
- Views:
Transcription
1 Using Globus Toolkit G. Poghosyan & D. Nilsen GridKa School September 2006
2 Basic Grid Services in GT Security Services GSI (Grid Security Infrastructure) Data Services GridFTP RFT (Reliable File Transfer) RLS (Replica Location Service) Execution Management Services GRAM (Grid Resource Allocation and Management) Information Services MDS (Monitoring and Discovery System) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 2
3 Grid Security Infrastructure (GSI) Based on Public key cryptography X.509 certificate (grid-cert-request) Very sensitive to system clock skew use NTP Provides Mutual authentication Single sign-on Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 3
4 Certificate/Proxy - Single Sign-on - Athorization - Job Finding information on a certificate grid-cert-info subject -startdate -issuer -enddate -file certfile Finding information on a proxy grid-proxy-info [-exists] -debug Creating a proxy grid-proxy-init verify -q -valid h:m -debug Default value is valid 12:00 Destroying a proxy grid-proxy-destroy -dryrun [file1 ] Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 4
5 Certificate/Proxy - Single Sign-on Gives information about the proxy $ grid-proxy-info Create proxy at /tmp/x509up_u<user ID> $ grid-proxy-init -debug -verify Gives information which proxy will be destroyed $ grid-proxy-destroy -dryrun Destroy proxy certificate $ grid-proxy-destroy Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 5
6 Mutual Authentication - MyProxy - Athorization - Job Storing a credential in a repository myproxy-init [-s hostname] [-c credlifehours] [ t proxylifehours] Default values are c 168 (7 days) and t 12 Display info on stored credentials myproxy-info [-s hostname] Retrieving a credential myproxy-get-delegation (myproxy-logon) [-s hostname] [-t hours] Removing a credential myproxy-destroy [-s hostname] Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 6
7 Mutual Authentication - MyProxy Send myproxy certificate to MyProxy-Server $ myproxy-init -s xen-14-2.fzk.de Getting myproxy certificate $ myproxy-get-delegation -s xen-14-2.fzk.de Destroy proxy certificate $ myproxy-destroy -s xen-14-2.fzk.de Set enviroment export MYPROXY_SERVER= xen-14-2.fzk.de Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 7
8 Data Services Handle movement, access, replication and updates of data Example services in Globus Toolkit GridFTP Reliable File Transfer (RFT) Replica Location Service (RLS) Data Services (GridFTP) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 8
9 Data Services - GridFTP Third Party FTP server Basic tool provided with Globus Toolkit globus-url-copy [-tcp-bs TCPBufSizeBytes] [-p parallelism] sourceurl desturl URL format = protocol://[host]:[port]/path Supported protocols: gsiftp://, file://(on a local machine only), ftp://, It is legal to specify a user name and password in the the URL as follows gsiftp://myname:[mypassword]@myhost.mydomain.com/file.dat Data Services (GridFTP) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 9
10 Data Services - GridFTP local local $ globus-url-copy gsiftp://localhost/etc/hosts file:///tmp/hosts_copy remote local $ globus-url-copy gsiftp://iwrcggt4.fzk.de/etc/hosts file:///tmp/hosts_copy_<ihrname> local remote $ globus-url-copy file:///tmp/hosts_copy_<ihrname> gsiftp://iwrcggt4.fzk.de/tmp Data Services (GridFTP) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 10
11 Data Services - Reliable File Transfer (RFT) Manages a set of third-party GridFTP transfers Uses a database to checkpoint transfer state Recovers from Source/destination server failures Network failures Container failures Transfers retried with exponential backoff Resumes transfers where they left off Gevorg Poghosyan and Dimitri Nilsen Data Services (RFT) GridKa School, September 2006, Karlsruhe, Germany 11
12 Data Services - Reliable File Transfer (RFT) Simply pass it a file with options at the top, and then source / destination URL pairs. rft f my.xfr rft-delete f filename Other options -h host (defaults to localhost) -r port (defaults to 8080) -l lifetime (default 60 minutes) -m security (msg, conv, trans (default)) -p protection (sig, enc (default)) -z authorization (self, host (default)) -file file to write epr to Data Services (RFT) Gevorg Poghosyan and Dimitri Nilsen GridKa School, September 2006, Karlsruhe, Germany 12
13 Data Services - Reliable File Transfer (RFT) my.xfr #true=binary mode false=ascii true #Block size in bytes #TCP Buffer size in bytes #No thirdpartytransfer (Notpt) false #Number of parallel streams 1 #Data Channel Authentication true Gevorg Poghosyan and Dimitri Nilsen # Concurrency of the request 1 #Grid Subject name of the source gridftp server null #Grid Subject name - destination gridftp server null #Transfer all or none of the transfers false #Maximum number of retries 10 #Source/Dest URL Pairs gsiftp://iwrcggt4.fzk.de/etc/group gsiftp://iwrcggt4.fzk.de/tmp/deleteme Data Services (RFT) GridKa School, September 2006, Karlsruhe, Germany 13
14 Data Services - Reliable File Transfer (RFT) Get.xrf file $ cp $GLOBUS_LOCATION/share/globus_wsrf_rft_test/ \ transfer.xfr /tmp Edit.xfr file and create files to transfer $ vi /tmp/transfer.xfr $ touch /tmp/rfttest.tmp RFT-Test $ rft -h <FQDN> -f /tmp/transfer.xfr Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 14
15 Data Services - Replica Location Service (RLS) Co-developed by Globus and DataGrid projects Provides a mechanism for registering and locating replicas Maintains mappings between logical names and target names Logical names unique identifiers for data content that may have one or more physical replicas Target name physical location of a replica or other logical names representing the data Gevorg Poghosyan and Dimitri Nilsen Data Services (RLS) GridKa School, September 2006, Karlsruhe, Germany 15
16 Execution Management Services Handles placement, provisioning and lifetime management of jobs Example services in Globus Toolkit Grid Resource Allocation and Management (GRAM) Provides a single standard interface for remote job submission and resource management Requires users and application developers to learn only one method to gain access to a large variety of local management systems Gevorg Poghosyan and Dimitri Nilsen Execution Management (GRAM) GridKa School, September 2006, Karlsruhe, Germany 16
17 Pre-WS GRAM (GT2) Command Line Tools Interactive job submission globus-job-run host:port/jobmanager-pbs command Batch job submission globus-job-submit command Checking job status when done output globus-job-status jobid globus-job-output out err jobid Kill a job globus-job-cancel jobid Gevorg Poghosyan and Dimitri Nilsen Execution Management (Pre-WS-GRAM) GridKa School, September 2006, Karlsruhe, Germany 17
18 WS GRAM (GT4) Command Line Tools Interactive job submission globusrun-ws submit F JobFactoryURL Ft FactoryType s q c command Batch job submission globusrun-ws submit batch F JobFactoryURL Ft FactoryType o EPRfile c command Checking job status globusrun-ws status j EPRfile Kill a job globusrun-ws kill j EPRfile Gevorg Poghosyan and Dimitri Nilsen Execution Management (WS-GRAM) GridKa School, September 2006, Karlsruhe, Germany 18
19 WS-GRAM WS oriented job submission command(gt4) $ globusrun-ws -submit -c /bin/hostname Streaming the output $ globusrun-ws -submit -s -c /bin/hostname output go to file $ globusrun-ws -submit -s -so out.txt -c /bin/hostname Send job to remote host $ globusrun-ws -submit -s -F <host> /bin/hostname Send to the batch system (pbs) $ globusrun-ws -submit -s -F iwrcggt4.fzk.de -Ft PBS -c /bin/hostname Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 19
20 WS-GRAM: End point reference End point reference globusrun-ws -submit -batch -c /bin/hostname createa batch job $ vi batchjob.sh #!/bin/bash sleep 10 $chmod +x batchjob create an end point ree file ferenc $ globusrun-ws -submit -batch -o epr1.file \ -c $HOME/batchJob.sh get status $ globusrun-ws -status -j epr1.file Grid Security Infrastructure (GSI) G.Poghosyan&D.Nilsen GridKa School, September 2006, Karlsruhe, Germany 20
21 WS-GRAM Client Job functions Delegate GT4 Java Container Delegation GRAM services RFT File Transfer Transfer request Job events Local job control Delegate FTP control sudo SEG GRAM adapter GridFTP Compute element Local scheduler User job GridFTP FTP data Remote storage element(s) Gevorg Poghosyan and Dimitri Nilsen Execution Management (WS-GRAM) GridKa School, September 2006, Karlsruhe, Germany 21
22 Information Services Provide access to information about applications, resources and services in a grid environment Example services in Globus Toolkit Monitoring and Discovery System (MDS) Used to monitor and discover resources and services that exist in a grid environment MDS2 Pre-Web Service version of MDS (GT2) MDS4 Web Service based version of MDS (GT4) Gevorg Poghosyan and Dimitri Nilsen Information Services (MDS) GridKa School, September 2006, Karlsruhe, Germany 22
23 MDS2 Uses Lightweight Directory Access Protocol (LDAP) to access this information Grid Resource Information Service (GRIS) Provides resource information Grid Index Information Service (GIIS) Provides caching services and search capabilities GRIS can register with a GIIS GIIS can register with other GIIS to create hierarchy Gevorg Poghosyan and Dimitri Nilsen Information Services (MDS2) GridKa School, September 2006, Karlsruhe, Germany 23
24 MDS4 (WS MDS) Includes two WSRF-based services Index Service Collects data and provides a query/subscription interface to the data Can create hierarchy of index services Trigger Service Collects data and takes actions based on the data wsrf-query s e '/* mds-servicegroup-add [options] config.xml Gevorg Poghosyan and Dimitri Nilsen Information Services (MDS4) GridKa School, September 2006, Karlsruhe, Germany 24
25 Good Luck in looking-for useful commands and services in Information Services (MDS4)
A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments
A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments John Bresnahan Michael Link Rajkumar Kettimuthu Dan Fraser Argonne National Laboratory University of
Using the MyProxy Online Credential Repository
Using the MyProxy Online Credential Repository Jim Basney National Center for Supercomputing Applications University of Illinois [email protected] What is MyProxy? Independent Globus Toolkit add-on
Globus Toolkit Firewall Requirements. Abstract
Globus Toolkit Firewall Requirements Version 9 10/31/06 Von Welch, NCSA/U. of Illinois [email protected] Abstract This document provides requirements and guidance to firewall administrators at sites
Concepts and Architecture of the Grid. Summary of Grid 2, Chapter 4
Concepts and Architecture of the Grid Summary of Grid 2, Chapter 4 Concepts of Grid Mantra: Coordinated resource sharing and problem solving in dynamic, multi-institutional virtual organizations Allows
Recommendations for Static Firewall Configuration in D-Grid
D-Grid Integrationsprojekt (DGI-2) Fachgebiet 3-3 Firewalls Recommendations for Static Firewall Configuration in D-Grid Version 1.5, 21. Mai 2008 D-Grid Integrationsprojekt (DGI-2) Autoren: Gian Luca Volpato
Grid Computing With FreeBSD
Grid Computing With FreeBSD USENIX ATC '04: UseBSD SIG Boston, MA, June 29 th 2004 Brooks Davis, Craig Lee The Aerospace Corporation El Segundo, CA {brooks,lee}aero.org http://people.freebsd.org/~brooks/papers/usebsd2004/
Data Movement and Storage. Drew Dolgert and previous contributors
Data Movement and Storage Drew Dolgert and previous contributors Data Intensive Computing Location Viewing Manipulation Storage Movement Sharing Interpretation $HOME $WORK $SCRATCH 72 is a Lot, Right?
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
GridFTP: A Data Transfer Protocol for the Grid
GridFTP: A Data Transfer Protocol for the Grid Grid Forum Data Working Group on GridFTP Bill Allcock, Lee Liming, Steven Tuecke ANL Ann Chervenak USC/ISI Introduction In Grid environments,
Cloud Computing. Lecture 5 Grid Case Studies 2014-2015
Cloud Computing Lecture 5 Grid Case Studies 2014-2015 Up until now Introduction. Definition of Cloud Computing. Grid Computing: Schedulers Globus Toolkit Summary Grid Case Studies: Monitoring: TeraGRID
File Transfer Best Practices
File Transfer Best Practices David Turner User Services Group NERSC User Group Meeting October 2, 2008 Overview Available tools ftp, scp, bbcp, GridFTP, hsi/htar Examples and Performance LAN WAN Reliability
Data Grids. Lidan Wang April 5, 2007
Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural
TRUST RELATIONSHIPS AND SINGLE SIGN-ON IN GRID BASED DATA WAREHOUSES
TRUST RELATIONSHIPS AND SINGLE SIGN-ON IN GRID BASED DATA WAREHOUSES Xiaoyu Li a and Maree Pather b a Department of Information Technology, Nelson Mandela Metropolitan University b Department of Applied
GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid
GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid Wantao Liu, 1,2 Rajkumar Kettimuthu, 3,4 Brian Tieman, 5 Ravi Madduri, 3,4 Bo Li, 1 Ian Foster 2,3,4 1 School of Computer Science and Engineering,
Administering the Web Server (IIS) Role of Windows Server
Course 10972A: Administering the Web Server (IIS) Role of Windows Server Course Details Course Outline Module 1: Overview and Installing Internet Information Services In this module students will learn
Configuring Digital Certificates
CHAPTER 36 This chapter describes how to configure digital certificates and includes the following sections: Information About Digital Certificates, page 36-1 Licensing Requirements for Digital Certificates,
Web Service Robust GridFTP
Web Service Robust GridFTP Sang Lim, Geoffrey Fox, Shrideep Pallickara and Marlon Pierce Community Grid Labs, Indiana University 501 N. Morton St. Suite 224 Bloomington, IN 47404 {sblim, gcf, spallick,
The glite File Transfer Service
Enabling Grids Enabling for E-sciencE Grids for E-sciencE The glite File Transfer Service Paolo Badino On behalf of the JRA1 Data Management team EGEE User Forum - CERN, 2 Mars 2006 www.eu-egee.org Outline
An approach to grid scheduling by using Condor-G Matchmaking mechanism
An approach to grid scheduling by using Condor-G Matchmaking mechanism E. Imamagic, B. Radic, D. Dobrenic University Computing Centre, University of Zagreb, Croatia {emir.imamagic, branimir.radic, dobrisa.dobrenic}@srce.hr
1 Introduction: Network Applications
1 Introduction: Network Applications Some Network Apps E-mail Web Instant messaging Remote login P2P file sharing Multi-user network games Streaming stored video clips Internet telephone Real-time video
Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2
Job Reference Guide SLAMD Distributed Load Generation Engine Version 1.8.2 June 2004 Contents 1. Introduction...3 2. The Utility Jobs...4 3. The LDAP Search Jobs...11 4. The LDAP Authentication Jobs...22
GT 6.0 GSI C Security: Key Concepts
GT 6.0 GSI C Security: Key Concepts GT 6.0 GSI C Security: Key Concepts Overview GSI uses public key cryptography (also known as asymmetric cryptography) as the basis for its functionality. Many of the
/ Preparing to Manage a VMware Environment Page 1
Configuring Security for a Managed VMWare Enviroment in VMM Preparing to Manage a VMware Environment... 2 Decide Whether to Manage Your VMware Environment in Secure Mode... 2 Create a Dedicated Account
Security Provider Integration Kerberos Authentication
Security Provider Integration Kerberos Authentication 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are
Installing and Using the Zimbra Reporting Tool
Installing and Using the Zimbra Reporting Tool October 2014 Legal Notices Copyright 2005-2014 Zimbra, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual
MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper
Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper
Enabling secure communication for a Tivoli Access Manager Session Management Server environment
Enabling secure communication for a Tivoli Access Manager Session Management Server environment Skill Level: Advanced Authors: Jenny Wong ([email protected]) Software Engineer IBM Tivoli Software Simon
OnCommand Performance Manager 1.1
OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501
StreamServe Persuasion SP5 StreamStudio
StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other
XSEDE Service Provider Software and Services Baseline. September 24, 2015 Version 1.2
XSEDE Service Provider Software and Services Baseline September 24, 2015 Version 1.2 i TABLE OF CONTENTS XSEDE Production Baseline: Service Provider Software and Services... i A. Document History... A-
Roberto Barbera. Centralized bookkeeping and monitoring in ALICE
Centralized bookkeeping and monitoring in ALICE CHEP INFN 2000, GRID 10.02.2000 WP6, 24.07.2001 Roberto 1 Barbera ALICE and the GRID Phase I: AliRoot production The GRID Powered by ROOT 2 How did we get
BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide
BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9
Using TestLogServer for Web Security Troubleshooting
Using TestLogServer for Web Security Troubleshooting Topic 50330 TestLogServer Web Security Solutions Version 7.7, Updated 19-Sept- 2013 A command-line utility called TestLogServer is included as part
GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid
GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid Wantao Liu 1,2 Raj Kettimuthu 2,3, Brian Tieman 3, Ravi Madduri 2,3, Bo Li 1, and Ian Foster 2,3 1 Beihang University, Beijing, China 2 The
New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...
Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade
CERTIFICATE-BASED SSO FOR MYDOCUMENTUM OUTLOOK WITH IBM TAM WEBSEAL
White Paper CERTIFICATE-BASED SSO FOR MYDOCUMENTUM OUTLOOK WITH IBM TAM WEBSEAL Abstract This white paper provides information on configuring My Documentum client for outlook for WebSEAL client side certificate
Big Data Operations Guide for Cloudera Manager v5.x Hadoop
Big Data Operations Guide for Cloudera Manager v5.x Hadoop Logging into the Enterprise Cloudera Manager 1. On the server where you have installed 'Cloudera Manager', make sure that the server is running,
NorduGrid ARC Tutorial
NorduGrid ARC Tutorial / Arto Teräs and Olli Tourunen 2006-03-23 Slide 1(34) NorduGrid ARC Tutorial Arto Teräs and Olli Tourunen CSC, Espoo, Finland March 23
RSA Authentication Manager 8.1 Virtual Appliance Getting Started
RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and
Use Enterprise SSO as the Credential Server for Protected Sites
Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured
fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé
fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.
PineApp Surf-SeCure Quick
PineApp Surf-SeCure Quick Installation Guide September 2010 WEB BASED INSTALLATION SURF-SECURE AS PROXY 1. Once logged in, set the appliance s clock: a. Click on the Edit link under Time-Zone section.
Installation and Configuration Guide
Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service
CERTIFICATE BASED SSO FOR MYDOCUMENTUM OUTLOOK WITH IBM TAM WEBSEAL
CERTIFICATE BASED SSO FOR MYDOCUMENTUM OUTLOOK WITH IBM TAM WEBSEAL ABSTRACT This white paper provides information on configuring My Documentum client for outlook for web SEAL client side certificate authentication
The GENIUS Grid Portal
The GENIUS Grid Portal (*) work in collaboration with A. Falzone and A. Rodolico EGEE NA4 Workshop, Paris, 18.12.2003 CHEP 2000, 10.02.2000 Outline Introduction Grid portal architecture and requirements
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted
DIGIPASS Authentication for Check Point Security Gateways
DIGIPASS Authentication for Check Point Security Gateways With IDENTIKEY Server 2009 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 38 Disclaimer Disclaimer of Warranties and
Configuring the Cisco ISA500 for Active Directory/LDAP and RADIUS Authentication
Configuring the Cisco ISA500 for Active Directory/LDAP and RADIUS Authentication This application note describes how to authenticate users on a Cisco ISA500 Series security appliance. It includes these
Administrator Guide. v 11
Administrator Guide JustSSO is a Single Sign On (SSO) solution specially developed to integrate Google Apps suite to your Directory Service. Product developed by Just Digital v 11 Index Overview... 3 Main
How do I load balance FTP on NetScaler?
How do I load balance FTP on NetScaler? Introduction: File transfer protocol is a standard for the exchange of files across a network. It is based on a client/server model with an FTP client on a user
Mass Storage at GridKa
Mass Storage at GridKa Forschungszentrum Karlsruhe GmbH Institute for Scientific Computing P.O. Box 3640 D-76021 Karlsruhe, Germany Dr. Doris Ressmann http://www.gridka.de 1 Overview What is dcache? Pool
MS 10972A Administering the Web Server (IIS) Role of Windows Server
MS 10972A Administering the Web Server (IIS) Role of Windows Server Description: Days: 5 Prerequisites: This course provides students with the fundamental knowledge and skills to configure and manage Internet
Sophos Mobile Control Installation guide
Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running
MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER
MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER This document provides instructions for migrating to Avalanche 5.0 from an installation of Avalanche MC 4.6 or newer using MS SQL Server 2005. You can continue
10972-Administering the Web Server (IIS) Role of Windows Server
Course Outline 10972-Administering the Web Server (IIS) Role of Windows Server Duration: 5 days (30 hours) Target Audience: This course is intended for IT Professionals already experienced in general Windows
Setting Up Scan to SMB on TaskALFA series MFP s.
Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and
Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.
This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and
SAS 9.3 Intelligence Platform
SAS 9.3 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS SAS 9.3 Intelligence
Ecaccess Gateway, Tools and ectrans
Ecaccess Gateway, Tools and ectrans Dominique Lucas User Support [email protected] 18/02/2015 1 Content ECaccess concepts Ecaccess tools Ectrans Tutorial 18/02/2015 2 ECaccess - Concepts ECaccess provides
Backing Up and Restoring Data
Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application
Websense Support Webinar: Questions and Answers
Websense Support Webinar: Questions and Answers Configuring Websense Web Security v7 with Your Directory Service Can updating to Native Mode from Active Directory (AD) Mixed Mode affect transparent user
Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference
Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise
WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES
BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES WEBTITAN CLOUD User Identification Guide This guide explains how to install and configure the WebTitan Cloud Active Directory components required
THE CCLRC DATA PORTAL
THE CCLRC DATA PORTAL Glen Drinkwater, Shoaib Sufi CCLRC Daresbury Laboratory, Daresbury, Warrington, Cheshire, WA4 4AD, UK. E-mail: [email protected], [email protected] Abstract: The project aims
Web Service Based Data Management for Grid Applications
Web Service Based Data Management for Grid Applications T. Boehm Zuse-Institute Berlin (ZIB), Berlin, Germany Abstract Web Services play an important role in providing an interface between end user applications
Content Filtering Client Policy & Reporting Administrator s Guide
Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION
2 Transport-level and Message-level Security
Globus Toolkit Version 4 Grid Security Infrastructure: A Standards Perspective The Globus Security Team 1 Version 4 updated September 12, 2005 Abstract This document provides an overview of the Grid Security
CHAPTER 10: WEB SERVICES
Chapter 10: Web Services CHAPTER 10: WEB SERVICES Objectives Introduction The objectives are: Provide an overview on how Microsoft Dynamics NAV supports Web services. Discuss historical integration options,
Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER
Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication
English ETERNUS CS800 S3. Backup Exec OST Guide
English ETERNUS CS800 S3 Backup Exec OST Guide Edition April 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps
Cluster, Grid, Cloud Concepts
Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of
CHAPTER 7 SSL CONFIGURATION AND TESTING
CHAPTER 7 SSL CONFIGURATION AND TESTING 7.1 Configuration and Testing of SSL Nowadays, it s very big challenge to handle the enterprise applications as they are much complex and it is a very sensitive
Requirements Collax Security Gateway Collax Business Server or Collax Platform Server including Collax SSL VPN module
Collax SSL VPN Howto This howto describes the easy configuration of a Collax server as SSL VPN gateway in order to enable external access to selected applications in the company network. Except for a common
Microsoft Visual Studio Integration Guide
Microsoft Visual Studio Integration Guide MKS provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access MKS Integrity s workflow and configuration
Web Security Log Server Error Reference
Web Security Log Server Error Reference Topic 50342 Web Security Solutions Updated 22-Oct-2013 When Websense Log Server experiences logging problems, the service records errors in the Windows Event Viewer
TOG & JOSH: Grid scheduling with Grid Engine & Globus
TOG & JOSH: Grid scheduling with Grid Engine & Globus G. Cawood, T. Seed, R. Abrol, T. Sloan EPCC, The University of Edinburgh, James Clerk Maxwell Building, Mayfield Road, Edinburgh, EH9 3JZ, UK Abstract
Globus Toolkit: Authentication and Credential Translation
Globus Toolkit: Authentication and Credential Translation JET Workshop, April 14, 2004 Frank Siebenlist [email protected] http://www.globus.org/ Copyright (c) 2002 University of Chicago and The University
Device Log Export ENGLISH
Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,
Data Security and Governance with Enterprise Enabler
Copyright 2014 Stone Bond Technologies, L.P. All rights reserved. The information contained in this document represents the current view of Stone Bond Technologies on the issue discussed as of the date
INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER
INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document
Abstract. Avaya Solution & Interoperability Test Lab
Avaya Solution & Interoperability Test Lab Application Notes for configuring NICE IEX Workforce Management R4.6 with Avaya Call Management System R16.3 with the IEX-RTA and Historical Interfaces Issue
