IT Bibliography

来源:百度文库 编辑:神马文学网 时间:2024/04/30 02:00:11
IT Bibliography

一、Books

应用管理/用户体验

[Hicks04]  Mike Hicks. Optimizing Applications on Cisco Networks. Cisco Press,November 2004

[Anderson04]  George W. Anderson. mySAP Toolbag for Performance Tuning and Stress Testing. Prentice Hall, June 2004-Amazon上评级为5星,SAP是一个大型应用了,人们对它的要求是很苛刻的,它的测试原理可作为你对其它应用进行测试的借鉴。它有这些主题内容,Selecting Your Testing Tools、Monitoring Tools andApproaches、Determining a Suitable Test Mix、Automating a System Load、Howto Analyze Test Runs等等

[Hohpe03]  Gregor Hohpe, Bobby Woolf.Enterprise Integration Patterns: Designing, Building, and DeployingMessaging Solutions. Addison-Wesley Professional, October 2003 -这本书主类别应该是“应用集成”,属中间件/粘合剂这方面的书,我是从应用管理来看这本书。在 Gartner的产品分类中,消息中间件类别层次是这样的:Software Infrastructure->ApplicationIntegration and Middleware Software->IntegrationMiddleware->Message-Oriented Middleware


通用系统/网络管理

[Hunt02]  Craig Hunt. TCP/IP Network Administration,3rd Edition. O'Reilly MediaInc.,2002 - 作者还有一本关于Windows网络管理方面的书《Windows Server 2003 NetworkAdministration》

[Frisch02]  Eleen Frisch. Essential System Administration, 3rd Edition. O'Reilly Media, Inc.,August 2002 - 作者还写了Windows系统管理方面的书《Essential Windows NT System Administration》(1998)

[Nemeth00]  Evi Nemeth, Garth Snyder, Scott Seebass, Trent R. Hein. UNIX® System Administration Handbook, Third Edition. Prentice Hall, August 2000

[Peek02] Shelley Powers, Jerry Peek, Tim O'Reilly, Mike Loukides. UNIX Power Tools, 3rd Edition. O'Reilly Media, Inc.,October 2002

The Art of System Administration - 是Nathan Campi在自己网站上整理的一份资料索引,里面有Mark Burgess的“System Administration Research"方面的链接以及Thomas A. Limoncelli的《The Practice of System and Network Administration》, Campi还是一本自动化系统管理书籍的合著者之一(见[Bauer08]),Campi汇集的信息反映了自动化系统管理方面的工作状态 - 该页Mybookmark有存档 - 2009-05-20

[Robbins05]  Arnold Robbins. Unix in a Nutshell, 4th Edition. O'Reilly Media, Inc. October 2005

[Hohpe03]  Gregor Hohpe, Bobby Woolf. Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions. Addison-Wesley Professional, October 2003

[Stevens94]  W. Richard Stevens.  TCP/IP Illustrated,Volume 1: The Protocols. Addison Wesley, 1994

[Stevens95]  W. Richard Stevens. TCP/IP Illustrated, Volume 2: The Implementation. Addison Wesley, 1995

[Anderson02]  Robin Anderson.  Unix unleashed,4th Edition. Sams, 2002 - 可在GoogleBooks上阅读,第1章讲到firmware种类,固件的工作原理,固件的参数设置和管理,固件不依赖于操作系统(non-OS-dependent).该书把参考书籍分为3类,General SystemAdministration中有[Frisch96]和[Nemeth00], Red Hat-Specific中有Ed Bailey's《Maximum RPM》(Sams,1997)和M. Carling,James Dennis's 《Linux SystemAdministration》(2000), Unix OS Internals中有M. Bach's 《Design of the UnixOperating System》(1987)和Uresh Vahalia's 《Unix Internals: The NewFrontiers》(1995)。Richard Niemiec's 《Oracle Database 10g Performance Tuning: Tips & Techniques》(Oracle Press,2007)引用了Anderson的这本书 - 063009晚加入

[Bhardwaj06]  Pawan K. Bhardwaj. How to Cheat at Windows System Administration Using Command Line Scripts. Syngress, September 2006 - 不错的Windows系统管理书,讲了很多系统管理员需要的命令,如set、path、schtasks、xcopy、tree等等

[Howes03]  Timothy A. Howes, Mark C. Smith, Gordon S. Good. Understanding and Deploying LDAP Directory Services, Second Edition. April 2003 - Amazon上评级为4星,Howes是LDAP以及Opsware公司的创立者之一,曾任Opsware公司CTO、America Online技术副总裁、Netscape’s Server产品部门CTO

[Kuo04]  Peter Kuo, Jim Henderson. Novell's Guide to Troubleshooting eDirectory. Novell Press, July 2004

[Dougherty97]  Dale Dougherty, Arnold Robbins. sed & awk, 2nd Edition. O'Reilly Media, Inc., March 1997

