ScaleArc 'admin' user missing after version 2021.1 ISO install

Overview

ScaleArc 2021.1 ISO install using the ScaleArc-2021.1-CentOS-7.5.1804-656-618.iso image is failing to complete and the ScaleArc admin user missing.

When you log in as the root user, you note that not only is the 'admin' account non-existent, the home directory for the admin user i.e. /opt/idb/lbgui/gui/app/php/console is also missing.

Solution

The ScaleArc 2021.1 ISO install fails to complete due to missing RPM packages in the local ScaleArc repo. This defect has been reported to Engineering for further investigation.

In the interim, customers can implement the following workaround to successfully finish the ISO install:

  1. Log in to CentOS as root using the default password.
  2. Manually configure the network using nmtui
  3. Copy the attached freetds*, heartbeat* and unixODBC* RPM packages to /opt/idb/yumrepo/idb/x86_64
  4. Copy the attached createrepo*, deltarpm*, libxml2*, python* packages to /root
  5. Run the following commands:
    cd /root
    yum install createrepo* deltarpm* libxml2* python*
    createrepo --update /opt/idb/yumrepo/
    yum clean all
  6. Running yum list install unixodbc should list the unixodbc package available from local ScaleArc repo:
    Loaded plugins: fastestmirror, priorities
    Determining fastest mirrors
    scalearc-3.2                                                         | 2.9 kB  00:00:00
    scalearc-3.2/primary_db                                                | 314 kB  00:00:00
    Available Packages
    unixODBC.x86_64     
  7. Finish the installation by running /opt/idb/bin/custom_install.sh

Testing

The system will reboot and the initial login to set up the network will be available with admin/admin@123 default credentials.

Once the network is configured, you will be able to initialize ScaleArc via the UI:

Setup_ScaleArc.png

Attachments

Comments

0 comments

Please sign in to leave a comment.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request