SRT210. The Pragmetic art of Administration. NIS Server. Raymond Chan

Size: px
Start display at page:

Download "SRT210. The Pragmetic art of Administration. NIS Server. Raymond Chan"

Transcription

1 1 SRT210 The Pragmetic art of Administration NIS Server Raymond Chan Seneca College of Applied Technology School of Information & Communications Technology

2 2 What is NIS? A Name Service developed by Sun Microsystems Formerly known as Sun Yellow Pages (YP) (most NIS program names begin with yp ) The name Yellow Pages TM is a registered trademark in the United Kingdom of British Telecom and Sun Microsystems was required to drop that name and rename it to NIS

3 3 Why NIS? To make the use of network services transparent to the user (Network user accounts) To make it easier to manage the network (no need to duplicate information unnecessarily) To improve data consistency stores important administrative information centrally To make the system/network administrator's life much easier

4 4 NIS Objective To provide information, that has to be known throughout the network, to all machines on the network. Login names/passwords/home directories/host name to IP mapping (/etc/passwd, /etc/shadow, /etc/hosts) Group information (/etc/group) Host name/ip mapping (/etc/hosts)...

5 5 How does NIS work? At lease one NIS server, which keeps the NIS databases (aka map file), running on the network. NIS server listens to requests from NIS Clients for name service (ns). NIS Clients communicate with the NIS Server by using Remote Procedure Calls (RPCs) NIS Clients only contact NIS Server in the same Domain (NIS domain, not DNS domain)

6 6 NIS Components Domains (can be set in /etc/sysconfig/network) Maps ( stored in /var/yp/[nis domain name]/) Daemons (ypserv, ypbind, etc...) Utilities (ypcat...) NIS Command Set (as an exercise)

7 7 NIS Domain NIS Domain is a collection of machines that share a common set of NIS maps Each Domain has a Domain name Each Machine sharing the common set of maps belongs to that domain Domain names are case sensitive Any machine can belong to a given domain provided there is a server for that domain

8 8 NIS Maps NIS maps are essentially two column tables Key Information related to the key A set of NIS Maps are maintained on the NIS master server NIS slave server gets copies of the NIS maps from the master server Configuration stored in /var/yp/makefile

9 9 NIS Daemons NIS Service is provided by five daemons: ypserv NIS server process ypbind NIS client binding process ypxfr master to slave map transfer process rpc.yppasswd NIS password update process rpc.ypupdated modifies maps

10 10 NIS Utilities makedbm creates dbm file for an NIS map ypcat lists data in a map ypinit builds and installs an NIS database and initializes NIS client's ypservers list ypmatch finds a specific entry in a map yppoll gets a map order number from a server

11 11 NIS Utilities yppush propagates data from NIS master to NIS slave server ypset sets binding to a particular server ypwhich lists name of the NIS server and nickname translation table ypxfr transfers map data from master to slave NIS server

12 12 NIS Commands Command ypserv ypbind Description Services NIS clients' requests for information from a NIS map. Ypserv is a daemon that runs on NIS servers with a complete set of maps. At least one ypserv daemon must be present on the network for NIS service to function. Bind to a ypserv process that serves maps within the domain of the requesting client. Ypbind must run on all servers and clients

13 13 NIS Commands (2) Command ypinit Description Automatically creates maps for an NIS server from the input files. Use ypinit to setup the master and slave NIS servers for the first time. make Use make to updates NIS maps by reading the Makefile (when run in the /var/yp directory) Refer to the ypmake man page for more details.

14 14 Command line Machine & Domain Name Use hostname to set machine name Use domainname= to set NIS domain name Files : /etc/sysconfig/network set machine name at boot time with HOSTNAME=your host name set NIS domain name at boot time with NISDOMAIN=your nis domain name

15 15 Server Configuration Prepare the master server place the source files in the proper directories for creating the NIS maps (normally in /etc ) Modify NIS master server configuration file /var/yp/makefile Start the NIS daemons on the NIS master server Create NIS databases map files on the NIS server Configure NIS slave server (if needed)

16 16 NIS Master Server Check the contents of the following source files (group A files) and copy them to a directory of your choice : /etc/hosts /etc/passwd /etc/services /etc/protocols /etc/networks /etc/group /etc/rpc /etc/aliases

17 17 Master Server Configuration File /var/yp/makefile Back it up first > /var/yp/makefile.org NOPUSH Y(One Server)/N(Slave Server) MINUID=1000 MINGID=1000 MERGE_PASSWD(/etc/shadow) MERGE_GROUP(/etc/gshadow)

18 18 Create the Map files Set the NIS Domain Name (How?) Start the NIS Server (ypserv) Use the following ypinit command to build a fresh set of NIS maps base on the information in /var/yp/makefile # /usr/lib/yp/ypinit m Or /usr/lib64/yp/ypinit m on a 64 bit system

19 19 Starting NIS Service Starts automatically at system boot chkconfig level 35 ypserv on Starts at command line: service ypserv start

20 20 Stopping NIS Service Use the following command: service ypserv stop Turn off ypserv for good: chkconfig level ypserv off

21 21 Questions Q & A

Network Information Service

Network Information Service Network Information Service NIS The Network Information Service (1) q NIS (YP Yellow Page) Release by SUN in 1980s For master server Ø System files are kept in original locations and edited as before Ø

More information

Bull. AIX 5L Network Information Services (NIS and NIS+) Guide AIX ORDER REFERENCE 86 A2 56EM 01

Bull. AIX 5L Network Information Services (NIS and NIS+) Guide AIX ORDER REFERENCE 86 A2 56EM 01 Bull AIX 5L Network Information Services (NIS and NIS+) Guide AIX ORDER REFERENCE 86 A2 56EM 01 Bull AIX 5L Network Information Services (NIS and NIS+) Guide AIX Software October 2005 BULL CEDOC 357 AVENUE

More information

Project #3: Implementing NIS

Project #3: Implementing NIS Project #3: Implementing NIS NIS Daemons Limitations of NIS How We Will Use NIS NIS Domain Name NIS Software Setting Up NIS on it20 /etc/nsswitch.conf Creating New Accounts on Ubuntu /etc/passwd /etc/shadow

More information

Sharing System Files

Sharing System Files Sharing System Files Why share? One functioning host depends on hundreds of configuration files But groups of hosts in your network needs more!! Think about you have bsd1 ~ bsd6, linux1 ~ linux6, and each

More information

Parallel Panther Beowulf Cluster

Parallel Panther Beowulf Cluster Parallel Panther Beowulf Cluster Dheeraj Bhardwaj Version 1.1, 4 September 2000 This document is about building a NO cost scalable parallel computer. It describes the details and art

More information

7 Distributed File Systems

7 Distributed File Systems Single tree /etc Global File system /progs Drives mounted over the network to create a single tree /user /sys Network Forest of drives 7 Distributed File Systems C: D: E: F: Drives mounted over the network

More information

Cluster Computing Spring 2004 Paul A. Farrell 4/25/2006. Dept of Computer Science Kent State University 1. Configuring & Tuning Cluster Networks

Cluster Computing Spring 2004 Paul A. Farrell 4/25/2006. Dept of Computer Science Kent State University 1. Configuring & Tuning Cluster Networks Configuring & Tuning Cluster Networks Node connectivity Node visibility Networking Services Security Performance Enhancement Network Designs Impact of Network Design Security from outside attack Usability

More information

Networking Operating Systems (CO32010)

Networking Operating Systems (CO32010) Networking Operating Systems (CO32010) 1. Operating Systems 2. Processes and scheduling Objectives: To discuss the advantages of a distributed file system. To outline the different methods of mounting

More information

Preface to the First Edition Preface to the Second Edition Acknowledgments UNIX Operating System Environment p. 1 UNIX: Past and Present p.

Preface to the First Edition Preface to the Second Edition Acknowledgments UNIX Operating System Environment p. 1 UNIX: Past and Present p. Preface to the First Edition p. xv Preface to the Second Edition p. xvii Acknowledgments p. xix UNIX Operating System Environment p. 1 UNIX: Past and Present p. 2 History and Growth of UNIX p. 2 Flavors

More information

System Administration HW5 - Micro Computer Center. yihshih / lctseng

