Flings

 View Only

 Where is the fling_vsan_objects_viewer file

Bertrand Chaillou's profile image
Bertrand Chaillou posted Jan 14, 2025 06:34 AM

Hi 

The previous depo is no longer active 

 docker pull projects.registry.vmware.com/fling_vsan_objects_viewer/fling_vcmd:v1.5.7

sudo docker images projects.registry.vmware.com/fling_vsan_objects_viewer
REPOSITORY   TAG       IMAGE ID   CREATED   SIZE

What is the new Registry ?

tried with Broadcom but no luck 

thanks very much for looking into that 

Bertrand Chaillou's profile image
Bertrand Chaillou

Happy to say that the current live details for this Fling are 

1.) 1. Pull the Docker image by running the following command:

 

>> sudo docker pull yxyj1919/fling_vcmd:v1.5.7

 

2.) Deploy the container by running the following command:

 

>> sudo docker run -d -p 30000:80 yxyj1919/fling_vcmd:v1.5.7

2a.)

Pre-use Requirements

Before using the tool, run the following command on any ESXi hosts within the vSAN

cluster and download the output file to your local laptop or a remote web server:

# cmmds-tool find -f json > /tmp/cmmds-tool_find--f-python.txt

Uploading Files

vSAN Viewer Deployment and Administration Guide 3

There are two methods for uploading the output file to the tool.

Method 1: Upload a Local File

1. Open VCMD tool, eg http://10.117.203.12:30000/vcmd/graph/

2. Click "Choose File" and select your output file on your laptop

3. Click "Upload"

 

3.) Access the tool by opening a browser and entering the correct IP address and port, for example, http://10.117.203.12:30000/vcmd/graph/. Replace "10.117.203.12" with your IP address.

Bertrand Chaillou's profile image
Bertrand Chaillou

Pull the Docker image by running the following command:

 

>> sudo docker pull yxyj1919/fling_vcmd:v1.5.7