[Limoncelli07] Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup. ThePractice of System and Network Administration, Second Edition.Addison-Wesley Professional, July 2007

[Frisch07]  Mark Burgess,Æleen Frisch. A System Engineer's Guide to Host Configuration andMaintenance Using Cfengine. The USENIX Association, April 2007

[Barrett05] Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes. SSH, TheSecure Shell: The Definitive Guide, 2nd Edition. O'Reilly Media, Inc.,May 10, 2005 - 目前下载了第1版电子书(2001)


Shell Scripting

[Beebe05]  Arnold Robbins, Nelson H.F. Beebe.  Classic Shell Scripting, 1st Edition. O'Reilly Media, Inc., May 2005

[Michael08] Randal K. Michael.  MasteringUnix Shell Scripting, 2nd Edition. 2008 -该书第1版2003年推出([Michael03])。该书每章组织都基于这么一个思路:Each chapter begins with atypical, everyday UNIX challenge, and then shows you how to take basicsyntax and turn it into a shell scripting solution. 它帮助你建立技能 to solvereal-world system administration problems. 看目录中两章Chapter 7. Replicatedata using rsync, Create snapshot-style backups using Dirvish, Preparefor government audits using specific commands.真实的企业数据中心或者IT部门正面临这些问题。Randal也是[Michael02]一书作者,

[Kochan03]  Stephen G. Kochan, Patrick H. Wood. UNIX Shell programming, 3rd Edition. Sams Publishing, 2003 - Kochan写了相当多的书,反映比较好的有本C语言方面的书,再就是这本书,他的C语言也是站在Unix环境下写的

[Johnson06]  Chris F. A. Johnson. Shell Scripting Recipes: A Problem-Solution Approach. Apress, May 2006


[Rosenblatt02]  Bill Rosenblatt, Arnold Robbins. Learning the Korn Shell, 2nd Edition. O'Reilly Media, Inc., April 23, 2002


AIX

[Michael02]  Randal K. Michael.  AIX 5L Administration. 2002 - 在IBM自己的红皮书之外,少有专门谈AIX系统管理的书,这是一本。IBM对红皮书还是比较重视

[Leuckie99] Laurisa Maldonado, Roger Leuckie, Doug Parham, Rufus Woody. ResourceTuning of Lotus Domino on AIX: Quick Reference Guide, 3rd Edition. IBMRedbooks, November 1999 - "内存管理总结“文档中有说明

HP


[Zitello04] Tammy Zitello, Deborah Williams, Paul Weber. HP OpenView SystemAdministration Handbook: Network Node Manager, Customer Views, ServiceInformation Portal, HP OpenView Operations. Prentice Hall,August 2004

[Poniatowski05]  Marty Poniatowski.  HP-UX i Version 2 System Administration HP Integrity and HP 9000 Servers. Prentice Hall,May 25, 2005 - Amazon上评级五星

[Sauers04]  Robert F. Sauers, Chris P. Ruemmler, Peter S. Weygant. HP-UX 11i Tuning and Performance. Prentice Hall, March 2004 - Amazon上评级五星

[Poniatowski03]  Marty Poniatowski. Hp-Ux 11I Systems Administration Handbook and Toolkit, 2nd Edition. Prentice Hall, 2003 - Marty向Elizabeth和Greg Powell作了敬意,Elizabeth reviewed all of the chapters in theUNIX section of the book and helped in many other areas of thedevelopment of this book.Elizabeth is a logical Linux catalyst, afreelance technical editor, and an independent computer consultant. Shewas a Contributing Editor and Review Columnist for Sys Admin Magazine for 10 years. (Her most recent reviews have taken refuge at http://www.equillink.com.) Her articles have also appeared in Performance Computing, Linux Magazine, and Network Administratormagazines. Greg is a technical consultant with Hewlett-Packard. Heprovides education and consulting services in several technical fields,with specialization in the UNIX operating system, high availabilitycomputing, and network programming.Greg reviewed all of theServiceGuard and Logical Volume Manager material in the book and wasinstrumental in ensuring the accuracy and thoroughness of thosechapters.

[Rehman00] Rafeeq Ur Rehman. HP-Certified HP-UX System Administration. Prentice Hall, May31, 2000

Solaris

[Rhodes02]  David Rhodes,Dominic Butler. Solaris™ Operating Environment Boot Camp. Prentice Hall, September 2002


Linux

[Welsh05]  Matthias Kalle Dalheimer, Matt Welsh. Running Linux, 5th Edition. O'Reilly Media, Inc., December 2005 - Matt Welsh的这本书出到第5版了,真不简单

[Sobell06]  Mark G. Sobell.  A Practical Guide to Red Hat® Linux®, Third Edition: Fedora™ Core and Red Hat Enterprise Linux. Prentice Hall, June 2006

[Nemeth06]  Evi Nemeth, Garth Snyder, Trent R. Hein. Linux® Administration Handbook, Second Edition. Prentice Hall, October 2006

[Siever05]  Ellen Siever, Aaron Weber, Stephen Figgins, Robert Love, Arnold Robbins. Linux in a nutshell. O'Reilly Media, Inc., July 2005 - 包含Pattern Matching、Package Management、Source Code Management、CVS、The Subversion Version Control System等章节内容

[Schroder04]  Carla Schroder. Linux Cookbook. O'Reilly Media, Inc., November 2004 - 一本5星级的书。Carla是一位自学成材的Linux和Windows系统管理员,她37岁生日那天接触到第一台计算机,她从MS DOS5和Windows 3.1的386SX机开始(1994年),97年她碰到了Red Hat 5.0, 从此她发现了一个新世界。她的个人网址是Welcome Take your shoes off and sit awhile. Carla的经历证明做任何事都不闲晚(Iam living proof that you're never too old to try something new;computers are a heck of a lot of fun; and anyone can learn to doanything)

