Section 8 TAPE INTERFACE

Size: px
Start display at page:

Download "Section 8 TAPE INTERFACE"

Transcription

1 Section 8 TAPE INTERFACE This Section describes the tape interface for backup and restore of file-save or account-save tapes. The UniVision System Administration Guide describes the mechanism for performing a FILE-SAVE or ACCOUNT-SAVE. This Section deals with the interface structure between the tape devices supported by the Operating System and used within the UniVision environment. Tape Devices Supported UniVision operates with all tape devices supported by the Operating System. The 1st step in supporting any tape device in UniVision is to set up the tape devices. The system performs :INIT-TAPE (B as a part of the initial UniVision installation procedure. This command finds the Operating System tape devices and builds 2 data file within UniVision; DEVICE-DETAILS and DEVICE-NAMES. :INIT-TAPE configures tape devices. It is possible to select and assign the devices using :INIT-TAPE. The UniVision environment cannot determine the type of tape device installed, but can determine the UNIX device names. It is the responsibility of the user to identify the tape device as a floppy diskette, cartridge tape, ½-inch tape drive, 8mm cartridge tape, CDROM device, 4mm DATA cartridge tape, etc. Note: It is not advisable to configure tape devices while the tape devices are in use. The setup function requires the reset of the tape device, therefore, use of the device during setup can result in errors and other unpredictable problems. Tape Interface 8-1

2 DEVICE-DETAILS File The DEVICE-DETAILS file contains the configuration information of each tape device. In addition, it is used for tape device attachment and locking purposes in the UniVision environment. The DEVICES file in the SYSTEM Dictionary contains the DEVICE- DETAILS file. Each user account contains a Q-pointer called DEVICE- DETAILS that point to the DEVICE-DETAILS file. Attribute Description 0 Device ID defined when setting up the tape devices with :INIT- TAPE. 1 UniVision process number of the current user using the tape device or null if not is use. 2 Tape device or device path name. 3 Default block size. 4 ERRMSG item-id used to display the type of tape device. For example, T-WHAT uses the ERRMSG number. 5 Identifies the DEVICE-ERRORS items for this device by identifying the Operating System release level. If blank UniVision assumes NCR/AT&T release Device description 7 Original device tag. 8 Block size multiple supported by the device. 9 Tape Label size supported by the device. 10 Label format, long, 512 bytes, or short, 80 bytes, if supported by the tape device. 11 UniVision label format description, displayed by T-FORMAT. 12 Current format position. 8-2 Advanced Technical Support Guide

3 Attribute Description 13 Operating System command to put the tape on-line, if applicable. 14 Start of block information, 4 spaces, then 8 nulls. 15 Operating System command to erase the tape. 16 Operating System command to format the media, if applicable. 17 Operating System command to rewind the tape media. 18 Operating System command to retension the tape media, if applicable. 19 Operating System command to unload the tape media, if applicable 20 Cascade ERRMSG item id. 21 Options used when issuing the Operating System reading from tape using the dd command. The dd utility copies the specified files from an input file to an output file. UniVision uses dd to move blocks of tape data from disk to the appropriate tape device. 22 Options used when issuing a dd command from within a UniVision tape function, that is FILE-SAVE, T-DUMP, etc. 23 Device driver type (ddi for device driver interace). Any other value means the dd command will be used. 24 Number of blocks to read per group (Windows only). 25 Initialise device (used by T-SELECT) 26 Number of blocks per group. (UniVision virtual tape). Tape Interface 8-3

4 For example, on an AT&T/NCR system under UNIX release 2.03 and UniVision release 5.1.3, the DEVICE-DETAILS items for the floppy drive are as follows: /dev/rdsk/d03ht]dev/rdsk/f0dt]/dev/rdsk/f03ht]/dev/rd sk/f03dt F inch 1.44 Mbyte (High Density)]3.5 inch 720 Kbyte (Low Density)]3.5 inch 1.44 Mbyte (High Density)]3.5 inch 72- Kbyte (Low Density) 007 F H]D]R83H]R83D 011 HIGH DENSITY]LOW DENSITY]R83 HIGH DENSITY]R83 LOW DENSITY ]...]...] tapecnt1 -d/dev/rdsk/f03ht -e]tapecnt1 - d/dev/rdsk/f03dt -e] tapecnt1 -d/dev/rdsk/f03ht -e]tapecnt1 - d/dev/rdsk/f03dt -e 016 format /dev/rdsk/f03ht >/dev/null]format /dev/rdsk/f0fdt >/dev/null]format /dev/rdsk/f03ht >/dev/null]format /dev/rdsk/f03dt >/dev/null Advanced Technical Support Guide

5 Additional Notes on the DEVICE-DETAILS File Attribute 10 defines the formats that T-FORMAT can select. Depending on the type of device this attribute might be empty. When the system selects a particular format, it determines the multi-value position in attribute 10 and uses the corresponding multi-valued position for all other attributes associated with the tape format. If there is no multi-value in a field, the system uses the first. The system stores the selected multi-valued position in attribute 12. The default value is 1. Attributes 13 to 19 contain a translation table on what commands in the Operating System execute in response to the corresponding UniVision command. Attribute 13 contains the command executed when the user enters T-ONLINE or when you insert a 2 nd reel and enter C. The following table outlines typical entries for attributes 13 to 19. Function mt command Alternate Command on-line mt -f pathname online tapecntl -d/ pathname -1 erase mt - pathname erase tapecntl -d/ pathname -e format format pathname l>/dev/null (floppy drives only) rewind mt -f pathname tapecntl -d/ pathname -w retension mt -f pathname tapecntl -d/ pathname -t unload mt -f pathname rewoff tapecntl -d/ pathname -f Tape Interface 8-5

