Updating IQService
IQService has the built-in capability to auto update (this is the default) using the service, UpdateService. UpdateService needs to be configured alongside the IQService installation.
-
Auto update for 32-bit IQServices is not currently supported. Updates to 32-bit IQService deployments, such as with Lotus Domino sources, require manual updates.
-
To upgrade, you must uninstall the previous version and then install the new version in its place. For more information, refer to Installing and Registering IQService.
-
SailPoint recommends that you back up your current installation before starting the update process. If you have issues with the new update, the backup can help with troubleshooting.
Manually Upgrade IQService to Latest Version
To upgrade IQService to the latest version:
-
Create a backup of your existing IQService Installation folder where you have configured your IQService.
-
Stop the current IQService service using either from the Services applet or from the command line by running:
IQService.exe -k
-
Extract the latest IQService in the installation directory.
-
If UpdateService is not already installed, then install UpdateService using the
IQService.exe -i -z "tcp://<localhost>:<port>"
command. You can check for assigned/unassigned ports by checking your registry. Use an available port in your registry (that is open and available). If you specify a port that is already in use, UpdateService adds a counter and uses an available port. -
Start the IQService from the Services applet or from the command line by using the
IQService.exe -s
command.
Auto Update IQService to Latest Version
SailPoint requires you to install and configure UpdateService to update IQService without manual intervention. UpdateService ensures that you always have the latest released versions of IQService and itself deployed in your environment. Running the latest software version ensures that you always have the latest features and bug fixes.
Note
No internet connection is required for IQService auto update if your Virtual Appliance(VA) is getting other bundles updated in its environment. Updates are downloaded on your VA and then necessary updates will be applied to all the IQService hosts using the UpdateService.
Following are the steps that explain how Auto UpdateService works for the new updated IQService package :
-
Once the IQService update is available, VA downloads the new IQService package (IQService-xyz).
-
VA sends the new IQService package (IQService-xyz) to the IQService configured over the IQService port.
-
IQService and Upgrade Service confirm the new version of IQService package (IQService-xyz) is different from the existing version.
-
IQService sends a new upgrade version to UpgradeService over the Upgrade Service port.
-
UpdateService performs an upgrade on IQService over the IQService port.
Configuring IQService Auto Update
Configuration Details |
Standalone Deployment |
Load Balancer Deployment |
---|---|---|
Deployment architecture details |
UpdateService manages the update for a single IQService instance and its corresponding secondary IQService. UpdateService is deployed locally alongside IQService. |
Multiple IQService instances are deployed on multiple nodes that cater to incoming requests depending on the load balancing strategy. |
UpdateService installation location |
Local to the IQService location |
One instance of IQService has local UpdateService. All other IQService instances refer to the configured local instance of UpdateService. |
Installation command |
|
|
Installation details |
UpdateService can be configured during installation or at a later point of time. It requires an IQService restart. While configuring UpdateService for the first time, if the hostname in the URL for UpdateService maps to the hostname of the local machine (localhost/ IP/ FQDN) then the UpdateService is installed on the machine. You can start UpdateService using the following:
|
UpdateService can be configured during installation or at a later point of time. It requires an IQService restart. If the hostname for UpdateService is remote, then IQService communicates directly with the remote UpdateService and does not install the UpdateService locally. |
Update UpdateService details |
To update or reconfigure any configuration parameters associated with UpdateService, SailPoint recommends:
|
To update or reconfigure any configuration parameters associated with UpdateService, SailPoint recommends:
|
Services installed in the deployment |
|
Note
|
Security and client authentication |
Prerequisite: To use
No special steps need to be performed for a standalone deployment. If IQService is configured to use TLS, UpdateService uses the IQService certificate and user for client authentication. |
Prerequisite: To use
To ensure smooth TLS communication:
|
Integrity |
IQService and UpdateService validate the signature of the |
IQService and UpdateService validate the signature of the |
Extra open ports |
As the IQService and the respective UpdateService are present on the same local machine, no extra ports need to be exposed for communication. |
For remote IQService instances to be able to communicate with UpdateService, the port that the UpdateService is listening on needs to be open for external communication with remote IQService instances. |
UpdateService Configuration Parameters
For more information on securing communication between IQService and UpdateService, refer to Secure Communication Between IQService and UpdateService.
Important
Any IQService or UpdateService configuration changes require a restart of the corresponding service.
Option |
Parameters |
Details |
---|---|---|
-a |
Trusted client certificate trusted names or Subject Alternative Name |
Provide a list of semi-colon (;) separated trusted client certificate subject names or Subject Alternative Name (SAN) of the IQService machines that will be communicating with the UpdateService. For example:
|
-a list |
N/A |
Displays the list of trusted certificate subject names configured with UpdateService. |
-h | ? |
N/A |
Prints the help for the UpdateService. |
-t |
N/A |
Restarts the UpdateService. |
-l |
0 - 3 |
Trace level 0 - 3
Changing trace level requires a restart of UpdateService. |
-f |
fileName |
Trace file name. |
-p |
Port |
Update the UpdateService port. Updating the port requires a restart of UpdateService. |
-u |
true/false |
True to enable TLS and false to disable TLS. Enabling or disabling TLS requires a restart of UpdateService. |
-q |
Timeout in seconds |
Connection read timeout for UpdateService. |
-x |
N/A |
Deletes the list of trusted certificate subject names. Note
|