[Fusco07]  John Fusco. The Linux Programmer's Toolbox. PrenticeHall, March 2007 - 一本近5星级的书。老实说这个一本为程序员写的书,但作者的写作风格与Richard Stevens、EviNemeth有些相似,如果程序员都依作者的想法去提高自己,确实会少很多问题。作者经常用Shell或者操作系统常用命令向你展示系统内幕

[Jones05]  William von Hagen, Brian K. Jones. Linux Server Hacks, Volume 2. O'Reilly Media, Inc., December 2005 - Amazon 上五星级书籍

[Flickenger03]  Rob Flickenger. Linux Server Hacks. O'Reilly Media, Inc., January 2003

Windows

[Mueller08]  Scott Mueller, Brian Knittel. Upgrading and Repairing Microsoft® Windows®, Second Edition. Que, September 2008



SCO

[Pate96]  Steve D. Pate.  UNIX internals: a practical approach. Addison-Wesley, 1996 - Pate还写了《UNIX filesystems: evolution, design, and implementation》(2003)一书

EleenFrisch's SA书的早期版本涵盖了当时的主要Unix, [Frisch93] Covers all of the majorversions of UNIX, including SunOS, XENIX, System V.3 and V.4, and AIX.继而想一些出了多个版本的经典书籍也应该能反映当时Unix使用场景,比如[Garfinkel03] Focusing on the fourmost popular Unix variants today--Solaris, Mac OS X, Linux, andFreeBSD. 而1996年的第二版covering features of many types of UNIX systems,including SunOS, Solaris, BSDI, AIX, HP-UX, Digital UNIX, Linux, andothers. - 2009-06-24下午


带有研究性质的面向System Administration方面的
 
[Burgess04]  Mark Burgess. Analytical Network and System Administration: Managing Human-Computer Systems, 1st Edition . Willy,May 2004 - Burgess提供了针对该书的讲课手稿,譬如 Philosophy of science (Chap 1,2) (科学哲学)、Observation, data collection and uncertainty (Chap 3) 、 From the discrete to the continuous (Chap 5,8) 、Configuration management (Chap 15,16) 、Diagrams and graphs of systems (Chap 6,11) 、Integrity Information and Noise (Chap 9,15) 、Arrivals and queues (Chap 12) 、Workflow and scalability models (Chap 18) 等。Burgess用数学和物理学方法分析和阐述系统管理主题,拓展了系统管理员的眼界

两个人物:Emre Kiciman, Alexander Keller - 在Mybookmark中有存档 - Keller是IBMWatson研究中心Service Delivery Technologies Group的研究员,目前工作在下面几个主题上,ITComplexity Benchmarking Project (soon to come, stay tuned) 、ChangeManagement with Planning and Scheduling (CHAMPS) 、Web Service LevelAgreements (WSLA) 和Dependency Management for distributed Applications。Keller工作属于IBM的Autonomic Computing Initiative. 我想他对WSLA的研究与PatrickKillelea的《Web Performance Tuning》应该有结合点,Keller的service delivery研究与JimMetzler的比较呢

[Verma08]  Dakshi Agrawal, Seraphin Calo, Kang-Won Lee, Jorge Lobo, Dinesh Verma. Policy Technologies for Self-Managing Systems. IBM Press, October 2008 - Tivoli Software CTO作序

FreeBSD

[Lucas07]  Michael W. Lucas. Absolute FreeBSD, 2nd Edition. No Starch Press,November 12, 2007 - Lucas还写了本应对Cisco设备危机的书

编程

