Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • Lotus Notes and Domino wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • 6.0
  • 6.5
  • 6.5.4
  • 6.x
  • 7.0
  • 7.0.2
  • 7.5
  • 7.x
  • 8.0
  • 8.0.1
  • 8.0.2
  • 8.5
  • 8.5.1
  • 8.5.2
  • 8.5.3
  • 8.5.x
  • 8.x
  • address
  • admin
  • administering
  • administration
  • administrator
  • attachment
  • best practice
  • Blackberry
  • cache
  • calendar
  • Client deployment
  • contacts
  • DAOS
  • database
  • database properties
  • db2
  • DCT
  • demo
  • deployment
  • deployment Notes
  • directory
  • document
  • documents
  • Domino
  • Domino Server
  • Domino Web Access
  • dwa
  • email
  • getting started
  • http
  • IMAP
  • inotes
  • install
  • iPhone
  • LDAP
  • logging
  • Lotus iNotes
  • Lotus Notes
  • Lotus Notes Traveler
  • Lotus Traveler
  • mail
  • mail file
  • max
  • media_notes
  • memory
  • message
  • messaging
  • MIME
  • moving_advanced
  • moving_cal
  • moving_mail
  • ND6
  • notes
  • Notes ID Vault
  • notes.ini
  • NotesBench
  • performance
  • plug-ins
  • Policies
  • preferences
  • R5
  • reference card
  • replication
  • router
  • Sametime
  • search
  • Security
  • server
  • smtp
  • table
  • text
  • tips
  • to do
  • Traveler
  • troubleshooting
  • upgrade
  • user
  • using
  • video
  • videofest
  • web
  • Widgets and Live Text
  • Windows
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > Domino admin > How to deploy non-versioned patches via Smart Upgrade
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

How to deploy non-versioned patches via Smart Upgrade 

expanded Abstract
collapsed Abstract
No abstract provided.
Smart Upgrade can also be used to deploy non-versioned patches. One option is to deploy a Smart Update Kit document that points to a batch file, a command file, or a VB script that when executed, runs the installer for the latest Maintenance Release or Fix Pack followed by the patch zip file. Or if your clients are already running the latest release, then you can deploy a non-versioned patch by listing a "placeholder" destination version in a Smart Upgrade Kit document. See below for details and examples of these options.

Option 1: Deploying a non-versioned patch via Smart Upgrade while also upgrading clients to the latest Maintenance Release and/or Fix Pack

You would like this option when you need to upgrade clients to the latest Maintenance Release and/or Fix Pack and then also apply a non-versioned patch. The following example would upgrade 8.5.1 Fix Pack 2 clients to 8.5.1 Fix Pack 3 and also apply a non-versioned patch.

1. Copy the following sample code into a Notepad document and replace the sample location for the "8.5 IFP3 IBM Lotus Notes Standard 8.5FP3.exe" and the "non-versioned fix example.exe" with the network location of the Webkits accessible by your end-users.

    \\sample.network.locationedit.com\8.5 IFP3 IBM Lotus Notes Standard 8.5FP3.exe
    ECHO %ERRORLEVEL%
    IF %ERRORLEVEL%==0 GOTO NextKit
    GOTO End
    :NextKit
    \\sample.network.locationedit.com\non-versioned fix example.exe
    :End

2. Save the file as a .bat or .cmd file. (In this example, we'll use the name "upgrade85FP3.cmd".)
    Note: Be sure to save the file (upgrade85FP3.cmd) to a network location accessible by end-users. The location specified should match the location entered in the .bat or .cmd file.
3. In a new Smart Upgrade Kit document,
    -- specify the Source Version as 8.5FP2 and the Destination Version as 8.5FP3
    -- point the kit to the file created in step 1 (upgrade85FP3.cmd).

Option 2: Deploying a non-versioned patch via Smart Upgrade to clients previously upgraded to the latest Maintenance Release and/or Fix Pack

You would use this second option when you need to apply a patch to clients that have already been upgraded to the latest Maintenance Release and/or Fix Pack. For this example, let's say that the users are running Notes 8.5.1 Fix Pack 3, which currently is the latest Maintenance Release and Fix Pack.

1. In a new Smart Upgrade Kit document, specify the Source Version as 8.5.1 FP3 and the Destination Version as 8.5.1 FP3plus.

2. Attach the hotfix to the kit document and/or a shared network drive.

3. Once the patch is successfully applied, note that Smart Upgrade Tracking will report those successful upgrades as failures because the "Destination Version" will not be changed (e.g., to 851 FP3plus). To avoid users being prompted to upgrade again, you should disable the Smart Upgrade Kit at the end of the day. If you cannot disable the Smart Upgrade Kit, then you should include instructions for users in the "Message Section" of the kit. For example, include a message to "click 'Delay until Next Update' if your client has already been upgraded."



expanded Article information
collapsed Article information
Category:
Domino admin, Lotus Domino, Lotus Notes,
Tags:
smartupgrade, smart upgrade, hotfix, patch

This Version: Version 15 February 14, 2011 5:24:37 PM by Amy Smith  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (15)
collapsed Versions (15)
Version Comparison     
Version Date Changed by               Summary of changes
This version (15) Feb 14, 2011 5:24:37 PM Amy Smith  
14 Sep 30, 2010 6:30:34 PM Joy Freeman  
13 Aug 2, 2010 4:42:19 AM Peter Birett  
12 Aug 2, 2010 2:59:31 AM Rajesh Ravella  
11 Jul 29, 2010 1:02:17 PM Joy Freeman  
10 Jul 29, 2010 1:00:56 PM Joy Freeman  
8 Jul 26, 2010 11:25:21 PM Joy Freeman  
8 Jul 26, 2010 11:25:21 PM Joy Freeman  
7 Jul 26, 2010 11:24:46 PM Joy Freeman  
6 Jul 26, 2010 10:26:48 PM Joy Freeman  
5 Jul 26, 2010 10:22:15 PM Joy Freeman  
4 Jul 26, 2010 10:01:31 PM Joy Freeman  
3 Jul 26, 2010 9:10:12 PM Joy Freeman  
2 Jul 26, 2010 8:53:49 PM Joy Freeman  
1 Jul 26, 2010 8:52:20 PM Joy Freeman  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBMSocialBizUX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use