vidm-cluster-validation.sh is a shell script that performs a series of validations in a VMware Workspace ONE Access (VIDM) cluster environment. It produces a comprehensive log report to be submitted to Broadcom support when requesting assistance.
This script is designed to save time for both customers and Broadcom support engineers when troubleshooting vIDM issues.
By running this script before opening a support request, you can:
VMware Identity Manager 3.3.7
scp or WinSCP).On GNU/Linux or macOS: Use the scp (secure copy) command.
# Example: scp <script-name> root@<vidm-appliance-hostname-or-ip>:/root/
scp vidm-cluster-validation.sh [email protected]:/root/
On Windows: Use a graphical SCP client like WinSCP to connect to the appliance and upload the file to the /root directory.
Once the script is on the VIDM appliance, follow these two steps:
1. Make the script executable: You only need to do this once.
chmod +x vidm-cluster-validation.sh
2. Run the script:
./vidm-cluster-validation.sh
The script will run its validations and inform you where it has saved the final log report. You can then attach this report to your Broadcom support ticket.
md5sum vidm-cluster-validation.sh
cce3f17be2a65c75177488cee6e4fd83