Platform Release Webinars (July 2026): Commvault Cloud SaaS and LTS 11.44
Ask and answer questions about your self-managed and on-prem software
Recently active
Hi,I’m trying to configure an automatic schedule for archive logs, We’ve configured the automatic schedule as the following screenshot: We would like to know if that percetage is associated with the disk utilization and if its possible to configure with the FRA utilization, for example, when the FRA is 70% Full run an archive logs full backup.We’ve testes and doesn’t seems to run the backup but a second opinion would be great. Best regards and thanks in advanced.
HiWe want to upgarde Hyperscale 1.5 OS current 7.7 to latest 7.9 and we have follow following URL Installing Operating System Updates on Existing Nodes (commvault.com)Initially it failed due to to able to download OS upgrade from Commvault site during creation of remote cache, then we have fixed download and downloaded. Now we running script “./cvupgradeos.py” and getting following error, how we can make RPM query complete “Previous software download and rpm query job was not successful. Please ensure that RPM query completes successfully before running OS upgrade” Thanks
We have multiple backup data libraries (50TB+ each), we have mirrored one using storage mirroring techniques (NetApp). We’re planning on going into maintenance mode and changing the library mount path to new location after syncing and breaking mirror relationship. Is there anything we’re missing or need to be aware of when modifying library backup data paths?
Does placing the system-created ddb backup within a deduplication storage policy have any effect?Or is it preferable to set the storage policy of a system-generated ddb backup to no deduplication policy?
Hello, We have some data/volumes/svm backed up from Netapp using NDMP protocol. Data was baked up when CS was v11 FR24. Meanwhile the data was migrated to a new Dell Unity NAS device. We have in backup as well the "new” migrated data using NDMP protocol (CS v11 FR28/2022e), while the old SVM on Netapp was decommissioned. I need to restore cross-platform some files/folders from NDMP Netapp backed up v11FR24 into NDMP Dell Unity backed up now via v11FR28. The idea is i do not have the option to select as destination any Dell Unity device (so nothing in the drop down menu as an option for Destination where to restore, only some bunch of unix/windows servers). Is this type of restore supported? i remember in the past that i did it (Netapp to dell, but fr24 to fr24), not so sure though and i might be wrong. Any thought/hint on this it will be highly appreciated! Thank you!
Good day Community, I did Windows file server archiving in the past using the CommCell Console. But now, using the Command Center, get’s me so confused.I’m not talking NAS, but simple Windows Servers. Which packages should be installed, and where? Do I install packages on the Windows server itself? Do I just use a MediaAgent as an Access Node? In this case which packages on the MediaAgent? And to make sure that stub recalls work for people having a mapped drive on the Windows server?I try to understand BOL (Essential) and can’t figure it out, and been spending hours in labs not able to make it work. :-(If someone could go over the high-level steps would be AWESOME!And just in case, is DFS still not supported for archiving?Thanks in advance.
HiIs there any way how to remove the setting sCSINTERFACELIST on the media agent?The reason for my question is, because I have removed Commvault LiveSync, and the old Commvault standby node is removed also. And I want to avoid any communication to the old standby node. Thanks in advance!
I’m deploying the authorisation workflows for the usual functions in a few environments. We already have a robust role-based access methodology where only privileged accounts have access to the system and a different account (higher privileged) has master rights, no low-level accounts have access to the system.The issue I can see is that the authorisation workflow sends an email to the privileged users in the groups that I choose to be the authoriser, but none of these users have valid email accounts so won’t get an email notification that there is a request to approve.Apart from having eyes-on-glass on Command Centre to approve requests what have people done in a similar situation?All users are authenticated via SAML using AzureAD for MFA so email addresses get synced from there. Perhaps we could have a local account with a Distribution list for all approvers but then the local account would have to be added to the “users who can authenticate” list which would allow a generic account
I have installed the commvault client on the server, and configured the oracle DB (well, ‘SAP for Oracle… which is supported for this setting). I set the nFilterApplicationFiles to 1, then backed up the database, then the filesystem. It appears that Oracle DB files are being backed up by the filesystem. The docs are a little unclear...Excluding Database Application Files from a UNIX File System Backup (commvault.com)indicates for Oracle: “The following files are excluded when you set the additional setting on an Oracle client:The Oracle datafiles that the software displays in the CommCell Console Oracle browse pane.”There is only 1 database in this Oracle instance, it's a large part of the total server footprint, and I’m seeing Data related DB files in the filesystem backup when I browse the filesystem backup ( I took after discovering and backing up the Oracle database instance) so I’m not sure how I’m going to ‘know” its being excluded.Question:Are the “The Oracle datafiles that the
I have an event with code 6:1002 in Event Viewer with the following description: Backup operation was running from a fewer Data Access Nodes than configured. This could result in slower backup. The following Data Access Nodes were not in use: bkprj1r. Please check to see backup services on this node is up. The bkprj1r server was a Linux MA Server. It was decomissioned last year. I probably didn't follow the correct procedure to disable thar MA server. The Job ID is 2752789. It started from the System Created for Index Backups Schedule Policy. IndexCheckPoint.log:14516 38b4 11/04 13:00:11 2752789 DistributedIDA::CMaster::registerNodes(1061) - for bkprj1r: -numstreams 114516 38b4 11/04 13:00:11 2752789 AddAgent() - Added Agent [bkprj1r]14516 38b4 11/04 13:00:11 2752789 StartRemoteAgent() - Starting Remote Agent [bkprj1r]14516 38b4 11/04 13:00:11 2752789 StartRemoteAgent() - Launching agent executable [CVDistributor.exe] on [bkprj1r.anotherdomain.com*bkprj1r*8400*8402] with args [-j 275
example of versions for oracle.hi, a customer of ours was trying to upgrade all clients to indexing V2.but the for oracle it only states that oracle 8 and Rac are supported. (or that is how i am reading it) so my question is can we upgrade later versions of oracle with this workflow? regards, Thos Gieskes.
CS 2019 standard - 192.168.2.12syslog: rhel 8.7 - 192.168.2.177tls port : 6514v11.29.44https://documentation.commvault.com/2022e/essential/114237_configuring_syslog_server.html #1 I created a CA in syslog server and then created a self-signed certificate for my server named "cs1.pem" and imported it into the "Trusted Root Certification Authorities" folder of CS server and imported CA cert into the system-wide trust store (certutil -d /etc/pki/nssdb -A -t "C,," -n <nickname> -i <path to CA file>)#2 I successfully enabled secure messaging through the admin center with this self-signed cert.#3 Issue:However, when CS tried to connect/send data to my syslog server, encountered an error message saying "GnuTLS handshake retry returned error: Decryption has failed." Tried:To investigate the issue, I captured some packages using tcpdump, which showed that the problem was caused by an "Unknown CA" error, though CA has been imported to trust store of syslog server and CS server.I als
Dear Team,We have configured two node Windows Failover File level backup. There are 8 Cluster disks and we want file level backup in all the cluster disks.We installed File system agent in both nodes and then the backup job was configured under the Failober cluster client.Now we are facing the issue that the cluster disk is showing only Cluster Owner node only, if the cluster disk will move to another node that disk is not showing under the Windows cluster client. The backup job is showing failed due to disk path is not available.Please advise.
Can anyone help me with the Ansible uri module syntax to run a qscript? Specifically I’d like to be able to execute the AuxCopyReporthttps://documentation.commvault.com/2023/expert/AuxCopyReport.html - name: "Run aux copy report" uri: url: "https://{{ cv_server }}/webconsole/api/QCommand/qoperation%20execute" method: POST body_format: json body: "what goes here?" force_basic_auth: yes headers: AuthToken: "{{ auth_token }}" Content-Type: "application/json" Accept: "application/json " validate_certs: no register: cv_auxcopy
I regularly run the data aging task. How do I find out which specific data has been deleted by this job? I am referring to specific backups and their size. Thank you.
Hi All,We are Planning to do a domain name change on our Commserve and wanted to know how much time it may take to perform the commserve name change on all the clients after the commserve hostname name is changed.According to below documentation it says it will take about between 20-30 seconds for each client depending on if client is online or offline, we have like 2000+ clients on which agents are installed. will it really take like 5-10 hours to perform the Commserve name change on these clients? or will it do it in parallel on all the clients and should be done in 30 mins to 1 hour?https://documentation.commvault.com/2022e/expert/7031_changing_commserve_name_for_clients_after_restoring_database.htmlAny advise here is appreciated!Thanks.V
Microsoft is implementing changes to the Windows Boot manager in May 2023 updates. Will there be an updated version of 1-touch recovery media available for this?https://support.microsoft.com/en-us/topic/kb5025885-how-to-manage-the-windows-boot-manager-revocations-for-secure-boot-changes-associated-with-cve-2023-24932-41a975df-beb2-40c1-99a3-b3ff139f832d#apply5025885The latest version I see in the Commvault store is : 11.30 1-Touch WinPE10Last updated: Dec 27, 2022
Hello Guys, The Company’s board requested a backup execution report since the month of January. I tried to run report, as shown in the images below. I put Range Time from January To May, but the report only backs from March to the current date Is there a way to run this report as the backup run since January?
We have numerous search engines and nodes that are Windows 2012 R2. These nodes are no longer actively indexing data, but are being kept to allow searches. We would like to update to a newer version of Windows.I found the P2VCiIndexMove workflow to perform a hardware refresh, but have a couple questions.Will this workflow work in V11.28 (2022E)? Is it possible to refresh the hardware and re-attach the disk that contains the index?
Good morning,I manage a DBA team and we’ve only been granted access to the command center. Our storage admins don’t want to give us access to the java console out of security concerns. My understanding is that the java console doesn’t grant us *any* additional permissions, but does provide some advanced functionality that would be very useful to us.Have any of you ran into this? Do other DBA/Apps/etc teams have access to the command center GUI and the java console? We have MS SQL, Oracle, Postgres and Mariadb here.Thanks!
When working in Job Controller in the Commcell console, the horizontal scrollbar is jerking left and right every few seconds.If I adjust the columns until the scrollbar disappears, then of course I do not see the issue, but I can’t work like that.I have tried on different computers, switched between oracle java and openjdk java, but it seems to happen everywhere.Is this a known issue? 11.28.48
Edit: I meant “Clients”, not “Jobs”.none of the above give any results
Good MorningWe are in the investigation stage for backing up M365/O365 into our existing Commvault on premises environment.I’ve read through CommVault Doc (Applications -> Office 365 -> Exchange Online) but still have a lot of questions. First, is there a diagram out there that shows the architecture of M365 backup to on-prem? A picture is worth 1,000 words. This is my basic understanding, but a real diagram would be helpful: M365- > Access Nodes -> Media Agents -> Storage Second, is there a particular CommVault version that we should be on? “Get on the latest version” isn’t necessarily a good answer. What version has features, improvement, bug fixes, performance that I should be aware of? Targeting LTS releases only (ie 20, 24, or 28). Third, how integral is Content Indexing? We don’t currently do any Content Indexing for our environment. We found the amount of space and time it would take to index traditional server/filesystem backups doesn’t come close to the benefits
Hi everyone.. Do such a setting exist? I mean, if a Synthetic Full backup job fails is there a way that it can convert it to a traditional one on the next re- try? FS and VSA jobs are the ones, I’m interested in… Thank you in advance.. Kind regardsRubeck
After moving the index cache from an old path to new path on different drive will the old index folder be removed automatically or can we delete it manually
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.