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:
- Access the console of the Skyline Collector.
- Change directory to /usr/sbin.
- Run "tdnf install -y glibc-i18n".
- Run "./locale-gen.sh"
- Reboot the Skyline Collector.
- Login to the collector browsing https://SkylineCollectorDNS:5480
If you can not reach the repository because of environmental restrictions use these steps.
- Download the attached 52651_patch-vami.tar.gz.
- 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.
- Run this command to extract the file:
tar -xvf 52651_patch-vami.tar.gz
- Make the patch file file executable
chmod +x patch.sh
- Run this command to apply the patch:
./patch.sh
Feedback
thumb_up
Yes
thumb_down
No