IBM AIX Operating System Service Strategy Details and Best Practices

Size: px
Start display at page:

Download "IBM AIX Operating System Service Strategy Details and Best Practices"

Transcription

1 IBM AIX Operating System Service Strategy Details and Best Practices Julie Craft AIX Development 06/10/2009 1

2 Contents Contents... 2 Introduction... 3 Enhanced Service Strategy Releases... 3 Contents of a Service Pack... 3 Changing the names of the service packs... 4 Changing the M in VRMF... 5 Technology Levels Must be Applied as a Group... 5 Recommendation to apply the whole SP instead of just individual PTFs... 6 Service Pack schedules... 6 Technology Level Lifecycle and Support... 6 Interim Fix Guidelines/Policy for Maintenance... 8 Certified Interim Fixes... 8 Security Fixes... 9 APAR Numbers for each TL... 9 New Automatic Interim Fix Removal Function... 9 Hardware Support with a Service Pack Moving to a New TL Staying Current Maximum Stability Model Additional Information Summary /10/2009 2

3 Introduction IBM has enhanced the AIX operating system (OS) Release and Service Strategy as part of an ongoing effort to improve the manageability and stability of the AIX operating system for our clients. The enhanced strategy will provide clients with: Longer support for each AIX Technology Level update (formerly known as Recommended Maintenance Levels) Improved serviceability for AIX throughout the life of each Technology Level Support for some new hardware on existing Technology Levels The previous paragraph came from the IBM AIX Operating System Release Service Strategy paper, which should be read before reading this paper. This paper will go deeper into some of the changes, give some best practice scenarios and discuss some of the more advanced function available. Enhanced Service Strategy Releases The AIX enhanced service strategy will start with AIX 5.3 TL6 and continue with AIX 6.1. AIX 5.2 will not use the new service strategy; TL10 is the last technology level available on 5.2 and we will continue to provide service packs until the end of support. Contents of a Service Pack Service packs contain fixes for: Customer reported problems (APARs) that cannot wait until the next TL Critical problems found by development or test teams Very, very limited number of changes to support new hardware. Examples: A new device driver, a new ODM entry to allow for configuration of a new class or type of device, small changes in the kernel to recognize a new processor speed, etc. The only changes that are allowed in an SP are limited to minimal corrections that do not change behavior or add new functionality. The development team employs a fix rating system to enforce this. New function, both for hardware exploitation and software features, is only shipped in Technology Levels or new releases. While AIX TL s contain RSCT and CSM fileset updates, those filesets are not updated in the AIX Service Packs. The reason for this is scheduling. The RSCT and CSM teams line up their schedules to meet the AIX TL schedules, but do not do the same for Service Packs. The fixes are placed into the next TL. Occasionally, usually with applications or products that rely more heavily on CSM or RSCT, you may be required to download a fix directly from the RSCT or CSM download sites. This situation may be more suited for your environment because it does not require application of a specific AIX SP, only the individual fix for CSM or RSCT. We are continuing to explore possibilities here to simplify the maintenance of AIX and its components. 06/10/2009 3

4 Changing the names of the service packs Starting with TL6, Service Packs will be labeled with their release date, using the YYWW format, where: YY = 2 digit year WW = 2 digit week An example: AIX 5.3 TL6 SP3 was released in 2007 and the 32nd week of the year, therefore: ' ' ' ' YYWW ' ' ' SP3 ' ' TL level '--AIX release The oslevel s command was updated to report this new name. The nice thing about this is not only can you tell when the SP was released, but you will also know which SP to move to on a new TL. When moving up to a new TL, you must move to a SP that is the same or later than your current SP. The SP number itself (IE SP3) will not be the same, because the Service Packs will be numbered consecutively as they are released, but the dates will tell you where you need to be on the new TL. In general, it is recommended that you apply the latest Service Pack when moving to a new TL. New Release Strategy Service Pack Name Detail (AIX V5.3 shown) Fall Spring Fall Spring Fall Spring Technology 0812 SP HP 0830 SP 0845 SP SP4 SP6 SP SP SP9 Level SP SP SP2 SP SP SP5 Technology Level 8 Service pack names will be changed to reflect the release dates: VR00-TL-SP-YYWW We will line SP s up so the upgrade path will be clear Figure 1: Service Strategy Service Pack Name Detail *All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only. * Not showing all SP s above and example dates are not necessarily accurate 06/10/2009 4

5 Applying individual PTF updates after a Service Pack will not be shown with the oslevel s command. Instead, use oslevel s g to show what filesets are greater than the specified service pack. The installp command was changed, as were the updates themselves, to not allow a system to apply any updates that are younger than what is currently installed. This would cause regression. When moving to a new TL, we recommend moving to the latest SP, that way you are guaranteed it will pass the installp regression test. Using the example above, if you are currently at TL7 SP8 ( ), then you would not be allowed to install TL8 SP2 ( ), because 0845 was released after 0830, and therefore will have fixes and hardware enablement that 0830 does not have. The oslevel s command will now print out the new SP format, but the other options will not change. # oslevel 5300 # oslevel r # oslevel s The installp command will also stop an update entirely if it sees any updates that are older (released before) in the list it is trying to apply. This is to make sure that part of a SP is not installed, if that was not your intention. If you see a message from installp about not being able to install a fileset update because of regression, then go to a newer SP (the latest) and try the install again. Changing the M in VRMF Starting with AIX 5.3 TL7, any filesets that are updated will get a new M in the VRMF. For example, if the bos.rte.lvm fileset was updated, its update in TL7 would be and the first update, in SP1, will be The fileset updates won t necessarily correspond to the SP because an update for fileset bos.rte.install might not come out until SP3, but it would be called bos.rte.install Likewise, if bos.rte.lvm had not changed since SP1, it would still be bos.rte.lvm in SP3. Technology Levels Must be Applied as a Group Technology Levels must be applied as a group, using the smitty update_all or install_all_updates commands. Installing a Technology Level is an all or nothing operation. Initially, the plan was to add requisites to glue the TL together, but this was not done because of the complications of circular requisites. But, installing a partial Technology Level will not be recognized from a support standpoint. Before applying a TL, you should always create a backup and plan on restoring that backup if you need to rollback to your previous level. Or, use alt_disk_install or multibos as a way to get back to your previous level. Technology Level updates should always be committed because they cannot be rejected. Committing the updates saves space in the / and /usr file systems and also makes it easier to track and reject service pack PTFs. 06/10/2009 5