[Linden94]  Peter van der Linden. Expert C Programming: Deep C Secrets. Prentice Hall, June 1994-Peter在Sun公司领导一个kernel编程团队,Peter写了本有趣而有深度的系统书籍,说它是系统书籍,因为他的写作风格是基于作者坚实的操作系统理论和实践基础,象Chapter 6. Poetry in Motion: Runtime DataStructures(Segments、What the OS Does with Your a.out、What the C RuntimeDoes with Your a.out、What Happens When a Function Gets Called、The autoand static keywords、The Stack Segment Under UNIX等)、Chapter 7. Thanksfor the Memory(The Intel 80x86 Memory Model and How It Got ThatWay、Virtual Memory、Cache Memory、Memory Leaks等)中有典型的操作系统内容,Chapter 9.More about Arrays、Chapter 10. More AboutPointers可以满足你对指针/数组细节的进一步了解。Peter在书中还回答了一些经典问题,如How Is a Library CallDifferent from a System Call?(Stevens的《Unix高级编程》中Section 1.11 Systemcalls and library functions讲到同样问题), How Is a File Descriptor Differentfrom a File Pointer?. 在作者致谢名单中有许多熟悉的人物,如Adrian Cockcroft、Rob Gingell(被Bill Coleman拉到Cassatt,Rob曾任Sun Solaris OS首席架构师)

[Robbins04]  Arnold Robbins.  Linux® Programming by Example. Prentice Hall, April 2004 - Amazon评级为4星,有一个读者对该书的评价认为Arnold的写作风格可与W. Richard Stevens媲美。Robbins同时是《Classic Shell Scripting》合作者之一

[Love07]  Robert Love.  Linux System Programming, 1st Edition. O'Reilly Media, Inc.,September 2007 - 有人评价说这本书只是把系统调用和系统函数名列出来,象手册式地加以说明,同RichardStevens书没法比。又有人说通过读这本书,解决了一个I/O密集应用的性能问题(从每10分钟处理1G数据,改进到每10秒处理1G数据,而采用fread_unlocked之类函数后,又提高3%的性能)。看作者的情况,了解到作者在开源领域颇受尊重的,AndyHudson说Love是一个有足够耐心讲解系统细节的true master

[Stevens05]  W. Richard Stevens, Stephen A. Rago.  Advanced Programming in the UNIX® Environment: Second Edition. Addison-Wesley Professional, June 2005 - 该书第一版推出于1992年,由Stevens独立完成,第二版是在Stevens逝世后推出的,Rago在遵循原书写作风格的基础上加入了12年来出现的新内容,新主题包括....,对第一版的修订包括....

[Stevens92]  W.Richard Stevens. Advanced Programming in the UNIX Environment,  Addison-Wesley, 1992

关于并发编程的书籍

In1977, Per Brinch Hansen wrote the first book on Concurrent Programming:The Architecture of Concurrent Programs. - 见Answers上Per BrinchHansen词条,Mybookmark有存档

[Bernstein89]  Philip Bernstein


[Seacord05]  Robert C. Seacord. Secure Coding in C and C++. Addison-Wesley Professional, September 2005 - 以前在CMU SEI系列书籍中看过Seacord与别人合著的两本书,这次在Safari上做C语言阅读时无意发现Seacord还写了这么一本好书,Amazon评级5星 - 2009-09-10 17:27

[Stevens05] W. Richard Stevens, Stephen A. Rago. Advanced Programming in the UNIX®Environment: Second Edition. Addison-Wesley Professional, June 2005

[Robbins03]  Kay A. Robbins, Steven Robbins. Unix™ Systems Programming:Communication, Concurrency, and Threads. Prentice Hall , June 17, 2003

Internal操作系统

[McKusick96]  Marshall Kirk McKusick, Keith Bostic, Michael J. Karels, John S. Quarterman. Texas Internet ConsultingThe Design and Implementation of the 4.4BSD Operating System. Addison-Wesley Professional, April 1996

[McKusick04]  Marshall Kirk McKusick. George V. Neville-Neil. Design and Implementation of the FreeBSD Operating System. Addison-Wesley Professional, August 2004

[Cooper04]  Chris Cooper, Chris Moore. HP-UX 11i Internals. Prentice Hall, January 2004 - Amazon上评级为五星

[Hartman06]  Greg Kroah-Hartman.  Linux Kernel in a Nutshell. O'Reilly Media, Inc., December 2006 - Amazon上评级为5星

[Love05]  Robert Love.  Linux Kernel Development, Second Edition. Novell Press, January 2005 - Amazon上评级为4星,读者反映相当好。就不知道[Love07]为什么就差些

[Benvenuti05]  Christian Benvenuti. Understanding Linux Network Internals. O'Reilly Media, Inc., December 2005 - [Hunt02]讲网络的系统管理,Benvenuti这本书Amazon评级近5星,主要讲Linux网络实现的细节,其中有一章专讲在Linux下的网络初始化过程

[Robbins05]的附录有一份关于Unix Internals的资料列表,最早的是Lions的那本书,作者说该书为操作系统内幕的写作建立了标准