System Administration HW5 - Micro Computer Center. yihshih / lctseng System Administration HW5 - Micro Computer Center yihshih / lctseng NIS Master sa-core sahome yppush ypbind Share these files: master.passwd hosts group netgroup ypservers amd.map or auto_master NIS Client

More information

Centrify's Solution for NIS Migration

Centrify's Solution for NIS Migration WHITE PAPER CENTRIFY CORP. Centrify's Solution for NIS Migration APRIL 2008 Leveraging Centrify s DirectControl and Zone Technology to Simplify NIS Migration ABSTRACT Sun Microsystem s Network Information

More information

IT341 Introduction to System Administration Project II Configuring and Using a LAN

IT341 Introduction to System Administration Project II Configuring and Using a LAN IT341 Introduction to System Administration Project II Configuring and Using a LAN Before we start, please make sure that you have a snapshot of your finished VM/base installation from Project 1, so that

More information

Answer(s): B. Answer(s): A B D A slave server calls ypxfr when yppush is executed on the master server.

Answer(s): B. Answer(s): A B D A slave server calls ypxfr when yppush is executed on the master server. Solaris 8 System Admin Part 2 Page No: 1 Question: 1 What does mean the /- entry in the /etc/auto_master file map? A.) It informs to the operating system to start the NIS client services. B.) To override

More information

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year!

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! ITDUMPS QUESTION & ANSWER Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! HTTP://WWW.ITDUMPS.COM Exam : 1Z0-100 Title : Oracle Linux 5 and 6 System Administration

More information

Advanced Network and System Administration. Accounts and Namespaces

Advanced Network and System Administration. Accounts and Namespaces Advanced Network and System Administration Accounts and Namespaces 1 Topics 1. What is a directory? 2. NIS 3. LDAP 4. OpenLDAP 5. LDAP Authentication 2 What is a Directory? Directory: A collection of information

More information

System Administration

System Administration User and Group Management All processes on the system run under by a user. Users can be collected into groups which can be given common attributes Users and groups are represented by the system using unique

More information

Internet. Labs for BTACS, Major in Computing, and CSOM. Campus Router KIDNEY. Switch. Hub Hub. Access Point C62. Page

Internet. Labs for BTACS, Major in Computing, and CSOM. Campus Router KIDNEY. Switch. Hub Hub. Access Point C62. Page Session 3232 CANLAB: A Multi-Purpose Computer Architecture and Networking LAB Jiying Zhao y, Richard Paweska z, Yanni Giftakis z, Mila Kwiatkowska z, and Bernie Kirkey z y School of Information Technology

More information

Symbolics Network File System (NFS) User s Guide. Introduction to Symbolics Network File System (NFS)

Symbolics Network File System (NFS) User s Guide. Introduction to Symbolics Network File System (NFS) Symbolics Network File System (NFS) User s Guide Introduction to Symbolics Network File System (NFS) Symbolics NFS is a user-transparent remote file access protocol. Symbolics NFS is a fully symmetrical

More information

UNDERSTANDING THE NIS TO LDAP SERVICE (N2L) ARCHITECTURE

UNDERSTANDING THE NIS TO LDAP SERVICE (N2L) ARCHITECTURE UNDERSTANDING THE NIS TO LDAP SERVICE (N2L) ARCHITECTURE Michael Haines, Baban Kenkre, Sun BluePrints OnLine March 2006 Part No 819-4326-10 Revision 1.0, 3/13/06 Edition: March 2006 2005, 2006, 4150 Network

More information

CL030 is a csage Certification Preparatory Course!

CL030 is a csage Certification Preparatory Course! Corder Enterprises International Building World Class MIS Teams, for you! CL030 is a csage Certification Preparatory Course! CL030 - LINUX System Administration Course Description: Learn and practice essential

More information

Solaris Naming Services Architecture

Solaris Naming Services Architecture CHAPTER 2 Solaris Naming Services Architecture The Solaris operating environment provides a sophisticated infrastructure that supports a variety of naming services. The architecture on which it is based

More information

HYPER-UNIFIED STORAGE. Nexsan Unity

