Office of Information Technologies (OIT) Network File Shares

Size: px
Start display at page:

Download "Office of Information Technologies (OIT) Network File Shares"

Transcription

1 Office of Information Technologies (OIT) Network File Shares October 13, 2008

2 Contents 1 Introduction Quick Overview of Microsoft s Distributed File System (DFS) Web-based Distributed Authoring and Versioning (WebDAV) Secure File Transfer Protocol (SFTP) Additional Notes Home Directories (H: Drive) Faculty/Staff Students Resources Folder (I: Drive) Research Staff (Departments) Students Data Instructors Projects Public StudentOrgs UNIX / Web Directories... 13

3 1 Introduction OIT hosts a variety of network file shares that are typically made available to faculty, staff and students via the I: and H: drives. There are several different ways to connect to the I: and H: drives depending on your operating system and whether or not you are on campus (or have access to the VPN). This document is meant to aid campus administrators in understanding and locating the connection options and paths for network file shares hosted by OIT. If you are on campus with a PSU domain attached Windows system then you will automatically have I: and H: drives available in My Computer. This type of connection uses the CIFS/SMB protocol, and is the simplest and fastest way to connect. For those using other operating systems or who wish to connect from off campus, there are several options. To connect from off-campus we have setup WebDAV and SFTP servers (see the sections below for more details on WebDAV and SFTP). WebDAV and SFTP can be used on campus as well, but will not be as fast as connecting directly to the I: and H: drives using CIFS/SMB. If you are not using a PSU domain attached Windows machine (e.g. Mac and Linux clients) then you cannot connect directly to the root of the I: drive with CIFS/SMB. This is because the I: drive uses something called the Distributed File System (DFS) to make multiple network file shares appear to be in one place, and you must be using a PSU domain attached Windows system to use DFS at Portland State. To connect to network file shares displayed within the I: drive using CIFS/SMB from a non PSU domain attached Windows machine (e.g. Mac and Linux clients), you will need to use the direct paths specified in the following sections of this document. As an alternative, WebDAV and SFTP can be used instead of attempting to locate the direct paths for CIFS/SMB. WebDAV and SFTP are hosted on PSU domain attached Windows servers so they will do the DFS translation for you and present the complete I: drive tree. This is the recommended option for Mac and Linux clients connecting to the I: drive. 1.1 Quick Overview of Microsoft s Distributed File System (DFS) DFS is a technology that enables OIT to group shared folders located on different servers and present them to users as a virtual tree of folders. Browsing to I:\Staff on a PSU domain attached workstation is an example of DFS in action. All of the individual department folders in I:\Staff appear to be in one location, but they are actually located across multiple servers and/or volumes. The following operating systems are compatible with DFS: Windows 98 (with AD client extension software), Windows NT w/sp6a, Windows 2000, Window XP, Windows Server 2003, Vista, and Server You must be joined to the PSU domain to use DFS at Portland State. 1.2 Web-based Distributed Authoring and Versioning (WebDAV) WebDAV is a technology that was implemented to give off-campus users the ability to access network file shares without a VPN connection. WebDAV communicates securely through a 128 bit SSL connection on port 443, and is one of the connection options described in this document for each network file share. In order to make WebDAV easier to navigate for the end user, a front end web interface has been created at This page provides links to the authenticated user s home directory ( H: Network File Shares Page 1

4 drive), the I: drive, and the user s UNIX/web directory. Microsoft Windows with Internet Explorer is recommended while using this web site. By default, other configurations will allow downloading/retrieval of files, but not uploading/saving them. If you are NOT using Microsoft Windows with Internet Explorer, see for instructions on how to upload/save files from off-campus. You will need personalized links from this site: Secure File Transfer Protocol (SFTP) SFTP (also referred to as SSH File Transfer Protocol) is available as a supplement to WebDAV/myFiles.pdx.edu for off campus access to network file shares. The SFTP server uses SSH2 with Host Key Encryption and communicates on port 22 at sftp.myfiles.pdx.edu. Most operating systems do not come with a built-in graphical SFTP client. OIT-USS has a list of recommended clients here: It s important to note that unlike SSL (which is used by WebDAV/myFiles.pdx.edu), SFTP does not use a central authority such as VeriSign or Thawte to verify the identity of the SFTP server before you hand over your logon credentials. Instead, the first time you connect to sftp.myfiles.pdx.edu you will be asked to trust the server s host key and store it in the client s local cache. If you are connecting to sftp.myfiles.pdx.edu for the first time from a particular client then you should add the host key to your local cache. If you are prompted to accept a new host key on a client that has already connected to sftp.myfiles.pdx.edu then you may be the subject of a man in the middle attack. Remember that this prompt might show up again if your operating system has been rebuilt or the SFTP client software has been reinstalled. 1.4 Additional Notes All paths use the CIFS/SMB protocol (except WebDAV and SFTP). CIFS/SMB connections are only allowed while on campus, or while connected to the PSU VPN. Network File Shares Page 2

5 2 Home Directories (H: Drive) 2.1 Faculty/Staff Faculty and staff are provided with a home folder ( H: drive) for their files, and can save up to 10 gigabytes of data there. OPTION 1 H: Drive Mapping H:\ This is the best option and should be used whenever possible. The H: drive is automatically mapped on Windows workstations joined to the PSU domain. \\psu.ds.pdx.edu\emphome\firstletterofusername\username DFS compatible systems that do not have an H: drive mapping should use this path. \\emphome.psu.ds.pdx.edu\firstletterofusername\username Mac: smb://emphome.psu.ds.pdx.edu/firstletterofusername/username path Path: Hdrive-HomeFolder-EmpFirstLetterOfUsername Network File Shares Page 3

6 2.2 Students Students are provided with a home folder (H: drive) for their files, and can save up to 500 megabytes of data there. OPTION 1 H: Drive Mapping H:\ This is the best option and should be used whenever possible. The H: drive is automatically mapped on workstations joined to the PSU domain. \\psu.ds.pdx.edu\stuhome\firstletterofusername\username DFS compatible systems that do not have an H: drive mapping should use this path. \\stuhome.psu.ds.pdx.edu\firstletterofusername\username Mac: smb://stuhome.psu.ds.pdx.edu/firstletterofusername/username Systems that are off-campus and do not have access to the PSU VPN client should use this path Path: Hdrive-HomeFolder-StuFirstLetterOfUsername Network File Shares Page 4

7 3 Resources Folder (I: Drive) The I: drive is a common starting point for most of the shared disk space provided by OIT. From the root of the I: drive you can browse to Research, Staff, and Student shared folders. As mentioned in the introduction, the root of the I: drive is NOT accessible via CIFS/SMB from non PSU domain attached Windows machines (e.g. Mac and Linux clients). However, non PSU domain attached Windows machines can connect to the root of the I: drive by browsing to and clicking on the (I:) Resources Folder link, or by pointing a WebDAV client directly to: The root of the I: drive is also available via SFTP at sftp.myfiles.pdx.edu (see for a list of free SFTP clients). If you prefer NOT to use WebDAV or SFTP on a non PSU domain attached Windows machine (e.g. Mac and Linux clients) then continue reading this section for the direct CIFS/SMB paths to each network file share. Network File Shares Page 5

8 3.1 Research Research shares are available to faculty who need space for their research projects. Most of the research shares are hosted on UNIX file servers, but have been linked into the I: drive tree using Samba and DFS. OPTION 1 I: Drive Mapping I:\Research\Samba\SHARE This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\research\samba\share DFS compatible systems that do not have an I: drive mapping should use this path. \\share.research.pdx.edu\research\share Mac: smb://share.research.pdx.edu/research/share path Path: Idrive-ResourcesFolder/Research/Samba/SHARE Network File Shares Page 6

9 3.2 Staff (Departments) Most PSU departments share files with co-workers via a Staff share. OPTION 1 I: Drive Mapping I:\Staff\DEPARTMENT This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\staff\department DFS compatible systems that do not have an I: drive mapping should use this path. \\departments.psu.ds.pdx.edu\department Mac: smb://departments.psu.ds.pdx.edu/department path Path: Idrive-ResourcesFolder/Staff/DEPARTMENT Network File Shares Page 7

10 3.3 Students Data By default these folders are viewable by all faculty, staff, and students. OPTION 1 I: Drive Mapping I:\Students\Data\SHARE This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\students\data\share DFS compatible systems that do not have an I: drive mapping should use this path. \\data.psu.ds.pdx.edu\share Macintosh: smb://data.psu.ds.pdx.edu/share path Path: Idrive-ResourcesFolder/Students/Data/SHARE Network File Shares Page 8

11 3.3.2 Instructors These folders are meant to be a place where instructors can share files with their students. OPTION 1 I: Drive Mapping I:\Students\Instructors\SHARE This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\students\instructors\share DFS compatible systems that do not have an I: drive mapping should use this path. \\instructors.psu.ds.pdx.edu\share Macintosh: smb://instructors.psu.ds.pdx.edu/share path Path: Idrive-ResourcesFolder/Students/Instructors/SHARE Network File Shares Page 9

12 3.3.3 Projects These folders are meant for ongoing projects that need a place to share files with multiple individuals. OPTION 1 I: Drive Mapping I:\Students\Projects\PROJECT This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\students\projects\project DFS compatible systems that do not have an I: drive mapping should use this path. \\projects.psu.ds.pdx.edu\project Macintosh: smb://projects.psu.ds.pdx.edu/project path Path: Idrive-ResourcesFolder/Students/Projects/PROJECT Network File Shares Page 10

13 3.3.4 Public The public folder is available to all faculty, staff, and students. Anyone can create files or folders here. By default new files or folders are readable by everyone and modifiable by the creator/owner. Each Friday night the contents of the public folder are moved to an archive folder, and the contents of the archive from the previous week are deleted. OPTION 1 I: Drive Mapping I:\Students\Public This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\students\public DFS compatible systems that do not have an I: drive mapping should use this path. \\public.psu.ds.pdx.edu\public Macintosh: smb://public.psu.ds.pdx.edu/public Systems that are off-campus and do not have access to the PSU VPN can use this path with a WebDAV client. Path: Idrive-ResourcesFolder/Students/Public Network File Shares Page 11

14 3.3.5 StudentOrgs Student organizations can store and share files amongst its members in one of these folders. OPTION 1 I: Drive Mapping I:\Students\StudentOrgs\SHARE This is the best option and should be used whenever possible. The PSU I: drive is automatically mapped to DFS compatible workstations joined to the PSU domain. \\psu.ds.pdx.edu\resources\students\studentorgs\share DFS compatible systems that do not have an I: drive mapping should use this path. \\studentorgs.psu.ds.pdx.edu\share Macintosh: smb://studentorgs.psu.ds.pdx.edu/share path Path: Idrive-ResourcesFolder/Students/StudentOrgs/SHARE Network File Shares Page 12

15 4 UNIX / Web Directories All faculty, staff, and students are provided with a UNIX directory. It is primarily used for updating PSU web sites. By default, files stored in this directory are accessible to all faculty, staff, and students. OPTION 1 UNC non-dfs Path \\smb.oit.pdx.edu\username Macintosh: smb://smb.oit.pdx.edu/username Computers that are on-campus should use one of these paths. OPTION 2 WebDAV path OPTION 3 SFTP Path: UNIX-Web-Folder Network File Shares Page 13

Office of Information Technologies (OIT)

Office of Information Technologies (OIT) Office of Information Technologies (OIT) Encrypting File System (EFS) November 14th, 2007 Contents Introduction... 1 Benefits... 1 How it works... 1 Enabling EFS... 2 Step 1: Obtain an EFS key pair...

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2011 BitDefender 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

1. Installation Overview

1. Installation Overview Quick Install Guide 1. Installation Overview Thank you for selecting Bitdefender Business Solutions to protect your business. This document enables you to quickly get started with the installation of Bitdefender

More information

Access Your Cisco Smart Storage Remotely Via WebDAV

Access Your Cisco Smart Storage Remotely Via WebDAV Application Note Access Your Cisco Smart Storage Remotely Via WebDAV WebDAV (Web-based Distributed Authoring and Versioning), is a set of extensions to the HTTP(S) protocol that allows a web server to

More information

Acronis Backup & Recovery 10 Server for Windows. Workstation. Quick Start Guide

Acronis Backup & Recovery 10 Server for Windows. Workstation. Quick Start Guide Acronis Backup & Recovery 10 Server for Windows Acronis Backup & Recovery 10 Workstation Quick Start Guide 1. About this document This document describes how to install and start using any of the following

More information

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

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

More information

Home and Shared Folders on Windows Accessing Home and Shared Folders on Active Directory File Servers Using Windows

Home and Shared Folders on Windows Accessing Home and Shared Folders on Active Directory File Servers Using Windows Overview Home and Shared Folders on Windows Accessing Home and Shared Folders on Active Directory File Servers Using Windows Ithaca College provides network file sharing for all faculty members, all staff

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Installation Overview

Installation Overview Contents Installation Overview... 2 How to Install Ad-Aware Management Server... 3 How to Deploy the Ad-Aware Security Solutions... 5 General Deployment Conditions... 5 Deploying Ad-Aware Management Agent...

More information

Connecting to the Staff Desktop Service

Connecting to the Staff Desktop Service Connecting to the Staff Desktop Service Access your programs and files just like you were in the office Get Setup The first step to use our Remote Connection service is to check that you have the free

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

How To Set Up Hopkins Wireless On Windows 7 On A Pc Or Mac Or Ipad (For A Laptop) On A Network Card (For Windows 7) On Your Computer Or Ipa (For Mac Or Mac) On An Ipa Or

How To Set Up Hopkins Wireless On Windows 7 On A Pc Or Mac Or Ipad (For A Laptop) On A Network Card (For Windows 7) On Your Computer Or Ipa (For Mac Or Mac) On An Ipa Or Wireless Configuration Guide: Windows 7 Additional hopkins wireless network instructions and requirements for Windows XP, Vista, 8, Mac OS X, Linux, and other Mobile versions can be found at: http://www.it.johnshopkins.edu/services/network/wireless/

More information

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6. STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson

More information

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server

More information

Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators

Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators Introduced with Windows 2000 Server, Active Directory (AD) is Microsoft

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2010 BitDefender; 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

Other documents in this series are available at: servernotes.wazmac.com

Other documents in this series are available at: servernotes.wazmac.com Wazza s Snow Leopard Server QuickStart 14. Win XP - Workgroup Setup About the Document This document is the fourteenth in a series of documents describing the process of installing and configuring a Mac

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

Connecting to Delta College Exchange services off-campus

Connecting to Delta College Exchange services off-campus Connecting to Delta College Exchange services off-campus The following instructions are provided to document the client configuration used to connect to Microsoft Exchange services at Delta College from

More information

KU Information Technology provides wireless access for both the KU campus community and for guest users at many points across campus.

KU Information Technology provides wireless access for both the KU campus community and for guest users at many points across campus. Wireless at KU KU Information Technology provides wireless access for both the KU campus community and for guest users at many points across campus. The Campus IT map provides building locations where

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

NETWRIX IDENTITY MANAGEMENT SUITE

NETWRIX IDENTITY MANAGEMENT SUITE NETWRIX IDENTITY MANAGEMENT SUITE FEATURES AND REQUIREMENTS Product Version: 3.3 February 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

File Management and File Storage

File Management and File Storage File Management and File Storage http://training.usask.ca Information Technology Services Division Table of Contents File Management at the University of Saskatchewan...3 Introduction...3 Creating Files

More information

Microsoft Outlook Setup With Exchange Server. Outlook 2007 2010 2013

Microsoft Outlook Setup With Exchange Server. Outlook 2007 2010 2013 Microsoft Outlook Setup With Exchange Server Outlook 2007 2010 2013 Revised 12/1/2014 CONTENTS SUMMARY... 3 I. OUTLOOK SETUP... 4 II. PERSONAL FOLDERS SETUP... 7 III. RULES SETUP... 9 Rule #1: Move Inbox

More information

Configuring Outlook 2002-2003 for IMAP. Creating a New IMAP Account. Modify an Existing Account

Configuring Outlook 2002-2003 for IMAP. Creating a New IMAP Account. Modify an Existing Account mai l. uml. edu mai l. uml. edu Configuring Outlook 2002-2003 for IMAP This document will show you how to setup or modify Outlook 2003 as an IMAP client. It is intended for Faculty and Staff whose mailboxes

More information

Client Authenticated SSL Server Setup Guide for Microsoft Windows IIS

Client Authenticated SSL Server Setup Guide for Microsoft Windows IIS Page 1 of 20 PROTECTID Client Authenticated SSL Server Setup Guide for Microsoft Windows IIS Document: MK UM 01180405 01 ProtectIDclientAuthSSLsetupIIS.doc Page 2 of 20 Copyright 2005 Sentry Project Management

More information

How To Set Up Isu-Oit-Wpa On Windows 7 For Wireless Access (Isu- Oit- Wpa) On A Pc Or Mac Or Ipa (Windows 7) On An Ipa Or Ipac (Windows

How To Set Up Isu-Oit-Wpa On Windows 7 For Wireless Access (Isu- Oit- Wpa) On A Pc Or Mac Or Ipa (Windows 7) On An Ipa Or Ipac (Windows Preface: The ISU-OIT-WPA implementation supports either WPA with TKIP or WPA2 with AES. Both support the enterprise DOT1X & CCKM Authentication Key Management features as well. This document is designed

More information

Cloud Services for Backup Exec. Planning and Deployment Guide

Cloud Services for Backup Exec. Planning and Deployment Guide Cloud Services for Backup Exec Planning and Deployment Guide Chapter 1 Introducing Cloud Services for Backup Exec This chapter includes the following topics: About Cloud Services for Backup Exec Security

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Using Your Department Shared Folder

Using Your Department Shared Folder Using Your Department Shared Folder What Is A Domain? A domain is an internal network of computers where the users can share space on a server for storing files and sharing access to printers. Sunysb.edu

More information

Unifying Information Security. Implementing TLS on the CLEARSWIFT SECURE Email Gateway

Unifying Information Security. Implementing TLS on the CLEARSWIFT SECURE Email Gateway Unifying Information Security Implementing TLS on the CLEARSWIFT SECURE Email Gateway Contents 1 Introduction... 3 2 Understanding TLS... 4 3 Clearswift s Application of TLS... 5 3.1 Opportunistic TLS...

More information

Prerequisites and Configuration Guide

Prerequisites and Configuration Guide Prerequisites and Configuration Guide Informatica Support Console (Version 2.0) Table of Contents Chapter 1: Overview.................................................... 2 Chapter 2: Minimum System Requirements.................................

More information

Outlook 2010 Setup Guide (POP3)

Outlook 2010 Setup Guide (POP3) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 8/31/2012 Copyright 2012 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring Outlook 2010 to access

More information

Installation Guide - Client. Rev 1.5.0

Installation Guide - Client. Rev 1.5.0 Installation Guide - Client Rev 1.5.0 15 th September 2006 Introduction IntraNomic requires components to be installed on each PC that will use IntraNomic. These IntraNomic Client Controls provide advanced

More information

WebLogic Server 6.1: How to configure SSL for PeopleSoft Application

WebLogic Server 6.1: How to configure SSL for PeopleSoft Application WebLogic Server 6.1: How to configure SSL for PeopleSoft Application 1) Start WebLogic Server... 1 2) Access Web Logic s Server Certificate Request Generator page.... 1 3) Fill out the certificate request

More information

Exchange 2013 mailbox setup guide

Exchange 2013 mailbox setup guide Fasthosts Customer Support Exchange 2013 mailbox setup guide This article covers the setup of Exchange 2013 mailboxes in Microsoft Outlook 2013, 2010 and Outlook 2011 for Mac. Contents Exchange 2013 Mailbox

More information

Snow Inventory. Installing and Evaluating

Snow Inventory. Installing and Evaluating Snow Inventory Installing and Evaluating Snow Software AB 2002 Table of Contents Introduction...3 1. Evaluate Requirements...3 2. Download Software...3 3. Obtain License Key...4 4. Install Snow Inventory

More information

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER BarTender Print Portal Web-based Software for Printing BarTender Documents WHITE PAPER Contents Overview 3 Installing Print Portal 4 Configuring Your Installation 4 Supported Printing Technologies 5 Web

More information

MailStore Outlook Add-in Deployment

MailStore Outlook Add-in Deployment MailStore Outlook Add-in Deployment A MailStore Server installation deploys the MailStore Outlook Add-in as a Windows Installer package (MSI) that can be installed on client machines using software distribution.

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Chapter 2 Editor s Note:

Chapter 2 Editor s Note: [Editor s Note: The following content was excerpted from the free ebook The Tips and Tricks Guide to Securing Windows Server 2003 (Realtimepublishers.com) written by Roberta Bragg and available at http://www.netiq.com/offers/ebooks.]

More information

Download/Install IDENTD

Download/Install IDENTD Download/Install IDENTD IDENTD is the small software program that must be installed on each user s computer if multiple filters are to be used in ComSifter. The program may be installed and executed locally

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

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

More information

VPN AND CITRIX INSTALLATION GUIDE

VPN AND CITRIX INSTALLATION GUIDE Information Technology VPN AND CITRIX INSTALLATION GUIDE Overview of the CISCO SSL VPN Portal TMCC's Cisco SSL Virtual Private Network (VPN) portal was designed to give TMCC employees secure access to

More information

Web File Management with SSH Secure Shell 3.2.3

Web File Management with SSH Secure Shell 3.2.3 Web File Management with SSH Secure Shell 3.2.3 June 2003 Information Technologies Copyright 2003 University of Delaware. Permission to copy without fee all or part of this material is granted provided

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Defender EAP Agent Installation and Configuration Guide

Defender EAP Agent Installation and Configuration Guide Defender EAP Agent Installation and Configuration Guide Introduction A VPN is an extension of a private network that encompasses links across shared or public networks like the Internet. VPN connections

More information

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008.

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008. Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008 Contents Starting SSH Secure FTP Client... 2 Exploring SSH Secure FTP Client...

More information

SECURE FTP CONFIGURATION SETUP GUIDE

SECURE FTP CONFIGURATION SETUP GUIDE SECURE FTP CONFIGURATION SETUP GUIDE CONTENTS Overview... 3 Secure FTP (FTP over SSL/TLS)... 3 Connectivity... 3 Settings... 4 FTP file cleanup information... 5 Troubleshooting... 5 Tested FTP clients

More information

Check Point FDE integration with Digipass Key devices

Check Point FDE integration with Digipass Key devices INTEGRATION GUIDE Check Point FDE integration with Digipass Key devices 1 VASCO Data Security Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document

More information

Installing Windows XP Professional

Installing Windows XP Professional CHAPTER 3 Installing Windows XP Professional After completing this chapter, you will be able to: Plan for an installation of Windows XP Professional. Use a CD to perform an attended installation of Windows

More information

This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network.

This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network. This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network. Prerequisites for Network Registration: 1. In order to

More information

DIGITAL MULTIFUNCTIONAL SYSTEM

DIGITAL MULTIFUNCTIONAL SYSTEM MODEL: MX-M283N MX-M363N MX-M453N MX-M503N DIGITAL MULTIFUNCTIONAL SYSTEM Software Setup Guide BEFORE INSTALLING THE SOFTWARE SETUP IN A WINDOWS ENVIRONMENT SETUP IN A MACINTOSH ENVIRONMENT TROUBLESHOOTING

More information

CASHNet Secure File Transfer Instructions

CASHNet Secure File Transfer Instructions CASHNet Secure File Transfer Instructions Copyright 2009, 2010 Higher One Payments, Inc. CASHNet, CASHNet Business Office, CASHNet Commerce Center, CASHNet SMARTPAY and all related logos and designs are

More information

Configuring Outlook for Windows to use your Exchange email

Configuring Outlook for Windows to use your Exchange email Configuring Outlook for Windows to use your Exchange email McGill faculty, staff and students are given a Microsoft Exchange account which will give you an email box, calendaring features, access to McGill

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Quick Start Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows Workstation

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

Note that if at any time during the setup process you are asked to login, click either Cancel or Work Offline depending upon the prompt.

Note that if at any time during the setup process you are asked to login, click either Cancel or Work Offline depending upon the prompt. USC Marshall School of Business Academic Information Services Configuring Outlook 2010 RPC Over HTTP Protocol For Windows 7 Home Computers or Wireless Laptops The steps in this document cover how to configure

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB The goal of this document This document was created by the Information Technology Services department to assist the Lotus Notes Coordinators in the successful installation of Lotus Notes release 6 (R6)

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

How to connect to the diamonds wireless network with Vista.

How to connect to the diamonds wireless network with Vista. How to connect to the diamonds wireless network with Vista. This configuration guide requires the use of Windows to configure the wireless settings. 1. Click on the START menu and click the Control Panel.

More information

with the ArchiveSync Add-On Evaluator s Guide 2015 Software Pursuits, Inc.

with the ArchiveSync Add-On Evaluator s Guide 2015 Software Pursuits, Inc. with the ArchiveSync Add-On Evaluator s Guide 2015 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 3 Required Add-Ons for ArchiveSync in Real-Time... 3 Communications

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

TECHNICAL SUPPORT GUIDE

TECHNICAL SUPPORT GUIDE TECHNICAL SUPPORT GUIDE INTRODUCTION This document has been developed to provide a guideline for assisting our clients and their technicians with a standard Console Gateway Live configuration. IS THIS

More information

Student Desktop@ Home

Student Desktop@ Home Student Desktop@ Home Full Off Campus Access to your Programs and Files Full Access to the University from Home You can access the University from any computer with an internet connection. This system

More information

RSA SecurID Token User Guide February 12, 2015

RSA SecurID Token User Guide February 12, 2015 RSA SecurID Token User Guide Page i Table of Contents Section I How to request an RSA SecurID token... 1 Section II Setting your RSA SecurID PIN... 6 Section III Setting up PuTTY on your Windows workstation

More information

How To Export Data From Exchange To A Mailbox On A Pc Or Macintosh (For Free) With A Gpl Or Ipa (For A Free) Or Ipo (For Cheap) With An Outlook 2003 Or Outlook 2007 (For An Ub

How To Export Data From Exchange To A Mailbox On A Pc Or Macintosh (For Free) With A Gpl Or Ipa (For A Free) Or Ipo (For Cheap) With An Outlook 2003 Or Outlook 2007 (For An Ub Exchange Client Quick Start Guide GAPC Hosted Exchange Client Guide Page 1 of 12 Client Requirements Hosted Exchange requires Outlook 2003 and Windows XP for MAPI access to your hosted Exchange mailboxes,

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

Secure Data Transfer

Secure Data Transfer Secure Data Transfer INSTRUCTIONS 3 Options to SECURELY TRANSMIT DATA 1. FTP 2. WinZip 3. Password Protection Version 2.0 Page 1 Table of Contents Acronyms & Abbreviations...1 Option 1: File Transfer Protocol

More information

Websense Support Webinar: Questions and Answers

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

More information

EventTracker Windows syslog User Guide

EventTracker Windows syslog User Guide EventTracker Windows syslog User Guide Publication Date: September 16, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document is prepared to help user(s)

More information

Eduroam wireless network Windows Vista

Eduroam wireless network Windows Vista Eduroam wireless network Windows Vista university for the creative arts How to configure laptop computers to connect to the eduroam wireless network Contents Contents Introduction Prerequisites Instructions

More information

How To Install Sedar On A Workstation

How To Install Sedar On A Workstation SEDAR Client Installation Guide Version 1.2 January 27, 2014 10 Contents About This Guide... 2 Assumptions... 3 Date Format Synchronization... 3 Before You Begin the Installation Test of the SEDAR Client...

More information

Pro Bundle Evaluator s Guide. 2015 Software Pursuits, Inc.

Pro Bundle Evaluator s Guide. 2015 Software Pursuits, Inc. Pro Bundle Evaluator s Guide 2015 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 3 About the Communications Agent Add-On... 3 Other SureSync Add-Ons... 4 File Locking

More information

Installation of Medcin Student Edition Version 2 Software

Installation of Medcin Student Edition Version 2 Software Instructions for students Installation of Medcin Student Edition Version 2 Software Overview This document will guide you through installation of the Medcin Student Edition software on your personal computer.

More information

Remote Filtering Software

Remote Filtering Software Remote Filtering Software Websense Web Security Solutions v7.7-7.8 1996 2013, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2013 The products and/or

More information

Setting up Windows XP for WPA Wireless Access (ISU-OIT-WPA)

Setting up Windows XP for WPA Wireless Access (ISU-OIT-WPA) Preface: The ISU-OIT-WPA implementation supports either WPA with TKIP or WPA2 with AES. Both support the enterprise DOT1X & CCKM Authentication Key Management features as well. This document is designed

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

Quick Start - NetApp File Archiver

Quick Start - NetApp File Archiver Quick Start - NetApp File Archiver TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS GETTING STARTED Upgrade Configuration Archive Recover Page 1 of 14 Overview - NetApp File Archiver Agent TABLE OF CONTENTS

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

PENN. Social Sciences Computing a division of SAS Computing. SAS Computing SSC. Remote Computing. John Marcotte Director of SSC.

PENN. Social Sciences Computing a division of SAS Computing. SAS Computing SSC. Remote Computing. John Marcotte Director of SSC. Social Sciences Computing a division of John Marcotte Director of February 2008 Remote control File transfer (copy and sync) Security Tips Software list Remote control Remote Control Concepts - Run programs

More information

Installing the SSH Client v3.2.2 For Microsoft Windows

Installing the SSH Client v3.2.2 For Microsoft Windows WIN1011 June 2003 Installing the SSH Client v3.2.2 For Microsoft Windows OVERVIEW... 1 SYSTEM REQUIREMENTS... 2 INSTALLING THE SSH PACKAGE... 2 STARTING THE PROGRAMS... 5 USING THE SHELL CLIENT... 8 USING

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

Edith Cowan University Information Technology Services Centre

Edith Cowan University Information Technology Services Centre Introduction The following guide will provide instructions on how to map a network drive on your laptop/desktop computer. Prerequisites You will need to know your ADS username (and password if you re connecting

More information

Windows Peer-to-Peer Network Configuration Guide

Windows Peer-to-Peer Network Configuration Guide Windows Peer-to-Peer Network Configuration Guide Windows Peer-to-Peer Network Configuration Guide for CCC Pathways Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of this publication

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide Contents 1. Introduction... 1 2. Before You Install... 3 3. Server Installation... 6 4. Configuring Print Audit Secure... 11 5. Licensing... 16 6. Printer Manager... 17 7.

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information