系统性能

[Darmawan03]  Budi Darmawan, Charles Kamers, Hennie Pienaar, Janet Shiu. AIX 5L Performance Tools Handbook. IBM Redbooks, August 2003-一本非常好的IBM红皮书,没想到讲内存,讲svmon命令概念这么清晰,讲解风格这么平易,还有一些及时的提醒让你感觉这不是一本手册,是有人味的书。在Safari中阅读更棒,因为相关主题的链接加速了知识点的汇聚。Kamers在汇丰银行工作过,这几人主要是写红皮书,在IBMDeveloperWorks上没有他们的文章,也没发现他们的博克,LinkedIn上有这几人的职业信息

[Cockcroft98] Adrian Cockcroft, Richard Pettit. Sun Performance and Tuning: Java™ andthe Internet, 2nd Edition. Prentice Hall, April 1998

[Packer01]  Allan N. Packer. Configuring and Tuning Databases on the Solaris™ Platform. Prentice Hall, 2001

数据库SA

[Laskey99]  David C. Kreines, Brian Laskey. Oracle Database Administration, The Essential Reference. O'Reilly Media, Inc., April 1999

[Antognini08]  Christian Antognini. Troubleshooting Oracle Performance. Apress, June 2008 - 中文版由人民邮电出版社 2009 年10 月 30 日出版,译者 童家旺, 胡怡文, 冯大辉

[Greenwald07] Rick Greenwald, Robert Stackowiak, Jonathan Stern. Oracle Essentials,4th Edition. O'Reilly Media, Inc., November 1, 2007 - 第4版对应 Oracle 11g,第3版2004年,对应 Oracle 10g, 第2版2001年,对应 Oracle 9i, 第1版1999年,对应 Oracle 8i.Jonathan has authored papers and presented at internal and externalconferences on topics such as scaling with Oracle's dynamic parallelismand the role of reorganizing segments in an Oracle database. 非常可惜的是 Jonathan 于2007年3月意外去世,在第4版的前言另两位作者对 Jonathan 作了深情地回忆。Robert 在 IBM's RISC System/6000 Division 有过辉煌的经历

[Mullins02] Craig S. Mullins. Database Administration: The Complete Guide toPractices and Procedures. Addison-Wesley Professional, June 2002

[Loney05]  Kevin Loney, Bob Bryla. Oracle Database 10g DBA Handbook. Oracle Press, March 2005

[Doe97]  Carlton Doe. Informix-Online Dynamic ServerHandbook. Prentice Hall, 1997 – Carlton 曾任国际informix用户组(ITUG)主席,该书附录中有一篇对 IDS 设计师 Gary Kelley 的专访文章

[Burleson01] Donald K. Burleson. Unix for Oracle DBAs Pocket Reference. O'Reilly Media,Inc., February 1, 2001 - 这本 Pocket 手册只有一章,相当精练

[盖国强06]  盖国强.深入浅出 Oracle——DBA 入门、进阶与诊断案例. 人民邮电出版社,2006

[盖国强07]  盖国强. 循序渐进 Oracle: 数据库管理、优化与备份恢复. 人民邮电出版社,September 2007

[Hotka03] Bert Scalzo, Dan Hotka. TOAD Handbook. Sams, 2003

[Freeman07]  Robert G. Freeman. OracleDatabase 11g NewFeatures. Oracle Press, November 2007


数据管理

[Berson07]  Alex Berson, Larry Dubov. Master Data Management and Customer Data Integration for a Global Enterprise. McGraw-Hill Osborne Media, May 2007 - Amazon评级为四星,Safari上可在线阅读


System Management

[Horwitz02]  Jeff Horwitz. Unix® System Management Primer Plus. Sams, August 2002 - Jeff曾经是一个优秀的System Administrator, 他结合自己的经历面向实战地阐述更广的System Management方面的内容,Jeff对系统管理员寄予更大的期望

[Kreger02]  Heather Kreger, Ward Harold, Leigh Williamson. Java™ and JMX: Building Manageable Systems. Addison-Wesley Professional, December 30,2002)- HeatherKreger was the original JMX evangelist at IBM. A founding member of theJMX expert group, she personally contributed ModelMBeans to the JMXspecification and is currently applying management to Web servicestechnologies(Web服务管理).

[Barth08]  Wolfgang Barth. Nagios, 2nd Edition. No Starch Press, October 2008


[Josephsen07]  David Josephsen. Building a Monitoring Infrastructure with Nagios. Prentice Hall, February 2007

[Symons99]  Brad Stone, Julie Symons. UNIX® Fault Management: A Guide for System Administration. December 03, 1999

[Turnbull06]  James Turnbull. Pro Nagios 2.0 . Apress, 2006 -  Amazon 上一个读者(Jimmy the Geek)对此书评价很高,他说有一些内容是手册上没有的,譬如 passive checks

