Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Migrated to Confluence 5.3

    You need to uninstall the older Qube components, and then install the newer ones.  No data is lost during the uninstall/re-install.

    Include Page
    _qubeUninstallWorkerOrder
    _qubeUninstallWorkerOrder

    Uninstalling with a single command-line:

    The Qube rpm's have the dependencies between the supervisor, core, qubegui, etc. already defined, so all components can be uninstalled with a single rpm command line:

    rpm -ev `rpm -qa|grep qube`

    Include Page
    _qubeInstallWorkerOrder
    _qubeInstallWorkerOrder

    Installing with a single command-line

    The Qube rpm's have the dependencies between the supervisor, core, qubegui, etc. already defined, so all components can be installed with a single rpm command line:

    rpm -ivh qube-core-<qube version>-<linuxversion>.rpm qube-worker-<qube version>-<linuxversion>.rpm qubegui-<qube version>-<linuxversion>.rpm