Size: px
Start display at page:

Download "https://lwn.net/articles/634649/"

Transcription

1

2 2

3 3

4 2007: AIX Kernel hotpatch support available with AIX : Ksplice Linux hotpatch support (based on MIT student s master s thesis) Stops all running processes can t continue if a thread in a function to be patched 2011: Ksplice acquired by Oracle, no new subscribers 2014: kgraft: patching by SUSE No patches to kernel data structures possible Uses both old and new versions of patched functions until complete (all threads exit kernel space) 2014: kpatch: patching by Red Hat No patches to kernel data structures possible Relies on stack backtraces (questionable reliability) Stops all running processes during patching can t continue if a thread in a function to be patched 4

5 (photo from istockphoto.com) 4

6 Step 1: Prepare the new rootvg to be able to start the surrogate. Normal alt-disk-copy / update process but transparent to admin because this is for temporary use. Customize the new rootvg with the live update environment Step 2: Initiate from AIX using HMC APIs Reserve CPU/MEM resources from the HMC Step 3: Initiate from AIX using HMC K2 APIs that interact with VIOS Same storage accessible from both LPARs (split the paths) Original rootvg is mirrored (mirror will be split later) Private vlan required between LPARs for the move Step 4: Some conditioning of the surrogate LPAR required identical device configuration (same devnos) network interface not yet configured until IP takeover Prepare scratch filesystem on the current boot rootvg for chrooted environment Step 5: minimal WPAR-style checkpoint of each process designated pids are not checkpointed

7 app memory moved asynchronously Sync and split the mirrored VG on the original Import the original vg in the chrooted env. all communication is via temporary, private vlan force same pids, tids, IPC ids for restarted processes original IP address configured before restart update runs chrooted in original rootvg on surrogate LPAR normal in-place update, but when complete, no reboot required Prepare the original rootvg to be the primary boot disk for the surrogate Monitor the transfer of mem (async mobility). For alt_disk_install compatibility, prepare the mirror of the original rootvg (In case, it needs to be used to restore the previous level) Step 6: Shutdown the original Return cpu and mem, resources to the HMC Mirror of original rootvg is available if needed to go back to pre-update state 5

8 Required lvupdate.data file: /var/adm/ras/liveupdate/lvupdate.data (Start with the lvupdate.template file in same directory) general: disks: hmc: kext_check = no nhdisk = <hdisk name(s) for surrogate boot> mhdisk = <hdisk name(s) for new rootvg mirror> lpar_id = <requested new lpar_id> user = <HMC user name> management_console = <hostname or IP addr> Command Line Authenticate with HMC hmcauth u hscroot a hmc_name Preview 6

9 geninstall k p d /tmp IZ epkg.Z Run Live Update geninstall k d /tmp IZ epkg.Z SMIT Software -> smitty -> Software Installation and Maintenance -> Install and Update Install Software -> enter input device Change the option: INVOKE live update? to yes NIM Setup Define NIM environment: Generate HMC Password Key # /usr/bin/dpasswd -f /export/eznim/passwd/hmc_passwd -U hscroot -P abc123 Use Key to Define HMC object # nim -o define -t hmc -a if1="find_net hmc_object 0" -a net_definition= ent a passwd_file=/export/eznim/passwd/hmc_passwd hmc_object Define Managed System of NIM Standalone # nim -o define -t cec -a hw_type=8203 -a hw_model=e4a -a hw_serial= a mgmt._source=hmc_object cec1 Exchange SSH keys between HMC and NIM master # dkeyexch -f /export/eznim/passwd/hmc_passwd -I hmc -H hmc_object Define the NIM standalone pointing to the CEC # nim -o define -t standalone -a if1=find_net mac1 0 -a net_definition= ent a net_setting1= 100 full -a mgmt_source=cec1 -a identity=<lpar_id> client1 Note: NIM Live Update will call hmcauth during the cust operation to authenticate the NIM client with the HMC using the HMC passwd_file. NIM Usage 6

10 From NIM master Using a NIM live_update_data resource, lvup # nim -o cust -a live_update=yes -a live_update_data=lvup -a lpp_source=720lpp -a fileset=iz epkg.z client1 Using the client s /var/adm/ras/liveupdate/lvupdate.data file Preview # nim -o cust -a live_update=yes -a fileset=iz epkg.z client1 # nim -o cust -a live_update=yes -a live_update_data=lvup -a install_flags= -p -a lpp_source=720lpp -a fileset=iz epkg.z client1 From NIM client Using Separate Operations to Allocate and Run Live_Update # nimclient -o allocate -a lpp_source=720lpp -a live_update_data=lvup # nimclient -o cust -a live_update=yes -a fileset=iz epkg.z Allocate and Run Live_Update Preview # nimclient -o cust -a live_update=yes -a lpp_source=720lpp -a live_update_data=lvup -a fileset=iz epkg.z # nimclient -o cust -a live_update=yes -a lpp_source=720lpp -a live_update_data=lvup -a install_flags= -p -a fileset=iz epkg.z (diagram from istockphoto.com) 6