[Bennett08]  Derrick Bennett, Max Schubert, Jonathan Gines, Andrew Hay, John Strand. Nagios 3 Enterprise Network Monitoring: Including Plug-Ins and Hardware Devices. Syngress Media, 2008 - 这本书适合已使用 Nagios 的高级用户,关于与其它运管软件集成谈了不少


SLA

[Siegel04] John McConnell, Eric Siegel. Practical Service Level Management:Delivering High-Quality Web-Based Services. Cisco Press, January 2004




SA自动化

[Bauer08]  Kirk Bauer,Nathan Campi. Automating Linux and Unix System Administration, Second Edition. Apress,December 2008

[Libes94]  Don Libes.  Exploring Expect. O'Reilly Media, Inc., December 1994 - Expect allowsyou to automate Telnet, FTP, passwd, rlogin, and hundreds of otherapplications that normally require human interaction. Using Expect toautomate these applications will allow you to speed up tasks and, inmany cases, solve new problems that you never would have evenconsidered before.看Amazon上最近几年用户的评价(尽管这本书写于1994年)1、This was a greatbook to get started with expect. I was writing scripts in about anhour. I primarily wanted to learn expect to work with Cisco Routers andthis was a great primer into making that happen!(2008-12-27); 2、I havewritten literally thousands of lines of Expect for automating testing,switch maintenance and data creation. This book describes all thedifferent aspects and utilities provided by Expect(2007-2-11)

[Edelman09]  David N. Blank-Edelman. Automating System Administration with Perl, 2nd Edition. O'Reilly Media, Inc., May 2009 - David有25年的各种平台上系统管理经验,主要工作于各个大学或研究机构(如MIT Media Laboratory),他是LISA 2005年会议执行主席。该书第一版名字叫《Perl for system administration》(2000),Amazon评级近5星,我在Google Books上浏览了第一版的致谢一节,他单独提到两个团体,一个是Larry Wall,TomChristiansen,Randal L. Schwartz为代表的perl团体,一个是Remy Evard,EleenFrisch,Tom Limoncelli为代表的以USENIX、SAGE为阵营的SA团体。

Job调度

[Cavaness06]  Chuck Cavaness. Quartz Job Scheduling Framework. Prentice Hall, June 2006 - Amazon上有一个读者给予5星评价,他的评论如下:

Inthe past, I developed my own batch scheduler for a large system. Itworked well, but had several shortcomings, which Quartz appeared tocorrect. I have also used a commercial (expensive) batch scheduler, anddid not want to incur that cost on a recent project.

Quartzseemed to fit the bill, but I was having trouble getting started usingthe Quartz online documentation. That documentation is sparse, and theexamples are difficult to get running.

I was about to give upon Quartz. I saw this book, and purchased it as a last ditch attempt toget going with Quartz. I have been disappointed with software books inthe past, so my expectations were muted.

This book contains alot of good information. Also, the examples which I used actually work!It is well written by an author truly knowledgable about the software.It covers all the essential areas of Quartz.

With this book, I was able to successfully implement a batch processing framework using Quartz under Glassfish and WebSphereApplication Server v6. - GlassFish见Wikipedia词条,已存入Google Docs. 使用Quartzjob调度器处理GlassFish和Websphere Application Server 6下的批处理任务调度不容易

Operations Management


[Meyler07] Kerrie Meyler, Cameron Fuller, John Joyner, Andy Dominey. System CenterOperations Manager 2007 Unleashed. Sams, March 10, 2008 - Kerrie是微软 MVP, Who is an independent consultant and trainer with over fifteenyears of experience in IT. While at Microsoft in Field Technical Salesfor four years she focused on infrastructure and mangement, presenting at numerous product launches. Kerrie 在 Windows Live 上有一个关于 Operations Manager 的主题博克.


虚拟化

[Lowe09]  William Lowe. VMware® Infrastructure 3 FOR DUMMIES®. John Wiley & Sons, September 2008 - Amazon上评级五星, DUMMIES也能评价这么高

[Chisnall07]  David Chisnall. The Definitive Guide to the Xen Hypervisor. Prentice Hall, November 2007 - Amazon上评级5星。在Chisnall与Mark Sobell相熟,在该书的致谢一节中,Chisnall非常感谢Sobell在写作方面给予的帮助

Security

[Garfinkel03]Simson Garfinkel, Gene Spafford, Alan Schwartz. Practical Unix &Internet Security, 3rd Edition. O'Reilly Media, Inc., February 2003

