-
When I change a client description using the following code:
```python
commcell = Commcell(commvault_server, authtoken=token)
client_name = 'cvclient001'
new_description = 'Test Client zero-one'…
-
I am attempting to disable backup activity on a client, using the Get-CVClient and Set-CVClient cmdlets. The code I am using is shown below, but this is not updating the client properties. These are t…
-
# Review: 5 years with CommVault | Eric C. Singers Blog
Just another IT blog
[https://ericcsinger.com/review-5-years-with-commvault](https://ericcsinger.com/review-5-years-with-commvault)
-
Please add a method for clientgroup class for manualy resync clients in clientgroup
Reason:
```
def sync(group_name: str) -> None:
target_group = ClientGroup(commcell, group_name)
tar…
-
commvault.ansible.deployment.install_software module is failing if option force_https: true is used.
SSL certs are ok and CA signed.
- name: Get a cert from an https port
community.crypto.get_c…
-
Credential class cannot be instantiated for credential of type: "Amazon Web Services (STS Assume Role with IAM Role Policy)":
Error received:
```
from cvpysdk.credential_manager import Credenti…
-
I'm wondering if it's possible to change the priority of a job either when it is submitted or modified after.
I noticed in the Advanced tab of the GUI when I submit a backup, there's an option to cha…
-
When more then on job is started by schedule.run_now() only the first jobid is returned. please fix this or provide an optional parameter tu return a list of jobids.
resulting json:
`{'processingi…
rfx77 updated
8 months ago
-
I'm using following code to get all our clients. I just want the last back up status of the client.
```
from cvpysdk.commcell import Commcell
commcell = Commcell(webconsole_hostname, commcell_user…
-
Hi,
We had automated the process of creating a vm group for a hypervisor for AWS, this was working for new AWS that were never configured with commvault before, but after we upgraded commvault to t…