6 After the TL has been successfully applied and tested, another backup should be taken for disaster recovery situations. Recommendation to apply the whole SP instead of just individual PTFs For planned maintenance windows, customers are encouraged to apply Service Packs as a group, to simplify inventory and make it easier to report levels to service representatives and auditors. Fix Central and SUMA will now download the entire SP for a specified APAR (search function). This was also done to simplify the ordering process. For more information on Fix Central changes, see the paper: Fix Central changes supporting AIX Service Strategy at Even though the entire SP is downloaded, individual fileset updates or APARs can still be applied with SMIT ( smitty install_by_fix ) or from the command line (installp or instfix). There is nothing in the Service Pack that glues all the updates in a Service Pack together. While most of the testing that occurs in the regression test lab is done as a group, applying individual updates is still fully supported. For unplanned application of fixes (like security or HIPERs), changing the minimum amount of code is certainly the desired outcome. For example: An interim fix was just released for a security issue and it requires an update from a service pack. The service pack would require a reboot of the system whereas applying just the individual PTF would not. In these cases, just applying the individual APARs/PTFs may be the best solution. Service Packs, because they will always require a reboot, are recommended for planned maintenance windows or if the application of the fix will require a reboot anyway. Service Pack schedules Because there will be more Technology Levels shipping new fixes and because the Service Packs will be lined up to come out at the same time (with the same YYWW), the SP release schedules will be increased to approximately every 12 weeks. Occasionally, if a very critical problem is found (high severity security, for example) and it cannot wait for the next SP, a standalone PTF will be released and will be made available via APAR search on Fix Central. The PTF will be included in the next Service Pack. Technology Level Lifecycle and Support With a valid Software Maintenance Agreement (SWMA), customers can continue to open PMRs to ask questions and report problems with AIX 5.2, AIX 5.3 and AIX 6.1. However, if a code defect is identified (i.e. an APAR is created) then the release and TL must be in the New Fixes Available period to request a fix. This applies to both interim fixes and Service Pack updates. More information about the System p Product Lifecycle dates can be found at: 06/10/2009 6

7 The following chart illustrates the entire lifecycle of a technology level, showing both the times where new fixes are delivered and when it is still supported via PMR for how to and usage questions and problem determination. Technology Level Lifecycle New Fixes Available Period Support Period How to Q&A, problem determination New Fixes created (Interim Fixes and Service Packs) Availability of the TL End of New Fixes Available Period End of support for the AIX release Figure 2: Technology Level Lifecycle The chart below is a listing of the technology levels that have been released in the last two years. The chart highlights the differences in the timeframes of when fixes were available. AIX 5.2 TL8 and TL9 fell under the old service strategy and had a shorter time period of fixes, about one year from release. The new strategy allows new fixes to become available for approximately two years after release. Use this chart for comparison and planning. Release Release Date Fixes Available Until AIX 5.2 TL8 Feb-06 Feb-07 AIX 5.2 TL9 Jul-06 Nov-07 AIX 5.2 TL10 Jun-07 4/30/2009 ** AIX 5.3 TL5 Aug-06 11/30/2007 AIX 5.3 TL6 Jun-07 5/30/2009 AIX 5.3 TL7 Nov-07 2 years later AIX 5.3 TL8 April-08 2 years later AIX 5.3 TL9 Nov-08 2 years later AIX 5.3 TL10 May-09 2 years later AIX 6.1 TL0 Nov-07 2 years later AIX 6.1 TL1 April-08 2 years later AIX 6.1 TL2 Nov-08 2 years later AIX 6.1 TL3 May-09 2 years later 06/10/2009 7

8 Figure 3: New Fixes Available NOTE: All future dates are subject to change. * New Fixes will be made available until two years later or when the new TL is offered. In some cases this may mean slightly less than two years of support, in some cases it may mean slightly more. AIX will only make new fixes available for up to four Technology Levels for each release at any given time. ** For 5.2, the date for Fixes Available Until and End of Support are the same date. When selecting a TL for upgrade, keep the New Fixes Available period in mind. The recommendation is to move to the latest TL and the latest SP when performing an upgrade, to get the longest period of support. Interim Fix Guidelines/Policy for Maintenance Interim fixes are fixes made available to our customers to offer relief for a problem until the customer is able to update to a Service Pack or Technology level that contains the fix. The general rule is that a customer can request an interim fix for Technology Levels that are in the New Fixes Available period; it will then be evaluated by development. Development will make every attempt to supply an interim fix, however, there may be some that cannot be supplied due to complexity. Here are the guidelines that the Service team will be following: If a client is at the latest level and finds a problem they can request an Interim Fix If a client finds a problem that is already in a later SP - they will be asked to install the latest SP (or, at a minimum, the Service Pack that includes their fix or individual PTF that contains the fix) If it is a critical problem and/or the client can't install a SP - an interim fix can be requested, however it is recommend they move to the latest SP during their next maintenance window If a client finds a new, unique problem at any level that is making new fixes available - they can get an Interim Fix on their current level (if it's possible) If a client finds a new unique problem on a prior SP and has multiple Interim Fixes installed, which are included in a later SP - they must move to the latest SP before getting another Interim Fix If a client has multiple Interim Fixes and only some of them are in a later SP - they may be asked to move to the latest SP and another Interim Fix will be bundled with their prior Interim Fixes on the latest SP Clients should update to the SP that contains the fix as soon as they are able Certified Interim Fixes Interim fixes are offered to customers as a faster way to get temporary relief for a problem. Interim fixes are shipped in emgr format instead of installp format. Interim fixes are also tracked via the lslpp L and emgr l commands. Some interim fixes get additional functional and regression testing before they are released. These interim fixes are usually intended for a wider audience than other interim fixes, which are specific to a single customer. Examples of certified Interim Fixes are security fixes that are released thru a vulnerability advisory or subscription notification. 06/10/2009 8

