Have one to sell? Sell yours here
Windows NT and UNIX: Administration, Coexistence, Integration and Migration
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Windows NT and UNIX: Administration, Coexistence, Integration and Migration [Paperback]

G. Robert Williams , Ellen Beck Gardner
3.0 out of 5 stars  See all reviews (3 customer reviews)

Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 768 pages
  • Publisher: Addison Wesley; 1 edition (4 Mar 1998)
  • Language English
  • ISBN-10: 0201185369
  • ISBN-13: 978-0201185362
  • Product Dimensions: 23.4 x 18.8 x 3.8 cm
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 5,446,706 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

G. Robert Williams
Discover books, learn about writers, and more.

Visit Amazon's G. Robert Williams Page

Product Description

Product Description

Today's system administrators and information management professionals find that they must be familiar with both UNIX and Windows NT and capable of managing their interaction and coexistence. Williams and Gardner's book focuses on the three specific areas of interaction administrators must understand to be successful: coexistence, in which UNIX and Windows NT cooperate and have common methods of maintenance; integration, referring to true operating systems interoperability; and migration, primarily the movement from UNIX to Windows NT.

From the Back Cover

Increasingly, system administrators and information management professionals find that they must be familiar with both UNIX and Windows NT and capable of managing their interaction and coexistence. Finding assistance on how to best proceed from experienced sources has been difficult--until now.

Robert Williams and Ellen Gardner both have extensive experience integrating and managing heterogeneous systems. They have designed this book to be the kind of resource they wish had been available when they first dealt with UNIX and Windows NT interaction. The book begins by bringing administrators of each operating system up to speed with the administration of the alternative system, including cross-referencing the important utilities of both.

The core of the book then focuses on the three specific areas of interaction administrators must understand to be successful: coexistence, in which UNIX and Windows NT cooperate and have common methods of maintenance; integration, referring to true operating systems interoperability; and migration, primarily the movement from UNIX to Windows NT.

The book's comprehensive coverage includes an in-depth look at how to plan for and implement the introduction of Windows NT into a UNIX environment and an examination of available tools for porting UNIX applications. Networking topics are thoroughly explored, with complete coverage of TCP/IP and how it is utilized by each operating system; CORBA and DCOM interoperability issues; electronic mail systems, with explanations of SMTP, UNIX sendmail, and Microsoft BackOffice Exchange Server 5.0; and the integration of UNIX and Windows NT web servers.

Windows NT and UNIX also addresses other topics such as accessing data across platforms, user interface emulators, Windows applications under UNIX and vice versa, ported POSIX commands and utilities, and the new clustering technologies. The book concludes with comprehensive quick reference guides to common Windows NT and UNIX commands and utilities, cross-referencing those that have similar functions within both operating systems.



0201185369B04062001

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4 star
0
3 star
0
1 star
0
Most Helpful Customer Reviews
2 of 2 people found the following review helpful
By A Customer
Format:Paperback
I'm a Unix sysadmin with 15 years' experience. I know very little about NT.

I had hope when, in the Preface, the authors said they were Unix fans. However, the people who wrote this book (and proofread it) are clearly not experienced Unix users.

The Unix section of the book contains errors, omissions, and misunderstandings.

The text doesn't describe Unix pipes at all, yet it's one of the features that makes Unix such a powerful O/S. The use of pipes in the example on p.12 is good; but, the book incorrectly uses ">lp" in place of the final pipe needed, as if the authors thought "lp" were some Unix-equivalent magic DOS printer file handle like PRN.

The problems start in the Preface, on page xxxvi, under the title "Where to get recent Information". The authors provide a web address that points nowhere. Even the online preface at Addison-Wesley also has the same incorrect link to a nonexistent web page.

Things recovered (the o! verviews were good) until I hit the explanation of "vi" as having a "limited capability" for pattern matching (p. 106). I think not. The pattern matching capbilities of "vi" and "sed" are virtually identical. "Sed" has a more powerful *scripting* syntax.

