Skip to main content
Answer

Error in Commcell Linux

  • October 25, 2025
  • 1 reply
  • 91 views

Forum|alt.badge.img+5

Hi Commvault Commnuity

We are doing a POC installing Commcell 11.40.X on Linux. The Linux distribution is RHEL 9.6. After installing Commvault, the installation seems to be successful, but when we run “systemctl status commvault”, we see the following error messages:

The first error message appears in “dotnet CVAuditService This log file is not found in the internal list”  Looking at the logs, it seems that it’s unable to start MongoDB.

CVAuditService.log “Failed to connect to MongoDB client [localhost]]]. Please check CVMongoDBDriver.log for more details.”

CVMongoDBDrive.log “One or more errors occurred while processing the request”

The second error is “/etc/systemd/system/commvault.Instance001” Unknown key name 'After' in section 'Install'”

cat /etc/systemd/system/commvault.Instance001 

[Unit]
Description=commvault Service
StartLimitIntervalSec=600
StartLimitBurst=60
#CVSU_Version=4

[Service]
EnvironmentFile=-/opt/commvault/Base/Temp/Galaxy.env
TasksMax=infinity
Type=forking
ExecStart=/opt/commvault/Base/Galaxy start direct -focus Instance001
ExecStop=/opt/commvault/Base/Galaxy stop direct -focus Instance001
RemainAfterExit=yes
KillMode=none
LimitNOFILE=262144
TimeoutSec=900
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target
After=network-online.target
Alias=commvault.service
Alias=simpana.service
Alias=simpana.Instance001.service

Best answer by jla

Found the problem. 

File cvmongo

"Error setting up listener" "::1:27017 :: caused by :: setup bind :: caused by :: Cannot assign requested address"

 

cat /opt/commvault/MongoDB/Server/cvmongod.conf

Disable ipv6.

 

Restart services:

 

 

1 reply

Forum|alt.badge.img+5
  • Author
  • Byte
  • Answer
  • October 28, 2025

Found the problem. 

File cvmongo

"Error setting up listener" "::1:27017 :: caused by :: setup bind :: caused by :: Cannot assign requested address"

 

cat /opt/commvault/MongoDB/Server/cvmongod.conf

Disable ipv6.

 

Restart services: