Platform Release Webinars (July 28, 2026): Commvault Cloud SaaS and LTS 11.44
Q&A. Technical expertise. Configuration tips. And more!
Recently active
Per recent corporate policy to provide codes like this via software store, I removed this post.Thank you for your attention.
There’s some alert configuration to detect longer jobs than usual, also you can check the jobs the same condition in Job Controller (small icon would appear).Still there’s not so easy way to detect the delay with some sort of custom criteria, like for specific client, duration which would take double or three times longer as usual, etc. This query is intended to address some requests, listing up the difference between running jobs durations and “average” per subclient and backup level.use commservset transaction isolation level read uncommittedselect bkji.jobId ,bkji.applicationId ,apc.name as 'clientname' ,apap.subclientName ,bkji.bkpLevel ,1.0 * (dbo.GetUnixTime(GETUTCDATE()) - ji.jobStartTime) / grp.avg_duration as 'exceeded' ,grp.avg_duration ,grp.count_jobfrom jmbkpjobinfo bkjiinner join JMJobInfo ji on bkji.jobid = ji.jobidinner join APP_Application apap on apap.id = bkji.applicationIdinner join APP_Client apc on apc.id = apap.clientIdinner join ( select appId, bkpLevel, avg(du
An MSP customer, there're a lot of alerts which send out mails whenever any of them detects phase errors, but sometimes the job itself got succeeded, also in this case it's quite difficult to look into the phase errors since the information would be scattered at detailed job results, events, alerts, etc. This query is created by a customer's requiest who want to track job **phase** errors at once, combining many information from various tables including event or error parameters.So some verbose informations there, but you can easily detect when the phase failures happened, like one of MAs is having connection issue and affecting mlutiple jobs. Here's the query, you can run it on CommServ DB, or creating customer reports on your Metrics Reporting could make your life easier.use commservSET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;declare @tmp table ( jobid int ,starttime bigint ,endtime bigint ,messageid int ,occurred nvarchar(max) ,message nvarchar(max))insert into @tmpselect f.jo
Our client is decommissioning multiple servers in environment as part of their resource optimization plan. What is the best way to retire them from backup console?The data can retire as per their storage retention.
Hello, We will be using Portworks with 3rd party KMS. Each volume will have its own encryption key. Will this be transparent through our API calls? Are there any known issues?
Custom Aapp Authentication is required to be enabled at Tenant level in order for backups to run. Is this mandatory prereq or is there a workaround it?
Hello guys, it's been a long time i haven't posted anything here 😅.Well, I noticed something weird occuring these days in the Environment Panel Command Center, where suddenly don’t shows any information that should, only “0s” and not the quantity of VMs, File Server, as you can below:When this happens I try to restart the Web Server service, but it has no effect, so before I open a ticket about this, does anyone got this error before too?I’m using 11.28.52, btw 😊. Thank you.
Good morning,maybe this is a naive question - but how to distinguish a stub from a file? The command (bash/LINUX) 'ls -l' doesn't show it.RegardsDorothy
hi!recently i been tried at the first time to backup a computerand for some reason i cant do it
heyWe recently upgraded the system to version 11.28.49 and something go wrong in ssodo u know what i can do about it??
I have enabled Power Management on Azure media agent but its not bringing down the COMM server after idle time passed out and showing the error in reason tab: power off operation skipped ,reason-failed to fast sync VM
Hi, I need to get this throughput report:https://documentation.commvault.com/v11/essential/39018_read_and_write_throughput_per_mediaagent.htmlBut I can’t seem to find it in the CV store. Any ideas of how I can get this report or how to create it manually?
This is a first for me. A user wants to log in to the java Commcell Console using a macOS computer.Are there any special requirements for this? As far as I know, they are downloading the jnlp-file and running it, but a message appears that reads “Connection to CommServe is lost..”In their screenshot, the java console is also showing and it says "GUI_JNI.dll not loaded". Should it require a DLL file in MacOS, or is this information only and not actually an error message?
Per books online, after a db2 client upgrade the following commands need to be run: Restart DB2 Log Manager using the db2pd -db <database_name> -fvp lam1 command. On AIX computer, after upgrade, run the slibclean command. I have a few questions:Is this always necessary? if not under what conditions does it become necessary. How impactful are running these commands What exactly are they both doing Why can they not be integrated into the actual client upgrade.That last question is obvious if there is some clear or ambiguous impact, but I would like to understand this better so I can better address mass client upgrades. Having to circle back and run manual commands after pushing upgrades to 100 clients seems counterproductive. I ask these questions because post upgrade of a a large number of clients we ran into slib2so errors.The vast majority of clients had no issues, but of course the one that did was a doozy. Thanks.Chris.
Can we delete a inactive commserv which was not in use now from the console.If yes, Process please.This inactive commserv doesn’t have any Database
I am doing a CCM export and I noticed that at some point the ability to export to a destination CS over the network. I understand this conceptually, but does anyone have a demo of what this looks like? also does it still function in the same way, ie a DB backup being started and exported locally?
Regularly we have to select many clients to perform an action. In this example we add a lot of remote clients.We have to select every client by its name. But as we have a CSV or Excel list with all clientnames it would be handy to use a format or list or ….The current way of working is time consuming. In Command Center one can add clients using a semi column to seperate client names, and selecting them. Java doesnt like that.Anyone an idea how to get the names from a txt/excel file into Java like above ? Any form of Copy/paste ?
Hi,We use intelliSnap to backup our NetApp datastores. Sometimes, the backups are completed, but some of the VMs in the datastores failed. I wonder if we can generate a report for the individual VMs that failed?
Hi,we are upgrading file agents on our linux servers but we have the problem that we have less than 2GB free in opt folder, is there any additional setting under https://documentation.commvault.com/additionalsetting/?field.name=agent&startIndex=20 for example how to skip the check and to install it? Thank you!
Hello,I wanted to share feedback about recent reporting change called “New Self-Service Report Option: Provides simple report selection options that allow admins to subscribe to reports of interest.” Actually, it’s not an option, it forced all the user to use predefined report’s only where most basic “backup job summary report” is completely gone. Reports are totally out of control now and existing ones are non-editable. Can you revert that change or at least make it truly optional?
Hello, Can anyone help to review the issue i am getting with VM backup. Everyday almost on the same time i am getting The vsbkp agent on [xxxxx] has disconnected warning. We are using 4 RHEL8,7 MediaAgent. And vsbkp agent get dissconeted on all MA's but not on the same time. Which logs can i best to review to find the issue? Or what logs shall i uploade here to review ?
Hello,Im looking for best way to backup o365 services in different Disk Storage for users in same tenant.To be more clear, the requirement is some o365 users to be at Disk Storage1 (as backup repo) and some other users from the same tenant to be at Disk Storage2 (as backup repo).Im thinking to create a 2 X Exchange online app and 2 X OneDrive app, in order to assign different Plans (for backup repo). Is there any other way?
hi, a customer of ours, was working with a HNAS FIle restore to a share on a Synology NAS.but when selected it does not get the ACL’s that where present on the HNAS NDMP client. the NDMP client is backed up as a Windows file system.the synology NAS is not a Client but just a share where we restore to.i could not find documentation stating this does not pick up the ACL list. is that expected? or should this restore setup the ACL’s? kind regards, Thos Gieskes.
Hello all,Stupid question but …I’ve got a files server that gets incremental backups throughout the week and synthetic full backups on the weekend. A few weeks ago we deleted a roughly 0.7TB worth of files yet the synthetic fulls have remained exactly the same size. Shouldn’t they be smaller now? Ken
I manage a new, hardened CV11.20 environment with 2 physical Windows MediaAgents (MAs) running Windows 2019 LTSC with the CommServe and VADP proxies as VMs.The backupset and default subclient under each MA are greyed out and I don’t have the option to create a new subclient, so I expect this behaviour is as designed. I’ve used CV for 13 years and have previously protected the C: drive, app drive and system state as a backup job with no issues (and special filters for log dir etc.).DDB backups run reliably on the MA. Under the default subclient on the control tab Backup is enabled and I’m performing all changes as a member of the master group.When I try to run a backup the only option is a synthetic full where I get the error "Failed to run task. no associations exist" - obviously since a backup has never run. But the options to take a full/incremental/differential backup don’t exist.There is no list of jobs under backup history for the default subclient.I have ransomware protection en
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.