11 Requisites: System firmware Ax730_066* Ax740_043* Ax770_063 Ax773_056 Ax780_056 Ax810 or later * Limitation: PowerVC can not seamlessly manage the updated LPAR Hardware Management Console (HMC) 840 Virtual I/O Server RSCT (if required) PowerHA (if required) PowerSC (if required) Subsystem Device Driver Path Control Module (SDDPCM) (if required) TBD 7

12 I/O restrictions Any Coherent Accelerator Processor Interface (CAPI) device must not be open during the Live Update operation. No physical or virtual tape or optical device is supported. These devices must be removed before the Live Update operation can proceed. The mirrorvg utility can mirror up to 3 copies. If the root volume group of the original partition is already being mirrored with 3 copies, the Live Update operation cannot proceed. The Live Update operation is not supported on diskless AIX clients. The Live Update operation is not supported in a multibos environment. Data Management API (DMAPI) is not supported by the Live Update feature. Virtual Small Computer System Interface (vscsi) support for the Live Update operation is only for those logical unit numbers (LUNs) that are backed by physical volumes, not logical volumes. The vscsi disk support excludes the option where the vscsi server adapter can be mapped to any partition or partition slot. Security restrictions The Live Update operation is not supported when a process is using Kerberos authentication. The Live Update feature does not support PowerSC Trusted Logging. The Live Update feature is not supported by an active Department of Defense (DoD) security profile. The Live Update feature is not supported when audit is enabled for a stopped workload partition (WPAR). The Live Update feature does not support Public-Key Cryptography Standards # 11 (PKCS11). The security.pkcs11 fileset cannot be installed. The Live Update feature is not supported by any of the following Trusted Execution options in the trustchk command: TEP=ON TLP=ON CHKSHLIB=ON and STOP_UNTRUSTD=ON TSD_FILES_LOCK=ON Reliability, availability and serviceability (RAS) restrictions System trace of the Live Update operation is not possible if channel 0 is already in use. The Live Update feature is not supported when ProbeVue is running. The ProbeVue session needs to be stopped to run the Live Update operation. User storage keys are not supported in the Live Update environment. 7

13 The system dump that is present on the root volume group of the original LPAR is not available after a successful Live Update operation. Miscellaneous restrictions The interim fix must have the LU CAPABLE attribute, which means the interim fix must be compatible with the Live Update operation. The emgr command can display this attribute. Ideally, all the interim fixes can be applied with the Live Update operation, but there might be some exceptions. The destination of the interim fixes must be on the root volume group of the client partition in either /, /usr, /home, /var, /opt, or /tmp file systems. The Network File System (NFS)-mounted executables must not be running during a Live Update operation. Active WPARs must be stopped before the Live Update operation. RSCT Cluster Services are stopped during a Live Update operation, and then restarted before the Live Update operation completes. A configuration with 16 MB page support is not allowed. The promoted (16 MB Multiple Page Segment Size (MPSS)) pages by Dynamic System Optimizer (DSO) are supported by the Live Update operation. The Live Update operation is supported when the DSO running, but DSO optimization is reset by the Live Update operation. The optimization begins again based on workload monitoring after the Live Update operation. The Live Update feature is not supported on a partition that participates in Active Memory Sharing (AMS). The Live Update feature is not supported on a remote restartable partition. If an interim fix is installed without the Live Update operation that requires a restart, the restart must be completed before a subsequent Live Update operation can be started. (photo from istockphoto.com) 7

14 Demo video 8

15 No commitment expressed or implied for future releases. All plans subject to change without notice. (Photo by Aaron Sheffield (acsheff.wordpress.com), used by permission) 9

16 Compare Live Update to LPM will take time to build this out so it s widely applicable. Let s accelerate the process for Live Update! Sign up for the Early Ship Program (see final 2 slides), put 7.2 in a test environment, put some real workloads in there, and wring this out so we can make a No Reboot Required world a reality. (photo from istockphoto.com) 10

17 11

18 Headline Foot page 12

19 13

20 14

21 15

22 16

23 17

24 18

25 19

26

27

28 A single-console management system to identify and report on multiple devices and attributes (e.g., machine name, OS, IP address, CVE) Provides details on physical and virtual servers, PCs, Macs, POS devices, ATMs, kiosks, etc.: Machine Name, OS, IP Address, Malware incidents etc. All known CVEs exposed on an endpoint Gain a high degree of confidence that your endpoints are patched and secure Based on many IBM clients reporting more than 98% first pass patch success rate 22

29 BigFix monitors and enforces the security configuration compliance of all endpoints on a continuous basis. Any endpoints that are found to be out of compliance can be automatically remediated and brought back into compliance whether they are on or off the corporate network or they can be quarantined to prevent the spread of malware. By ensuring all endpoints are configured per security policies, attack vectors are greatly reduced thwarting attack attempts. BigFix is unique in that the endpoint agents automatically and continuously enforce policies such as patches, configurations, etc. Once the initial policy is applied, the IEM agent checks to ensure that the endpoint remains in compliance. If a patch or configuration is changed, BigFix automatically and autonomously re-applies the policy, ensuring that users or malware cannot compromise the endpoint policies. Traditional compliance approach: 1. The security team develops compliance policies 2. The security team runs an assessment tool (or tools) against that policy 23

30 3. The security team forwards findings to operations 4. Operations makes corrections as workload allows, one item at a time using different tools from security (which generates different answers to questions like how many endpoints do I have? ) 5. Users make changes causing endpoints to fall out of compliance again 6. Start assessment all over again IBM compliance approach 1. Security and operations work together to formulate policies and servicelevel agreements (SLAs) 2. Operations implements the baseline (patch, configuration, anti-virus, etc.) across all endpoints in the organization 3. Policy compliance is continuously monitored and enforced at the endpoint; changes are reported immediately 4. The security team can instantly check on the current state of security and compliance anytime 5. Security and operations teams work together to continually strengthen security and adjust to evolving requirements 23

31 24

32 25

33 26

34 27

35 A dynamic community of open development and collaboration is driving the creation of new technologies and capabilities. Unless you re part of the community, it s virtually impossible To keep pace and reap the benefits. The collaborative community provides the opportunity to take advantage of a broader range of solutions and applications that is, if your technology can handle it. Implementing a proven, open platform provides investment longevity and viability 28

36

37 A new generation of Power Systems has arrived, with POWER8 technology onboard. POWER8 is the first open server platform for innovation. In addition to providing the platform for the OpenPOWER foundation, these characteristics are what make POWER open: - Linux only systems offer the Power platform with better economics, allowing clients to deploy scale out data and cloud infrastructures with greater efficiency. - The availability of Ubuntu brings the fastest growing open cloud OS to Power. - Power KVM brings KVM, the open source virtualization solution, to Power Systems, the first virtualization to be offered on Power in lieu of PowerVM. PowerKVM is offered to clients who recognize value in running a fully opensource stack on their systems from top to bottom, and/or already have KVM or OpenStack deployed in their datacenters and can use PowerKVM to simplify compatibility with their existing management tools. 30

38 SRIOV Adapter support provides i/o virtualization in the SRIOV adapter which offloads network processing from the host to the SRIOV adapter. This allows guaranteed Quality of service to set by virtual function(vf). These VFs can be dynamically added and removed from guest VMs. For guest VMs vcpus can be added or removed from a running VM and Memory can be added to a running guest VM Dynamic Micro-Threading the PowerKVM host dynamically changes the Micro- Threading on the system to work best with the running workloads

39 32

40

41 Scenario - Shared Processor Pool with 4 cores of capacity - Two VMs/LPARs, Uncapped, each with 1/10 core Entitled Capacity and 4 Virtual Processors - Since there is no contention in the shared processor pool, all 8 VPs can run simultaneously -Uncapped weight was ONLY considered when there is contention on physical cores for CPU -When each partition consumes 2.0 proc units, pool cap kicks in and suspends both LPs until next dispatch window Customer Expectation -LP 1 (Test) receives EC of 0.1 plus 1/100 of remaining pool capacity (3.45% of the pool capacity) -LP 2 (Prod) receives EC of 0.1 plus 99/100 of remaining pool capacity (96.55% of the pool capacity) FW840 Results - Production partition receives out of the 4.0 processor cap

42 which matches customer expectations 34

43 35

44 New PowerVM NovaLink facility allows direct connection to the PowerVM host using a Ubuntu Linux Partition. New bare metal installer allows allow PowerVM components to be installed on a new system with a few questions under an hour. New vnic is a very efficient virtual NIC that enables Mobility for SRIOV adapters. LPM improvements include better checking to improve reliability of LPM. Better use of Ether-Channel configurations. This support spreads the I/O better across multiple ether-channel interfaces. Improved concurrency for LPM. Better reliability which allows moving workloads when one VIOS in a pair is not available. Shared Storage Pool improvements include Tiered storage support within a storage pool. Up to 10 tiers. This allows workloads to be placed on the appropriate tier of storage. Ability to grow a LUN in a storage pool dynamically.

45 37

46 38

47 39

48 40

49

50 42

51 43

52 44

53 45

54 46

55 47

Mechanic v. Surgeon (photos from istockphoto.com)

Mechanic v. Surgeon (photos from istockphoto.com) 0 Mechanic v. Surgeon (photos from istockphoto.com) 1 2007: AIX Kernel hotpatch support available with AIX 6.1 2008: Ksplice Linux hotpatch support (based on MIT student s master s thesis) Stops all running

More information

AIX 7.2 Live Update. 26/11/2015 Chris Gibson AIX/Power CTS

AIX 7.2 Live Update. 26/11/2015 Chris Gibson AIX/Power CTS 26/11/2015 Chris Gibson AIX/Power CTS cgibson@au1.ibm.com November 2015 ASEAN Technical Update Chris Gibson (cgibson@au1.ibm.com) AIX & Power Systems Technical Consultant at IBM STG. IBM Champion for Power

More information

AIX LIVE UPDATE. PROFI AG Ι Präsentationstitel

AIX LIVE UPDATE. PROFI AG Ι Präsentationstitel AIX LIVE UPDATE 1 PROFI AG Ι Präsentationstitel STECKBRIEF Lothar Bingemann Senior Consultant PROFI GS Mitte Schwerpunkte: PowerVM PowerVC PowerSC PowerHA AIX IBM Power Systems 2 Simplified Remote Restart

More information

IBM Power Systems Update. David Spurway IBM Power Systems Product Manager STG, UK and Ireland

IBM Power Systems Update. David Spurway IBM Power Systems Product Manager STG, UK and Ireland IBM Power Systems Update David Spurway IBM Power Systems Product Manager STG, UK and Ireland Would you like to go fast? Go faster - win your race Doing More LESS With Power 8 POWER8 is the fastest around

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version : IBM 000-062 p5 Virtualization Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-062 A. Virtual Ethernet B. Micro-Partitioning C. Virtual I/O Server D.

More information

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo Vendor: IBM Exam Code: C9010-251 Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1 Version: Demo QUESTION 1 What is a characteristic of virtualizing workloads? A. Processors are

More information

AIX & Power Software Trends

AIX & Power Software Trends AIX & Power Software Trends Jay Kruemcke IBM Cloud jayk@us.ibm.com Kruemcke.com @chromeaix @cloudrancher facebook.com/ibmpowervc LinkedIn PowerVC group All statements regarding IBM's future direction and

More information

C Number: C Passing Score: 800 Time Limit: 120 min File Version: 5.0. IBM C Questions & Answers

C Number: C Passing Score: 800 Time Limit: 120 min File Version: 5.0. IBM C Questions & Answers C4040-251 Number: C4040-251 Passing Score: 800 Time Limit: 120 min File Version: 5.0 http://www.gratisexam.com/ IBM C4040-251 Questions & Answers Power Systems with POWER8 Scale-out Technical Sales Skills

More information

Power Systems with POWER8 Scale-out Technical Sales Skills V1

Power Systems with POWER8 Scale-out Technical Sales Skills V1 Power Systems with POWER8 Scale-out Technical Sales Skills V1 1. An ISV develops Linux based applications in their heterogeneous environment consisting of both IBM Power Systems and x86 servers. They are

More information

DBaaS (Oracle and Open Source)

DBaaS (Oracle and Open Source) DBaaS (Oracle and Open Source) Vess Natchev vess@us.ibm.com Power Cloud Team Leader Systems Lab Services IBM Systems Lab Services Proven IT Infrastructure Expertise 1 Agenda Definition Life Cycle of Database

More information

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo Vendor: IBM Exam Code: C4040-108 Exam Name: Enterprise Technical Support for AIX and Linux -v2 Version: Demo QUESTION 1 Which power reduction technology requires a software component in order to be activated?

More information

Best Practices: Managing AIX Updates using SUMA, NIM, and AIX Service Tools Steven Molis

Best Practices: Managing AIX Updates using SUMA, NIM, and AIX Service Tools Steven Molis using SUMA, NIM, and AIX Service Tools Steven Molis AIX Development smolis@us.ibm.com Table of Contents 1 INTRODUCTION... 3 2 BEST PRACTICES USING SUMA AND NIM... 4 2.1 GETTING UPDATES FOR A SINGLE SYSTEM

More information

1. Introduction. 2. TPM, pseries and AIX NIM Environment

1. Introduction. 2. TPM, pseries and AIX NIM Environment 1. Introduction This paper is to describe the following functions of Tivoli Provisioning Manager (TPM) with the automation packages of pseries-server and NIM that are installed with TPM and Tivoli Intelligent

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

Virtualization Technical Support for AIX and Linux - v2

Virtualization Technical Support for AIX and Linux - v2 IBM 000-109 Virtualization Technical Support for AIX and Linux - v2 Version: 5.0 Topic 1, Volume A QUESTION NO: 1 An administrator is attempting to configure a new deployment of 56 POWER7 Blades across

More information

Power Cloud for Administrators

Power Cloud for Administrators Power Cloud for Administrators Vess Natchev & Kyle Wurgler US Lab Services Power Cloud Team Tips for the Webinar Tweeting? Please use these tags: #IBMtraining @IBM @GlobalKnowledge Citrix Tech Support

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 000-108 Title : Enterprise Technical Support for AIX and Linux -v2 Version : Demo 1 / 7 1.Which power reduction technology requires a software component in order to be activated? A.

More information

IBM Systems Director VMControl

IBM Systems Director VMControl IBM Systems Director VMControl Glen Corneau Copyright IBM Corporation 2011 Materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.3 Agenda > VMControl V2.3.1

More information

Application and Partition Mobility