6 O/S AT&T AIX UnixWare Note: Commands in DEVICE-DETAILS mt, resides in /usr/ucb mt tapecntl and format Attribute 5 indicates the installed version of UNIX. If the system has selected the incorrect Operating System during the initial installation procedure, tape operations are erratic and might not perform properly. You can reset the tape devices to the correct Operating System level at any time by entering :INIT-SYSTEM (B. To correct errors in the tape devices or to add a new tape device you can enter :INIT-TAPE (B. For more information refer to the UniVision Command Reference Guide. DEVICE-NAMES File The DEVICE-NAMES file contains the names of the tape devices available in the UniVision environment. This file translates the tape device number to the actual Operating System device. For example, in UniVision T-SELECT allows a user to select a tape device based on tape name. The DEVICES file in the SYSTEM Dictionary contains the DEVICE-NAMES. Each user account contains a Q-pointer called DEVICE-NAMES that points to the DEVICES,NAMES file. A typical entry in the DEVICE-NAMES file is as follows: Attribute Description 0 Device number: The ID of this file. 1 UniVision tape device number. Usually, this number is the same as the ID. It is different when a user re-orders the tape devices using :INIT-TAPE. 8-6 Advanced Technical Support Guide

7 There should be at least 1 entry for every tape device defined for use in UniVision. A typical entry is as follows: DEVICE-ERRORS File The DEVICE-ERRORS file translates messages from the result of writing to tape using dd. Based on part of the text received as the results of the previously issued dd, UniVision takes the appropriate action. Each user account contains a Q- pointer called DEVICE-ERRORS that point to the DEVICES,ERRORS file. Typical entries in the DEVICE-ERRORS file are as follows: Attribute Description 0 The key to the errors file, based on the operating system and hardware platform. The key is actually in 2 parts. The 1st part is the Operating System and hardware as defined in the following table. The 2nd part of the key is a type of operation. Only 4 operations exist: R = Read, W = Write, FR = Floppy Read, FW = Floppy Write. Attribute All Description All other attributes contain a unique set of words in value position 1, to identify an error message from the dd command. Value position 2 contains a code instructing UniVision what action to take on the error. The possible action codes are: 1 = end of data, 2 = device full, UniVision treats anything else as device not ready. Tape Interface 8-7

8 You use the following table to determine the 1 st part of the key to the DEVICE- ERRORS file: Key Part Description null NCR or AT&T UNIX Release NCR or AT&T UNIX Release 2.3 UW UnixWare Release 1.0, 1.1, 2.0 or 2.1 AIX IBM s AIX Release or 4.1 and Motorola s AIX Release 4.1. There should be 4 entries for each of these. Typical entries for NCR or AT&T UNIX Release 2.3 are as follows: 2.3R 001 Read error 002 Cannot 003 failure 004 records in]1 2.3R 001 Read error]1 002 Cannot 003 failure 2.3W 001 No such device or address]2 002 Cannot 2.3W 001 Error 0]2 002 No space]2 003 Cannot 004 Write error 8-8 Advanced Technical Support Guide

9 What Happens During Tape Device Selection When you select a tape device in UniVision, the following occurs: The system reads the DEVICE-NAMES file for the specified device name. The 1 st attribute for the device contains the ID of the appropriate DEVICE- DETAILS item. The system reads the DEVICE-DETAILS record. Attribute 5 contains the ID prefix used to determine the various tape messages. The DEVICE- ERRORS file stores the tape messages. The system reads the device error messages from the DEVICE-ERROS file. The read error messages is an item called prefix R and the write error messages is an item called prefix W. Note: If you have not selected a tape device prior to use the system attaches device 0. What Happens at Device Attachment Device attachment locks the devices selected current exclusively for UniVision. Device attachment performs the following: Reads the DEVICE-DETAILS item and verifies that another process has not locked the tape device. If there is no entry in attribute 1 of the DEVICE-DETAILS record, attaches the tape device and writes the process number to attribute 1. Tape Interface 8-9

10 The following command perform as follows: T-SELECT Utilises device selection followed by device attachment. T-ATT T-DET Utilises device attachment Removes the lock from the tape device selected currently. If DEVICE-DETAILS contains the process number, the system removes it and makes the device available for another user. T-DET U Removes the lock from the device selected currently, unconditionally. If DEVICE-DETAILS contains the process number, the system removes it and makes the device available for another user. T-FORMAT Selects the relevant format from the DEVICE-DETAILS item. Setting Up a Tape Device in UniVision to Use a UNIX File UniVision allows a user to set up a UNIX file as a tape device. You can write UniVision style tapes such as file-save, account-save, and T-DUMPs to disk by performing the following: Create an item in the DEVICE-NAMES file. Create an item in the DEVICE-DETAILS file. Create an item in the ERRMSG file, optional. The following example uses a UNIX file call taperec in the tmp directory. You can use any UNIX file name and put the information in any directory. The UNIX file does not have to exist, however, the directory must exist Advanced Technical Support Guide

11 Using the Editor, create the following item in the DEVICE-NAMES file: >ED DEVICE-NAMES UNIXFILE NEW ITEM.I 001 UNIXFILE 002.FI UNIXFILE filed In addition, create the following item in the DEVICE-DETAILS file using the Editor: >ED DEVICE-DETAILS UNIXFILE NEW ITEM.I /tmp/taperec file: /tmp/taperec F.R99/+// EOI 012.FI UNIXFILE filed Tape Interface 8-11