9 Security Fixes Security fixes for security vulnerabilities are published thru advisories. Customers will continue to be notified of security fixes by notices from IBM Subscription services at: The security fixes published in the vulnerability advisories are posted here: ftp://aix.software.ibm.com/aix/efixes/security In the past, security interim fixes were offered for a longer period than other fixes to allow customers time to transition to the current levels. But, because the enhanced service strategy allows new fix availability for a longer period (even longer than the previous security fix policy of 3 total TLs), security fixes will be made available for the same time period as all other new fixes (see chart above). This offers consistency to the service strategy in regards to types of fixes offered in the New Fixes Available period. To assist our customers with the transition to AIX 5.3 Technology Levels that support the enhanced service strategy, we will continue to generate 5.3 TL5 security interim fixes until 5.3 TL9 is shipped in 2H08 (approximately 10/2008). AIX 5.2 TL8 and AIX 5.2 TL9 support of security interim fixes will continue until 6/2008. AIX 5.2 TL10 will continue to be supported via Service Packs and interim fixes until end of support in April, APAR Numbers for each TL In the past, if a problem existed in two releases, only one APAR number was created for each release. Starting with AIX 5.3 TL7, a new APAR number will be created for every Technology Level where the problem is fixed. When PTFs were only made available on the current TL, only one APAR number was required. Now that multiple service streams exist per release, an APAR must be created for each one where a new fileset update (PTF) will be shipped. If you ve been given an APAR number for a particular problem, do a Fix Search in Fix Central to verify the APAR number with the Technology Level. The search will return results for the other sister APAR numbers, APAR numbers for the same release (e.g. 5.3) but different TLs, and also cousin APARs for other releases (e.g. 6.1). The search will also show availability of the APAR and allow signup for a subscription notice if it has not been released. For more information on searching for APAR and fixes, see the Fix Central paper at: New Automatic Interim Fix Removal Function Because of the issues with multiple APARs numbers in a release (APARs differ per TL as described above) installp was not able to map the fixes it was shipping to the interim fixes that were installed. Starting with 5.3 TL10 and 6.1 TL3, installp and emgr have been enhanced to map the APARs and automatically remove interim fixes if the fix is present in the TL, SP or PTF that installp is applying. Interim fixes will now be packaged with a reference number. That number will allow installp to map it back to APARs for all the Technology Levels where the fix was shipped. When installp performs a preview install/update or an actual update, information will be provided to list any interim fixes that will be automatically removed. Preview installs are always highly recommended, even if you don t currently have any interim fixes applied. But, if you do, 06/10/2009 9

10 then installp will list any interim fixes that are installed and that will be automatically removed or any interim fixes that are installed and cannot be removed because the corresponding fix was not available in the updates you were installing. In this later case, the install will fail stating there are filesets locked by emgr, like it has in the past. For example, the information about interim fixes that will be removed will appear directly after the build date verification in the installp (apply or preview) output: BUILDDATE Verification Verifying build dates...done The updates being installed contain the following interim fix labels, which will be removed prior to installing the updates: IZ39706 IZ23965 NOTE: Rejecting an update that contains an interim fix will not re-install the interim fix on the system. Please note that if an interim fix is removed as part of the installp update, and then that update is later removed (rejected), the interim fix that was previously installed will NOT be re-installed. You would need to manually install the interim fix again at that point. So, always make sure you have a copy of your interim fix, use alt_disk_install or create a mksysb image before the update for recovery. Because this is new function, a decision was made to not ship it in Service Packs on the older Technology Levels. But, for this particular case, we will allow and support installing one individual fileset from a TL. The bos.rte.install update may be installed on 5.3 TL7, TL8 or TL9 by itself, and the bos.rte.install update may be installed on TL1 or TL2 by itself. This will give you the new automatic interim fix removal function but will not require you to go all the way to 5.3 TL10 or 6.1 TL3. You may also download the bos.rte.install fileset update individually from Fix Central by searching on bos.rte.install. From the main site, choose: Product Group System p, Product AIX, Version 5.3, Fix Type Fix Search Enter search items: fileset bos.rte.install Then, in your search results you should select "Fileset information for: bos.rte.install". You will be taken to all the bos.rte.install fixes. Choose the latest update for your release so you ll get any additional fixes or function included. All the updates are cumulative, so you can apply to any level since GOLD. You will need to uncheck the download options of Include requisites, Include fixes that correct regressions and Replace superseded fixes with the latest. If you leave these options checked, then the entire TL will be listed for download. 06/10/

11 It is also recommended to watch the bos.rte.install fileset to pick up any fixes or new function. You can always update the bos.rte.install fileset to a lever higher than your current TL, so if new function ships in a later TL, you can obtain it without updating your entire system. All interim fixes shipping will have a reference field that allows installp to map the APARs to the interim fix. When the interim fix is installed (if you have the new bos.rte.install fileset applied) then a message will be printed by emgr to alert you to the fact that automatic removal is enabled: Processing APAR reference file ATTENTION: Interim fix is enabled for automatic removal by installp. To verify that your interim fix has a reference number, you can check the contents of the /usr/emgrdata/dbs/aparref.db file: # cat /usr/emgrdata/dbs/aparref.db IZ39706 : 220 This file contains a list of interim fix labels with their corresponding reference number values. Later, we ll update the emgr l command to show this reference number. So, again, it s a good idea to get the latest level of bos.rte.install to make sure you have all the latest fixes and enhancements. The bos.rte.install or bos.rte.install or higher update must be installed in order to get the automatic interim fix removal function. If this fileset update is installed along with other PTFs, in a Technology Level, for example, it will automatically re-invoke itself and it will then perform the mapping and automatic removal, if applicable. Hardware Support with a Service Pack When new hardware is released, the required TL s or SP s will be published in the release notes and RFA (Release For Announce). If the TL is still in the New Fixes Available period, then the latest SP will have the hardware support. If new boot media is required for an existing TL, then it will be made available for web download (ISO image) via the PRPQ process. If you currently have the TL in your environment, then updating to the required SP and creating a mksysb backup media or image (NIM) will allow boot and install of the new hardware systems. Moving to a New TL You should move to a new TL: If your existing TL is out or is about to go out of the New Fixes Available period 06/10/

12 You want to use new function and/or features in a new TL. Hardware exploitation, such as large page space or new software function, such as multibos, will only be released in a TL. You are going to test a new level for distribution into your production environment and want to get the longest period of new fixes available. In this case, you should move to the latest TL. Staying Current If you are currently running on a TL where new fixes are being made available, then any SP will be supported for your interim fix needs. But, the risk in not updating to a service pack that contains your fix during a planned maintenance window is that you will require another interim fix to the same file. See the Interim Fix Guidelines for more information. Updating twice a year to a new SP or TL is recommended to stay current. Maximum Stability Model Realizing that customers appreciated and relied on the CSP for planning their maintenance, and realizing that having a specific SP to recommend to customers that want to maintain the most stable environment and do not plan on moving up to a new SP before moving to a new TL, we would recommend using the SP that roughly would be delivered in the same time frame as the CSP. We would recommend planning around SP3. This is not to say that other Service Packs in the TL are less stable than SP3, but because the TL has been out a few months and any major issues have usually been identified by that point in time, and there is still more than a year left for service, SP3 is a good one to target and our recommendation for maximum stability. This recommendation is meant as guidance for planning. Individual situations may require applying earlier or later SP s, depending on circumstances. Additional Information The IBM Service and Support Best Practices for UNIX servers Web page at includes additional information on the AIX Release and Service Strategy, and best practices for managing the AIX and System p servers. The Fix Level Recommendation Tool (FLRT) is a planning tool to help administrators determine what key components of your System p server are at the minimum recommended fix level. It can be found at: Summary The new AIX service strategy will offer customers more options for maintenance in their environment. Two years of new fixes per TL will help simplify and reduce cost for maintenance. Supporting new hardware on existing TL s will reduce complexity in customer environments. 06/10/

13 IBM Corporation 2009 IBM Corporation Marketing Communications Systems Group Route 100 Somers, New York Produced in the United States of America June 2009 All Rights Reserved This document was developed for products and/or services offered in the United States. IBM may not offer the products, features, or services discussed in this document in other countries. The information may be subject to change without notice. Consult your local IBM business contact for information on the products, features and services available in your area. All statements regarding IBM s future directions and intent are subject to change or withdrawal without notice and represent goals and objectives only. IBM, the IBM logo, AIX, AIX 5L, POWER5+, System p are trademarks or registered trademarks of International Business Machines Corporation in the United States or other countries or both. A full list of U.S. trademarks owned by IBM may be found at UNIX is a registered trademark of The Open Group in the United States and other countries. Other company, product, and service names may be trademarks or service marks of others. Copying or downloading the images contained in this document is expressly prohibited without the written consent of IBM. Information concerning non-ibm products was obtained from the suppliers of these products or other public sources. Questions on the capabilities of the non-ibm products should be addressed with the suppliers. The IBM home page on the Internet can be found at The IBM System p home page on the Internet can be found at The IBM AIX home page on the Internet can be found at: PSW03011-USEN-00 06/10/

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

Patch Management for AIX

Patch Management for AIX Patch Management for AIX Supported Versions The Patches for AIX Fixlet site provides Fixlet messages for the latest Maintenance Level packages for AIX 5.1, 5.2 and 5.3. It also includes inventory-only

More information

IBM Electronic Support for AIX and Power Systems

IBM Electronic Support for AIX and Power Systems AIX Virtual User Group IBM Electronic Support for AIX and Power Systems Julie Craft June 27, 2013 The ultimate system for Compute Intensive workloads IBM Electronic Support easy, fast, smart Tutorials

More information

Automate infrastructure updates in NIM environment

Automate infrastructure updates in NIM environment Automate infrastructure updates in NIM environment Page 1 of 15 Automate infrastructure updates in NIM environment AIX patch management with Chef Jerome Hurstel February 7, 2017 Updating AIX at a large

More information

Tivoli Endpoint Manager for Patch Management - AIX. User s Guide

Tivoli Endpoint Manager for Patch Management - AIX. User s Guide Tivoli Endpoint Manager for Patch Management - AIX User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation

More information

SOFTWARE MAINTENANCE PROGRAM for exo Platform

SOFTWARE MAINTENANCE PROGRAM for exo Platform SOFTWARE MAINTENANCE PROGRAM for exo Platform Last update : march 30th, 2018 Overview Customers who have subscribed to an eligible Subscription Plan benefit from the exo Platform Software Maintenance Program.

More information

exo Product Maintenance Program

exo Product Maintenance Program exo Product Maintenance Program Overview exo s subscription customers benefit from the exo product maintenance program, according to the coverage specified in their subscription contract. The program provides

More information

As of writing ( ) only the IBM XL C for AIX or IBM XL C/C++ for AIX compiler is supported by IBM on AIX 5L/6.1/7.1.

As of writing ( ) only the IBM XL C for AIX or IBM XL C/C++ for AIX compiler is supported by IBM on AIX 5L/6.1/7.1. NAME DESCRIPTION perlaix - Perl version 5 on IBM AIX (UNIX) systems This document describes various features of IBM's UNIX operating system AIX that will affect how Perl version 5 (hereafter just Perl)

More information

IBM Guardium Data Encryption

IBM Guardium Data Encryption IBM Guardium Data Encryption RELEASE TAXONOMY FOR LINUX/AIX/WINDOWS 10-October-2018 GDE Taxonomy Version V.0.0.0 Major V.R.0.0 Mod V.R.M.0 SSE V.R.M.F Fixpack V.R.M.F Cadence 36-48 Months 12-15 Months

More information

What's Currently Happening with Continuous Delivery on the z/os stack?

What's Currently Happening with Continuous Delivery on the z/os stack? Marna WALLE, mwalle@us.ibm.com Member of the IBM Academy of Technology z/os System Installation IBM z Systems, Poughkeepsie NY USA What's Currently Happening with Continuous Delivery on the z/os stack?

More information

IBM Endpoint Manager Version 9.1. Patch Management for AIX User's Guide

IBM Endpoint Manager Version 9.1. Patch Management for AIX User's Guide IBM Endpoint Manager Version 9.1 Patch Management for AIX User's Guide IBM Endpoint Manager Version 9.1 Patch Management for AIX User's Guide Note Before using this information and the product it supports,

More information

IATF Transition Strategy Presenter: Mrs. Michelle Maxwell, IAOB

IATF Transition Strategy Presenter: Mrs. Michelle Maxwell, IAOB IATF 16949 Transition Strategy Presenter: Mrs. Michelle Maxwell, IAOB IATF 16949 Transition Strategy IATF 16949 transition strategy was presented at the IATF global stakeholder conference in Rome, Italy

More information

IATF Transition Strategy Presenter: Cherie Reiche, IAOB

IATF Transition Strategy Presenter: Cherie Reiche, IAOB IATF 16949 Transition Strategy Presenter: Cherie Reiche, IAOB IATF 16949 Transition Strategy IATF 16949 transition strategy was presented at the IATF global stakeholder conference in Rome, Italy in April

More information

Upgrading to UrbanCode Deploy 7

Upgrading to UrbanCode Deploy 7 Upgrading to UrbanCode Deploy 7 Published: February 19 th, 2019 {Contents} Introduction 2 Phase 1: Planning 3 1.1 Review help available from the UrbanCode team 3 1.2 Open a preemptive support ticket 3

More information

IBM NetVista Thin Client Manager V2R1 Simplified Ordering

IBM NetVista Thin Client Manager V2R1 Simplified Ordering Software Announcement May 30, 2000 IBM R1 Simplified Ordering Overview It is now easier for you to order NetVista Thin Client Manager V2R1 Software Kits and Proofs of Entitlement (PoE). Bottom line: There

More information

PowerHA SystemMirror 6.1 to migrating Prerequisites

PowerHA SystemMirror 6.1 to migrating Prerequisites PowerHA SystemMirror 6.1 to 7.1.3 migrating Prerequisites Abstract: Whenever we are going to perform PowerHA SystemMirror rolling or snapshot migration from 6.1 to 7.1.3 we have to fulfill the prerequisites.

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

Deliver robust products at reduced cost by linking model-driven software testing to quality management.

Deliver robust products at reduced cost by linking model-driven software testing to quality management. Quality management White paper September 2009 Deliver robust products at reduced cost by linking model-driven software testing to quality management. Page 2 Contents 2 Closing the productivity gap between

More information

AIX Host Utilities 6.0 Installation and Setup Guide

AIX Host Utilities 6.0 Installation and Setup Guide IBM System Storage N series AIX Host Utilities 6.0 Installation and Setup Guide GC27-3925-01 Table of Contents 3 Contents Preface... 6 Supported features... 6 Websites... 6 Getting information, help,

More information

IBM TotalStorage N3700 Interoperability Matrix

IBM TotalStorage N3700 Interoperability Matrix IBM TotalStorage N3700 Interoperability Matrix 1 IBM TotalStorage N3700 Interoperability Matrix Covering: N3700 (2863-A10, 2863-A20, 2863-001) N3700 Licensed Functions (2870-631, 2870-632) Updated as of

More information

Preview: IBM pseries Cluster 1600 Expands Cluster Building Blocks and Software Support

Preview: IBM pseries Cluster 1600 Expands Cluster Building Blocks and Software Support Software Announcement May 6, 2003 Preview: IBM pseries Cluster 1600 Expands Cluster Building Blocks and Software Support Overview New offerings for the pseries Cluster 1600 include additional hardware

More information

About HP Quality Center Upgrade... 2 Introduction... 2 Audience... 2

About HP Quality Center Upgrade... 2 Introduction... 2 Audience... 2 HP Quality Center Upgrade Best Practices White paper Table of contents About HP Quality Center Upgrade... 2 Introduction... 2 Audience... 2 Defining... 3 Determine the need for an HP Quality Center Upgrade...

More information

Introduction: UNCC COE MOSAIC Page 1 of 9

Introduction: UNCC COE MOSAIC Page 1 of 9 Introduction: UNCC College Of Engineering Management Process of Application Software on the Mosaic System Oct 12,2005 Oct 20,2005 Oct 26,2005 Nov 14,2005 Jan 1,2007 Sept 19,2007 Version 1.2 This document

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c August Simply Powerful

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c August Simply Powerful Scalable Production Mailing Solutions Satori Presort Satori Presort Release Notes 8.00c.15.00 - August 2014 Simply Powerful COPYRIGHT 2014 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200 Seattle, WA 98101-2676

More information

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

Accessing Support for IBM i2 Intelligence Products IBM Corporation

Accessing Support for IBM i2 Intelligence Products IBM Corporation Accessing Support for IBM i2 Intelligence Products Transition to IBM Support We are working hard to ensure a smooth transition for all customers. Our objective is to carry the same level of support and

More information

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N SF98710 Current Cumulative PTF Package I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N Copyright IBM Corporation 1993, 2017 - The information in this document was last updated:

More information

HP Application Lifecycle Management. Upgrade Best Practices

HP Application Lifecycle Management. Upgrade Best Practices HP Application Lifecycle Management Upgrade Best Practices Document Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Application Compatibility Guide

Application Compatibility Guide Application Compatibility Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2018. All rights reserved. MICRO FOCUS, the Micro

More information

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N SF98730 Current Cumulative PTF Package I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N Copyright IBM Corporation 1993, 2018 - The information in this document was last updated:

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

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N

SF Current Cumulative PTF Package. I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N SF98720 Current Cumulative PTF Package I B M i P R E V E N T I V E S E R V I C E P L A N N I N G I N F O R M A T I O N Copyright IBM Corporation 1993, 2017 - The information in this document was last updated:

More information

Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management

Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management Software Announcement May 1, 2001 Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management Overview Challenged by the need to efficiently maintain accurate IT asset information

More information

Three Steps Toward Zero Downtime. Guide. Solution Guide Server.

Three Steps Toward Zero Downtime. Guide. Solution Guide Server. Three Steps Toward Zero Downtime Guide Solution Guide Server Server Solution Guide Three Steps Toward Zero Downtime Introduction Service uptime is a top priority for many business operations. From global

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

