VAMI login issue on Skyline Collector 1.0.0.2
search cancel

VAMI login issue on Skyline Collector 1.0.0.2

book

Article ID: 306543

calendar_today

Updated On:

Products

VMware

Issue/Introduction

Symptoms:
The Skyline Collector version 1.0.0.2 is missing the glibc-il8n package which is required by the VAMI.

Environment

Skyline Collector Appliance 1.x

Resolution

To resolve this issue:
  1. Access the console of the Skyline Collector.
  2. Change directory to /usr/sbin.
  3. Run "tdnf install -y glibc-i18n".
  4. Run "./locale-gen.sh"
  5. Reboot the Skyline Collector.
  6. Login to the collector browsing https://SkylineCollectorDNS:5480

If you can not reach the repository because of environmental restrictions use these steps.
  1. Download the attached 52651_patch-vami.tar.gz.
  2. Transfer the patch with WinSCP or a similar method to the VMware Skyline Collector.
Note: This requires root login for SSH enabled on the collector. 
  1. Run this command to extract the file: 
    tar -xvf 52651_patch-vami.tar.gz
  1. Make the patch file file executable
chmod +x patch.sh
  1. Run this command to apply the patch:
./patch.sh


Attachments

52651_patch-vami.tar get_app
52651_patch-vami.tar.gz get_app