Article ID: 87583
Article Type: Troubleshooting
Last Modified:
To perform backup and restore operations, we need Mono to be installed on the VMware Linux Access Nodes. Commvault automatically installs Mono version 6.8 with the Virtual Server Agent. However, you can manually install any Mono version up to 6.12. More recent versions of Mono are not supported.
Note:
To perform backup and restore operations, we need Mono to be installed on the VMware Linux Access Nodes.
To perform backup and restore operations, we need Mono to be installed on the VMware Linux Access Nodes.
To install Mono 6.12 manually on the VSA Linux access node, do the following:
commvault stop
cd /opt/commvault/Base
cp mono.tgz /tmp
cd /tmp
tar -xvf mono.tgz
cd mono
chmod +x removemono.sh
./removemono.sh
dnf install mono-complete-6.12.0
commvault start
For more information, see Deploying a Linux Machine as a VSA Proxy.