Introducing FedFS On Linux Chuck Lever Oracle Corporation
|
|
|
- Brent Wood
- 10 years ago
- Views:
Transcription
1 Introducing FedFS On Linux Chuck Lever Oracle Corporation
2 In Brief FedFS problem statement Overview of protocols DNS, NFS/SMB, NSDB, ADMIN The fedfs-utils command set Next steps 2
3 Open Source Bona Fides FedFS is a proposed Internet Standard fedfs-utils is a GPL implementation of FedFS for Linux No Oracle products were harmed in the making of FedFS or fedfs-utils 3
4 FedFS Problem Statement Name file resources globally File names not based on storage location Enable client self-configuration Scale-up number of file-access clients Enable advanced storage administration tools Enable fileset migration, replication Distribute administration authority Anyone can deploy a namespace securely No changes to existing file access protocols 4
5 FedFS Encapsulated A federated filesystem enables file access and namespace traversal in a uniform, secure and consistent manner across multiple independent fileservers within an enterprise or across multiple enterprises
6 Familiar Terminology File-access protocol / server / client Standard network file protocol Share Basic unit of data administration on a fileserver Namespace How applications locate files (e.g., POSIX pathname) 6
7 File System Referrals A referral is a file-access protocol action where a fileserver redirects file-access clients to another fileserver and share Referrals enable power features Hide physical location of shared data Migration: moving filesets Replication: load balancing, fault tolerance Multi-server namespace 7
8 FedFS Terms FedFS Fileset A share that has unique Name and Location attributes FedFS Junction A non-protocol specific link between filesets Contains a FedFS Fileset Name FedFS Domain An independently administered file namespace and fileset namespace Globally Useful Name File pathname that is the same on all file-access clients 8
9 FedFS Client-side Globally Useful Name is a file pathname that always refers to the same file A Globally Useful Name hides details of underlying storage Fileserver hostname and export path are not exposed Fileset replicas are transparent /nfs4/example.net/users/cel/.vimrc Protocol Domain Directories and files 9
10 FedFS Server-side Junction Resolution File-access client comes across a FedFS junction on a fileserver Fileserver reads contents of junction (FSN, NSDB) Fileserver converts these to a native referral by contacting the NSDB contained in the junction Namespace Database (NSDB) Database mapping fileset Names to fileset Locations 10
11 FedFS Protocol Overview DNS protocol A DNS SRV record advertises the root directory of each FedFS domain File-access protocol File-access clients use this protocol to access files on fileservers NSDB protocol Fileservers use this LDAP protocol to resolve FedFS junctions ADMIN protocol Administrators use this ONCRPC protocol to manage FedFS junctions and provision NSDB connection parameters on fileservers 11
12 FedFS Operation: Mount $ cd /nfs4/example.net FedFS-enabled NFS client NFS file servers 12
13 FedFS Operation: Mount DNS SRV query NFS client DNS server NFS file servers 13
14 FedFS Operation: Mount NFS client NFS mount NFS file servers 14
15 FedFS Operation: Mount NFS client NFS referrals NFS file servers 15
16 FedFS Operation: Mount NFS client Normal NFS traffic NFS file servers 16
17 FedFS Operation: Junction Resolution NFS LOOKUP request NFS client FedFS-enabled fileservers 17
18 FedFS Operation: Junction Resolution NFS client NFS4ERR_MOVED FedFS-enabled fileservers 18
19 FedFS Operation: Junction Resolution NFS GETATTR(fs_locations) request NFS client FedFS-enabled fileservers 19
20 FedFS Operation: Junction Resolution NFS client FedFS-enabled fileservers LDAP queries NSDB 20
21 FedFS Operation: Junction Resolution NFS client Location list FedFS-enabled fileservers 21
22 Overview Of Linux fedfs-utils Not an in-kernel filesystem Set of user space tools, plus an LDAP schema Relies on automounter on file-access clients Does not store files, but rather locates them Relies on standard network filesystem for data storage Non-FedFS clients can mount and access shares normally Constructs enterprise-wide file namespaces Scalable referral manager 22
23 The fedfs-utils Client Command Set fedfs-map-nfs4 automounter program map mount.fedfs For static mounts (rarely used) 23
24 The fedfs-utils Fileserver Command Set nfsref Command line management of basic NFS referrals and FedFS junctions rpc.fedfsd Remote management of FedFS junctions Remote provisioning of NSDB connection parameters Secured via RPCSEC GSSAPI Entirely optional fedfs-domainroot Command line provisioning of FedFS domain root directories 24
25 Sidebar: Basic NFS Junctions FedFS junction Referral target locations stored on NSDB Location metadata managed remotely via FedFS Basic NFS junction Referral target locations stored directly on fileserver No NSDB or other FedFS infrastructure required nfsref command handles both types 25
26 The fedfs-utils Admin Command Set nsdbparams nsdb-* fedfs-* Command line management of local NSDB connection parameters Remote management of NSDB content Can use TLS for security Remote management of FedFS junctions and NSDB connection parms Can use RPCSEC GSSAPI for security nsdb-jumpstart Command line provisioning of local NSDB based on OpenLDAP Can create self-signed certificate to enable TLS-only access 26
27 Next Steps Ratification of pending FedFS standards Multi-realm file-access security SASL GSSAPI for NSDB access GUI administrative tools Enable NFSv4.1 features Client and server support for GETATTR(fs_locations_info) 27
28 Where To Get fedfs-utils Source code Linux distributions Fedora and Enterprise Linux 7: yum list fedfs-utils* Enterprise Linux 6: EPEL 6 SuSE: coming soon 28
29 Thanks for your interest!
30 Appendix
31 Linux On-Disk Junction Format Directory with special mode bits On server, mode looks like d t Trusted xattr contains junction data NFS basic: XML containing location list FedFS junction: XML containing FSN UUID and NSDB hostname 31
32 Linux On-Disk Junction Format NFS basic junctions Replaces refer=location_list in /etc/exports Location list stored in junction on fileserver Only NFS locations can be specified FedFS junctions Location list stored in an NSDB, accessed via LDAP Locations can be on any supported network filesystem 32
33 Client-side Junction Behavior On referral-enable file-access clients, junction object is automatically replaced by root directory of referred-to fileset On incapable file-access clients, junction object looks like an inaccessible directory 33
34 NSDB Schema NSDB Container Entry (NCE) record Root of DIT containing FedFS information DN: ou=fedfs,dc=example,dc=net Fileset Name (FSN) record One per FedFS fileset DN: fedfsfsnuuid=${fsnuuid},${nce} Fileset Location (FSL) record One for each physical instance of a FedFS fileset Stores fileserver hostname and export path attributes DN: fedfsfsluuid=${fsluuid},fedfsfsnuuid=${fsnuuid},${nce} 34
Federated Cloud File System Framework
Federated Cloud File System Framework Ujjwal Lanjewar ([email protected]) 1 Agenda Background Federated Cloud File System (FedCFS) Overview Framework Filesets in Cloud Global Namespace Cloud
DFS Namespaces. Virtualization for Remote File Systems. Dan Lovinger DFSN Development Lead Microsoft
DFS Namespaces Dan Lovinger DFSN Development Lead Microsoft Virtualization for Remote File Systems Agenda Overview of DFS Namespaces Terminology General Architecture Geo-Awareness Operation and Protocol
Global Filesystems in the Real World: Comparing Experiences with AFS and NFS. Phillip Moore http://www.openefs.org http://www.yume.
Global Filesystems in the Real World: Comparing Experiences with AFS and NFS Phillip Moore http://www.openefs.org http://www.yume.org/phil Overview Comparison of Two Global Filesystems: AFS/VMS at Morgan
Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP
Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.1 D14465.06 December 2013 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration
Outline. Definition. Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP. Names, Identifiers and Addresses
Outline Definition Names, Identifiers and Addresses Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP CS550: Advanced Operating Systems 2 A name in a distributed system is
FreeIPA 3.3 Trust features
FreeIPA 3.3 features Sumit Bose, Alexander Bokovoy March 2014 FreeIPA and Active Directory FreeIPA and Active Directory both provide identity management solutions on top of the Kerberos infrastructure
Fedora Directory Server FUDCon III London, 2005
Jon Fautley Fedora Directory Server FUDCon III London, 2005 Overview of LDAP What Is LDAP? Lightweight Directory Access Protocol Widely supported, standard protocol, up to version
FreeIPA Client and Server
FreeIPA Training Series FreeIPA Client and Server Improvements in version 3.0 Rob Crittenden & Martin Kosek 01-14-2013 Client Improvements Tool to configure automount client ipa-client-automount --location=location
Mac OS X Directory Services
Mac OS X Directory Services Agenda Open Directory Mac OS X client access Directory services in Mac OS X Server Redundancy and replication Mac OS X access to other directory services Active Directory support
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
Clustered Data ONTAP 8.2
Updated for 8.2.1 Clustered Data ONTAP 8.2 File Access Management Guide for NFS NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:
Red Hat Identity Management
Red Hat Identity Management Overview Thorsten Scherf Senior Consultant Red Hat Global Professional Services Agenda What is Red Hat Identity Management? Main values Architecture Features Active Directory
Setup Guide Access Manager 3.2 SP3
Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE
Oracle Net Service Name Resolution
Oracle Net Service Name Resolution Getting Rid of the TNSNAMES.ORA File! Simon Pane Oracle Database Principal Consultant March 19, 2015 ABOUT ME Working with the Oracle DB since version 6 Oracle Certified
Novell Distributed File Services Administration Guide
www.novell.com/documentation Novell Distributed File Services Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect
Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007
Data Management in an International Data Grid Project Timur Chabuk 04/09/2007 Intro LHC opened in 2005 several Petabytes of data per year data created at CERN distributed to Regional Centers all over the
SO114 - Solaris 10 OE Network Administration
COURSE TITLE: SO114 - Solaris 10 OE Network Administration LENGTH: 40 Hours DESCRIPTION: This comprehensive course provides instruction on Solaris OE network administration. Students will be introduced
An Introduction To Gluster. Ryan Matteson [email protected] http://prefetch.net
An Introduction To Gluster Ryan Matteson [email protected] http://prefetch.net Presentation Overview Tonight I am going to give an overview of Gluster, and how you can use it to create scalable, distributed
RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide
RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks
FileBench's Multi-Client feature
FileBench's Multi-Client feature Filebench now includes facilities to synchronize workload execution on a set of clients, allowing higher offered loads to the server. While primarily intended for network
Creating an LDAP Directory
Systems and Network Management 1 Background Creating an LDAP Directory The ldap protocol is a standard for network directories. Some proprietary directory servers have been based on ldap, for example,
Red Hat Enterprise ipa
Red Hat Enterprise ipa Introduction Red Hat Enterprise IPA enables your organization to comply with regulations, reduce risk, and become more efficient. Simply and centrally manage your Linux/Unix users
OVERVIEW OF TYPICAL WINDOWS SERVER ROLES
OVERVIEW OF TYPICAL WINDOWS SERVER ROLES Before you start Objectives: learn about common server roles which can be used in Windows environment. Prerequisites: no prerequisites. Key terms: network, server,
Fundamentals of Windows Server 2008 Network and Applications Infrastructure
Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC6420 About this Course This five-day instructor-led course introduces students to network and applications infrastructure
ACE Names and UID/GID/SIDs
ACE Names and UID/GID/SIDs Mapping NFSv4 ACE Names to Internal Identifiers Or How to Deal with Users and Groups From Muitple Domains on POSIX and Multi-Protocol File Servers and Clients [email protected]
Distributed File Systems. Chapter 10
Distributed File Systems Chapter 10 Distributed File System a) A distributed file system is a file system that resides on different machines, but offers an integrated view of data stored on remote disks.
Implementing Domain Name Service (DNS)
Implementing Domain Name Service (DNS) H C A 1 P T E R ITINERARY Objective 1.01 Objective 1.02 Objective 1.03 Install and Configure DNS for Active Directory Integrate Active Directory DNS Zones with Existing
IBM Cloud Manager with OpenStack
IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta [email protected] Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3
Active Directory. By: Kishor Datar 10/25/2007
Active Directory By: Kishor Datar 10/25/2007 What is a directory service? Directory Collection of related objects Files, Printers, Fax servers etc. Directory Service Information needed to use and manage
VMware Identity Manager Connector Installation and Configuration
VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document
How To Manage File Access On Data Ontap On A Pc Or Mac Or Mac (For A Mac) On A Network (For Mac) With A Network Or Ipad (For An Ipad) On An Ipa (For Pc Or
Clustered Data ONTAP 8.3 File Access Management Guide for NFS NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277
Setting Up Resources in VMware Identity Manager
Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
Course 20533: Implementing Microsoft Azure Infrastructure Solutions
Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.
Univention Corporate Server. Operation of a Samba domain based on Windows NT domain services
Univention Corporate Server Operation of a Samba domain based on Windows NT domain services 2 Table of Contents 1. Components of a Samba domain... 4 2. Installation... 5 3. Services of a Samba domain...
GL-275: Red Hat Linux Network Services. Course Outline. Course Length: 5 days
GL-275: Red Hat Linux Network Services Course Length: 5 days Course Description: The GL275 is an expansive course that covers a wide range of network services useful to every organization. Special attention
Planning Domain Controller Capacity
C H A P T E R 4 Planning Domain Controller Capacity Planning domain controller capacity helps you determine the appropriate number of domain controllers to place in each domain that is represented in a
High Availability and Load Balancing Cluster for Linux Terminal Services
Linux Terminal Server Cluster High Availability and Load Balancing Cluster for Linux Terminal Services by Wolfgang Büch University of Hamburg Who am I? Wolfgang Büch, Linux system administrator University
Distributed File Systems
Distributed File Systems Paul Krzyzanowski Rutgers University October 28, 2012 1 Introduction The classic network file systems we examined, NFS, CIFS, AFS, Coda, were designed as client-server applications.
How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint
StoreGrid Linux Server Installation Guide Before installing StoreGrid as Backup Server (or) Replication Server in your machine, you should install MySQL Server in your machine (or) in any other dedicated
Introduction to Highly Available NFS Server on scale out storage systems based on GlusterFS
Introduction to Highly Available NFS Server on scale out storage systems based on GlusterFS Soumya Koduri Red Hat Meghana Madhusudhan Red Hat AGENDA What is GlusterFS? Integration with NFS Ganesha Clustered
CA ARCserve Replication and High Availability
CA ARCserve Replication and High Availability Installation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational
Install and Configure an Open Source Identity Server Lab
Install and Configure an Open Source Identity Server Lab SUS05/SUS06 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with
CONFIGURING ACTIVE DIRECTORY IN LIFELINE
White Paper CONFIGURING ACTIVE DIRECTORY IN LIFELINE CONTENTS Introduction 1 Audience 1 Terminology 1 Test Environment 2 Joining a Lenovo network storage device to an AD domain 3 Importing Domain Users
Creating a Domain Tree
156 Chapter 4 Installing and Managing Trees and Forests Using the Active Directory Installation Wizard, you can quickly and easily create new domains by promoting a Windows Server 2008 stand-alone server
Optimization in a Secure Windows Environment
WHITE PAPER Optimization in a Secure Windows Environment A guide to the preparation, configuration and troubleshooting of Riverbed Steelhead appliances for Signed SMB and Encrypted MAPI September 2013
AD Integration options for Linux Systems
AD Integration options for Linux Systems Overview Dmitri Pal Developer Conference. Brno. 2013 Agenda Problem statement Aspects of integration Options Questions Problem Statement For most companies AD is
ACE Management Server Deployment Guide VMware ACE 2.0
Technical Note ACE Management Server Deployment Guide VMware ACE 2.0 This technical note provides guidelines for the deployment of VMware ACE Management Servers, including capacity planning and best practices.
Skyward LDAP Launch Kit Table of Contents
04.30.2015 Table of Contents What is LDAP and what is it used for?... 3 Can Cloud Hosted (ISCorp) Customers use LDAP?... 3 What is Advanced LDAP?... 3 Does LDAP support single sign-on?... 4 How do I know
http://cnmonitor.sourceforge.net CN=Monitor Installation and Configuration v2.0
1 Installation and Configuration v2.0 2 Installation...3 Prerequisites...3 RPM Installation...3 Manual *nix Installation...4 Setup monitoring...5 Upgrade...6 Backup configuration files...6 Disable Monitoring
Implementing Microsoft Azure Infrastructure Solutions
Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently
Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led
Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.
Lesson Plans Managing a Windows 2003 Network Infrastructure
Lesson Plans Managing a Windows 2003 Network Infrastructure (Exam 70-291) Table of Contents Course Overview... 2 Section 0.1: Introduction... 3 Section 1.1: Client Configuration... 4 Section 1.2: IP Addressing...
SolarWinds Log & Event Manager
Corona Technical Services SolarWinds Log & Event Manager Training Project/Implementation Outline James Kluza 14 Table of Contents Overview... 3 Example Project Schedule... 3 Pre-engagement Checklist...
VMware Identity Manager Administration
VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
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
SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud
SUSE Manager in the Public Cloud SUSE Manager Server in the Public Cloud Contents 1 Instance Requirements... 2 2 Setup... 3 3 Registration of Cloned Systems... 6 SUSE Manager delivers best-in-class Linux
Course 20533B: Implementing Microsoft Azure Infrastructure Solutions
Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course
Unified Communications in RealPresence Access Director System Environments
[Type the document title] 3.0 October 2013 3725-78704-001B1 Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information Polycom
Driver for Sentinel. Implementation Guide. June 2013
Driver for Sentinel Implementation Guide June 2013 Legal Notice NetIQ Corporation, and its affiliates, have intellectual property rights relating to technology embodied in the product that is described
Analisi di un servizio SRM: StoRM
27 November 2007 General Parallel File System (GPFS) The StoRM service Deployment configuration Authorization and ACLs Conclusions. Definition of terms Definition of terms 1/2 Distributed File System The
Novell LDAP Proxy Server
AUTHORIZED DOCUMENTATION Best Features Guide Novell LDAP Proxy Server 1.0 October 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use
Configuring Windows Server Clusters
Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed
How To Set Up A Webmin Account On A Libc (Libc) On A Linux Server On A Windows 7.5 (Amd) With A Password Protected Password Protected (Windows) On An Ubuntu 2.5.2 (Amd
Webmin using AD to stored users and groups. Overview Webmin is a wonderful interface to manage Linux servers and Webmin can use an LDAP server to store users and groups so you can share those information
Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide
An Oracle White Paper February 2011 Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide Introduction... 4 Overview and Prerequisites...
Using SUSE Linux Enterprise Desktop with Microsoft * Active Directory Infrastructure
Technical White Paper DESKTOP www.novell.com Using SUSE Linux Enterprise Desktop with Microsoft * Active Directory Infrastructure * Using SUSE Linux Enterprise Desktop with Microsoft Active Directory Infrastructure
Acronis Backup & Recovery 10 Server for Linux. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Setting Up a CLucene and PostgreSQL Federation
Federated Desktop and File Server Search with libferris Ben Martin Abstract How to federate CLucene personal document indexes with PostgreSQL/TSearch2. The libferris project has two major goals: mounting
NetIQ Identity Manager Setup Guide
NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE
Configure Directory Integration
Client Configuration for Directory Integration, page 1 Client Configuration for Directory Integration You can configure directory integration through service profiles using Cisco Unified Communications
External Data Connector (EMC Networker)
Page 1 of 26 External Data Connector (EMC Networker) TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS INSTALLATION (WINDOWS) INSTALLATION (UNIX) GETTING STARTED Perform a Discovery Perform a Migration ADVANCED
IDENTITIES, ACCESS TOKENS, AND THE ISILON ONEFS USER MAPPING SERVICE
White Paper IDENTITIES, ACCESS TOKENS, AND THE ISILON ONEFS USER MAPPING SERVICE Abstract The OneFS user mapping service combines a user s identities from different directory services into a single access
How To Configure Multiburb Smt On A Sidewinder G2 In A Load Sharing Environment
A PPLICATION N O T E Configuring multi-burb Sendmail with load sharing High Availability This document provides the steps that are needed to configure multi-burb Sendmail in a load sharing High Availability
DNS: How it works. DNS: How it works (more or less ) DNS: How it Works. Technical Seminars Spring 2010 1. Paul Semple psemple@rm.
DNS: How it works Paul Semple [email protected] DNS: How it works (more or less ) Paul Semple [email protected] 1 Objectives What DNS is and why we need it DNS on Windows Server networks / Community Connect
VMware vcenter Log Insight Getting Started Guide
VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by
Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac
Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac 2011 ENTERPRISE DEVICE
RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware
RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone
Implementing Active Directory Hurdles, Obstacles, and the Finish Line. Jim McDonough Samba Team IBM Linux Technology Center April 6, 2004
Implementing Active Directory Hurdles, Obstacles, and the Finish Line Jim McDonough Samba Team IBM Linux Technology Center April 6, 2004 IBM Interest Alternative to Active Directory Common request from
Panasas at the RCF. Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory. Robert Petkus Panasas at the RCF
Panasas at the RCF HEPiX at SLAC Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory Centralized File Service Single, facility-wide namespace for files. Uniform, facility-wide
Samba as an Active Directory Domain Controller
Samba as an Active Directory Domain Controller Gregory Havens II Texas A&M University [email protected] Anthony Liguori Rutgers University [email protected] C. Donour Sizemore University of Chicago
Click Studios. Passwordstate. Installation Instructions
Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior
CDAT Overview. Remote Managing and Monitoring of SESM Applications. Remote Managing CHAPTER
CHAPTER 1 The Cisco Distributed Administration Tool (CDAT) provides a set of web-based facilities that allow the service-provider administrator to perform two different sets of tasks: Remote managing and
Advancements in Linux Authentication and Authorisation using SSSD
Managing an Enterprise Series and Authorisation using SSSD Lawrence Kearney Enterprise Workgroup and Service Analyst e. [email protected] w. www.lawrencekearney.com How SSSD came to our infrastructure
Migrating from NFSv3 to NFSv4. Migrating from NFSv3 to NFSv4. March 2011. 1 of 10 2011 STORAGE NETWORKING INDUSTRY ASSOCIATION
Migrating from NFSv3 to NFSv4 Migrating from NFSv3 to NFSv4 March 2011 1 of 10 Table of Contents Introduction... 3 NFSv3 to NFSv4 Considerations... 4 Pseudo Filesystem...4 TCP only; no UDP support...5
Integrating Linux systems with Active Directory
Integrating Linux systems with Active Directory Dmitri Pal Engineering Director, Red Hat, Inc. Security Camp at BU Agenda Problem statement Aspects of integration Integration options Recommendations Security
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
SUSE LINUX School Server
1 SUSE LINUX Peter Varkoly, Developer [email protected] 01.10.04 Product Overview 2 Based on SUSE LINUX Openexchange Server 4.1 Aims to provide an all-in-one IT server solution for schools Schools
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA)
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA) Overview Red Hat is pleased to announce a new addition to its line of performance-based certifications Red Hat Certified System Administrator
Formation NetApp Accelerated NCDA
La Pédagogie au service de la Technologie TECHNOLOGIE Formation NetApp Accelerated NCDA Objectif >> A la fin de ce cours, les stagiaires seront à même d effectuer les tâches suivantes : Configure and administer
Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Introduction to Mobile Access Gateway Installation
Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure
Microsoft Active Directory Authentication with SonicOS 3.0 Enhanced and SonicOS SC 1.0 (CSM 2100CF)
Microsoft Active Directory Authentication with SonicOS 3.0 Enhanced and SonicOS SC 1.0 (CSM 2100CF) Introduction SonicWALL Unified Threat Management (UTM) appliances running SonicOS Enhanced 3.0 support
ENTERPRISE LINUX NETWORKING SERVICES
ENTERPRISE LINUX NETWORKING SERVICES The is an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement
