Setting Up SAMBA. And the response was: salmonberry samba sawtimber scramble. Thus, the name Samba was born.

Size: px
Start display at page:

Download "Setting Up SAMBA. And the response was: salmonberry samba sawtimber scramble. Thus, the name Samba was born."

Transcription

1 Setting Up SAMBA Samba is the brainchild of Andrew Tridgell who currently heads the Samba development team from his home of Canberra, Australia. The project was born in 1991 when Andrew created a fileserver program for his local network that supported an odd DEC protocol from Digital Pathworks. Although he didn't know it at the time, that protocol later turned out to be SMB. A few years later, he expanded upon his custom-made SMB server and began distributing it as a product on the Internet under the name SMB Server. However, Andrew could not keep that name it already belonged to another company's product so he tried the following Unix renaming approach: grep -i 's.*m.*b' /usr/dict/words And the response was: salmonberry samba sawtimber scramble Thus, the name Samba was born. Those above-average sys admins have traditionally sneaked Linux into company networks with a file and print server. The software behind this, that allows Linux and most other Unix variants participate seamlessly and even outperform Windows-based machines on small networks, is called Samba. Samba (from the Server Message Block protocol or SMB) is a suite of programs that implement the SMB protocol on Linux. The SMB protocol is the foundation of Windows networking, or as Microsoft now calls it, the Common Internet File System (CIFS). Today, the Samba suite revolves around a pair of Unix daemons that provide shared resources, called shares, to SMB clients on a network. (Shares are sometimes called services as well.) These daemons are: smbd A daemon that allows file and printer sharing on an SMB network and provides authentication and authorization for SMB clients nmbd A daemon that looks after the Windows Internet Name Service (WINS) and assists with browsing SHARANAM SHAH (DOT) COM

2 Page 2 Samba is currently maintained and extended by a group of volunteers under the active supervision of Andrew Tridgell. Like Linux, Samba is considered Open Source software (OSS) by its authors, and is distributed under the GNU General Public License (GPL). Since its inception, development of Samba has been sponsored in part by the Australian National University, where Andrew Tridgell earned his Ph.D. In addition, some development has been sponsored by independent vendors such as Whistle and SGI. It is a true testament to Samba that both commercial and non-commercial entities are prepared to spend money to support an Open Source effort. The latest version of Samba includes many new features to increase compatibility with NT domains and improve performance. Setting up the Linux server as a File and Print server that can be used by Win 9x users on a LAN.! Share one or more filesystems! Share printers installed on both the server and its clients! Assist clients with Network Neighborhood browsing! Authenticate clients logging onto a Windows domain! Provide or assist with WINS name server resolution To achieve some of the above edit the file smb.conf found in /etc/samba. (Refer to diagram 1.1) Start by making a backup of the smb.conf file. <System Prompt> cd /etc/samba <System Prompt> cp smb.conf smb.conf.backup Edit the file /etc/samba/smb.conf. <System Prompt> kate /etc/samba/smb.conf (Refer to diagram 1.1) SETTING UP SAMBA

3 Page 3 Set The Workgroup Or Domain Diagram 1.1: Starting Samba Configuration Change the setting workgroup from MYGROUP to whatever name that's been assigned to the current workgroup or domain. For example, set it to SCTHOME. (Refer to diagram 1.2) Set The Server Description Diagram 1.2: Samba Configuration Change the server string from Samba Server to whatever description that must be broadcast as the server's description. It can be set to SCT Server Orchid (Refer to diagram 1.2) Enable Blank Passwords To enable blank passwords add the following line in the [global] section: null passwords = yes (Refer to diagram 1.3) SHARANAM SHAH (DOT) COM

4 Page 4 Diagram 1.3: Samba Configuration Share CDROM Make the CD-ROM drive on the Server available for public access. Add the following lines to the bottom of the file: (Refer to diagram 1.3) [cdrom] comment = Shared CD ROM Drive path = /mnt/cdrom public = yes only guest = no writable = no printable = no Share Data Added shares at the end of the file: (Refer to diagram 1.3) [downloads] path = /mnt/downloads SETTING UP SAMBA

5 Page 5 public = yes writable = yes browseable = yes [sctdata] path = /mnt/sctdata public = yes writable = yes browseable = yes For writable = yes the location shared needs to be writable in Linux as well. This can be done using chmod command as: <System Prompt> chmod 777 /mnt/downloads <System Prompt> chmod 777 /mnt/sctdata Auto Start Samba Service Use chkconfig to enable samba (smb) in both Runlevels 3 and 5. Runlevels 3 and 5 mean the text interface and graphical interface respectively. (Refer to diagram 1.4) <System Prompt> chkconfig --list smb This lists the current configuration of samba. At all levels samba auto start is off. (Refer to diagram 1.4) <System Prompt> chkconfig --level 35 smb on This switches auto start of samba service to on only in run levels 3 and 5. (Refer to diagram 1.4) <System Prompt> chkconfig --list smb This lists the changes configuration of samba after the above command was issued. The samba service is switched to on in run levels 3 and 5. SHARANAM SHAH (DOT) COM

6 Page 6 Diagram 1.4: Auto Starting Samba From now on the samba service will auto start each time the machine is restarted. Add Users To Samba Add users who can access these shares using the smbpasswd command. Refer to diagram 1.5 <System Prompt> smbpasswd -a <username> Diagram 1.5: Adding the user sharanam Restarting Samba To Apply Changes Restart the SMB services with the command: (Refer to diagram 1.6) <System Prompt> service smb restart SETTING UP SAMBA

7 Page 7 Testing Samba Via A Windows Box Diagram 1.6: Restarting smb service 1. Open Windows Explorer and browse through My Network Place # Scthome # Orchid 2. Click Orchid A user name will be prompted. Key in the username as sharanam. This user was created earlier (Refer to diagram 1.5). Diagram 1.7: Locating The Server via My Network Places SHARANAM SHAH (DOT) COM

8 Page 8 Do not enter a password as while creating this user no password was entered. This is allowed as null passwords = yes was set while setting up samba. 3. Click OK 4. This will bring up all the shared folders and CDROM available on the server. (Refer to diagram 1.8) Diagram 1.8: The shared folders and CDROM under the Server Orchid This completes configuration and Testing of Samba Server. SETTING UP SAMBA

Implementing a Primary Domain Controller for Windows 2000 Clients using Samba

Implementing a Primary Domain Controller for Windows 2000 Clients using Samba Operating Systems and Systems Integration Implementing a Primary Domain Controller for Windows 2000 Clients using Samba 1 Aim After completing this exercise, you will be able to install and perform basic

More information

Install and Configure Samba - CentOS 7

Install and Configure Samba - CentOS 7 CentOS 7 Samba Guide Page 1 of 11 Install and Configure Samba - CentOS 7 What is Samba and why should I use it? Samba is a service that allows Linux machines to access and share files, folders and printers

More information

Robert Eckstein, David Collier-Brown, Peter Kelly 1st Edition November , Order Number: pages, $34.95

Robert Eckstein, David Collier-Brown, Peter Kelly 1st Edition November , Order Number: pages, $34.95 Using Samba Using Samba Robert Eckstein, David Collier-Brown, Peter Kelly 1st Edition November 1999 1-56592-449-5, Order Number: 4495 416 pages, $34.95 Table of Contents Chapter 1: Learning the Samba Chapter

More information

Network-based File Sharing (1)

Network-based File Sharing (1) Samba Let s Dance! Network-based File Sharing (1) NFS (UNIX-based) mountd is responsible for mount request nfsd and nfsiod Based on RPC CIFS (Microsoft) Common Internet File System 網路芳鄰 SMB (Server Message

More information

Applied Biosystems SQL*LIMS Technical Support Technical Note

Applied Biosystems SQL*LIMS Technical Support Technical Note Applied Biosystems SQL*LIMS Technical Support Technical Note Document Number: LIMS013 Last Revised: 7/22/2003 Software Versions: SQL*LIMS v4.0.16 and v4.1 Platform: Sun Solaris and HP-UX Author: Deborah

More information

Lab #10: Using Linux with Microsoft Windows

Lab #10: Using Linux with Microsoft Windows CTEC1863/2017F Lab #10 Samba Page 1 of 11 Lab #10: Using Linux with Microsoft Windows In this lab, we turn Linux into a Microsoft Windows network server using Samba, "the free SMB and CIFS client and server

More information

Sample Configuration File

Sample Configuration File ,appf.28204 Page 379 Friday, November 19, 1999 3:31 PM Appendix F F Sample Configuration File This appendix gives an example of a production smb.conf file and looks at how many of the options are used

More information

Chapter 6: Connecting Windows Workstations

Chapter 6: Connecting Windows Workstations Chapter 6: Connecting Windows Workstations 153 Chapter 6 Connecting Windows Workstations Because this is a book about using Linux on a Microsoft Windows-based network, this chapter shows you how to connect

More information

SIOS Protection Suite for Linux v9.0. Samba Recovery Kit Administration Guide

SIOS Protection Suite for Linux v9.0. Samba Recovery Kit Administration Guide SIOS Protection Suite for Linux v9.0 Samba Recovery Kit Administration Guide Sep 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

Learning the Samba Configuration File

Learning the Samba Configuration File ,ch04.27075 Page 82 Friday, November 19, 1999 3:28 PM 4 Chapter 4 Disk Shares In the previous three chapters, we showed you how to install Samba on a Unix server and set up Windows clients to use a simple

More information

Sharing files and printers with Microsoft Windows

Sharing files and printers with Microsoft Windows 1 Sharing files and printers with Microsoft Windows CIFS, Samba, SMB. Different words, same thing. Samba is mainly used as a share in a mixed environment, usually with Windows and Linux. Samba is also

More information

Red Hat Enterprise Linux Red Hat Enterprise Linux Deployment Guide

Red Hat Enterprise Linux Red Hat Enterprise Linux Deployment Guide Red Hat Enterprise Linux 5.0.0 Red Hat Enterprise Linux Deployment Guide Red Hat Enterprise Linux 5.0.0: Red Hat Enterprise Linux Deployment Guide Copyright 2007 Red Hat, Inc. This Deployment Guide documents

More information

SIOS Protection Suite for Linux Samba Recovery Kit v Administration Guide

SIOS Protection Suite for Linux Samba Recovery Kit v Administration Guide SIOS Protection Suite for Linux Samba Recovery Kit v9.0.2 Administration Guide Mar 2016 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

CIS 192 Linux Lab Exercise

CIS 192 Linux Lab Exercise CIS 192 Linux Lab Exercise Lab 8: Samba Spring 2009 Lab 8: Samba The purpose of this lab is to share files among Windows and Linux hosts on a common network. The goal is to browse directories on the Linux

More information

15. Creating a Samba Server in Knoppix v.3

15. Creating a Samba Server in Knoppix v.3 15. Creating a Samba Server in Knoppix v.3 Estimated Time: 60 minutes Objective In this lab, the student will start the samba service in Knoppix, allowing transfer of files to and from a indows XP computer

More information

Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM

Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM 7 Server Web Server Web Server rpm #rpm q apache apache-1.3.20-16+sis package apache not installed CD-ROM Linux Redhat, Linux SiS Linux rpm I apache-1.3.20-16+sis /etc/httpd/conf/httpd.conf ServerRoot

More information

Network-based File Sharing

Network-based File Sharing Samba weicc Network-based File Sharing FTP (File Transfer Protocol) NFS (UNIX-based) mountd is responsible for mount request nfsd and nfsiod Based on RPC CIFS (Microsoft) Common Internet File System 網路芳鄰

More information

SIOS Protection Suite for Linux Samba Recovery Kit v9.2. Administration Guide

SIOS Protection Suite for Linux Samba Recovery Kit v9.2. Administration Guide SIOS Protection Suite for Linux Samba Recovery Kit v9.2 Administration Guide October 2017 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

Sair 3X Samba Resource Sharing.

Sair 3X Samba Resource Sharing. Sair 3X0-203 Samba Resource Sharing http://killexams.com/exam-detail/3x0-203 D. Browse = no QUESTION: 43 Which of the following are ways Samba resolves NetBIOS names? (Choose three.) A. Reverse DNS lookups

More information

configure samba for some basic file service tasks

configure samba for some basic file service tasks 1 Samba by Alain Knaff Samba (named after Microsoft s Server Message Block protocol) is an Open Source/Free Software suite that provides seamless file and print services to Windows clients. It can act

More information

Developing Management Strategies and Tools for Samba. Jeffrey Bianchine

Developing Management Strategies and Tools for Samba. Jeffrey Bianchine SCALE 3X Developing Management Strategies and Tools for Samba Jeffrey Bianchine jjbianchine@earthlink.net Brief History of IT Centralized Mainframes Minicomputers Decentralized Isolated PCs LAN PCs connected

More information

Samba. Alain Knaff. Linuxdays, Samba. Alain Knaff. Installing. Basic config PDC. Printing. Misc gimmicks. Conclusion

Samba. Alain Knaff. Linuxdays, Samba. Alain Knaff. Installing. Basic config PDC. Printing. Misc gimmicks. Conclusion config Linuxdays, 2006 Summary config config (defining shares,...) Operating as a Misc items and printing config 3.0.14a: apt-get install samba apt-get install smbclient Overview config Sections, introduced

More information

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Contents QuickBooks Enterprise Solutions and Linux... 3 Audience of This Guide... 3 What is the Linux Database Manager

More information

Wireless and Dorm Printing Overview

Wireless and Dorm Printing Overview Wireless and Dorm Printing Overview Updated: 2/1/2009 IMPORTANT: IPP printing is not supported In order for wireless and dorm users to successfully print to print queues installed on a GoPrint system,

More information

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide Intuit QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2009 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING

More information

IBM Iseries linux technical solutions v5r.

IBM Iseries linux technical solutions v5r. IBM 000-856 Iseries linux technical solutions v5r. http://killexams.com/exam-detail/000-856 QUESTION: 72 When using an image catalog to install a Linux partition on iseries, where does the image catalog

More information

RHCE BOOT CAMP. File Sharing Services. Wednesday, November 28, 12

RHCE BOOT CAMP. File Sharing Services. Wednesday, November 28, 12 RHCE BOOT CAMP File Sharing Services NFS The Network File Service, or NFS, is used to share data with other servers. For this service to work properly, portmap and nfs-utils rpms must be installed, and

More information

Configuring and Managing WAAS Print Services

Configuring and Managing WAAS Print Services 13 CHAPTER This chapter describes how to configure and manage the WAAS print services feature that allows Edge WAEs to function as print servers in your branch offices. Note Throughout this chapter, the

More information

SAN Boot Windows ( iscsi )

SAN Boot Windows ( iscsi ) 2018/04/04 00:56 1/12 it-joe SAN Boot Windows ( iscsi ) SAN Boot Windows ( iscsi ) Updated: 2016-09-24 19:45 EDT Synopsis So I built this PXE server to eliminate my need for CD/DVD base installation media.

More information

Print Server. User s Manual

Print Server. User s Manual Print Server User s Manual 1 Contents 1. INTRODUCTION...1 1.1 Product Introduction... 2 1.2 Product Package... 3 1.3 Network Printing Architecture... 4 1.3.1 Print Server Network Functions... 5 1.3.2 Network

More information

Copyright (c) 1999 by O'Reilly & Associates. This book, Using Samba, first edition, was written by Robert Eckstein, David Collier-Brown, and Peter

Copyright (c) 1999 by O'Reilly & Associates. This book, Using Samba, first edition, was written by Robert Eckstein, David Collier-Brown, and Peter Copyright (c) 1999 by O'Reilly & Associates. This book, Using Samba, first edition, was written by Robert Eckstein, David Collier-Brown, and Peter Kelly, and published by O'Reilly & Associates. This material

More information

How To Set User Account Password In Windows 7 From Guest

How To Set User Account Password In Windows 7 From Guest How To Set User Account Password In Windows 7 From Guest To change the password of a specific user in windows 7 or 8.1, without knowing How to change or set Windows 7 default font settings to bold, italic?

More information

Enable printing from Windows and Macs remotely through Linux Print server - Share Brother Printer DCP-1610W with Linux CUPS and Samba Windows Share

Enable printing from Windows and Macs remotely through Linux Print server - Share Brother Printer DCP-1610W with Linux CUPS and Samba Windows Share Enable printing from Windows and Macs remotely through Linux Print server - Share Brother Printer DCP-1610W with Linux CUPS and Samba Windows Share Author : admin I've recently bought a new Printer model

More information

One Bay SATA/IDE Turbo NAS User Manual

One Bay SATA/IDE Turbo NAS User Manual One Bay SATA/IDE Turbo NAS User Manual Revision: v0117 Date: 2009/07/23 For firmware version v1.17 Table of Contents 1. Introduction... 3 1.1. Key Features... 3 1.2. Network Environment... 3 2. Hardware

More information

Windows NT Server Printer Driver Upgrade Instructions

Windows NT Server Printer Driver Upgrade Instructions Windows NT Server Printer Driver Upgrade Instructions The steps detailed below describe the most reliable method to upgrade printer driver versions after v1.6.0227a on a Windows NT 4.0 Server that is shared

More information

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide Intuit QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2013 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING

More information

SETTING UP NETWORKING FOR LOOKOUT 4.0

SETTING UP NETWORKING FOR LOOKOUT 4.0 NOTE TO USER SETTING UP NETWORKING FOR LOOKOUT 4.0 Contents Testing TCP/IP Capability The purpose of this document is to help you with basic configuration of your computers in order to run Lookout 4. This

More information

Filesharing. Jason Healy, Director of Networks and Systems

Filesharing. Jason Healy, Director of Networks and Systems Filesharing Jason Healy, Director of Networks and Systems Last Updated Mar 18, 2008 2 Contents 1 Name of Project Here 5 1.1 Introduction.............................. 5 1.2 Initial Setup..............................

More information

The Samba-3: Overview, Authentication, Integration

The Samba-3: Overview, Authentication, Integration The Samba-3: Overview, Authentication, Integration John H Terpstra, CTO PrimaStasys Inc. jht@primastasys.com or jht@samba.org Slide 1 About the speaker Long term Samba-Team member Author of official Samba

More information

Spartan '08 for Linux Installation Instructions

Spartan '08 for Linux Installation Instructions Spartan '08 for Linux Installation Instructions Section 1: Installation from CD ROM Section 2: Installing the Spartan Database from DVD ROM Section 3: Accepting job requests from a Linux client Section

More information

NS312 User Guide. Version 1.0. SilverStone Technology Co., Ltd.

NS312 User Guide. Version 1.0. SilverStone Technology Co., Ltd. NS312 User Guide Version 1.0 SilverStone Technology Co., Ltd. http://www.silverstonetek.com support@silverstonetek.com 1 Index SilverStone NS312 Introduction... 4 First time Hardware Installation.... 4

More information

Configuring and Troubleshooting MS DFS links in an HP CIFS Server (Samba) Environment

Configuring and Troubleshooting MS DFS links in an HP CIFS Server (Samba) Environment Configuring and Troubleshooting MS DFS links in an HP CIFS Server (Samba) Environment Executive summary... 2 What IS MS DFS?... 2 Configuring MS DFS on HP CIFS Server... 2 Test environment... 2 Configuration

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

Configuring and Managing WAAS Legacy Print Services

Configuring and Managing WAAS Legacy Print Services 13 CHAPTER Configuring and Managing WAAS Legacy Print Services This chapter describes how to configure and manage the WAAS legacy print services feature that allows WAEs to function as print servers in

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Hemanth Thalak Dattatreya. Wendy Cheng. Wendy Cheng, 19447, Pruneridge Avenue, M S 47, Cupertino, CA

Hemanth Thalak Dattatreya. Wendy Cheng. Wendy Cheng, 19447, Pruneridge Avenue, M S 47, Cupertino, CA Presentation Number: 162 Title: Samba/iX 2.x: New dimensions to MPE/NT interoperability Author: Co-Author: Company Address: Hemanth Thalak Dattatreya Wendy Cheng Hemanth T Dattatreya, Hewlett Packard India

More information

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V LevelOne FPS-9021/FPS-9022 Mini Printer Server w/parallel (USB2.0) Port User Manual V1.0.0-0601 CONTENTS 1. INTRODUCTION...1 1.1 Product Introduction... 2 1.2 Product Package... 3 1.3 Network Printing

More information

Prepared by Shiba Ratna Tamrakar

Prepared by Shiba Ratna Tamrakar Lab on Package management with RPM and Yum 1. to install the package bind-utils #rpm -hiv bind-utils* Note: i for install, h for hash, v for verbose 2. to install the package bind-utils from URL ftp://www.xyz.com/rpms

More information

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual Version 3.0 April 5, 2003 Table of Contents INTRODUCTION... 3 INSTALLATION... 3 SYSTEM REQUIREMENTS... 3 WINDOWS... 3 Install Procedure... 3 SETUP...

More information

HP CIFS Server Administrator's Guide Version A.03.01

HP CIFS Server Administrator's Guide Version A.03.01 HP CIFS Server Administrator's Guide Version A.03.01 HP-UX 11i v2 and HP-UX 11i v3 HP Part Number: 5900-1282 Published: January 2011 Edition: 14 Copyright 2011 Hewlett-Packard Development Company, L.P.

More information

Introduction SMB FTP DHCP. More than a NAS

Introduction SMB FTP DHCP. More than a NAS Version 1.1.45 E Content Content... 2 Introduction... 3 SMB... 3 FTP... 3 DHCP... 3 More than a NAS... 3 Package content... 4 Take a look at the IB-NAS901... 4 Front... 4 Back... 4 Assembly... 5 Connecting

More information

Installing and Administering the CIFS/9000 Server

Installing and Administering the CIFS/9000 Server Installing and Administering the CIFS/9000 Server HP Documentation Web Site: www.docs.hp.com Manufacturing Part Number: B8725-90021 E0302 U.S.A. Copyright 2002 Hewlett-Packard Company.. Legal Notices The

More information

Liberty Valley Church Network

Liberty Valley Church Network The University of Akron IdeaExchange@UAkron Honors Research Projects The Dr. Gary B. and Pamela S. Williams Honors College Spring 2015 Liberty Valley Church Network Timothy D. Fuhry tdf21@zips.uakron.edu

More information

STEP TWO: Configure your network settings (Windows XP and 2000 users start here, Windows 98se / Me start on page 3.)

STEP TWO: Configure your network settings (Windows XP and 2000 users start here, Windows 98se / Me start on page 3.) Hood College Dorm Network Setup Instructions These instructions assume you already have a working computer with a properly installed network interface card (NIC, Ethernet). These instructions are written

More information

Clustered NAS For Everyone Clustering Samba With CTDB. NLUUG Spring Conference 2009 File Systems and Storage

Clustered NAS For Everyone Clustering Samba With CTDB. NLUUG Spring Conference 2009 File Systems and Storage Clustered NAS For Everyone Clustering Samba With CTDB NLUUG Spring Conference 2009 File Systems and Storage Michael Adam obnox@samba.org 2009-05-07 Contents 1 Cluster Challenges 2 1.1 The Ideas...............................

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft SQL Server EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

Networking i5/os NetServer

Networking i5/os NetServer System i Networking i5/os NetServer Version 6 Release 1 System i Networking i5/os NetServer Version 6 Release 1 Note Before using this information and the product it supports, read the information in

More information

HP OpenVMS CIFS File Security and Management

HP OpenVMS CIFS File Security and Management OpenVMS Technical Journal V14 HP OpenVMS CIFS File Security and Management Shilpa K, HP OpenVMS CIFS File Security and Management Intended Audience... 2 Introduction to CIFS... 2 The Scope:... 5 CIFS as

More information

The Samba-3 Enchilada: Overview, Authentication, Integration

The Samba-3 Enchilada: Overview, Authentication, Integration : Overview, Authentication, Integration John H Terpstra, CTO PrimaStasys Inc. jht@primastasys.com or jht@samba.org Page 1 About the speaker Long term Samba-Team member Author of official Samba documentation

More information

10/100Mbps 2Port USB2.0 MFP Server

10/100Mbps 2Port USB2.0 MFP Server 10/100Mbps 2Port USB2.0 MFP Server Mini-MFP Quick Installation Guide English Ver.1.0 Quick Installation Guide CONTENTS STEP 1 / Mbps Port USB MFP Server Introduction Package Contents OS Requirements Physical

More information

Contents 1 INITIAL CONFIGURATION BEFORE CHANGING THE CONFIGURATION NETWORK SETUP PROCEDURE... 3

Contents 1 INITIAL CONFIGURATION BEFORE CHANGING THE CONFIGURATION NETWORK SETUP PROCEDURE... 3 Network Guide Imation Matchprint Professional Server Contents 1 INITIAL CONFIGURATION... 2 2 BEFORE CHANGING THE CONFIGURATION... 2 3 NETWORK SETUP PROCEDURE... 3 4 ADDING SPOOLER AND HOT FOLDERS FOR NETWORK

More information

LAN+ USB2.0 Combo External RAID 0, 1 Subsystem

LAN+ USB2.0 Combo External RAID 0, 1 Subsystem is607 Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives LAN+ USB2.0 Combo External RAID 0, 1 Subsystem User Manual (English/Deutsch/ 中文 ) v1.0 August 23, 2007 Table of Contents CHAPTER 1 - INTRODUCTION...1

More information

1-USING ANY "WINDOWS.." COMPUTER TO ACCESS A FILE SHARED FROM INSIDE ANY OTHER "WINDOWS.." COMPUTER

1-USING ANY WINDOWS.. COMPUTER TO ACCESS A FILE SHARED FROM INSIDE ANY OTHER WINDOWS.. COMPUTER 1-USING ANY "WINDOWS.." COMPUTER TO ACCESS A FILE SHARED FROM INSIDE ANY OTHER "WINDOWS.." COMPUTER Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY Here are our basic

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

SMB. / / 80-. /,,,, /scalability/ mainframe. / . ",,!. # $ " fail sharing,,. % ,,. " 90-, 12, /.! database.! /DBMS/.

SMB. / / 80-. /,,,, /scalability/ mainframe. / . ,,!. # $  fail sharing,,. % ,,.  90-, 12, /.! database.! /DBMS/. / 1980 / 80- / /scalability/ mainframe /! "! # $ " fail sharing %! " 90-!! 12! /! database! /DBMS/ /!! RPC SQL "!/file sharing/!-!- "!! - / SMB SMB Server Message Block!! named pipes /& ! / mailslots /

More information

Samba in Business. John H Terpstra

Samba in Business. John H Terpstra Samba in Business John H Terpstra CTO, PrimaStasys Inc. jht@primastasys.com Slide 1 Agenda Definition of the Integration Problem Technical Background The bigger picture Samba as a replacement for NT4 /

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features 1.0 Key Features Addonics T E C H N O L O G I E S mini NAS Model: NAS25HDU2 Convert any 2.5 SATA drive into a Network Attached Storage device Connect a USB printer to share it over the network One Fast

More information

Integrated Information Technology Services (IITS)

Integrated Information Technology Services (IITS) Integrated Information Technology Services (IITS) User Guide for Laptops with Windows 7 Network Configuration & Software Installation Version 1.4 Updated as at 15-Aug-11 Table of Contents How to verify

More information

Network Quick Install Cards Document Centre 490/480/470/460 ST

Network Quick Install Cards Document Centre 490/480/470/460 ST Network Quick Install Cards Document Centre 490/480/470/460 ST This package contains Quick Install Cards that will help you connect the Document Centre to your network and install E-mail. Please read and

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Lab 2A> ADDING USERS in Linux

Lab 2A> ADDING USERS in Linux Lab 2A> ADDING USERS in Linux Objective In this lab, student will learn how to create user accounts using the Linux operating system. Scenario The XYZ Company has just installed a server running Linux.

More information

This solution will work with any Lawson-supported version of Unix. Specifically, this document references IBM AIX v4.3.3 and SAMBA 2.0.

This solution will work with any Lawson-supported version of Unix. Specifically, this document references IBM AIX v4.3.3 and SAMBA 2.0. Using SAMBA for Integrating into the Lawson Environment by John Henley, Decision Analytics August 2001 Summary A frequent complaint heard among Lawson Insight Unix clients is the difficulty of moving files

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmgrd License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

More information

1 of 6. How to set up Permissions. Re: How to set up Permissions. Re: How to set up Permissions. Re: How to set up Permissions

1 of 6. How to set up Permissions. Re: How to set up Permissions. Re: How to set up Permissions. Re: How to set up Permissions This topic from the old SourceForge.net forum was donated from a personal archive and has been edited to improve readability. If you do not want your posts reproduced herein, please notify one of the maintainers.

More information

DeploymentManager Ver6.6

DeploymentManager Ver6.6 DeploymentManager Ver6.6 Operation Guide -First Edition- Rev.001 Contents Introduction... 4 Target Audience and Purpose... 4 Document Structure... 4 Documentation Guidelines for DeploymentManager Manuals...

More information

NETWORK STORAGE ADAPTER USER MANUAL

NETWORK STORAGE ADAPTER USER MANUAL NETWORK STORAGE ADAPTER USER MANUAL MODEL 522496 INT-522496-UM-0606-02 522496_man.dlrevL4C.indd 1 6/28/06 9:11:50 AM CONTENTS section page 1. Introduction... 3 2. Understanding the Network Storage Adapter...

More information

Installing phpmyadmin On Linux

Installing phpmyadmin On Linux Installing phpmyadmin On Linux phpmyadmin is a popular, powerful web-based interface for administering MySQL databases. It is open source web application, written in PHP and published under the GNU General

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from:

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from: Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro By Gary Ryan Adapted from: https://www.hdsentinel.com/how_to_monitor_network_attached_storage_nas_status.php How to: monitor Network Attached Storage

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

IBM System i IT Simplification: Linux Technical V5R4.

IBM System i IT Simplification: Linux Technical V5R4. IBM 000-863 System i IT Simplification: Linux Technical V5R4 http://killexams.com/exam-detail/000-863 C. rpm -F apache-x.y.z.ppc.rpm D. rpm -q apache-x.y.z.ppc.rpm Answer: B QUESTION: 104 A System i Linux

More information

Print Server. User s Manual. Version: 1.0 (July, 2005)

Print Server. User s Manual. Version: 1.0 (July, 2005) Print Server User s Manual Version: 1.0 (July, 2005) COPYRIGHT Copyright 2005/2006 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC Setting up FT3000 and version 3.0.1 on Windows 7 This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC PROBLEM: Computer being updated from XP to WIN 7 or 8. New PC does not

More information

Lab: Advanced Installation of Windows XP. Introduction

Lab: Advanced Installation of Windows XP. Introduction 12.2.2 Lab: Advanced Installation of Windows XP Introduction Print and complete this lab. In this lab, you will install a Windows XP operating system by using an answer file for automation. You will customize

More information

Océ Copier/Printer. Connectivity Manual

Océ Copier/Printer. Connectivity Manual Océ 9600 Copier/Printer Connectivity Manual Océ-Technologies B.V. This manual contains a description of how the Océ 9600 Copier/Printer is connected to the network using various connection types and how

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

More information

IBM i Version 7.2. Networking IBM i NetServer IBM

IBM i Version 7.2. Networking IBM i NetServer IBM IBM i Version 7.2 Networking IBM i NetServer IBM IBM i Version 7.2 Networking IBM i NetServer IBM Note Before using this information and the product it supports, read the information in Notices on page

More information

Installing HostExplorer 10 For the PC Author: Byron Watanabe

Installing HostExplorer 10 For the PC Author: Byron Watanabe WIN1013 July 2005 Installing HostExplorer 10 For the PC Author: Byron Watanabe Requirements Requirements... 1 Obtaining HostExplorer... 1 Preparing to install... 1 Installation... 2 HostExplorer 10.0 supports

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services Objectives Configure a DNS Server Using BIND Deploy OpenLDAP on a SLES 9 Server Configure an Apache

More information

Installation Instructions

Installation Instructions New System Installation Instructions Last updated January 2014 Table of Contents SYSTEM REQUIREMENTS... 3 1. OVERVIEW... 4 1.1 CD ROM CONTENTS... 4 1.2 PRODUCT REGISTRATION NUMBERS... 4 Manual Product

More information

IT Services TRI IT... 3 AV Services... 3 TRI Credential... 4

IT Services TRI IT... 3 AV Services... 3 TRI Credential... 4 PRINTER HAND BOOK IT Services... 3 TRI IT... 3 AV Services... 3 TRI Credential... 4 Change/Reset TRI Password... 4 Update TRI Password... 4 Windows 7... 5 Windows 10... 5 OS X 10.9 10.12... 6 TRI Printer...

More information

P-201/ P-201U Wired Printer Server

P-201/ P-201U Wired Printer Server P-201/ P-201U Wired Printer Server User s Manual COPYRIGHT Copyright 2006/2007 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a

More information

NAS Hard Drive. User Guide

NAS Hard Drive. User Guide NAS Hard Drive User Guide English Contents INTRODUCTION 3 CONTROLS, CONNECTORS AND INDICATORS 3 Front Panel Area 3 Rear Panel Area 4 ABOUT THE HARD DISK 5 LOCATING NAS DRIVE ON YOUR DESK 5 BUNDLED SOFTWARE

More information

Print Server. User s Manual. Version: 3.0 (July, 2007)

Print Server. User s Manual. Version: 3.0 (July, 2007) Print Server User s Manual Version: 3.0 (July, 2007) COPYRIGHT Copyright 2006/2007 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

"APRIL 2018 UPDATE" FOR "WINDOWS 10"

APRIL 2018 UPDATE FOR WINDOWS 10 "APRIL 2018 UPDATE" FOR "WINDOWS 10" Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY The "Spring Creators Update" will be a mandatory update for "Windows 10.." in

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information