Application and Partition Mobility IBM System p Application and Mobility Francis COUGARD IBM Products and Solutions Support Center Montpellier Copyright IBM Corporation 2009 Index Application and Mobility Presentation Videocharger and DB2

More information

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein The Power of PowerVM Power Systems Virtualization Eyal Rubinstein deyal@il.ibm.com The Power Equation: Power = i + p System i i515 i525 i550 i570 i595 IBM BladeCenter BladeCenter JS12/22/23 Express BladeCenter

More information

Virtualization Benefits IBM Corporation

Virtualization Benefits IBM Corporation Virtualization Benefits 1 Virtualization Benefits CPU Utilization 100 90 80 70 60 50 40 30 20 10 0 8:00 10:00 12:00 2:00 4:00 Time Purchased Peak Average Increase Utilization Non-virtualized servers often

More information

Pass4Sure.C _83,Q&A

Pass4Sure.C _83,Q&A Pass4Sure.C4040-251_83,Q&A Number: C4040-251 Passing Score: 800 Time Limit: 120 min File Version: 16.02 http://www.gratisexam.com/ These are the most accurate study questions. Just focus on these and sit

More information

iseries Tech Talk Linux on iseries Technical Update 2004

iseries Tech Talk Linux on iseries Technical Update 2004 iseries Tech Talk Linux on iseries Technical Update 2004 Erwin Earley IBM Rochester Linux Center of Competency rchlinux@us.ibm.com Agenda Enhancements to the Linux experience introduced with i5 New i5/os

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C9010-022 Title : IBM AIX Administration V1 Vendor : IBM Version : DEMO Get Latest & Valid C9010-022 Exam's Question

More information

IBM EXAM - C AIX 7 Administration. Buy Full Product.

IBM EXAM - C AIX 7 Administration. Buy Full Product. IBM EXAM - C4040-221 AIX 7 Administration Buy Full Product http://www.examskey.com/c4040-221.html Examskey IBM C4040-221 exam demo product is here for you to test the quality of the product. This IBM C4040-221

More information

Implementing Live Partition Mobility Lab Ted Sullivan In this lab you will implement the Live Partition Mobility feature Lab Intermediate

Implementing Live Partition Mobility Lab Ted Sullivan In this lab you will implement the Live Partition Mobility feature Lab Intermediate AIX Preparing for Live Partition Mobility Operations This session covers the configuration requirements for relocating logical partitions from one server to another using Live Partition Mobility. Checklists

More information

3.5.5 Creating client partitions

3.5.5 Creating client partitions Example 3-27 Logical partitions are mapped to two physical partitions $ lsvg -lv rootvg rootvg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT hd5 boot 1 2 2 closed/syncd N/A hd6 paging 4 8 2 open/syncd

More information

Power Systems High Availability & Disaster Recovery

Power Systems High Availability & Disaster Recovery Power Systems High Availability & Disaster Recovery Solutions Comparison of various HA & DR solutions for Power Systems Authors: Carl Burnett, Joe Cropper, Ravi Shankar Table of Contents 1 Abstract...

More information

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ]

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] s@lm@n IBM Exam A4040-101 Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] IBM A4040-101 : Practice Test Question No : 1 Which of the following IOS commands displays

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1.

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1. C9010-022.exam Number: C9010-022 Passing Score: 800 Time Limit: 120 min IBM C9010-022 IBM AIX Administration V1 Exam A QUESTION 1 A customer has a virtualized system using Virtual I/O Server with multiple

More information

Pick your own enablement

Pick your own enablement Pick your own enablement Business Partner version April 2016 Pick Your Own Enablement Number of participants and : The number of required voucher indicated is per session, not per participant. Skills from

More information

February 5, 2008 Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM

February 5, 2008 Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM Virtualization Trends On IBM s System P Unraveling The Benefits In IBM s PowerVM by Brad Day with Simon Yates and Rachel Batiancila EXECUTIVE SUMMARY IBM s PowerVM (formerly Advanced POWER Virtualization)

More information

AIX Power System Assessment

AIX Power System Assessment When conducting an AIX Power system assessment, we look at how CPU, Memory and Disk I/O are being consumed. This can assist in determining whether or not the system is sufficiently sized. An undersized

More information

HACMP Smart Assist for Oracle User s Guide

HACMP Smart Assist for Oracle User s Guide High Availability Cluster Multi-Processing for AIX 5L HACMP Smart Assist for Oracle User s Guide Version 5.3 SC23-5178-01 Second Edition (August 2005) Before using the information in this book, read the

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-105 EXAM QUESTIONS & ANSWERS Number: 000-105 Passing Score: 650 Time Limit: 60 min File Version: 65.5 http://www.gratisexam.com/ IBM 000-105 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii About This Book The AIX 5L Version 5.2 Operating System Installation: Getting Started guide provides system administrators with information about how to install and configure the AIX operating system on

More information

Expert Days SUSE Manager

Expert Days SUSE Manager Expert Days 2018 SUSE Manager SUSE Manager Best-in-class open source infrastructure management solution designed to help your enterprise DevOps and IT Operations teams to: Optimize operations while reducing

