First Look at Solution Installation for Autonomic Computing. (Record no. 76532)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06366nam a22004573i 4500 |
001 - CONTROL NUMBER | |
control field | EBC3306771 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729124923.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2004 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9780738490304 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780738490304 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC3306771 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL3306771 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr10112902 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)61447619 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.9.A965 -- F57 2004eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 004 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Redbooks, IBM. |
245 10 - TITLE STATEMENT | |
Title | First Look at Solution Installation for Autonomic Computing. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Durham : |
Name of producer, publisher, distributor, manufacturer | I B M, |
Date of production, publication, distribution, manufacture, or copyright notice | 2004. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2004. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (200 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Front cover -- Contents -- Notices -- Trademarks -- Preface -- The team that wrote this redbook -- Become a published author -- Comments welcome -- Chapter 1. Autonomic computing -- 1.1 What is autonomic computing -- 1.1.1 Guiding principles -- 1.2 Autonomic computing concepts -- 1.2.1 Managed resources -- 1.2.2 Autonomic manager -- 1.3 Value of autonomic computing -- 1.3.1 Software vendors -- 1.3.2 Enterprises -- 1.4 Core capabilities -- 1.4.1 Solution Installation -- 1.4.2 Common systems administration -- 1.4.3 Problem determination -- 1.4.4 Autonomic monitoring -- 1.4.5 Complex analysis -- 1.4.6 Policy-based management -- 1.4.7 Heterogeneous workload management -- 1.5 Summary -- Chapter 2. Introduction to Solution Installation -- 2.1 Software install complexities -- 2.2 Solution Installation basics -- 2.2.1 Concepts and components -- 2.2.2 Descriptors -- 2.2.3 Change manager -- 2.2.4 Dependency checker -- 2.2.5 Installation database (Registry) -- 2.2.6 Touchpoints -- 2.2.7 Installation program -- 2.3 Flow and relationship between components -- 2.4 Who can/should use it and how -- 2.5 Solution Installation contents -- 2.5.1 Obtaining the toolkit -- 2.5.2 Toolkit contents -- 2.5.3 Current capabilities and limitations -- 2.6 Summary -- Chapter 3. Descriptors and artifacts -- 3.1 Introduction to deployment descriptors -- 3.1.1 Schema file overview -- 3.1.2 Deployment descriptor structure -- 3.1.3 Root installable unit -- 3.1.4 Installable unit elements -- 3.1.5 IUDefinition -- 3.1.6 Variables element -- 3.1.7 Unit element -- 3.1.8 Topology element -- 3.1.9 RootInfo element -- 3.1.10 File and files elements -- 3.1.11 Feature element -- 3.1.12 Installation groups -- 3.1.13 Updates and fixes -- 3.2 Media descriptor -- 3.2.1 Media descriptor information -- 3.3 Artifacts -- 3.3.1 Action artifacts -- 3.3.2 Configuration artifacts -- 3.4 Summary. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Chapter 4. Solution Installation operations -- 4.1 Operations -- 4.2 Operations usage -- 4.3 Summary -- Chapter 5. Touchpoints and hosting environments -- 5.1 Hosting environments -- 5.2 Touchpoint interfaces -- 5.3 Touchpoint portTypes -- 5.3.1 portTypes for all touchpoints -- 5.3.2 Operating system touchpoint -- 5.3.3 WebSphere cell touchpoint -- 5.4 Summary -- Chapter 6. Creating an installation program -- 6.1 Basic flow -- 6.1.1 Common terms -- 6.1.2 Installation process -- 6.2 Writing a custom installer -- 6.2.1 Checking the environment as defined by the software package -- 6.2.2 Obtaining user input and overriding default values -- 6.2.3 Obtaining and validating the dependencies of the package -- 6.2.4 Installing the package -- 6.2.5 Registering the installable units -- 6.3 Interfacing with ChangeManager and other classes -- 6.3.1 com.ibm.ac.si.mr.MediaInfo -- 6.3.2 com.ibm.ac.si.checker.DependencyChecker -- 6.3.3 com.ibm.ac.si.checker.CheckerUtil -- 6.3.4 com.ibm.ac.si.checker.PropertySelection -- 6.3.5 com.ibm.ac.si.checker.SoftwareSelection -- 6.3.6 com.ibm.ac.si.instances.ParameterOverrides -- 6.3.7 com.ibm.ac.si.selections.FeatureSelectionInput -- 6.3.8 com.ibm.ac.si.instances.SoftwareInstance -- 6.3.9 com.ibm.ac.si.cm.CreateOperation -- 6.3.10 com.ibm.ac.si.cm.DeleteOperation -- 6.3.11 com.ibm.ac.si.cm.ChangeRequest -- 6.3.12 com.ibm.ac.si.cm.IChangeManager -- 6.4 Sample installation program -- 6.4.1 Manifest files -- 6.4.2 Installation program -- 6.4.3 Setup of installation program -- 6.5 Feature selection example -- 6.5.1 Manifest files -- 6.5.2 Installation program -- 6.5.3 Payload -- 6.5.4 Response file -- 6.5.5 Execution -- 6.5.6 Output -- 6.6 Summary -- Chapter 7. Creating and finalizing the installation package -- 7.1 Components of a package -- 7.2 Conventions to arranging files in a package -- 7.2.1 root(/) directory. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 7.2.2 META-INF sub-directory -- 7.2.3 FILES sub-directory -- 7.3 Types of package bundles -- 7.3.1 Fixed-size removable media -- 7.3.2 Single zip file -- 7.3.3 Self-extractable single executable -- 7.3.4 Network download -- 7.3.5 Combination of formats -- 7.4 Summary -- Chapter 8. Step-by-step example -- 8.1 Installation objectives -- 8.1.1 Prerequisites of the package -- 8.1.2 Folder structure -- 8.1.3 Features -- 8.1.4 Payload files -- 8.2 Creating the descriptors and artifacts -- 8.2.1 Deployment descriptor -- 8.2.2 Artifact files -- 8.3 Installation program -- 8.4 Packaging -- 8.5 Running the sample -- 8.6 Summary -- Appendix A. Additional material -- Locating the Web material -- Using the Web material -- System requirements for downloading the Web material -- How to use the Web material -- Related publications -- IBM Redbooks -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Local area networks (Computer networks). |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Peer-to-peer architecture (Computer networks). |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Redbooks, IBM |
Title | First Look at Solution Installation for Autonomic Computing |
Place, publisher, and date of publication | Durham : I B M,c2004 |
International Standard Book Number | 9780738490304 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=3306771">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=3306771</a> |
Public note | Click to View |
No items available.