====== Check Bundle Version ====== Jan 2021\\ ---- **Introduction** \\ \\ M1 based products (RX1, CE1 atm) are changing from single bank to dual bank. This means that the installer will create both banks and install the product(s). \\ \\ This method of software deployment is referred to as a bundle, and contains the OS and product software and is all installed from an ISO (probably from a USB stick). \\ \\ However, when looking at the SW versions on the server page, you only see the individual SW versions, not the bundle version (this will change). \\ \\ The bundle version can be checked from the command line however. SSH in to the M1 and use: \\ sudo bundle_manager get_version \\ You will get an output like so: \\ SUCCESS=True VERSION=ce1_1.7.0.3_304 \\ \\