More information

Power Systems with POWER7 and AIX Technical Sales

Power Systems with POWER7 and AIX Technical Sales Power Systems with POWER7 and AIX Technical Sales Number: 000-107 Passing Score: 800 Time Limit: 120 min File Version: 26.6 http://www.gratisexam.com/ IBM 000-107 EXAM QUESTIONS & ANSWERS Exam Name: Power

More information

IBM PowerKVM available with the Linux only scale-out servers IBM Redbooks Solution Guide

IBM PowerKVM available with the Linux only scale-out servers IBM Redbooks Solution Guide IBM PowerKVM available with the Linux only scale-out servers IBM Redbooks Solution Guide The IBM POWER8 processors are built for big data and open innovation. Now, Linux administrators and users can maximize

More information

IBM - C AIX 7 Administration Version: 7.1

IBM - C AIX 7 Administration Version: 7.1 IBM - C4040-221 AIX 7 Administration Version: 7.1 1 Topic 1, Volume A QUESTION: 1 The following information has been reported in an AIX error log: How can the administrator prevent the error from reoccurring?

More information

IBM Solutions Advanced Technical Support

IBM Solutions Advanced Technical Support DB2 and SAP Disaster Recovery using DS8300 Global Mirror IBM Solutions Advanced Technical Support Nasima Ahmad Chris Eisenmann Jean-Luc Degrenand Mark Gordon Mark Keimig Damir Rubic Version: 1.1 Date:

More information

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version : IBM 000-180 p5 and pseries Enterprise Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-180 A. The LPAR Configuration backup is corrupt B. The LPAR Configuration

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems 2014 IBM Corporation Powerful Forces are Changing the Way Business Gets Done Data growing exponentially

More information

Exam Name: Virtualization Technical Support for AIX and

Exam Name: Virtualization Technical Support for AIX and Exam Code: 000-101 Exam Name: Virtualization Technical Support for AIX and Linux Vendor: IBM Version: DEMO Part: A 1: A customer has a Power 570 system with the following configuration: 2 active CPUs 16

More information

System p. Partitioning with the Integrated Virtualization Manager

System p. Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager System p Partitioning with the Integrated Virtualization Manager Note Before using this information and the product it supports, read the

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

AIX Academy Bootcamp in Sofia, Spring 2017 Accelerated, practically oriented course for AIX Power Administrators

AIX Academy Bootcamp in Sofia, Spring 2017 Accelerated, practically oriented course for AIX Power Administrators AIX Academy Bootcamp in Sofia, Spring 2017 Accelerated, practically oriented course for AIX Power Administrators Intensive training based on the official IBM course materials for AIX Administration Course

More information

IBM Virtualization Technical Support for AIX and Linux - v2.

IBM Virtualization Technical Support for AIX and Linux - v2. IBM 000-109 Virtualization Technical Support for AIX and Linux - v2 http://killexams.com/exam-detail/000-109 QUESTION: 170 A Power Systems server has two HMCs connected to its Flexible Service Processor

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

Exam Name: Assessment: Power Systems with POWER7 Common Sales Skills -v2

Exam Name: Assessment: Power Systems with POWER7 Common Sales Skills -v2 Vendor: IBM Exam Code: A4040-122 Exam Name: Assessment: Power Systems with POWER7 Common Sales Skills -v2 Version: Demo Topic 1, Volume A Question No : 1 - (Topic 1) A customer needs 2 Power Systems servers,

More information

Live Partition Mobility

Live Partition Mobility Live Partition Mobility Jaqui Lynch lynchj@forsythe.com Presentation at: http://www.circle4.com/forsythe/lpm2014.pdf 1 1 Why Live Partition Mobility? LPM LIVE PARTITION MOBILITY Uses Server Consolidation

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

C IBM AIX Administration V1

C IBM AIX Administration V1 C9010-022 - IBM AIX Administration V1 1.The system administrator ran the following command to backup his image repository, but nothing was backed up to the file. Why? find /media -print backup -I-f-p /dev/rmt0

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08

Integrated Virtualization Manager. ESCALA Power7 REFERENCE 86 A1 41FF 08 Integrated Virtualization Manager ESCALA Power7 REFERENCE 86 A1 41FF 08 ESCALA Models Reference The ESCALA Power7 publications concern the following models: Bull Escala E1-700 / E3-700 Bull Escala E1-705

More information

Planning for Virtualization on System P

Planning for Virtualization on System P Planning for Virtualization on System P Jaqui Lynch Systems Architect Mainline Information Systems Jaqui.lynch@mainline.com com http://www.circle4.com/papers/powervm-performance-may09.pdf http://mainline.com/knowledgecenter

More information

IBM Exam C IBM AIX Administration V1 Version: 7.0 [ Total Questions: 258 ]

IBM Exam C IBM AIX Administration V1 Version: 7.0 [ Total Questions: 258 ] s@lm@n IBM Exam C9010-022 IBM AIX Administration V1 Version: 7.0 [ Total Questions: 258 ] IBM C9010-022 : Practice Test Topic break down Topic No. of Questions Topic 1: Volume A 49 Topic 2: Volume B 50

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Deployment Patterns using Docker and Chef

Deployment Patterns using Docker and Chef Deployment Patterns using Docker and Chef Sandeep Chellingi Sandeep.chellingi@prolifics.com Agenda + + Rapid Provisioning + Automated and Managed Deployment IT Challenges - Use-cases What is Docker? What

More information

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. 1 INTRODUCTION What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. Cloud computing encompasses any Subscriptionbased or pay-per-use

More information

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

More information

Taking Your Power Systems Higher in the Cloud with VMware vrealize Automation

Taking Your Power Systems Higher in the Cloud with VMware vrealize Automation Taking Your Power Systems Higher in the Cloud with VMware vrealize Automation Kyle Wurgler (wurgler@us.ibm.com) Vess Natchev (vess@us.ibm.com) Power Cloud Team IBM Systems Lab Services Webinar Tips Tweeting?

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 000-180 Title : P5 and pseries Enterprise Technical Support Aix 5L V5.3 Vendors : IBM Version : DEMO

More information

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements

HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements HMC ENHANCED GUI QUICK START GUIDE 1.0 Classic GUI to Enhanced GUI Mappings and Enhanced GUI Improvements August 2017 Table of Contents Contributing Author: Karyn Corneli Co-Author: Jacobo Vargas Introduction...

More information

AIX Version 6.1. Open, secure, scalable, reliable UNIX operating system for IBM Power Architecture platforms. Highlights

AIX Version 6.1. Open, secure, scalable, reliable UNIX operating system for IBM Power Architecture platforms. Highlights Open, secure, scalable, reliable UNIX operating system for IBM Power Architecture platforms AIX Version 6.1 Highlights Next generation of IBM s wellproven, scalable, open nology and virtualization to help

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension

A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension SHARE in Anaheim March 2011 A Mainframe Guy Discovers Blades..as in zenterprise Blade Extension Session ID: zzs18 Glenn Anderson, IBM Training 2011 IBM Corporation 1 2 3 1999 History of Blades.. Data center

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : A4040-221 Title : Assessment: AIX 7 Administration Vendors : IBM Version

More information

CS 356 Operating System Security. Fall 2013

CS 356 Operating System Security. Fall 2013 CS 356 Operating System Security Fall 2013 Review Chapter 1: Basic Concepts and Terminology Chapter 2: Basic Cryptographic Tools Chapter 3 User Authentication Chapter 4 Access Control Lists Chapter 5 Database

More information

POWER Block Course Assignment 2: System Management. Hasso-Plattner Institute

POWER Block Course Assignment 2: System Management. Hasso-Plattner Institute POWER Block Course Assignment 2: System Management Hasso-Plattner Institute Agenda 1. General Information 2. Assignment 2 System Management 3. Helpful Links / Troubleshooting Assignment 2 System management

More information

Trusted Cloud protects your critical data by ensuring that no unauthorised code can run undetected on your critical server infrastructure.

Trusted Cloud protects your critical data by ensuring that no unauthorised code can run undetected on your critical server infrastructure. CyberHive s unique solution uses a combination of hardware-based cryptography and advanced whitelisting to protect servers from all unauthorised activity and malware in a way that conventional solutions

More information

Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD

Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD Microsoft Operations Management Suite (OMS) Fernando Andreazi RED CLOUD Management as a Service Data analytics Shifting landscape at play Modern management Micro-services and containers Cloud Migrations

More information

Virtualization Security & Audit. John Tannahill, CA, CISM, CGEIT, CRISC

Virtualization Security & Audit. John Tannahill, CA, CISM, CGEIT, CRISC Virtualization Security & Audit John Tannahill, CA, CISM, CGEIT, CRISC jtannahi@rogers.com Session Overview Virtualization Concepts Virtualization Technologies Key Risk & Control Areas Audit Programs /

More information

Veritas Storage Foundation Basic - Technical FAQ January 2009

Veritas Storage Foundation Basic - Technical FAQ January 2009 Veritas Storage Foundation Basic - Technical FAQ January 2009-1 - GENERAL QUESTIONS... 3 What is Veritas Storage Foundation Basic?... 3 What are edge-tier workloads?... 3 How much does Storage Foundation

More information

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris Cluster Server 7.3.1 Generic Application Agent Configuration Guide - AIX, Linux, Solaris Last updated: 2017-11-04 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM Portal Last Updated: 2018-07-30 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM

More information

IBM PowerSC. Designed for Enterprise Security & Compliance in Cloud and Virtualised environments. Highlights

IBM PowerSC. Designed for Enterprise Security & Compliance in Cloud and Virtualised environments. Highlights IBM PowerSC Designed for Enterprise Security & Compliance in Cloud and Virtualised environments Highlights Simplify management and measurement for security & compliance Quickly view security compliance

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-106 EXAM QUESTIONS & ANSWERS Number: 000-106 Passing Score: 800 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ IBM 000-106 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

