updateSilent command 

Use the updateSilent command to run the update wizard in silent mode.


Purpose

The updateSilent command:

Note: The updateSilent command was called the updateLC command in previous releases of IBM Connections.

updateSilent.{sh|bat}


Parameters

-?

/?

-configProperties<propertyFile>.properties

-fix

-fixDetails

-fixDir<directory>

-fixes<fix1> <fix2>

-fixJars<JAR_file1> <JAR_file2>

-help

/help

-install

-installDir<directory>

-uninstall

-uninstallAll

-updateApplication<application_name>

-usage

-wasPassword<password>

-wasUserId<AdminUserId>


Syntax

Use the specified syntax to perform the following common tasks:


Examples

The following examples demonstrate how to perform common tasks with the updateSilent command. They assume the following conditions:

Note: The examples include carriage returns after each parameter to make the example easier to read. When using the command, do not add carriage returns after the parameters.

To install a collection of interim fixes:

   C:\IBM\LotusConnections\updateInstaller 
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes" 
   -install -fixes Fix1 Fix2
   -wasUserId wsadmin -wasPassword wspwd

To install a collection of interim fixes and display interim fix details:

   C:\IBM\LotusConnections\updateInstaller 
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes" 
   -install -fixes Fix1 Fix2 -fixDetails
   -wasUserId wsadmin -wasPassword wspwd

To install a collection of interim fixes using a custom properties file:

   C:\IBM\LotusConnections\updateInstaller 
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes" 
   -install -fixes Fix1 Fix2
   -wasUserId wsadmin -wasPassword wspwd
   -configProperties .\myProp.properties

To install interim fixes from a Java™ archive (JAR) file:

   C:\IBM\LotusConnections\updateInstaller 
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes" 
   -install -fixJar Fix1
   -wasUserId wsadmin -wasPassword wspwd      

To uninstall a collection of interim fixes:

   C:\IBM\LotusConnections\updateInstaller 
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes" 
   -uninstall -fixes Fix1 Fix2
   -wasUserId wsadmin -wasPassword wspwd

To display a list of interim fixes:

   C:\IBM\LotusConnections\updateInstaller
   updateSilent -fix
   -installDir "C:\IBM\LotusConnections" 

To display a list of interim fixes available in the repository:

   C:\IBM\LotusConnections\updateInstaller
   updateSilent -fix 
   -installDir "C:\IBM\LotusConnections" 
   -fixDir "C:\IBM\LotusConnections\updateInstaller\fixes"


Parent topic

Install interim fixes in silent mode


   

 

});

+

Search Tips   |   Advanced Search