12 Note: You must log back to the UNIX login before your current UniVision process recognises the newly created tape/file device. To understand any messages from the UniVision environment, it is advisable to create an appropriate message in the ERRMSG file, however, this step is option and not required. Create the following item in the ERRMSG file using the Editor. >ED ERRMSG 6040 NEW ITEM >I 001 E UNIX file: /temp/taperec EOI 001.FI 6040 filed If you perform an :INIT-TAPE or :INIT-SYSTEM you must recreate the items in the DEVICE-DETAILS and DEVICE-NAMES files. Tape Conversion to UniVision You cannot restore tapes created on other Pick or Pick-like systems if the data spans more than one tape media. When saving data on a non-univision system, you must keep all the data on one tape media, otherwise, it is not possible to restore the data to a UniVision system completely. This issue only arises when you bring data from a non-univision system. UniVision does support file-saves or T-DUMP on a UniVision system across multiple tape media. Restoring UniVision Tapes on MENTOR If you are saving a UniVision account, to restore in a MENTOR system, you must use a tape label block size of 80, except for ¼-inch cartridges. ¼-inch cartridges can use any block that is a multiple of 512. Label sizes for ¼-inch cartridges can be 80 or 512 bytes. T-FORMAT sets the label size Advanced Technical Support Guide

13 Restoring Data from ADDS MENTOR Systems The ADDS MENTOR systems support 2 different file-save tape formats. The older and most common, is the original R83 save format. UniVision restores account save-tapes that are R83 compatible automatically. ADDS MENTOR release 2.8 and earlier are R83 compatible, therefor, if your system is currently on release 2.8 or earlier, performing an ACCOUNT-RESTORE on UniVision works. The newer ADDS MENTOR tape format is based on the tape utilities developed by AccuSoft Enterprises. The AccuSoft format uses a different tape of layout from R83. UniVision cannot restore account created with this format. If your system is on release 3.0 you must create the account-save tape with the R83 backwards compatibility option, using the following statement on the ADDS MENTOR: SAVE SYSTEM account-name (DFTYC The options specified save the data files, D, display the filenames, F, write the data to tape, T, check for Group Format Error, Y, and the format of the data is backwards, or R83, compatible, C. It is possible to restore an account-save tape created with this command on a UniVision system, however, the AccuSoft utility excludes all items greater than 32K automatically. The reason for the exclusion of large items is because the R83- based tape restore aborts on encountering an item greater than 32K. For all items greater than 32K you must perform a T-DUMP on the ADDS system. T-DUMP tapes made on any ADDS release are restorable on a UniVision system. UniVision save and restore supports unlimited item sizes on UniVision systems. Tape Compatibility Remember to check for tape compatibility between the new system and the system where the data resides. The new hardware might not be able to read data from an older style tape drive. The tape compatibility guidelines to be followed when upgrading your system are: Tape incompatibilities most often occur at the tape labels. The tape label can be an issue in 4 areas. Tape Interface 8-13

14 At the beginning of the 1 st tape. The 1 st label on the tape contains information on the format of the data on the tape. For example, the 1 st tape label contains the block size of the tape data and the date and time of creation. Sometimes, on an old release of software the 1 st label created is incompatible with new release software like UniVision. You can usually avoid the 1 st tape label by attaching the tape drive at the correct block size and bypass the 1 st label with a T-FWD. Between accounts Incompatibility can occur between accounts because each account starts with a tape label. It is not possible for you to assume that you can always restore data from 2 or more accounts on the same tape. The conversion is easier if you restrict the tape to one account. At the beginning of the 2 nd and subsequent reels Incompatibility can occur at the tape label on the beginning of each reel. If this occurs there is not way to correct the problem. Keep the tape data to one physical tape. In order to do this, you might have to break up large accounts on the original system. At the end of a tape reel Incompatibility can occur at the last block of data on the tape. If this occurs there is no way to correct the problem. Keep the tape data to one physical tape. ½-inch tape is the most compatible tape medium among systems. The ½-inch tape standard is well defined and followed by all Pick and Pick-like implementations, therefore, ½-inch tape is the conversion medium of choice. ¼-inch cartridge is the most problematic type tape to use for data conversions. ½- inch tapes have no standard for tape labels. Since no standard exists it is critical you keep to the tape compatibility rules outlined previously. Tapes on UniVision NT Tape operations on UniVision NT are the same as for UniVision UNIX from the UniVision users point of view. UniVision NT requires the system install to install the tape devices and drives Advanced Technical Support Guide

15 File-Save Procedure Performing the File-Save procedure sets Group locks for a long period of time. We recommend that you perform File-Saves during a period of time when you can avoid updates to the Database, however, it is possible to perform a File-Save while updating the Database. The File-Save does not use the Item lock table to perform the save, therefore, processes that have Item locks set do not block the File-Save process. The File-Save process respects any Group locks set by the system while setting or removing an Item lock. Since Item locks set a Group lock for very short periods of time, the effect of setting an Item lock does not stop or impede the progress of the File-Save. File-Save Process The easiest way to describe the File-Save process is as follows: 1. Save all the non D-pointer, data, in the SYSTEM File. 2. Build a list of all the accounts defined in the SYSTEM File. 3. Save the Account s Master Dictionary. 4. Save the Dictionary File. 5. Save the Data File. In real terms, it is slightly more complicated. The following explains the logical order of saving the Database to tape, without describing how the system formats the data on the tape in detail. The File-Save begins by saving the data information contained in the SYSTEM File, step 1, and building a list of all accounts, step 2. For the SYSTEM file only, it collects all data items, such as Q-pointers and puts them at the beginning of the tape before searching for data pointers. Once it has built the list, it saves the data in the Account s Master Dictionary, step 3. During the File-Save of the Master Dictionary, if it encounter a D-pointer to a Dictionary file, the File-Save starts saving the Dictionary file and returns to step 3 when it has saved the complete Dictionary. During the File-Save of the Dictionary file, if it encounters a D-pointer to a Data file, the File-Save starts saving the Data file and returns to step 4 when it has saved the complete Data file. Tape Interface 8-15

16 During this process SAVE sets Group locks in all 4 file levels based on the Group the process is formatting currently to tape. SAVE sets a maximum of 4 group locks, one in each of the file levels, SYSTEM, Account Dictionary, Data Dictionary and Data File. SAVE respects Group locks but ignores application or Item locks. Note: UniVision allows updates to the database when File-Save is active. Be aware that updating the database performing a File- Save might compromise the saved data s referential integrity. Since the File-Save only uses Group locks, application software continues to function while SAVE is in process, however, the application might have to wait when setting a Group lock depending on where the system requires the lock. The system sets a Group lock in the SYSTEM file during the initial save of the SYSTEM data and the building of the list of accounts to save. It should release any required Group locks very quickly, since applications do not update the SYSTEM file in practice, this is not an issue. The system sets a Group lock in the Master Dictionary for an extended period of time, while it saves the Dictionary and Data file in the accounts. It is possible to avoid this issue if the application does not update the Master Dictionary, otherwise the process might have to wait an extended period of time before setting a Group Lock. The system sets the Dictionary file lock for a shorter period of time while it saves the Dictionary file data. If an application does not update the Dictionary file, no conflicts are possible, otherwise the process might have to wait an extended period of time before setting a Group Lock for a dictionary item. The system sets the Data file lock for very brief periods of time. The File-Save process only stops updating of Data files briefly. Note: You should change tapes quickly because all Group locks remain in place until the process continues Advanced Technical Support Guide

FOR NETWARE. Tested and. Approved

FOR NETWARE. Tested and. Approved 7 v e r s i o n TM FOR NETWARE Tested and Approved Introduction This guide is designed to help you install Backup Exec for NetWare from the Backup Exec Installation CD. It is intended for administrators

More information

jbase Tape Operations

jbase Tape Operations jbase Tape Operations 2006, 2016 Zumasys, Inc. Contents Documentation Conventions... 1 TAPE OPERATIONS... 3 Restoring Data from Other Systems... 3 TAPE COMMANDS... 4 TAPE... 4 ATTACH/DETACH COMMANDS...

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes how to install and uninstall Essentials, including upgrades and reinstallation. You must install CiscoWorks2000 CD One before you can install Resource Manager Essentials.

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

NetVault for MAC OS X. Contents

NetVault for MAC OS X. Contents NetVault 7.4.2 for MAC OS X Copyright 2006 BakBone Software, Inc. This document contains important end user release information on NetVault 7.4.2 for MAC OS X. This document also includes a brief description

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

File System Interface: Overview. Objective. File Concept UNIT-IV FILE SYSTEMS

File System Interface: Overview. Objective. File Concept UNIT-IV FILE SYSTEMS UNIT-IV FILE SYSTEMS File System Interface: File Concept Access Methods Directory Structure File System Mounting Protection Overview For most users, the file system is the most visible aspect of an operating

More information

NetVault:Backup for Mac OS X

NetVault:Backup for Mac OS X NetVault:Backup 7.4.3 for Mac OS X Copyright 2006 BakBone Software, Inc. This document contains important end user release information on NetVault:Backup 7.4.3 for Mac OS X. This document also includes

More information

Introduction to File Systems

Introduction to File Systems Introduction to File Systems CS-3013 Operating Systems Hugh C. Lauer (Slides include materials from Slides include materials from Modern Operating Systems, 3 rd ed., by Andrew Tanenbaum and from Operating

More information

GNU CPIO September by Robert Carleton and Sergey Poznyakoff

GNU CPIO September by Robert Carleton and Sergey Poznyakoff GNU CPIO 2.12 12 September 2015 by Robert Carleton and Sergey Poznyakoff This manual documents GNU cpio (version 2.12, 12 September 2015). Copyright c 1995, 2001-2002, 2004, 2010, 2014-2015 Free Software

More information

PanelViewt 1200 Transfer Utility User Manual

PanelViewt 1200 Transfer Utility User Manual User Manual Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety Guidelines for the Application, Installation and Maintenance of Solid State

More information

This document is intended for users of UniBasic. Copyright 1998 Dynamic Concepts, Inc. (DCI). All rights reserved.

This document is intended for users of UniBasic. Copyright 1998 Dynamic Concepts, Inc. (DCI). All rights reserved. Dynamic Concepts Incorporated (DCI) has prepared this document for use by DCI personnel, licensees, and authorized representatives. The material contained herein shall not be reproduced in whole or in

More information

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries Contents I Table of Contents Part I Welcome 6 1 Welcome... 6 2 Frequently Asked... Questions 6 Part II Getting Started 6 1 Getting Started... 6 2... 7 Create a New Database... 7 Open an Existing... Database

More information

Page Size Page Size Design Issues

Page Size Page Size Design Issues Paging: design and implementation issues 1 Effect of page size More small pages to the same memory space References from large pages more probable to go to a page not yet in memory References from small

More information

Unit 2 : Computer and Operating System Structure

Unit 2 : Computer and Operating System Structure Unit 2 : Computer and Operating System Structure Lesson 1 : Interrupts and I/O Structure 1.1. Learning Objectives On completion of this lesson you will know : what interrupt is the causes of occurring

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

Operating Systems, Fall Lecture 5 1. Overhead due to page table and internal fragmentation. Tbl 8.2 [Stal05] 4.

Operating Systems, Fall Lecture 5 1. Overhead due to page table and internal fragmentation. Tbl 8.2 [Stal05] 4. Paging: design and implementation issues Effect of page size More small pages to the same memory space References from large pages more probable to go to a page not yet in memory References from small

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

More information

C:: cornrnodore ADDENDUM TO CBM DUAL DRIVE FLOPPY MANUAL PART NUMBER:

C:: cornrnodore ADDENDUM TO CBM DUAL DRIVE FLOPPY MANUAL PART NUMBER: PART NUMBER: 8250003 ADDENDUM TO CBM DUAL DRIVE FLOPPY MANUAL This Addendum covers the additional features of the Model 8250 Dual floppy C:: cornrnodore c 1980 Commodore Business Machines, Inc. A. GENERAL

More information

ATTENDANT MONITOR Operations Manual NEC America, Inc.

ATTENDANT MONITOR Operations Manual NEC America, Inc. ATTENDANT MONITOR Operations Manual NEC America, Inc. NDA-30135 Revision 1 October, 2000 Stock Number 241662 LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications, functions,

More information

Operating Systems, Fall Lecture 5 1

Operating Systems, Fall Lecture 5 1 Paging: design and implementation issues 1 Effect of page size More small pages to the same memory space References from large pages more probable to go to a page not yet in memory References from small

More information

Cromemco UNIX V.2 Installation

Cromemco UNIX V.2 Installation The Blog Tuesday, March 25, 2014 Cromemco UNIX V.2 Installation Building on the story of the injured Cromemco UNIX system I am outlining the exact recovery procedure I followed to restore UNIX V2 onto

More information

ATs.T X ;,

ATs.T X ;, ATs.T 999-801-0181$............. -;,............ -- a a a a a a a a a a a 8 a a a a a a.......................-.... : a:... a: a: a: a: a: a: a: a: : : : : : : : : : : : ~................-..................

More information

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide AGAMA Version 1.0 FONT ASSISTANT for Windows 95/98 & NT 1999 User's Guide Copyright Notice Copyright 1991-1999, AGAMA, Moscow, Russia and Smart Link Corpoiration, USA. All Rights Reserved. All parts of

More information

Infor ERP LN 6.1 Data Converter

Infor ERP LN 6.1 Data Converter Infor ERP LN 6.1 Infor ERP LN 6.1 Data Converter User's Guide Copyright 2008 Infor All rights reserved. The word and design marks set forth herein are trademarks and/or registered trademarks of Infor and/or

More information

How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website (

How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website ( HOW TO DOWNLOAD, INSTALL AND REGISTER GENERAL DESCRIPTION How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website (www.iqretail.co.za) DOWNLOADING Downloading

More information

Chapter 6 Storage Management File-System Interface 11.1

Chapter 6 Storage Management File-System Interface 11.1 Chapter 6 Storage Management File-System Interface 11.1 Chapter 6: File-System Interface File Concept Access Methods Disk and Directory Structure File-System Mounting File Sharing Protection 11.2 Objectives

More information

Principles of Operating Systems

Principles of Operating Systems Principles of Operating Systems Lecture 24-26 - File-System Interface and Implementation Ardalan Amiri Sani (ardalan@uci.edu) [lecture slides contains some content adapted from previous slides by Prof.

More information

MDS - UNIX SYSTEM ADMINISTRATOR MANUAL. INTRODUCTION... i

MDS - UNIX SYSTEM ADMINISTRATOR MANUAL. INTRODUCTION... i MDS - UNIX SYSTEM ADMINISTRATOR MANUAL INTRODUCTION........................... i SUPER USER MENU.......................... 1 1 SET USER PRIVILEGE..................... 2 2 MAKE USER.........................

More information

File Systems: Interface and Implementation

File Systems: Interface and Implementation File Systems: Interface and Implementation CSCI 315 Operating Systems Design Department of Computer Science File System Topics File Concept Access Methods Directory Structure File System Mounting File

More information

File Systems: Interface and Implementation

File Systems: Interface and Implementation File Systems: Interface and Implementation CSCI 315 Operating Systems Design Department of Computer Science Notice: The slides for this lecture have been largely based on those from an earlier edition

More information

Seagate Tape Diagnostic Version 2.0 User Guide

Seagate Tape Diagnostic Version 2.0 User Guide Seagate Tape Diagnostic Version 2.0 User Guide Introduction Installation Operating locally on a Windows machine Tape tests Remote operation Command line operation Security considerations 1. INTRODUCTION

More information

File Organization Sheet

File Organization Sheet File Organization Sheet 1. What is a File? A collection of data is placed under permanent or non-volatile storage Examples: anything that you can store in a disk, hard drive, tape, optical media, and any

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

Hostopia WebMail Help

Hostopia WebMail Help Hostopia WebMail Help Table of Contents GETTING STARTED WITH WEBMAIL...5 Version History...6 Introduction to WebMail...6 Cookies and WebMail...6 Logging in to your account...6 Connection time limit...7

More information

ICS Principles of Operating Systems

ICS Principles of Operating Systems ICS 143 - Principles of Operating Systems Lectures 17-20 - FileSystem Interface and Implementation Prof. Ardalan Amiri Sani Prof. Nalini Venkatasubramanian ardalan@ics.uci.edu nalini@ics.uci.edu Outline

More information

PART I. The Lay of the Land. CHAPTER 1: Exploring SharePoint Designer

PART I. The Lay of the Land. CHAPTER 1: Exploring SharePoint Designer PART I RI AL The Lay of the Land CO PY RI GH TE D MA TE CHAPTER 1: Exploring SharePoint Designer 1Exploring SharePoint Designer WHAT YOU WILL LEARN IN THIS CHAPTER How SharePoint Designer fits into Microsoft

More information

8.1 Software/Hardware Required: Core 2 duo/i3/i5/i7-64bit processor Operating System ubuntu/fedora 64bit OS Assembler: NASM Editor Used gedit

8.1 Software/Hardware Required: Core 2 duo/i3/i5/i7-64bit processor Operating System ubuntu/fedora 64bit OS Assembler: NASM Editor Used gedit Att (2) Perm(5) Oral(3) Total(10) Sign with Date Date: Assignment No.8 Aim: Write X86 Menu driven Assembly Language Program (ALP) to implement OS (DOS) commands TYPE, COPY and DELETE using file operations.

More information

Long Filename Specification

Long Filename Specification Long Filename Specification by vindaci fourth release First Release: November 18th, 1996 Last Update: January 6th, 1998 (Document readability update) Compatibility Long filename (here on forth referred

More information

Insights into TSM/HSM for UNIX and Windows

Insights into TSM/HSM for UNIX and Windows IBM Software Group Insights into TSM/HSM for UNIX and Windows Oxford University TSM Symposium 2005 Jens-Peter Akelbein (akelbein@de.ibm.com) IBM Tivoli Storage SW Development 1 IBM Software Group Tivoli

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

File Organization Sheet

File Organization Sheet File Organization Sheet 1. What are File Structures? A File Structure is a combination of representations for data in files and of operations for accessing the data. A File Structure allows applications

More information

File System Interface. ICS332 Operating Systems

File System Interface. ICS332 Operating Systems File System Interface ICS332 Operating Systems Files and Directories Features A file system implements the file abstraction for secondary storage It also implements the directory abstraction to organize

More information

File System Definition: file. File management: File attributes: Name: Type: Location: Size: Protection: Time, date and user identification:

File System Definition: file. File management: File attributes: Name: Type: Location: Size: Protection: Time, date and user identification: File System Definition: Computer can store the information on different storage media such as magnetic disk, tapes, etc. and for convenience to use the operating system provides the uniform logical view

More information

Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1

Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1 Replicating and Restoring Microsoft SQL Databases with VERITAS Storage Replicator 2.1 V E R I T A S W H I T E P A P E R March 4, 2002 Table of Contents Introduction.................................................................................4

More information

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade.

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade. IBM 000-736 DB2 9 Database Administrator for Linux UNIX and Windows Upgrade http://killexams.com/exam-detail/000-736 with three partitions in which part 1 will be placed in table space TBSP0, part 2 will

More information

1993 Paper 3 Question 6

1993 Paper 3 Question 6 993 Paper 3 Question 6 Describe the functionality you would expect to find in the file system directory service of a multi-user operating system. [0 marks] Describe two ways in which multiple names for

More information

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide IBM TRIRIGA Application Platform Version 3 Release 4.2 Object Migration User Guide Note Before using this information and the product it supports, read the information in Notices on page 41. This edition

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes installing Resource Manager Essentials 3.2 on a Windows system. It consists of: Product Overview Installation Overview Preparing to Install Essentials Importing Data Manually

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

PCmover Enterprise Policy Manager User Guide

PCmover Enterprise Policy Manager User Guide Laplink Software, Inc. PCmover Enterprise Policy Manager User Guide The Only Software that Moves Programs, Files, and Settings to a New PC! MN-PCMVENTPR-8-EN (REV. 2/26/2015) Laplink Software, Inc. For

More information

A. Upon receiving this query, I set about writing a program called WINDOS (see News column) to do this very task.

A. Upon receiving this query, I set about writing a program called WINDOS (see News column) to do this very task. HELPLINE Dilwyn Jones Q. How can I rename the medium name of some of my QXL.WIN files to something more meaningful than something like 'WIN2'? As I keep my fonts, documents and graphics in separate QXL.WIN

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

White Paper PRIMERGY RDX Backup and Archiving Solution

White Paper PRIMERGY RDX Backup and Archiving Solution White Paper PRIMERGY RDX Backup and Archiving Solution Contents Introduction 2 What is an RDX system? 3 Brief description of a D2D system 3 Advantages of RDX 4 Removability and portability 4 Archiving

More information

lcd, Inc Rock Str eet Rockf MODEM. ( 815) CoPYtight r 1%,

lcd, Inc Rock Str eet Rockf MODEM. ( 815) CoPYtight r 1%, - ---- 1220 Rock Str eet Rockf (815) _ 2 101-1437 MODEM. ( 815) 968-2229 lcd, Inc. CoPYtight r 1%, FlashBack! The Hard Disk and Multi I/O Backup Utility for SpartaDOS Users by led For further in formation

More information

File Systems: Allocation Issues, Naming, and Performance CS 111. Operating Systems Peter Reiher

File Systems: Allocation Issues, Naming, and Performance CS 111. Operating Systems Peter Reiher File Systems: Allocation Issues, Naming, and Performance Operating Systems Peter Reiher Page 1 Outline Allocating and managing file system free space File naming and directories File volumes File system

More information

DATA STRUCTURES USING C

DATA STRUCTURES USING C DATA STRUCTURES USING C File Management Chapter 9 2 File Concept Contiguous logical address space Types: Data numeric character binary Program 3 File Attributes Name the only information kept in human-readable

More information

Upgrade to Webtrends Analytics 8.5: Best Practices

Upgrade to Webtrends Analytics 8.5: Best Practices Technical Best Practices 8.5 Software Upgrade Upgrade to Webtrends Analytics 8.5: Best Practices Version 4 Webtrends Analytics is a powerful application that must be installed on a dedicated computer.

More information

Uniform Crime Reporting. National Incident-Based Reporting System. Volume 2 Data Submission Specifications

Uniform Crime Reporting. National Incident-Based Reporting System. Volume 2 Data Submission Specifications U.S. Department of Justice Federal Bureau of Investigation Uniform Crime Reporting National Incident-Based Reporting System Volume 2 Data Submission Specifications May 1992 FOREWORD Information about

More information

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23 FILE SYSTEMS CS124 Operating Systems Winter 2015-2016, Lecture 23 2 Persistent Storage All programs require some form of persistent storage that lasts beyond the lifetime of an individual process Most

More information

Figure 1.0 ULTRA 22C Board Layout JP1 JP5. Table 1.0 Default Jumper Settings

Figure 1.0 ULTRA 22C Board Layout JP1 JP5. Table 1.0 Default Jumper Settings UltraStor ULTRA 22C Quick Setup Memory Expansion Board Connector Figure 1.0 ULTRA 22C Board Layout J4 :::::::::::::::::::::::::::::: : : :::::::::: :::::::::: ::::::::::::::::: 2 P6 1 JP3 1 J2 1 J1 1 J3

More information

Product Support Notice

Product Support Notice PSN # PSN004088u Product Support Notice 2013 Avaya Inc. All Rights Reserved. iginal publication date: 18-Oct-13. This is issue #01, published date: 18-Oct-13. Severity/risk level High Urgency Immediately

More information

RADAR RELEASE NOTES

RADAR RELEASE NOTES Welcome to RADAR Version 3.25! Why not take a few moments to review these release notes to see what s new in Version 3.25. Use the up and down arrows on your keyboard to scroll through, or the cancel key

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Conversion Guide: Converting from Amicus Small Firm

Conversion Guide: Converting from Amicus Small Firm Conversion Guide: Converting from Amicus Small Firm Who should use this Guide: Firms who are upgrading to Amicus Premium from Amicus Small Firm (later than Version 5.1.1). Do not use this Guide if converting

More information

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives A+ Guide to Hardware, 4e Chapter 7 Hard Drives Objectives Learn how the organization of data on floppy drives and hard drives is similar Learn about hard drive technologies Learn how a computer communicates

More information

Enterprise. Enterprise. Administrator Guide MN-PCMVENTPR-EN-04 (REV. 02/09)

Enterprise. Enterprise. Administrator Guide MN-PCMVENTPR-EN-04 (REV. 02/09) h t t p : / / w w w. l a p l i n k. c o m / b u s i n e s s _ s o l u t i o n s Tel (USA): +1 (425) 952-6001 Fax (USA): +1 (425) 952-6002 E-mail us at CorpSales@laplink.com Tel (UK): +44 (0) 870-2410-983

More information

Level 23 Eagle Software Conversion Guide. Please see page 5 for changes made to Special Security

Level 23 Eagle Software Conversion Guide. Please see page 5 for changes made to Special Security Level 23 Eagle Software Conversion Guide Please see page 5 for changes made to Special Security Publication No. EL1035 Publication Date: January 2002 This manual contains reference information about CCITRIAD

More information

CROSS PLATFORM DUMP AND LOAD FOR

CROSS PLATFORM DUMP AND LOAD FOR CROSS PLATFORM DUMP AND LOAD FOR 12.5.3 TECHNICAL WHITE PAPER TABLE OF CONTENTS OVERVIEW 3 BACKGROUND 3 SUMMARY OF COMPATIBILITIES 3 USING DUMP AND LOAD IN A CROSS-PLATFORM ENVIRONMENT 4 MAKING THE ASE

More information

Setup and Reconfiguration Guide

Setup and Reconfiguration Guide EPIC Setup and Reconfiguration Guide VM-0001-07 Copyright Data Interchange Plc Peterborough, England, 2012. All rights reserved. No part of this document may be disclosed to third parties or reproduced,

More information

File System Administration

File System Administration File System Administration As System Administrator, one of your most important tasks is to ensure that your files are properly sized and error-free. Therefore, you should check the file system: Quarterly

More information

DB2. Migration Guide. DB2 Version 9 GC

DB2. Migration Guide. DB2 Version 9 GC DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 Before using this information and the product it

More information

Bridge. Master Covers Guide. Version

Bridge. Master Covers Guide. Version Bridge Master Covers Guide Version 2.5.103 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Managing Master Covers 2 Creating a New Master Cover 2 Viewing and Modifying a Master

More information

Chapter 11: File System Implementation. Objectives

Chapter 11: File System Implementation. Objectives Chapter 11: File System Implementation Objectives To describe the details of implementing local file systems and directory structures To describe the implementation of remote file systems To discuss block

More information

How to create a PDF document for Duplicating to print for you.

How to create a PDF document for Duplicating to print for you. How to create a PDF document for Duplicating to print for you. Quick Instructions: 1. Make sure you have access to a printer with a postscript driver. 2. Map a drive letter to the PDF creation share on

More information

Installation Guide AHA-1540CF/1542CF. High-Performance Bus Master ISA-to-SCSI Host Adapter with SCSISelect

Installation Guide AHA-1540CF/1542CF. High-Performance Bus Master ISA-to-SCSI Host Adapter with SCSISelect Installation Guide AHA-1540CF/1542CF High-Performance Bus Master ISA-to-SCSI Host Adapter with SCSISelect R 1 Getting Started This guide provides the steps required for basic installation of the AHA-1540CF

More information

Open the QpTools form (from the SWITCHBOARD "Utilities" menu):

Open the QpTools form (from the SWITCHBOARD Utilities menu): Tutorial: Backing Up Essential Data Files QuickPermit data files for local installations are generally very small and may be regularly backed up in less that a minute -- time well spent to protect you

More information

INTERNAL REPRESENTATION OF FILES:

INTERNAL REPRESENTATION OF FILES: INTERNAL REPRESENTATION OF FILES: Every file on a UNIX system has a unique inode. The inode contains the information necessary for a process to access a file, such as file ownership, access rights, file

More information

Best Practices Outline for Deep Dish Television

Best Practices Outline for Deep Dish Television Best Practices Outline for Deep Dish Television Tape management 1) Click Save tabs and rewind completely after capture. 2) Label tapes with Deep Dish ; videographer s name; content description; date of

More information

Lf1w1'eLC bliotfitl ~NS C.. /00/CAL VSTEMS. Maintenance Utility

Lf1w1'eLC bliotfitl ~NS C.. /00/CAL VSTEMS. Maintenance Utility Lf1w1'eLC bliotfitl Maintenance Utility /00/CAL VSTEMS ~NS C.. ç. TABLE OF CONTENTS LBMAINT - File Maintenance Utility... 1 Start up procedure... 2 Using LBMAINT... 3 The LBMAINT Scan menu... 5 Viewoption...

More information

Qlik Deployment Framework

Qlik Deployment Framework Qlik Deployment Framework QlikView Getting Started Guide April, 2017 qlik.com Table of Contents Why a Framework? 3 Standards 3 Qlik Deployment Framework 3 Qlik Deployment Framework resource containers

More information

File System Management

File System Management Lecture 8: Storage Management File System Management Contents Non volatile memory Tape, HDD, SSD Files & File System Interface Directories & their Organization File System Implementation Disk Space Allocation

More information

File Management. Marc s s first try, Please don t t sue me.

File Management. Marc s s first try, Please don t t sue me. File Management Marc s s first try, Please don t t sue me. Introduction Files Long-term existence Can be temporally decoupled from applications Sharable between processes Can be structured to the task

More information

Chapter 1 HMSL on the Macintosh

Chapter 1 HMSL on the Macintosh Chapter 1 HMSL on the Macintosh HMSL is a programming language for experimental music. It is available on the Macintosh and Amiga computers. The language is primarily host independant. That means that

More information

HELPLINE. Dilwyn Jones

HELPLINE. Dilwyn Jones HELPLINE Dilwyn Jones Remember that you can send me your Helpline queries by email to helpline@quanta.org.uk, or by letter to the address inside the front cover. While we do our best to help, we obviously

More information

Typical File Extensions File Structure

Typical File Extensions File Structure CS 355 Operating Systems File Systems File Systems A file is a collection of data records grouped together for purpose of access control and modification A file system is software responsible for creating,

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

MYOB Exo PC Clock. User Guide

MYOB Exo PC Clock. User Guide MYOB Exo PC Clock User Guide 2018.01 Table of Contents Introduction to MYOB Exo PC Clock... 1 Installation & Setup... 2 Server-based... 2 Standalone... 3 Using Exo PC Clock... 4 Clocking Times... 5 Updating

More information

Data warehouse and Data Mining

Data warehouse and Data Mining Data warehouse and Data Mining Lecture No. 13 Teradata Architecture and its compoenets Naeem A. Mahoto Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: While RAMCHECK is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com). The PC programs software

More information

MLP (Multi-Link Programming) SOFTWARE

MLP (Multi-Link Programming) SOFTWARE FOR REVISIONS 1.10 AND ABOVE Doc-6001005 Rev - 3380 USER'S GUIDE TO MLP (Multi-Link Programming) SOFTWARE CHATSWORTH, CALIFORNIA Multi-Link Programming software makes programming a chain of Sentex Infinity

More information

Conversion Guide. Introduction Welcome to the Conversion Guide... 2 Copyright & Trademarks... 2 Sales and Support... 2

Conversion Guide. Introduction Welcome to the Conversion Guide... 2 Copyright & Trademarks... 2 Sales and Support... 2 1 Conversion Guide Introduction Welcome to the Conversion Guide... 2 Copyright & Trademarks... 2 Sales and Support... 2 Conversion What is a Conversion?... 3 Key Recommendations... 3 Additional Conversion

More information

Memory Design. Cache Memory. Processor operates much faster than the main memory can.

Memory Design. Cache Memory. Processor operates much faster than the main memory can. Memory Design Cache Memory Processor operates much faster than the main memory can. To ameliorate the sitution, a high speed memory called a cache memory placed between the processor and main memory. Barry

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

File-System Structure. Allocation Methods. Free-Space Management. Directory Implementation. Efficiency and Performance. Recovery

File-System Structure. Allocation Methods. Free-Space Management. Directory Implementation. Efficiency and Performance. Recovery CHAPTER 11: FILE-SYSTEM IMPLEMENTATION File-System Structure Allocation Methods Free-Space Management Directory Implementation Efficiency and Performance Recovery Operating System Concepts, Addison-Wesley

More information

Act! Link for Accounting Administrator Guide

Act! Link for Accounting Administrator Guide Act! Link for Accounting Administrator Guide Contents Act! Link for Accounting Introduction Page 3 Compatibility Page 5 Server Preparation Page 6 Act! Link for Accounting Program Installation Page 22 Registration

More information

Where are we in the course?

Where are we in the course? Previous Lectures Memory Management Approaches Allocate contiguous memory for the whole process Use paging (map fixed size logical pages to physical frames) Use segmentation (user s view of address space

More information

Date: March 10, 2003 Bulletin Number: Subject: Master & DocSTAR Database Restore Procedures Supersedes: 6012

Date: March 10, 2003 Bulletin Number: Subject: Master & DocSTAR Database Restore Procedures Supersedes: 6012 Date: March 10, 2003 Bulletin Number: 6023 Subject: Master & DocSTAR Database Restore Procedures Supersedes: 6012 The following Service Bulletin should be copied and distributed to all technicians and

More information

PowerLink Host Data Manager User Guide

PowerLink Host Data Manager User Guide PowerLink Host Data Manager User Guide Last Updated: July 2009 Version: 2.06014 Contents Contents... 2 Introduction... 4 Quick Start... 5 Enable File Monitoring... 7 Enabling Attaché 7 File Monitoring

More information

Advanced Operating Systems

Advanced Operating Systems Advanced Operating Systems File Systems: File Allocation Table, Linux File System, NTFS Lecture 10 Case Studies of File Systems File Allocation Table (FAT) Unix File System Berkeley Fast File System Linux

More information