HYPER-UNIFIED STORAGE. Nexsan Unity HYPER-UNIFIED STORAGE Nexsan Unity NFS Interoperability NEXSAN 325 E. Hillcrest Drive, Suite #150 Thousand Oaks, CA 91360 USA Printed Monday, December 03, 2018 www.nexsan.com Copyright 2010 2018 Nexsan

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

1Z0-100 oracle.

1Z0-100 oracle. 1Z0-100 oracle Number: 1Z0-100 Passing Score: 800 Time Limit: 120 min www.examsforall.com Exam A QUESTION 1 Which two aspects can be determined from this output? A. A device is failed and has been removed

More information

A new name server architecture. John Schimmel, Larry McVoy & Andrew Chang. Silicon Graphics Engineering

A new name server architecture. John Schimmel, Larry McVoy & Andrew Chang. Silicon Graphics Engineering A new name server architecture Page 1 John Schimmel, Larry McVoy & Andrew Chang jes,lm,awc@engr.sgi.com Silicon Graphics Engineering What are the problems we are trying to solve? Page 2 General name service

More information

Network Interface Installation. Varian, Inc. NMR Systems Pub. No , Rev. A1103

Network Interface Installation. Varian, Inc. NMR Systems Pub. No , Rev. A1103 Network Interface Installation Varian, Inc. NMR Systems Pub. No. 01-999258-00, Rev. A1103 Network Interface Installation Varian, Inc. NMR Systems Pub. No. 01-999258-00, Rev. A1103 Network Interface Installation

More information

NCS490 Date Assigned: 11/03/14 Ronny L. Bull Due Date: 11/15/14

NCS490 Date Assigned: 11/03/14 Ronny L. Bull Due Date: 11/15/14 DNS Lab Write-up Craig T. Ciulla NCS490 Date Assigned: 11/03/14 Ronny L. Bull Due Date: 11/15/14 Setup on Primary VM In this section, I installed and configured all necessary packages on my primary VM

More information

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection!

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection! jproductivity LLC Protect your investments with Protection! User Guide Protection! L i c e n s i n g S e r v e r v 4. 9 A d m i n i s t r a t o r G u i d e tm http://www.jproductivity.com Notice of Copyright

More information

Cluster Computing Spring 2004 Paul A. Farrell

Cluster Computing Spring 2004 Paul A. Farrell Configuring & Tuning Cluster Networks Node connectivity Node visibility Networking Services Security Performance Enhancement Internet Protocol Stack and Parameters NIC/OS Driver Maximum Amount of Data

More information

Construction of Parallel Machines for Engineering Courses with Retired Personal Computers

Construction of Parallel Machines for Engineering Courses with Retired Personal Computers Construction of Parallel Machines for Engineering Courses with Retired Personal Computers Yili Tseng 1 and Claude M. Hargrove 2 Abstract As the parallel processing techniques have matured over the years,

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

Practical Methods to Begin Parallel Processing Education and Research

Practical Methods to Begin Parallel Processing Education and Research Practical Methods to Begin Parallel Processing Education and Research Yili TSENG Department of Electronics, Computer, and Information Technology North Carolina A & T State University Greensboro, NC 27411,

More information

Please choose the best answer. More than one answer might be true, but choose the one that is best.

Please choose the best answer. More than one answer might be true, but choose the one that is best. Introduction to Linux and Unix - endterm Please choose the best answer. More than one answer might be true, but choose the one that is best. SYSTEM STARTUP 1. A hard disk master boot record is located:

More information

OPS535. NFS Servers and Clients. Advanced TCP/IP Network Administration. Raymond Chan Seneca College of Applied Technology

OPS535. NFS Servers and Clients. Advanced TCP/IP Network Administration. Raymond Chan Seneca College of Applied Technology 1 OPS535 Advanced TCP/IP Network Administration NFS Servers and Clients Raymond Chan Seneca College of Applied Technology 2005 2 What is NFS? NFS stands for Network File System NFS is one way for sharing

More information

Configuring Linux as an NIS Client

Configuring Linux as an NIS Client Configuring Linux as an NIS Client Estimated Time: 30 minutes Objective Equipment Scenario Procedures To configure a Linux Red Hat system as an NIS server and client. A computer with Linux Red Hat 7.X

