Buy New
 

or
Sign in to turn on 1-Click ordering.
 
 
Buy Used
Used - Very Good See details
$4.18 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
28 used & new from $0.19

Have one to sell? Sell yours here
 
   
Windows NT Event Logging (O'Reilly Nutshell)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Windows NT Event Logging (O'Reilly Nutshell) (CD-ROM)

~ James Murray (Author)
2.6 out of 5 stars  See all reviews (5 customer reviews)

Price: $34.95 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 5 to 6 days.
Ships from and sold by Amazon.com. Gift-wrap available.

Ordering for Christmas? This item requires additional time to ship. To ensure delivery by December 24, choose FREE Super Saver Shipping at checkout. Read more about holiday shipping.

7 new from $29.48 21 used from $0.19

Editorial Reviews

Product Description

Event logging is a facility used by computer systems to record the occurrence of significant events. An "event" is any change that occurs in a system -- for example, a user logon, an addition to a file, a change to a user's privileges, or an application program error. This book describes Windows NT event logging for three main audiences:
  • For system administrators, using event logging as a tool for analyzing performance and troubleshooting system problems; includes the details of the system's Event Viewer.
  • For Win 32 programmers, using the event logging API from C, Visual Basic 5, Perl 5 for Win32, Visual J++, C++/MFC (Microsoft Foundation Classes). Also describes how to localize the contents of the system's message files to create event log records in non-English languages.
  • For security administrators, using event logging to specify and audit security-related events. Specifies the NT security auditing events and summarizes the specific security auditing requirements imposed on C2-level secure systems.
  • The book comes with a CD-ROM containing examples from the book and many contributed event logging and auditing software packages.


About the Author

James Murray is an Orthopaedic Specialist Registrar, Great Western Hospital, Swindon and Bath Royal United Hospital, UK.

Product Details

  • CD-ROM: 316 pages
  • Publisher: O'Reilly Media (September 1, 1998)
  • Language: English
  • ISBN-10: 1565925149
  • ISBN-13: 978-1565925144
  • Product Dimensions: 9.1 x 7 x 0.8 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #2,100,475 in Books (See Bestsellers in Books)

More About the Author

James D. Murray
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's James D. Murray Page

Look Inside This Book

Citations (learn more)

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 organize and find favorite 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

5 Reviews
5 star:    (0)
4 star:
 (1)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
4 of 5 people found the following review helpful:
4.0 out of 5 stars Overall, good Event Log Tutorial, December 2, 1998
By A Customer
Overall, this book is a good tutorial on NT's Event Logging feature; but needs a little more system troubleshooting advice for NT administrators. O'Reilly is a name I've come to respect for good technical information; and this book is no different.

The author is technically accurate, which is many times lacking in a lot of computer books; he gives real-life examples, adds some humor with an edge (although it could use even more), and writing style and organization are above average. Good step-by-step instructions, good screen shots, excellent bibliography and source citations.

However, enough troubleshooting material that could be helpful to an NT troubleshooter was missing to prevent a 5 star rating. This book has a serious edge toward developers (about half the book) and there is not enough detail for NT system administrators that are looking to it for troubleshooting advice.

The author, Murray, starts out by saying that the Event Log is used mostly as a troubleshooting tool by NT administrators trying to fix problems, but then the book lacks advice and detail to make our lives a little easier. Don't get me wrong, it was a good book; but I think it slightly misses its core audience.

For example, I don' think the well known advice of "The earliest error in the log is usually the best indication of the problem" is even mentioned, much less, more advanced troubleshooting advice. Security auditing is covered well, but the system log is neglected.

I guess I was hoping that the book would provide me with more real-life examples of what to expect in a system log; and some examples of common error messages and what their causes were. I was hoping for a database of system events with their cryptic messages defined into english. The book contains some, just not enough.

Another feature I found disappointing was that the author mentions (and includes on CD-ROM) several great event log utilities (non-programming), but then aren't used in the book text. I think a little more value could have been added by including a chapter or two using the utilities to make me a better system administrator.

I'm glad I read the book and I'm a better NT administrator and troubleshooter because of it.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Event Logging for Developers, not administrators, May 14, 2000
By "syniq" (Albuquerque, NM United States) - See all my reviews
I am a consultant, of sorts--I build networks, repair networks, etc. And I thought this book would give me a more thorough understanding of Windows NT's Event Logging service. Boy was I wrong.

If you are a programmer/developer for WinNT, I'm sure this book will be a great help to you. More than 2/3 of it is taken up by ways to use the event logging API. It documents the calls and parameters involved in them, and occasionally preaches about what a "good" application should do with event logging.

If you are an administrator (that doesn't write C++ code every day), however, stay away. This, like all O'Reilly books, is well written but, like many ORA books, is inappropriately titled. The information here that is useful to administrators can also be found in the Windows help files.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3.0 out of 5 stars MSDN re-hash, November 20, 2001
By John Birch (Suffolk, United Kingdom) - See all my reviews
This book is primarily a re-hash of the MSDN documentation on event logging as included in the platform SDK. It is useful in that it constitutes a printed version of that material, but it offers very little really new information. Some of the sidebars add interesting tidbits though. From a development perspective this book offers some valuable information and source code examples, however be warned - once you get to the deep end you are left to your own devices.
The book gives reasonably clear guidelines as to how to read event log records but very sketchy details on how to decode them. In short this book does **not** continue where the MSDN leaves off, which is a shame since the general style of the book is very accessible. The chapter on auditing and security could well have been omitted - it sits uneasily with the rest of the book's contents.
The source code CD that is included provides a number of trivial example programs and copies of commercial event log related programs that appear to all be available on the 'net, but the example programs are so trivial as to be useful only for cut and pasting of event log API calls.

I rate this book three stars because it is accessible and comprehensive. It does not merit a higher rating as it is not comprehensive enough for developers and does not appear to be sufficiently oriented towards the requirements of an administrator.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Looking at event logs
This book addresses the event logs that are created by Windows NT and Windows 2000. There are three types of event logs which can be. Read more
Published on August 6, 2000 by photons_electrons

1.0 out of 5 stars Not for developers
This is not a book for you if you are a Visual C++ developer, and looking for material which will help you do better event logging. Read more
Published on May 19, 2000 by Praveen Swadi

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
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 65 23 hours ago
textbook scam 77 5 days ago
Anyone need psychology testbook- trying to sell a used copy 2 11 days ago
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

Ad
 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.