Table of Contents GEEK GUIDE LINUX ON POWER. About the Sponsor... 4 Introduction... 5 Overview: What Is Linux on Power? Benefits...

Table of Contents GEEK GUIDE LINUX ON POWER. About the Sponsor... 4 Introduction... 5 Overview: What Is Linux on Power? Benefits... Table of Contents About the Sponsor... 4 Introduction... 5 Overview: What Is Linux on Power?... 6 Power Architecture...6 Benefits... 8 The Power of Virtualization...8 Security and Compliance...11 High

More information

Think Small to Scale Big

Think Small to Scale Big Think Small to Scale Big Intro to Containers for the Datacenter Admin Pete Zerger Principal Program Manager, MVP pete.zerger@cireson.com Cireson Lee Berg Blog, e-mail address, title Company Pete Zerger

More information

A review of AIX Container Technology: with perspectives on. Docker Management Operations. Zeyuan Zhu. AIX Development Engineer

A review of AIX Container Technology: with perspectives on. Docker Management Operations. Zeyuan Zhu. AIX Development Engineer A review of AIX Container Technology: with perspectives on Docker Management Operations Zeyuan Zhu AIX Development Engineer In this paper, I'm going to give you an introduction to container technology,

More information

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Managing VMware ESXi in the Datacenter Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Agenda VMware ESXi Overview ESXi Getting Started Case Studies VMware ESXi Overview Next What generation

More information

Cisco Network Admission Control (NAC) Solution

Cisco Network Admission Control (NAC) Solution Data Sheet Cisco Network Admission Control (NAC) Solution New: Updated to include the Cisco Secure Network Server (SNS) Cisco Network Admission Control (NAC) solutions allow you to authenticate wired,

More information

SentinelOne Technical Brief

SentinelOne Technical Brief SentinelOne Technical Brief SentinelOne unifies prevention, detection and response in a fundamentally new approach to endpoint protection, driven by behavior-based threat detection and intelligent automation.

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

The threat landscape is constantly

The threat landscape is constantly A PLATFORM-INDEPENDENT APPROACH TO SECURE MICRO-SEGMENTATION Use Case Analysis The threat landscape is constantly evolving. Data centers running business-critical workloads need proactive security solutions

More information

IBM PowerVC (Power Virtualization Center) Glen Corneau Washington Systems Center

IBM PowerVC (Power Virtualization Center) Glen Corneau Washington Systems Center IBM PowerVC (Power Virtualization Center) Glen Corneau Washington Systems Center 2018 IBM Corporation Agenda The Power Cloud Management Stack PowerVM NovaLink PowerVC Standard Edition IBM Cloud PowerVC

More information

System i and System p. Managing the Integrated Virtualization Manager

System i and System p. Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager Note Before using this information and the product it supports,

More information

VMware vsphere Administration Training. Course Content

VMware vsphere Administration Training. Course Content VMware vsphere Administration Training Course Content Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Fast Track Course Duration : 10 Days Class Duration : 8 hours

More information

C Examcollection.Premium.Exam.52q

C Examcollection.Premium.Exam.52q C4040-108.Examcollection.Premium.Exam.52q Number: C4040-108 Passing Score: 800 Time Limit: 120 min File Version: 36.9 http://www.gratisexam.com/ Exam Code: C4040-108 Exam Name: Power Systems Enterprise

More information

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview

PowerVM simplification enhancements. PowerVM simplification enhancements. PowerVM infrastructure overview PowerVM simplification enhancements PowerVM infrastructure overview IBM PowerVM is the virtualization solution that enables workload consolidation for AIX, IBM i, and Linux environments on IBM Power Systems

More information

SentinelOne Technical Brief

SentinelOne Technical Brief SentinelOne Technical Brief SentinelOne unifies prevention, detection and response in a fundamentally new approach to endpoint protection, driven by machine learning and intelligent automation. By rethinking

More information

Multicore Computing and the Cloud Optimizing Systems with Virtualization

Multicore Computing and the Cloud Optimizing Systems with Virtualization Multicore Computing and the Cloud Optimizing Systems with Virtualization Michael Gschwind IBM Systems and Technology Group IBM Corporation Major Forces Are Driving the Need For IT Transformation Operational

More information

70-247: Configuring and Deploying a Private Cloud with System Center 2012

70-247: Configuring and Deploying a Private Cloud with System Center 2012 70-247: Configuring and Deploying a Private Cloud with System Center 2012 Module 01 - Understanding the Private Cloud Lesson 1: Understanding the Private Cloud Cloud Comparisons Comparing the Private and

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 250-530 Title : Administration of Symantec Network Access Control 12.1 Vendors : Symantec

More information

Course CXS-203 Citrix XenServer 6.0 Administration

Course CXS-203 Citrix XenServer 6.0 Administration Course CXS-203 Citrix XenServer 6.0 Administration Overview In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install, configure, administer,

More information