More information

HP-UX System Administration

HP-UX System Administration HP-UX System Administration This intensive course is designed for experienced UNIX administrators who like to understand the differences between HP-UX and standard UNIX. It is essential that students have

More information

Course Outline: Linux Professional Institute-LPI 202. Learning Method: Instructor-led Classroom Learning. Duration: 5.00 Day(s)/ 40 hrs.

Course Outline: Linux Professional Institute-LPI 202. Learning Method: Instructor-led Classroom Learning. Duration: 5.00 Day(s)/ 40 hrs. Course Outline: Linux Professional Institute-LPI 202 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: The LPI certification is a vendor-neutral Linux credential

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 3 SA-997 Rev A (SA-202-S10-C.2) D63735GC10 Edition 1.0 D64505 Copyright 2008, 2010, Oracle and/or its affiliates.

More information

Network Protocols What is a stateless Network Protocol?

Network Protocols What is a stateless Network Protocol? What is a stateless Network Protocol? All information about a connection is passed from client to server to client in messages No connection information is saved at the Server What is a stateless Network

More information

Commands are in black

Commands are in black Starting From the Shell Prompt (Terminal) Commands are in black / +--------+---------+-------+---------+---------+------ +------ +------ +------ +------ +------ +-- Bin boot dev etc home media sbin bin

More information

NIS to LDAP Transition: Exploring

NIS to LDAP Transition: Exploring NIS to LDAP Transition: Exploring By Tom Bialaski - Enterprise Engineering Sun BluePrints OnLine - February 2000 http://www.sun.com/blueprints Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA

More information

Network Configuration

Network Configuration Network Configuration 1 Introduction Participants will gain example-led awareness and understanding of how network configuration is accomplished in Oracle Solaris 11. With a few basic exercises we will

More information

Chapter 14. Configuring Linux Network Services Part 1 DHCP and DNS service

Chapter 14. Configuring Linux Network Services Part 1 DHCP and DNS service Chapter 14 Configuring Linux Network Services Part 1 DHCP and DNS service 1 Content Configuring a DHCP server on Linux Configuring a DNS server on Linux Configuring the Apache Web server on Linux Configuring

More information

Installing and Administering Internet Services

Installing and Administering Internet Services Installing and Administering Internet Services HP 9000 Networking Edition 7 B2355-90147 E1097 Printed in: United States Copyright 1997 Hewlett-Packard Company Legal Notices The information in this document

More information

Solstice AdminSuite 2.3 Administration Guide. Sun Microsystems, Inc. 910 San Antonio Road Palo Alto, CA U.S.A.

Solstice AdminSuite 2.3 Administration Guide. Sun Microsystems, Inc. 910 San Antonio Road Palo Alto, CA U.S.A. Solstice AdminSuite 2.3 Administration Guide Sun Microsystems, Inc. 910 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. Part No: 805 3026 March 1998 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio

More information

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

SSSD. Client side identity management. LinuxDays 2012 Jakub Hrozek

SSSD. Client side identity management. LinuxDays 2012 Jakub Hrozek SSSD Client side identity management LinuxDays 2012 Jakub Hrozek 20. října 2012 1 User login in Linux 2 Centralized user databases 3 SSSD Section 1 User login in Linux User login in Linux User login in

More information

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration.

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration. Course Summary Description This course teaches basic to intermediate topics in Solaris 10 system administration. The operating system will be Oracle Solaris 10 (SunOS 5.10 Release 1/13 U11). Objectives

More information

Instruction for Upgrade Solaris 7 to Solaris 8

Instruction for Upgrade Solaris 7 to Solaris 8 Instruction for Upgrade Solaris 7 to Solaris 8 By: Loc Huynh Date: 22 October 2003 1. Foreword This instruction lays out primary step for upgrade Solaris 7 to Solaris 8 on the Sun Ultra 10 Creator 3D.

More information

Integrated Laboratory Network Management System

Integrated Laboratory Network Management System Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 188 Integrated Laboratory Network Management System Takao Shimomura University

More information

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat RH-202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Download Full Version : https://killexams.com/pass4sure/exam-detail/rh-202 QUESTION: 159 Install the dialog-* Questions asking

