Skip to main content
Question

VSA with Lisens

  • November 20, 2025
  • 3 replies
  • 42 views

Forum|alt.badge.img+1

Dears,

I have a vCenter environment, and I created a Red Hat 8 virtual machine to be used as a VSA proxy.
I installed the Virtual Server package and the File System package successfully.
However, after completing the installation, this node does not appear as an Access Node in the Virtualization configuration.

Kindly advise why this is happening.

Note: I am currently using a trial license.

3 replies

Forum|alt.badge.img+12

Hi ​@Fawzi ,

Check if mono package is installed properly in the VSA proxy 

Without mono the machine wont be listed as VSA

Regards,

Sureshkumar S


Forum|alt.badge.img+5
  • Vaulter
  • February 5, 2026

Hi ​@Fawzi 
Please follow this KBA to install mono package.
https://kb.commvault.com/article/?id=87583

 

Let us know if any help needed.


Forum|alt.badge.img+1
  • Vaulter
  • February 11, 2026

Hi ​@Fawzi  


For RHEL 8.x, you do not need to manually install Mono if the system is properly registered and has internet access. In addition, please validate the below steps, 

1. Verify Mono Installation
- After installing the Virtual Server Agent (VSA) on a Linux machine, Commvault requires the Mono framework for the VSA to function.- https://kb.commvault.com/article/?id=87583
- For RHEL 8.x, the system should be registered with Red Hat to allow automatic installation of Mono and its dependencies.

2. Check for Mono Installation Issues
- If the Mono installation failed (often due to missing or misconfigured repositories), the VSA proxy will not be recognized as an access node.
- Review the Mono installation log for errors:

  cat /var/log/commvault/Log_Files/monoInstall.log

- Also, check for errors in:

  /var/log/commvault/cvd.log
 

3. Validate Mono Framework Status
- Check if the MonoFrameworkInstalled flag is set:

  cat /etc/CommVaultRegistry/Galaxy/Instance001/VirtualServer/.properties

  - You should see: `MonoFrameworkInstalled 1`
  - If missing, create it and set the value to `1`.

4. Ensure Correct Repository Configuration
- For Oracle Linux or RHEL, ensure the system repositories are correctly configured and accessible.
- The machine must have internet access or access to the required repositories for Mono installation.

5. Restart Commvault Services
- After resolving any repository or Mono issues, restart Commvault services:

  commvault restart
 

6. Validate VSA Configuration
- Run the validation script:

  /opt/commvault/Base/cvfbr_validate.sh

- Ensure there are no errors related to missing packages.

7. Confirm VSA Proxy Visibility
- After completing the above steps, refresh the Virtualization configuration in the CommCell Console or Command Center.
- The Red Hat 8 VM should now appear as an available access node.
 

Deploying a Linux Machine as a VSA Proxy- https://documentation.commvault.com/11.40/commcell-console/deploying_rhel_machine_as_vsa_proxy.html 
Access Node Requirements for VMware- https://documentation.commvault.com/11.40/software/access_node_requirements_for_vmware.html