doc-exports/docs/mrs/umn/admin_guide_000003.html
Yang, Tong 2195db241c MRS UMN 20231220 version update
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2024-05-16 09:40:21 +00:00

2.9 KiB

Querying the MRS Manager Version

By viewing the MRS Manager version, you can prepare for system upgrade and routine maintenance.

  • Using the GUI:

    Log in to MRS Manager. On the home page, click in the upper right corner and choose About from the drop-down list. In the dialog box that is displayed, view the MRS Manager version.

  • Using the CLI
    1. Log in to the MRS Manager active management node as user root.
    2. Run the following commands to check the version and platform information of MRS Manager:

      su - omm

      cd ${BIGDATA_HOME}/om-server/om/sbin/pack

      ./queryManager.sh

      The following information is displayed:

           Version             Package                                                          Cputype
           ***                 FusionInsight_Manager_***                                        x86_64

      *** indicates the version number. Replace it with the actual version number.