[Steel05]  Christopher Steel, Ramesh Nagappan, Ray Lai. Core Security Patterns: Best Practices and Strategies for J2EE™, Web Services, and Identity Management. Prentice Hall, October 2005 - Amazon上评级4星,有一个读者评价如下: Thisis a great book - by far the best security design book for Java andJ2EE I have read to date. When I first heard about my coworkers talkingabout this book, I thought "oh great, another J2EE book!" Much to mysurprise, this book is not just a how-to security API or patternsrecipe book but much more than that - I see it as a collection ofvaluable suggestions and examples on how to choose security mechanismsand use them in J2EE applications and web services. Moreover, it tellsyou what the bestpractices, pitfalls and tradeoffs are for each designpattern option you take. Particularly, You will find this book as anideal companion for CORE J2EE PATTERNS - Deepak Alur et al, which is myfavorite for designing J2EE applications. J2EE的安全确实是一个新问题

Anonymous. Maximum Security, Fourth Edition. Que, December 2002 - 家里有一本97年第一版的版本,97年的书名是《Maximumsecurity: a hacker's guide to protecting your Internet site andnetwork》( Sams, 1997),以前一直放着没读,好象是老吴97/98年在总行做项目时带回来的书,最近一段时间(09年9月-10月)翻看这本老书,感觉写得相当有激情,有内容、有真话,有推荐的好的资料和工具,有揭露、有看法(譬如对Linux不安全的驳斥,AIX及其它Unix存在类似的问题)。在 Safari书店一查,发现已经出到第4版了

[Toxen02]  Bob Toxen. Real World Linux® Security: Intrusion Prevention, Detection, and Recovery, Second Edition. Prentice Hall, November 2002- Amazon上评级4星,序言是 Eric Raymond 写的。Bob是 Berkeley Unix认可的162名开发者之一,在70年代末与 Bill Joy、Bob Kridle等人并肩战斗,他是把 Unix 移植到 SGI平台的4名开发者之一,并长期研究C2级安全Unix核心。Bob曾是NASA's Kennedy SpaceCenter的Client/Server系统架构师,该系统有3000台PC,平时要获取中心存贮的900G的文档数据。Bob曾在一个世界最大船运公司的北美计算中心担任系统管理员,他平时在《Unix Review》杂志上写"The Problem Solver"专栏。在该书附录中 Bob对 Craig Hunt 的《Linux Sendmail Administration》(Sybex, 2001)一书作了肯定,他说Craig 的书解释了如何使用 sendmail 特色去 block spamming,而且专门有一章讲解安全和认证。Linux.org上对 Bob 有句话,He's also the author of "Real World Linux Security" a realjewel among the Linux books out there. 感觉 Bob 可以跟《MaximumSecurity》中的人物归为一类

[Bauer05]  Michael D. Bauer. Linux Server Security, 2nd Edition.  O'Reilly Media, Inc., January 2005

Firewall

[Zwicky00]  Elizabeth D. Zwicky, Simon Cooper, D. Brent Chapman. Building Internet Firewalls, 2nd Edition. O'Reilly Media, Inc., June 2000 - Amazon上4星级书籍 - [Nemeth00] 也是只到2000年

[Bellovin03] William R. Cheswick, Steven M. Bellovin, Aviel D. Rubin. Firewalls andInternet Security : Repelling the Wily Hacker, 2rd Edition. Addison-Wesley, 2003

Apache

[Laurie02]  Ben Laurie, Peter Laurie. Apache: The Definitive Guide, 3rd Edition. O'Reilly Media, Inc., December 2002

EAI

[Hohpe03]  Gregor Hohpe, Bobby Woolf. Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions. Addison-Wesley Professional, October 2003- 2009-03-02加入My Safari Bookshelf中,读"Running Linux" Chapter 13.Networking时搜索"Message format"  "Data structure"的结果。该书Chapter 11. SystemManagement已存入Gmail

Middleware

[Hall96] Carl Hall. Building Client/Server Applications Using Tuxedo. John Wiley& Sons, February 1996 - Carl是一个Award-winning systems designer

Mobile

[Lee04]  Valentino Lee, Heather Schneider, Robbie Schell. Mobile Applications: Architecture, Design, and Development. Prentice Hall, April 2004

Network

  • Network Design

[Dooley01]  Kevin Dooley. Designing Large-Scale LANs. O'Reilly Media, Inc., November 2001

  • Network Administration

[Hunt05]  Craig Hunt, Roberta Bragg. Windows Server 2003 Network Administration. O'Reilly Media, Inc., September 2005

Cisco Network

[Donahue07]  Gary A. Donahue. Network Warrior. O'Reilly Media, Inc., 2007

TP and Database System

[Lewis02]  Philip M. Lewis, Arthur Bernstein, MichaelKifer. Databases and Transaction Processing - An Application-OrientedApproach. Addison-Wesley, 2002  -  Jim Gray对这本书的评论是 “This is a greatbook! This is the book I wish I had written.” Arthur Bernstein曾是JeffreyUllman、Abraham Silberschatz、Fred B.Schneider的博士生导师,Lewis早年在GE对TP做了开创性的研究。三位作者都曾在New York Stony BrookUniversity计算机科学系任教