More information

0Activity Answers. Table A1-1: Operating system elements and security mechanisms. The Security Accounts Manager (SAM)

0Activity Answers. Table A1-1: Operating system elements and security mechanisms. The Security Accounts Manager (SAM) Activity Answers-1 0Activity Answers Activity 1-1: Reviewing elements and mechanisms found in operating systems In this activity, you will compare Windows 2000 and Linux to discover how each implements

More information

Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine

Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine When you turn on a router the first time, the JUNOS Software automatically boots and starts. You must enter basic

More information

Lab Configuring the PIX Security Appliance as a DHCP Server

Lab Configuring the PIX Security Appliance as a DHCP Server Lab 8.5.3 Configuring the PIX Security Appliance as a DHCP Server Objective Scenario Topology Estimated Time: 15 minutes Number of Team Members: Two teams with four students per team. In this lab, students

More information

A/UX Network System Administration

A/UX Network System Administration A/UX Network System Administration APPLE COMPUTER, INC. 1990, Apple Computer, Inc., and UniSoft Corporation. All rights reserved. Portions of this document have been previously copyrighted by AT&T Information

More information

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL This post is about the installation of IBM Tivoli Provisioning Manager for OS Deployment (TPMfOSD). Although the potential audience is small, I am sure that those who want to switch to use a MySQL database

More information

HP HP-UX Networking and Security. Download Full Version :

HP HP-UX Networking and Security. Download Full Version : HP HP0-094 HP-UX Networking and Security Download Full Version : https://killexams.com/pass4sure/exam-detail/hp0-094 QUESTION: 168 In order to restrict the access to the /etc/passwd file through ftp, which

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

More information

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO Exam : 1Z0-403 Title : Enterprise Linux System Administration Version : DEMO 1. You are logged in to server1 and want to allow remote connections to server1 through X Display Manager Control Protocol (XDMCP).

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

Setting up DHCP, DNS and NFS on the CLTC Server

Setting up DHCP, DNS and NFS on the CLTC Server CLTC Documentation Sheet 2: Setting up DHCP, DNS and NFS on the CLTC Server Developed by The 'Free Range' Community Linux Training Centre Project - Version 1.0, January 2003. http://www.fraw.org.uk/cltc/

More information

Check the FQDN of your server by executing following two commands in the terminal.

Check the FQDN of your server by executing following two commands in the terminal. LDAP or Lightweight Directory Access Protocol, is a protocol designed to manage and access related information in a centralized, hierarchical file and directory structure. An LDAP server is a non-relational

More information

Subtitle: Join Sun Solaris Systems to Active Directory with Likewise

Subtitle: Join Sun Solaris Systems to Active Directory with Likewise Keywords: join solaris to active directory, solaris active directory integration, solaris AD, solaris active directory, solaris winbind, Sun Identity Manager, Unix authentication, solaris authentication,

More information

TELE 301 Lecture 8: Post

TELE 301 Lecture 8: Post Last Lecture System installation This Lecture Post installation Next Lecture Wireless networking Overview TELE 301 Lecture 8: Post 1 Post-configuration Create user accounts and environments Sort out the

More information

SAPinst Troubleshooting Guide for SAP Web AS Java Installation

SAPinst Troubleshooting Guide for SAP Web AS Java Installation Troubleshooting Documentation SAPinst Troubleshooting Guide for SAP Web AS Java Installation Version 1.00 (March 2004) Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Linux Cluster Manager User s Guide

Linux Cluster Manager User s Guide Linux Cluster Manager User s Guide 0898016-210 June 2009 Copyright 2009 by Concurrent Computer Corporation. All rights reserved. This publication or any part thereof is intended for use with Concurrent

More information

Preview. Review. System Data Files (Password File) System Data Files (Password File) System Data Files (Password File)

Preview. Review. System Data Files (Password File) System Data Files (Password File) System Data Files (Password File) Review Preview link(), unlink() System Call remove(), rename() System Call Symbolic Links Symbolic link to directory Symbolic link to a executable file symlink() System Call File Times utime() System Call

More information

DNS & DHCP CONFIGURATION