The book incorrectly states that multiple words in a pattern must be enclosed in double quotes. Wrong; this doesn't work at all. Try it in "vi" or "ed". Perhaps the author was thinking of multiple words passed to the *shell* need to be in quotes?

Next it calls "sed" and "awk" part of the "shell command set". Wrong again -- both are stand-alone programs that you can call even if you don't have any shell running at all (e.g. from C programs or Perl scripts). Then the text hammers the final nail home by saying that "e.g. $, /, and so on" are "regular expressions" that must be escaped when starting a s! earch. Wrong. Those are just characters, not "regula! r expressions". The *entire* search string, words and all, is the regular expression, and those characters have special meaning no matter where they occur in the regular expression.

On page 119 they misleadingly state that the Korn shell has the "richest set of built-in facilities", then give incorrect examples of how "case" is missing in the C shell (it's called "switch" in csh), "export" is missing in the C shell (it's called "setenv" in csh), etc.

On page 122 they incorrectly describe stdin, stdout, and stderr.

On page 123 they incorrectly describe the purpose of "export" and incorrectly offer "set" as its CSH equivalent.

On page 126 they incorrectly (three times!) give the wrong syntax for the first line of an executable shell script. They use the incorrect syntax in the diagrams, too. On page 132/133 they alternate between the wrong and right "#!" syntaxes in their examples, in! dicating that their proofreader didn't understand Unix either.

On page 127 they give unnecessary general write permissions to a file. Anyone following this example in the book would create a script that anyone could change, with possibly dangerous results -- this is a security hole.

On page 131 they talk about a file "one or more bits" in size. I don't think even NT can have a one-bit file. Byte, yes. Bit, no.

The p.135 description of awk as "a series of scripting calls that can easily be interspersed with Korn shell scripts" is techno-nonsense.

On p.171 they vaguely state that Unix zombie processes originate through inheritance of "the parent's base characteristics". What does that mean? If the parent processes were alcoholics, the children will be too? :-)

I can see why the authors eventually replaced their Unix desktop with an NT desktop. They didn't really know what made Unix special.

Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
By A Customer
Format:Paperback
This book takes on a VERY ambitious topic. The integration of UNIX with Windows NT is a thorny issue...both operating systems require dedicated study to truly master, and mastering both is quite likely impossible. Add to that trying to integrate the two and the job requires a modern-day Renaissance man. Given this, I was expecting this book to fall a bit short of its goal of enabling sysadmins to manage and integrate their NT and UNIX systems. Instead it fell HUGELY short.

The general description of UNIX contains a large number of straight-up factual errors that any junior sysadmin should be able to spot. I don't know how it ever made it past any technical editor. I am less familiar with NT than with UNIX, but the overview of NT seemed to be reasonably accurate, although shallow and rather devoid of useful information. The remaining chapters on running both systems are not so bad, but they too suffer from an overabundance of text with a glaring scarcity of useful information. A general system administration primer on UNIX combined with one on NT will probably offer far more insights into the administration of a heterogeneous system (containing UNIX and NT) than will any of the information in this book.

The one redeeming feature (why this review is for *2* stars instead of 1) is the command references that make up nearly the second half of the book. First is a list of UNIX commands and descriptions, then a list of NT commands (or procedures for the GUI-based tasks) and descriptions. The lists are fairly complete, generally factually accurate, and contain interesting cross-references (pointing out what might be relevant to know about NT in the description of the UNIX commands, for example). The book may be worth the purchase just for these two sections. It's just too bad I read through the first half of the book before I got to them.

Comment | 
Was this review helpful to you?
By A Customer
Format:Paperback
As a professor in computer science at a major university, I see many books cross my desk. It is rare that I find a publication that is so comprehensive that I would develop a new graduate level course around its contents. This is is one of those rare publications. It is used by my students and I widely recommend it to my corporate consulting clients.

In addition to exceptional discussions of the two operating systems, the book also provides one of the best quick reference guides available anywhere. The appendix provides over 200 pages of UNIX and Windows NT commands that are uniquely cross referenced.

This is a most have book for anyone involved in UNIX and/or Windows NT administration.

Comment | 
Was this review helpful to you?
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback