Skip to main content
Summary How to check if a patch was applied to an Artix installation.
Article Number 13201
Environment Artix Products/Versions All Supported Operating Systems
Question/Problem Description How to check if a patch was applied to an Artix installation.
How to determine the specific Artix patches that have been added to your Artix installation.
List of patch versions that have been installed over an Artix instalation.
Clarifying Information
Error Message
Defect/Enhancement Number
Cause
Resolution

To determine if a specific patch has been applied to an Artix installation you can do the following ...

For Artix C / JAX-RPC you can run the itartix_version command:
  Unix
    cd <artix-install>/cxx-java
    . bin/artix_env
    itartix_version
  Windows
    cd <artix-install>\\cxx-java
    bin\\artix_env
    itartix_version

For Artix Java (JAX-WS) check the patch.properties file in:
  <artix-install>/java/etc/patch.properties

Also, if you know of a specific file that was patch, you can check the size and modified date of that file.  For Java this would often be at least one jar file in <artix-install>/java/lib.

Workaround
Notes
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 09 September 2011

#Orbix
#KnowledgeDocs