应用开发

[Heinckiens98] Peter Heinckiens. Building Scalable Database Applications. PeterHeinckiens, Addison-Wesley, 1998 - 可出版社的中文书名《构建可扩展数据库应用程序》确实很贴切,作者对Business model (Figure 3.10)给予特别强调,另两极(User interface、Databaselayout)与中间层(Business model)如何建立一种合理的关系。这本书给我挺深的印象

Compliance and Audit

[Lahti05] Christian Lahti, Roderick Peterson, Steve Lanza. Sarbanes-Oxley: ITcompliance using COBIT and open source tools. Syngress, September 2005- Lahti 和 Peterson 都有 IT Operation 及 IT Infrastructure 方面的丰富经验,Lanza是一位具有管理会计认证的业务高管


[Lahti07]  Christian Lahti, RoderickPeterson. Sarbanes-Oxley IT Compliance Using Open Source Tools, SecondEdition. Syngress, November 2007 - 与 [Lahti05] 主题相似,只是书名中把 COBIT拿掉了。据我目前在 Safari 中看,把合规和 IT 运行及 IT 基础架构管理结合起来的书就只有 Lahti 的这两本 -2010-01-04


二、Articles


UNIX

 
Comparing Unix versions: AIX, HP-UX and Solaris - Ken Milberg, SearchDataCenter.com, 2009-07-08 - TT中国上有翻译版本,那个参考命令比较表,我觉得比较受用

Transition from Solaris to AIX- Ken Milberg, IBM DeveloperWorks, March 2007 - 非常详细地比较了 Solaris 与 AIX的 Volume Management. 对 AIX 的 ODM 亦有一段描述:AIX uses a rather uniquesystem, the Object Data Manager (ODM), for managing devices andconfiguration files. While Solaris depends almost exclusively onediting text-based configuration files, AIX stores them in the ODM. Youcan picture the ODM as a database system built into the operatingsystem.

TP and Database System

[Gray87] Jim Gray. Why Do Computers Stop and What Can Be Done About It?. 6thInternational Conference on Reliability and Distributed Databases, June1987

[Haerder83]  Theo Haerder, Andreas Reuter. Principles ofTransaction-Oriented Database Recovery. ACM Computing Surveys, Volume15, Number 4, December 1983

[Gill96] Philip J. Gill. Open TP Monitors Extend Their Range. Uniforum's IT Solutions, November 1996

Application Management

"Securing System Performance with Transaction Aware Performance Modeling." Most modeling exercises look at systems more holistically, but there isa lot of value in being able to model individual transactions andreally understand how they function.  Michael helps you get there. -Gmail,CMG News,August 19,2009

System Administration

系统管理员:你的配置文件和脚本可重复利用吗?( Sys admins: Are your config files and scripts hacks or products?)-  Ben Rockwood, SearchDataCenter.com, 2009-09-14 - TT中国上有翻译版本

[Verber91]  Mark Verber.  How Many Administrators are Enough?. Unix Review, April 1991

Shell Scripting

[Robbins-2000-03]  Daniel Robbins. Bash by example, Part 1. IBM developerWorks, March 2000

[Robbins-2000-04]  Daniel Robbins. Bash by example, Part 1. IBM developerWorks, April 2000

SLA

[Shankland08-0711]  Stephen Shankland. Can you trust your business to Google's cloud?. Cnet News, July 11, 2008  - 从最近一次 Gmail 事故讲起,对 Google App 的SLA有一个简洁的分析说明

数据中心管理

如何突破远程服务器管理的局限(原作者:Bill Kleyman, 译者:高朝勤,TechTarget中国原创,2010-05-05)-不错的文章,分析问题,提交解决方案,并对方案的不足进行补充说明。顺便说一下里面提到了 HP 的 iLO(Integrated LightsOut).

三、Online Resource List

The Art of System Administration - 与Automatic System Administration相关的资源

THE ITIL® TOOLKIT- Evi Nemeth在《Linux AdministrationHandbook》一书中推荐的ITIL方面的读物,推荐理由是相对于其它臃肿的ITIL书籍/白皮书,ITILToolkit做到了对概念、要点阐述的简洁流畅、通俗易懂。不过这个Toolkit资料要花199美金买,不算贵


四、宣传册, E-Mail

System Management

Job Management Partner 1 - Integrated Systems Management, Version 8, Hitachi

Job Management Version 8 - 作业管理, Hitachi - 这两份日立的资料都是09年9月3日从北京金融展带回来的

Podcast: Managing third-party compliance(Gmail, 2009-09-10,SearchDataCenter.com) - 在系统运行(System Operation)上管理第三方,让它们也遵照组织统一的标准和法则,使信息资产的安全得到保证