Platform Release Webinars (July 28, 2026): Commvault Cloud SaaS and LTS 11.44
Q&A. Technical expertise. Configuration tips. And more!
Recently active
Hi all Have another DB related question.Customer has 3 node MySQL clusters but it seems you can only select one instance for backups. They need to add all standby nodes to be usable for backups. Aside from clustering the OS’s, is there another way this can be achieved? Thanks all.
I have a very silly questions. is it possible to back up the ESXi servers ? i never seen that before but just asking here to know.
Our MySQL backup is taking hourly transaction log backups and fetting a daily full. We tested restoring logs only for a different destination after a full recovery. But some changes that we made in DB were not presenr there (before the full backup.) This changes were only could be taken from those incremental backups.Please help us to figure out this issue.
Hello,if i try to create a plan via CommandCenter i got a server error 500.Anyone has a idea what the error is? Already restartet tomact, iis reset done.The Webserver log shows the following:15976 14 02/20 10:29:25 14 xxxxx\xxxxx - WEBAPI-STARTED processing [POST]:[/V4/ServerPlan] request. : /V4/ServerPlan : AdditionalInfo[ ConsoleType[AdminConsole]]15976 14 02/20 10:29:25 14 xxxxx\xxxxx GetStorageCopyPolicyInfoFromCreateBackupDestination - unexpected exception : Exception : 'System.NullReferenceException: Object reference not set to an instance of an object. at CV.WebServer.Handlers.Plan.CVEdgePlanV3.GetStorageCopyPolicyInfoFromCreateBackupDestination(CreatePlanBackupDestination dest, Boolean dedupStorage, Boolean isPrimaryStorage) at CV.WebServer.Handlers.Plan.CVServerPlanV3.GetStorageFromCreateServerPlan(CreatePlanReq req, CreateServerPlan v3Req) at CV.WebServer.Handlers.Plan.CVServerPlanV3.TranslateCreateServerPlanToCreatePlanReq(CreatePlanReq req, CreateServerPlan v
Good day, I am trying to find below setting on a company level on Metallic, as the owners are unable to set this. Privacy - Prevent admin access to your data Thank you
New features and capabilities are HERE! In this release, we're excited to highlight a number of new products and innovations – available to you when you log into the Metallic Hub. March 3rd Release RecapNew Features: Oracle Encrypted Database Support Linux Backup Gateway Appliance - On-Prem Deployment New Self-Service Report Option WORM Support for BYOS Enhancements Azure VM API Support AWS Database Enhanced Configuration Wizard Support Storage Accelerator for AUX/Secondary Copies For additional details on the features and enhancements above, please visit our release notes page here.
Hello.I wonder if I’m the only one experiencing this.But why do bother with uploading logfiles prior to a case is created as it seems that Support isn’t even reading them, although it’s described in incident whats needed. ? It seems that when Support comes back, it feels that they didn’t even bother to read the description at all. Most times a remote session is needed, although they have information to start of from. Okej, I’m ranting a bit but it is annoying.//Henke
Hi Team, We have facing the Issue in Our Commvault backup infra, While running the SQL database transactio"n log backup we are getting the belo error“Broken chain detected for database ,Automatically converting the backup to full”Please advice on the above issue.
my bad. wrong question. please delete/ignore as i am unable to delete
Hello,In the documentation Deduplication Building Block Guide (commvault.com), it is mentioned that:“The DDBs created for Windows Media Agent should be formatted at 32 KB block size to reduce the impact of NTFS fragmentation over a time period.”Is the format at 32 KB referring to the block size of the disk itself (NTFS block size) or referring to the “Block Level Deduplication Factor” parameter of the Storage Policy as shown below ?Thanks
We had an FM200 release in our data center. DDBs became corrupt and restore failed. Sealed and started new DDB to get backups running. Now all jobs have aged out of the sealed DDB, but I still have 387TB of data on disk and I need the space back ASAP. SIDBPHysicalDeletes not showing continuous activity. Data aging ran multiple times.
When looking at the Fallen Behind Secondary Copies report, it shows 2 different numbers for “Total App Size to be Copied” and “Total Media Size to be Copied”. what is the difference between these 2? Also, what’s actually remaining to be copied? Is it the total of these 2 numbers?
I’ve spent most of today trying to work out why aux copies to a new media agent keep failing connecting to the SIDB on the destination MA.It looks like it is Windows Firewall related as the moment I turn that off things work.On the new MA which is Windows 2022 it looks like Commvault has only put in 2 firewall rules very similar to the ones in this post.On the existing Windows MA’s I have lots of automatically added exceptions for tons of individual Commvault processes.My MAs and Commcell are all in the same VLAN so other than Windows Firewall on each host there is no firewalling between them.I’m struggling to find the documentation on what should be in Windows Firewall and I keep coming across “Network Topologies” but the documentation that isn’t exactly clear either about what they actually do in this situation and whether I should need them.Also the new MA doesn’t appear to be in any of the smart groups with the CommCell and/or other MAs.Should I be looking at Network Topologies or
clarify DD backup in server. We need to finalized data quota limit.
Hi allI’m busy doing some MongoDB testing in our lab. I have a 3 node Mongo cluster. The backups work as required and I ran a restore succesfully.I have 2 issues during a restore process. The first is that the Mongo services won’t restart post restore. I’ll spend more time investigating that, as it’s easy to manually bring the instance up.When I try to run a point in time restore, I get the below error where the oplog won’t replay. From the looks of things, it looks like a permission issue. The account we’re using has the permissions below: Error Code: [7:255]Description: Failed to replay the oplog dump [/opt/commvault/iDataAgent/jobResults/CV_JobResults/2/0/3940/local/oplog_rs0_1677651150.bson] on mongod at port [27017] for replica set [rs0]. mongorestore return code is [1], command output [2023-03-03T14:31:40.284+0200 preparing collections to restore from 2023-03-03T14:31:40.285+0200 replaying oplog 2023-03-03T14:31:40.286+0200 Failed: restore error: error applying oplog: applyOps:
Hi,An external application wants to use the Commvault API.There is a firewall between the machine where the external application resides and the Commserve host.I would like to know which ports, protocol, direction to open between the Commserve & VM containing the external applications.I cannot find the information in the Commvault documentation.Many thanks
hello all, was wondering if there is a way to tell if 1 VM is in 2 different VM groups which will lead to the VM being backed up twice? may be a report or alerts?
I created a custom Package to install the commvault agent on a window machine. I’m planning on using ActiveBatch to run the job. When I run the custom package from the window machine manually and it install. However, when I attempt to us the ActiveBatch job it’s not installing. Below is the script used for the AB Job. $servers = "${server}"foreach($s in $servers.split(',')) { $servername = $s + ".aptproduction.com" New-Item "\\$servername\c$\temp\commvault\" -Type Directory Copy-Item \\backup02s\mdt\Applications\Commvault\CommvaultAgentStl.exe \\$servername\c$\temp\commvault\ icm $servername {Start-Process -filepath c:\temp\commvault\commvaultagentstl.exe -argumentlist "/silent /install /silent" -Wait} Remove-Item \\$servername\c$\temp\commvault\ -Recurse -Force } Below is the command we use to start the activeBatch job. neither of those work. $server = 'server1,server2'Start-AbatJob -JobScheduler Activebatch -ObjectKey "/Commvault/Ins
Redhat 8 VM server on VMWare VCenter 7 with UEFI secure boot enabledHi everybody :) !I would like to do the enrollment as described here:https://documentation.commvault.com/fujitsu/v11/expert/118661_enrolling_commvault_keys_with_uefi_mok_machine_owned_key_list.htmlbut to do that I first need to do the import in the OS (RHEL 8 in this case):mokutil --import “commvaults secure boot key”I searched for the commvault keys but couldn’t find them.Any hint , download location, would be great!Thank you in advance whoever knows how to help me here, brgdsstefan
We have our Commserve and Media agents running Windows 2019 Server Standard Edition.We have MySql 2014 and would like to go to MySql 2019We would like to upgrade commvault 11.26.27 to 2022E(LTS) versionWhat are our best options? ThanksLarry
During the installation of Commvault CommServe is it possible to:A: Use an instance of SQL NOT installed on the same server as CommServe?B: Assuming YES to above, use a clustered Always On Deployment of SQL?C: Is CommServe supported on a shared SQL instance and not an instance dedicated to CommServe?D: Do any of the above have implications on the backup of the system database?Many thanks for responses!
Hi,Need to know from your experience if Commvault license has been expired are client backup will not run or will failed when run? Our license is about to expire soon. We cannot ensure if our renewal will close out before the expiration. thank you.
Hi,Please help me with the following questions:Let’s say I deploy Hyperscale using the reference architecture on Hitachi hardware. I need to set long term retention backups to anything but tape.Can I connect an external storage as secondary disk/cloud library to the environment? Also, what type would it be (FC luns, iSCSI luns, NAS shares/exports (NFS, CIFS), S3 buckets)? If any external storage is permitted as disk/cloud library, would it be connected to all nodes on the Hyperscale cluster, it being the one who controls writes between nodes avoiding conflicts? It being an appliance, does it have any operating system hardening besides the security features included in the software (which run with or without the appliance)? For example, intrusion prevention and detection (like avoiding root logins, avoiding running OS commands or tampering with autostart config, etc.) When upgrading the software, does it work just the same as a non-appliance environment? meaning only commvault software
Hi,We have some physical servers which use the File Level Backups. I wonder if I just want to restore some certain files in those physical servers from tapes; what is the best practice for it? Thank you.
HiI need a people team can done a sql bak restore to a disk but these people don’t have the “browse and restore option” dialog box when the launch the restore task which rights are necessary to have it ?
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.