Specialized Servers in Local Area Networks

Total Page:16

File Type:pdf, Size:1020Kb

Specialized Servers in Local Area Networks ELEKTROTEHNIČKO DRUŠTVO ZAGREB HR - 41000 ZAGREB, Berislavićeva 6 IV MEĐUNARODNI SIMPOZIJ O NOVIM TEHNOLOGIJAMA PULA, 25. - 27. 10. 1993. HRVATSKA mr. Dragutin Vuković MicroLAB, d.o.o. Savska cesta 41/VII 41000 ZAGREB SPECIALIZED SERVERS IN LOCAL AREA NETWORKS SPECIJALIZIRANI POSLUŽITELJI U LOKALNOJ MREŽI Summary: This paper discusses the idea of LAN attached computers' specialisation for narrow set of functions, offering specialised services to LAN participants. Case study of specialised server for CD- ROM contained databases is given. Sažetak: Obrazlaže se ideja specijalizacije računala u lokalnoj mreži za obavljanje posebnog skupa funkcija i pružanje specijaliziranih usluga ostalim sudionicima mreže. Prikazana je izvedba specijaliziranog poslužitelja koji pruža usluge korištenja baza podataka smještenih na CD-ROM diskovima. Introduction supporting complete commercial computing systems. While no vendor has yet succeeded to completely replace the For more than 30 years, the basic model of computing has traditional computing environment, the more nimble ones were revolved around large monolithic applications running on able to establish dominance in a substantial number of large, centralised mainframes. No matter what other technical computing niches that had not previously been effectively or architectural innovations have become available, they addressed. The most prominent of these niches, desktop either have been adapted to work with this basic model or computing, is now larger than mainframe comput-ing itself. discarded by mainstream information systems management. The proliferation of so many new kinds of computing system The reasons for the overwhelming loyalty of most IS inevitably raised the demand among users for these systems professionals to this traditional model are no mystery. For to be interconnected allowing data exchange and most of the history of computing, hardware was complex and synchronisation of their activities. As the building blocks of expensive commodity only cost-justified if it could be used to hardware (processors, memory and storage) grow cheaper, support large scale, mission critical applications. Furthermore, smaller and more efficient, it becomes more effective to create such hardware could be developed and supported by large, scalable arrays of standard, modular components than to well-financed vendors focusing scarce technical resources on create new proprietary systems. In other words, the exactly their own proprietary solutions. Once massive investments in same components are used to create anything from a user traditional hardware and software were made by corporations, workstation up to a massive parallel processing database only a veritable revolution in the economics of computing server. Similar trend of standardisation and modularisation in would change their planning, implementation, and purchasing communications technology, as well as rapid increase in patterns. capacity, has given a possibility to create a highly scalable Such a revolution has been underway for some time now, and networking infrastructure that transparently ties together all has gradually undermined the foundations of traditional processing units in an enterprise. computing. If we had to sum it up in two words, they would undoubtedly be "cheaper hardware". Hardware prices have fallen drastically since the effective commercial introduction of Specialisation the microprocessor. Of course, this new microprocessor hardware is not only cheaper, it is also faster, smaller, more We have just described a brave, new world of scalable, energy efficient, more reliable, more modular, etc. However, interoperable hardware and transparent, enterprise-wide the real net effect of all these additional benefits is that networking that appears, in terms of available technology, to computer systems are now cheaper and easier to build, install be amazingly close at hand. However, even if this can induce and maintain. us to migrate from our traditional hardware platforms to a new, networked solutions, it is very hard to succeed in abandoning No longer would IBM and a few other giants be the only our habit of centralist thinking. hardware vendors able to afford the cost of building and More often than not, we could see local networks with only SCSI adapter, ASPICD transport support and extension to one server loaded with everything needed by all clients - DOS file system (MSCDEX) to support ISO 9660 and High databases, files, print services, communication services, etc. This is only a copy of old mainframe concept to the more Sierra standard formats of CD-ROM discs. available, cheaper hardware. While certain contemporary Intel Connecting CD-ROM drive to the desktop workstation is based servers could compete in performance with convenient to the particular user of this station. He can easily mainframes, they are not designed with such all-purpose functioning in mind. Using them this way could result in poor access data and manipulate CD-ROM discs. However, if there performance and often disappointment. is need for other users to use same CD-ROM discs, there As its name implies, a server is dedicated to offer some could be troubles with this approach. services to the clients in LAN. The more versatile these There is no possibility for two users to use the same disc at services are, the more complicated it will be to configure and the same time. They could have two copies of CD-ROM, but it tune its hardware and software for optimum performance. This makes us think about specialisation. Specialise the server to may not be always feasible. While CD-ROM disc is perform only narrow set of functions, and it could be tuned to inexpensive medium, data stored on it could be very valuable do it with all its power. and expensive. Also, sharing the CD-ROM discs involves Specialisation issue is not new, and has already been ad- manual interchange of discs (popularly known as "Frisbee- dressed by developers in computer industry. Today we can net"). Keeping track of disc locations is complicated as well. buy specialised servers for some common functions as Increasing number of users makes the things worse. complete, self-contained products: terminal servers, printer servers, communication servers, etc. We will describe here a development of specialised server Peer-to-peer solution offering services of access to the CD-ROM resident data to the clients on the IEEE 802.3 standard based LAN. Having all this CD-ROM drives already installed at the workstations, and the workstations connected to LAN, it springs to mind that the easiest way will be just to make the CD-ROM troubles CD-ROM drive visible to other users throughout the network. CD-ROM becomes a very interesting media for mass dis- This way of thinking leads to an architecture shown in Figure tribution of large amounts of data. Their inexpensive pro- 2. duction makes them very interesting for various purposes: multimedia, database, software distribution, imaging, etc. Last PEER STATION #1 PEER STATION #2 few years gave evidence of increasing interest for using CD- APPLICATION APPL. ROM resident data at the desktop. The vast majority of CD- ROM users are working at DOS based industry standard NETX.VLM NETX.VLM personal computers. Therefore, our research was directed DOS DOS toward this platform. MSCDEX CD SERVER REQ. ASPICD VLM.EXE VLM.EXE APPLICATION ASPIHM IPXODI IPXODI DOS SCSI LSL LSL MSCDEX MLID MLID ASPICD NIC NIC ASPIHM SCSI Figure 2.: Peer to peer architecture Besides the already installed equipment (CD-ROM drive, SCSI adapter, ASPIHM driver, ASPICD transport and MSCEDEX file system extension), we need two more software Figure 1.: CD-ROM drive at the DOS workstation modules: - CD-ROM requester at the client station to request the CD- Common equipment used to enable desktop computer user to ROM resident data from the network, and entertain CD-ROM based application consists of a CD-ROM drive, adapter card, cable and software modules needed to - CD-ROM server to receive requests, process them and interface the drive to the operating system (Figure 1). send data to clients. Contemporary CD-ROM drives are designed to comply with This architecture may be convenient for a small network with SCSI standard for interfacing with host computer. Software only few CD-ROM drives. In larger systems there will be a support for this type of drives comprises ASPIHM driver for number of inconveniences. 1. There are three program modules needed to implement this SPECIALISED SERVER DOS STATION UNIX STATION architecture: CD-ROM server, client requester and DOS UPPER LAYERS APPL. APPL. extension for CD-ROM (MSCDEX). Server and DOS NETX.VLM NETWARE FILE SYSTEM extension modules should be installed in the network station FSCON NCP NFS DOS that will function as a CD-ROM server. Every CD-ROM client TCP/IP VLM.EXE station should have CD-ROM requester installed. Installation, ASPICD IPX/SPX TCP/IP maintenance and upgrading of such a system is becoming ASPIHM MLID IPXODI more complicated with increasing number of CD-ROM drives LSL LLI SCSI NIC and their clients. These facts complicate the life of network MLID MLID administrators. NIC NIC 2. Accessibility of CD-ROM throughout the network depends on whether the particular server station is powered on and functional. Client needs to know the address of station serving Figure 4.: Specialised server architecture particular CD-ROM title. As CD-ROM discs are removable, client has no guarantee to find the exact CD-ROM title mounted at the server station. These facts complicate the life Let us discuss the possibilities of this architecture and ad- of CD-ROM clients. vantages it offers to developers, users and administrators. 3. Network workstations (DOS based) are neither designed, 1. Only one software module actually needs to be developed - nor configured, for multiuser operation. Memory space is file system converter (FSCON). Its purpose is to translate ISO relatively small so there is no room for enough disc cache 9660 and High Sierra format of CD-ROM to NetWare file buffers to speed up reading from CD-ROM.
Recommended publications
  • Uila Supported Apps
    Uila Supported Applications and Protocols updated Oct 2020 Application/Protocol Name Full Description 01net.com 01net website, a French high-tech news site. 050 plus is a Japanese embedded smartphone application dedicated to 050 plus audio-conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also 10086.cn classifies the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese web portal operated by YLMF Computer Technology Co. Chinese cloud storing system of the 115 website. It is operated by YLMF 115.com Computer Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr Korean shopping website 11st. It is operated by SK Planet Co. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt Lithuanian news portal Chinese web portal 163. It is operated by NetEase, a company which 163.com pioneered the development of Internet in China. 17173.com Website distributing Chinese games. 17u.com Chinese online travel booking website. 20 minutes is a free, daily newspaper available in France, Spain and 20minutes Switzerland. This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Shared 2shared is an online space for sharing and storage.
    [Show full text]
  • Migrating from Netware to OES 2 Linux
    Best Practice Guide www.novell.com Migrating from NetWare to OES 2 prepared for Novell OES 2 User Community Published: November, 2007 Disclaimer Novell, Inc. makes no representations or warranties with respect to the contents or use of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Trademarks Novell is a registered trademark of Novell, Inc. in the United States and other countries. * All third-party trademarks are property of their respective owner. Copyright 2007 Novell, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without the express written consent of Novell, Inc. Novell, Inc. 404 Wyman Suite 500 Waltham Massachusetts 02451 USA Prepared By Novell Services and User Community Migrating from NetWare to OES 2—Best Practice Guide November, 2007 Novell OES 2 User Community The latest version of this document, along with other OES 2 Linux Best Practice Guides, can be found with the NetWare to Linux Migration Resources at: http://www.novell.com/products/openenterpriseserver/netwaretolinux/view/all/-9/tle/all Contents Acknowledgments.................................................................................. iv Getting Started...................................................................................... 1 Why OES 2?..............................................................................................1 Which Services Are Right for OES 2? ................................................................4
    [Show full text]
  • Filesystems HOWTO Filesystems HOWTO Table of Contents Filesystems HOWTO
    Filesystems HOWTO Filesystems HOWTO Table of Contents Filesystems HOWTO..........................................................................................................................................1 Martin Hinner < [email protected]>, http://martin.hinner.info............................................................1 1. Introduction..........................................................................................................................................1 2. Volumes...............................................................................................................................................1 3. DOS FAT 12/16/32, VFAT.................................................................................................................2 4. High Performance FileSystem (HPFS)................................................................................................2 5. New Technology FileSystem (NTFS).................................................................................................2 6. Extended filesystems (Ext, Ext2, Ext3)...............................................................................................2 7. Macintosh Hierarchical Filesystem − HFS..........................................................................................3 8. ISO 9660 − CD−ROM filesystem.......................................................................................................3 9. Other filesystems.................................................................................................................................3
    [Show full text]
  • List of NMAP Scripts Use with the Nmap –Script Option
    List of NMAP Scripts Use with the nmap –script option Retrieves information from a listening acarsd daemon. Acarsd decodes ACARS (Aircraft Communication Addressing and Reporting System) data in real time. The information retrieved acarsd-info by this script includes the daemon version, API version, administrator e-mail address and listening frequency. Shows extra information about IPv6 addresses, such as address-info embedded MAC or IPv4 addresses when available. Performs password guessing against Apple Filing Protocol afp-brute (AFP). Attempts to get useful information about files from AFP afp-ls volumes. The output is intended to resemble the output of ls. Detects the Mac OS X AFP directory traversal vulnerability, afp-path-vuln CVE-2010-0533. Shows AFP server information. This information includes the server's hostname, IPv4 and IPv6 addresses, and hardware type afp-serverinfo (for example Macmini or MacBookPro). Shows AFP shares and ACLs. afp-showmount Retrieves the authentication scheme and realm of an AJP service ajp-auth (Apache JServ Protocol) that requires authentication. Performs brute force passwords auditing against the Apache JServ protocol. The Apache JServ Protocol is commonly used by ajp-brute web servers to communicate with back-end Java application server containers. Performs a HEAD or GET request against either the root directory or any optional directory of an Apache JServ Protocol ajp-headers server and returns the server response headers. Discovers which options are supported by the AJP (Apache JServ Protocol) server by sending an OPTIONS request and lists ajp-methods potentially risky methods. ajp-request Requests a URI over the Apache JServ Protocol and displays the result (or stores it in a file).
    [Show full text]
  • NFS Gateway for Netware 6 Administration Guide October 22, 2003
    Novell Confidential Manual (99a) 11 September 2003 Novell * NFS Gateway for NetWare® 6 www.novell.com ADMINISTRATION GUIDE October 22, 2003 Novell Confidential Manual (99a) 11 September 2003 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to revise this publication and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. Further, Novell, Inc. makes no representations or warranties with respect to any software, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to make changes to any and all parts of Novell software, at any time, without any obligation to notify any person or entity of such changes. You may not export or re-export this product in violation of any applicable laws or regulations including, without limitation, U.S. export regulations or the laws of the country in which you reside. Copyright © 2003 Novell, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without the express written consent of the publisher. U.S. Patent No. 5,157,663; 5,349,642; 5,455,932; 5,553,139; 5,553,143; 5,572,528; 5,594,863; 5,608,903;5,633,931; 5,652,859; 5,671,414;
    [Show full text]
  • Print Xchange System Administration and Operations Guide for Windows NT (PDF, 3.8
    System Administration and Operations Guide for Windows NT Version 1.2 Pub# 613P07290 July 1998 Xerox Corporation 701 South Aviation Boulevard El Segundo, CA 90245 Publication #613P07290 Copyright 1997-1998 Xerox Corporation. All rights reserved. Portions of this software also include copywritten software modules from Sun Microsystems, Digital Equipment Corporation, and Raima Corporation. Copyright protection claimed includes all forms and matters of copyrightable material and information now allowed by statutory or judicial law or hereinafter granted, including without limitation, material generated from the software programs which are displayed on the screen, such as icons, screen displays, looks, etc. Xerox, The Document Company, the stylized X, and all Xerox product names mentioned in this publication are trademarks of Xerox Corporation. Sun, SPARCstation, NIS, NIS+, OpenWindows, and Solaris are registered trademarks of Sun Microsystems, Inc. Microsoft, Windows NT, Windows 95, and LAN Manager are registered trademarks of Microsoft Corporation. IBM is a registered trademark of International Business Machines Corporation. Digital is a registered trademark of Digital Equipment Corporation. Apple and Macintosh are registered trademarks of Adobe Systems Incorporated. NetWare is a registered trademark of Novell, Incorporated. Common Desktop Environment is a copyright of the Common Operating System Environment. Other product names used herein are trademarks of their respective owners. Changes are periodically made to this document. Changes, technical inaccuracies, and typographic errors will be corrected in subsequent editions. Printed in the United States of America. Table of contents 1. About this guide 1-1 Audience 1-1 Conventions used in this manual 1-1 Related publications 1-2 2. PrintXchange overview 2-1 Concepts and terminology 2-1 PrintXchange features and benefits 2-3 PrintXchange printing system components 2-15 Interoperability 2-22 Multinational considerations 2-24 3.
    [Show full text]
  • IT Acronyms.Docx
    List of computing and IT abbreviations /.—Slashdot 1GL—First-Generation Programming Language 1NF—First Normal Form 10B2—10BASE-2 10B5—10BASE-5 10B-F—10BASE-F 10B-FB—10BASE-FB 10B-FL—10BASE-FL 10B-FP—10BASE-FP 10B-T—10BASE-T 100B-FX—100BASE-FX 100B-T—100BASE-T 100B-TX—100BASE-TX 100BVG—100BASE-VG 286—Intel 80286 processor 2B1Q—2 Binary 1 Quaternary 2GL—Second-Generation Programming Language 2NF—Second Normal Form 3GL—Third-Generation Programming Language 3NF—Third Normal Form 386—Intel 80386 processor 1 486—Intel 80486 processor 4B5BLF—4 Byte 5 Byte Local Fiber 4GL—Fourth-Generation Programming Language 4NF—Fourth Normal Form 5GL—Fifth-Generation Programming Language 5NF—Fifth Normal Form 6NF—Sixth Normal Form 8B10BLF—8 Byte 10 Byte Local Fiber A AAT—Average Access Time AA—Anti-Aliasing AAA—Authentication Authorization, Accounting AABB—Axis Aligned Bounding Box AAC—Advanced Audio Coding AAL—ATM Adaptation Layer AALC—ATM Adaptation Layer Connection AARP—AppleTalk Address Resolution Protocol ABCL—Actor-Based Concurrent Language ABI—Application Binary Interface ABM—Asynchronous Balanced Mode ABR—Area Border Router ABR—Auto Baud-Rate detection ABR—Available Bitrate 2 ABR—Average Bitrate AC—Acoustic Coupler AC—Alternating Current ACD—Automatic Call Distributor ACE—Advanced Computing Environment ACF NCP—Advanced Communications Function—Network Control Program ACID—Atomicity Consistency Isolation Durability ACK—ACKnowledgement ACK—Amsterdam Compiler Kit ACL—Access Control List ACL—Active Current
    [Show full text]
  • The Networker's Guide to Appletalk, IPX, and Netbios
    03 9777 CH03 5/21/01 3:42 PM Page 85 3 The Networker’s Guide to AppleTalk, IPX, and NetBIOS UNTIL THE EARLY 1990S,TCP/IP WAS REALLY ONLY PREVALENT in large govern- ment and research facilities where UNIX and other supercomputing operating systems used it as a common network communications protocol.When PCs came into the picture, they were not networked. Rather, they were used either as front-ends to big micro or mainframe systems (IBM was a big fan of this approach) or as standalone sys- tems. In the early 1980s, as PCs grew in number and in performance, three strategies emerged to provide PCs with networking services:AppleTalk, Novell NetWare, and IBM’s NetBIOS. The goal of this chapter is to give you an understanding of the various protocols that make up the protocol suites and the roles they perform. It is not intended to explain how to design, set up, and manage a network. Chapter 7,“Introduction to Cisco Routers,” and Chapter 10,“Configuring IP Routing Protocols on Cisco Routers,” discuss configuration issues for these protocols. Because NetBIOS is a ses- sion layer protocol rather than a protocol suite, it will be described in the context of its operational behaviors at the end of this chapter. 03 9777 CH03 5/21/01 3:42 PM Page 86 86 Chapter 3 The Networker’s Guide to AppleTalk, IPX, and NetBIOS AppleTalk AppleTalk was an outgrowth of the Apple Macintosh computing platform. First intro- duced in 1984 and updated in 1989, it was designed to provide the Macintosh with a cohesive distributed client/server networking environment.AppleTalk,
    [Show full text]
  • Storpoint CD E100 Network CD-ROM Server
    AXIS StorPoint CD E100 User’s Manual StorPoint CD E100 Network CD-ROM Server User’s Manual ver 1.6 Notices Safety Notices Liability Please observe all safety markings and instructions when using this Every care has been taken in the preparation of this manual; if you product. detect any inaccuracies or omissions, please inform us at an address which can be found in the last appendix of the manual. Axis Caution! - potential hazard that can damage the product. Communications cannot be held responsible for any technical or typographical errors and reserves the right to make changes to the Important! - potential hazard that can seriously impair operation. product and manuals without prior notice. Axis Communications makes no warranty of any kind with regard to the material contained Do not proceed any of the above notices until you have fully within this document, including, but not limited to, the implied understood the implications. warranties of merchantability and fitness for a particular purpose. Axis Communications shall not be liable nor responsible for Electromagnetic Compatibility (EMC) incidental or consequential damages in connection with the furnishing, performance or use of this material. USA - This equipment generates, uses, and can radiate radio frequency energy and if not installed and used in accordance with the Year 2000 Compliance instruction manual, may cause interference to radio Axis Communications warrants that the StorPoint CD is Year 2000 communications. It has been tested and found to comply with the compliant. limits for a Class A computing device pursuant to Subpart B of Part 15 of FCC rules, which are designed to provide reasonable protection against such interference when operated in a commercial Axis’ Trademarks environment.
    [Show full text]
  • Netware 6 Installation C4882-4 Ch01.F 2/4/02 9:53 AM Page 4
    c4882-4 Ch01.F 2/4/02 9:53 AM Page 3 CHAPTER 1 NetWare 6 Installation c4882-4 Ch01.F 2/4/02 9:53 AM Page 4 Instant Access ● Preparing to install There are four recommended tasks to prepare your network for NetWare 6: ᮣ Back up your data ᮣ Update eDirectory (if necessary) ᮣ Update eDirectory schema (if necessary) ᮣ Update Certificate Authority object in eDirectory Installing ᮣ To install a new server, run INSTALL from the root of the NetWare 6 Operating System CD-ROM. Upgrading ᮣ NetWare 4.x or 5.x — To upgrade to NetWare 6 choose one of these options: • Perform an Accelerated Upgrade by running ACCUPG.exe from the root of the NetWare 6 Operating System CD-ROM. This requires that you first copy the entire NetWare 6 Operating System CD-ROM to a NetWare server that will function as the Staging server. • Perform an In-Place upgrade by running INSTALL from the root of the NetWare 6 Operating System CD-ROM. • Perform a server migration by installing and running NetWare Migration Wizard from a client workstation. This utility is available on the NetWare 6 Operating System CD-ROM (\PRODUCTS\MIGRTWZD.EXE). ᮣ NetWare 3 — To upgrade to NetWare 6, perform a server migration by installing and running NetWare Migration Wizard from a client workstation. This utility is available on the NetWare 6 Operating System CD-ROM (\PRODUCTS\MIGRTWZD.EXE). ᮣ NT v3.51 or v4 — To upgrade to NetWare 6, perform a server migration by installing and running NetWare Migration Wizard from a client workstation.
    [Show full text]
  • Netware 6 Server Management CHAPTER 3
    04 9814 ch03.qxd 8/19/04 9:32 AM Page 165 CHAPTER 3 NetWare 6 Server Management CHAPTER 3 This chapter covers the following testing objectives for Novell Course 3004: Novell Network Management: . Use NetWare Remote Manager . Identify What iMonitor Is and How to Use It . Use iMonitor to Diagnose and Repair eDirectory Problems . Set Up and Configure NSS . Monitor, Manage, and Rebuild NSS Storage Space . Set Up SMS for SBCON and NWBACK32 . Back Up Data with SBCON and NWBACK32 . Restore Data with SBCON and NWBACK32 Novell is directing the construction of the world’s central information super- highway with the help of you, me, and thousands of other electronic transit workers (orange vest optional). NetWare 6 further revolutionizes Novell’s oneNet strategy with the introduction of Web-enabled administration tools, highly scalable networking protocols, and multiprocessor support. Implementing these components makes your job easier and provides your users with more reliable network access. Welcome to anytime, anywhere advanced administration via NetWare 6. As a network administrator, it’s your responsibility to focus on the NetWare 6 network to ensure that it stays fine-tuned and in peak condition. In Chapter 1, “NetWare 6 Installation,” and Chapter 2, “NetWare 6 Upgrade and Migration,” we began our NetWare 6 CNE journey by building the cor- nerstone of your network—the NetWare 6 server. Now it’s time to super- charge the network. 04 9814 ch03.qxd 8/19/04 9:32 AM Page 166 166 PART I Novell Network Management for NetWare 6 This chapter focuses on three key areas related to managing your NetWare 6 server: .
    [Show full text]
  • An Overview of the Netware Operating System
    An Overview of the NetWare Operating System Drew Major Greg Minshall Kyle Powell Novell, Inc. Abstract The NetWare operating system is designed specifically to provide service to clients over a computer network. This design has resulted in a system that differs in several respects from more general-purpose operating systems. In addition to highlighting the design decisions that have led to these differences, this paper provides an overview of the NetWare operating system, with a detailed description of its kernel and its software-based approach to fault tolerance. 1. Introduction The NetWare operating system (NetWare OS) was originally designed in 1982-83 and has had a number of major changes over the intervening ten years, including converting the system from a Motorola 68000-based system to one based on the Intel 80x86 architecture. The most recent re-write of the NetWare OS, which occurred four years ago, resulted in an “open” system, in the sense of one in which independently developed programs could run. Major enhancements have occurred over the past two years, including the addition of an X.500-like directory system for the identification, location, and authentication of users and services. The philosophy has been to start as with as simple a design as possible and try to make it simpler as we gain experience and understand the problems better. The NetWare OS provides a reasonably complete runtime environment for programs ranging from multiprotocol routers to file servers to database servers to utility programs, and so forth. Because of the design tradeoffs made in the NetWare OS and the constraints those tradeoffs impose on the structure of programs developed to run on top of it, the NetWare OS is not suited to all applications.
    [Show full text]