IBM Power Systems tm. System Firmware (Microcode) Service Strategies and Best Practices

IBM Power Systems tm. System Firmware (Microcode) Service Strategies and Best Practices IBM Power Systems tm System Firmware (Microcode) Service Strategies and Best Practices IBM Power Systems tm System Firmware (Microcode) Service Strategies and Best Practices IBM Corporation For comments

More information

Novell SLES 10/Xen. Roadmap Presentation. Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com.

Novell SLES 10/Xen. Roadmap Presentation. Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com. Novell SLES 10/Xen Roadmap Presentation Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com September 8, 2006 SUSE Linux Enterprise Server 10 SLES 10 w/xen 3.0.2 is now available

More information

Upgrading to Clarity v12. Michael Hoefer VP and Chief Architect, Clarity PPM

Upgrading to Clarity v12. Michael Hoefer VP and Chief Architect, Clarity PPM Upgrading to Clarity v12 Michael Hoefer VP and Chief Architect, Clarity PPM Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and

More information

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching...

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching... Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: April,

More information

Brocade Network OS DATA CENTER. Target Path Selection Guide August 7, 2017

Brocade Network OS DATA CENTER. Target Path Selection Guide August 7, 2017 August 7, 2017 DATA CENTER Brocade Network OS Target Path Selection Guide Brocade Network OS Target Path releases are recommended code levels for Brocade VDX Ethernet Data Center switch platforms. Use

More information

Brocade Fabric OS DATA CENTER. Target Path Selection Guide October 17, 2017

Brocade Fabric OS DATA CENTER. Target Path Selection Guide October 17, 2017 October 17, 2017 DATA CENTER Brocade Fabric OS Target Path Selection Guide Brocade Fabric OS (Brocade FOS) Target Path releases are recommended code levels for Brocade Fibre Channel switch platforms. Use

More information

EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications

EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications EMC Centera CentraStar/SDK Compatibility with Centera ISV Applications A Detailed Review Abstract This white paper provides an overview on the compatibility between EMC Centera CentraStar and SDK releases,

More information

Balancing RTO, RPO, and budget. Table of Contents. White Paper Seven steps to disaster recovery nirvana for wholesale distributors

Balancing RTO, RPO, and budget. Table of Contents. White Paper Seven steps to disaster recovery nirvana for wholesale distributors White Paper Seven steps to disaster recovery nirvana for wholesale distributors Balancing RTO, RPO, and budget In our last white paper, Thinking through the unthinkable: Disaster recovery for wholesale

More information

IBM Real-time Compression and ProtecTIER Deduplication

IBM Real-time Compression and ProtecTIER Deduplication Compression and ProtecTIER Deduplication Two technologies that work together to increase storage efficiency Highlights Reduce primary storage capacity requirements with Compression Decrease backup data

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

HP Certified Professional

HP Certified Professional HP Certified Professional 5 Basics for UNIX HP0-608 Exam Preparation Guide Purpose of the exam prep guide Audience The intent of this guide is to set expectations about the content and the context of the

More information

Users guide for IBM Entitled Systems Support website.

Users guide for IBM Entitled Systems Support website. Users guide for IBM Entitled Systems Support website. www.ibm.com/eserver/ess Last update: June 2015 INDEX OF CONTENTS PART I : MY ENTITLED SOFTWARE Power i, iseries, AS/400 software keys (IBM i only)

More information

Patching and Upgrading Tru64 UNIX and TruClusters Martin Moore

Patching and Upgrading Tru64 UNIX and TruClusters Martin Moore Patching and Upgrading Tru64 UNIX and TruClusters Martin Moore Team Leader, Tru64 UNIX Support HP Services Session Topics Patching Tru64 UNIX and TruClusters Background info Best practices Upgrading Tru64

More information

IBM Cluster Systems Management V1.7 extends hardware and operating system support

IBM Cluster Systems Management V1.7 extends hardware and operating system support IBM United States Announcement 207-276, dated November 6, 2007 IBM Cluster Systems Management V1.7 extends hardware and operating system support Reference information... 2 Technical information...2 Ordering

More information

Code of Practice for the TL 9000 Certification Process. Release 8.0

Code of Practice for the TL 9000 Certification Process. Release 8.0 Code of Practice for the TL 9000 Certification Process Release 8.0 This document is a product of the Oversight Work Group of the TIA Business Performance Community ( BPC ). It is subject to change by the

More information

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Software Announcement January 13, 2004 IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Overview IBM extends the XL Fortran family to the Apple Mac

More information

Veritas Provisioning Manager

Veritas Provisioning Manager Veritas Provisioning Manager Automated server provisioning, part of the Veritas Server Foundation suite, automates server provisioning and management from physical bare metal discovery and OS installation

More information

Guide to IREE Certification

Guide to IREE Certification Guide to IREE Certification Certification Congratulations on your decision to pursue Investor Ready Energy Efficiency (IREE) Certification for your project! As a building owner, by choosing to pursue IREE

More information

DISASTER RECOVERY TECHNICAL OVERVIEW BY GREEN CLOUD OPERATIONS

DISASTER RECOVERY TECHNICAL OVERVIEW BY GREEN CLOUD OPERATIONS DISASTER RECOVERY TECHNICAL OVERVIEW BY GREEN CLOUD OPERATIONS DISASTER RECOVERY - OVERVIEW Green Cloud Technologies, LLC 877-465-1217 operations@gogreencloud.com 2 DISASTER RECOVERY - OVERVIEW How Green

More information

General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP

General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP Software Announcement December 19, 2000 General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP Overview General Parallel File System for AIX is now

More information

Important updates to Business Applications competencies

Important updates to Business Applications competencies Important updates to Business Applications competencies April 2019 Maximize the cloud opportunity Worldwide, business is moving to the cloud. We re focused on supporting you through this shift to a thriving

More information

Disaster Recovery as a Service

Disaster Recovery as a Service Disaster Recovery as a Service Heart-stopping IT failure. At least your business won t skip a beat. 02 delivering business agility 03 Flexible, cost-effective DRaaS made simple Enjoy rapid recovery following

More information

IBM dashdb Local. Using a software-defined environment in a private cloud to enable hybrid data warehousing. Evolving the data warehouse

IBM dashdb Local. Using a software-defined environment in a private cloud to enable hybrid data warehousing. Evolving the data warehouse IBM dashdb Local Using a software-defined environment in a private cloud to enable hybrid data warehousing Evolving the data warehouse Managing a large-scale, on-premises data warehouse environments to

More information

IBM General Parallel File System for Linux helps simplify file system management across clusters

IBM General Parallel File System for Linux helps simplify file system management across clusters Software Announcement December 7, 2004 IBM General Parallel File System for Linux helps simplify file system management across clusters Overview A new release of General Parallel File System (GPFS) is

More information

xlc.c or or or or vac.c or or

xlc.c or or or or vac.c or or NAME DESCRIPTION README.aix - Perl version 5 on IBM Unix (AIX) systems This document describes various features of IBM's Unix operating system (AIX) that will affect how Perl version 5 (hereafter just

More information

R ev D. Daylight Saving Time Configuration Guide for an RF Network

R ev D. Daylight Saving Time Configuration Guide for an RF Network 749233 R ev D Daylight Saving Time Configuration Guide for an RF Network Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. 8.00c September 2014.

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. 8.00c September 2014. Scalable Production Mailing Solutions Satori Presort Satori Presort Directory Update Release Notes 8.00c.15.00 September 2014 Simply Powerful COPYRIGHT 2014 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200

More information

Netcrypt Bulk Encryptor Software Version Release Note

Netcrypt Bulk Encryptor Software Version Release Note [ Netcrypt Bulk Encryptor Software Version 1.3.5 Release Note Overview Introduction This release note contains the following information: Descriptions of the new features introduced with this software

More information

Product Support Policy For EVault Products

Product Support Policy For EVault Products Product Support Policy For EVault Products I. Overview This Product Support Policy for EVault Products provides consistent and predictable guidelines for product support availability at the time of product

More information

AIX 5L 5.2 AIX SA

AIX 5L 5.2 AIX SA AIX 5L 5.2 AIX SA30-1519-04 AIX 5L 5.2 AIX SA30-1519-04 !, 59. 5 (2003 7 ), AIX 5L 5.2. IBM.. 135-270 467-12,.., ibmkspoe@kr.ibm.com.. Copyright International Business Machines Corporation 2001, 2003.

More information

Vidyo Software Maintenance Policy

Vidyo Software Maintenance Policy Vidyo Software Maintenance Policy March, 2014 Doc. Rev A 2014 Vidyo, Inc. all rights reserved. Vidyo s technology is covered by one or more issued or pending United States patents, as more fully detailed

More information

NetSupport Protect 2.00 Readme

NetSupport Protect 2.00 Readme NetSupport Protect 2.00 Readme Contents Introduction...3 Overview of Features...4 Licence Agreement...5 System Requirements...6 Upgrading NetSupport Protect...7 Limitations/known Issues...7 Introduction

More information

IBM Security Guardium: Troubleshooting No Traffic Issues

IBM Security Guardium: Troubleshooting No Traffic Issues IBM Security Guardium: Troubleshooting No Traffic Issues IBM SECURITY SUPPORT OPEN MIC To hear the WebEx audio, select an option in the Audio Connection dialog or by access the Communicate > Audio Connection

More information

Bull. System Management Concepts Operating System and Devices AIX ORDER REFERENCE 86 A2 28EF 03

Bull. System Management Concepts Operating System and Devices AIX ORDER REFERENCE 86 A2 28EF 03 Bull System Management Concepts Operating System and Devices AIX ORDER REFERENCE 86 A2 28EF 03 Bull System Management Concepts Operating System and Devices AIX Software June 2003 BULL CEDOC 357 AVENUE

More information

IBM XIV Host Attachment Kit for AIX Version Release Notes IBM

IBM XIV Host Attachment Kit for AIX Version Release Notes IBM IBM XIV Host Attachment Kit for AIX Version 2.5.0 Release Notes IBM First Edition (September 2015) This edition applies to version 2.5.0 of the IBM XIV Host Attachment Kit for AIX software package. Newer

More information

IBM Storage Host Attachment Kit for AIX Version Release Notes IBM

IBM Storage Host Attachment Kit for AIX Version Release Notes IBM IBM Storage Host Attachment Kit for AIX Version 2.9.0 Release Notes IBM Second Edition (March 2018) This edition applies to version 2.9.0 of the IBM Storage Host Attachment Kit for AIX software package.

More information

10 cool tools in Windows 7

10 cool tools in Windows 7 Version 1.0 May 21, 2009 By Debra Littlejohn Shinder, MVP Windows 7 has received plenty of attention from the tech press, but much of the focus has been on interface changes, such as the redesigned taskbar,

More information

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems Applied Technology Abstract Drive sparing significantly increases data protection and availability. EMC Symmetrix systems support dynamic and permanent sparing. This white paper explains the benefits of

More information

GUIDE TO CERTIFICATION

GUIDE TO CERTIFICATION GUIDE TO CERTIFICATION December 2017 *Note this document is temporary, and the content will soon appear on peer.gbci.org, at the latest November 30, 2015.* CONGRATULATIONS ON YOUR DECISION TO PURSUE PEER

More information

MySQL Development Cycle

MySQL Development Cycle Abstract This document explains the MySQL Server development cycle. The purpose of the document is to facilitate community involvement, for example by providing feedback on pre-releases and making contributions

More information

PRODUCT L IFE CYCLE PLC 2.3 September 2017

PRODUCT L IFE CYCLE PLC 2.3 September 2017 PRODUCT LIFE CYCLE PLC 2.3 September 2017 Copyright 2017 Axway All rights reserved. This documentation describes the Product Life Cycle of the Axway products. No part of this publication may be reproduced,

More information

z/os Preventive Maintenance Strategy to Maintain System Availability

z/os Preventive Maintenance Strategy to Maintain System Availability October 2010 z/os Preventive Maintenance Strategy to Maintain System Availability Authors: Dianne Gamarra IBM Corporation z/os Software Service Poughkeepsie, NY 12601 Phone (external): 845-435-9730 Phone

More information

IBM System p5 185 Express Server

IBM System p5 185 Express Server The perfect entry system with a 3-year warranty and a price that might surprise you IBM System p5 185 Express Server responsiveness. As such, it is an excellent replacement for IBM RS/6000 150 and 170

More information

ebackup 11.0 and 12.0 for Easy Dental

ebackup 11.0 and 12.0 for Easy Dental ebackup 11.0 and 12.0 for Easy Dental BACKUP RECOMMENDATIONS PRACTICE SOLUTIONS www.easydental.com/eservices 1-800-734-5561 ii Contents PUBLICATION DATE March 2012 COPYRIGHT 2012 Henry Schein, Inc. All

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Technologieberater in Associate with Database. Last updated on: 28 Sep 2018

COURSE LISTING. Courses Listed. Training for Database & Technology with Technologieberater in Associate with Database. Last updated on: 28 Sep 2018 Training for Database & Technology with Technologieberater in Associate with Database Courses Listed Fortgeschrittene ADM5 - Database Administration SAP MaxDB ADM540 - Database Administration SAP ASE for

More information

Discover Our Update Site for Eclipse-Based U2 DBTools. Ben Wedewer Quality Control Engineer, U2 Lab

Discover Our Update Site for Eclipse-Based U2 DBTools. Ben Wedewer Quality Control Engineer, U2 Lab Discover Our Update Site for Eclipse-Based U2 DBTools Ben Wedewer Quality Control Engineer, U2 Lab Webinar Opening Procedure Orange arrow = control GoTo Webinar control panel This webinar will be recorded

More information

Vulnerability Disclosure Policy. v.1.1

Vulnerability Disclosure Policy. v.1.1 Vulnerability Disclosure Policy v.1.1 This document describes the security vulnerability disclosure policy of VoidSec Team Members. It is the official policy of VoidSec Team Members (referred to as us

More information

IBM XML Toolkit for z/os and OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor

IBM XML Toolkit for z/os and OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor Software Announcement February 18, 2003 OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor Overview IBM XML Toolkit for z/os and OS/390, V1.5 is designed to provide

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 300 Construction and Real Estate Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the

More information

2018 CALENDAR OF ACTIVITIES

2018 CALENDAR OF ACTIVITIES 2018 CALENDAR OF ACTIVITIES WHO WE ARE AND WHAT WE OFFER Ý Public Trainings Technical Sessions Reviews GMM Other Chapter Activities Conferences Professionals Night ISACA was incorporated by individuals

More information

Cisco Meeting Management

Cisco Meeting Management Cisco Meeting Management Cisco Meeting Management 2.5.1 (Build 2.5.1.65) Release Notes January 17, 2019 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 3 1.1 The software 3 1.2 Upgrading from

More information

Four Essential Steps for Removing Risk and Downtime from Your POWER9 Migration

Four Essential Steps for Removing Risk and Downtime from Your POWER9 Migration Four Essential Steps for Removing Risk and Downtime from Your POWER9 Migration Syncsort Four Essential Steps for Removing Risk and Downtime from Your POWER9 Migration With the introduction of IBM s POWER9

More information

Oscilloscope System Recovery

Oscilloscope System Recovery Instructions Oscilloscope System Recovery The oscilloscope application (firmware) runs on a Microsoft Windows platform. While the instrument is designed to operate reliably for many years, the loading

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

A Short History of IBM i Security

A Short History of IBM i Security WHITE PAPER Four Powerful Ways to Use Exit Points for Securing IBM i Access A Short History of IBM i Security In the early years of the AS/400, there was little if any communication to/from the system,

More information

Green Squared Certification Manual

Green Squared Certification Manual SCS Global Services Manual Green Squared Certification Manual Environmental Certification Services Division 2000 Powell Street, Ste. 600, Emeryville, CA 94608 USA +1.510.452.8000 main +1.510.452.8001 fax

More information

networkserversuite AIX & AIX VIOS Agent Installation

networkserversuite AIX & AIX VIOS Agent Installation networkserversuite AIX & AIX VIOS Agent Installation Copyright Copyright 2009-2015 Halcyon - A division of HelpSystems. All rights reserved. Windows is a registered trademark of Microsoft Corporation in

More information

Council, 26 March Information Technology Report. Executive summary and recommendations. Introduction

Council, 26 March Information Technology Report. Executive summary and recommendations. Introduction Council, 26 March 2014 Information Technology Report Executive summary and recommendations Introduction This report sets out the main activities of the Information Technology Department since the last

More information

for Credit is from January 22 through February 20 at midnight.

for Credit is from January 22 through February 20 at midnight. Spring 2018 Human Subjects SONA opens January 22, 2018 Last day to do studies is May 1, 2018 at midnight Last day to make changes/corrections is May 6, 2018 at midnight Longer BRIEF SUMMARY Prescreen INSTRUCTIONS.

More information

Frequently Asked Questions Customers

Frequently Asked Questions Customers Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: May

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. January 2015.

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. January 2015. Scalable Production Mailing Solutions Satori Presort Satori Presort Directory Update Release Notes January 2015 Simply Powerful COPYRIGHT 2015 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200 Seattle, WA

More information

IBM i Edition Express for BladeCenter S

IBM i Edition Express for BladeCenter S Affordable Solution for a Flexible Business Foundation IBM i Edition Express for BladeCenter S The i Edition Express for BladeCenter S is a complete integrated business system that offers an attractive

More information

for Credit is between September 5 and October 3 at midnight.

for Credit is between September 5 and October 3 at midnight. Fall 2017 Human Subjects Sona opens September 5, 2017 Last day to do studies is December 12 at midnight Last day to make changes/corrections is December 17 at midnight Longer BRIEF SUMMARY Prescreen INSTRUCTIONS.

More information

What's New in Database Cloud Service. On Oracle Cloud. April Oracle Cloud. What's New for Oracle Database Cloud Service

What's New in Database Cloud Service. On Oracle Cloud. April Oracle Cloud. What's New for Oracle Database Cloud Service Oracle Cloud What's New for Oracle Database Cloud Service E68400-29 April 2018 What's New in Database Cloud Service This document describes what's new in Oracle Database Cloud Service on all platforms

More information