DNS & DHCP CONFIGURATION WELCOME DNS & DHCP CONFIGURATION Group Members Anmol Nazakat Ameena Fatima Shakeel ur Rehman Gulraiz Azam Irfan Ullah 1 2 3 4 5 BSIT-F14-E78 BSIT-F14-E100 BSIT-F14-E66 BSIT-F14-E69 BSIT-F14-E79 3 Today

More information

Users, Groups and Permission in Linux

Users, Groups and Permission in Linux Users, Groups and Permission in Linux A small company is using Linux as the main operating and has hired you as a consultant. You completed a site walk through and also met with various individuals for

More information

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6 Users Manual OP5 System 2.4 OP5 AB. Page 1 of 6 Table of Contents INTRODUCTION...3 FUNDAMENTALS...3 SYSTEM...3 ACCESS...3 ACCOUNTS...3 CONFIGURATION...4 NETWORK...4 SHUTDOWN...4 SERVICES...5 UPGRADE /

More information

Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000)

Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) armahmood786@yahoo.com alphasecure@gmail.com alphapeeler.sf.net/pubkeys/pkey.htm http://alphapeeler.sourceforge.net pk.linkedin.com/in/armahmood

More information

Admin Guide ( Unix System Administration )

Admin Guide ( Unix System Administration ) Admin Guide ( Unix System Administration ) ProFTPD Server Configuration ProFTPD is a secure and configurable FTP server, written for use on Unix and Unix-like operating systems. ProFTPD is modeled around

More information

101.1: DEMO? - Change BIOS settings - change boot device, disable devices

101.1: DEMO? - Change BIOS settings - change boot device, disable devices ================== LPIC 101 ================= Installation lab Put /, /home on separate partitions. Leave 10G free Create non-root account. Install Gnome desktop. Use static IP addressing. Assign an IP

More information

EL Serial Port Server Installation Guide Errata

EL Serial Port Server Installation Guide Errata EL Serial Port Server Installation Guide Errata This errata supplies additions to EL Serial Port Server Installation Guide (91000932B). EL stands for EtherLite. To operate your Silicon Graphics Ethernet

More information

CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ]

CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ] s@lm@n CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ] CompTIA LX0-102 : Practice Test Topic break down Topic No. of Questions Topic 1: Volume A 60 Topic 2: Volume B 59 Topic 3:

More information

Name Services and DNS

Name Services and DNS In Academic Affiliation with Name Services and DNS Distributed Computer Systems Lecture 3 Module Leader: Mrs. Bobby Rishikesh 1 Contents What is a name service? SNS: A Simple Name Service DNS: Domain Name

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 12 Network Configuration

Linux+ Guide to Linux Certification, Third Edition. Chapter 12 Network Configuration Linux+ Guide to Linux Certification, Third Edition Chapter 12 Network Configuration Objectives Describe the purpose and types of networks, protocols, and media access methods Explain the basic configuration

More information

OPS535 Lab 5. Dynamic DNS. RFC 2136 Dynamic Updates in the Domain Name System (DNS UPDATE)

OPS535 Lab 5. Dynamic DNS. RFC 2136 Dynamic Updates in the Domain Name System (DNS UPDATE) OPS535 Lab 5 Dynamic DNS Overview In this lab, you add a forward lookup zone and a reverse lookup zone to your primary DNS server and configure both zones to support dynamic updates. Dynamic DNS zone accepts

More information

The PC NetLink Software Architecture

The PC NetLink Software Architecture CHAPTER 2 The PC NetLink Software Architecture This chapter provides an overview of the Solaris PC NetLink software and describes its server functionality. The four basic components of the PC NetLink software

More information

System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP)

System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP) System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP) Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 806 4077 10 May 2002 Copyright 2002 Sun

More information

OPERATING SYSTEMS LINUX

OPERATING SYSTEMS LINUX OPERATING SYSTEMS LINUX Božo Krstajić, PhD, University of Montenegro Podgorica bozok@cg.ac.yu Process management Linux operating systems work with processes. Basically a process consists of program code

More information

CSE 265: System and Network Administration

CSE 265: System and Network Administration CSE 265: System and Network Administration Daemons init cron and atd inetd and xinetd Kernel daemons File service daemons Internet daemons Time synchronization daemons Booting and configuration daemons

More information

System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP)

System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP) System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP) Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817 4843 11 September 2004 Copyright 2004

More information

Much is done on the Server, it20:

Much is done on the Server, it20: IT341 Introduction to System Administration Project V Implementing DNS A domain name server (DNS)... translates a human-readable address such as itvm21-1a.it.cs.umb.edu into an IP address such as 158.121.106.128

More information

Unit 17 Networking overview

Unit 17 Networking overview Unit 17 Networking overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 Unit objectives After completing this unit, you should be able to:

More information

Network+ LAB Name. Lab 1a: MS Win 2000/2003/2008 Server Installation

Network+ LAB Name. Lab 1a: MS Win 2000/2003/2008 Server Installation Network+ LAB Name 1a: MS Win 2000/2003/2008 Server Installation This Win Server lab exercise shows students how to install a Win server host. Students (in pairs) install the Server NOS (from a CD) onto

More information

1. What command is used to count the total number of lines, words, and characters contained in a file? A. countw B. wcount C. wc D.

1. What command is used to count the total number of lines, words, and characters contained in a file? A. countw B. wcount C. wc D. 1. What command is used to count the total number of lines, words, and characters contained in a file? A. countw B. wcount C. wc D. count p 2. What command is used to remove files? A. dm B. rm C. delete

More information

Disaster Recovery on the Sun Cobalt Qube 3 Appliance with Third-Party Software

Disaster Recovery on the Sun Cobalt Qube 3 Appliance with Third-Party Software Technical Paper Disaster Recovery on the Sun Cobalt Qube 3 Appliance with Third-Party Software The Sun Cobalt Qube 3 appliance supports the use of third-party backup solutions for performing disaster recovery.

More information

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Quick Start Using Leostream with Citrix XenDesktop 7 and HDX Version 8.1 January 14, 2016 Contacting

More information

UNIT V. Dr.T.Logeswari. Unix Shell Programming - Forouzan

UNIT V. Dr.T.Logeswari. Unix Shell Programming - Forouzan UNIT V UNIX SYSTEM COMMUNICATION Dr.T.Logeswari 1 Electronic mail or email is easiest way of communication on unix. Fast and cheap Used to exchange graphics, sound and video files 2 3 Elements of a communication

More information

Chapter 5: User Management. Chapter 5 User Management

Chapter 5: User Management. Chapter 5 User Management Chapter 5: User Management Chapter 5 User Management Last revised: 20/6/2004 Chapter 5 Outline In this chapter we will learn Where user and group account information is stored How to manage user accounts

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services Network Information Service Administrator's Guide August 2018 (release 18.8) Centrify Corporation Legal Notice This document and the software described in this document

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

Answers to Even- Numbered Exercises

Answers to Even- Numbered Exercises Answers to Even- 17 Numbered Exercises from page 1077 1. What option should you use with fsck if you want to review the status of your filesystems without making any changes to them? How does fsck determine

More information

NovoalignMPI User Guide

NovoalignMPI User Guide MPI User Guide MPI is a messaging passing version of that allows the alignment process to be spread across multiple servers in a cluster or other network of computers 1. Multiple servers can be used to

More information

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat Rh202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) http://killexams.com/exam-detail/rh202 QUESTION: 156 Who ever creates the files/directories on /data group owner should be automatically

More information

Q&As. LPI Level 2 Exam 202. Pass Lpi Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

Q&As. LPI Level 2 Exam 202. Pass Lpi Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: 117-202 Q&As LPI Level 2 Exam 202 Pass Lpi 117-202 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following Questions

More information

User Management. René Serral-Gracià Xavier Martorell-Bofill 1. May 26, Universitat Politècnica de Catalunya (UPC)

User Management. René Serral-Gracià Xavier Martorell-Bofill 1. May 26, Universitat Politècnica de Catalunya (UPC) User Management René Serral-Gracià Xavier Martorell-Bofill 1 1 Universitat Politècnica de Catalunya (UPC) May 26, 2014 Lectures 1 System administration introduction 2 Operating System installation 3 User

More information