-
Hello
It seems that I can't authenticate on commserve if certificate can't be validated.
Error is : ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
Thanks
…
-
Hi,
I'm trying to fetch the clients from the commcell using the sample commands offered by Commvault for the python module but I get the following error:
>>> from cvpysdk.commcell import Commcel…
-
from cvpysdk.commcell import Commcell
commcell = Commcell("host", "admin", "password")
client = commcell.clients.get("dc_vim1")
agent = client.agents.get('virtual server')
instance=agent.instances…
-
Can I know the python SDK command to find the global filter status and to enable it?
-
I have fetched client list in comserve using a python script.
But I am getting the output in object format, due to which I am unable to iterate client one by one.
Script:
from cvpysdk.commcell…
-
-
Hi,
I am creating the disk library using network path for CIFS share.
I observed 2 different output while creating the disk library manually and the other with SDK.
Using Commvault SDK version- SP1…
-
Hello Team,
I was trying to fetch the number of Active streams for ongoing Job (Backup/Restore).
I have already set the number of data reader = 2 (or greater value) in the SubClient properties.
…
-
>>> DiskLibraries(commcell)
DiskLibraries class instance for Commcell: 'windows2012r2'
>>> DiskLibrary(commcell, 'testlib')
DiskLibrary class instance for library: "testlib" of Commcell: "windows20…
-
Hi
I am using version SP10 cvpysdk and getting below error while adding disk library.
[root@CentOS68_base ~]# python3
Python 3.6.5 (default, Apr 10 2018, 16:33:12)
[GCC 4.4.7 20120313 (Red Hat…